top@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    background-color: #ececec;
    margin: 0
}
/*自定义修改代码*/
.product_submit_meng{
    display: none;
}
.product_submit_meng .selectdesc{
    display: inline-block;
    width: 100px;
    line-height: 22px;
    border:1px solid #be1e20;
    color: #fff;
    height:26px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom:15%;
    left:21%;
    z-index: 99;
}
.product_submit_meng .AtonceSubmit{
    display: inline-block;
    width: 100px;
    line-height: 22px;
    background:#be1e20;
    color: #fff;
    font-size: 12px;
    height:26px;
    text-align: center;
    position: absolute;
    bottom: 15%;
    z-index: 99;
    right:21%;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
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 {
    padding:0;
    border:0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height:auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td, th {
    padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #ececec;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #62a8ea;
    text-decoration: none
}
a:focus, a:hover {
    color: #89bceb;
    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
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 4px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.57142857;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle {
    border-radius: 50%
}
a.yuy-button {
    background: #252525 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 35px;
    border: 1px solid #252525;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.yuy-us-button{

    border-right: 1px solid #666;
    display: inline-block;
    padding: 6px 23px;
    border-radius: 0px;

}
a.yuy-button i {
    border-left: 1px solid #404040;
    color: #484848;
    display: inline-block;
    font-size: 16px;
    margin-left: -4px;
    padding: 5px 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #e4eaec
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #a3afb7
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}
.h1, h1 {
    font-size: 36px
}
.h2, h2 {
    font-size: 30px
}
.h3, h3 {
    font-size: 24px
}
.h4, h4 {
    font-size: 18px
}
.h5, h5 {
    font-size: 14px
}
.h6, h6 {
    font-size: 12px
}
p {
    margin: 0 0 11px
}
.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}
.small, small {
    font-size: 85%
}
.mark, mark {
    padding: .2em;
    background-color: #f2a654
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #526069
}
.text-primary {
    color: #62a8ea
}
a.text-primary:focus, a.text-primary:hover {
    color: #358fe4
}
.text-success {
    color: #fff
}
a.text-success:focus, a.text-success:hover {
    color: #e6e6e6
}
.text-info {
    color: #fff
}
a.text-info:focus, a.text-info:hover {
    color: #e6e6e6
}
.text-warning {
    color: #fff
}
a.text-warning:focus, a.text-warning:hover {
    color: #e6e6e6
}
.text-danger {
    color: #fff
}
a.text-danger:focus, a.text-danger:hover {
    color: #e6e6e6
}
.bg-primary {
    color: #fff;
    background-color: #62a8ea
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #358fe4
}
.bg-success {
    background-color: #46be8a
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #369b6f
}
.bg-info {
    background-color: #57c7d4
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #33b6c5
}
.bg-warning {
    background-color: #f2a654
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ee8d25
}
.bg-danger {
    background-color: #f96868
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #f73737
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid transparent
}
ol, ul {
    margin-top: 0;
    margin-bottom: 11px
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 22px
}
dd, dt {
    line-height: 1.57142857
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e4eaec
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #e4eaec
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.57142857;
    color: #a3afb7
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #e4eaec;
    border-left: 0
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.57142857
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #5683ad;
    background-color: rgba(232,241,248,.1);
    border-radius: 3px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #62a8ea;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.57142857;
    color: inherit;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ecf5fc;
    border-radius: 3px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
    .overlay:hover .product_submit_meng{
        display: block;
    }
    .img-holder:hover .product_submit_meng{
        display: block;
    }
}
@media(max-width:1200px){
    .product_submit_meng{
        display:none;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 46.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #526069;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.57142857;
    vertical-align: top;
    border-top: 1px solid #e4eaec
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #e4eaec
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #e4eaec
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #e4eaec
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #e4eaec
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(243,247,249,.3)
}
.table-hover>tbody>tr:hover {
    background-color: #f3f7f9
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f3f7f9
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e2ecf1
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #46be8a
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #3dae7d
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #57c7d4
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #43c0cf
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #f2a654
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #f09a3c
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f96868
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #f84f4f
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .btn_meng{
        display: none;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e4eaec
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: inherit;
    border: 0;
    border-bottom: 1px solid transparent
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    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=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #62a8ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)
}
.form-control.focus, .form-control:focus {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control::-moz-placeholder {
    color:#a3afb7;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#a3afb7
}
.form-control::-webkit-input-placeholder {
    color:#a3afb7
}
.form-control::-ms-expand {
    background-color:transparent;
    border:0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f3f7f9;
    opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 36px
    }
    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 32px
    }
    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 20px
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label, .radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}
.form-control-static {
    min-height: 36px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm {
    height: 32px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
select.input-sm {
    height: 32px;
    line-height: 32px
}
select[multiple].input-sm, textarea.input-sm {
    height: auto
}
select.input-sm {
    padding-top: 0;
    padding-bottom: 0
}
.form-group-sm .form-control {
    height: 32px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
.form-group-sm select.form-control {
    height: 32px;
    line-height: 32px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 32px;
    min-height: 34px;
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
    height: auto
}
select.input-lg {
    padding-top: 0;
    padding-bottom: 0
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 18px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 45px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 32px;
    height: 32px;
    line-height: 32px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #fff
}
.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fff
}
.has-success .input-group-addon {
    color: #fff;
    background-color: #46be8a;
    border-color: #fff
}
.has-success .form-control-feedback {
    color: #fff
}
.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.has-success .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6)
}
.has-success .form-control.focus, .has-success .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #fff
}
.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fff
}
.has-warning .input-group-addon {
    color: #fff;
    background-color: #f2a654;
    border-color: #fff
}
.has-warning .form-control-feedback {
    color: #fff
}
.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.has-warning .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6)
}
.has-warning .form-control.focus, .has-warning .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #fff
}
.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fff
}
.has-error .input-group-addon {
    color: #fff;
    background-color: #f96868;
    border-color: #fff
}
.has-error .form-control-feedback {
    color: #fff
}
.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.has-error .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6)
}
.has-error .form-control.focus, .has-error .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-feedback label~.form-control-feedback {
    top: 27px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bcc2c8
}

@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 .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 29px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px;
        font-size: 12px
    }
}
.btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57142857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
    color: #76838f;
    text-decoration: none
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec
}
.btn-default.focus, .btn-default:focus {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #99b0b7
}
.btn-default:hover {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #76838f;
    background-color: #b1c2c8;
    border-color: #99b0b7
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #e4eaec;
    border-color: #e4eaec
}
.btn-default .badge {
    color: #e4eaec;
    background-color: #76838f
}
.btn-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #358fe4;
    border-color: #1869b4
}
.btn-primary:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1d7dd8;
    border-color: #1869b4
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #62a8ea;
    border-color: #62a8ea
}
.btn-primary .badge {
    color: #62a8ea;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #369b6f;
    border-color: #226246
}
.btn-success:hover {
    color: #fff;
    background-color: #369b6f;
    border-color: #34936a
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #369b6f;
    border-color: #34936a
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #2d805c;
    border-color: #226246
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #46be8a;
    border-color: #46be8a
}
.btn-success .badge {
    color: #46be8a;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #33b6c5;
    border-color: #237e89
}
.btn-info:hover {
    color: #fff;
    background-color: #33b6c5;
    border-color: #30afbd
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #33b6c5;
    border-color: #30afbd
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #2b9ca9;
    border-color: #237e89
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #57c7d4;
    border-color: #57c7d4
}
.btn-info .badge {
    color: #57c7d4;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ee8d25;
    border-color: #b8660e
}
.btn-warning:hover {
    color: #fff;
    background-color: #ee8d25;
    border-color: #ee881b
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ee8d25;
    border-color: #ee881b
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #de7c11;
    border-color: #b8660e
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f2a654;
    border-color: #f2a654
}
.btn-warning .badge {
    color: #f2a654;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #f73737;
    border-color: #d90909
}
.btn-danger:hover {
    color: #fff;
    background-color: #f73737;
    border-color: #f72d2d
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #f73737;
    border-color: #f72d2d
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #f61515;
    border-color: #d90909
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #f96868;
    border-color: #f96868
}
.btn-danger .badge {
    color: #f96868;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #62a8ea;
    border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}
.btn-link:focus, .btn-link:hover {
    color: #89bceb;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #a3afb7;
    text-decoration: none
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}
.btn-group-sm>.btn, .btn-sm {
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown, .dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e4eaec
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.57142857;
    color: #76838f;
    white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #76838f;
    text-decoration: none;
    background-color: #f3f7f9
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #76838f;
    text-decoration: none;
    background-color: #f3f7f9;
    outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #ccd5db
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.57142857;
    color: #37474f;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1190
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    padding-top: 0;
    padding-bottom: 0
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 32px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 32px;
    line-height: 32px
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    padding-top: 0;
    padding-bottom: 0
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #76838f;
    text-align: center;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 3px
}
.input-group-addon.input-sm {
    padding: 6px 13px;
    font-size: 12px;
    border-radius: 2px
}
.input-group-addon.input-lg {
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 4px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f3f7f9
}
.nav>li.disabled>a {
    color: #a3afb7
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #a3afb7;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f3f7f9;
    border-color: #62a8ea
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #e4eaec
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.57142857;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}
.nav-tabs>li>a:hover {
    border-color: transparent transparent #e4eaec
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #4e97d9;
    cursor: default;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #e4eaec
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #e4eaec;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 3px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #62a8ea
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #e4eaec
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #e4eaec;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 66px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 3px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1200;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1500
}

@media(min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    height: 66px;
    padding: 22px 15px;
    font-size: 18px;
    line-height: 22px
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 11px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 22px
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media(max-width:850px) {
    .banner_div_red{
        display: none;
    }

}
@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px
}
.navbar-btn.btn-sm {
    margin-top: 17px;
    margin-bottom: 17px
}
.navbar-btn.btn-xs {
    margin-top: 22px;
    margin-bottom: 22px
}
.navbar-text {
    margin-top: 22px;
    margin-bottom: 22px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #fff;
    border-color: #e4eaec
}
.navbar-default .navbar-brand {
    color: #37474f
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #37474f;
    background-color: none
}
.navbar-default .navbar-text {
    color: #76838f
}
.navbar-default .navbar-nav>li>a {
    color: #76838f
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #526069;
    background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #526069;
    background-color: rgba(243,247,249,.6)
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccd5db;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: transparent
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #76838f
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e4eaec
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #526069;
    background-color: rgba(243,247,249,.6)
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #76838f
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #526069;
        background-color: rgba(243,247,249,.3)
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #526069;
        background-color: rgba(243,247,249,.6)
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccd5db;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #76838f
}
.navbar-default .navbar-link:hover {
    color: #526069
}
.navbar-default .btn-link {
    color: #76838f
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #526069
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccd5db
}
.navbar-inverse {
    background-color: #62a8ea;
    border-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-brand {
    color: #fff
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: none
}
.navbar-inverse .navbar-text {
    color: #fff
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: transparent
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4397e6
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1)
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: rgba(0,0,0,.1)
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgba(0,0,0,.1)
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: rgba(0,0,0,.1)
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: rgba(0,0,0,.1)
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #fff;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #fff
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #fff
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #fff
}
.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 22px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #62a8ea;
    content: "/\00a0"
}
.breadcrumb>.active {
    color: #76838f
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.57142857;
    color: #76838f;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #e4eaec
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #89bceb;
    background-color: #f3f7f9;
    border-color: #e4eaec
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #e4eaec
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid #e4eaec;
    border-radius: 3px
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #fff
}
.pager .next>a, .pager .next>span {
    float: right
}
.pager .previous>a, .pager .previous>span {
    float: left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #e4eaec
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #c6d3d7
}
.label-primary {
    background-color: #62a8ea
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #358fe4
}
.label-success {
    background-color: #46be8a
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #369b6f
}
.label-info {
    background-color: #57c7d4
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #33b6c5
}
.label-warning {
    background-color: #f2a654
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ee8d25
}
.label-danger {
    background-color: #f96868
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #f73737
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #76838f;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e4eaec;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:focus, a.badge:hover {
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #526069;
    background-color: #e4eaec
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #e4eaec
}
.jumbotron .h1, .jumbotron h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #c6d3d7
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px
}
.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 40px;
        padding-left: 40px
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.57142857;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #62a8ea
}
.thumbnail .caption {
    padding: 9px;
    color: #76838f
}
.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 3px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 500
}
.alert>p, .alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    color: #46be8a;
    background-color: rgba(231,250,242,.8);
    border-color: #e7faf2
}
.alert-success hr {
    border-top-color: #d2f6e7
}
.alert-success .alert-link {
    color: #369b6f
}
.alert-info {
    color: #57c7d4;
    background-color: rgba(236,249,250,.8);
    border-color: #ecf9fa
}
.alert-info hr {
    border-top-color: #d8f3f5
}
.alert-info .alert-link {
    color: #33b6c5
}
.alert-warning {
    color: #f2a654;
    background-color: rgba(255,243,230,.8);
    border-color: #fff3e6
}
.alert-warning hr {
    border-top-color: #ffe7cc
}
.alert-warning .alert-link {
    color: #ee8d25
}
.alert-danger {
    color: #f96868;
    background-color: rgba(255,234,234,.8);
    border-color: #ffeaea
}
.alert-danger hr {
    border-top-color: #ffd0d0
}
.alert-danger .alert-link {
    color: #f73737
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }
    to {
        background-position:0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }
    to {
        background-position:0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }
    to {
        background-position:0 0
    }
}
.progress {
    height: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    background-color: #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #62a8ea;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #46be8a
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #57c7d4
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f2a654
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #f96868
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media, .media-body {
    overflow: hidden;
    zoom: 1
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right, .media>.pull-right {
    padding-left: 10px
}
.media-left, .media>.pull-left {
    padding-right: 10px
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent
}
.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
a.list-group-item, button.list-group-item {
    color: #76838f
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #37474f
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #76838f;
    text-decoration: none;
    background-color: #f3f7f9
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #ccd5db
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #62a8ea;
    background-color: transparent;
    border-color: transparent
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #fff
}
.list-group-item-success {
    color: #fff;
    background-color: #46be8a
}
a.list-group-item-success, button.list-group-item-success {
    color: #fff
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #fff;
    background-color: #3dae7d
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}
.list-group-item-info {
    color: #fff;
    background-color: #57c7d4
}
a.list-group-item-info, button.list-group-item-info {
    color: #fff
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #fff;
    background-color: #43c0cf
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}
.list-group-item-warning {
    color: #fff;
    background-color: #f2a654
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #fff
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #fff;
    background-color: #f09a3c
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}
.list-group-item-danger {
    color: #fff;
    background-color: #f96868
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #fff
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #fff;
    background-color: #f84f4f
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
    padding: 30px 30px
}
.panel-heading {
    padding: 20px 30px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit
}
.panel-footer {
    padding: 0 30px 15px;
    background-color: transparent;
    border-top: 1px solid #e4eaec;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
    padding-right: 30px 30px;
    padding-left: 30px 30px
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #e4eaec
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}
.panel-group {
    margin-bottom: 22px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #e4eaec
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #e4eaec
}
.panel-default {
    border-color: #e4eaec
}
.panel-default>.panel-heading {
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e4eaec
}
.panel-default>.panel-heading .badge {
    color: #e4eaec;
    background-color: #76838f
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e4eaec
}
.panel-primary {
    border-color: #62a8ea
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #62a8ea
}
.panel-primary>.panel-heading .badge {
    color: #62a8ea;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #62a8ea
}
.panel-success {
    border-color: #3dae6a
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #46be8a;
    border-color: #3dae6a
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3dae6a
}
.panel-success>.panel-heading .badge {
    color: #46be8a;
    background-color: #fff
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3dae6a
}
.panel-info {
    border-color: #3bcdc4
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #57c7d4;
    border-color: #3bcdc4
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3bcdc4
}
.panel-info>.panel-heading .badge {
    color: #57c7d4;
    background-color: #fff
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3bcdc4
}
.panel-warning {
    border-color: #f18246
}
.panel-warning>.panel-heading {
    color: #fff;
    background-color: #f2a654;
    border-color: #f18246
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f18246
}
.panel-warning>.panel-heading .badge {
    color: #f2a654;
    background-color: #fff
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f18246
}
.panel-danger {
    border-color: #f85974
}
.panel-danger>.panel-heading {
    color: #fff;
    background-color: #f96868;
    border-color: #f85974
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f85974
}
.panel-danger>.panel-heading .badge {
    color: #f96868;
    background-color: #fff
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f85974
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}
.well-lg {
    padding: 24px;
    border-radius: 4px
}
.well-sm {
    padding: 9px;
    border-radius: 2px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1700;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1600;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e4eaec
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.57142857
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e4eaec
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1900;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57142857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 4px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 4px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 4px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 4px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    border-radius: 3px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: rgba(0,0,0,.8)
}
.tooltip.top-left .tooltip-arrow {
    right: 4px;
    bottom: 0;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: rgba(0,0,0,.8)
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: rgba(0,0,0,.8)
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-right-color: rgba(0,0,0,.8)
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-left-color: rgba(0,0,0,.8)
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0,0,0,.8)
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0,0,0,.8)
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0,0,0,.8)
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1800;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57142857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border: 1px solid rgba(204,213,219,.8);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}
.popover.top {
    margin-top: -8px
}
.popover.right {
    margin-left: 8px
}
.popover.bottom {
    margin-top: 8px
}
.popover.left {
    margin-left: -8px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f3f7f9;
    border-bottom: 1px solid #e2ecf1;
    border-radius: 3px 3px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 9px
}
.popover>.arrow:after {
    content: "";
    border-width: 8px
}
.popover.top>.arrow {
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-color: #a8bbc2;
    border-top-color: rgba(204,213,219,.85);
    border-bottom-width: 0
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -8px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: #a8bbc2;
    border-right-color: rgba(204,213,219,.85);
    border-left-width: 0
}
.popover.right>.arrow:after {
    bottom: -8px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow {
    top: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-width: 0;
    border-bottom-color: #a8bbc2;
    border-bottom-color: rgba(204,213,219,.85)
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -8px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: #a8bbc2;
    border-left-color: rgba(204,213,219,.85)
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -8px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right, .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=0);
    opacity: 0
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 24px;
        height: 24px;
        margin-top: -8px;
        font-size: 24px
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -8px
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -8px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
a.text-action {
    color: #a3afb7
}
a.text-action, a.text-action:focus, a.text-action:hover {
    text-decoration: none
}
a.text-action:focus, a.text-action:hover {
    color: #ccd5db
}
a.text-action .icon+span {
    margin-left: 3px
}
a.text-like {
    color: #a3afb7 !important
}
a.text-like, a.text-like:focus, a.text-like:hover {
    text-decoration: none
}
a.text-like.active, a.text-like:focus, a.text-like:hover {
    color: #f96868 !important
}
.text-action+.text-action {
    margin-left: 6px
}
.img-bordered {
    padding: 3px;
    border: 1px solid #e4eaec
}
.img-bordered-primary {
    border-color: #62a8ea !important
}
.img-bordered-purple {
    border-color: #7c51d1 !important
}
.img-bordered-red {
    border-color: #e9595b !important
}
.img-bordered-green {
    border-color: #7dd3ae !important
}
.img-bordered-orange {
    border-color: #ec9940 !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-shadow: rgba(0,0,0,.15) 0 0 1px
}
.h1 .icon:first-child, .h2 .icon:first-child, .h3 .icon:first-child, .h4 .icon:first-child, .h5 .icon:first-child, .h6 .icon:first-child, h1 .icon:first-child, h2 .icon:first-child, h3 .icon:first-child, h4 .icon:first-child, h5 .icon:first-child, h6 .icon:first-child {
    margin-right: .5em
}
.mark, mark {
    color: #fff;
    border-radius: 2px
}
.drop-cap {
    float: left;
    padding: 5px;
    margin-right: 5px;
    font-family: Georgia;
    font-size: 60px;
    line-height: 50px;
    color: #263238
}
.drop-cap-reversed {
    color: #fff;
    background-color: #263238
}
.list-icons {
    padding-left: 10px;
    margin-left: 0;
    list-style: none
}
.list-icons>li {
    margin-top: 6px
}
.list-icons>li:first-child {
    margin-top: 0
}
.list-icons>li i {
    float: left;
    width: 1em;
    margin: 0 6px 0 0
}
.text-primary {
    color: #62a8ea
}
a.text-primary:focus, a.text-primary:hover {
    color: #358fe4
}
.text-success {
    color: #46be8a
}
a.text-success:focus, a.text-success:hover {
    color: #369b6f
}
.text-info {
    color: #57c7d4
}
a.text-info:focus, a.text-info:hover {
    color: #33b6c5
}
.text-warning {
    color: #f2a654
}
a.text-warning:focus, a.text-warning:hover {
    color: #ee8d25
}
.text-danger {
    color: #f96868
}
a.text-danger:focus, a.text-danger:hover {
    color: #f73737
}
blockquote {
    font-size: 20px;
    color: #526069;
    border-left-width: 2px
}
blockquote .small, blockquote footer, blockquote small {
    font-size: 14px
}
.blockquote-reverse {
    border-right-width: 2px
}
.blockquote {
    padding: 15px 20px;
    border-left-width: 4px;
    border-radius: 3px
}
.blockquote.blockquote-reverse {
    border-right-width: 4px
}
.blockquote-success {
    background-color: rgba(70,190,138,.1);
    border-color: #46be8a
}
.blockquote-info {
    background-color: rgba(87,199,212,.1);
    border-color: #57c7d4
}
.blockquote-warning {
    background-color: rgba(242,166,84,.1);
    border-color: #f2a654
}
.blockquote-danger {
    background-color: rgba(249,104,104,.1);
    border-color: #f96868
}
code {
    border: 1px solid #bcd8f1
}
pre code {
    border: 0
}
.container {
    max-width: 100%
}

@media(min-width:1600px) {
    .container {
        width: 1310px
    }
}

@media(min-width:1600px) {
    .col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
        float: left
    }
    .col-xlg-12 {
        width: 100%
    }
    .col-xlg-11 {
        width: 91.66666667%
    }
    .col-xlg-10 {
        width: 83.33333333%
    }
    .col-xlg-9 {
        width: 75%
    }
    .col-xlg-8 {
        width: 66.66666667%
    }
    .col-xlg-7 {
        width: 58.33333333%
    }
    .col-xlg-6 {
        width: 50%
    }
    .col-xlg-5 {
        width: 41.66666667%
    }
    .col-xlg-4 {
        width: 33.33333333%
    }
    .col-xlg-3 {
        width: 25%
    }
    .col-xlg-2 {
        width: 16.66666667%
    }
    .col-xlg-1 {
        width: 8.33333333%
    }
    .col-xlg-pull-12 {
        right: 100%
    }
    .col-xlg-pull-11 {
        right: 91.66666667%
    }
    .col-xlg-pull-10 {
        right: 83.33333333%
    }
    .col-xlg-pull-9 {
        right: 75%
    }
    .col-xlg-pull-8 {
        right: 66.66666667%
    }
    .col-xlg-pull-7 {
        right: 58.33333333%
    }
    .col-xlg-pull-6 {
        right: 50%
    }
    .col-xlg-pull-5 {
        right: 41.66666667%
    }
    .col-xlg-pull-4 {
        right: 33.33333333%
    }
    .col-xlg-pull-3 {
        right: 25%
    }
    .col-xlg-pull-2 {
        right: 16.66666667%
    }
    .col-xlg-pull-1 {
        right: 8.33333333%
    }
    .col-xlg-pull-0 {
        right: auto
    }
    .col-xlg-push-12 {
        left: 100%
    }
    .col-xlg-push-11 {
        left: 91.66666667%
    }
    .col-xlg-push-10 {
        left: 83.33333333%
    }
    .col-xlg-push-9 {
        left: 75%
    }
    .col-xlg-push-8 {
        left: 66.66666667%
    }
    .col-xlg-push-7 {
        left: 58.33333333%
    }
    .col-xlg-push-6 {
        left: 50%
    }
    .col-xlg-push-5 {
        left: 41.66666667%
    }
    .col-xlg-push-4 {
        left: 33.33333333%
    }
    .col-xlg-push-3 {
        left: 25%
    }
    .col-xlg-push-2 {
        left: 16.66666667%
    }
    .col-xlg-push-1 {
        left: 8.33333333%
    }
    .col-xlg-push-0 {
        left: auto
    }
    .col-xlg-offset-12 {
        margin-left: 100%
    }
    .col-xlg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xlg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xlg-offset-9 {
        margin-left: 75%
    }
    .col-xlg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xlg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xlg-offset-6 {
        margin-left: 50%
    }
    .col-xlg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xlg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xlg-offset-3 {
        margin-left: 25%
    }
    .col-xlg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xlg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xlg-offset-0 {
        margin-left: 0
    }
}
.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.row.no-space {
    margin-right: 0;
    margin-left: 0
}
.row.no-space>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.row-lg {
    margin-right: -25px;
    margin-left: -25px
}
.row-lg>.col-lg-1, .row-lg>.col-lg-10, .row-lg>.col-lg-11, .row-lg>.col-lg-12, .row-lg>.col-lg-2, .row-lg>.col-lg-3, .row-lg>.col-lg-4, .row-lg>.col-lg-5, .row-lg>.col-lg-6, .row-lg>.col-lg-7, .row-lg>.col-lg-8, .row-lg>.col-lg-9, .row-lg>.col-md-1, .row-lg>.col-md-10, .row-lg>.col-md-11, .row-lg>.col-md-12, .row-lg>.col-md-2, .row-lg>.col-md-3, .row-lg>.col-md-4, .row-lg>.col-md-5, .row-lg>.col-md-6, .row-lg>.col-md-7, .row-lg>.col-md-8, .row-lg>.col-md-9, .row-lg>.col-sm-1, .row-lg>.col-sm-10, .row-lg>.col-sm-11, .row-lg>.col-sm-12, .row-lg>.col-sm-2, .row-lg>.col-sm-3, .row-lg>.col-sm-4, .row-lg>.col-sm-5, .row-lg>.col-sm-6, .row-lg>.col-sm-7, .row-lg>.col-sm-8, .row-lg>.col-sm-9, .row-lg>.col-xlg-1, .row-lg>.col-xlg-10, .row-lg>.col-xlg-11, .row-lg>.col-xlg-12, .row-lg>.col-xlg-2, .row-lg>.col-xlg-3, .row-lg>.col-xlg-4, .row-lg>.col-xlg-5, .row-lg>.col-xlg-6, .row-lg>.col-xlg-7, .row-lg>.col-xlg-8, .row-lg>.col-xlg-9, .row-lg>.col-xs-1, .row-lg>.col-xs-10, .row-lg>.col-xs-11, .row-lg>.col-xs-12, .row-lg>.col-xs-2, .row-lg>.col-xs-3, .row-lg>.col-xs-4, .row-lg>.col-xs-5, .row-lg>.col-xs-6, .row-lg>.col-xs-7, .row-lg>.col-xs-8, .row-lg>.col-xs-9 {
    padding-right: 25px;
    padding-left: 25px
}
.table {
    color: #76838f
}
.table>tfoot>tr>th, .table>thead>tr>th {
    font-weight: 400;
    color: #526069
}
.table>thead>tr>th {
    border-bottom: 1px solid #e4eaec
}
.table>tbody+tbody {
    border-top: 1px solid #e4eaec
}
.table a {
    text-decoration: underline
}
.table td>.checkbox-custom:only-child, .table th>.checkbox-custom:only-child {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}
.table .danger, .table .info, .table .success, .table .warning {
    color: #fff
}
.table .danger a, .table .info a, .table .success a, .table .warning a {
    color: #fff
}
.table .cell-30 {
    width: 30px
}
.table .cell-40 {
    width: 40px
}
.table .cell-50 {
    width: 50px
}
.table .cell-60 {
    width: 60px
}
.table .cell-80 {
    width: 80px
}
.table .cell-100 {
    width: 100px
}
.table .cell-120 {
    width: 120px
}
.table .cell-130 {
    width: 130px
}
.table .cell-150 {
    width: 150px
}
.table .cell-180 {
    width: 180px
}
.table .cell-200 {
    width: 200px
}
.table .cell-250 {
    width: 250px
}
.table .cell-300 {
    width: 300px
}
.table-danger thead tr, .table-dark thead tr, .table-info thead tr, .table-primary thead tr, .table-success thead tr, .table-warning thead tr {
    color: #fff
}
.table-default thead tr {
    background: #f3f7f9
}
.table-primary thead tr {
    background: #62a8ea
}
.table-success thead tr {
    background: #46be8a
}
.table-info thead tr {
    background: #57c7d4
}
.table-warning thead tr {
    background: #f2a654
}
.table-danger thead tr {
    background: #f96868
}
.table-dark thead tr {
    background: #526069
}
.table-gray thead tr {
    color: #526069;
    background: #ccd5db
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px
}
.table-bordered>thead:first-child>tr:first-child>th {
    border: 1px solid #e4eaec
}
.table-section+tbody {
    display: none
}
.table-section-arrow {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.table-section-arrow:before {
    content: '\f181'
}
.table-section.active tr {
    background-color: #f3f7f9
}
.table-section.active+tbody {
    display: table-row-group
}
.table-section.active .table-section-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}
.form-control:not(select) {
    -webkit-appearance: none
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #46be8a
}
.has-success .form-control {
    border-color: #46be8a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
    border-color: #369b6f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #91d9ba;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #91d9ba
}
.has-success .input-group-addon {
    color: #46be8a;
    background-color: #fff;
    border-color: #46be8a
}
.has-success .form-control-feedback {
    color: #46be8a
}
.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.has-success .form-control:focus {
    border-color: #46be8a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70,190,138,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70,190,138,.6)
}
.has-success .form-control.focus, .has-success .form-control:focus {
    border-color: #46be8a;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #f2a654
}
.has-warning .form-control {
    border-color: #f2a654;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
    border-color: #ee8d25;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #f9d7b3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #f9d7b3
}
.has-warning .input-group-addon {
    color: #f2a654;
    background-color: #fff;
    border-color: #f2a654
}
.has-warning .form-control-feedback {
    color: #f2a654
}
.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.has-warning .form-control:focus {
    border-color: #f2a654;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242,166,84,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242,166,84,.6)
}
.has-warning .form-control.focus, .has-warning .form-control:focus {
    border-color: #f2a654;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f96868
}
.has-error .form-control {
    border-color: #f96868;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
    border-color: #f73737;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fdcaca;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #fdcaca
}
.has-error .input-group-addon {
    color: #f96868;
    background-color: #fff;
    border-color: #f96868
}
.has-error .form-control-feedback {
    color: #f96868
}
.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.has-error .form-control:focus {
    border-color: #f96868;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249,104,104,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249,104,104,.6)
}
.has-error .form-control.focus, .has-error .form-control:focus {
    border-color: #f96868;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-group.has-feedback.no-label .form-control-feedback {
    top: 0
}
.form-group.has-feedback.left-feedback .form-control-feedback {
    right: auto;
    left: 0
}
.form-group.has-feedback.left-feedback .form-control {
    padding-right: 13px;
    padding-left: 50px
}
.form-control.square {
    border-radius: 0
}
.form-control.round {
    border-radius: 200px
}
textarea.form-control.no-resize {
    resize: none
}
.input-group-file input[type=text] {
    background-color: #fff
}
.input-group-file .btn-file {
    position: relative;
    overflow: hidden
}
.input-group-file .btn-file.btn-outline {
    border: 1px solid #e4eaec;
    border-left: 0
}
.input-group-file .btn-file.btn-outline:hover {
    border-left: 0
}
.input-group-file .btn-file>.icon {
    margin: 0 3px
}
.input-group-file .btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    text-align: 0;
    cursor: pointer;
    opacity: 0
}
.help-block {
    margin-top: 7px;
    margin-bottom: 8px
}
.help-block>.icon {
    margin: 0 5px
}
.input-search-close {
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .2
}
.input-search-close.icon {
    font-size: inherit;
    line-height: inherit
}
.input-search-close:focus, .input-search-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.input-search-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0
}
.input-search {
    position: relative
}
.input-search .form-control {
    border-radius: 200px
}
.input-search .input-search-close, .input-search .input-search-icon {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.input-search .input-search-close {
    right: 8px
}
.input-search .input-search-icon+.form-control {
    padding-left: 43.5px
}
.input-search .input-search-icon {
    left: 8px;
    font-size: 16px;
    color: #a3afb7;
    text-align: center;
    pointer-events: none
}
.input-search-btn+.form-control {
    padding-right: 50px
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0;
    border: 0;
    border-radius: 0 200px 200px 0
}
.input-search-btn>.icon {
    margin: 0 3px
}
.input-search-dark .input-search-icon {
    color: #76838f
}
.input-search-dark .form-control {
    background: #f3f7f9;
    -webkit-box-shadow: none;
    box-shadow: none
}
.input-search-dark .form-control:focus {
    background-color: transparent
}
.form-inline .form-group {
    margin-right: 20px
}
.form-inline .form-group:last-child {
    margin-right: 0
}
.form-inline .control-label {
    margin-right: 5px
}

@media(max-width:767px) {
    .form-inline .form-group {
        margin-right: 0
    }
}
.btn {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    border-radius: 3px;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .icon {
    width: 1em;
    margin: -1px 3px 0;
    line-height: inherit;
    text-align: center
}
.btn-block {
    white-space: normal
}
.btn-outline.btn-default {
    color: #76838f;
    background-color: transparent
}
.btn-outline.btn-default.active, .btn-outline.btn-default:active, .btn-outline.btn-default:focus, .btn-outline.btn-default:hover, .open>.dropdown-toggle.btn-outline.btn-default {
    color: #76838f;
    background-color: rgba(118,131,143,.1);
    border-color: #e4eaec
}
.btn-outline.btn-default.active .badge, .btn-outline.btn-default:active .badge, .btn-outline.btn-default:focus .badge, .btn-outline.btn-default:hover .badge, .open>.dropdown-toggle.btn-outline.btn-default .badge {
    color: #76838f;
    background-color: #76838f
}
.btn-outline.btn-primary {
    color: #62a8ea;
    background-color: transparent
}
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open>.dropdown-toggle.btn-outline.btn-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.btn-outline.btn-primary.active .badge, .btn-outline.btn-primary:active .badge, .btn-outline.btn-primary:focus .badge, .btn-outline.btn-primary:hover .badge, .open>.dropdown-toggle.btn-outline.btn-primary .badge {
    color: #62a8ea;
    background-color: #fff
}
.btn-outline.btn-success {
    color: #46be8a;
    background-color: transparent
}
.btn-outline.btn-success.active, .btn-outline.btn-success:active, .btn-outline.btn-success:focus, .btn-outline.btn-success:hover, .open>.dropdown-toggle.btn-outline.btn-success {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}
.btn-outline.btn-success.active .badge, .btn-outline.btn-success:active .badge, .btn-outline.btn-success:focus .badge, .btn-outline.btn-success:hover .badge, .open>.dropdown-toggle.btn-outline.btn-success .badge {
    color: #46be8a;
    background-color: #fff
}
.btn-outline.btn-info {
    color: #57c7d4;
    background-color: transparent
}
.btn-outline.btn-info.active, .btn-outline.btn-info:active, .btn-outline.btn-info:focus, .btn-outline.btn-info:hover, .open>.dropdown-toggle.btn-outline.btn-info {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}
.btn-outline.btn-info.active .badge, .btn-outline.btn-info:active .badge, .btn-outline.btn-info:focus .badge, .btn-outline.btn-info:hover .badge, .open>.dropdown-toggle.btn-outline.btn-info .badge {
    color: #57c7d4;
    background-color: #fff
}
.btn-outline.btn-warning {
    color: #f2a654;
    background-color: transparent
}
.btn-outline.btn-warning.active, .btn-outline.btn-warning:active, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:hover, .open>.dropdown-toggle.btn-outline.btn-warning {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}
.btn-outline.btn-warning.active .badge, .btn-outline.btn-warning:active .badge, .btn-outline.btn-warning:focus .badge, .btn-outline.btn-warning:hover .badge, .open>.dropdown-toggle.btn-outline.btn-warning .badge {
    color: #f2a654;
    background-color: #fff
}
.btn-outline.btn-danger {
    color: #f96868;
    background-color: transparent
}
.btn-outline.btn-danger.active, .btn-outline.btn-danger:active, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:hover, .open>.dropdown-toggle.btn-outline.btn-danger {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}
.btn-outline.btn-danger.active .badge, .btn-outline.btn-danger:active .badge, .btn-outline.btn-danger:focus .badge, .btn-outline.btn-danger:hover .badge, .open>.dropdown-toggle.btn-outline.btn-danger .badge {
    color: #f96868;
    background-color: #fff
}
.btn-outline.btn-dark {
    color: #526069;
    background-color: transparent
}
.btn-outline.btn-dark.active, .btn-outline.btn-dark:active, .btn-outline.btn-dark:focus, .btn-outline.btn-dark:hover, .open>.dropdown-toggle.btn-outline.btn-dark {
    color: #fff;
    background-color: #526069;
    border-color: #526069
}
.btn-outline.btn-dark.active .badge, .btn-outline.btn-dark:active .badge, .btn-outline.btn-dark:focus .badge, .btn-outline.btn-dark:hover .badge, .open>.dropdown-toggle.btn-outline.btn-dark .badge {
    color: #526069;
    background-color: #fff
}
.btn-outline.btn-inverse {
    color: #fff;
    background-color: transparent
}
.btn-outline.btn-inverse.active, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse:hover, .open>.dropdown-toggle.btn-outline.btn-inverse {
    color: #76838f;
    background-color: #fff;
    border-color: #fff
}
.btn-outline.btn-inverse.active .badge, .btn-outline.btn-inverse:active .badge, .btn-outline.btn-inverse:focus .badge, .btn-outline.btn-inverse:hover .badge, .open>.dropdown-toggle.btn-outline.btn-inverse .badge {
    color: #fff;
    background-color: #76838f
}
.btn-lg {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}
.btn-sm {
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}
.btn-squared {
    border-radius: 0
}
.btn-round {
    border-radius: 1000px
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
    background-color: #f3f7f9;
    border-color: #f3f7f9
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #ccd5db;
    border-color: #ccd5db
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #ccd5db;
    border-color: #ccd5db
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #76838f;
    background-color: #f3f7f9;
    border-color: #f3f7f9
}
.btn-default.btn-up:before {
    border-bottom-color: #e4eaec
}
.btn-default.btn-up:focus:before, .btn-default.btn-up:hover:before {
    border-bottom-color: #f3f7f9
}
.btn-default.btn-up.active:before, .btn-default.btn-up:active:before, .open>.dropdown-toggle.btn-default.btn-up:before {
    border-bottom-color: #ccd5db
}
.btn-default.btn-right:before {
    border-left-color: #e4eaec
}
.btn-default.btn-right:focus:before, .btn-default.btn-right:hover:before {
    border-left-color: #f3f7f9
}
.btn-default.btn-right.active:before, .btn-default.btn-right:active:before, .open>.dropdown-toggle.btn-default.btn-right:before {
    border-left-color: #ccd5db
}
.btn-default.btn-bottom:before {
    border-top-color: #e4eaec
}
.btn-default.btn-bottom:focus:before, .btn-default.btn-bottom:hover:before {
    border-top-color: #f3f7f9
}
.btn-default.btn-bottom.active:before, .btn-default.btn-bottom:active:before, .open>.dropdown-toggle.btn-default.btn-bottom:before {
    border-top-color: #ccd5db
}
.btn-default.btn-left:before {
    border-right-color: #e4eaec
}
.btn-default.btn-left:focus:before, .btn-default.btn-left:hover:before {
    border-right-color: #f3f7f9
}
.btn-default.btn-left.active:before, .btn-default.btn-left:active:before, .open>.dropdown-toggle.btn-default.btn-left:before {
    border-right-color: #ccd5db
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #89bceb;
    border-color: #89bceb
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #4e97d9;
    border-color: #4e97d9
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #4e97d9;
    border-color: #4e97d9
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #a2caee;
    border-color: #a2caee
}
.btn-primary.btn-up:before {
    border-bottom-color: #62a8ea
}
.btn-primary.btn-up:focus:before, .btn-primary.btn-up:hover:before {
    border-bottom-color: #89bceb
}
.btn-primary.btn-up.active:before, .btn-primary.btn-up:active:before, .open>.dropdown-toggle.btn-primary.btn-up:before {
    border-bottom-color: #4e97d9
}
.btn-primary.btn-right:before {
    border-left-color: #62a8ea
}
.btn-primary.btn-right:focus:before, .btn-primary.btn-right:hover:before {
    border-left-color: #89bceb
}
.btn-primary.btn-right.active:before, .btn-primary.btn-right:active:before, .open>.dropdown-toggle.btn-primary.btn-right:before {
    border-left-color: #4e97d9
}
.btn-primary.btn-bottom:before {
    border-top-color: #62a8ea
}
.btn-primary.btn-bottom:focus:before, .btn-primary.btn-bottom:hover:before {
    border-top-color: #89bceb
}
.btn-primary.btn-bottom.active:before, .btn-primary.btn-bottom:active:before, .open>.dropdown-toggle.btn-primary.btn-bottom:before {
    border-top-color: #4e97d9
}
.btn-primary.btn-left:before {
    border-right-color: #62a8ea
}
.btn-primary.btn-left:focus:before, .btn-primary.btn-left:hover:before {
    border-right-color: #89bceb
}
.btn-primary.btn-left.active:before, .btn-primary.btn-left:active:before, .open>.dropdown-toggle.btn-primary.btn-left:before {
    border-right-color: #4e97d9
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #5cd29d;
    border-color: #5cd29d
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-color: #36ab7a;
    border-color: #36ab7a
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    background-color: #36ab7a;
    border-color: #36ab7a
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    color: #fff;
    background-color: #7dd3ae;
    border-color: #7dd3ae
}
.btn-success.btn-up:before {
    border-bottom-color: #46be8a
}
.btn-success.btn-up:focus:before, .btn-success.btn-up:hover:before {
    border-bottom-color: #5cd29d
}
.btn-success.btn-up.active:before, .btn-success.btn-up:active:before, .open>.dropdown-toggle.btn-success.btn-up:before {
    border-bottom-color: #36ab7a
}
.btn-success.btn-right:before {
    border-left-color: #46be8a
}
.btn-success.btn-right:focus:before, .btn-success.btn-right:hover:before {
    border-left-color: #5cd29d
}
.btn-success.btn-right.active:before, .btn-success.btn-right:active:before, .open>.dropdown-toggle.btn-success.btn-right:before {
    border-left-color: #36ab7a
}
.btn-success.btn-bottom:before {
    border-top-color: #46be8a
}
.btn-success.btn-bottom:focus:before, .btn-success.btn-bottom:hover:before {
    border-top-color: #5cd29d
}
.btn-success.btn-bottom.active:before, .btn-success.btn-bottom:active:before, .open>.dropdown-toggle.btn-success.btn-bottom:before {
    border-top-color: #36ab7a
}
.btn-success.btn-left:before {
    border-right-color: #46be8a
}
.btn-success.btn-left:focus:before, .btn-success.btn-left:hover:before {
    border-right-color: #5cd29d
}
.btn-success.btn-left.active:before, .btn-success.btn-left:active:before, .open>.dropdown-toggle.btn-success.btn-left:before {
    border-right-color: #36ab7a
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #77d6e1;
    border-color: #77d6e1
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-color: #47b8c6;
    border-color: #47b8c6
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #47b8c6;
    border-color: #47b8c6
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    color: #fff;
    background-color: #9ae1e9;
    border-color: #9ae1e9
}
.btn-info.btn-up:before {
    border-bottom-color: #57c7d4
}
.btn-info.btn-up:focus:before, .btn-info.btn-up:hover:before {
    border-bottom-color: #77d6e1
}
.btn-info.btn-up.active:before, .btn-info.btn-up:active:before, .open>.dropdown-toggle.btn-info.btn-up:before {
    border-bottom-color: #47b8c6
}
.btn-info.btn-right:before {
    border-left-color: #57c7d4
}
.btn-info.btn-right:focus:before, .btn-info.btn-right:hover:before {
    border-left-color: #77d6e1
}
.btn-info.btn-right.active:before, .btn-info.btn-right:active:before, .open>.dropdown-toggle.btn-info.btn-right:before {
    border-left-color: #47b8c6
}
.btn-info.btn-bottom:before {
    border-top-color: #57c7d4
}
.btn-info.btn-bottom:focus:before, .btn-info.btn-bottom:hover:before {
    border-top-color: #77d6e1
}
.btn-info.btn-bottom.active:before, .btn-info.btn-bottom:active:before, .open>.dropdown-toggle.btn-info.btn-bottom:before {
    border-top-color: #47b8c6
}
.btn-info.btn-left:before {
    border-right-color: #57c7d4
}
.btn-info.btn-left:focus:before, .btn-info.btn-left:hover:before {
    border-right-color: #77d6e1
}
.btn-info.btn-left.active:before, .btn-info.btn-left:active:before, .open>.dropdown-toggle.btn-info.btn-left:before {
    border-right-color: #47b8c6
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #f4b066;
    border-color: #f4b066
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-color: #ec9940;
    border-color: #ec9940
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    background-color: #ec9940;
    border-color: #ec9940
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    color: #fff;
    background-color: #f6be80;
    border-color: #f6be80
}
.btn-warning.btn-up:before {
    border-bottom-color: #f2a654
}
.btn-warning.btn-up:focus:before, .btn-warning.btn-up:hover:before {
    border-bottom-color: #f4b066
}
.btn-warning.btn-up.active:before, .btn-warning.btn-up:active:before, .open>.dropdown-toggle.btn-warning.btn-up:before {
    border-bottom-color: #ec9940
}
.btn-warning.btn-right:before {
    border-left-color: #f2a654
}
.btn-warning.btn-right:focus:before, .btn-warning.btn-right:hover:before {
    border-left-color: #f4b066
}
.btn-warning.btn-right.active:before, .btn-warning.btn-right:active:before, .open>.dropdown-toggle.btn-warning.btn-right:before {
    border-left-color: #ec9940
}
.btn-warning.btn-bottom:before {
    border-top-color: #f2a654
}
.btn-warning.btn-bottom:focus:before, .btn-warning.btn-bottom:hover:before {
    border-top-color: #f4b066
}
.btn-warning.btn-bottom.active:before, .btn-warning.btn-bottom:active:before, .open>.dropdown-toggle.btn-warning.btn-bottom:before {
    border-top-color: #ec9940
}
.btn-warning.btn-left:before {
    border-right-color: #f2a654
}
.btn-warning.btn-left:focus:before, .btn-warning.btn-left:hover:before {
    border-right-color: #f4b066
}
.btn-warning.btn-left.active:before, .btn-warning.btn-left:active:before, .open>.dropdown-toggle.btn-warning.btn-left:before {
    border-right-color: #ec9940
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #fa7a7a;
    border-color: #fa7a7a
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-color: #e9595b;
    border-color: #e9595b
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    background-color: #e9595b;
    border-color: #e9595b
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    color: #fff;
    background-color: #fa9898;
    border-color: #fa9898
}
.btn-danger.btn-up:before {
    border-bottom-color: #f96868
}
.btn-danger.btn-up:focus:before, .btn-danger.btn-up:hover:before {
    border-bottom-color: #fa7a7a
}
.btn-danger.btn-up.active:before, .btn-danger.btn-up:active:before, .open>.dropdown-toggle.btn-danger.btn-up:before {
    border-bottom-color: #e9595b
}
.btn-danger.btn-right:before {
    border-left-color: #f96868
}
.btn-danger.btn-right:focus:before, .btn-danger.btn-right:hover:before {
    border-left-color: #fa7a7a
}
.btn-danger.btn-right.active:before, .btn-danger.btn-right:active:before, .open>.dropdown-toggle.btn-danger.btn-right:before {
    border-left-color: #e9595b
}
.btn-danger.btn-bottom:before {
    border-top-color: #f96868
}
.btn-danger.btn-bottom:focus:before, .btn-danger.btn-bottom:hover:before {
    border-top-color: #fa7a7a
}
.btn-danger.btn-bottom.active:before, .btn-danger.btn-bottom:active:before, .open>.dropdown-toggle.btn-danger.btn-bottom:before {
    border-top-color: #e9595b
}
.btn-danger.btn-left:before {
    border-right-color: #f96868
}
.btn-danger.btn-left:focus:before, .btn-danger.btn-left:hover:before {
    border-right-color: #fa7a7a
}
.btn-danger.btn-left.active:before, .btn-danger.btn-left:active:before, .open>.dropdown-toggle.btn-danger.btn-left:before {
    border-right-color: #e9595b
}
.btn-inverse {
    color: #76838f;
    background-color: #fff;
    border-color: #e4eaec
}
.btn-inverse.focus, .btn-inverse:focus {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #99b0b7
}
.btn-inverse:hover {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3
}
.btn-inverse.active, .btn-inverse:active, .open>.dropdown-toggle.btn-inverse {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3
}
.btn-inverse.active.focus, .btn-inverse.active:focus, .btn-inverse.active:hover, .btn-inverse:active.focus, .btn-inverse:active:focus, .btn-inverse:active:hover, .open>.dropdown-toggle.btn-inverse.focus, .open>.dropdown-toggle.btn-inverse:focus, .open>.dropdown-toggle.btn-inverse:hover {
    color: #76838f;
    background-color: #d4d4d4;
    border-color: #99b0b7
}
.btn-inverse.active, .btn-inverse:active, .open>.dropdown-toggle.btn-inverse {
    background-image: none
}
.btn-inverse.disabled.focus, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled].focus, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
    background-color: #fff;
    border-color: #e4eaec
}
.btn-inverse .badge {
    color: #fff;
    background-color: #76838f
}
.btn-inverse.focus, .btn-inverse:focus, .btn-inverse:hover {
    background-color: #fff;
    border-color: #f3f7f9
}
.btn-inverse.active, .btn-inverse:active, .open>.dropdown-toggle.btn-inverse {
    background-color: #fff;
    border-color: #ccd5db
}
.btn-inverse.active.focus, .btn-inverse.active:focus, .btn-inverse.active:hover, .btn-inverse:active.focus, .btn-inverse:active:focus, .btn-inverse:active:hover, .open>.dropdown-toggle.btn-inverse.focus, .open>.dropdown-toggle.btn-inverse:focus, .open>.dropdown-toggle.btn-inverse:hover {
    background-color: #fff;
    border-color: #ccd5db
}
.btn-inverse.disabled, .btn-inverse.disabled.active, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled], .btn-inverse[disabled].active, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
    color: #ccd5db;
    background-color: #fff;
    border-color: #a3afb7
}
.btn-inverse.btn-up:before {
    border-bottom-color: #fff
}
.btn-inverse.btn-up:focus:before, .btn-inverse.btn-up:hover:before {
    border-bottom-color: #fff
}
.btn-inverse.btn-up.active:before, .btn-inverse.btn-up:active:before, .open>.dropdown-toggle.btn-inverse.btn-up:before {
    border-bottom-color: #fff
}
.btn-inverse.btn-right:before {
    border-left-color: #fff
}
.btn-inverse.btn-right:focus:before, .btn-inverse.btn-right:hover:before {
    border-left-color: #fff
}
.btn-inverse.btn-right.active:before, .btn-inverse.btn-right:active:before, .open>.dropdown-toggle.btn-inverse.btn-right:before {
    border-left-color: #fff
}
.btn-inverse.btn-bottom:before {
    border-top-color: #fff
}
.btn-inverse.btn-bottom:focus:before, .btn-inverse.btn-bottom:hover:before {
    border-top-color: #fff
}
.btn-inverse.btn-bottom.active:before, .btn-inverse.btn-bottom:active:before, .open>.dropdown-toggle.btn-inverse.btn-bottom:before {
    border-top-color: #fff
}
.btn-inverse.btn-left:before {
    border-right-color: #fff
}
.btn-inverse.btn-left:focus:before, .btn-inverse.btn-left:hover:before {
    border-right-color: #fff
}
.btn-inverse.btn-left.active:before, .btn-inverse.btn-left:active:before, .open>.dropdown-toggle.btn-inverse.btn-left:before {
    border-right-color: #fff
}
.btn-dark {
    color: #fff;
    background-color: #526069;
    border-color: #526069
}
.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #3c464c;
    border-color: #1a1f21
}
.btn-dark:hover {
    color: #fff;
    background-color: #3c464c;
    border-color: #374147
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #3c464c;
    border-color: #374147
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover, .open>.dropdown-toggle.btn-dark.focus, .open>.dropdown-toggle.btn-dark:focus, .open>.dropdown-toggle.btn-dark:hover {
    color: #fff;
    background-color: #2c3338;
    border-color: #1a1f21
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
    background-image: none
}
.btn-dark.disabled.focus, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled].focus, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
    background-color: #526069;
    border-color: #526069
}
.btn-dark .badge {
    color: #526069;
    background-color: #fff
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    background-color: #76838f;
    border-color: #76838f
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
    background-color: #37474f;
    border-color: #37474f
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover, .open>.dropdown-toggle.btn-dark.focus, .open>.dropdown-toggle.btn-dark:focus, .open>.dropdown-toggle.btn-dark:hover {
    background-color: #37474f;
    border-color: #37474f
}
.btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark[disabled].active, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
    color: #fff;
    background-color: #a3afb7;
    border-color: #a3afb7
}
.btn-dark.btn-up:before {
    border-bottom-color: #526069
}
.btn-dark.btn-up:focus:before, .btn-dark.btn-up:hover:before {
    border-bottom-color: #76838f
}
.btn-dark.btn-up.active:before, .btn-dark.btn-up:active:before, .open>.dropdown-toggle.btn-dark.btn-up:before {
    border-bottom-color: #37474f
}
.btn-dark.btn-right:before {
    border-left-color: #526069
}
.btn-dark.btn-right:focus:before, .btn-dark.btn-right:hover:before {
    border-left-color: #76838f
}
.btn-dark.btn-right.active:before, .btn-dark.btn-right:active:before, .open>.dropdown-toggle.btn-dark.btn-right:before {
    border-left-color: #37474f
}
.btn-dark.btn-bottom:before {
    border-top-color: #526069
}
.btn-dark.btn-bottom:focus:before, .btn-dark.btn-bottom:hover:before {
    border-top-color: #76838f
}
.btn-dark.btn-bottom.active:before, .btn-dark.btn-bottom:active:before, .open>.dropdown-toggle.btn-dark.btn-bottom:before {
    border-top-color: #37474f
}
.btn-dark.btn-left:before {
    border-right-color: #526069
}
.btn-dark.btn-left:focus:before, .btn-dark.btn-left:hover:before {
    border-right-color: #76838f
}
.btn-dark.btn-left.active:before, .btn-dark.btn-left:active:before, .open>.dropdown-toggle.btn-dark.btn-left:before {
    border-right-color: #37474f
}
.btn-dark:focus, .btn-dark:hover {
    color: #fff
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
    color: #fff
}
.btn-dark.btn-flat {
    color: #526069
}
.btn-flat {
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-flat.disabled {
    color: #a3afb7
}
.btn-icon, .btn.icon {
    padding: 10px;
    line-height: 1em
}
.btn-icon.btn-xs, .btn.icon.btn-xs {
    padding: 4px;
    font-size: 12px
}
.btn-icon.btn-sm, .btn.icon.btn-sm {
    padding: 8px;
    font-size: 14px
}
.btn-icon.btn-lg, .btn.icon.btn-lg {
    padding: 12px;
    font-size: 20px
}
.btn-icon.disabled, .btn.icon.disabled {
    color: #a3afb7
}
.btn-icon .icon {
    margin: -1px 0 0
}
.btn-raised {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.21);
    box-shadow: 0 0 2px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.21);
    -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1)
}
.btn-raised.active, .btn-raised:active, .btn-raised:hover, .open>.dropdown-toggle.btn-raised {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15), 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.15), 0 3px 6px rgba(0,0,0,.2)
}
.btn-raised.disabled, .btn-raised[disabled], fieldset[disabled] .btn-raised {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-floating {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.15);
    box-shadow: 0 6px 10px rgba(0,0,0,.15)
}
.btn-floating.btn-xs {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 13px
}
.btn-floating.btn-sm {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 15px
}
.btn-floating.btn-lg {
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 30px
}
.btn-floating i {
    position: relative;
    top: 0
}
.btn-animate {
    position: relative;
    overflow: hidden
}
.btn-animate span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.btn-animate-side {
    padding: 8px 28px
}
.btn-animate-side span {
    -webkit-transition: -webkit-transform .2s ease-out 0;
    -o-transition: -o-transform .2s ease-out 0;
    transition: transform .2s ease-out 0
}
.btn-animate-side span>.icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0;
    -o-transition: opacity .2s ease-out 0;
    transition: opacity .2s ease-out 0;
    -webkit-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%)
}
.btn-animate-side:hover span {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0)
}
.btn-animate-side:hover span>.icon {
    opacity: 1
}
.btn-animate-side.btn-xs {
    padding: 3px 14px
}
.btn-animate-side.btn-xs span>.icon {
    left: 5px
}
.btn-animate-side.btn-xs:hover span {
    -webkit-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0)
}
.btn-animate-side.btn-sm {
    padding: 6px 22px
}
.btn-animate-side.btn-sm span>.icon {
    left: 3px
}
.btn-animate-side.btn-sm:hover span {
    -webkit-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0)
}
.btn-animate-side.btn-lg {
    padding: 10px 33px
}
.btn-animate-side.btn-lg span>.icon {
    left: -6px
}
.btn-animate-side.btn-lg:hover span {
    -webkit-transform: translate(14px, 0);
    -ms-transform: translate(14px, 0);
    -o-transform: translate(14px, 0);
    transform: translate(14px, 0)
}
.btn-animate-vertical span {
    -webkit-transition: all .2s ease-out 0;
    -o-transition: all .2s ease-out 0;
    transition: all .2s ease-out 0
}
.btn-animate-vertical span>.icon {
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    font-size: 24px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}
.btn-animate-vertical:hover span {
    -webkit-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    transform: translate(0, 150%)
}
.btn-animate-vertical.btn-xs span>.icon {
    top: -5px;
    font-size: 18px
}
.btn-animate-vertical.btn-sm span>.icon {
    top: -3px;
    font-size: 21px
}
.btn-animate-vertical.btn-lg span>.icon {
    font-size: 37px
}
.btn-labeled {
    padding: 0;
    padding-right: 8px
}
.btn-labeled .btn-label {
    padding: 6px 8px;
    margin-right: 5px
}
.btn-labeled.btn-xs {
    padding-right: 5px
}
.btn-labeled.btn-xs .btn-label {
    padding: 1px 4px;
    margin-right: 2px
}
.btn-labeled.btn-sm {
    padding-right: 13px
}
.btn-labeled.btn-sm .btn-label {
    padding: 6px 6px;
    margin-right: 10px
}
.btn-labeled.btn-lg {
    padding-right: 14px
}
.btn-labeled.btn-lg .btn-label {
    padding: 10px 14px;
    margin-right: 11px
}
.btn-labeled.btn-block {
    text-align: left
}
.btn-label {
    display: inline-block;
    background-color: rgba(0,0,0,.15);
    border-radius: 3px 0 0 3px
}
.btn-pill-left {
    border-radius: 500px 0 0 500px
}
.btn-pill-right {
    border-radius: 0 500px 500px 0
}
.btn-direction {
    position: relative
}
.btn-direction:before {
    position: absolute;
    line-height: 0;
    content: '';
    border: 8px solid transparent
}
.btn-up:before {
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border-bottom-color: #e4eaec
}
.btn-right:before {
    top: 50%;
    right: -16px;
    margin-top: -8px;
    border-left-color: #e4eaec
}
.btn-bottom:before {
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border-top-color: #e4eaec
}
.btn-left:before {
    top: 50%;
    left: -16px;
    margin-top: -8px;
    border-right-color: #e4eaec
}
.btn-pure, .btn-pure.active, .btn-pure:active, .btn-pure:focus, .btn-pure:hover, .btn-pure[disabled], .open>.dropdown-toggle.btn-pure, fieldset[disabled] .btn-pure {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-pure.active.focus, .btn-pure.active:focus, .btn-pure.active:hover, .btn-pure.focus, .btn-pure:active.focus, .btn-pure:active:focus, .btn-pure:active:hover, .btn-pure:focus, .btn-pure:focus.focus, .btn-pure:focus:focus, .btn-pure:focus:hover, .btn-pure:hover, .btn-pure:hover.focus, .btn-pure:hover:focus, .btn-pure:hover:hover, .btn-pure[disabled].focus, .btn-pure[disabled]:focus, .btn-pure[disabled]:hover, .open>.dropdown-toggle.btn-pure.focus, .open>.dropdown-toggle.btn-pure:focus, .open>.dropdown-toggle.btn-pure:hover, fieldset[disabled] .btn-pure.focus, fieldset[disabled] .btn-pure:focus, fieldset[disabled] .btn-pure:hover {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-pure.btn-default {
    color: #a3afb7
}
.btn-pure.btn-default.active, .btn-pure.btn-default:active, .btn-pure.btn-default:focus, .btn-pure.btn-default:hover, .open>.dropdown-toggle.btn-pure.btn-default {
    color: #526069
}
.btn-pure.btn-default.active.focus, .btn-pure.btn-default.active:focus, .btn-pure.btn-default.active:hover, .btn-pure.btn-default:active.focus, .btn-pure.btn-default:active:focus, .btn-pure.btn-default:active:hover, .btn-pure.btn-default:focus.focus, .btn-pure.btn-default:focus:focus, .btn-pure.btn-default:focus:hover, .btn-pure.btn-default:hover.focus, .btn-pure.btn-default:hover:focus, .btn-pure.btn-default:hover:hover, .open>.dropdown-toggle.btn-pure.btn-default.focus, .open>.dropdown-toggle.btn-pure.btn-default:focus, .open>.dropdown-toggle.btn-pure.btn-default:hover {
    color: #526069
}
.btn-pure.btn-default.active .badge, .btn-pure.btn-default:active .badge, .btn-pure.btn-default:focus .badge, .btn-pure.btn-default:hover .badge, .open>.dropdown-toggle.btn-pure.btn-default .badge {
    color: #526069
}
.btn-pure.btn-primary {
    color: #62a8ea
}
.btn-pure.btn-primary.active, .btn-pure.btn-primary:active, .btn-pure.btn-primary:focus, .btn-pure.btn-primary:hover, .open>.dropdown-toggle.btn-pure.btn-primary {
    color: #3583ca
}
.btn-pure.btn-primary.active.focus, .btn-pure.btn-primary.active:focus, .btn-pure.btn-primary.active:hover, .btn-pure.btn-primary:active.focus, .btn-pure.btn-primary:active:focus, .btn-pure.btn-primary:active:hover, .btn-pure.btn-primary:focus.focus, .btn-pure.btn-primary:focus:focus, .btn-pure.btn-primary:focus:hover, .btn-pure.btn-primary:hover.focus, .btn-pure.btn-primary:hover:focus, .btn-pure.btn-primary:hover:hover, .open>.dropdown-toggle.btn-pure.btn-primary.focus, .open>.dropdown-toggle.btn-pure.btn-primary:focus, .open>.dropdown-toggle.btn-pure.btn-primary:hover {
    color: #3583ca
}
.btn-pure.btn-primary.active .badge, .btn-pure.btn-primary:active .badge, .btn-pure.btn-primary:focus .badge, .btn-pure.btn-primary:hover .badge, .open>.dropdown-toggle.btn-pure.btn-primary .badge {
    color: #3583ca
}
.btn-pure.btn-success {
    color: #46be8a
}
.btn-pure.btn-success.active, .btn-pure.btn-success:active, .btn-pure.btn-success:focus, .btn-pure.btn-success:hover, .open>.dropdown-toggle.btn-pure.btn-success {
    color: #279566
}
.btn-pure.btn-success.active.focus, .btn-pure.btn-success.active:focus, .btn-pure.btn-success.active:hover, .btn-pure.btn-success:active.focus, .btn-pure.btn-success:active:focus, .btn-pure.btn-success:active:hover, .btn-pure.btn-success:focus.focus, .btn-pure.btn-success:focus:focus, .btn-pure.btn-success:focus:hover, .btn-pure.btn-success:hover.focus, .btn-pure.btn-success:hover:focus, .btn-pure.btn-success:hover:hover, .open>.dropdown-toggle.btn-pure.btn-success.focus, .open>.dropdown-toggle.btn-pure.btn-success:focus, .open>.dropdown-toggle.btn-pure.btn-success:hover {
    color: #279566
}
.btn-pure.btn-success.active .badge, .btn-pure.btn-success:active .badge, .btn-pure.btn-success:focus .badge, .btn-pure.btn-success:hover .badge, .open>.dropdown-toggle.btn-pure.btn-success .badge {
    color: #279566
}
.btn-pure.btn-info {
    color: #57c7d4
}
.btn-pure.btn-info.active, .btn-pure.btn-info:active, .btn-pure.btn-info:focus, .btn-pure.btn-info:hover, .open>.dropdown-toggle.btn-pure.btn-info {
    color: #37a9b7
}
.btn-pure.btn-info.active.focus, .btn-pure.btn-info.active:focus, .btn-pure.btn-info.active:hover, .btn-pure.btn-info:active.focus, .btn-pure.btn-info:active:focus, .btn-pure.btn-info:active:hover, .btn-pure.btn-info:focus.focus, .btn-pure.btn-info:focus:focus, .btn-pure.btn-info:focus:hover, .btn-pure.btn-info:hover.focus, .btn-pure.btn-info:hover:focus, .btn-pure.btn-info:hover:hover, .open>.dropdown-toggle.btn-pure.btn-info.focus, .open>.dropdown-toggle.btn-pure.btn-info:focus, .open>.dropdown-toggle.btn-pure.btn-info:hover {
    color: #37a9b7
}
.btn-pure.btn-info.active .badge, .btn-pure.btn-info:active .badge, .btn-pure.btn-info:focus .badge, .btn-pure.btn-info:hover .badge, .open>.dropdown-toggle.btn-pure.btn-info .badge {
    color: #37a9b7
}
.btn-pure.btn-warning {
    color: #f2a654
}
.btn-pure.btn-warning.active, .btn-pure.btn-warning:active, .btn-pure.btn-warning:focus, .btn-pure.btn-warning:hover, .open>.dropdown-toggle.btn-pure.btn-warning {
    color: #e98f2e
}
.btn-pure.btn-warning.active.focus, .btn-pure.btn-warning.active:focus, .btn-pure.btn-warning.active:hover, .btn-pure.btn-warning:active.focus, .btn-pure.btn-warning:active:focus, .btn-pure.btn-warning:active:hover, .btn-pure.btn-warning:focus.focus, .btn-pure.btn-warning:focus:focus, .btn-pure.btn-warning:focus:hover, .btn-pure.btn-warning:hover.focus, .btn-pure.btn-warning:hover:focus, .btn-pure.btn-warning:hover:hover, .open>.dropdown-toggle.btn-pure.btn-warning.focus, .open>.dropdown-toggle.btn-pure.btn-warning:focus, .open>.dropdown-toggle.btn-pure.btn-warning:hover {
    color: #e98f2e
}
.btn-pure.btn-warning.active .badge, .btn-pure.btn-warning:active .badge, .btn-pure.btn-warning:focus .badge, .btn-pure.btn-warning:hover .badge, .open>.dropdown-toggle.btn-pure.btn-warning .badge {
    color: #e98f2e
}
.btn-pure.btn-danger {
    color: #f96868
}
.btn-pure.btn-danger.active, .btn-pure.btn-danger:active, .btn-pure.btn-danger:focus, .btn-pure.btn-danger:hover, .open>.dropdown-toggle.btn-pure.btn-danger {
    color: #d6494b
}
.btn-pure.btn-danger.active.focus, .btn-pure.btn-danger.active:focus, .btn-pure.btn-danger.active:hover, .btn-pure.btn-danger:active.focus, .btn-pure.btn-danger:active:focus, .btn-pure.btn-danger:active:hover, .btn-pure.btn-danger:focus.focus, .btn-pure.btn-danger:focus:focus, .btn-pure.btn-danger:focus:hover, .btn-pure.btn-danger:hover.focus, .btn-pure.btn-danger:hover:focus, .btn-pure.btn-danger:hover:hover, .open>.dropdown-toggle.btn-pure.btn-danger.focus, .open>.dropdown-toggle.btn-pure.btn-danger:focus, .open>.dropdown-toggle.btn-pure.btn-danger:hover {
    color: #d6494b
}
.btn-pure.btn-danger.active .badge, .btn-pure.btn-danger:active .badge, .btn-pure.btn-danger:focus .badge, .btn-pure.btn-danger:hover .badge, .open>.dropdown-toggle.btn-pure.btn-danger .badge {
    color: #d6494b
}
.btn-pure.btn-dark {
    color: #526069
}
.btn-pure.btn-dark.active, .btn-pure.btn-dark:active, .btn-pure.btn-dark:focus, .btn-pure.btn-dark:hover, .open>.dropdown-toggle.btn-pure.btn-dark {
    color: #37474f
}
.btn-pure.btn-dark.active.focus, .btn-pure.btn-dark.active:focus, .btn-pure.btn-dark.active:hover, .btn-pure.btn-dark:active.focus, .btn-pure.btn-dark:active:focus, .btn-pure.btn-dark:active:hover, .btn-pure.btn-dark:focus.focus, .btn-pure.btn-dark:focus:focus, .btn-pure.btn-dark:focus:hover, .btn-pure.btn-dark:hover.focus, .btn-pure.btn-dark:hover:focus, .btn-pure.btn-dark:hover:hover, .open>.dropdown-toggle.btn-pure.btn-dark.focus, .open>.dropdown-toggle.btn-pure.btn-dark:focus, .open>.dropdown-toggle.btn-pure.btn-dark:hover {
    color: #37474f
}
.btn-pure.btn-dark.active .badge, .btn-pure.btn-dark:active .badge, .btn-pure.btn-dark:focus .badge, .btn-pure.btn-dark:hover .badge, .open>.dropdown-toggle.btn-pure.btn-dark .badge {
    color: #37474f
}
.btn-pure.btn-inverse {
    color: #fff
}
.btn-pure.btn-inverse.active, .btn-pure.btn-inverse:active, .btn-pure.btn-inverse:focus, .btn-pure.btn-inverse:hover, .open>.dropdown-toggle.btn-pure.btn-inverse {
    color: #fff
}
.btn-pure.btn-inverse.active.focus, .btn-pure.btn-inverse.active:focus, .btn-pure.btn-inverse.active:hover, .btn-pure.btn-inverse:active.focus, .btn-pure.btn-inverse:active:focus, .btn-pure.btn-inverse:active:hover, .btn-pure.btn-inverse:focus.focus, .btn-pure.btn-inverse:focus:focus, .btn-pure.btn-inverse:focus:hover, .btn-pure.btn-inverse:hover.focus, .btn-pure.btn-inverse:hover:focus, .btn-pure.btn-inverse:hover:hover, .open>.dropdown-toggle.btn-pure.btn-inverse.focus, .open>.dropdown-toggle.btn-pure.btn-inverse:focus, .open>.dropdown-toggle.btn-pure.btn-inverse:hover {
    color: #fff
}
.btn-pure.btn-inverse.active .badge, .btn-pure.btn-inverse:active .badge, .btn-pure.btn-inverse:focus .badge, .btn-pure.btn-inverse:hover .badge, .open>.dropdown-toggle.btn-pure.btn-inverse .badge {
    color: #fff
}
.caret {
    border-top: 4px solid;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001)
}
.btn-group .btn+.dropdown-toggle .caret {
    margin-left: 0
}
.dropdown-toggle.btn .caret {
    margin-left: .3em
}
.dropdown-toggle.btn.btn-xs .caret {
    margin-left: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: .8em;
    padding-left: .8em
}
.dropdown-menu {
    margin-top: 5px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}
.dropdown-menu .divider {
    margin: 6px 0
}
.dropdown-menu>li {
    padding: 0 5px;
    margin: 2px 0
}
.dropdown-menu>li>a {
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s
}
.dropdown-menu li .icon:first-child, .dropdown-menu li>a .icon:first-child {
    width: 1em;
    margin-right: .5em;
    text-align: center
}
.dropdown-menu.bullet {
    margin-top: 12px
}
.dropdown-menu.bullet:after, .dropdown-menu.bullet:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0
}
.dropdown-menu.bullet:before {
    top: -7px;
    border-bottom-color: #e4eaec
}
.dropdown-menu.bullet:after {
    top: -6px;
    border-bottom-color: #fff
}
.dropdown-menu-right.bullet:after, .dropdown-menu-right.bullet:before {
    right: 10px;
    left: auto
}
.dropdown-menu.animate {
    overflow: hidden
}
.dropdown-menu.animate>li {
    -webkit-animation-name: slide-left;
    -o-animation-name: slide-left;
    animation-name: slide-left;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
.dropdown-menu.animate>li:nth-child(1) {
    -webkit-animation-delay: .02s;
    -o-animation-delay: .02s;
    animation-delay: .02s
}
.dropdown-menu.animate>li:nth-child(2) {
    -webkit-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s
}
.dropdown-menu.animate>li:nth-child(3) {
    -webkit-animation-delay: .06s;
    -o-animation-delay: .06s;
    animation-delay: .06s
}
.dropdown-menu.animate>li:nth-child(4) {
    -webkit-animation-delay: .08s;
    -o-animation-delay: .08s;
    animation-delay: .08s
}
.dropdown-menu.animate>li:nth-child(5) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}
.dropdown-menu.animate>li:nth-child(6) {
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s
}
.dropdown-menu.animate>li:nth-child(7) {
    -webkit-animation-delay: .14s;
    -o-animation-delay: .14s;
    animation-delay: .14s
}
.dropdown-menu.animate>li:nth-child(8) {
    -webkit-animation-delay: .16s;
    -o-animation-delay: .16s;
    animation-delay: .16s
}
.dropdown-menu.animate>li:nth-child(9) {
    -webkit-animation-delay: .18s;
    -o-animation-delay: .18s;
    animation-delay: .18s
}
.dropdown-menu.animate>li:nth-child(10) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}
.dropdown-menu.animate>li.divider {
    -webkit-animation-name: none;
    -o-animation-name: none;
    animation-name: none
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(1) {
    -webkit-animation-delay: .02s;
    -o-animation-delay: .02s;
    animation-delay: .02s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(2) {
    -webkit-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(3) {
    -webkit-animation-delay: .06s;
    -o-animation-delay: .06s;
    animation-delay: .06s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(4) {
    -webkit-animation-delay: .08s;
    -o-animation-delay: .08s;
    animation-delay: .08s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(5) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(6) {
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(7) {
    -webkit-animation-delay: .14s;
    -o-animation-delay: .14s;
    animation-delay: .14s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(8) {
    -webkit-animation-delay: .16s;
    -o-animation-delay: .16s;
    animation-delay: .16s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(9) {
    -webkit-animation-delay: .18s;
    -o-animation-delay: .18s;
    animation-delay: .18s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(10) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 6px;
    -webkit-box-shadow: 0 -3px 12px rgba(0,0,0,.05);
    box-shadow: 0 -3px 12px rgba(0,0,0,.05)
}
.dropup .dropdown-menu.bullet, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet {
    margin-bottom: 12px
}
.dropup .dropdown-menu.bullet:after, .dropup .dropdown-menu.bullet:before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
    top: auto;
    border-top-width: 7px;
    border-bottom-width: 0
}
.dropup .dropdown-menu.bullet:before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
    bottom: -7px;
    border-top-color: #e4eaec
}
.dropup .dropdown-menu.bullet:after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after {
    bottom: -6px;
    border-top-color: #fff
}
.dropdown-menu>.dropdown-header {
    padding: 8px 20px 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: default
}
.dropdown-menu>.dropdown-submenu {
    position: relative
}
.dropdown-menu>.dropdown-submenu>a {
    position: relative
}
.dropdown-menu>.dropdown-submenu>a:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 6px;
    vertical-align: middle;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed
}
.dropdown-menu>.dropdown-submenu .dropdown-menu {
    left: 100%;
    margin: 0
}
.dropdown-menu>.dropdown-submenu.dropdown-menu-left .dropdown-menu {
    left: -100%
}
.dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
    display: block
}
.dropdown .dropdown-submenu .dropdown-menu {
    top: 0
}
.dropup .dropdown-submenu .dropdown-menu {
    bottom: 0
}
.dropdown-menu-media {
    width: 360px;
    padding-top: 0;
    padding-bottom: 0
}
.dropdown-menu-media>li {
    padding: 0;
    margin: 0
}
.dropdown-menu-media .dropdown-menu-header {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e4eaec
}
.dropdown-menu-media .dropdown-menu-header>h3, .dropdown-menu-media .dropdown-menu-header>h4, .dropdown-menu-media .dropdown-menu-header>h5 {
    margin: 0
}
.dropdown-menu-media .dropdown-menu-header .badge, .dropdown-menu-media .dropdown-menu-header .label {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.dropdown-menu-media .list-group {
    max-height: 270px;
    margin: 0;
    font-size: 12px;
    border-radius: 0
}
.dropdown-menu-media .list-group-item {
    padding: 0 20px;
    border: 0;
    border-radius: 0 !important
}
.dropdown-menu-media .list-group-item .media {
    padding: 15px 0;
    border-top: 1px solid #e4eaec
}
.dropdown-menu-media .list-group-item:first-child .media {
    border-top: 0
}
.dropdown-menu-media>.dropdown-menu-footer {
    background-color: #f3f7f9;
    border-top: 1px solid #e4eaec
}
.dropdown-menu-media>.dropdown-menu-footer>a {
    padding: 15px 20px !important;
    color: #a3afb7 !important
}
.dropdown-menu-media>.dropdown-menu-footer>a:hover {
    color: #89bceb !important;
    background-color: transparent !important
}
.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn {
    position: absolute;
    right: 0
}
.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn:hover {
    color: #89bceb !important;
    background-color: transparent !important
}
.dropdown-menu-primary>.active>a, .dropdown-menu-primary>.active>a:focus, .dropdown-menu-primary>.active>a:hover {
    color: #fff;
    background-color: #62a8ea
}
.dropdown-menu-success>.active>a, .dropdown-menu-success>.active>a:focus, .dropdown-menu-success>.active>a:hover {
    color: #fff;
    background-color: #46be8a
}
.dropdown-menu-info>.active>a, .dropdown-menu-info>.active>a:focus, .dropdown-menu-info>.active>a:hover {
    color: #fff;
    background-color: #57c7d4
}
.dropdown-menu-warning>.active>a, .dropdown-menu-warning>.active>a:focus, .dropdown-menu-warning>.active>a:hover {
    color: #fff;
    background-color: #f2a654
}
.dropdown-menu-danger>.active>a, .dropdown-menu-danger>.active>a:focus, .dropdown-menu-danger>.active>a:hover {
    color: #fff;
    background-color: #f96868
}
.dropdown-menu-dark>.active>a, .dropdown-menu-dark>.active>a:focus, .dropdown-menu-dark>.active>a:hover {
    color: #fff;
    background-color: #526069
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05)
}
.btn-group:focus .dropdown-toggle {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}
.input-group-addon {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}
.input-group-btn .btn {
    padding: 6px 10px
}
.input-group-btn .btn>.icon {
    vertical-align: bottom
}
.input-group-btn .dropdown-toggle.btn .caret {
    margin-left: 2px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 1
}
.nav>li>a {
    overflow: hidden
}
.nav>li>a:focus {
    outline: 0
}
.nav>li>a .close {
    display: inline-block;
    margin-left: 10px
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: transparent
}
.nav-quick {
    padding: 0;
    margin-right: 0;
    margin-bottom: 22px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.nav-quick li {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    list-style: none
}
.nav-quick a {
    display: block;
    padding: 16px 0;
    color: #76838f
}
.nav-quick a .icon {
    display: block;
    margin-bottom: .2em;
    font-size: 32px
}
.nav-quick a:hover {
    text-decoration: none;
    background-color: #f3f7f9
}
.nav-quick .badge, .nav-quick .label {
    position: absolute;
    top: 0;
    right: 0
}
.nav-quick-sm a {
    padding: 12px 0
}
.nav-quick-sm a .icon {
    font-size: 24px
}
.nav-quick-lg a {
    padding: 22px 0
}
.nav-quick-lg a .icon {
    font-size: 40px
}
.nav-quick-bordered {
    border-top: 1px solid #e4eaec;
    border-left: 1px solid #e4eaec
}
.nav-quick-bordered li {
    border-right: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec
}
.nav-pills>li>a {
    -webkit-transition: border .2s linear, color .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, background-color .2s linear
}
.nav-pills-rounded>li>a {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 1000px
}
.nav-tabs>li>a {
    padding: 10px 20px;
    color: #76838f;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}
.nav-tabs>li>a>.icon {
    margin-right: .5em;
    line-height: 1
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #62a8ea;
    border-color: transparent;
    border-bottom-color: #62a8ea
}
.nav-tabs.nav-justified>li>a {
    border-radius: 4px 4px 0 0
}
.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a:focus, .nav-tabs.nav-justified>li.active>a:hover {
    border-color: transparent;
    border-bottom-color: #62a8ea
}
.nav-tabs.nav-tabs-bottom {
    border-top: 1px solid #e4eaec;
    border-bottom: 0
}
.nav-tabs.nav-tabs-bottom>li {
    margin-top: -1px;
    margin-bottom: 0
}
.nav-tabs.nav-tabs-bottom>li>a {
    border-radius: 0 0 4px 4px
}
.nav-tabs.nav-tabs-bottom>li>a:focus, .nav-tabs.nav-tabs-bottom>li>a:hover {
    border-top-color: #e4eaec;
    border-bottom-color: transparent
}
.nav-tabs.nav-tabs-bottom.nav-justified {
    border-top: 0
}
.nav-tabs.nav-tabs-bottom.nav-justified>li>a {
    border-top-color: #e4eaec;
    border-bottom-color: transparent
}
.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a, .nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:focus, .nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:hover {
    border-top: 1px solid #62a8ea
}
.nav-tabs-reverse>li {
    float: right
}
.nav-tabs-reverse>li>a {
    margin-right: 0;
    margin-left: 2px
}
.nav-tabs-solid {
    border-bottom-color: #f3f7f9
}
.nav-tabs-solid>li>a:hover {
    border-color: transparent
}
.nav-tabs-solid>li.active>a, .nav-tabs-solid>li.active>a:focus, .nav-tabs-solid>li.active>a:hover {
    color: #76838f;
    background-color: #f3f7f9;
    border-color: transparent
}
.nav-tabs-solid~.tab-content {
    padding: 20px;
    background-color: #f3f7f9
}
.nav-tabs-solid.nav-justified>li>a {
    border: 0
}
.nav-tabs-solid.nav-justified>li.active>a, .nav-tabs-solid.nav-justified>li.active>a:focus, .nav-tabs-solid.nav-justified>li.active>a:hover {
    border: 0
}
.nav-tabs-solid.nav-tabs-bottom>li.active>a, .nav-tabs-solid.nav-tabs-bottom>li.active>a:focus, .nav-tabs-solid.nav-tabs-bottom>li.active>a:hover {
    border: 0
}
.nav-tabs-line>li>a {
    padding: 10px 20px;
    border-bottom: 2px solid transparent
}
.nav-tabs-line>li>a:focus, .nav-tabs-line>li>a:hover {
    background-color: transparent
}
.nav-tabs-line>li>a:hover {
    border-bottom-color: #ccd5db
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover {
    color: #62a8ea;
    background-color: transparent;
    border-bottom: 2px solid #62a8ea
}
.nav-tabs-line .open>a, .nav-tabs-line .open>a:focus, .nav-tabs-line .open>a:hover {
    border-color: transparent;
    border-bottom-color: #ccd5db
}
.nav-tabs-line.nav-tabs-bottom>li>a {
    border-top: 2px solid transparent;
    border-bottom: 0
}
.nav-tabs-line.nav-tabs-bottom>li>a:hover {
    border-top-color: #ccd5db;
    border-bottom-color: transparent
}
.nav-tabs-line.nav-tabs-bottom>li.active>a, .nav-tabs-line.nav-tabs-bottom>li.active>a:focus, .nav-tabs-line.nav-tabs-bottom>li.active>a:hover {
    border-top: 2px solid #62a8ea;
    border-bottom: 0
}
.nav-tabs-line.nav-justified>li>a {
    border-bottom: 2px solid #e4eaec
}
.nav-tabs-line.nav-justified>li>a:hover {
    border-bottom-color: #ccd5db
}
.nav-tabs-line.nav-justified>li.active>a, .nav-tabs-line.nav-justified>li.active>a:focus, .nav-tabs-line.nav-justified>li.active>a:hover {
    border-color: transparent;
    border-bottom: 2px solid #62a8ea
}
.nav-tabs-line.nav-justified.nav-tabs-bottom {
    border-top: 0
}
.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a {
    border-top: 2px solid #e4eaec;
    border-bottom: 0
}
.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a:hover {
    border-top-color: #ccd5db
}
.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a, .nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:focus, .nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:hover {
    border-top-color: #62a8ea;
    border-bottom: 0
}
.nav-tabs-vertical:after, .nav-tabs-vertical:before {
    display: table;
    content: " "
}
.nav-tabs-vertical:after {
    clear: both
}
.nav-tabs-vertical .nav-tabs {
    float: left;
    border-right: 1px solid #e4eaec;
    border-bottom: 0
}
.nav-tabs-vertical .nav-tabs>li {
    float: none;
    margin-right: -1px;
    margin-bottom: 0
}
.nav-tabs-vertical .nav-tabs>li>a {
    padding: 10px 20px;
    margin-right: 0;
    margin-bottom: 2px;
    border-radius: 4px 0 0 4px
}
.nav-tabs-vertical .nav-tabs>li>a:hover {
    border-right-color: #e4eaec;
    border-bottom-color: transparent
}
.nav-tabs-vertical .nav-tabs>li.active>a, .nav-tabs-vertical .nav-tabs>li.active>a:focus, .nav-tabs-vertical .nav-tabs>li.active>a:hover {
    border-right-color: #62a8ea
}
.nav-tabs-vertical .nav-tabs-reverse {
    float: right;
    border-right: 0;
    border-left: 1px solid #e4eaec
}
.nav-tabs-vertical .nav-tabs-reverse>li {
    margin-right: 0;
    margin-left: -1px
}
.nav-tabs-vertical .nav-tabs-reverse>li>a {
    margin-left: 0;
    border-radius: 0 4px 4px 0
}
.nav-tabs-vertical .nav-tabs-reverse>li>a:hover {
    border-right-color: transparent;
    border-left-color: #e4eaec
}
.nav-tabs-vertical .nav-tabs-reverse>li.active>a, .nav-tabs-vertical .nav-tabs-reverse>li.active>a:focus, .nav-tabs-vertical .nav-tabs-reverse>li.active>a:hover {
    border-left-color: #62a8ea
}
.nav-tabs-vertical .nav-tabs-solid {
    border-right-color: #f3f7f9
}
.nav-tabs-vertical .nav-tabs-solid>li>a:hover {
    border-color: transparent
}
.nav-tabs-vertical .nav-tabs-solid>li.active>a, .nav-tabs-vertical .nav-tabs-solid>li.active>a:focus, .nav-tabs-vertical .nav-tabs-solid>li.active>a:hover {
    border-color: transparent
}
.nav-tabs-vertical .nav-tabs-solid+.tab-content {
    padding: 20px
}
.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #f3f7f9
}
.nav-tabs-vertical .nav-tabs-line>li>a {
    border-right: 2px solid transparent;
    border-bottom: 0
}
.nav-tabs-vertical .nav-tabs-line>li>a:hover {
    border-right-color: #ccd5db
}
.nav-tabs-vertical .nav-tabs-line>li.active>a, .nav-tabs-vertical .nav-tabs-line>li.active>a:focus, .nav-tabs-vertical .nav-tabs-line>li.active>a:hover {
    border-right: 2px solid #62a8ea;
    border-bottom: 0
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a {
    border-right-width: 1px;
    border-left: 2px solid transparent
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a:hover {
    border-color: transparent;
    border-left-color: #ccd5db
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:focus, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:hover {
    border-right: 1px solid transparent;
    border-left: 2px solid #62a8ea
}
.nav-tabs-vertical .tab-content {
    overflow: hidden
}
.nav-tabs-inverse .nav-tabs-solid {
    border-bottom-color: #fff
}
.nav-tabs-inverse .nav-tabs-solid>li.active>a, .nav-tabs-inverse .nav-tabs-solid>li.active>a:focus, .nav-tabs-inverse .nav-tabs-solid>li.active>a:hover {
    color: #76838f;
    background-color: #fff
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
    border-right-color: #fff
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #fff
}
.nav-tabs-inverse .tab-content {
    background: #fff
}
.nav-tabs-animate .tab-content {
    overflow: hidden
}
.nav-tabs-lg>li>a {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.3333333
}
.nav-tabs-sm>li>a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.navbar-toggle {
    height: 66px;
    padding: 22px 15px;
    margin-top: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 0;
    line-height: 22px;
    background: 0 0 !important;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}
.navbar-toggle .icon {
    margin-top: -1px
}
.navbar-toggle:hover {
    background: 0 0 !important
}
.navbar-toggle-left {
    float: left;
    margin-right: 0;
    margin-left: 15px
}
.navbar {
    border: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08)
}
.navbar-fixed-bottom, .navbar-fixed-top {
    width: 100%
}

@media(min-width:768px) {
    .hidden-float {
        display: block
    }
}

@media(max-width:767px) {
    .hidden-float {
        display: none !important
    }
}
.navbar-brand {
    padding: 22px 20px;
    font-weight: 500
}
.navbar-brand>.navbar-brand-logo {
    display: inline-block
}
.navbar-brand-logo {
    height: 32px;
    margin-top: -5px
}
.navbar-brand-text {
    margin-left: 6px
}

@media(max-width:767px) {
    .navbar-brand-center {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media(min-width:768px) {
    .navbar-mega .container, .navbar-mega .container-fluid {
        position: relative
    }
}
.navbar-mega .dropdown-menu {
    left: auto
}
.navbar-mega .dropdown-mega {
    position: static
}
.navbar-mega .mega-content {
    padding: 20px 30px
}
.navbar-mega .mega-menu {
    min-width: 150px;
    max-width: 100%
}
.navbar-mega .mega-menu>ul {
    padding-left: 0
}
.navbar-mega .mega-menu .list-icons {
    margin-bottom: 6px
}
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
    right: 5px;
    left: 5px
}

@media(max-width:767px) {
    .navbar-mega .dropdown.dropdown-fw .dropdown-menu {
        right: 0;
        left: 0
    }
}
.navbar-nav>li>a.navbar-avatar, .navbar-toolbar>li>a.navbar-avatar {
    padding-top: 18px;
    padding-bottom: 18px
}

@media(max-width:767px) {
    .navbar-nav>li>a.navbar-avatar {
        padding-top: 6px;
        padding-bottom: 6px
    }
}
.navbar-avatar .avatar {
    width: 30px
}
.navbar-form .icon {
    font-size: 16px;
    color: rgba(55,71,79,.4)
}
.navbar-form .form-control {
    background-color: #f3f7f9;
    border: 0;
    border-radius: 38px
}

@media(min-width:768px) {
    .navbar-search.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important
    }
}

@media(max-width:767px) {
    .navbar-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media(max-width:767px) {
    .navbar-search .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
}
.container-fluid>.navbar-search, .container>.navbar-search {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container-fluid>.navbar-search, .container>.navbar-search {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-search-overlap {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff
}
.navbar-search-overlap .form-control, .navbar-search-overlap .form-group {
    display: block !important;
    margin: 0
}
.navbar-search-overlap .form-control {
    height: 66px !important;
    background-color: transparent !important;
    border-radius: 0
}
.navbar-search-overlap .form-control:focus {
    border-color: transparent
}
.navbar-collapse-toolbar.in {
    overflow-y: visible
}
.navbar-toolbar {
    float: left
}
.navbar-toolbar:after, .navbar-toolbar:before {
    display: table;
    content: " "
}
.navbar-toolbar:after {
    clear: both
}
.navbar-toolbar>li {
    float: left
}
.navbar-toolbar>li:after, .navbar-toolbar>li:before {
    display: table;
    content: " "
}
.navbar-toolbar>li:after {
    clear: both
}
.navbar-toolbar>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 22px
}
.navbar-toolbar .dropdown-menu {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s
}

@media(max-width:767px) {
    .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .navbar-toolbar .open {
        position: static
    }
    .navbar-toolbar .open .dropdown-menu {
        right: 0;
        left: 0;
        float: none;
        width: auto;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media(max-width:767px) and (max-device-width:480px) and (orientation:landscape) {
    .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
        max-height: 200px
    }
}

@media(max-width:767px) {
    .navbar-toolbar-left {
        float: left !important
    }
    .navbar-toolbar-right {
        float: right !important
    }
}
.icon-fullscreen {
    font-family: "Web Icons"
}
.icon-fullscreen:before {
    content: "\f11d"
}
.icon-fullscreen.active:before {
    content: "\f11e"
}
.icon-menubar {
    font-family: "Web Icons"
}
.icon-menubar:before {
    content: "\f119"
}
.icon-menubar.active:before {
    content: "\f119"
}
.navbar-default .navbar-toolbar>li>a {
    color: #76838f
}
.navbar-default .navbar-toolbar>li>a:focus, .navbar-default .navbar-toolbar>li>a:hover {
    color: #526069;
    background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover {
    color: #526069;
    background-color: rgba(243,247,249,.6)
}
.navbar-default .navbar-toolbar>.disabled>a, .navbar-default .navbar-toolbar>.disabled>a:focus, .navbar-default .navbar-toolbar>.disabled>a:hover {
    color: #ccd5db;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    color: #76838f
}
.navbar-default .navbar-toolbar>.open>a, .navbar-default .navbar-toolbar>.open>a:focus, .navbar-default .navbar-toolbar>.open>a:hover {
    color: #526069;
    background-color: rgba(243,247,249,.6)
}
.navbar-inverse .navbar-toolbar>li>a {
    color: #fff
}
.navbar-inverse .navbar-toolbar>li>a:focus, .navbar-inverse .navbar-toolbar>li>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-toolbar>.active>a, .navbar-inverse .navbar-toolbar>.active>a:focus, .navbar-inverse .navbar-toolbar>.active>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-toolbar>.disabled>a, .navbar-inverse .navbar-toolbar>.disabled>a:focus, .navbar-inverse .navbar-toolbar>.disabled>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    color: #fff
}
.navbar-inverse .navbar-toolbar>.open>a, .navbar-inverse .navbar-toolbar>.open>a:focus, .navbar-inverse .navbar-toolbar>.open>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1)
}
.breadcrumb {
    margin-bottom: 10px
}
.breadcrumb li+li:before {
    padding: 0 5px
}
.breadcrumb li .icon {
    text-decoration: none
}
.breadcrumb li .icon:before {
    margin-right: 10px
}
.breadcrumb-arrow>li+li:before {
    content: "\00bb\00a0"
}
.pagination li>a, .pagination li>span {
    padding: 9px 15px;
    -webkit-transition: background .2s ease-out, border-color 0 ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0 ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0 ease-out, color .2s ease-out
}
.pagination li>a:focus, .pagination li>a:hover, .pagination li>span:focus, .pagination li>span:hover {
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out
}
.pagination li .icon {
    margin-top: -1px
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #e4eaec
}
.pagination-gap>li>a {
    margin: 0 5px;
    border-radius: 5px
}
.pagination-gap>li>a:hover {
    background-color: transparent;
    border-color: #62a8ea
}
.pagination-gap>li:first-child>a, .pagination-gap>li:last-child>a {
    border-radius: 5px
}
.pagination-no-border>li>a {
    border: 0
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 17px;
    font-size: 16px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}
.pager li>a, .pager li>span {
    padding: 10px 20px;
    color: #76838f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.pager li>a:focus, .pager li>a:hover {
    color: #62a8ea
}
.pager li .icon {
    margin-top: -1px
}
.pager li>a:focus, .pager li>a:hover {
    border-color: #62a8ea
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    border-color: #e4eaec
}
.pager-round li>a, .pager-round li>span {
    border-radius: 1000px
}
.label {
    padding: .25em .6em .25em;
    font-weight: 300;
    border-radius: .3em
}
.label.label-outline {
    color: #f3f7f9;
    background-color: transparent;
    border-color: #f3f7f9
}
.label-outline {
    border: 1px solid transparent
}
.label-round {
    border-radius: 1em
}
.label-default {
    color: #76838f;
    background-color: #e4eaec
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #f3f7f9
}
.label-default.label-outline {
    color: #e4eaec;
    background-color: transparent;
    border-color: #e4eaec
}
.label-default[href]:focus, .label-default[href]:hover {
    color: #a3afb7
}
.label-default.label-outline {
    color: #76838f
}
.label-primary {
    background-color: #62a8ea
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #89bceb
}
.label-primary.label-outline {
    color: #62a8ea;
    background-color: transparent;
    border-color: #62a8ea
}
.label-success {
    background-color: #46be8a
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #5cd29d
}
.label-success.label-outline {
    color: #46be8a;
    background-color: transparent;
    border-color: #46be8a
}
.label-info {
    background-color: #57c7d4
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #77d6e1
}
.label-info.label-outline {
    color: #57c7d4;
    background-color: transparent;
    border-color: #57c7d4
}
.label-warning {
    background-color: #f2a654
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #f4b066
}
.label-warning.label-outline {
    color: #f2a654;
    background-color: transparent;
    border-color: #f2a654
}
.label-danger {
    background-color: #f96868
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #fa7a7a
}
.label-danger.label-outline {
    color: #f96868;
    background-color: transparent;
    border-color: #f96868
}
.label-dark {
    background-color: #526069
}
.label-dark[href]:focus, .label-dark[href]:hover {
    background-color: #76838f
}
.label-dark.label-outline {
    color: #526069;
    background-color: transparent;
    border-color: #526069
}
.label-lg {
    font-size: 16px
}
.label-sm {
    padding: .1em .5em .1em;
    font-size: 10px
}
.badge {
    padding: 3px 6px
}
.btn .badge {
    top: 0
}
.badge.up {
    position: relative;
    top: -10px;
    margin: 0 -.8em;
    border-radius: 15px
}
.badge.badge-absolute {
    position: absolute;
    top: -8px;
    right: -10px;
    z-index: 5
}
.badge-radius {
    border-radius: 3px
}
.badge-primary {
    color: #fff;
    background-color: #62a8ea
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    background-color: #358fe4
}
.list-group-item.active>.badge-primary, .nav-pills>.active>a>.badge-primary {
    color: #fff;
    background-color: #62a8ea
}
.badge-success {
    color: #fff;
    background-color: #46be8a
}
.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    background-color: #369b6f
}
.list-group-item.active>.badge-success, .nav-pills>.active>a>.badge-success {
    color: #fff;
    background-color: #46be8a
}
.badge-info {
    color: #fff;
    background-color: #57c7d4
}
.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    background-color: #33b6c5
}
.list-group-item.active>.badge-info, .nav-pills>.active>a>.badge-info {
    color: #fff;
    background-color: #57c7d4
}
.badge-warning {
    color: #fff;
    background-color: #f2a654
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #fff;
    background-color: #ee8d25
}
.list-group-item.active>.badge-warning, .nav-pills>.active>a>.badge-warning {
    color: #fff;
    background-color: #f2a654
}
.badge-danger {
    color: #fff;
    background-color: #f96868
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    background-color: #f73737
}
.list-group-item.active>.badge-danger, .nav-pills>.active>a>.badge-danger {
    color: #fff;
    background-color: #f96868
}
.badge-dark {
    color: #fff;
    background-color: #526069
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    background-color: #3c464c
}
.list-group-item.active>.badge-dark, .nav-pills>.active>a>.badge-dark {
    color: #fff;
    background-color: #526069
}
.badge-lg {
    padding: 5px 9px 8px;
    font-size: 16px
}
.badge-sm {
    padding: 2px 5px;
    font-size: 10px
}
.jumbotron {
    padding: 0;
    border-radius: 3px
}
.jumbotron>.jumbotron-photo img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.jumbotron-contents {
    padding: 20px
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner>.item.active img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.jumbotron .carousel-inner>.item>a>img, .jumbotron .carousel-inner>.item>img {
    width: 100%
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 28px
}
.jumbotron .h2, .jumbotron h2 {
    font-size: 24px
}

@media screen and (min-width:768px) {
    .container .jumbotron, .jumbotron {
        padding: 0
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 28px
    }
}
.thumbnail {
    padding: 0;
    border: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.thumbnail .caption {
    position: relative;
    display: block;
    padding-right: 0;
    padding-left: 0
}
.alert {
    padding-right: 20px;
    padding-left: 20px
}
.alert ul {
    padding-left: 13px
}
.alert ul li {
    padding-left: 7px
}
.panel>.alert {
    margin: 0
}
.alert-alt {
    color: #76838f;
    background-color: rgba(243,247,249,.8);
    border: 0;
    border-left: 3px solid transparent
}
.alert-alt .alert-link, .alert-alt a {
    text-decoration: none
}
.alert-dismissible {
    padding-right: 40px
}
.alert-dismissible .close {
    top: 0;
    text-decoration: none;
    opacity: .6
}
.alert-dismissible .close:focus, .alert-dismissible .close:hover {
    opacity: 1
}
.alert-dismissible.alert-alt .close {
    color: #a3afb7;
    opacity: .6
}
.alert-dismissible.alert-alt .close:focus, .alert-dismissible.alert-alt .close:hover {
    color: #a3afb7;
    opacity: 1
}
.alert-icon {
    position: relative;
    padding-left: 45px
}
.alert-icon>.icon {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 1em;
    font-size: 16px;
    text-align: center
}
.alert-avatar {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 75px
}
.alert-avatar>.avatar {
    position: absolute;
    top: 12px;
    left: 20px
}
.page-alert .alert-wrap {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: max-height .7s linear 0;
    -o-transition: max-height .7s linear 0;
    transition: max-height .7s linear 0
}
.page-alert .alert-wrap.in {
    max-height: 500px;
    -webkit-transition: max-height 1s linear 0;
    -o-transition: max-height 1s linear 0;
    transition: max-height 1s linear 0
}
.page-alert .alert-wrap .alert {
    margin: 0;
    text-align: left;
    border-radius: 0
}
.alert-primary {
    color: #62a8ea;
    background-color: rgba(232,241,248,.8);
    border-color: #e8f1f8
}
.alert-primary hr {
    border-top-color: #d4e5f2
}
.alert-primary .alert-link {
    color: #358fe4
}
.alert-primary .close {
    color: #62a8ea
}
.alert-primary .close:focus, .alert-primary .close:hover {
    color: #62a8ea
}
.alert-primary .alert-link {
    color: #4e97d9
}
.alert-alt.alert-primary {
    border-color: #62a8ea
}
.alert-alt.alert-primary .alert-link, .alert-alt.alert-primary a {
    color: #62a8ea
}
.alert-success .alert-link {
    color: #36ab7a
}
.alert-alt.alert-success {
    border-color: #46be8a
}
.alert-alt.alert-success .alert-link, .alert-alt.alert-success a {
    color: #46be8a
}
.alert-info .alert-link {
    color: #47b8c6
}
.alert-alt.alert-info {
    border-color: #57c7d4
}
.alert-alt.alert-info .alert-link, .alert-alt.alert-info a {
    color: #57c7d4
}
.alert-warning .alert-link {
    color: #ec9940
}
.alert-alt.alert-warning {
    border-color: #f2a654
}
.alert-alt.alert-warning .alert-link, .alert-alt.alert-warning a {
    color: #f2a654
}
.alert-danger .alert-link {
    color: #e9595b
}
.alert-alt.alert-danger {
    border-color: #f96868
}
.alert-alt.alert-danger .alert-link, .alert-alt.alert-danger a {
    color: #f96868
}
.alert-social {
    position: relative;
    padding-left: 65px
}
.alert-social>.icon {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 20px;
    width: 1em;
    font-size: 30px;
    text-align: center
}
.alert-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}
.alert-facebook hr {
    border-top-color: #344e86
}
.alert-facebook .alert-link {
    color: #e6e6e6
}
.alert-facebook .close {
    color: #fff
}
.alert-facebook .close:focus, .alert-facebook .close:hover {
    color: #fff
}
.alert-facebook .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee
}
.alert-twitter hr {
    border-top-color: #3ea1ec
}
.alert-twitter .alert-link {
    color: #e6e6e6
}
.alert-twitter .close {
    color: #fff
}
.alert-twitter .close:focus, .alert-twitter .close:hover {
    color: #fff
}
.alert-twitter .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}
.alert-google-plus hr {
    border-top-color: #d73925
}
.alert-google-plus .alert-link {
    color: #e6e6e6
}
.alert-google-plus .close {
    color: #fff
}
.alert-google-plus .close:focus, .alert-google-plus .close:hover {
    color: #fff
}
.alert-google-plus .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-linkedin {
    color: #fff;
    background-color: #0976b4;
    border-color: #0976b4
}
.alert-linkedin hr {
    border-top-color: #08669c
}
.alert-linkedin .alert-link {
    color: #e6e6e6
}
.alert-linkedin .close {
    color: #fff
}
.alert-linkedin .close:focus, .alert-linkedin .close:hover {
    color: #fff
}
.alert-linkedin .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084
}
.alert-flickr hr {
    border-top-color: #e60077
}
.alert-flickr .alert-link {
    color: #e6e6e6
}
.alert-flickr .close {
    color: #fff
}
.alert-flickr .close:focus, .alert-flickr .close:hover {
    color: #fff
}
.alert-flickr .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-tumblr {
    color: #fff;
    background-color: #35465c;
    border-color: #35465c
}
.alert-tumblr hr {
    border-top-color: #2c3a4c
}
.alert-tumblr .alert-link {
    color: #e6e6e6
}
.alert-tumblr .close {
    color: #fff
}
.alert-tumblr .close:focus, .alert-tumblr .close:hover {
    color: #fff
}
.alert-tumblr .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-github {
    color: #fff;
    background-color: #4183c4;
    border-color: #4183c4
}
.alert-github hr {
    border-top-color: #3876b4
}
.alert-github .alert-link {
    color: #e6e6e6
}
.alert-github .close {
    color: #fff
}
.alert-github .close:focus, .alert-github .close:hover {
    color: #fff
}
.alert-github .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-dribbble {
    color: #fff;
    background-color: #c32361;
    border-color: #c32361
}
.alert-dribbble hr {
    border-top-color: #ad1f56
}
.alert-dribbble .alert-link {
    color: #e6e6e6
}
.alert-dribbble .close {
    color: #fff
}
.alert-dribbble .close:focus, .alert-dribbble .close:hover {
    color: #fff
}
.alert-dribbble .alert-link {
    font-weight: 500;
    color: #fff
}
.alert-youtube {
    color: #fff;
    background-color: #b31217;
    border-color: #b31217
}
.alert-youtube hr {
    border-top-color: #9c1014
}
.alert-youtube .alert-link {
    color: #e6e6e6
}
.alert-youtube .close {
    color: #fff
}
.alert-youtube .close:focus, .alert-youtube .close:hover {
    color: #fff
}
.alert-youtube .alert-link {
    font-weight: 500;
    color: #fff
}
.alert.dark .alert-link {
    font-weight: 500;
    color: #fff !important
}
.alert.dark .alert-left-border {
    border: 0;
    border-left: 3px solid transparent
}
.alert.dark.alert-dismissible.alert-alt .close {
    color: #fff
}
.alert.dark.alert-dismissible.alert-alt .close:focus, .alert.dark.alert-dismissible.alert-alt .close:hover {
    color: #fff
}
.alert.dark.alert-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.alert.dark.alert-primary hr {
    border-top-color: #4c9ce7
}
.alert.dark.alert-primary .alert-link {
    color: #e6e6e6
}
.alert.dark.alert-primary .close {
    color: #fff
}
.alert.dark.alert-primary .close:focus, .alert.dark.alert-primary .close:hover {
    color: #fff
}
.alert-alt.alert.dark.alert-primary {
    border-color: #2771b4
}
.alert-alt.alert.dark.alert-primary .alert-link, .alert-alt.alert.dark.alert-primary a {
    color: #fff
}
.alert.dark.alert-success {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}
.alert.dark.alert-success hr {
    border-top-color: #3dae7d
}
.alert.dark.alert-success .alert-link {
    color: #e6e6e6
}
.alert.dark.alert-success .close {
    color: #fff
}
.alert.dark.alert-success .close:focus, .alert.dark.alert-success .close:hover {
    color: #fff
}
.alert-alt.alert.dark.alert-success {
    border-color: #247151
}
.alert-alt.alert.dark.alert-success .alert-link, .alert-alt.alert.dark.alert-success a {
    color: #fff
}
.alert.dark.alert-info {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}
.alert.dark.alert-info hr {
    border-top-color: #43c0cf
}
.alert.dark.alert-info .alert-link {
    color: #e6e6e6
}
.alert.dark.alert-info .close {
    color: #fff
}
.alert.dark.alert-info .close:focus, .alert.dark.alert-info .close:hover {
    color: #fff
}
.alert-alt.alert.dark.alert-info {
    border-color: #2e8893
}
.alert-alt.alert.dark.alert-info .alert-link, .alert-alt.alert.dark.alert-info a {
    color: #fff
}
.alert.dark.alert-warning {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}
.alert.dark.alert-warning hr {
    border-top-color: #f09a3c
}
.alert.dark.alert-warning .alert-link {
    color: #e6e6e6
}
.alert.dark.alert-warning .close {
    color: #fff
}
.alert.dark.alert-warning .close:focus, .alert.dark.alert-warning .close:hover {
    color: #fff
}
.alert-alt.alert.dark.alert-warning {
    border-color: #cb7314
}
.alert-alt.alert.dark.alert-warning .alert-link, .alert-alt.alert.dark.alert-warning a {
    color: #fff
}
.alert.dark.alert-danger {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}
.alert.dark.alert-danger hr {
    border-top-color: #f84f4f
}
.alert.dark.alert-danger .alert-link {
    color: #e6e6e6
}
.alert.dark.alert-danger .close {
    color: #fff
}
.alert.dark.alert-danger .close:focus, .alert.dark.alert-danger .close:hover {
    color: #fff
}
.alert-alt.alert.dark.alert-danger {
    border-color: #d91d1f
}
.alert-alt.alert.dark.alert-danger .alert-link, .alert-alt.alert.dark.alert-danger a {
    color: #fff
}
.progress {
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.progress-bar {
    line-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.progress-square {
    border-radius: 0
}
.progress-circle {
    border-radius: 1000px
}
.progress-vertical {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 250px;
    min-height: 250px;
    margin-right: 30px;
    margin-bottom: 0
}
.progress-vertical .progress-bar {
    width: 100%
}
.progress-bar-indicating.active {
    position: relative;
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}
.progress-bar-indicating.active:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff;
    border-radius: inherit;
    opacity: 0;
    -webkit-animation: progress-active 3s ease 0 infinite;
    -o-animation: progress-active 3s ease 0 infinite;
    animation: progress-active 3s ease 0 infinite
}
.progress-vertical .progress-bar-indicating.active:before {
    -webkit-animation-name: progress-vertical-active;
    -o-animation-name: progress-vertical-active;
    animation-name: progress-vertical-active
}
.progress-skill {
    position: relative
}
.progress-skill .progress-bar>span {
    position: absolute;
    top: 0;
    right: 10px;
    color: #526069
}
.progress-lg {
    height: 22px
}
.progress-lg.progress-vertical {
    width: 25px
}
.progress-lg .progress-bar {
    line-height: 22px
}
.progress-sm {
    height: 10px
}
.progress-sm.progress-vertical {
    width: 10px
}
.progress-sm .progress-bar {
    line-height: 10px
}
.progress-xs {
    height: 4px;
    border-radius: 1px
}
.progress-xs.progress-vertical {
    width: 4px
}
.progress-xs .progress-bar {
    line-height: 4px
}
.contextual-progress {
    margin: 20px 0
}
.contextual-progress .progress-title {
    float: left
}
.contextual-progress .progress-label {
    position: relative;
    float: right
}
.contextual-progress .progress {
    height: 2px;
    margin: 5px 0
}
@-webkit-keyframes progress-active {
    0% {
        width:0;
        opacity:.4
    }
    100% {
        width:100%;
        opacity:0
    }
}
@-o-keyframes progress-active {
    0% {
        width:0;
        opacity:.4
    }
    100% {
        width:100%;
        opacity:0
    }
}
@keyframes progress-active {
    0% {
        width:0;
        opacity:.4
    }
    100% {
        width:100%;
        opacity:0
    }
}
@-webkit-keyframes progress-vertical-active {
    0% {
        top:0;
        opacity:0
    }
    100% {
        top:175px;
        opacity:.4
    }
}
@-o-keyframes progress-vertical-active {
    0% {
        top:0;
        opacity:0
    }
    100% {
        top:175px;
        opacity:.4
    }
}
@keyframes progress-vertical-active {
    0% {
        top:0;
        opacity:0
    }
    100% {
        top:175px;
        opacity:.4
    }
}
.media-object {
    width: 120px
}
.media-left, .media>.pull-left {
    padding-right: 20px;
    height:110px;
    width:22%;

}
.media-right, .media>.pull-right {
    padding-left: 20px
}
.media-body {
    overflow: auto
}
.media .media {
    padding-bottom: 0;
    border-bottom: 0
}
.media-meta {
    margin-bottom: 3px;
    font-size: 12px;
    color: #526069
}
.media-lg .media-object {
    width:100%;
    height:100%;
}
.media-lg .media {
    margin-left: -110px
}
.media-sm .media-object {
    width: 80px
}
.media-sm .media {
    margin-left: -70px
}
.media-xs .media-object {
    width: 60px
}
.media-xs .media {
    margin-left: -60px
}

@media screen and (min-width:768px) {
    .media-body {
        overflow: hidden
    }
    .media .media {
        margin-left: 0
    }
}
.list-group .media {
    padding: 2px 0;
    border-bottom: 0
}
.list-group .media .media-left, .list-group .media .pull-left {
    padding-right: 20px
}
.list-group .media .media-right, .list-group .media .pull-right {
    padding-left: 20px
}
.list-group .media .pull-right .status {
    margin-top: 15px;
    margin-right: 5px
}
.list-group .media .media-heading {
    font-size: 14px
}
.list-group-full>.list-group-item {
    padding-right: 0;
    padding-left: 0
}
a.list-group-item {
    border-radius: 3px
}
a.list-group-item.disabled, a.list-group-item.disabled:focus, a.list-group-item.disabled:hover {
    color: #ccd5db;
    background-color: #f3f7f9
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    color: #fff;
    background-color: #62a8ea
}
.list-group-item .icon {
    margin-right: 10px
}
.list-group.bg-inherit {
    border-radius: 3px
}
.list-group.bg-inherit .list-group-item {
    background-color: transparent;
    border-bottom-color: rgba(0,0,0,.075)
}
.list-group.bg-inherit .list-group-item:last-child {
    border-bottom-color: transparent
}
.list-group.bg-inherit .list-group-item:hover {
    background-color: rgba(0,0,0,.075);
    border-color: transparent
}
.list-group-bordered .list-group-item {
    border-color: #e4eaec
}
.list-group-bordered .list-group-item.active, .list-group-bordered .list-group-item.active:focus, .list-group-bordered .list-group-item.active:hover {
    color: #fff;
    background-color: #4e97d9;
    border-color: #4e97d9
}
.list-group-dividered .list-group-item {
    border-top-color: #e4eaec
}
.list-group-dividered .list-group-item.active:hover {
    border-top-color: #e4eaec
}
.list-group-dividered .list-group-item:last-child {
    border-bottom-color: #e4eaec
}
.list-group-dividered .list-group-item:first-child {
    border-top-color: transparent
}
.list-group-dividered .list-group-item:first-child.active:hover {
    border-top-color: transparent
}
.list-group-gap .list-group-item {
    margin-bottom: 2px;
    border-radius: 3px
}
.list-group-full .list-group-item {
    padding-right: 0;
    padding-left: 0
}
.list-group-item-dark {
    color: #fff;
    background-color: #526069
}
a.list-group-item-dark, button.list-group-item-dark {
    color: #fff
}
a.list-group-item-dark .list-group-item-heading, button.list-group-item-dark .list-group-item-heading {
    color: inherit
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
    color: #fff;
    background-color: #47535b
}
a.list-group-item-dark.active, a.list-group-item-dark.active:focus, a.list-group-item-dark.active:hover, button.list-group-item-dark.active, button.list-group-item-dark.active:focus, button.list-group-item-dark.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}
.panel {
    position: relative;
    margin-bottom: 30px;
    border-width: 0
}
.panel>.nav-tabs-vertical .nav-tabs {
    margin-left: -1px
}
.panel>.nav-tabs-vertical .nav-tabs>li>a {
    border-left: 0;
    border-radius: 0
}
.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
    margin-right: -1px
}
.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse>li>a {
    border-right: 0;
    border-radius: 0
}
.panel:hover .panel-actions .show-on-hover {
    display: inline-block
}
.panel .panel-actions .show-on-hover {
    display: none
}
.panel.is-fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0
}
.panel.is-fullscreen .panel-loading {
    border-radius: 0
}
.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
    display: none
}
.panel.is-fullscreen .panel-body {
    max-height: 100%;
    overflow: auto
}
.panel.is-close {
    display: none
}
.panel.is-collapse .panel-body {
    display: none;
    height: 0
}
.panel>.alert {
    padding-right: 30px;
    padding-left: 30px
}
.panel>.alert-dismissible {
    padding-right: 50px
}

@media screen and (max-width:480px) {
    .panel>.alert {
        padding-right: 20px;
        padding-left: 20px
    }
    .panel>.alert-dismissible {
        padding-right: 40px
    }
}
.panel>.table-responsive>.table>tbody>tr>td:first-child, .panel>.table-responsive>.table>tbody>tr>th:first-child, .panel>.table-responsive>.table>tfoot>tr>td:first-child, .panel>.table-responsive>.table>tfoot>tr>th:first-child, .panel>.table-responsive>.table>thead>tr>td:first-child, .panel>.table-responsive>.table>thead>tr>th:first-child, .panel>.table-responsive>.table>tr>td:first-child, .panel>.table-responsive>.table>tr>th:first-child, .panel>.table>tbody>tr>td:first-child, .panel>.table>tbody>tr>th:first-child, .panel>.table>tfoot>tr>td:first-child, .panel>.table>tfoot>tr>th:first-child, .panel>.table>thead>tr>td:first-child, .panel>.table>thead>tr>th:first-child, .panel>.table>tr>td:first-child, .panel>.table>tr>th:first-child {
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .panel>.table-responsive>.table>tbody>tr>td:first-child, .panel>.table-responsive>.table>tbody>tr>th:first-child, .panel>.table-responsive>.table>tfoot>tr>td:first-child, .panel>.table-responsive>.table>tfoot>tr>th:first-child, .panel>.table-responsive>.table>thead>tr>td:first-child, .panel>.table-responsive>.table>thead>tr>th:first-child, .panel>.table-responsive>.table>tr>td:first-child, .panel>.table-responsive>.table>tr>th:first-child, .panel>.table>tbody>tr>td:first-child, .panel>.table>tbody>tr>th:first-child, .panel>.table>tfoot>tr>td:first-child, .panel>.table>tfoot>tr>th:first-child, .panel>.table>thead>tr>td:first-child, .panel>.table>thead>tr>th:first-child, .panel>.table>tr>td:first-child, .panel>.table>tr>th:first-child {
        padding-left: 20px
    }
}
.panel>.table-responsive>.table>tbody>tr>td:last-child, .panel>.table-responsive>.table>tbody>tr>th:last-child, .panel>.table-responsive>.table>tfoot>tr>td:last-child, .panel>.table-responsive>.table>tfoot>tr>th:last-child, .panel>.table-responsive>.table>thead>tr>td:last-child, .panel>.table-responsive>.table>thead>tr>th:last-child, .panel>.table-responsive>.table>tr>td:last-child, .panel>.table-responsive>.table>tr>th:last-child, .panel>.table>tbody>tr>td:last-child, .panel>.table>tbody>tr>th:last-child, .panel>.table>tfoot>tr>td:last-child, .panel>.table>tfoot>tr>th:last-child, .panel>.table>thead>tr>td:last-child, .panel>.table>thead>tr>th:last-child, .panel>.table>tr>td:last-child, .panel>.table>tr>th:last-child {
    padding-right: 30px
}

@media screen and (max-width:480px) {
    .panel>.table-responsive>.table>tbody>tr>td:last-child, .panel>.table-responsive>.table>tbody>tr>th:last-child, .panel>.table-responsive>.table>tfoot>tr>td:last-child, .panel>.table-responsive>.table>tfoot>tr>th:last-child, .panel>.table-responsive>.table>thead>tr>td:last-child, .panel>.table-responsive>.table>thead>tr>th:last-child, .panel>.table-responsive>.table>tr>td:last-child, .panel>.table-responsive>.table>tr>th:last-child, .panel>.table>tbody>tr>td:last-child, .panel>.table>tbody>tr>th:last-child, .panel>.table>tfoot>tr>td:last-child, .panel>.table>tfoot>tr>th:last-child, .panel>.table>thead>tr>td:last-child, .panel>.table>thead>tr>th:last-child, .panel>.table>tr>td:last-child, .panel>.table>tr>th:last-child {
        padding-right: 20px
    }
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 1px solid #e4eaec
}
.panel>.list-group>.list-group-item {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .panel>.list-group>.list-group-item {
        padding-right: 20px;
        padding-left: 20px
    }
}
.panel-content>.row {
    padding-right: 30px;
    padding-left: 30px
}
.panel-content>.row>[class*=col-] {
    padding-right: 30px;
    padding-left: 30px
}
.panel-heading {
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent
}
.panel-heading+.alert {
    border-radius: 0
}
.panel-heading>.nav-tabs {
    border-bottom: 0
}
.panel-heading+.nav-tabs {
    margin-top: -10px
}
.panel-body {
    position: relative
}
.panel-heading+.panel-body {
    padding-top: 0
}
.panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child, .panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child {
    margin-top: 0
}
.panel-body>:last-child {
    margin-bottom: 0
}
.panel-body>.list-group-dividered:only-child>.list-group-item:last-child {
    border-bottom-color: transparent
}
.panel-footer {
    border-top: 1px solid transparent
}
.table+.panel-footer {
    padding-top: 15px;
    border-color: #e4eaec
}
.panel-title {
    display: block;
    padding: 20px 30px;
    font-size: 18px;
    color: #37474f
}
.panel-title>.icon {
    margin-right: 10px
}
.panel-title>.label {
    margin-left: 10px
}
.panel-title small {
    color: #76838f
}
.panel-desc {
    display: block;
    padding: 5px 0 0;
    margin: 0;
    font-size: 14px;
    color: #76838f
}
.panel-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width:480px) {
    .panel-actions {
        right: 20px
    }
}
ul.panel-actions {
    list-style: none
}
ul.panel-actions>li {
    display: inline-block;
    margin-left: 8px
}
ul.panel-actions>li:first-child {
    margin-left: 0
}
.panel-actions a {
    color: inherit
}
.panel-actions a.dropdown-toggle {
    text-decoration: none
}
.panel-actions .dropdown {
    display: inline-block
}
.panel-actions .dropdown-toggle {
    display: inline-block
}
.panel-actions .panel-action {
    display: inline-block;
    padding: 8px 10px;
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent
}
.panel-actions .panel-action:hover {
    color: #526069
}
.panel-actions .panel-action:active {
    color: #526069
}
.panel-actions .panel-action:focus {
    outline: 0
}
.panel-actions .progress {
    width: 100px;
    margin: 0
}
.panel-actions .pagination {
    margin: 0
}
.panel-toolbar {
    padding: 5px 15px;
    margin: 0;
    background-color: transparent;
    border-top: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec
}
.panel-bordered .panel-toolbar {
    border-top-color: transparent
}
.panel-toolbar .btn {
    padding: 5px 10px;
    color: #a3afb7
}
.panel-toolbar .btn.icon {
    width: 1em;
    text-align: center
}
.panel-toolbar .btn.active, .panel-toolbar .btn:active, .panel-toolbar .btn:hover {
    color: #76838f
}
.panel-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: .6
}
.panel-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.panel>:not(.panel-loading):not(.collapsing) {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.panel.is-loading>:not(.panel-loading) {
    opacity: .3
}
.panel.is-loading .panel-loading {
    display: block;
    opacity: 1
}
.panel-footer-chart {
    padding: 0
}
.panel-control {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel-body.scrollable-vertical {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
        padding-right: 20px;
        padding-left: 20px
    }
}
.panel-body.scrollable-vertical>.scrollable-bar {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    -o-transform: translateX(-26px);
    transform: translateX(-26px)
}
.panel-bordered>.panel-body.scrollable-vertical>.scrollable-bar {
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    margin-bottom: 30px
}
.panel-body.scrollable-horizontal {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
    padding-top: 0;
    padding-bottom: 30px
}
.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
    padding-top: 30px;
    padding-bottom: 30px
}
.panel-body.scrollable-horizontal>.scrollable-bar {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-right: 30px;
    margin-left: 0;
    -webkit-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transform: translateY(-26px)
}

@media screen and (max-width:480px) {
    .panel-body.scrollable-horizontal>.scrollable-bar {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-right: 20px
    }
}
.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-bar {
    -webkit-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transform: translateY(-26px)
}
.panel-bordered>.panel-heading {
    border-bottom: 1px solid #e4eaec
}
.panel-bordered>.panel-heading>.panel-title {
    padding-bottom: 20px
}
.panel-bordered>.panel-footer {
    padding-top: 15px;
    border-top: 1px solid #e4eaec
}
.panel-bordered>.panel-body {
    padding-top: 30px
}
.panel-bordered>.table>tbody:first-child>tr:first-child td, .panel-bordered>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}
.panel.is-dragging {
    opacity: .8
}
.panel.is-dragging {
    cursor: move
}
.panel.panel-transparent {
    background: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel.panel-transparent>.panel-footer, .panel.panel-transparent>.panel-heading {
    border-color: transparent
}
.panel-dark {
    border-color: #526069
}
.panel-dark>.panel-heading {
    color: #fff;
    background-color: #526069;
    border-color: #526069
}
.panel-dark>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #526069
}
.panel-dark>.panel-heading .badge {
    color: #526069;
    background-color: #fff
}
.panel-dark>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #526069
}
.panel-danger, .panel-dark, .panel-info, .panel-primary, .panel-success, .panel-warning {
    border: 0
}
.panel-danger .panel-heading, .panel-dark .panel-heading, .panel-info .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading {
    border: 0
}
.panel-danger .panel-title, .panel-dark .panel-title, .panel-info .panel-title, .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title {
    color: #fff
}
.panel-danger .panel-action, .panel-dark .panel-action, .panel-info .panel-action, .panel-primary .panel-action, .panel-success .panel-action, .panel-warning .panel-action {
    color: #fff
}

@media screen and (max-width:480px) {
    .panel-actions {
        right: 20px
    }
    .panel-actions .progress {
        min-width: 80px
    }
    .panel-actions .show-on-hover {
        display: none
    }
    .panel-body, .panel-footer, .panel-title {
        padding-right: 20px;
        padding-left: 20px
    }
}
.well {
    padding: 20px
}
.well-lg {
    padding: 24px
}
.well-sm {
    padding: 12px
}
.well {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.02);
    box-shadow: inset 0 0 1px rgba(0,0,0,.02)
}
.well-primary {
    color: #fff;
    background-color: #62a8ea
}
.well-success {
    color: #fff;
    background-color: #46be8a
}
.well-info {
    color: #fff;
    background-color: #57c7d4
}
.well-warning {
    color: #fff;
    background-color: #f2a654
}
.well-danger {
    color: #fff;
    background-color: #f96868
}
.close.icon {
    font-size: inherit
}
body {
    font-weight: 300
}
th {
    font-weight: 400
}
b, strong {
    font-weight: 500
}
optgroup {
    font-weight: 500
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 300
}
.lead {
    font-weight: 100
}
dt {
    font-weight: 500
}
kbd kbd {
    font-weight: 500
}
label {
    font-weight: 300
}
.checkbox label, .radio label {
    font-weight: 300
}
.checkbox-inline, .radio-inline {
    font-weight: 300
}
.btn-link {
    font-weight: 300
}
.dropdown-menu>li>a {
    font-weight: 100
}
.input-group-addon {
    font-weight: 300
}
.label {
    font-weight: 500
}
.popover {
    font-weight: 300
}
.tooltip {
    font-weight: 300
}
.modal-content {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    box-shadow: 0 2px 12px rgba(0,0,0,.2)
}
.modal-header {
    padding: 15px 20px;
    border-bottom: 0
}
.modal-header .close {
    margin-top: 1px
}
.modal-body {
    padding: 20px
}
.modal-footer {
    padding: 6px 20px 20px;
    border-top: 0
}
.modal-top {
    margin: 0 auto
}
.modal-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}
.modal-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}
.modal-sidebar {
    position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}
.modal-sidebar .modal-content {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.modal-sidebar .modal-header {
    border-bottom: 0
}
.modal-sidebar .modal-footer {
    border-top: 0
}
.modal-sidebar button.close {
    position: fixed;
    top: 20px;
    right: 20px
}
.modal.fade .modal-dialog.modal-sidebar {
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0)
}
.modal.in .modal-dialog.modal-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-fill-in {
    background-color: transparent
}
.modal-fill-in.in {
    background-color: rgba(255,255,255,.95);
    opacity: 1
}
.modal-fill-in .modal-dialog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .modal-fill-in .modal-dialog>* {
        width: 600px
    }
    .modal-fill-in .modal-dialog.modal-sm>* {
        width: 300px
    }
    .modal-fill-in .modal-dialog button.close {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1;
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media(min-width:992px) {
    .modal-fill-in .modal-dialog.modal-lg>* {
        width: 900px
    }
}
.modal-fill-in .modal-content {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.modal-fill-in .modal-header {
    border-bottom: 0
}
.modal-fill-in .modal-footer {
    border-top: 0
}
.modal-primary .modal-header {
    background-color: #62a8ea;
    border-radius: 4px 4px 0 0
}
.modal-primary .modal-header * {
    color: #fff
}
.modal-primary .modal-header .close {
    opacity: .6
}
.modal-success .modal-header {
    background-color: #46be8a;
    border-radius: 4px 4px 0 0
}
.modal-success .modal-header * {
    color: #fff
}
.modal-success .modal-header .close {
    opacity: .6
}
.modal-info .modal-header {
    background-color: #57c7d4;
    border-radius: 4px 4px 0 0
}
.modal-info .modal-header * {
    color: #fff
}
.modal-info .modal-header .close {
    opacity: .6
}
.modal-warning .modal-header {
    background-color: #f2a654;
    border-radius: 4px 4px 0 0
}
.modal-warning .modal-header * {
    color: #fff
}
.modal-warning .modal-header .close {
    opacity: .6
}
.modal-danger .modal-header {
    background-color: #f96868;
    border-radius: 4px 4px 0 0
}
.modal-danger .modal-header * {
    color: #fff
}
.modal-danger .modal-header .close {
    opacity: .6
}
.modal.modal-fade-in-scale-up .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}
.modal.modal-fade-in-scale-up.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.modal.modal-slide-in-right .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9 0);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9 0);
    transition: all .3s cubic-bezier(.25, .5, .5, .9 0);
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
    transform: translate(20%, 0)
}
.modal.modal-slide-in-right.in .modal-dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal.modal-slide-from-bottom .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%)
}
.modal.modal-slide-from-bottom.in .modal-dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal.modal-newspaper .modal-dialog {
    opacity: 0;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    -webkit-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    -o-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg)
}
.modal.modal-newspaper.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}
.modal.modal-fall {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-fall .modal-dialog {
    opacity: 0;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-fall.in .modal-dialog {
    opacity: 1;
    -webkit-transition: all .3s ease-in 0;
    -o-transition: all .3s ease-in 0;
    transition: all .3s ease-in 0;
    -webkit-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}
.modal.modal-side-fall {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-side-fall .modal-dialog {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-side-fall.in .modal-dialog {
    -webkit-transition: all .3s ease-in 0;
    -o-transition: all .3s ease-in 0;
    transition: all .3s ease-in 0;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    -ms-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0)
}
.modal.modal-3d-flip-horizontal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-3d-flip-horizontal .modal-dialog {
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    -o-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-3d-flip-horizontal.in .modal-dialog {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}
.modal.modal-3d-flip-vertical {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-3d-flip-vertical .modal-dialog {
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    -o-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-3d-flip-vertical.in .modal-dialog {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}
.modal.modal-3d-sign {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-3d-sign .modal-dialog {
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-3d-sign.in .modal-dialog {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}
.modal.modal-super-scaled .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}
.modal.modal-super-scaled.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.modal.modal-just-me .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
.modal.modal-just-me .modal-backdrop {
    background-color: #fff
}
.modal.modal-just-me.in {
    background: #fff
}
.modal.modal-just-me.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.modal.modal-just-me.in .modal-backdrop {
    opacity: 1
}
.modal.modal-3d-slit {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-3d-slit .modal-dialog {
    opacity: 0;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-3d-slit.in .modal-dialog {
    -webkit-animation-name: slit;
    -o-animation-name: slit;
    animation-name: slit;
    -webkit-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.modal.modal-rotate-from-bottom {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-rotate-from-bottom .modal-dialog {
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-rotate-from-bottom.in .modal-dialog {
    -webkit-transform: translateY(0) rotateX(0);
    -ms-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0)
}
.modal.modal-rotate-from-left {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal.modal-rotate-from-left .modal-dialog {
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    -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% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.modal.modal-rotate-from-left.in .modal-dialog {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    -ms-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0)
}
@-webkit-keyframes slit {
    50% {
        opacity:.5;
        -webkit-transform:translateZ(-250px) rotateY(89deg);
        -ms-transform:translateZ(-250px) rotateY(89deg);
        transform:translateZ(-250px) rotateY(89deg)
    }
    100% {
        opacity:1;
        -webkit-transform:translateZ(0) rotateY(0);
        -ms-transform:translateZ(0) rotateY(0);
        transform:translateZ(0) rotateY(0)
    }
}
@-o-keyframes slit {
    50% {
        opacity:.5;
        -webkit-transform:translateZ(-250px) rotateY(89deg);
        -ms-transform:translateZ(-250px) rotateY(89deg);
        transform:translateZ(-250px) rotateY(89deg)
    }
    100% {
        opacity:1;
        -webkit-transform:translateZ(0) rotateY(0);
        -ms-transform:translateZ(0) rotateY(0);
        transform:translateZ(0) rotateY(0)
    }
}
@keyframes slit {
    50% {
        opacity:.5;
        -webkit-transform:translateZ(-250px) rotateY(89deg);
        -ms-transform:translateZ(-250px) rotateY(89deg);
        transform:translateZ(-250px) rotateY(89deg)
    }
    100% {
        opacity:1;
        -webkit-transform:translateZ(0) rotateY(0);
        -ms-transform:translateZ(0) rotateY(0);
        transform:translateZ(0) rotateY(0)
    }
}
.tooltip-inner {
    padding: 6px 12px
}
.tooltip-primary+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #62a8ea
}
.tooltip-primary+.tooltip.top .tooltip-arrow {
    border-top-color: #62a8ea
}
.tooltip-primary+.tooltip.right .tooltip-arrow {
    border-right-color: #62a8ea
}
.tooltip-primary+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #62a8ea
}
.tooltip-primary+.tooltip.left .tooltip-arrow {
    border-left-color: #62a8ea
}
.tooltip-success+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #46be8a
}
.tooltip-success+.tooltip.top .tooltip-arrow {
    border-top-color: #46be8a
}
.tooltip-success+.tooltip.right .tooltip-arrow {
    border-right-color: #46be8a
}
.tooltip-success+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #46be8a
}
.tooltip-success+.tooltip.left .tooltip-arrow {
    border-left-color: #46be8a
}
.tooltip-info+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #57c7d4
}
.tooltip-info+.tooltip.top .tooltip-arrow {
    border-top-color: #57c7d4
}
.tooltip-info+.tooltip.right .tooltip-arrow {
    border-right-color: #57c7d4
}
.tooltip-info+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #57c7d4
}
.tooltip-info+.tooltip.left .tooltip-arrow {
    border-left-color: #57c7d4
}
.tooltip-warning+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #f2a654
}
.tooltip-warning+.tooltip.top .tooltip-arrow {
    border-top-color: #f2a654
}
.tooltip-warning+.tooltip.right .tooltip-arrow {
    border-right-color: #f2a654
}
.tooltip-warning+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f2a654
}
.tooltip-warning+.tooltip.left .tooltip-arrow {
    border-left-color: #f2a654
}
.tooltip-danger+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #f96868
}
.tooltip-danger+.tooltip.top .tooltip-arrow {
    border-top-color: #f96868
}
.tooltip-danger+.tooltip.right .tooltip-arrow {
    border-right-color: #f96868
}
.tooltip-danger+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f96868
}
.tooltip-danger+.tooltip.left .tooltip-arrow {
    border-left-color: #f96868
}
.tooltip-rotate+.tooltip {
    opacity: 0;
    -webkit-animation: tooltip-rotate3d 1s ease .1s forwards;
    -o-animation: tooltip-rotate3d 1s ease .1s forwards;
    animation: tooltip-rotate3d 1s ease .1s forwards
}
@-webkit-keyframes tooltip-rotate3d {
    0% {
        opacity:0;
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    100% {
        opacity:1;
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
@-o-keyframes tooltip-rotate3d {
    0% {
        opacity:0;
        -o-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    100% {
        opacity:1;
        -o-transform:rotate(0);
        transform:rotate(0)
    }
}
@keyframes tooltip-rotate3d {
    0% {
        opacity:0;
        -webkit-transform:rotate(15deg);
        -o-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    100% {
        opacity:1;
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
}
.tooltip-scale+.tooltip {
    -webkit-animation: tooltip-scale3d 1s ease 0 forwards;
    -o-animation: tooltip-scale3d 1s ease 0 forwards;
    animation: tooltip-scale3d 1s ease 0 forwards
}
@-webkit-keyframes tooltip-scale3d {
    0% {
        opacity:0;
        -webkit-transform:scale3d(.7, .3, 1) translate(50%, 50%);
        transform:scale3d(.7, .3, 1) translate(50%, 50%)
    }
    100% {
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1) translate(50%, 50%);
        transform:scale3d(1, 1, 1) translate(50%, 50%)
    }
}
@-o-keyframes tooltip-scale3d {
    0% {
        opacity:0;
        transform:scale3d(.7, .3, 1) translate(50%, 50%)
    }
    100% {
        opacity:1;
        transform:scale3d(1, 1, 1) translate(50%, 50%)
    }
}
@keyframes tooltip-scale3d {
    0% {
        opacity:0;
        -webkit-transform:scale3d(.7, .3, 1) translate(50%, 50%);
        transform:scale3d(.7, .3, 1) translate(50%, 50%)
    }
    100% {
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1) translate(50%, 50%);
        transform:scale3d(1, 1, 1) translate(50%, 50%)
    }
}
.popover {
    padding: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.05)
}
.popover.bottom>.arrow:after {
    border-bottom-color: #f3f7f9
}
.popover-content {
    padding: 20px
}
.popover-primary+.popover .popover-title {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.popover-primary+.popover.bottom .arrow {
    border-bottom-color: #62a8ea
}
.popover-primary+.popover.bottom .arrow:after {
    border-bottom-color: #62a8ea
}
.popover-success+.popover .popover-title {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}
.popover-success+.popover.bottom .arrow {
    border-bottom-color: #46be8a
}
.popover-success+.popover.bottom .arrow:after {
    border-bottom-color: #46be8a
}
.popover-info+.popover .popover-title {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}
.popover-info+.popover.bottom .arrow {
    border-bottom-color: #57c7d4
}
.popover-info+.popover.bottom .arrow:after {
    border-bottom-color: #57c7d4
}
.popover-warning+.popover .popover-title {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}
.popover-warning+.popover.bottom .arrow {
    border-bottom-color: #f2a654
}
.popover-warning+.popover.bottom .arrow:after {
    border-bottom-color: #f2a654
}
.popover-danger+.popover .popover-title {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}
.popover-danger+.popover.bottom .arrow {
    border-bottom-color: #f96868
}
.popover-danger+.popover.bottom .arrow:after {
    border-bottom-color: #f96868
}
.popover-rotate+.popover {
    opacity: 0;
    -webkit-animation: popover-rotate3d 1s ease .1s forwards;
    -o-animation: popover-rotate3d 1s ease .1s forwards;
    animation: popover-rotate3d 1s ease .1s forwards
}
@-webkit-keyframes popover-rotate3d {
    0% {
        opacity:0;
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    100% {
        opacity:1;
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
@-o-keyframes popover-rotate3d {
    0% {
        opacity:0;
        -o-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    100% {
        opacity:1;
        -o-transform:rotate(0);
        transform:rotate(0)
    }
}
@keyframes popover-rotate3d {
    0% {
        opacity:0;
        -webkit-transform:rotate(15deg);
        -o-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    100% {
        opacity:1;
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
}
.popover-scale+.popover {
    -webkit-animation: popover-scale3d 1s ease 0 forwards;
    -o-animation: popover-scale3d 1s ease 0 forwards;
    animation: popover-scale3d 1s ease 0 forwards
}
@-webkit-keyframes popover-scale3d {
    0% {
        opacity:0;
        -webkit-transform:scale3d(.7, .3, 1) translate(50%, 50%);
        transform:scale3d(.7, .3, 1) translate(50%, 50%)
    }
    100% {
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1) translate(50%, 50%);
        transform:scale3d(1, 1, 1) translate(50%, 50%)
    }
}
@-o-keyframes popover-scale3d {
    0% {
        opacity:0;
        transform:scale3d(.7, .3, 1) translate(50%, 50%)
    }
    100% {
        opacity:1;
        transform:scale3d(1, 1, 1) translate(50%, 50%)
    }
}
@keyframes popover-scale3d {
    0% {
        opacity:0;
        -webkit-transform:scale3d(.7, .3, 1) translate(50%, 50%);
        transform:scale3d(.7, .3, 1) translate(50%, 50%)
    }
    100% {
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1) translate(50%, 50%);
        transform:scale3d(1, 1, 1) translate(50%, 50%)
    }
}
.carousel-control {
    min-width: 50px
}
.carousel-control:focus, .carousel-control:hover {
    filter: alpha(opacity=40);
    opacity: .4
}
.carousel-control .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -8px
}
.carousel-control.left .icon {
    left: 50%;
    margin-left: -8px
}
.carousel-control.right .icon {
    right: 50%;
    margin-right: -8px
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    color: inherit
}
.carousel-indicators {
    margin-bottom: 0
}
.carousel-indicators li {
    margin: 3px;
    background-color: rgba(255,255,255,.3);
    border: 0
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 3px
}
.carousel-indicators-scaleup li {
    border: 0;
    -webkit-transition: -webkit-transform .3s ease 0, background-color .3s ease 0;
    -o-transition: -o-transform .3s ease 0, background-color .3s ease 0;
    transition: transform .3s ease 0, background-color .3s ease 0
}
.carousel-indicators-scaleup .active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}
.carousel-indicators-fillin li {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    -webkit-transition: -webkit-box-shadow .3s ease 0;
    -o-transition: box-shadow .3s ease 0;
    transition: box-shadow .3s ease 0
}
.carousel-indicators-fillin .active {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}
.carousel-indicators-fall li {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease 0, background-color .3s ease 0;
    -o-transition: -o-transform .3s ease 0, background-color .3s ease 0;
    transition: transform .3s ease 0, background-color .3s ease 0
}
.carousel-indicators-fall li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    content: '';
    background-color: rgba(0,0,0,.3);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0, visibility 0 ease .3s;
    -o-transition: opacity .3s ease 0, visibility 0 ease .3s;
    transition: opacity .3s ease 0, visibility 0 ease .3s;
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    transform: translate(0, -200%)
}
.carousel-indicators-fall .active {
    background-color: transparent;
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%)
}
.carousel-indicators-fall .active:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease 0;
    -o-transition: opacity .3s ease 0;
    transition: opacity .3s ease 0
}

@media screen and (min-width:768px) {
    .carousel-control .icon {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        font-size: 24px
    }
    .carousel-control.left .icon {
        margin-left: -12px
    }
    .carousel-control.right .icon {
        margin-right: -12px
    }
}
.vertical-align {
    font-size: 0
}
.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}
.vertical-align-bottom, .vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px
}
.vertical-align-middle {
    vertical-align: middle
}
.vertical-align-bottom {
    vertical-align: bottom
}
.inline {
    display: inline !important
}
.inline-block {
    display: inline-block !important
}
.block {
    display: block !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap
}
.text-break {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    white-space: normal;
    -ms-hyphens: auto
}
.text-nowrap {
    white-space: nowrap
}
.text-top {
    vertical-align: top !important
}
.text-middle {
    vertical-align: middle !important
}
.text-bottom {
    vertical-align: bottom !important
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
.text-justify {
    text-align: justify !important
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.font-weight-unset {
    font-weight: unset !important
}
.font-weight-100 {
    font-weight: 100 !important
}
.font-weight-200 {
    font-weight: 200 !important
}
.font-weight-300 {
    font-weight: 300 !important
}
.font-weight-400 {
    font-weight: 400 !important
}
.font-weight-500 {
    font-weight: 500 !important
}
.font-weight-600 {
    font-weight: 600 !important
}
.font-weight-700 {
    font-weight: 700 !important
}
.font-weight-800 {
    font-weight: 800 !important
}
.font-weight-900 {
    font-weight: 900 !important
}
.font-weight-light {
    font-weight: 100 !important
}
.font-weight-normal {
    font-weight: 300 !important
}
.font-weight-medium {
    font-weight: 400 !important
}
.font-weight-bold {
    font-weight: 500 !important
}
.font-size-0 {
    font-size: 0 !important
}
.font-size-10 {
    font-size: 10px !important
}
.font-size-12 {
    font-size: 12px !important
}
.font-size-14 {
    font-size: 14px !important
}
.font-size-16 {
    font-size: 16px !important
}
.font-size-18 {
    font-size: 18px !important
}
.font-size-20 {
    font-size: 20px !important
}
.font-size-24 {
    font-size: 24px !important
}
.font-size-26 {
    font-size: 26px !important
}
.font-size-30 {
    font-size: 30px !important
}
.font-size-40 {
    font-size: 40px !important
}
.font-size-50 {
    font-size: 50px !important
}
.font-size-60 {
    font-size: 60px !important
}
.font-size-70 {
    font-size: 70px !important
}
.font-size-80 {
    font-size: 80px !important
}
.visible-xlg {
    display: none !important
}
.visible-xlg-block, .visible-xlg-inline, .visible-xlg-inline-block {
    display: none !important
}

@media(min-width:1600px) {
    .visible-xlg {
        display: block !important
    }
    table.visible-xlg {
        display: table !important
    }
    tr.visible-xlg {
        display: table-row !important
    }
    td.visible-xlg, th.visible-xlg {
        display: table-cell !important
    }
}

@media(min-width:1600px) {
    .visible-xlg-block {
        display: block !important
    }
}

@media(min-width:1600px) {
    .visible-xlg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-xlg-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1600px) {
    .hidden-xlg {
        display: none !important
    }
}
body {
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif
}
.site-navbar {
    background-color: #62a8ea
}
.site-navbar .navbar-header {
    color: #fff;
    background-color: transparent
}
.site-navbar .navbar-header .navbar-toggle {
    color: #fff
}
.site-navbar .navbar-header .hamburger:before, .site-navbar .navbar-header .hamburger:after, .site-navbar .navbar-header .hamburger .hamburger-bar {
    background-color: #fff
}
.site-navbar .navbar-header .navbar-brand {
    font-family: "Roboto", sans-serif;
    color: #fff;
    cursor: pointer
}

@media(min-width:768px) {
    .site-navbar .navbar-header {
        width: 260px
    }
}
.site-navbar .navbar-container {
    background-color: #fff
}

@media(min-width:768px) {
    .site-navbar .navbar-container {
        margin-left: 260px
    }
}
.site-navbar.navbar-inverse .navbar-container {
    background-color: transparent
}
html, body {
    height: 100%
}
body {
    padding-top: 0
}
.site-menubar {
    position: fixed;
    top: 66px;
    z-index: 1400;
    height: 100%;
    height: -webkit-calc(100% - 66px);
    height: calc(100% - 66px);
    font-family: "Roboto", sans-serif;
    color: rgba(163,175,183,.9);
    background: #263238;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08)
}
.site-menubar-body {
    height: 100%;
    height: -webkit-calc(100% - 76px);
    height: calc(100% - 76px)
}
.site-menubar ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.site-menubar a {
    outline: 0
}
.site-menubar a:hover, .site-menubar a:focus {
    text-decoration: none
}
.site-menubar.site-menubar-light {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08)
}
.site-menubar.site-menubar-light .scrollable-inverse.scrollable .scrollable-bar-handle {
    background: rgba(163,175,183,.6)
}
.site-menubar-section {
    padding: 0 30px;
    margin-top: 50px;
    margin-bottom: 50px
}
.site-menubar-section>h4, .site-menubar-section>h5 {
    color: #76838f
}
.site-menubar-section .progress:last-child {
    margin-bottom: 0
}
.site-menubar-footer {
    position: fixed;
    bottom: 0;
    z-index: 1400;
    display: block
}
.site-menubar-footer>a {
    display: block;
    float: left;
    width: 33.33333333%;
    height: 76px;
    padding: 26px 0;
    font-size: 16px;
    color: #76838f;
    text-align: center;
    background-color: #21292e
}
.site-menubar-footer>a:hover, .site-menubar-footer>a:focus {
    background-color: #1e2427
}
.site-menubar-light .site-menubar-footer>a {
    background-color: #e4eaec
}
.site-menubar-light .site-menubar-footer>a:hover, .site-menubar-light .site-menubar-footer>a:focus {
    background-color: #d5dee1
}
.site-menu {
    padding-bottom: 20px;
    overflow-y: hidden;
    font-size: 14px
}
.site-menu-item>a {
    white-space: nowrap;
    cursor: pointer
}
.site-menu-icon {
    display: inline-block;
    width: 1em;
    text-align: center
}
.site-menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}
.site-menu-arrow {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.site-menu-arrow:before {
    content: '\f17f'
}
.site-menu-arrow, .site-menu-badge, .site-menu-label {
    position: absolute;
    right: 30px;
    display: inline-block;
    vertical-align: middle
}
.site-menu .badge, .site-menu .label {
    padding: 2px 5px 3px;
    font-size: 12px;
    font-weight: 300
}
.site-menu-item {
    position: relative;
    white-space: nowrap
}
.site-menu-item a {
    display: block;
    color: rgba(163,175,183,.9)
}
.site-menu-item.is-hidden {
    opacity: 0
}
.site-menu-item.is-shown {
    opacity: 1
}
.site-menu>.site-menu-item {
    padding: 0
}
.site-menu>.site-menu-item.open {
    background: #242f35
}
.site-menu>.site-menu-item.open>a {
    color: #fff;
    background: transparent
}
.site-menu>.site-menu-item.open.hover>a {
    background: transparent
}
.site-menu>.site-menu-item.hover>a, .site-menu>.site-menu-item:hover>a {
    color: rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.02)
}
.site-menu>.site-menu-item.active {
    background: #242f35;
    border-top: 1px solid rgba(0,0,0,.04);
    border-bottom: 1px solid rgba(0,0,0,.04)
}
.site-menu>.site-menu-item.active>a {
    color: #fff;
    background: transparent
}
.site-menu>.site-menu-item.active.hover>a {
    background: transparent
}
.site-menu .site-menu-sub {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    background: transparent
}
.site-menu .site-menu-sub .site-menu-item {
    line-height: 34px;
    color: rgba(163,175,183,.9);
    background: transparent
}
.site-menu .site-menu-sub .site-menu-item.has-sub {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}
.site-menu .site-menu-sub .site-menu-item>a {
    padding: 0 30px
}
.site-menu .site-menu-sub .site-menu-item.open {
    background: rgba(0,0,0,.06)
}
.site-menu .site-menu-sub .site-menu-item.open>a {
    color: #fff
}
.site-menu .site-menu-sub .site-menu-item.open.hover>a {
    background-color: transparent
}
.site-menu .site-menu-sub .site-menu-item.hover>a, .site-menu .site-menu-sub .site-menu-item:hover>a {
    color: rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.02)
}
.site-menu .site-menu-sub .site-menu-item.active {
    background: rgba(0,0,0,.06)
}
.site-menu .site-menu-sub .site-menu-item.active>a {
    color: #fff
}
.site-menu .site-menu-sub .site-menu-item.active.hover>a {
    background-color: transparent
}
.site-menubar-light .site-menu-item a {
    color: rgba(118,131,143,.9)
}
.site-menubar-light .site-menu-item.hover>a, .site-menubar-light .site-menu-item:hover>a {
    background: transparent
}
.site-menubar-light .site-menu>.site-menu-item.open {
    background: rgba(53,131,202,.05)
}
.site-menubar-light .site-menu>.site-menu-item.open>a {
    color: #62a8ea
}
.site-menubar-light .site-menu>.site-menu-item.hover, .site-menubar-light .site-menu>.site-menu-item:hover {
    background-color: rgba(53,131,202,.05)
}
.site-menubar-light .site-menu>.site-menu-item.hover>a, .site-menubar-light .site-menu>.site-menu-item:hover>a {
    color: #62a8ea
}
.site-menubar-light .site-menu>.site-menu-item.active {
    background: rgba(53,131,202,.05)
}
.site-menubar-light .site-menu>.site-menu-item.active>a {
    color: #62a8ea
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open {
    background: rgba(53,131,202,.03)
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open>a {
    color: #62a8ea
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover, .site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover {
    background-color: rgba(53,131,202,.03)
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover>a, .site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover>a {
    color: #62a8ea
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover.open, .site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover.open {
    background-color: rgba(53,131,202,.03)
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active {
    background: rgba(53,131,202,.03)
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active>a {
    color: #62a8ea
}
.site-gridmenu {
    position: fixed;
    top: 66px;
    bottom: 0;
    z-index: 1500;
    padding: 20px 0;
    visibility: hidden;
    background-color: #263238;
    opacity: 0
}
.js>.site-gridmenu {
    -webkit-transition: opacity .5s ease 0, visibility 0;
    -o-transition: opacity .5s ease 0, visibility 0;
    transition: opacity .5s ease 0, visibility 0
}
.site-gridmenu-active>.site-gridmenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0;
    -o-transition: opacity .5s ease 0;
    transition: opacity .5s ease 0
}
.site-gridmenu-active>.site-gridmenu ul {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}
.site-gridmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: .4;
    -webkit-transition: -webkit-transform .5s ease 0, opacity .5s ease 0;
    -o-transition: -o-transform .5s ease 0, opacity .5s ease 0;
    transition: transform .5s ease 0, opacity .5s ease 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg)
}
.site-gridmenu li {
    float: left;
    width: 50%;
    text-align: center
}
.site-gridmenu li>a {
    display: block;
    padding: 30px 15px;
    color: #a3afb7
}
.site-gridmenu li .icon {
    display: block;
    margin-bottom: 10px;
    font-size: 32px
}
.site-gridmenu li:hover>a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(255,255,255,.02)
}
body.site-gridmenu-active {
    overflow: hidden
}
.site-gridmenu-toggle:after {
    position: relative;
    top: -1px;
    right: -3px;
    display: inline-block;
    font-family: 'Web Icons';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    content: '\f183';
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.site-gridmenu-active .site-gridmenu-toggle:after {
    opacity: 1
}
.site-sidebar {
    z-index: 1210
}
.site-sidebar.slidePanel {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
}
.site-sidebar.slidePanel.slidePanel-right, .site-sidebar.slidePanel.slidePanel-left {
    width: 300px;
    overflow: hidden
}
.site-sidebar-content {
    height: 100%
}
.site-sidebar-nav.nav-tabs>li {
    display: table-cell;
    width: 1%
}
.site-sidebar-nav.nav-tabs>li>a {
    padding: 0;
    font-size: 16px;
    line-height: 90px
}
.site-sidebar-tab-content {
    height: 100%;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px)
}
.site-sidebar-tab-content>.tab-pane {
    height: 100%;
    padding: 20px 30px
}
.site-sidebar-tab-content>.tab-pane.scrollable {
    padding: 0
}
.site-sidebar-tab-content>.tab-pane .scrollable-content {
    padding: 20px 30px
}
.site-sidebar-tab-content>.tab-pane .list-group {
    margin-right: -30px;
    margin-left: -30px
}
.site-sidebar-tab-content>.tab-pane .list-group>.list-group-item {
    padding-right: 30px;
    padding-left: 30px
}
.site-sidebar .conversation {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.site-sidebar .conversation.active {
    right: 0
}
.site-sidebar .conversation-header {
    border-bottom: 1px solid #e4eaec
}
.site-sidebar .conversation-header>* {
    padding: 0 30px;
    margin: 0;
    line-height: 90px
}
.site-sidebar .conversation-more, .site-sidebar .conversation-return {
    color: rgba(55,71,79,.4);
    cursor: pointer
}
.site-sidebar .conversation-more:hover, .site-sidebar .conversation-return:hover, .site-sidebar .conversation-more:focus, .site-sidebar .conversation-return:focus {
    color: rgba(55,71,79,.6)
}
.site-sidebar .conversation-more:active, .site-sidebar .conversation-return:active {
    color: #37474f
}
.site-sidebar .conversation-title {
    position: relative;
    top: 1px;
    z-index: -1;
    color: #37474f;
    text-align: center
}
.site-sidebar .conversation-content {
    padding: 30px 15px
}
.site-sidebar .conversation-reply {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #e4eaec
}
.site-sidebar .conversation-reply .form-control {
    border: 0;
    border-right: 1px solid #e4eaec
}

@media(max-width:767px) {
    .site-sidebar.slidePanel.slidePanel-right, .site-sidebar.slidePanel.slidePanel-left {
        width: 100%
    }
}
.site-action {
    position: fixed;
    right: 32px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}
.site-action input {
    display: none
}
.site-action .btn {
    -webkit-box-shadow: 0 10px 10px 0 rgba(60,60,60,.1);
    box-shadow: 0 10px 10px 0 rgba(60,60,60,.1)
}
.site-action .front-icon {
    display: block
}
.site-action .back-icon {
    display: none
}
.site-action-buttons {
    position: absolute;
    bottom: 56px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center
}
.site-action-buttons .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms
}
.site-action.active .front-icon {
    display: none
}
.site-action.active .back-icon {
    display: block
}
.site-action.active .site-action-buttons {
    display: block
}

@media(max-width:767px) {
    .site-action .btn-floating {
        width: 46px;
        height: 46px;
        padding: 0;
        font-size: 16px;
        -webkit-box-shadow: 0 6px 6px 0 rgba(60,60,60,.1);
        box-shadow: 0 6px 6px 0 rgba(60,60,60,.1)
    }
    .site-action-buttons {
        bottom: 46px
    }
}
.page {
    position: relative;
    min-height: -webkit-calc(100% - 44px);
    min-height: calc(100% - 44px);
    background: #f1f4f5
}
.page-dark.layout-full {
    color: #fff
}
.page-dark.layout-full:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover
}
.page-dark.layout-full:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38,50,56,.6)
}
.page-dark.layout-full .brand {
    margin-bottom: 22px
}
.page-dark.layout-full .brand-text {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}
.page-nav-tabs {
    padding: 0 30px
}
.page-content {
    padding: 30px 30px
}
.page-content-actions {
    padding: 0 30px 30px
}
.page-content-actions .dropdown {
    display: inline-block
}
.page-content-actions:before, .page-content-actions:after {
    display: table;
    content: " "
}
.page-content-actions:after {
    clear: both
}
.page-content-table {
    max-width: 100%;
    padding: 0;
    overflow-x: auto
}
.page-content-table .table>thead>tr>th, .page-content-table .table>tbody>tr>th, .page-content-table .table>thead>tr>td, .page-content-table .table>tbody>tr>td {
    padding-top: 20px;
    padding-bottom: 20px
}
.page-content-table .table>thead>tr>th:first-child, .page-content-table .table>tbody>tr>th:first-child, .page-content-table .table>thead>tr>td:first-child, .page-content-table .table>tbody>tr>td:first-child {
    padding-left: 30px
}
.page-content-table .table>thead>tr>th:last-child, .page-content-table .table>tbody>tr>th:last-child, .page-content-table .table>thead>tr>td:last-child, .page-content-table .table>tbody>tr>td:last-child {
    padding-right: 30px
}
.page-content-table .table>tbody>tr:hover>td {
    background-color: #f3f7f9
}
.page-content-table .table>tbody>tr>td {
    cursor: pointer
}
.page-content-table .table>tbody>tr:last-child td {
    border-bottom: 1px solid #e4eaec
}
.page-content-table .table.is-indent>thead>tr>th.pre-cell, .page-content-table .table.is-indent>tbody>tr>th.pre-cell, .page-content-table .table.is-indent>thead>tr>td.pre-cell, .page-content-table .table.is-indent>tbody>tr>td.pre-cell, .page-content-table .table.is-indent>thead>tr>th.suf-cell, .page-content-table .table.is-indent>tbody>tr>th.suf-cell, .page-content-table .table.is-indent>thead>tr>td.suf-cell, .page-content-table .table.is-indent>tbody>tr>td.suf-cell {
    width: 30px;
    padding: 0;
    border-top: 0;
    border-bottom: 0
}
.page-content-table .table.is-indent>tbody>tr:first-child td {
    border-top: 0
}
.page-content-table .table.is-indent>tbody>tr:last-child td.pre-cell, .page-content-table .table.is-indent>tbody>tr:last-child td.suf-cell {
    border-bottom: 0
}
.page-content-table .table.is-indent>tfoot>tr>td {
    border-top: 0
}
.page-content-table .pagination {
    margin-right: 30px;
    margin-left: 30px
}
.page-copyright {
    margin-top: 60px;
    font-size: 12px;
    color: #37474f;
    letter-spacing: 1px
}
.page-copyright .social a {
    margin: 0 10px;
    text-decoration: none
}
.page-copyright .social .icon {
    font-size: 16px;
    color: rgba(55,71,79,.6)
}
.page-copyright .social .icon:hover, .page-copyright .social .icon:focus {
    color: rgba(55,71,79,.8)
}
.page-copyright .social .icon.active, .page-copyright .social .icon:active {
    color: #37474f
}
.page-copyright-inverse {
    color: #fff
}
.page-copyright-inverse .social .icon {
    color: #fff
}
.page-copyright-inverse .social .icon:hover, .page-copyright-inverse .social .icon:active {
    color: rgba(255,255,255,.8)
}

@media(max-width:767px) {
    .page {
        min-height: -webkit-calc(100% - 66px);
        min-height: calc(100% - 66px)
    }
}
.page-header+.page-content {
    padding-top: 0
}
.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px
}
.page-title>.icon {
    margin-right: .3em
}
.page-description {
    color: #a3afb7
}
.page-header {
    position: relative;
    padding: 30px 30px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 0
}
.page-header-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.page-header-actions .btn-icon {
    margin-left: 6px
}
.page-header-actions>* {
    margin-bottom: 0
}
.page-header .breadcrumb {
    padding: 0;
    margin: 0
}
.page-header-bordered {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid transparent
}
.page-header-tabs {
    padding-bottom: 0
}
.page-header-tabs .nav-tabs-line {
    margin-top: 5px;
    border-bottom-color: transparent
}
.page-header-tabs .nav-tabs-line>li>a {
    padding: 5px 20px
}
.page-aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    overflow-y: hidden;
    background: #fff;
    border-right: 1px solid #e4eaec;
    -webkit-transition: visibility .1s ease, top .3s ease, left .5s ease;
    -o-transition: visibility .1s ease, top .3s ease, left .5s ease;
    transition: visibility .1s ease, top .3s ease, left .5s ease
}
.page-aside+.page-main {
    margin-left: 230px
}
.page-aside .list-group-item.active, .page-aside .list-group-item.active:focus, .page-aside .list-group-item.active:hover {
    z-index: 0
}
.page-aside-fixed .page-aside {
    position: fixed;
    top: 66px;
    height: -webkit-calc(100% - 66px);
    height: calc(100% - 66px)
}
.page-aside-fixed .page-aside-inner {
    height: 100%;
    overflow-y: scroll
}
.page-aside-fixed .site-footer {
    margin-left: 260px
}
.page-aside-section {
    position: relative
}
.page-aside-section:first-child {
    padding-top: 22px
}
.page-aside-section:last-child {
    margin-bottom: 22px
}
.page-aside-section:after {
    position: relative;
    display: block;
    margin: 22px;
    content: '';
    border-bottom: 1px solid #e4eaec
}
.page-aside-section:last-child:after {
    display: none
}
.page-aside-switch {
    position: absolute;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px);
    display: none;
    padding: 15px 8px 15px 4px;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-radius: 0 100px 100px 0;
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.2);
    box-shadow: 1px 0 3px rgba(0,0,0,.2)
}
.page-aside-switch .wb-chevron-right {
    display: inline
}
.page-aside-switch .wb-chevron-left {
    display: none
}
.page-aside-title {
    padding: 10px 30px;
    margin: 20px 0 10px;
    overflow: hidden;
    font-weight: 500;
    color: #526069;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default
}
.page-aside .list-group {
    margin-bottom: 22px
}
.page-aside .list-group-item {
    padding: 13px 30px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0
}
.page-aside .list-group-item .icon {
    color: #a3afb7
}
.page-aside .list-group-item .item-right {
    float: right
}
.page-aside .list-group-item:hover, .page-aside .list-group-item:focus {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: 0
}
.page-aside .list-group-item:hover>.icon, .page-aside .list-group-item:focus>.icon {
    color: #62a8ea
}
.page-aside .list-group-item.active {
    color: #62a8ea;
    background-color: transparent
}
.page-aside .list-group-item.active>.icon {
    color: #62a8ea
}
.page-aside .list-group-item.active:hover, .page-aside .list-group-item.active:focus {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: 0
}
.page-aside .list-group-item.active:hover>.icon, .page-aside .list-group-item.active:focus>.icon {
    color: #62a8ea
}
.page-aside .list-group.has-actions .list-group-item {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 36px;
    cursor: pointer
}
.page-aside .list-group.has-actions .list-group-item .list-editable {
    position: relative;
    display: none
}
.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
    margin: 0
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
    position: absolute;
    top: 6px;
    right: 20px;
    display: none
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
    padding-right: 2px;
    padding-left: 2px;
    background-color: transparent
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
    color: #62a8ea
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
    margin: 0
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
    display: none
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
    display: block
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
    color: #76838f
}

@media(max-width:1199px) {
    .page-aside {
        width: 220px
    }
    .page-aside+.page-main {
        margin-left: 220px
    }
    .page-aside-fixed .site-footer {
        margin-left: 220px
    }
}

@media(max-width:767px) {
    .page-aside {
        position: fixed;
        top: 66px;
        left: -260px;
        z-index: 1100;
        width: 260px;
        height: -webkit-calc(100% - 66px);
        height: calc(100% - 66px);
        overflow-y: visible;
        visibility: visible;
        border-color: transparent
    }
    .site-navbar-collapse-show .page-aside {
        top: 132px;
        height: -webkit-calc(100% - 132px);
        height: calc(100% - 132px)
    }
    .site-menubar-changing .page-aside, .site-menubar-open .page-aside {
        height: 100%
    }
    .page-aside .page-aside-inner {
        height: 100%;
        background-color: white;
        border-right: 1px solid #e4eaec
    }
    .page-aside.open {
        left: 0
    }
    .site-menubar-changing .page-aside.open, .site-menubar-open .page-aside.open {
        visibility: hidden
    }
    .page-aside.open .page-aside-switch .wb-chevron-right {
        display: none
    }
    .page-aside.open .page-aside-switch .wb-chevron-left {
        display: inline
    }
    .page-aside+.page-main {
        margin-left: 0
    }
    .page-aside-fixed .page-aside {
        left: -260px !important
    }
    .page-aside-fixed .page-aside.open {
        left: 0 !important
    }
    .page-aside-fixed .site-footer {
        margin-left: 0 !important
    }
    .page-aside-switch {
        display: block
    }
}
.site-footer {
    height: 44px;
    padding: 10px 30px;
    background-color: rgba(0,0,0,.02);
    border-top: 1px solid #e4eaec
}
.site-footer:before, .site-footer:after {
    display: table;
    content: " "
}
.site-footer:after {
    clear: both
}
.site-footer-legal {
    float: left
}
.site-footer-actions {
    float: right
}
.site-footer-right {
    float: right
}
.site-footer .scroll-to-top {
    color: #76838f
}
.site-footer .scroll-to-top, .site-footer .scroll-to-top:hover, .site-footer .scroll-to-top:active {
    text-decoration: none
}

@media(max-width:480px) {
    .site-footer {
        height: 66px
    }
}

@media(max-width:480px) {
    .site-footer-legal, .site-footer-right, .site-footer-actions {
        display: block;
        float: none;
        text-align: center
    }
}
.layout-full {
    height: 100%
}
body.layout-full {
    padding-top: 0
}
.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0 !important;
    background-color: transparent
}
.layout-full>.loader {
    margin-left: 0 !important
}

@media(min-width:1200px) {
    .layout-boxed {
        background: #e4eaec
    }
    .layout-boxed, .layout-boxed .site-navbar {
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto
    }
}
.layout-boxed .slidePanel-right, .layout-boxed .slidePanel-left {
    top: 0;
    z-index: 1510
}
.site-print {
    padding-top: 0
}
.site-print .site-navbar, .site-print .site-menubar, .site-print .site-gridmenu, .site-print .site-footer {
    display: none
}
.site-print .page {
    margin: 0 !important
}
.site-menubar-fold .page, .site-menubar-fold .site-footer {
    margin-left: 90px
}
.site-menubar-fold.page-aside-fixed .page-aside {
    left: 90px
}
.site-menubar-fold.page-aside-fixed .site-footer {
    margin-left: 350px
}

@media(min-width:768px) {
    .site-menubar-fold .site-navbar .navbar-header {
        width: 90px
    }
}

@media(min-width:768px) {
    .site-menubar-fold .site-navbar .navbar-container {
        margin-left: 90px
    }
}
.site-menubar-fold .site-navbar .navbar-brand {
    float: none;
    text-align: center
}
.site-menubar-fold .site-navbar .navbar-brand-text {
    display: none
}
.site-menubar-fold .site-menu {
    overflow: visible
}
.site-menubar-fold .site-menu-category {
    height: 2px;
    margin: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: #242f35
}
.site-menubar-fold .site-menu-category:first-child {
    visibility: hidden
}
.site-menubar-fold .site-menu>.site-menu-item {
    font-size: 14px
}
.site-menubar-fold .site-menu>.site-menu-item>a {
    height: 60px;
    line-height: 60px
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-title, .site-menubar-fold .site-menu>.site-menu-item>a .site-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: center;
    -webkit-transition: visibility .25s, opacity .25s;
    -o-transition: visibility .25s, opacity .25s;
    transition: visibility .25s, opacity .25s
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-arrow {
    visibility: hidden;
    -webkit-transition: visibility 0;
    -o-transition: visibility 0;
    transition: visibility 0
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-title {
    visibility: hidden;
    opacity: 0
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-icon {
    margin-right: 0;
    font-size: 24px;
    visibility: visible;
    opacity: 1
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-badge {
    top: -15px;
    left: 50px
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-label {
    display: none
}
.site-menubar-fold .site-menu>.site-menu-item.active {
    border-top: 0;
    border-bottom: 0
}
.site-menubar-fold .site-menu>.site-menu-item.hover>a .site-menu-icon, .site-menubar-fold .site-menu>.site-menu-item.active>a .site-menu-icon, .site-menubar-fold .site-menu>.site-menu-item.open>a .site-menu-icon {
    visibility: hidden;
    opacity: 0
}
.site-menubar-fold .site-menu>.site-menu-item.hover>a .site-menu-title, .site-menubar-fold .site-menu>.site-menu-item.active>a .site-menu-title, .site-menubar-fold .site-menu>.site-menu-item.open>a .site-menu-title {
    visibility: visible;
    opacity: 1
}
.site-menubar-fold .site-menu>.site-menu-item.hover>a .site-menu-badge, .site-menubar-fold .site-menu>.site-menu-item.active>a .site-menu-badge, .site-menubar-fold .site-menu>.site-menu-item.open>a .site-menu-badge {
    display: none
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
    display: none
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open>a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open>.site-menu-sub {
    display: block
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open)>a .site-menu-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open)>.site-menu-sub {
    display: none
}
.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub {
    position: absolute;
    top: 0;
    left: 90px;
    width: 240px;
    overflow-y: auto;
    visibility: hidden;
    background: #242f35;
    opacity: 0;
    -webkit-transition: visibility .25s, opacity .25s;
    -o-transition: visibility .25s, opacity .25s;
    transition: visibility .25s, opacity .25s
}
.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub-up {
    top: auto;
    bottom: 0
}
.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub .site-menu-item>a {
    padding: 0 30px
}
.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub .site-menu-icon {
    margin-right: .5em
}
.site-menubar-fold .site-menu>.site-menu-item.hover>.site-menu-sub {
    visibility: visible;
    opacity: 1
}
.site-menubar-fold .site-menubar-light .site-menu-category {
    background: rgba(53,131,202,.05)
}
.site-menubar-fold .site-menubar-light .site-menu>.site-menu-item>.site-menu-sub {
    background: #f3f8fb;
    -webkit-box-shadow: 2px 1px 2px rgba(0,0,0,.08);
    box-shadow: 2px 1px 2px rgba(0,0,0,.08)
}
.site-menubar-fold .site-menubar {
    width: 90px
}
.site-menubar-fold .site-menubar-section {
    padding: 30px;
    margin-top: 0;
    border-top: 2px solid #242f35;
    border-bottom: 2px solid #242f35
}
.site-menubar-fold .site-menubar-section>h4, .site-menubar-fold .site-menubar-section>h5 {
    display: none
}
.site-menubar-fold .site-menubar-light .site-menubar-section {
    border-top: 2px solid rgba(53,131,202,.05);
    border-bottom: 2px solid rgba(53,131,202,.05)
}
.site-menubar-fold .site-gridmenu {
    width: 90px
}
.site-menubar-fold .site-gridmenu li {
    float: none;
    width: 100%
}
.site-menubar-fold .site-gridmenu li>a {
    padding: 15px 0
}
.site-menubar-fold .site-gridmenu-toggle:after {
    display: none
}
.site-menubar-fold .site-menubar-footer {
    width: 90px
}
.site-menubar-fold .site-menubar-footer>a {
    display: none
}
.site-menubar-fold .site-menubar-footer>a.fold-show {
    display: block;
    float: none;
    width: 100%
}
.site-menubar-fold.site-menubar-changing .site-menu>.site-menu-item>.site-menu-sub {
    display: none
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .css-menubar .page, .css-menubar .site-footer {
        margin-left: 90px
    }
    .css-menubar.page-aside-fixed .page-aside {
        left: 90px
    }
    .css-menubar.page-aside-fixed .site-footer {
        margin-left: 350px
    }
    .css-menubar .site-navbar .navbar-brand {
        float: none;
        text-align: center
    }
    .css-menubar .site-navbar .navbar-brand-text {
        display: none
    }
    .css-menubar .site-menu {
        overflow: visible
    }
    .css-menubar .site-menu-category {
        height: 2px;
        margin: 0;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background: #242f35
    }
    .css-menubar .site-menu-category:first-child {
        visibility: hidden
    }
    .css-menubar .site-menu>.site-menu-item {
        font-size: 14px
    }
    .css-menubar .site-menu>.site-menu-item>a {
        height: 60px;
        line-height: 60px
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-title, .css-menubar .site-menu>.site-menu-item>a .site-menu-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        text-align: center;
        -webkit-transition: visibility .25s, opacity .25s;
        -o-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-arrow {
        visibility: hidden;
        -webkit-transition: visibility 0;
        -o-transition: visibility 0;
        transition: visibility 0
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-title {
        visibility: hidden;
        opacity: 0
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-icon {
        margin-right: 0;
        font-size: 24px;
        visibility: visible;
        opacity: 1
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-badge {
        top: -15px;
        left: 50px
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-label {
        display: none
    }
    .css-menubar .site-menu>.site-menu-item.active {
        border-top: 0;
        border-bottom: 0
    }
    .css-menubar .site-menu>.site-menu-item.hover>a .site-menu-icon, .css-menubar .site-menu>.site-menu-item.active>a .site-menu-icon, .css-menubar .site-menu>.site-menu-item.open>a .site-menu-icon {
        visibility: hidden;
        opacity: 0
    }
    .css-menubar .site-menu>.site-menu-item.hover>a .site-menu-title, .css-menubar .site-menu>.site-menu-item.active>a .site-menu-title, .css-menubar .site-menu>.site-menu-item.open>a .site-menu-title {
        visibility: visible;
        opacity: 1
    }
    .css-menubar .site-menu>.site-menu-item.hover>a .site-menu-badge, .css-menubar .site-menu>.site-menu-item.active>a .site-menu-badge, .css-menubar .site-menu>.site-menu-item.open>a .site-menu-badge {
        display: none
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-sub {
        display: none
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item.open>a .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item.open>.site-menu-sub {
        display: block
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open)>a .site-menu-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open)>.site-menu-sub {
        display: none
    }
    .css-menubar .site-menu>.site-menu-item>.site-menu-sub {
        position: absolute;
        top: 0;
        left: 90px;
        width: 240px;
        overflow-y: auto;
        visibility: hidden;
        background: #242f35;
        opacity: 0;
        -webkit-transition: visibility .25s, opacity .25s;
        -o-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s
    }
    .css-menubar .site-menu>.site-menu-item>.site-menu-sub-up {
        top: auto;
        bottom: 0
    }
    .css-menubar .site-menu>.site-menu-item>.site-menu-sub .site-menu-item>a {
        padding: 0 30px
    }
    .css-menubar .site-menu>.site-menu-item>.site-menu-sub .site-menu-icon {
        margin-right: .5em
    }
    .css-menubar .site-menu>.site-menu-item.hover>.site-menu-sub {
        visibility: visible;
        opacity: 1
    }
    .css-menubar .site-menubar-light .site-menu-category {
        background: rgba(53,131,202,.05)
    }
    .css-menubar .site-menubar-light .site-menu>.site-menu-item>.site-menu-sub {
        background: #f3f8fb;
        -webkit-box-shadow: 2px 1px 2px rgba(0,0,0,.08);
        box-shadow: 2px 1px 2px rgba(0,0,0,.08)
    }
    .css-menubar .site-menubar {
        width: 90px
    }
    .css-menubar .site-menubar-section {
        padding: 30px;
        margin-top: 0;
        border-top: 2px solid #242f35;
        border-bottom: 2px solid #242f35
    }
    .css-menubar .site-menubar-section>h4, .css-menubar .site-menubar-section>h5 {
        display: none
    }
    .css-menubar .site-menubar-light .site-menubar-section {
        border-top: 2px solid rgba(53,131,202,.05);
        border-bottom: 2px solid rgba(53,131,202,.05)
    }
    .css-menubar .site-gridmenu {
        width: 90px
    }
    .css-menubar .site-gridmenu li {
        float: none;
        width: 100%
    }
    .css-menubar .site-gridmenu li>a {
        padding: 15px 0
    }
    .css-menubar .site-gridmenu-toggle:after {
        display: none
    }
    .css-menubar .site-menubar-footer {
        width: 90px
    }
    .css-menubar .site-menubar-footer>a {
        display: none
    }
    .css-menubar .site-menubar-footer>a.fold-show {
        display: block;
        float: none;
        width: 100%
    }
    .css-menubar .site-menu>.site-menu-item:hover>a .site-menu-icon {
        visibility: hidden;
        opacity: 0
    }
    .css-menubar .site-menu>.site-menu-item:hover>a .site-menu-title {
        visibility: visible;
        opacity: 1
    }
    .css-menubar .site-menu>.site-menu-item:hover>a .site-menu-badge {
        display: none
    }
    .css-menubar .site-menu-item:hover>.site-menu-sub {
        visibility: visible;
        opacity: 1
    }
    .site-menubar-fold.page-aside-fixed .site-footer {
        margin-left: 310px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-header {
        width: 90px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-container {
        margin-left: 90px
    }
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item:hover>a {
    background-color: transparent
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover {
    background: #37474f
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active>a .site-menu-icon, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open>a .site-menu-icon, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a .site-menu-icon {
    visibility: visible;
    opacity: 1
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active>a .site-menu-badge, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open>a .site-menu-badge, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a .site-menu-badge {
    display: inline-block
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active>a .site-menu-title, .site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open>a .site-menu-title {
    visibility: hidden;
    opacity: 0
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a .site-menu-title {
    visibility: visible;
    opacity: 1
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item>a .site-menu-title {
    left: 90px;
    width: 240px;
    padding: 0 30px;
    font-size: 14px;
    text-align: left;
    background: #37474f;
    -webkit-transition: visibility 0, opacity 0;
    -o-transition: visibility 0, opacity 0;
    transition: visibility 0, opacity 0
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item>.site-menu-sub {
    top: 60px
}
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item>.site-menu-sub-up {
    top: auto;
    bottom: 60px
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item.active, .site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item.open, .site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item.hover {
    background: #e8f1f8
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item>a .site-menu-title {
    background: #e8f1f8
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item>.site-menu-sub {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:767px), screen and (min-width:1200px) {
    .css-menubar .site-menu-category {
        padding: 0 24px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 38px;
        color: #76838f;
        text-transform: uppercase;
        -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
        -o-transition: all .25s, font .1s .15s, color .1s .15s;
        transition: all .25s, font .1s .15s, color .1s .15s
    }
    .css-menubar .site-menu>.site-menu-item>a .site-menu-title {
        font-size: 14px
    }
    .css-menubar .site-menu-icon {
        margin-right: 14px
    }
    .css-menubar .site-menu-title {
        display: inline-block;
        max-width: 160px
    }
    .css-menubar .site-menu-title:first-child {
        margin-left: 28px
    }
    .css-menubar .site-menu .site-menu-sub {
        display: none
    }
    .css-menubar .site-menu-item {
        line-height: 34px;
        -webkit-transition: -webkit-transform .1s, all .25s, border 0;
        -o-transition: -o-transform .1s, all .25s, border 0;
        transition: transform .1s, all .25s, border 0
    }
    .css-menubar .site-menu-item.open>a .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .css-menubar .site-menu-item.open>.site-menu-sub {
        display: block
    }
    .css-menubar .site-menu-item:not(.open)>a .site-menu-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .css-menubar .site-menu-item:not(.open)>.site-menu-sub {
        display: none
    }
    .css-menubar .site-menu>.site-menu-item>a {
        padding: 0 30px;
        line-height: 38px
    }
    .css-menubar.site-menubar-native .site-menubar-body {
        overflow-y: scroll
    }
    .css-menubar .site-menubar {
        width: 260px
    }
    .css-menubar .site-gridmenu {
        width: 260px
    }
    .css-menubar .site-menubar-footer {
        width: 260px
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:before {
        width: .6em;
        -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
        transform: translate3d(.45em, .1em, 0) rotate(45deg)
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
        border-radius: .2em
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:after {
        width: .6em;
        -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
        transform: translate3d(.45em, -.1em, 0) rotate(-45deg)
    }
    .css-menubar .site-menu-item:hover>.site-menu-sub {
        display: block
    }
}

@media screen and (max-width:767px) and (min-width:768px), screen and (min-width:1200px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-header {
        width: 260px
    }
}

@media screen and (max-width:767px) and (min-width:768px), screen and (min-width:1200px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-container {
        margin-left: 260px
    }
}

@media screen and (min-width:1200px) {
    .css-menubar .page, .css-menubar .site-footer {
        margin-left: 260px
    }
    .css-menubar.page-aside-fixed .page-aside {
        left: 260px
    }
    .css-menubar.page-aside-fixed .site-footer {
        margin-left: 520px
    }
}
.site-menubar-unfold .page, .site-menubar-unfold .site-footer {
    margin-left: 260px
}
.site-menubar-unfold.page-aside-fixed .page-aside {
    left: 260px
}
.site-menubar-unfold.page-aside-fixed .site-footer {
    margin-left: 520px
}

@media(min-width:768px) {
    .site-menubar-unfold .site-navbar .navbar-header {
        width: 260px
    }
}

@media(min-width:768px) {
    .site-menubar-unfold .site-navbar .navbar-container {
        margin-left: 260px
    }
}
.site-menubar-unfold .site-menu-category {
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 38px;
    color: #76838f;
    text-transform: uppercase;
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
    -o-transition: all .25s, font .1s .15s, color .1s .15s;
    transition: all .25s, font .1s .15s, color .1s .15s
}
.site-menubar-unfold .site-menu>.site-menu-item>a .site-menu-title {
    font-size: 14px
}
.site-menubar-unfold .site-menu-icon {
    margin-right: 14px
}
.site-menubar-unfold .site-menu-title {
    display: inline-block;
    max-width: 160px
}
.site-menubar-unfold .site-menu-title:first-child {
    margin-left: 28px
}
.site-menubar-unfold .site-menu .site-menu-sub {
    display: none
}
.site-menubar-unfold .site-menu-item {
    line-height: 34px;
    -webkit-transition: -webkit-transform .1s, all .25s, border 0;
    -o-transition: -o-transform .1s, all .25s, border 0;
    transition: transform .1s, all .25s, border 0
}
.site-menubar-unfold .site-menu-item.open>a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.site-menubar-unfold .site-menu-item.open>.site-menu-sub {
    display: block
}
.site-menubar-unfold .site-menu-item:not(.open)>a .site-menu-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.site-menubar-unfold .site-menu-item:not(.open)>.site-menu-sub {
    display: none
}
.site-menubar-unfold .site-menu>.site-menu-item>a {
    padding: 0 30px;
    line-height: 38px
}
.site-menubar-unfold.site-menubar-native .site-menubar-body {
    overflow-y: scroll
}
.site-menubar-unfold .site-menubar {
    width: 260px
}
.site-menubar-unfold .site-gridmenu {
    width: 260px
}
.site-menubar-unfold .site-menubar-footer {
    width: 260px
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg)
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: .2em
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg)
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .site-menubar-unfold.page-aside-fixed .site-footer {
        margin-left: 480px
    }
}

@media(max-width:767px) {
    .site-menubar-unfold .page, .site-menubar-unfold .site-footer {
        margin-left: auto
    }
    .site-menubar-open .page, .site-menubar-open .site-footer {
        -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0)
    }
    .site-menubar-changing {
        overflow: hidden
    }
    .site-menubar-changing .page, .site-menubar-changing .site-footer {
        -webkit-transition: -webkit-transform .25s;
        -o-transition: -o-transform .25s;
        transition: transform .25s
    }
    .site-gridmenu {
        width: 100% !important;
        background: rgba(38,50,56,.9)
    }
    .site-menubar-hide .site-menubar, .site-menubar-open .site-menubar {
        -webkit-transition: -webkit-transform .25s, top .35s, height .35s;
        -o-transition: -o-transform .25s, top .35s, height .35s;
        transition: transform .25s, top .35s, height .35s
    }
    .site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media(max-width:767px) {
    .site-navbar-collapsing {
        -webkit-transition: padding-top .35s;
        -o-transition: padding-top .35s;
        transition: padding-top .35s
    }
    body.site-navbar-collapse-show {
        padding-top: 132px
    }
    .site-navbar-collapse-show .slidePanel.slidePanel-right, .site-navbar-collapse-show .slidePanel.slidePanel-left {
        top: 132px;
        -webkit-transition: top .35s;
        -o-transition: top .35s;
        transition: top .35s
    }
}
body.site-navbar-small {
    padding-top: 60px
}
.site-navbar-small .site-navbar {
    height: 60px;
    min-height: 60px
}
.site-navbar-small .site-navbar .navbar-brand {
    height: 60px;
    padding: 19px 20px
}
.site-navbar-small .site-navbar .navbar-nav {
    margin: 9.5px -15px
}

@media(min-width:768px) {
    .site-navbar-small .site-navbar .navbar-nav>li>a {
        padding-top: 19px;
        padding-bottom: 19px
    }
}
.site-navbar-small .site-navbar .navbar-toggle {
    height: 60px;
    padding: 19px 15px
}
.site-navbar-small .site-navbar .navbar-toolbar>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}
.site-navbar-small .site-navbar .navbar-nav>li>a.navbar-avatar, .site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar {
    padding-top: 15px;
    padding-bottom: 15px
}
.site-navbar-small .site-navbar .navbar-search-overlap .form-control {
    height: 60px !important
}
.site-navbar-small .site-menubar {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px)
}
.site-navbar-small .site-gridmenu {
    top: 60px
}

@media(max-width:767px) {
    body.site-navbar-collapse-show.site-navbar-small {
        padding-top: 120px
    }
    .site-navbar-small .site-menubar {
        top: 60px
    }
    .site-navbar-collapse-show .site-navbar-small .site-menubar {
        top: 120px;
        height: -webkit-calc(100% - 120px);
        height: calc(100% - 120px)
    }
    .site-navbar-small .page-aside {
        top: 60px
    }
    .site-navbar-collapse-show .site-navbar-small .page-aside {
        top: 120px
    }
}

@media(max-width:767px) {
    .site-navbar .brand {
        display: none
    }
    .site-navbar .brand-mobile {
        display: block
    }
    .site-menubar {
        top: 66px;
        height: -webkit-calc(100% - 66px);
        height: calc(100% - 66px);
        -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .site-navbar-collapse-show .site-menubar {
        top: 132px;
        height: -webkit-calc(100% - 132px);
        height: calc(100% - 132px)
    }
    .site-menubar-footer {
        visibility: hidden
    }
    .site-menubar-open .site-menubar-footer {
        visibility: visible
    }
    .disable-scrolling {
        height: 100%;
        overflow: hidden
    }
    body.site-menubar-open {
        height: 100%;
        overflow: hidden
    }
    body.site-menubar-open .page {
        height: 100%;
        overflow: hidden;
        pointer-events: none
    }
}

@media(min-width:768px) {
    .site-menubar-flipped .navbar-header {
        float: right
    }
}
.site-menubar-flipped .site-menubar, .site-menubar-flipped .site-menubar-footer {
    right: 0;
    left: auto
}
.site-menubar-flipped .site-gridmenu {
    right: 0;
    left: auto
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:before, .site-menubar-flipped .hamburger-arrow-left.unfolded:before {
    -webkit-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
    -ms-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
    -o-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
    transform: translateX(-.1em) translateY(.1em) rotate(135deg)
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:after, .site-menubar-flipped .hamburger-arrow-left.unfolded:after {
    -webkit-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
    -ms-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
    -o-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
    transform: translateX(-.1em) translateY(-.1em) rotate(45deg)
}

@media screen and (max-width:767px) and (min-width:768px), screen and (min-width:1200px) and (min-width:768px) {
    .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 260px;
        margin-left: 0
    }
}

@media screen and (min-width:1200px) {
    .css-menubar .site-menubar-flipped .page, .css-menubar .site-menubar-flipped .site-footer {
        margin-right: 260px;
        margin-left: 0
    }
}
.site-menubar-unfold.site-menubar-flipped .page, .site-menubar-unfold.site-menubar-flipped .site-footer {
    margin-right: 260px;
    margin-left: 0
}

@media(min-width:768px) {
    .site-menubar-unfold.site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 260px;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .site-menubar-flipped.site-menubar-unfold .page, .site-menubar-flipped.site-menubar-unfold .site-footer {
        margin-right: auto;
        margin-left: 0
    }
    .site-menubar-flipped.site-menubar-open .page, .site-menubar-flipped.site-menubar-open .site-footer {
        -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0)
    }
    .site-menubar-flipped.site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .css-menubar .site-menubar-flipped .page, .css-menubar .site-menubar-flipped .site-footer {
        margin-right: 90px;
        margin-left: 0
    }
    .css-menubar .site-menubar-flipped .site-menu>.site-menu-item>.site-menu-sub {
        right: 90px;
        left: auto
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 90px;
        margin-left: 0
    }
}
.site-menubar-fold.site-menubar-flipped .page, .site-menubar-fold.site-menubar-flipped .site-footer {
    margin-right: 90px;
    margin-left: 0
}

@media(min-width:768px) {
    .site-menubar-fold.site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 90px;
        margin-left: 0
    }
}
.site-menubar-fold.site-menubar-flipped .site-menu>.site-menu-item>.site-menu-sub {
    right: 90px;
    left: auto
}

@media(max-width:767px) {
    .site-menubar-flipped .site-menubar {
        -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0)
    }
}
.radio-custom, .checkbox-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio-custom label, .checkbox-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer
}
.radio-custom input[type="radio"], .checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px
}
.radio-custom.disabled label, .checkbox-custom.disabled label, fieldset[disabled] .radio-custom label, fieldset[disabled] .checkbox-custom label {
    cursor: not-allowed
}
.input-group-addon .radio-custom, .input-group-addon .checkbox-custom {
    margin: 0
}
.checkbox-custom {
    padding-left: 20px
}
.checkbox-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}
.checkbox-custom label:empty {
    padding-left: 0
}
.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0;
    -o-transition: all .3s ease-in-out 0;
    transition: all .3s ease-in-out 0
}
.checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 20px;
    color: #76838f;
    text-align: center
}
.checkbox-custom input[type="checkbox"], .checkbox-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    opacity: 0
}
.checkbox-custom input[type="checkbox"]:focus+label::before, .checkbox-custom input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.checkbox-custom input[type="checkbox"]:checked+label::before, .checkbox-custom input[type="radio"]:checked+label::before {
    border-color: #e4eaec;
    border-width: 10px;
    -webkit-transition: all 300ms ease-in-out 0;
    -o-transition: all 300ms ease-in-out 0;
    transition: all 300ms ease-in-out 0
}
.checkbox-custom input[type="checkbox"]:checked+label::after, .checkbox-custom input[type="radio"]:checked+label::after {
    font-family: "Web Icons";
    content: "\f192"
}
.checkbox-custom input[type="checkbox"]:disabled+label, .checkbox-custom input[type="radio"]:disabled+label {
    opacity: .65
}
.checkbox-custom input[type="checkbox"]:disabled+label::before, .checkbox-custom input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
    background-color: #f3f7f9;
    border-color: #e4eaec;
    border-width: 1px
}
.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%
}
.checkbox-custom.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}
.checkbox-inline+.checkbox-inline {
    margin-left: 20px
}
.checkbox-default input[type="checkbox"]:checked+label::before, .checkbox-default input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px
}
.checkbox-default input[type="checkbox"]:checked+label::after, .checkbox-default input[type="radio"]:checked+label::after {
    color: #62a8ea
}
.checkbox-primary input[type="checkbox"]:checked+label::before, .checkbox-primary input[type="radio"]:checked+label::before {
    background-color: #62a8ea;
    border-color: #62a8ea
}
.checkbox-primary input[type="checkbox"]:checked+label::after, .checkbox-primary input[type="radio"]:checked+label::after {
    color: #fff
}
.checkbox-danger input[type="checkbox"]:checked+label::before, .checkbox-danger input[type="radio"]:checked+label::before {
    background-color: #f96868;
    border-color: #f96868
}
.checkbox-danger input[type="checkbox"]:checked+label::after, .checkbox-danger input[type="radio"]:checked+label::after {
    color: #fff
}
.checkbox-info input[type="checkbox"]:checked+label::before, .checkbox-info input[type="radio"]:checked+label::before {
    background-color: #57c7d4;
    border-color: #57c7d4
}
.checkbox-info input[type="checkbox"]:checked+label::after, .checkbox-info input[type="radio"]:checked+label::after {
    color: #fff
}
.checkbox-warning input[type="checkbox"]:checked+label::before, .checkbox-warning input[type="radio"]:checked+label::before {
    background-color: #f2a654;
    border-color: #f2a654
}
.checkbox-warning input[type="checkbox"]:checked+label::after, .checkbox-warning input[type="radio"]:checked+label::after {
    color: #fff
}
.checkbox-success input[type="checkbox"]:checked+label::before, .checkbox-success input[type="radio"]:checked+label::before {
    background-color: #46be8a;
    border-color: #46be8a
}
.checkbox-success input[type="checkbox"]:checked+label::after, .checkbox-success input[type="radio"]:checked+label::after {
    color: #fff
}
.checkbox-sm {
    padding-left: 18px
}
.checkbox-sm label {
    padding-left: 8px
}
.checkbox-sm label:empty {
    padding-left: 0
}
.checkbox-sm label::before, .checkbox-sm label::after {
    width: 18px;
    height: 18px;
    margin-left: -18px
}
.checkbox-sm label::after {
    font-size: 10px;
    line-height: 18px
}
.checkbox-sm input[type="checkbox"], .checkbox-sm input[type="radio"] {
    width: 18px;
    height: 18px
}
.checkbox-sm input[type="checkbox"]:checked+label::before, .checkbox-sm input[type="radio"]:checked+label::before {
    border-width: 9px
}
.checkbox-lg {
    padding-left: 24px
}
.checkbox-lg label {
    padding-left: 12px
}
.checkbox-lg label:empty {
    padding-left: 0
}
.checkbox-lg label::before, .checkbox-lg label::after {
    width: 24px;
    height: 24px;
    margin-left: -24px
}
.checkbox-lg label::after {
    font-size: 14px;
    line-height: 24px
}
.checkbox-lg input[type="checkbox"], .checkbox-lg input[type="radio"] {
    width: 24px;
    height: 24px
}
.checkbox-lg input[type="checkbox"]:checked+label::before, .checkbox-lg input[type="radio"]:checked+label::before {
    border-width: 12px
}
.radio-custom {
    padding-left: 20px
}
.radio-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}
.radio-custom label:empty {
    padding-left: 0
}
.radio-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 50%;
    -webkit-transition: border 300ms ease-in-out 0, color 300ms ease-in-out 0;
    -o-transition: border 300ms ease-in-out 0, color 300ms ease-in-out 0;
    transition: border 300ms ease-in-out 0, color 300ms ease-in-out 0
}
.radio-custom label::after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -20px;
    content: " ";
    background-color: transparent;
    border: 2px solid #76838f;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    transition-transform: .1s cubic-bezier(.8, -.33, .2, 1.33)
}
.radio-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    opacity: 0
}
.radio-custom input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.radio-custom input[type="radio"]:checked+label::before {
    border-color: #e4eaec;
    border-width: 10px
}
.radio-custom input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.radio-custom input[type="radio"]:disabled+label {
    opacity: .65
}
.radio-custom input[type="radio"]:disabled+label::before {
    cursor: not-allowed
}
.radio-custom.radio-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}
.radio-inline+.radio-inline {
    margin-left: 20px
}
.radio-default input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px
}
.radio-default input[type="radio"]:checked+label::after {
    border-color: #62a8ea
}
.radio-primary input[type="radio"]:checked+label::before {
    border-color: #62a8ea
}
.radio-primary input[type="radio"]:checked+label::after {
    border-color: #fff
}
.radio-danger input[type="radio"]:checked+label::before {
    border-color: #f96868
}
.radio-danger input[type="radio"]:checked+label::after {
    border-color: #fff
}
.radio-info input[type="radio"]:checked+label::before {
    border-color: #57c7d4
}
.radio-info input[type="radio"]:checked+label::after {
    border-color: #fff
}
.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f2a654
}
.radio-warning input[type="radio"]:checked+label::after {
    border-color: #fff
}
.radio-success input[type="radio"]:checked+label::before {
    border-color: #46be8a
}
.radio-success input[type="radio"]:checked+label::after {
    border-color: #fff
}
.radio-sm {
    padding-left: 18px
}
.radio-sm label {
    padding-left: 8px
}
.radio-sm label:empty {
    padding-left: 0
}
.radio-sm label::before {
    width: 18px;
    height: 18px;
    margin-left: -20px
}
.radio-sm label::after {
    top: 7px;
    left: 7px;
    width: 4px;
    height: 4px;
    margin-left: -20px;
    border-width: 2px
}
.radio-sm input[type="radio"] {
    width: 18px;
    height: 18px
}
.radio-sm input[type="radio"]:checked+label::before {
    border-width: 9px
}
.radio-lg {
    padding-left: 24px
}
.radio-lg label {
    padding-left: 12px
}
.radio-lg label:empty {
    padding-left: 0
}
.radio-lg label::before {
    width: 24px;
    height: 24px;
    margin-left: -20px
}
.radio-lg label::after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    margin-left: -20px;
    border-width: 2px
}
.radio-lg input[type="radio"] {
    width: 24px;
    height: 24px
}
.radio-lg input[type="radio"]:checked+label::before {
    border-width: 12px
}

@media(min-width:768px) {
    .form-inline .radio-custom, .form-inline .checkbox-custom {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio-custom label, .form-inline .checkbox-custom label {
        padding-left: 0
    }
    .form-inline .radio-custom input[type="radio"], .form-inline .checkbox-custom input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .radio-custom label {
        padding-left: 10px
    }
    .form-inline .checkbox-custom label {
        padding-left: 10px
    }
    .form-inline .checkbox-custom input[type="checkbox"] {
        position: absolute;
        margin-left: -20px
    }
    .form-inline .radio-custom input[type="radio"] {
        position: absolute;
        margin-left: -20px
    }
}
.form-horizontal .radio-custom, .form-horizontal .checkbox-custom {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .radio-custom, .form-horizontal .checkbox-custom {
    min-height: 29px
}
.form-horizontal .input-group-addon .radio-custom, .form-horizontal .input-group-addon .checkbox-custom {
    padding-top: 0
}
.form-horizontal .input-group-addon .radio-custom, .form-horizontal .input-group-addon .checkbox-custom {
    min-height: 22px
}
.form-material {
    position: relative
}
.form-material.floating {
    margin-top: 20px;
    margin-bottom: 20px
}
.form-material.floating+.form-material.floating {
    margin-top: 40px
}
.form-material .form-control {
    padding: 0;
    background-color: transparent;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    -webkit-transition: background 0 ease-out;
    -o-transition: background 0 ease-out;
    transition: background 0 ease-out
}
.form-material .form-control, .form-material .form-control:focus, .form-material .form-control.focus {
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62a8ea), to(#62a8ea)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#62a8ea, #62a8ea), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#62a8ea, #62a8ea), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#62a8ea, #62a8ea), linear-gradient(#e4eaec, #e4eaec);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.no-cssgradients .form-material .form-control {
    border-bottom: 2px solid #e4eaec
}
.form-material .form-control::-webkit-input-placeholder {
    color:#a3afb7
}
.form-material .form-control::-moz-placeholder {
    color:#a3afb7
}
.form-material .form-control:-ms-input-placeholder {
    color:#a3afb7
}
.form-material .form-control:disabled::-webkit-input-placeholder {
    color:#ccd5db
}
.form-material .form-control:disabled::-moz-placeholder {
    color:#ccd5db
}
.form-material .form-control:disabled:-ms-input-placeholder {
    color:#ccd5db
}
.form-material .form-control:focus, .form-material .form-control.focus {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}
.no-cssgradients .form-material .form-control:focus, .no-cssgradients .form-material .form-control.focus {
    background: transparent;
    border-bottom: 2px solid #62a8ea
}
.form-material .form-control:disabled, .form-material .form-control[disabled], fieldset[disabled] .form-material .form-control {
    background: transparent;
    background: rgba(0,0,0,0);
    border-bottom: 1px dashed #ccd5db
}
.form-material .form-control:disabled ~ .floating-label, .form-material .form-control[disabled] ~ .floating-label, fieldset[disabled] .form-material .form-control ~ .floating-label {
    color: #ccd5db
}
.form-material .control-label {
    margin-bottom: 0;
    font-weight: 500
}
.form-material .floating-label {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #76838f;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}
.form-material .floating-label.floating-label-static {
    position: relative;
    top: auto;
    display: block
}
.form-material [class*="col-"]>.floating-label {
    left: 15px
}
.form-material .form-control ~ .floating-label {
    top: 7.99999998px;
    font-size: 14px
}
.form-material .form-control:focus ~ .floating-label, .form-material .form-control.focus ~ .floating-label, .form-material .form-control:not(.empty) ~ .floating-label {
    top: -11.2px;
    font-size: 11.2px
}
.form-material .form-control:-webkit-autofill ~ .floating-label {
    top:-11.2px;
    font-size:11.2px
}
.form-material .form-control.input-sm ~ .floating-label {
    top: 6px;
    font-size: 12px
}
.form-material .form-control.input-sm:focus ~ .floating-label, .form-material .form-control.input-sm.focus ~ .floating-label, .form-material .form-control.input-sm:not(.empty) ~ .floating-label {
    top: -9.6px;
    font-size: 9.6px
}
.form-material .form-control.input-sm:-webkit-autofill ~ .floating-label {
    top:-9.6px;
    font-size:9.6px
}
.form-material .form-control.input-lg ~ .floating-label {
    top: 5.9999994px;
    font-size: 18px
}
.form-material .form-control.input-lg:focus ~ .floating-label, .form-material .form-control.input-lg.focus ~ .floating-label, .form-material .form-control.input-lg:not(.empty) ~ .floating-label {
    top: -14.4px;
    font-size: 14.4px
}
.form-material .form-control.input-lg:-webkit-autofill ~ .floating-label {
    top:-14.4px;
    font-size:14.4px
}
.form-material .form-control:focus ~ .floating-label, .form-material .form-control.focus ~ .floating-label, .form-material .form-control:not(.empty) ~ .floating-label {
    font-weight: 500
}
.form-material .form-control:-webkit-autofill ~ .floating-label {
    font-weight:500
}
.form-material .form-control:focus ~ .floating-label, .form-material .form-control.focus ~ .floating-label {
    color: #62a8ea
}
.form-material textarea.form-control {
    padding-bottom: 6px;
    resize: none
}
.form-material.floating textarea.form-control {
    padding-top: 6px
}
.form-material select.form-control {
    border: 0;
    border-radius: 0
}
.form-material:not(.floating) .control-label+select[multiple] {
    margin-top: 5px
}
.form-material .hint {
    position: absolute;
    display: none;
    font-size: 80%
}
.form-material .form-control:focus ~ .hint, .form-material .form-control.focus ~ .hint {
    display: block
}
.form-material .form-control:not(.empty):invalid ~ .floating-label, .form-material .form-control.focus:invalid ~ .floating-label {
    color:#f96868
}
.form-material .form-control:invalid {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image:-webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image:-o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image:linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec)
}
.form-material.form-group.has-warning .form-control:focus, .form-material.form-group.has-warning .form-control.focus, .form-material.form-group.has-warning .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#f2a654, #f2a654), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-warning .form-control:focus, .no-cssgradients .form-material.form-group.has-warning .form-control.focus, .no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #f2a654
}
.form-material.form-group.has-warning .form-control:-webkit-autofill {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image:-webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image:linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-warning .form-control:-webkit-autofill {
    background:transparent;
    border-bottom:2px solid #f2a654
}
.form-material.form-group.has-warning .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}
.form-material.form-group.has-warning .control-label {
    color: #f2a654
}
.form-material.form-group.has-warning .form-control:focus ~ .floating-label, .form-material.form-group.has-warning .form-control.focus ~ .floating-label, .form-material.form-group.has-warning .form-control:not(.empty) ~ .floating-label {
    color: #f2a654
}
.form-material.form-group.has-warning .form-control:-webkit-autofill ~ .floating-label {
    color:#f2a654
}
.form-material.form-group.has-error .form-control:focus, .form-material.form-group.has-error .form-control.focus, .form-material.form-group.has-error .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-error .form-control:focus, .no-cssgradients .form-material.form-group.has-error .form-control.focus, .no-cssgradients .form-material.form-group.has-error .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #f96868
}
.form-material.form-group.has-error .form-control:-webkit-autofill {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image:-webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image:linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-error .form-control:-webkit-autofill {
    background:transparent;
    border-bottom:2px solid #f96868
}
.form-material.form-group.has-error .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}
.form-material.form-group.has-error .control-label {
    color: #f96868
}
.form-material.form-group.has-error .form-control:focus ~ .floating-label, .form-material.form-group.has-error .form-control.focus ~ .floating-label, .form-material.form-group.has-error .form-control:not(.empty) ~ .floating-label {
    color: #f96868
}
.form-material.form-group.has-error .form-control:-webkit-autofill ~ .floating-label {
    color:#f96868
}
.form-material.form-group.has-success .form-control:focus, .form-material.form-group.has-success .form-control.focus, .form-material.form-group.has-success .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#46be8a, #46be8a), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-success .form-control:focus, .no-cssgradients .form-material.form-group.has-success .form-control.focus, .no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #46be8a
}
.form-material.form-group.has-success .form-control:-webkit-autofill {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image:-webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image:linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-success .form-control:-webkit-autofill {
    background:transparent;
    border-bottom:2px solid #46be8a
}
.form-material.form-group.has-success .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}
.form-material.form-group.has-success .control-label {
    color: #46be8a
}
.form-material.form-group.has-success .form-control:focus ~ .floating-label, .form-material.form-group.has-success .form-control.focus ~ .floating-label, .form-material.form-group.has-success .form-control:not(.empty) ~ .floating-label {
    color: #46be8a
}
.form-material.form-group.has-success .form-control:-webkit-autofill ~ .floating-label {
    color:#46be8a
}
.form-material.form-group.has-info .form-control:focus, .form-material.form-group.has-info .form-control.focus, .form-material.form-group.has-info .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#57c7d4, #57c7d4), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-info .form-control:focus, .no-cssgradients .form-material.form-group.has-info .form-control.focus, .no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #57c7d4
}
.form-material.form-group.has-info .form-control:-webkit-autofill {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image:-webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image:linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec)
}
.no-cssgradients .form-material.form-group.has-info .form-control:-webkit-autofill {
    background:transparent;
    border-bottom:2px solid #57c7d4
}
.form-material.form-group.has-info .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}
.form-material.form-group.has-info .control-label {
    color: #57c7d4
}
.form-material.form-group.has-info .form-control:focus ~ .floating-label, .form-material.form-group.has-info .form-control.focus ~ .floating-label, .form-material.form-group.has-info .form-control:not(.empty) ~ .floating-label {
    color: #57c7d4
}
.form-material.form-group.has-info .form-control:-webkit-autofill ~ .floating-label {
    color:#57c7d4
}
.form-material .input-group .form-control-wrap {
    margin-right: 5px;
    margin-left: 5px
}
.form-material .input-group .form-control-wrap .form-control {
    float: none
}
.form-material .input-group .input-group-addon {
    background: transparent;
    border: 0
}
.form-material .input-group .input-group-btn .btn {
    margin: 0;
    border-radius: 4px
}
.form-material input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0
}
.form-control-wrap {
    position: relative
}
.loader {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 40px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.loader.loader-default {
    width: 1em;
    height: 1em;
    background-color: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-default 1s infinite ease-in-out;
    -o-animation: loader-default 1s infinite ease-in-out;
    animation: loader-default 1s infinite ease-in-out
}
.loader.loader-grill {
    width: .25em;
    height: .5em;
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    -o-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out;
    -webkit-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    animation-delay: -.16s
}
.loader.loader-grill:before, .loader.loader-grill:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    -o-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out
}
.loader.loader-grill:before {
    left: -.375em;
    -webkit-animation-delay: -.32s;
    -o-animation-delay: -.32s;
    animation-delay: -.32s
}
.loader.loader-grill:after {
    left: .375em
}
.loader.loader-circle {
    width: 1em;
    height: 1em;
    border-top: .125em solid rgba(163,175,183,.5);
    border-right: .125em solid rgba(163,175,183,.5);
    border-bottom: .125em solid rgba(163,175,183,.5);
    border-left: .125em solid #a3afb7;
    border-radius: 50%;
    -webkit-animation: loader-circle 1.1s infinite linear;
    -o-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear
}
.loader.loader-round-circle {
    width: 1em;
    height: 1em;
    font-size: 10px;
    border-radius: 50%;
    -webkit-animation: loader-round-circle 1.3s infinite linear;
    -o-animation: loader-round-circle 1.3s infinite linear;
    animation: loader-round-circle 1.3s infinite linear
}
.loader.loader-tadpole {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: loader-tadpole 1.7s infinite ease;
    -o-animation: loader-tadpole 1.7s infinite ease;
    animation: loader-tadpole 1.7s infinite ease
}
.loader.loader-ellipsis {
    width: .625em;
    height: .625em;
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
    -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
    animation: loader-ellipsis 1.8s infinite ease-in-out;
    -webkit-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
.loader.loader-ellipsis:before, .loader.loader-ellipsis:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
    -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
    animation: loader-ellipsis 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
.loader.loader-ellipsis:before {
    left: -.875em;
    -webkit-animation-delay: -.32s;
    -o-animation-delay: -.32s;
    animation-delay: -.32s
}
.loader.loader-ellipsis:after {
    left: .875em
}
.loader.loader-dot {
    width: 2em;
    height: 2em;
    -webkit-animation: loader-dot-rotate 2s infinite linear;
    -o-animation: loader-dot-rotate 2s infinite linear;
    animation: loader-dot-rotate 2s infinite linear
}
.loader.loader-dot:before, .loader.loader-dot:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    content: '';
    background: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
    -o-animation: loader-dot-bounce 2s infinite ease-in-out;
    animation: loader-dot-bounce 2s infinite ease-in-out
}
.loader.loader-dot:after {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}
.loader.loader-bounce {
    width: 1.5em;
    height: 1.5em
}
.loader.loader-bounce:before, .loader.loader-bounce:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #a3afb7;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    -o-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out
}
.loader.loader-bounce:after {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}
.side-panel-loading, body>.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px
}
.site-menubar-unfold>.loader {
    margin-left: 130px
}
.site-menubar-fold>.loader {
    margin-left: 45px
}
.site-menubar-hide.site-menubar-unfold>.loader {
    margin-left: 0
}
@-webkit-keyframes loader-default {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-o-keyframes loader-default {
    0% {
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes loader-default {
    0% {
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0)
    }
    100% {
        opacity:0;
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes default-grill {
    0%, 80%, 100% {
        height:1em;
        -webkit-box-shadow:0 0 #a3afb7;
        box-shadow:0 0 #a3afb7
    }
    40% {
        height:1.2em;
        -webkit-box-shadow:0 -.25em #a3afb7;
        box-shadow:0 -.25em #a3afb7
    }
}
@-o-keyframes default-grill {
    0%, 80%, 100% {
        height:1em;
        box-shadow:0 0 #a3afb7
    }
    40% {
        height:1.2em;
        box-shadow:0 -.25em #a3afb7
    }
}
@keyframes default-grill {
    0%, 80%, 100% {
        height:1em;
        -webkit-box-shadow:0 0 #a3afb7;
        box-shadow:0 0 #a3afb7
    }
    40% {
        height:1.2em;
        -webkit-box-shadow:0 -.25em #a3afb7;
        box-shadow:0 -.25em #a3afb7
    }
}
@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-o-keyframes loader-circle {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loader-circle {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes loader-round-circle {
    0%, 100% {
        -webkit-box-shadow:0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow:0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7
    }
    12.5% {
        -webkit-box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    25% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    37.5% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    50% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    62.5% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    75% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7
    }
    87.5% {
        -webkit-box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
        box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7
    }
}
@-o-keyframes loader-round-circle {
    0%, 100% {
        box-shadow:0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7
    }
    12.5% {
        box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    25% {
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    37.5% {
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    50% {
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    62.5% {
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    75% {
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7
    }
    87.5% {
        box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7
    }
}
@keyframes loader-round-circle {
    0%, 100% {
        -webkit-box-shadow:0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow:0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7
    }
    12.5% {
        -webkit-box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    25% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    37.5% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    50% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    62.5% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7
    }
    75% {
        -webkit-box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow:0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7
    }
    87.5% {
        -webkit-box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
        box-shadow:0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7
    }
}
@-webkit-keyframes loader-tadpole {
    0% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    5%, 95% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7
    }
    10%, 59% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7
    }
    20% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7
    }
    38% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7
    }
    100% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-o-keyframes loader-tadpole {
    0% {
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    5%, 95% {
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7
    }
    10%, 59% {
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7
    }
    20% {
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7
    }
    38% {
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7
    }
    100% {
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loader-tadpole {
    0% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    5%, 95% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7
    }
    10%, 59% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7
    }
    20% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7
    }
    38% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7
    }
    100% {
        -webkit-box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow:0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes loader-ellipsis {
    0%, 80%, 100% {
        -webkit-box-shadow:0 .625em 0 -.325em #a3afb7;
        box-shadow:0 .625em 0 -.325em #a3afb7
    }
    40% {
        -webkit-box-shadow:0 .625em 0 0 #a3afb7;
        box-shadow:0 .625em 0 0 #a3afb7
    }
}
@-o-keyframes loader-ellipsis {
    0%, 80%, 100% {
        box-shadow:0 .625em 0 -.325em #a3afb7
    }
    40% {
        box-shadow:0 .625em 0 0 #a3afb7
    }
}
@keyframes loader-ellipsis {
    0%, 80%, 100% {
        -webkit-box-shadow:0 .625em 0 -.325em #a3afb7;
        box-shadow:0 .625em 0 -.325em #a3afb7
    }
    40% {
        -webkit-box-shadow:0 .625em 0 0 #a3afb7;
        box-shadow:0 .625em 0 0 #a3afb7
    }
}
@-webkit-keyframes loader-dot-rotate {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-o-keyframes loader-dot-rotate {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loader-dot-rotate {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes loader-dot-bounce {
    0%, 100% {
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-o-keyframes loader-dot-bounce {
    0%, 100% {
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0)
    }
    50% {
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes loader-dot-bounce {
    0%, 100% {
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0)
    }
    50% {
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes loader-bounce {
    0%, 100% {
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-o-keyframes loader-bounce {
    0%, 100% {
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0)
    }
    50% {
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes loader-bounce {
    0%, 100% {
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0)
    }
    50% {
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
.animation-hover:not(:hover), .animation-hover:not(:hover) [class*=animation-], .touch .animation-hover:not(.hover), .touch .animation-hover:not(.hover) [class*=animation-] {
    -webkit-animation-name: none;
    -o-animation-name: none;
    animation-name: none
}
.animation-reverse {
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse
}
.animation-repeat {
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animation-fade {
    -webkit-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}
.animation-scale {
    -webkit-animation-name: scale-12;
    -o-animation-name: scale-12;
    animation-name: scale-12
}
.animation-scale-up {
    -webkit-animation-name: fade-scale-02;
    -o-animation-name: fade-scale-02;
    animation-name: fade-scale-02
}
.animation-scale-down {
    -webkit-animation-name: fade-scale-18;
    -o-animation-name: fade-scale-18;
    animation-name: fade-scale-18
}
.animation-slide-top {
    -webkit-animation-name: slide-top;
    -o-animation-name: slide-top;
    animation-name: slide-top
}
.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    -o-animation-name: slide-bottom;
    animation-name: slide-bottom
}
.animation-slide-left {
    -webkit-animation-name: slide-left;
    -o-animation-name: slide-left;
    animation-name: slide-left
}
.animation-slide-right {
    -webkit-animation-name: slide-right;
    -o-animation-name: slide-right;
    animation-name: slide-right
}
.animation-shake {
    -webkit-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}
.animation-duration-10 {
    -webkit-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s
}
.animation-duration-9 {
    -webkit-animation-duration: 9s;
    -o-animation-duration: 9s;
    animation-duration: 9s
}
.animation-duration-8 {
    -webkit-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s
}
.animation-duration-7 {
    -webkit-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-duration: 7s
}
.animation-duration-6 {
    -webkit-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s
}
.animation-duration-5 {
    -webkit-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s
}
.animation-duration-4 {
    -webkit-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}
.animation-duration-3 {
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}
.animation-duration-2 {
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}
.animation-duration-1 {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
.animation-delay-100 {
    -webkit-animation-duration: 100ms;
    -o-animation-duration: 100ms;
    animation-duration: 100ms
}
.animation-duration-250 {
    -webkit-animation-duration: 250ms;
    -o-animation-duration: 250ms;
    animation-duration: 250ms
}
.animation-duration-300 {
    -webkit-animation-duration: 300ms;
    -o-animation-duration: 300ms;
    animation-duration: 300ms
}
.animation-duration-500 {
    -webkit-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms
}
.animation-duration-750 {
    -webkit-animation-duration: 750ms;
    -o-animation-duration: 750ms;
    animation-duration: 750ms
}
.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}
.animation-delay-900 {
    -webkit-animation-delay: 900ms;
    -o-animation-delay: 900ms;
    animation-delay: 900ms
}
.animation-delay-800 {
    -webkit-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms
}
.animation-delay-700 {
    -webkit-animation-delay: 700ms;
    -o-animation-delay: 700ms;
    animation-delay: 700ms
}
.animation-delay-600 {
    -webkit-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms
}
.animation-delay-500 {
    -webkit-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms
}
.animation-delay-400 {
    -webkit-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms
}
.animation-delay-300 {
    -webkit-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms
}
.animation-delay-200 {
    -webkit-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms
}
.animation-delay-100 {
    -webkit-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms
}
.animation-top-left {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}
.animation-top-center {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}
.animation-top-right {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.animation-middle-left {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.animation-middle-right {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.animation-bottom-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
.animation-easing-easeInOut {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1)
}
.animation-easing-easeInQuad {
    -webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
    animation-timing-function: cubic-bezier(.55, .085, .68, .53)
}
.animation-easing-easeInCubic {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.animation-easing-easeInQuart {
    -webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
    -o-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
    animation-timing-function: cubic-bezier(.895, .03, .685, .22)
}
.animation-easing-easeInQuint {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}
.animation-easing-easeInSine {
    -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    -o-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    animation-timing-function: cubic-bezier(.47, 0, .745, .715)
}
.animation-easing-easeInExpo {
    -webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
    -o-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
    animation-timing-function: cubic-bezier(.95, .05, .795, .035)
}
.animation-easing-easeInCirc {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    -o-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    animation-timing-function: cubic-bezier(.6, .04, .98, .335)
}
.animation-easing-easeInBack {
    -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
    -o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
    animation-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
.animation-easing-eastOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-timing-function: cubic-bezier(.25, .46, .45, .94)
}
.animation-easing-easeOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.animation-easing-easeOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
}
.animation-easing-easeOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -o-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}
.animation-easing-easeOutSine {
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    -o-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}
.animation-easing-easeOutExpo {
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.animation-easing-easeOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    -o-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    animation-timing-function: cubic-bezier(.075, .82, .165, 1)
}
.animation-easing-easeOutBack {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
.animation-easing-easeInOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}
.animation-easing-easeInOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.animation-easing-easeInOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    animation-timing-function: cubic-bezier(.77, 0, .175, 1)
}
.animation-easing-easeInOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-timing-function: cubic-bezier(.86, 0, .07, 1)
}
.animation-easing-easeInOutSine {
    -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
    -o-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
    animation-timing-function: cubic-bezier(.445, .05, .55, .95)
}
.animation-easing-easeInOutExpo {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1)
}
.animation-easing-easeInOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    -o-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}
.animation-easing-easeInOutBack {
    -webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.animation-easing-easeInOutElastic {
    -webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
    -o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
    animation-timing-function: cubic-bezier(1, -.56, 0, 1.455)
}
@-webkit-keyframes fade {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-o-keyframes fade {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@keyframes fade {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes scale-12 {
    0% {
        -webkit-transform:scale(1.2);
        transform:scale(1.2)
    }
    100% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-o-keyframes scale-12 {
    0% {
        -o-transform:scale(1.2);
        transform:scale(1.2)
    }
    100% {
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes scale-12 {
    0% {
        -webkit-transform:scale(1.2);
        -o-transform:scale(1.2);
        transform:scale(1.2)
    }
    100% {
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes fade-scale-02 {
    0% {
        opacity:0;
        -webkit-transform:scale(.2);
        transform:scale(.2)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-o-keyframes fade-scale-02 {
    0% {
        opacity:0;
        -o-transform:scale(.2);
        transform:scale(.2)
    }
    100% {
        opacity:1;
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes fade-scale-02 {
    0% {
        opacity:0;
        -webkit-transform:scale(.2);
        -o-transform:scale(.2);
        transform:scale(.2)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes fade-scale-18 {
    0% {
        opacity:0;
        -webkit-transform:scale(1.8);
        transform:scale(1.8)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-o-keyframes fade-scale-18 {
    0% {
        opacity:0;
        -o-transform:scale(1.8);
        transform:scale(1.8)
    }
    100% {
        opacity:1;
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes fade-scale-18 {
    0% {
        opacity:0;
        -webkit-transform:scale(1.8);
        -o-transform:scale(1.8);
        transform:scale(1.8)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes slide-top {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-o-keyframes slide-top {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slide-top {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-webkit-keyframes slide-bottom {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-o-keyframes slide-bottom {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slide-bottom {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-webkit-keyframes slide-left {
    0% {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-o-keyframes slide-left {
    0% {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slide-left {
    0% {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-webkit-keyframes slide-right {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-o-keyframes slide-right {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slide-right {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    10% {
        -webkit-transform:translateX(-9px);
        transform:translateX(-9px)
    }
    20% {
        -webkit-transform:translateX(8px);
        transform:translateX(8px)
    }
    30% {
        -webkit-transform:translateX(-7px);
        transform:translateX(-7px)
    }
    40% {
        -webkit-transform:translateX(6px);
        transform:translateX(6px)
    }
    50% {
        -webkit-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    60% {
        -webkit-transform:translateX(4px);
        transform:translateX(4px)
    }
    70% {
        -webkit-transform:translateX(-3px);
        transform:translateX(-3px)
    }
    80% {
        -webkit-transform:translateX(2px);
        transform:translateX(2px)
    }
    90% {
        -webkit-transform:translateX(-1px);
        transform:translateX(-1px)
    }
}
@-o-keyframes shake {
    0%, 100% {
        -o-transform:translateX(0);
        transform:translateX(0)
    }
    10% {
        -o-transform:translateX(-9px);
        transform:translateX(-9px)
    }
    20% {
        -o-transform:translateX(8px);
        transform:translateX(8px)
    }
    30% {
        -o-transform:translateX(-7px);
        transform:translateX(-7px)
    }
    40% {
        -o-transform:translateX(6px);
        transform:translateX(6px)
    }
    50% {
        -o-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    60% {
        -o-transform:translateX(4px);
        transform:translateX(4px)
    }
    70% {
        -o-transform:translateX(-3px);
        transform:translateX(-3px)
    }
    80% {
        -o-transform:translateX(2px);
        transform:translateX(2px)
    }
    90% {
        -o-transform:translateX(-1px);
        transform:translateX(-1px)
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0)
    }
    10% {
        -webkit-transform:translateX(-9px);
        -o-transform:translateX(-9px);
        transform:translateX(-9px)
    }
    20% {
        -webkit-transform:translateX(8px);
        -o-transform:translateX(8px);
        transform:translateX(8px)
    }
    30% {
        -webkit-transform:translateX(-7px);
        -o-transform:translateX(-7px);
        transform:translateX(-7px)
    }
    40% {
        -webkit-transform:translateX(6px);
        -o-transform:translateX(6px);
        transform:translateX(6px)
    }
    50% {
        -webkit-transform:translateX(-5px);
        -o-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    60% {
        -webkit-transform:translateX(4px);
        -o-transform:translateX(4px);
        transform:translateX(4px)
    }
    70% {
        -webkit-transform:translateX(-3px);
        -o-transform:translateX(-3px);
        transform:translateX(-3px)
    }
    80% {
        -webkit-transform:translateX(2px);
        -o-transform:translateX(2px);
        transform:translateX(2px)
    }
    90% {
        -webkit-transform:translateX(-1px);
        -o-transform:translateX(-1px);
        transform:translateX(-1px)
    }
}
.primary-100 {
    color: #e8f1f8 !important
}
.primary-200 {
    color: #d5e4f1 !important
}
.primary-300 {
    color: #bcd8f1 !important
}
.primary-400 {
    color: #a2caee !important
}
.primary-500 {
    color: #89bceb !important
}
.primary-600 {
    color: #62a8ea !important
}
.primary-700 {
    color: #4e97d9 !important
}
.primary-800 {
    color: #3583ca !important
}
.red-100 {
    color: #ffeaea !important
}
.red-200 {
    color: #fad3d3 !important
}
.red-300 {
    color: #fab4b4 !important
}
.red-400 {
    color: #fa9898 !important
}
.red-500 {
    color: #fa7a7a !important
}
.red-600 {
    color: #f96868 !important
}
.red-700 {
    color: #e9595b !important
}
.red-800 {
    color: #d6494b !important
}
.pink-100 {
    color: #fce4ec !important
}
.pink-200 {
    color: #ffccde !important
}
.pink-300 {
    color: #fba9c6 !important
}
.pink-400 {
    color: #fb8db4 !important
}
.pink-500 {
    color: #f978a6 !important
}
.pink-600 {
    color: #f96197 !important
}
.pink-700 {
    color: #f44c87 !important
}
.pink-800 {
    color: #e53b75 !important
}
.purple-100 {
    color: #f6f2ff !important
}
.purple-200 {
    color: #e3dbf4 !important
}
.purple-300 {
    color: #d2c5ec !important
}
.purple-400 {
    color: #bba7e4 !important
}
.purple-500 {
    color: #a58add !important
}
.purple-600 {
    color: #926dde !important
}
.purple-700 {
    color: #7c51d1 !important
}
.purple-800 {
    color: #6d45bc !important
}
.indigo-100 {
    color: #edeff9 !important
}
.indigo-200 {
    color: #dadef5 !important
}
.indigo-300 {
    color: #bcc5f4 !important
}
.indigo-400 {
    color: #9daaf3 !important
}
.indigo-500 {
    color: #8897ec !important
}
.indigo-600 {
    color: #677ae4 !important
}
.indigo-700 {
    color: #5166d6 !important
}
.indigo-800 {
    color: #465bd4 !important
}
.blue-100 {
    color: #e8f1f8 !important
}
.blue-200 {
    color: #d5e4f1 !important
}
.blue-300 {
    color: #bcd8f1 !important
}
.blue-400 {
    color: #a2caee !important
}
.blue-500 {
    color: #89bceb !important
}
.blue-600 {
    color: #62a8ea !important
}
.blue-700 {
    color: #4e97d9 !important
}
.blue-800 {
    color: #3583ca !important
}
.cyan-100 {
    color: #ecf9fa !important
}
.cyan-200 {
    color: #d3eff2 !important
}
.cyan-300 {
    color: #baeaef !important
}
.cyan-400 {
    color: #9ae1e9 !important
}
.cyan-500 {
    color: #77d6e1 !important
}
.cyan-600 {
    color: #57c7d4 !important
}
.cyan-700 {
    color: #47b8c6 !important
}
.cyan-800 {
    color: #37a9b7 !important
}
.teal-100 {
    color: #ecfdfc !important
}
.teal-200 {
    color: #cdf4f1 !important
}
.teal-300 {
    color: #99e1da !important
}
.teal-400 {
    color: #79d1c9 !important
}
.teal-500 {
    color: #56bfb5 !important
}
.teal-600 {
    color: #3aa99e !important
}
.teal-700 {
    color: #269b8f !important
}
.teal-800 {
    color: #178d81 !important
}
.green-100 {
    color: #e7faf2 !important
}
.green-200 {
    color: #bfedd8 !important
}
.green-300 {
    color: #9fe5c5 !important
}
.green-400 {
    color: #7dd3ae !important
}
.green-500 {
    color: #5cd29d !important
}
.green-600 {
    color: #46be8a !important
}
.green-700 {
    color: #36ab7a !important
}
.green-800 {
    color: #279566 !important
}
.light-green-100 {
    color: #f1f7ea !important
}
.light-green-200 {
    color: #e0ecd1 !important
}
.light-green-300 {
    color: #cadfb1 !important
}
.light-green-400 {
    color: #bad896 !important
}
.light-green-500 {
    color: #acd57c !important
}
.light-green-600 {
    color: #9ece67 !important
}
.light-green-700 {
    color: #83b944 !important
}
.light-green-800 {
    color: #70a532 !important
}
.yellow-100 {
    color: #fffae7 !important
}
.yellow-200 {
    color: #f9eec1 !important
}
.yellow-300 {
    color: #f6e7a9 !important
}
.yellow-400 {
    color: #f8e59b !important
}
.yellow-500 {
    color: #f7e083 !important
}
.yellow-600 {
    color: #f7da64 !important
}
.yellow-700 {
    color: #f9cd48 !important
}
.yellow-800 {
    color: #fbc02d !important
}
.orange-100 {
    color: #fff3e6 !important
}
.orange-200 {
    color: #ffddb9 !important
}
.orange-300 {
    color: #fbce9d !important
}
.orange-400 {
    color: #f6be80 !important
}
.orange-500 {
    color: #f4b066 !important
}
.orange-600 {
    color: #f2a654 !important
}
.orange-700 {
    color: #ec9940 !important
}
.orange-800 {
    color: #e98f2e !important
}
.brown-100 {
    color: #fae6df !important
}
.brown-200 {
    color: #e2bdaf !important
}
.brown-300 {
    color: #d3aa9c !important
}
.brown-400 {
    color: #b98e7e !important
}
.brown-500 {
    color: #a17768 !important
}
.brown-600 {
    color: #8d6658 !important
}
.brown-700 {
    color: #7d5b4f !important
}
.brown-800 {
    color: #715146 !important
}
.grey-100 {
    color: #fafafa !important
}
.grey-200 {
    color: #eee !important
}
.grey-300 {
    color: #e0e0e0 !important
}
.grey-400 {
    color: #bdbdbd !important
}
.grey-500 {
    color: #9e9e9e !important
}
.grey-600 {
    color: #757575 !important
}
.grey-700 {
    color: #616161 !important
}
.grey-800 {
    color: #424242 !important
}
.blue-grey-100 {
    color: #f3f7f9 !important
}
.blue-grey-200 {
    color: #e4eaec !important
}
.blue-grey-300 {
    color: #ccd5db !important
}
.blue-grey-400 {
    color: #a3afb7 !important
}
.blue-grey-500 {
    color: #76838f !important
}
.blue-grey-600 {
    color: #526069 !important
}
.blue-grey-700 {
    color: #37474f !important
}
.blue-grey-800 {
    color: #263238 !important
}
.bg-primary-100 {
    background-color: #e8f1f8 !important
}
.bg-primary-200 {
    background-color: #d5e4f1 !important
}
.bg-primary-300 {
    background-color: #bcd8f1 !important
}
.bg-primary-400 {
    background-color: #a2caee !important
}
.bg-primary-500 {
    background-color: #89bceb !important
}
.bg-primary-600 {
    background-color: #62a8ea !important
}
.bg-primary-700 {
    background-color: #4e97d9 !important
}
.bg-primary-800 {
    background-color: #3583ca !important
}
.bg-red-100 {
    background-color: #ffeaea !important
}
.bg-red-200 {
    background-color: #fad3d3 !important
}
.bg-red-300 {
    background-color: #fab4b4 !important
}
.bg-red-400 {
    background-color: #fa9898 !important
}
.bg-red-500 {
    background-color: #fa7a7a !important
}
.bg-red-600 {
    background-color: #f96868 !important
}
.bg-red-700 {
    background-color: #e9595b !important
}
.bg-red-800 {
    background-color: #d6494b !important
}
.bg-pink-100 {
    background-color: #fce4ec !important
}
.bg-pink-200 {
    background-color: #ffccde !important
}
.bg-pink-300 {
    background-color: #fba9c6 !important
}
.bg-pink-400 {
    background-color: #fb8db4 !important
}
.bg-pink-500 {
    background-color: #f978a6 !important
}
.bg-pink-600 {
    background-color: #f96197 !important
}
.bg-pink-700 {
    background-color: #f44c87 !important
}
.bg-pink-800 {
    background-color: #e53b75 !important
}
.bg-purple-100 {
    background-color: #f6f2ff !important
}
.bg-purple-200 {
    background-color: #e3dbf4 !important
}
.bg-purple-300 {
    background-color: #d2c5ec !important
}
.bg-purple-400 {
    background-color: #bba7e4 !important
}
.bg-purple-500 {
    background-color: #a58add !important
}
.bg-purple-600 {
    background-color: #926dde !important
}
.bg-purple-700 {
    background-color: #7c51d1 !important
}
.bg-purple-800 {
    background-color: #6d45bc !important
}
.bg-indigo-100 {
    background-color: #edeff9 !important
}
.bg-indigo-200 {
    background-color: #dadef5 !important
}
.bg-indigo-300 {
    background-color: #bcc5f4 !important
}
.bg-indigo-400 {
    background-color: #9daaf3 !important
}
.bg-indigo-500 {
    background-color: #8897ec !important
}
.bg-indigo-600 {
    background-color: #677ae4 !important
}
.bg-indigo-700 {
    background-color: #5166d6 !important
}
.bg-indigo-800 {
    background-color: #465bd4 !important
}
.bg-blue-100 {
    background-color: #e8f1f8 !important
}
.bg-blue-200 {
    background-color: #d5e4f1 !important
}
.bg-blue-300 {
    background-color: #bcd8f1 !important
}
.bg-blue-400 {
    background-color: #a2caee !important
}
.bg-blue-500 {
    background-color: #89bceb !important
}
.bg-blue-600 {
    background-color: #62a8ea !important
}
.bg-blue-700 {
    background-color: #4e97d9 !important
}
.bg-blue-800 {
    background-color: #3583ca !important
}
.bg-cyan-100 {
    background-color: #ecf9fa !important
}
.bg-cyan-200 {
    background-color: #d3eff2 !important
}
.bg-cyan-300 {
    background-color: #baeaef !important
}
.bg-cyan-400 {
    background-color: #9ae1e9 !important
}
.bg-cyan-500 {
    background-color: #77d6e1 !important
}
.bg-cyan-600 {
    background-color: #57c7d4 !important
}
.bg-cyan-700 {
    background-color: #47b8c6 !important
}
.bg-cyan-800 {
    background-color: #37a9b7 !important
}
.bg-teal-100 {
    background-color: #ecfdfc !important
}
.bg-teal-200 {
    background-color: #cdf4f1 !important
}
.bg-teal-300 {
    background-color: #99e1da !important
}
.bg-teal-400 {
    background-color: #79d1c9 !important
}
.bg-teal-500 {
    background-color: #56bfb5 !important
}
.bg-teal-600 {
    background-color: #3aa99e !important
}
.bg-teal-700 {
    background-color: #269b8f !important
}
.bg-teal-800 {
    background-color: #178d81 !important
}
.bg-green-100 {
    background-color: #e7faf2 !important
}
.bg-green-200 {
    background-color: #bfedd8 !important
}
.bg-green-300 {
    background-color: #9fe5c5 !important
}
.bg-green-400 {
    background-color: #7dd3ae !important
}
.bg-green-500 {
    background-color: #5cd29d !important
}
.bg-green-600 {
    background-color: #46be8a !important
}
.bg-green-700 {
    background-color: #36ab7a !important
}
.bg-green-800 {
    background-color: #279566 !important
}
.bg-light-green-100 {
    background-color: #f1f7ea !important
}
.bg-light-green-200 {
    background-color: #e0ecd1 !important
}
.bg-light-green-300 {
    background-color: #cadfb1 !important
}
.bg-light-green-400 {
    background-color: #bad896 !important
}
.bg-light-green-500 {
    background-color: #acd57c !important
}
.bg-light-green-600 {
    background-color: #9ece67 !important
}
.bg-light-green-700 {
    background-color: #83b944 !important
}
.bg-light-green-800 {
    background-color: #70a532 !important
}
.bg-yellow-100 {
    background-color: #fffae7 !important
}
.bg-yellow-200 {
    background-color: #f9eec1 !important
}
.bg-yellow-300 {
    background-color: #f6e7a9 !important
}
.bg-yellow-400 {
    background-color: #f8e59b !important
}
.bg-yellow-500 {
    background-color: #f7e083 !important
}
.bg-yellow-600 {
    background-color: #f7da64 !important
}
.bg-yellow-700 {
    background-color: #f9cd48 !important
}
.bg-yellow-800 {
    background-color: #fbc02d !important
}
.bg-orange-100 {
    background-color: #fff3e6 !important
}
.bg-orange-200 {
    background-color: #ffddb9 !important
}
.bg-orange-300 {
    background-color: #fbce9d !important
}
.bg-orange-400 {
    background-color: #f6be80 !important
}
.bg-orange-500 {
    background-color: #f4b066 !important
}
.bg-orange-600 {
    background-color: #f2a654 !important
}
.bg-orange-700 {
    background-color: #ec9940 !important
}
.bg-orange-800 {
    background-color: #e98f2e !important
}
.bg-brown-100 {
    background-color: #fae6df !important
}
.bg-brown-200 {
    background-color: #e2bdaf !important
}
.bg-brown-300 {
    background-color: #d3aa9c !important
}
.bg-brown-400 {
    background-color: #b98e7e !important
}
.bg-brown-500 {
    background-color: #a17768 !important
}
.bg-brown-600 {
    background-color: #8d6658 !important
}
.bg-brown-700 {
    background-color: #7d5b4f !important
}
.bg-brown-800 {
    background-color: #715146 !important
}
.bg-grey-100 {
    background-color: #fafafa !important
}
.bg-grey-200 {
    background-color: #eee !important
}
.bg-grey-300 {
    background-color: #e0e0e0 !important
}
.bg-grey-400 {
    background-color: #bdbdbd !important
}
.bg-grey-500 {
    background-color: #9e9e9e !important
}
.bg-grey-600 {
    background-color: #757575 !important
}
.bg-grey-700 {
    background-color: #616161 !important
}
.bg-grey-800 {
    background-color: #424242 !important
}
.bg-blue-grey-100 {
    background-color: #f3f7f9 !important
}
.bg-blue-grey-200 {
    background-color: #e4eaec !important
}
.bg-blue-grey-300 {
    background-color: #ccd5db !important
}
.bg-blue-grey-400 {
    background-color: #a3afb7 !important
}
.bg-blue-grey-500 {
    background-color: #76838f !important
}
.bg-blue-grey-600 {
    background-color: #526069 !important
}
.bg-blue-grey-700 {
    background-color: #37474f !important
}
.bg-blue-grey-800 {
    background-color: #263238 !important
}
.black {
    color: #000 !important
}
.white {
    color: #fff !important
}
.bg-white {
    color: #76838f;
    background-color: #fff
}
.bg-primary {
    color: #fff;
    background-color: #62a8ea
}
.bg-primary:hover {
    background-color: #8fc1f0
}
.bg-primary a, a.bg-primary {
    color: #fff
}
.bg-primary a:hover, a.bg-primary:hover {
    color: #fff
}
.bg-success {
    color: #fff;
    background-color: #46be8a
}
.bg-success:hover {
    background-color: #6ccba2
}
.bg-success a, a.bg-success {
    color: #fff
}
.bg-success a:hover, a.bg-success:hover {
    color: #fff
}
.bg-info {
    color: #fff;
    background-color: #57c7d4
}
.bg-info:hover {
    background-color: #80d5de
}
.bg-info a, a.bg-info {
    color: #fff
}
.bg-info a:hover, a.bg-info:hover {
    color: #fff
}
.bg-warning {
    color: #fff;
    background-color: #f2a654
}
.bg-warning:hover {
    background-color: #f6bf83
}
.bg-warning a, a.bg-warning {
    color: #fff
}
.bg-warning a:hover, a.bg-warning:hover {
    color: #fff
}
.bg-danger {
    color: #fff;
    background-color: #f96868
}
.bg-danger:hover {
    background-color: #fb9999
}
.bg-danger a, a.bg-danger {
    color: #fff
}
.bg-danger a:hover, a.bg-danger:hover {
    color: #fff
}
.bg-dark {
    color: #fff;
    background-color: #526069
}
.bg-dark:hover {
    background-color: #687a86
}
.bg-dark a, a.bg-dark {
    color: #fff
}
.bg-dark a:hover, a.bg-dark:hover {
    color: #fff
}
.social-facebook {
    color: #fff;
    background-color: #3b5998 !important
}
.social-facebook:hover, .social-facebook:focus {
    color: #fff;
    background-color: #4c70ba !important
}
.social-facebook:active, .social-facebook.active {
    color: #fff;
    background-color: #2d4373 !important
}
.bg-facebook {
    background-color: #3b5998
}
.social-twitter {
    color: #fff;
    background-color: #55acee !important
}
.social-twitter:hover, .social-twitter:focus {
    color: #fff;
    background-color: #83c3f3 !important
}
.social-twitter:active, .social-twitter.active {
    color: #fff;
    background-color: #2795e9 !important
}
.bg-twitter {
    background-color: #55acee
}
.social-google-plus {
    color: #fff;
    background-color: #dd4b39 !important
}
.social-google-plus:hover, .social-google-plus:focus {
    color: #fff;
    background-color: #e47365 !important
}
.social-google-plus:active, .social-google-plus.active {
    color: #fff;
    background-color: #c23321 !important
}
.bg-google-plus {
    background-color: #dd4b39
}
.social-linkedin {
    color: #fff;
    background-color: #0976b4 !important
}
.social-linkedin:hover, .social-linkedin:focus {
    color: #fff;
    background-color: #0b96e5 !important
}
.social-linkedin:active, .social-linkedin.active {
    color: #fff;
    background-color: #075683 !important
}
.bg-linkedin {
    background-color: #0976b4
}
.social-flickr {
    color: #fff;
    background-color: #ff0084 !important
}
.social-flickr:hover, .social-flickr:focus {
    color: #fff;
    background-color: #ff339d !important
}
.social-flickr:active, .social-flickr.active {
    color: #fff;
    background-color: #cc006a !important
}
.bg-flickr {
    background-color: #ff0084
}
.social-tumblr {
    color: #fff;
    background-color: #35465c !important
}
.social-tumblr:hover, .social-tumblr:focus {
    color: #fff;
    background-color: #485f7c !important
}
.social-tumblr:active, .social-tumblr.active {
    color: #fff;
    background-color: #222d3c !important
}
.bg-tumblr {
    background-color: #35465c
}
.social-xing {
    color: #fff;
    background-color: #024b4d !important
}
.social-xing:hover, .social-xing:focus {
    color: #fff;
    background-color: #037b7f !important
}
.social-xing:active, .social-xing.active {
    color: #fff;
    background-color: #011b1b !important
}
.bg-xing {
    background-color: #024b4d
}
.social-github {
    color: #fff;
    background-color: #4183c4 !important
}
.social-github:hover, .social-github:focus {
    color: #fff;
    background-color: #689cd0 !important
}
.social-github:active, .social-github.active {
    color: #fff;
    background-color: #3269a0 !important
}
.bg-github {
    background-color: #4183c4
}
.social-html5 {
    color: #fff;
    background-color: #e44f26 !important
}
.social-html5:hover, .social-html5:focus {
    color: #fff;
    background-color: #ea7453 !important
}
.social-html5:active, .social-html5.active {
    color: #fff;
    background-color: #bf3c18 !important
}
.bg-html5 {
    background-color: #e44f26
}
.social-openid {
    color: #fff;
    background-color: #f67d28 !important
}
.social-openid:hover, .social-openid:focus {
    color: #fff;
    background-color: #f89b59 !important
}
.social-openid:active, .social-openid.active {
    color: #fff;
    background-color: #e26309 !important
}
.bg-openid {
    background-color: #f67d28
}
.social-stack-overflow {
    color: #fff;
    background-color: #f86c01 !important
}
.social-stack-overflow:hover, .social-stack-overflow:focus {
    color: #fff;
    background-color: #fe882e !important
}
.social-stack-overflow:active, .social-stack-overflow.active {
    color: #fff;
    background-color: #c55601 !important
}
.bg-stack-overflow {
    background-color: #f86c01
}
.social-css3 {
    color: #fff;
    background-color: #1572b6 !important
}
.social-css3:hover, .social-css3:focus {
    color: #fff;
    background-color: #1a8fe4 !important
}
.social-css3:active, .social-css3.active {
    color: #fff;
    background-color: #105588 !important
}
.bg-css3 {
    background-color: #1572b6
}
.social-youtube {
    color: #fff;
    background-color: #b31217 !important
}
.social-youtube:hover, .social-youtube:focus {
    color: #fff;
    background-color: #e1171d !important
}
.social-youtube:active, .social-youtube.active {
    color: #fff;
    background-color: #850d11 !important
}
.bg-youtube {
    background-color: #b31217
}
.social-dribbble {
    color: #fff;
    background-color: #c32361 !important
}
.social-dribbble:hover, .social-dribbble:focus {
    color: #fff;
    background-color: #dc3d7b !important
}
.social-dribbble:active, .social-dribbble.active {
    color: #fff;
    background-color: #981b4b !important
}
.bg-dribbble {
    background-color: #c32361
}
.social-instagram {
    color: #fff;
    background-color: #3f729b !important
}
.social-instagram:hover, .social-instagram:focus {
    color: #fff;
    background-color: #548cb9 !important
}
.social-instagram:active, .social-instagram.active {
    color: #fff;
    background-color: #305777 !important
}
.bg-instagram {
    background-color: #3f729b
}
.social-pinterest {
    color: #fff;
    background-color: #cc2127 !important
}
.social-pinterest:hover, .social-pinterest:focus {
    color: #fff;
    background-color: #e04046 !important
}
.social-pinterest:active, .social-pinterest.active {
    color: #fff;
    background-color: #a01a1f !important
}
.bg-pinterest {
    background-color: #cc2127
}
.social-vk {
    color: #fff;
    background-color: #3d5a7d !important
}
.social-vk:hover, .social-vk:focus {
    color: #fff;
    background-color: #4e739f !important
}
.social-vk:active, .social-vk.active {
    color: #fff;
    background-color: #2c415b !important
}
.bg-vk {
    background-color: #3d5a7d
}
.social-yahoo {
    color: #fff;
    background-color: #350178 !important
}
.social-yahoo:hover, .social-yahoo:focus {
    color: #fff;
    background-color: #4b01ab !important
}
.social-yahoo:active, .social-yahoo.active {
    color: #fff;
    background-color: #1f0145 !important
}
.bg-yahoo {
    background-color: #350178
}
.social-behance {
    color: #fff;
    background-color: #1769ff !important
}
.social-behance:hover, .social-behance:focus {
    color: #fff;
    background-color: #4a8aff !important
}
.social-behance:active, .social-behance.active {
    color: #fff;
    background-color: #0050e3 !important
}
.bg-behance {
    background-color: #024b4d
}
.social-dropbox {
    color: #fff;
    background-color: #007ee5 !important
}
.social-dropbox:hover, .social-dropbox:focus {
    color: #fff;
    background-color: #1998ff !important
}
.social-dropbox:active, .social-dropbox.active {
    color: #fff;
    background-color: #0062b2 !important
}
.bg-dropbox {
    background-color: #007ee5
}
.social-reddit {
    color: #fff;
    background-color: #ff4500 !important
}
.social-reddit:hover, .social-reddit:focus {
    color: #fff;
    background-color: #ff6a33 !important
}
.social-reddit:active, .social-reddit.active {
    color: #fff;
    background-color: #cc3700 !important
}
.bg-reddit {
    background-color: #ff4500
}
.social-spotify {
    color: #fff;
    background-color: #7ab800 !important
}
.social-spotify:hover, .social-spotify:focus {
    color: #fff;
    background-color: #9ceb00 !important
}
.social-spotify:active, .social-spotify.active {
    color: #fff;
    background-color: #588500 !important
}
.bg-spotify {
    background-color: #7ab800
}
.social-vine {
    color: #fff;
    background-color: #00b488 !important
}
.social-vine:hover, .social-vine:focus {
    color: #fff;
    background-color: #00e7af !important
}
.social-vine:active, .social-vine.active {
    color: #fff;
    background-color: #008161 !important
}
.bg-vine {
    background-color: #00b488
}
.social-foursquare {
    color: #fff;
    background-color: #0cbadf !important
}
.social-foursquare:hover, .social-foursquare:focus {
    color: #fff;
    background-color: #2ad0f4 !important
}
.social-foursquare:active, .social-foursquare.active {
    color: #fff;
    background-color: #0992af !important
}
.bg-foursquare {
    background-color: #0cbadf
}
.social-vimeo {
    color: #fff;
    background-color: #1ab7ea !important
}
.social-vimeo:hover, .social-vimeo:focus {
    color: #fff;
    background-color: #49c6ee !important
}
.social-vimeo:active, .social-vimeo.active {
    color: #fff;
    background-color: #1295bf !important
}
.bg-vimeo {
    background-color: #1ab7ea
}
.social-skype {
    color: #fff;
    background-color: #77bcfd !important
}
.social-skype:hover, .social-skype:focus {
    color: #fff;
    background-color: #a9d5fe !important
}
.social-skype:active, .social-skype.active {
    color: #fff;
    background-color: #45a3fc !important
}
.bg-skype {
    background-color: #77bcfd
}
.social-evernote {
    color: #fff;
    background-color: #46bf8c !important
}
.social-evernote:hover, .social-evernote:focus {
    color: #fff;
    background-color: #6ccca4 !important
}
.social-evernote:active, .social-evernote.active {
    color: #fff;
    background-color: #369c71 !important
}
.bg-evernote {
    background-color: #46bf8c
}
a:focus {
    outline: 0
}
.blocks, [class*="blocks-"] {
    padding: 0;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    list-style: none
}
.blocks:before, [class*="blocks-"]:before, .blocks:after, [class*="blocks-"]:after {
    display: table;
    content: " "
}
.blocks:after, [class*="blocks-"]:after {
    clear: both
}
.blocks>li, [class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px
}
.blocks.no-space, [class*="blocks-"].no-space {
    margin: 0
}
.blocks.no-space>li, [class*="blocks-"].no-space>li {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0
}
.blocks-2>li:nth-child(2n+3), .blocks-3>li:nth-child(3n+4), .blocks-4>li:nth-child(4n+5), .blocks-5>li:nth-child(5n+6), .blocks-6>li:nth-child(6n+7), .block-first {
    clear: both
}
.blocks-100>li {
    width: 100%
}
.blocks-2>li {
    width: 50%
}
.blocks-3>li {
    width: 33.33333333%
}
.blocks-4>li {
    width: 25%
}
.blocks-5>li {
    width: 20%
}
.blocks-6>li {
    width: 16.66666667%
}

@media(min-width:480px) {
    .blocks-xs-100>li {
        width: 100%
    }
}

@media(min-width:480px) {
    .blocks-xs-2>li {
        width: 50%
    }
}

@media(min-width:480px) {
    .blocks-xs-3>li {
        width: 33.33333333%
    }
}

@media(min-width:480px) {
    .blocks-xs-4>li {
        width: 25%
    }
}

@media(min-width:480px) {
    .blocks-xs-5>li {
        width: 20%
    }
}

@media(min-width:480px) {
    .blocks-xs-6>li {
        width: 16.66666667%
    }
}

@media(min-width:768px) {
    .blocks-sm-100>li {
        width: 100%
    }
}

@media(min-width:768px) {
    .blocks-sm-2>li {
        width: 50%
    }
}

@media(min-width:768px) {
    .blocks-sm-3>li {
        width: 33.33333333%
    }
}

@media(min-width:768px) {
    .blocks-sm-4>li {
        width: 25%
    }
}

@media(min-width:768px) {
    .blocks-sm-5>li {
        width: 20%
    }
}

@media(min-width:768px) {
    .blocks-sm-6>li {
        width: 16.66666667%
    }
}

@media(min-width:992px) {
    .blocks-md-100>li {
        width: 100%
    }
}

@media(min-width:992px) {
    .blocks-md-2>li {
        width: 50%
    }
}

@media(min-width:992px) {
    .blocks-md-3>li {
        width: 33.33333333%
    }
}

@media(min-width:992px) {
    .blocks-md-4>li {
        width: 25%
    }
}

@media(min-width:992px) {
    .blocks-md-5>li {
        width: 20%
    }
}

@media(min-width:992px) {
    .blocks-md-6>li {
        width: 16.66666667%
    }
}

@media(min-width:1200px) {
    .blocks-lg-100>li {
        width: 100%
    }
}

@media(min-width:1200px) {
    .blocks-lg-2>li {
        width: 50%
    }
}

@media(min-width:1200px) {
    .blocks-lg-3>li {
        width: 33.33333333%
    }
}

@media(min-width:1200px) {
    .blocks-lg-4>li {
        width: 25%
    }
}

@media(min-width:1200px) {
    .blocks-lg-5>li {
        width: 20%
    }
}

@media(min-width:1200px) {
    .blocks-lg-6>li {
        width: 16.66666667%
    }
}

@media(min-width:1600px) {
    .blocks-xlg-100>li {
        width: 100%
    }
}

@media(min-width:1600px) {
    .blocks-xlg-2>li {
        width: 50%
    }
}

@media(min-width:1600px) {
    .blocks-xlg-3>li {
        width: 33.33333333%
    }
}

@media(min-width:1600px) {
    .blocks-xlg-4>li {
        width: 25%
    }
}

@media(min-width:1600px) {
    .blocks-xlg-5>li {
        width: 20%
    }
}

@media(min-width:1600px) {
    .blocks-xlg-6>li {
        width: 16.66666667%
    }
}
.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px
}
.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%
}
.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px
}
.avatar-online i {
    background-color: #46be8a
}
.avatar-off i {
    background-color: #526069
}
.avatar-busy i {
    background-color: #f2a654
}
.avatar-away i {
    background-color: #f96868
}
.avatar-100 {
    width: 100px
}
.avatar-100 i {
    width: 20px;
    height: 20px
}
.avatar-lg {
    width: 50px
}
.avatar-lg i {
    width: 12px;
    height: 12px
}
.avatar-sm {
    width: 30px
}
.avatar-sm i {
    width: 8px;
    height: 8px
}
.avatar-xs {
    width: 20px
}
.avatar-xs i {
    width: 7px;
    height: 7px
}
.status {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%
}
.status-online {
    background-color: #46be8a
}
.status-off {
    background-color: #526069
}
.status-busy {
    background-color: #f2a654
}
.status-away {
    background-color: #f96868
}
.status-lg {
    width: 14px;
    height: 14px
}
.status-md {
    width: 10px;
    height: 10px
}
.status-sm {
    width: 8px;
    height: 8px
}
.status-xs {
    width: 7px;
    height: 7px
}
.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon.pull-left {
    margin-right: .3em
}
.icon.pull-right {
    margin-left: .3em
}
.icon.icon-circle {
    position: relative;
    margin: .5em
}
.icon.icon-circle:before {
    position: relative;
    z-index: 1
}
.icon.icon-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 2em;
    height: 2em;
    content: "";
    background-color: inherit;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.icon.icon-lg {
    font-size: 1.33333333em;
    vertical-align: -15%
}
.icon.icon-2x {
    font-size: 2em
}
.icon.icon-3x {
    font-size: 3em
}
.icon.icon-4x {
    font-size: 4em
}
.icon.icon-5x {
    font-size: 5em
}
.icon.icon-fw {
    width: 1.28571429em;
    text-align: center
}
.icon.icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.icon.icon-ul>li {
    position: relative
}
.icon.icon-li {
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center
}
.icon.icon-li.icon-lg {
    left: -1.85714286em
}
.icon.icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #e4eaec;
    border-radius: .1em
}
.icon.icon-spin {
    -webkit-animation: icon-spin 2s infinite linear;
    -o-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear
}
.icon.icon-spin-reverse {
    -webkit-animation: icon-spin-reverse 2s infinite linear;
    -o-animation: icon-spin-reverse 2s infinite linear;
    animation: icon-spin-reverse 2s infinite linear
}
.icon.icon-rotate-90 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.icon.icon-rotate-180 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.icon.icon-rotate-270 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.icon.icon-flip-horizontal {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.icon.icon-flip-vertical {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
.icon.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.icon.icon-stack-1x, .icon.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.icon.icon-stack-1x {
    line-height: inherit
}
.icon.icon-stack-2x {
    font-size: 2em
}
.icon.icon-stack-inverse {
    color: #fff
}
.icon-color {
    color: rgba(55,71,79,.4)
}
.icon-color:hover, .icon-color:focus {
    color: rgba(55,71,79,.6)
}
.icon-color.active, .icon-color:active {
    color: #37474f
}
.icon-color-alt {
    color: rgba(55,71,79,.6)
}
.icon-color-alt:hover, .icon-color-alt:focus {
    color: rgba(55,71,79,.8)
}
.icon-color-alt.active, .icon-color-alt:active {
    color: #37474f
}
:root-rotate-90, :root-rotate-180, :root-rotate-270, :root-flip-horizontal, :root-flip-vertical {
    filter:none;
    -webkit-filter:none
}
@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-o-keyframes icon-spin {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes icon-spin {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-webkit-keyframes icon-spin-reverse {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(-359deg);
        transform:rotate(-359deg)
    }
}
@-o-keyframes icon-spin-reverse {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(-359deg);
        -o-transform:rotate(-359deg);
        transform:rotate(-359deg)
    }
}
@keyframes icon-spin-reverse {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(-359deg);
        -o-transform:rotate(-359deg);
        transform:rotate(-359deg)
    }
}
.hamburger {
    font-size: 20px;
    vertical-align: middle
}
.hamburger, .hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}
.hamburger:before, .hamburger:after {
    content: ""
}
.hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #76838f;
    border-radius: 1px
}
.navbar-default .hamburger:before, .navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after {
    background: #76838f
}
.navbar-inverse .hamburger:before, .navbar-inverse .hamburger .hamburger-bar, .navbar-inverse .hamburger:after {
    background: #fff
}
.hamburger .hamburger-bar {
    margin: .2em 0
}
.hamburger-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%
}
.hamburger-close .hamburger-bar {
    opacity: 0
}
.hamburger-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%
}
.hamburger-close.hided:before, .hamburger-close.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}
.hamburger-close.hided .hamburger-bar, .hamburger-close.collapsed .hamburger-bar {
    opacity: 1
}
.hamburger-close.hided:after, .hamburger-close.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}
.hamburger-arrow-left.collapsed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.hamburger-arrow-left.collapsed:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg)
}
.hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em
}
.hamburger-arrow-left.collapsed:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg)
}
.counter {
    text-align: center
}
.counter>.counter-number, .counter .counter-number-group {
    font-size: 20px;
    color: #37474f
}
.counter-label {
    display: block
}
.counter-icon {
    font-size: 20px
}
.counter-lg>.counter-number, .counter-lg .counter-number-group {
    font-size: 40px
}
.counter-lg .counter-icon {
    font-size: 40px
}
.counter-md>.counter-number, .counter-md .counter-number-group {
    font-size: 30px
}
.counter-md .counter-icon {
    font-size: 30px
}
.counter-sm>.counter-number, .counter-sm .counter-number-group {
    font-size: 14px
}
.counter-sm .counter-icon {
    font-size: 14px
}
.counter-sm .counter-number-related+.counter-number, .counter-sm .counter-number+.counter-number-related {
    margin-left: 0
}
.counter-inverse {
    color: #fff
}
.counter-inverse>.counter-number, .counter-inverse .counter-number-group {
    color: #fff
}
.counter-inverse .counter-icon {
    color: #fff
}
.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff
}
.widget .cover {
    width: 100%
}
[class*="blocks-"]>li>.widget {
    margin-bottom: 0
}
.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.widget {
    border-radius: 3px
}
.widget .widget-header {
    border-radius: 3px 3px 0 0
}
.widget .widget-header:last-child {
    border-radius: inherit
}
.widget .widget-body:last-child {
    border-radius: 0 0 3px 3px
}
.widget .widget-body:last-child .widget-body-footer {
    border-radius: 0 0 3px 3px
}
.widget .widget-footer {
    border-radius: 0 0 3px 3px
}
.widget .widget-footer:first-child {
    border-radiu: inherit
}
.widget-body {
    position: relative;
    padding: 30px 25px
}
.widget-body-footer {
    margin-top: 30px
}
.widget-body-footer:before, .widget-body-footer:after {
    display: table;
    content: " "
}
.widget-body-footer:after {
    clear: both
}
.widget-content ul {
    padding: 0;
    margin: 0
}
.widget-content li {
    list-style: none
}
.widget-title {
    margin-top: 0;
    color: #37474f;
    text-transform: capitalize
}
div.widget-title {
    font-size: 22px
}
.overlay-panel .widget-title {
    color: #fff
}
.widget>.widget-title {
    padding: 12px 6px
}
.widget-metas {
    font-size: 12px;
    color: #a3afb7
}
.widget-metas.type-link>a {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    color: #a3afb7
}
.widget-metas.type-link>a:first-child {
    padding-left: 0
}
.widget-metas.type-link>a:hover {
    color: #ccd5db
}
.widget-metas.type-link>a+a:before {
    position: absolute;
    top: 10px;
    left: -2px;
    width: 3px;
    height: 3px;
    content: '';
    background-color: #a3afb7;
    border-radius: 50%
}
.overlay-background .widget-time {
    color: #fff;
    opacity: .8
}
.widget-category {
    font-size: 16px
}
.widget-actions {
    margin-top: 10px;
    text-align: right
}
.widget-actions a {
    display: inline-block;
    margin-right: 10px;
    color: #a3afb7;
    vertical-align: middle
}
.widget-actions a.icon, .widget-actions a .icon {
    text-decoration: none
}
.widget-actions a.icon+span, .widget-actions a .icon+span {
    margin-left: 2px
}
.widget-actions a.active, .widget-actions a:hover, .widget-actions a:focus {
    color: #ccd5db;
    text-decoration: none
}
.widget-actions a:last-child {
    margin-right: 0
}
.widget-actions-sidebar {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px
}
.widget-actions-sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}
.widget-actions-sidebar a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}
.widget-actions-sidebar a+a {
    border-top: 1px solid #e4eaec
}
.widget-actions-sidebar+.widget-content {
    margin-left: 80px
}
.widget-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: .1
}
.widget-watermark.darker {
    color: black
}
.widget-watermark.lighter {
    color: white
}
.widget-divider:after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 15px auto;
    content: "";
    background-color: #fff
}
.widget-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%
}
.widget-left+.widget-body {
    width: 60%;
    margin-left: 40%
}

@media(max-width:767px) {
    .widget-left {
        position: relative;
        width: 100%;
        height: 320px
    }
    .widget-left+.widget-body {
        width: 100%;
        margin-left: 0
    }
}
.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel-group .panel-title {
    position: relative;
    padding: 15px 30px;
    font-size: 14px
}
.panel-group .panel-title:before, .panel-group .panel-title:after {
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: "Web Icons";
    -webkit-transition: all 300ms linear 0;
    -o-transition: all 300ms linear 0;
    transition: all 300ms linear 0
}
.panel-group .panel-title:before {
    content: "\f197"
}
.panel-group .panel-title:after {
    content: "\f199"
}
.panel-group .panel-title[aria-expanded="false"]:before {
    opacity: .4
}
.panel-group .panel-title[aria-expanded="false"]:after {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.panel-group .panel-title[aria-expanded="true"]:before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.panel-group .panel-title[aria-expanded="true"]:after {
    opacity: 1
}
.panel-group .panel-title:hover, .panel-group .panel-title:focus {
    color: #76838f;
    text-decoration: none
}
.panel-group .panel-title:focus {
    outline: 0
}
.panel-group .panel-heading+.panel-collapse {
    margin: 0
}
.panel-group .panel-collapse .panel-body {
    padding: 15px 30px
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent
}
.panel-group .panel+.panel {
    margin-top: 10px
}
.panel-group-continuous .panel {
    border-radius: 0
}
.panel-group-continuous .panel:first-child {
    border-radius: 4px 4px 0 0
}
.panel-group-continuous .panel:last-child {
    border-radius: 0 0 4px 4px
}
.panel-group-continuous .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #e4eaec
}
.panel-group-simple .panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel-group-simple .panel-title {
    padding-bottom: 10px;
    padding-left: 0
}
.panel-group-simple .panel-title:before, .panel-group-simple .panel-title:after {
    right: 5px
}
.panel-group-simple .panel-collapse .panel-body {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0
}
.panel-group-simple .panel+.panel {
    margin-top: 0
}
.cover {
    overflow: hidden
}
.cover-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
.cover-image {
    width: 100%
}
.cover-quote {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    border-left: 0
}
.cover-quote:before, .cover-quote:after {
    position: absolute;
    top: -20px;
    font-size: 4em
}
.cover-quote:before {
    left: 0;
    content: open-quote
}
.cover-quote:after {
    right: 0;
    visibility: hidden;
    content: close-quote
}
.cover-quote.blockquote-reverse {
    padding-right: 35px;
    padding-left: 20px;
    border-right: 0
}
.cover-quote.blockquote-reverse:before {
    right: 0;
    left: auto;
    content: close-quote
}
.cover-gallery .carousel-inner img {
    width: 100%
}
.cover-iframe {
    width: 100%;
    border: 0 none
}
.overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    background:#000;
    opacity:0.4;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.overlay>:first-child, .overlay .overlay-figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0
}
.overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff
}
.overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline
}
.overlay-panel>:last-child {
    margin-bottom: 0
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
    color: inherit
}
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
    opacity: 0
}
.overlay-background {
    background: rgba(0,0,0,.5)
}
.overlay-image {
    width: 100%;
    max-width: 100%;
    padding: 0
}
.overlay-shade {
    background: rgba(0,0,0,0) -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,.87)), to(#fff)) repeat scroll 0 0;
    background: rgba(0,0,0,0) -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0,0,0,0) -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0
}
.overlay-top {
    bottom: auto
}
.overlay-bottom {
    top: auto
}
.overlay-left {
    right: auto
}
.overlay-right {
    left: auto
}
.overlay-icon {
    font-size: 0;
    text-align: center
}
.overlay-icon:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}
.overlay-icon .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    text-decoration: none
}
.overlay-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.overlay-fade, .overlay-scale, .overlay-spin, .overlay-grayscale, .overlay-blur, [class*='overlay-slide'] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
    -o-transition-property: opacity -o-transform filter;
    transition-property: opacity transform filter
}
.overlay-fade {
    opacity: .7
}
.overlay-hover:hover .overlay-fade {
    opacity: 1
}
.overlay-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.overlay-hover:hover .overlay-scale {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.overlay-spin {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}
.overlay-hover:hover .overlay-spin {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}
.overlay-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}
.overlay-hover:hover .overlay-grayscale {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}
[class*='overlay-slide'] {
    opacity: 0
}
.overlay-slide-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}
.overlay-slide-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}
.overlay-slide-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}
.overlay-slide-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}
.overlay-hover:hover [class*='overlay-slide'] {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}
.comments {
    padding: 0;
    margin: 0
}
.comments .comment {
    border: 0;
    border-bottom: 1px solid #e4eaec
}
.comments .comment .comment:first-child {
    border-top: 1px solid #e4eaec
}
.comments .comment .comment:last-child {
    border-bottom: 0
}
.comment {
    padding: 20px 0;
    margin: 0
}
.comment .comment {
    padding-bottom: 20px;
    margin-top: 20px
}
.comment .comment:last-child {
    padding-bottom: 0
}
.comment-author, .comment-author:hover, .comment-author:focus {
    color: #37474f
}
.comment-meta {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #a3afb7
}
.comment-content {
    margin-top: 5px
}
.comment-content p {
    margin-bottom: 10px
}
.comment-actions {
    margin-top: 10px;
    text-align: right
}
.comment-actions a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}
.comment-actions a.icon {
    text-decoration: none
}
.comment-actions a:last-child {
    margin-right: 0
}
.comment-reply {
    margin: 22px 0 10px
}
.comment-reply .form-group:last-child {
    margin-bottom: 0
}
.chat-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}
.chats {
    padding: 30px 15px
}
.chat-avatar {
    float: right
}
.chat-avatar .avatar {
    width: 30px
}
.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden
}
.chat-body:first-child {
    margin-top: 0
}
.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #62a8ea;
    border-radius: 4px
}
.chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    border-left-color: #62a8ea
}
.chat-content>p:last-child {
    margin-bottom: 0
}
.chat-content+.chat-content:before {
    border-color: transparent
}
.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.6)
}
.chat-left .chat-avatar {
    float: left
}
.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px
}
.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: #dfe9ef
}
.chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #dfe9ef;
    border-left-color: transparent
}
.chat-left .chat-content+.chat-content:before {
    border-color: transparent
}
.chat-left .chat-time {
    color: #a3afb7
}
.steps {
    margin-bottom: 22px
}
.steps.row {
    display: block;
    margin-right: 0;
    margin-left: 0
}
.step {
    position: relative;
    padding: 12px 20px;
    margin: 0;
    font-size: inherit;
    color: #a3afb7;
    vertical-align: top;
    background-color: #f3f7f9;
    border-radius: 0
}
.step-icon {
    float: left;
    margin-right: .5em;
    font-size: 20px
}
.step-number {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #e4eaec;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.step-number ~ .step-desc {
    min-height: 40px;
    margin-left: 50px
}
.step-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #526069
}
.step-desc {
    text-align: left
}
.step-desc p {
    margin-bottom: 0
}
.steps-vertical .step {
    display: block;
    padding: 18px 20px
}
.steps-vertical .step[class*="col-"] {
    float: none;
    width: 100%
}
.step.current {
    color: #fff;
    background-color: #62a8ea
}
.step.current .step-title {
    color: #fff
}
.step.current .step-number {
    color: #62a8ea;
    background-color: #fff
}
.step.disabled {
    color: #ccd5db;
    pointer-events: none;
    cursor: auto
}
.step.disabled .step-title {
    color: #ccd5db
}
.step.disabled .step-number {
    background-color: #ccd5db
}
.step.error {
    color: #fff;
    background-color: #f96868
}
.step.error .step-title {
    color: #fff
}
.step.error .step-number {
    color: #f96868;
    background-color: #fff
}
.step.done {
    color: #fff;
    background-color: #46be8a
}
.step.done .step-title {
    color: #fff
}
.step.done .step-number {
    color: #46be8a;
    background-color: #fff
}
.steps-lg .step {
    padding: 20px 20px;
    font-size: 16px
}
.steps-lg .step-icon {
    font-size: 22px
}
.steps-lg .step-title {
    font-size: 22px
}
.steps-lg .step-number {
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 46px
}
.steps-lg .step-number ~ .step-desc {
    min-height: 46px;
    margin-left: 56px
}
.steps-sm .step {
    font-size: 12px
}
.steps-sm .step-icon {
    font-size: 18px
}
.steps-sm .step-title {
    font-size: 18px
}
.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px
}
.steps-sm .step-number ~ .step-desc {
    min-height: 30px;
    margin-left: 40px
}
.steps-xs .step {
    font-size: 10px
}
.steps-xs .step-icon {
    font-size: 16px
}
.steps-xs .step-title {
    font-size: 16px
}
.steps-xs .step-number {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 24px
}
.steps-xs .step-number ~ .step-desc {
    min-height: 24px;
    margin-left: 34px
}
.pearls {
    margin-bottom: 22px
}
.pearls.row {
    display: block
}
.pearl {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center
}
.pearl:before, .pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #f3f7f9
}
.pearl:before {
    left: 0
}
.pearl:after {
    right: 0
}
.pearl:first-child:before, .pearl:last-child:after {
    display: none !important
}
.pearl-number, .pearl-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #ccd5db;
    border: 2px solid #ccd5db;
    border-radius: 50%
}
.pearl-number {
    font-size: 18px
}
.pearl-icon {
    font-size: 18px
}
.pearl-title {
    display: block;
    margin-top: .5em;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 16px;
    color: #526069;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap
}
.pearl.current:before, .pearl.current:after {
    background-color: #62a8ea
}
.pearl.current .pearl-number, .pearl.current .pearl-icon {
    color: #62a8ea;
    background-color: #fff;
    border-color: #62a8ea;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}
.pearl.disabled {
    pointer-events: none;
    cursor: auto
}
.pearl.disabled:before, .pearl.disabled:after {
    background-color: #f3f7f9
}
.pearl.disabled .pearl-number, .pearl.disabled .pearl-icon {
    color: #fff;
    background-color: #ccd5db;
    border-color: #ccd5db
}
.pearl.error:before {
    background-color: #62a8ea
}
.pearl.error:after {
    background-color: #f3f7f9
}
.pearl.error .pearl-number, .pearl.error .pearl-icon {
    color: #f96868;
    background-color: #fff;
    border-color: #f96868
}
.pearl.done:before, .pearl.done:after {
    background-color: #62a8ea
}
.pearl.done .pearl-number, .pearl.done .pearl-icon {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.pearls-lg .pearl:before, .pearls-lg .pearl:after {
    top: 20px
}
.pearls-lg .pearl-title {
    font-size: 18px
}
.pearls-lg .pearl-number, .pearls-lg .pearl-icon {
    width: 40px;
    height: 40px;
    line-height: 36px
}
.pearls-lg .pearl-icon {
    font-size: 20px
}
.pearls-lg .pearl-number {
    font-size: 20px
}
.pearls-sm .pearl:before, .pearls-sm .pearl:after {
    top: 16px
}
.pearls-sm .pearl-title {
    font-size: 14px
}
.pearls-sm .pearl-number, .pearls-sm .pearl-icon {
    width: 32px;
    height: 32px;
    line-height: 28px
}
.pearls-sm .pearl-number {
    font-size: 16px
}
.pearls-sm .pearl-icon {
    font-size: 14px
}
.pearls-xs .pearl:before, .pearls-xs .pearl:after {
    top: 12px;
    height: 2px
}
.pearls-xs .pearl-title {
    font-size: 12px
}
.pearls-xs .pearl-number, .pearls-xs .pearl-icon {
    width: 24px;
    height: 24px;
    line-height: 20px
}
.pearls-xs .pearl-number {
    font-size: 12px
}
.pearls-xs .pearl-icon {
    font-size: 12px
}
.timeline {
    position: relative;
    padding: 0;
    margin-bottom: 22px;
    list-style: none;
    background: transparent
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    content: "";
    background-color: #e4eaec
}
.timeline:after {
    display: table;
    content: ""
}
.timeline:after {
    clear: both
}
.timeline>li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-right: 40px;
    margin-bottom: 60px;
    clear: left
}
.timeline>li.timeline-period {
    position: relative;
    z-index: 6;
    display: block;
    float: none;
    width: 200px;
    padding: 25px 10px;
    margin: 20px auto 30px;
    clear: both;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    background: #f1f4f5
}
.timeline>li.timeline-reverse {
    float: right;
    padding-right: 0;
    padding-left: 40px;
    clear: right
}
.timeline>li:last-child {
    margin-bottom: 0
}
.timeline:not(.timeline-single)>li:not(.timeline-period):first-child+.timeline-item, .timeline:not(.timeline-single)>li.timeline-period+.timeline-item+.timeline-item {
    margin-top: 90px
}
.timeline-content {
    float: left;
    width: 100%;
    overflow: hidden;
    clear: left
}
.timeline-reverse .timeline-content {
    float: right;
    clear: right
}
.timeline-content>.widget {
    margin: 0
}
.timeline-dot {
    position: absolute;
    top: 7.5px;
    right: 0;
    z-index: 11;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #62a8ea;
    border-radius: 50%
}
.timeline-reverse .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0
}
.timeline .timeline-dot {
    width: 14px;
    height: 14px;
    margin-right: -7px;
    line-height: 14px
}
.timeline .timeline-reverse .timeline-dot {
    margin-left: -7px
}
.timeline.timeline-single {
    margin-left: 7px
}
.timeline.timeline-single .timeline-dot {
    margin-left: -7px
}

@media screen and (max-width:767px) {
    .timeline {
        margin-left: 7px
    }
    .timeline .timeline-dot {
        margin-left: -7px
    }
}
.timeline-info {
    float: right;
    padding: 0 20px;
    margin-bottom: 22px;
    line-height: 28px;
    text-align: center;
    background: #e4eaec;
    border: 1px solid #e4eaec;
    border-radius: 20px
}
.timeline-reverse .timeline-info {
    float: left
}
.timeline-footer {
    position: absolute;
    right: 0;
    bottom: -30px;
    margin-right: 55px
}
.timeline-footer .icon {
    margin-right: .3em
}
.timeline-reverse .timeline-footer {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 55px
}
.timeline-reverse+.timeline-reverse {
    margin-top: 0
}

@media screen and (max-width:767px) {
    .timeline:before {
        left: 0
    }
    .timeline>li, .timeline li.timeline-reverse {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 40px;
        margin-top: 0;
        margin-bottom: 60px
    }
    .timeline-content {
        float: none
    }
    .timeline-dot {
        right: auto;
        left: 0;
        margin-right: 0;
        margin-left: -7px
    }
    .timeline-info {
        display: inline-block;
        float: none
    }
    .timeline-footer {
        right: auto;
        bottom: -26px;
        left: 0;
        margin-right: 0;
        margin-left: 40px
    }
}
.timeline-single:before {
    left: 0
}
.timeline-single>li {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
    margin-bottom: 60px
}
.timeline-single .timeline-content {
    float: none
}
.timeline-single .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -7px
}
.timeline-single .timeline-info {
    float: left
}
.timeline-single .timeline-footer {
    right: auto;
    bottom: -26px;
    left: 0;
    margin-right: 0;
    margin-left: 40px
}
.timeline-icon .timeline-dot {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px
}
.timeline-icon .timeline-reverse .timeline-dot {
    margin-left: -20px
}
.timeline-icon.timeline-single {
    margin-left: 20px
}
.timeline-icon.timeline-single .timeline-dot {
    margin-left: -20px
}

@media screen and (max-width:767px) {
    .timeline-icon {
        margin-left: 20px
    }
    .timeline-icon .timeline-dot {
        margin-left: -20px
    }
}
.timeline-icon .timeline-dot {
    top: -5.5px
}
.timeline-avatar .timeline-dot {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px
}
.timeline-avatar .timeline-reverse .timeline-dot {
    margin-left: -20px
}
.timeline-avatar.timeline-single {
    margin-left: 20px
}
.timeline-avatar.timeline-single .timeline-dot {
    margin-left: -20px
}

@media screen and (max-width:767px) {
    .timeline-avatar {
        margin-left: 20px
    }
    .timeline-avatar .timeline-dot {
        margin-left: -20px
    }
}
.timeline-avatar-sm .timeline-dot {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 30px
}
.timeline-avatar-sm .timeline-reverse .timeline-dot {
    margin-left: -15px
}
.timeline-avatar-sm.timeline-single {
    margin-left: 15px
}
.timeline-avatar-sm.timeline-single .timeline-dot {
    margin-left: -15px
}

@media screen and (max-width:767px) {
    .timeline-avatar-sm {
        margin-left: 15px
    }
    .timeline-avatar-sm .timeline-dot {
        margin-left: -15px
    }
}
.timeline-avatar-lg .timeline-dot {
    width: 50px;
    height: 50px;
    margin-right: -25px;
    line-height: 50px
}
.timeline-avatar-lg .timeline-reverse .timeline-dot {
    margin-left: -25px
}
.timeline-avatar-lg.timeline-single {
    margin-left: 25px
}
.timeline-avatar-lg.timeline-single .timeline-dot {
    margin-left: -25px
}

@media screen and (max-width:767px) {
    .timeline-avatar-lg {
        margin-left: 25px
    }
    .timeline-avatar-lg .timeline-dot {
        margin-left: -25px
    }
}
.timeline-simple .timeline-dot {
    top: 0;
    margin-top: 10px
}
.timeline-feed .timeline-dot {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 30px
}
.timeline-feed .timeline-reverse .timeline-dot {
    margin-left: -15px
}
.timeline-feed.timeline-single {
    margin-left: 15px
}
.timeline-feed.timeline-single .timeline-dot {
    margin-left: -15px
}

@media screen and (max-width:767px) {
    .timeline-feed {
        margin-left: 15px
    }
    .timeline-feed .timeline-dot {
        margin-left: -15px
    }
}
.timeline-feed.timeline-simple .timeline-dot {
    margin-top: 5px
}
.timeline-feed>li {
    padding-right: 30px;
    margin-bottom: 22px
}
.timeline-feed>li.timeline-reverse {
    padding-left: 30px
}
.timeline-feed.timeline-single>li {
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .timeline-feed>li {
        padding-right: 30px;
        margin-bottom: 22px
    }
}
.testimonial {
    margin: 3px 3px 22px
}
.testimonial-ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.testimonial-item {
    float: left;
    padding: 0 15px 30px;
    margin: 0
}
.testimonial-content {
    position: relative;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #f3f7f9;
    border-radius: 3px
}
.testimonial-content:before {
    position: absolute;
    bottom: -7px;
    left: 33px;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    background-color: #f3f7f9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.testimonial-content>p:last-child {
    margin-bottom: 0
}
.testimonial-image {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 20px
}
.testimonial-author {
    display: block;
    margin-left: 75px;
    font-size: 18px
}
.testimonial-company {
    display: block;
    margin-left: 75px;
    font-size: 12px;
    opacity: .8
}
.testimonial-control a {
    color: #ccd5db
}
.testimonial-control a:hover {
    color: #89bceb;
    text-decoration: none
}
.testimonial-reverse .testimonial-content:before {
    right: 33px;
    left: auto
}
.testimonial-reverse .testimonial-image {
    float: right;
    margin-right: 20px;
    margin-left: 0
}
.testimonial-reverse .testimonial-author, .testimonial-reverse .testimonial-company {
    margin-right: 75px;
    margin-left: 0;
    text-align: right
}
.testimonial-top .testimonial-item {
    padding: 30px 15px 0
}
.testimonial-top .testimonial-content {
    margin-top: 30px;
    margin-bottom: 10px
}
.testimonial-top .testimonial-content:before {
    top: -7px;
    bottom: auto
}
.testimonial.carousel {
    position: relative;
    width: 100%;
    overflow: hidden
}
.testimonial.carousel .testimonial-item {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px;
    -webkit-transition: left .6s ease-in-out 0;
    -o-transition: left .6s ease-in-out 0;
    transition: left .6s ease-in-out 0
}
.testimonial.carousel .testimonial-item.active, .testimonial.carousel .testimonial-item.next, .testimonial.carousel .testimonial-item.prev {
    display: block
}
.testimonial.carousel .testimonial-item.next, .testimonial.carousel .testimonial-item.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.testimonial.carousel .testimonial-item.next {
    left: 100%
}
.testimonial.carousel .testimonial-item.prev {
    left: -100%
}
.testimonial.carousel .testimonial-item.next.left, .testimonial.carousel .testimonial-item.prev.right {
    left: 0
}
.testimonial.carousel .testimonial-item.active {
    left: 0
}
.testimonial.carousel .testimonial-item.active.left {
    left: -100%
}
.testimonial.carousel .testimonial-item.active.right {
    left: 100%
}
.testimonial.carousel .testimonial-content {
    padding: 10px
}
.testimonial.carousel .testimonial-control {
    position: absolute;
    right: 10px;
    bottom: 20px
}
.testimonial.carousel .testimonial-control>* {
    margin-left: 10px
}
.testimonial.carousel.testimonial-reverse .testimonial-control {
    right: auto;
    left: 10px
}
.testimonial.carousel.testimonial-reverse .testimonial-control>* {
    margin-right: 10px;
    margin-left: 0
}
.testimonial.carousel.testimonial-top .testimonial-control {
    top: 20px;
    bottom: auto
}
.pricing-list {
    margin-bottom: 22px;
    text-align: center;
    border: 1px solid #e4eaec;
    border-radius: 3px
}
.pricing-list [class^="bg-"], .pricing-list [class*="bg-"], .pricing-list [class^="bg-"] *, .pricing-list [class*="bg-"] * {
    color: #fff
}
.pricing-list .pricing-header {
    border-bottom: 1px solid #e4eaec;
    border-radius: 3px 3px 0 0
}
.pricing-list .pricing-title {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px 3px 0 0
}
.pricing-list .pricing-price {
    padding: 20px 30px;
    margin: 0;
    font-size: 54px;
    font-weight: 500;
    color: #37474f
}
.pricing-list .pricing-period {
    font-size: 14px;
    font-weight: 300
}
.pricing-list .pricing-features {
    padding: 0 18px;
    margin: 0
}
.pricing-list .pricing-features li {
    display: block;
    padding: 15px;
    list-style: none;
    border-top: 1px dashed #e4eaec
}
.pricing-list .pricing-features li:first-child {
    border-top: 0
}
.pricing-list .pricing-footer {
    padding: 30px;
    border-radius: 0 0 3px 3px
}
.pricing-table {
    padding-top: 30px;
    text-align: center
}
.pricing-table:before, .pricing-table:after {
    display: table;
    content: " "
}
.pricing-table:after {
    clear: both
}
.pricing-table [class*="pricing-column"] {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-right: 0
}
.pricing-table [class*="pricing-column"]:last-child {
    border-right: 1px solid #e4eaec
}
.pricing-table [class*="pricing-column"].featured {
    position: relative;
    margin-right: -1px;
    background-color: #fff;
    border-right: 1px solid #e4eaec
}
.pricing-table .pricing-header {
    padding-bottom: 24px;
    margin: 30px 30px 25px;
    border-bottom: 1px solid #e4eaec
}
.pricing-table .pricing-price {
    font-size: 48px
}
.pricing-table .pricing-currency {
    display: inline-block;
    margin-top: 10px;
    margin-right: -10px;
    font-size: 20px;
    vertical-align: top
}
.pricing-table .pricing-period {
    font-size: 16px
}
.pricing-table .pricing-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px
}
.pricing-table .pricing-features {
    padding: 0;
    margin: 0
}
.pricing-table .pricing-features li {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    list-style: none
}
.pricing-table .pricing-footer {
    padding: 20px 0;
    margin: 25px 30px 30px
}

@media screen and (min-width:768px) {
    .pricing-table .pricing-column-three {
        width: 33.33%
    }
    .pricing-table .pricing-column-three.featured {
        top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px
    }
    .pricing-table .pricing-column-four {
        width: 50%
    }
    .pricing-table .pricing-column-five {
        width: 50%
    }
}

@media screen and (min-width:1200px) {
    .pricing-table .pricing-column-four {
        width: 25%
    }
    .pricing-table .pricing-column-five {
        width: 20%
    }
    .pricing-table .pricing-column-four.featured, .pricing-table .pricing-column-five.featured {
        top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px
    }
}
.rating {
    display: inline-block;
    margin: 0 .5rem 0 0;
    font-size: 0;
    vertical-align: middle
}
.rating:before {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: ''
}
.rating.hover .icon.active {
    opacity: .5
}
.rating .icon {
    width: 1em;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #ccd5db;
    vertical-align: middle;
    cursor: pointer
}
.rating .icon:before {
    -webkit-transition: color .3s ease, opacity .3s ease;
    -o-transition: color .3s ease, opacity .3s ease;
    transition: color .3s ease, opacity .3s ease
}
.rating .icon.active {
    color: #f2a654 !important
}
.rating .icon.active.hover {
    color: #f2a654 !important;
    opacity: 1
}
.rating .icon.hover {
    color: #f2a654 !important;
    opacity: 1
}
.rating .icon:last-child {
    margin-right: 0
}
.rating-disabled .icon {
    cursor: default
}
.rating-sm .icon {
    font-size: 12px
}
.rating-lg .icon {
    font-size: 18px
}
.ribbon {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: transparent
}
.ribbon-inner {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    background-color: #526069
}
.ribbon-inner .icon {
    font-size: 16px
}
.ribbon-lg .ribbon-inner {
    height: 38px;
    font-size: 18px;
    line-height: 38px
}
.ribbon-sm .ribbon-inner {
    height: 26px;
    font-size: 12px;
    line-height: 26px
}
.ribbon-xs .ribbon-inner {
    height: 22px;
    font-size: 12px;
    line-height: 22px
}
.ribbon-vertical .ribbon-inner {
    top: 0;
    left: 16px;
    width: 30px;
    height: 60px;
    padding: 15px 0
}
.ribbon-vertical.ribbon-xs .ribbon-inner {
    width: 22px;
    height: 50px
}
.ribbon-vertical.ribbon-sm .ribbon-inner {
    width: 26px;
    height: 55px
}
.ribbon-vertical.ribbon-lg .ribbon-inner {
    width: 38px;
    height: 70px
}
.ribbon-reverse {
    right: -3px;
    left: auto
}
.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto
}
.ribbon-reverse.ribbon-vertical .ribbon-inner {
    right: 16px
}
.ribbon-bookmark .ribbon-inner {
    -webkit-box-shadow: none;
    box-shadow: none
}
.ribbon-bookmark .ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid #526069;
    border-right: 10px solid transparent
}
.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    top: 100%;
    left: 0;
    margin-top: -15px;
    border-right: 15px solid #526069;
    border-bottom: 10px solid transparent
}
.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
    margin-top: -11px
}
.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
    margin-top: -13px
}
.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
    margin-top: -19px
}
.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    right: 100%;
    left: auto;
    border-right: 15px solid #526069;
    border-left: 10px solid transparent
}
.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
    right: auto;
    left: 0;
    border-right-color: #526069;
    border-bottom-color: transparent;
    border-left: 15px solid #526069
}
.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
    border-width: 11px
}
.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
    border-width: 13px
}
.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
    border-width: 19px
}
.ribbon-badge {
    top: -2px;
    left: -2px;
    overflow: hidden
}
.ribbon-badge .ribbon-inner {
    left: -40px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.ribbon-badge.ribbon-reverse {
    right: -2px;
    left: auto
}
.ribbon-badge.ribbon-reverse .ribbon-inner {
    right: -40px;
    left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ribbon-badge.ribbon-bottom {
    top: auto;
    bottom: -2px
}
.ribbon-badge.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.ribbon-corner {
    top: 0;
    left: 0;
    overflow: hidden
}
.ribbon-corner .ribbon-inner {
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background-color: transparent
}
.ribbon-corner .ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 30px solid transparent;
    border-top-color: #526069;
    border-left-color: #526069
}
.ribbon-corner.ribbon-reverse {
    right: 0;
    left: auto
}
.ribbon-corner.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto
}
.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    right: 0;
    left: auto;
    border-right-color: #526069;
    border-left-color: transparent
}
.ribbon-corner.ribbon-bottom {
    top: auto;
    bottom: 0
}
.ribbon-corner.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 0
}
.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    top: auto;
    bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #526069
}
.ribbon-corner.ribbon-xs .ribbon-inner {
    width: 28px;
    height: 26px;
    line-height: 26px
}
.ribbon-corner.ribbon-xs .ribbon-inner:before {
    border-width: 22px
}
.ribbon-corner.ribbon-xs .ribbon-inner>.icon {
    font-size: 12px
}
.ribbon-corner.ribbon-sm .ribbon-inner {
    width: 34px;
    height: 32px;
    line-height: 32px
}
.ribbon-corner.ribbon-sm .ribbon-inner:before {
    border-width: 26px
}
.ribbon-corner.ribbon-sm .ribbon-inner>.icon {
    font-size: 12px
}
.ribbon-corner.ribbon-lg .ribbon-inner {
    width: 46px;
    height: 44px;
    line-height: 44px
}
.ribbon-corner.ribbon-lg .ribbon-inner:before {
    border-width: 36px
}
.ribbon-corner.ribbon-lg .ribbon-inner>.icon {
    font-size: 18px
}
.ribbon-clip {
    left: -14px
}
.ribbon-clip .ribbon-inner {
    padding-left: 23px;
    border-radius: 0 5px 5px 0
}
.ribbon-clip .ribbon-inner:after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-color: #37474f;
    border-right-color: #37474f
}
.ribbon-clip.ribbon-reverse {
    right: -14px;
    left: auto
}
.ribbon-clip.ribbon-reverse .ribbon-inner {
    padding-right: 23px;
    padding-left: 15px;
    border-radius: 5px 0 0 5px
}
.ribbon-clip.ribbon-reverse .ribbon-inner:after {
    right: 0;
    left: auto;
    border-right-color: transparent;
    border-left-color: #37474f
}
.ribbon-clip.ribbon-bottom {
    top: auto;
    bottom: -3px
}
.ribbon-clip.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px
}
.ribbon-clip.ribbon-bottom .ribbon-inner:after {
    top: -14px;
    bottom: auto;
    border-top-color: transparent;
    border-bottom-color: #37474f
}
.ribbon-primary .ribbon-inner {
    background-color: #62a8ea
}
.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
    border-color: #62a8ea;
    border-right-color: transparent
}
.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-left-color: transparent
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-bottom-color: transparent
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-bottom-color: transparent;
    border-left-color: #62a8ea
}
.ribbon-primary.ribbon-corner .ribbon-inner {
    background-color: transparent
}
.ribbon-primary.ribbon-corner .ribbon-inner:before {
    border-top-color: #62a8ea;
    border-left-color: #62a8ea
}
.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-left-color: transparent
}
.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #62a8ea
}
.ribbon-primary .ribbon-inner:after {
    border-top-color: #4e97d9;
    border-right-color: #4e97d9
}
.ribbon-primary.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #4e97d9
}
.ribbon-primary.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #4e97d9
}
.ribbon-success .ribbon-inner {
    background-color: #46be8a
}
.ribbon-success.ribbon-bookmark .ribbon-inner:before {
    border-color: #46be8a;
    border-right-color: transparent
}
.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-left-color: transparent
}
.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #46be8a;
    border-bottom-color: transparent
}
.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-bottom-color: transparent;
    border-left-color: #46be8a
}
.ribbon-success.ribbon-corner .ribbon-inner {
    background-color: transparent
}
.ribbon-success.ribbon-corner .ribbon-inner:before {
    border-top-color: #46be8a;
    border-left-color: #46be8a
}
.ribbon-success.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-left-color: transparent
}
.ribbon-success.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #46be8a
}
.ribbon-success .ribbon-inner:after {
    border-top-color: #36ab7a;
    border-right-color: #36ab7a
}
.ribbon-success.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #36ab7a
}
.ribbon-success.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #36ab7a
}
.ribbon-info .ribbon-inner {
    background-color: #57c7d4
}
.ribbon-info.ribbon-bookmark .ribbon-inner:before {
    border-color: #57c7d4;
    border-right-color: transparent
}
.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-left-color: transparent
}
.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-bottom-color: transparent
}
.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-bottom-color: transparent;
    border-left-color: #57c7d4
}
.ribbon-info.ribbon-corner .ribbon-inner {
    background-color: transparent
}
.ribbon-info.ribbon-corner .ribbon-inner:before {
    border-top-color: #57c7d4;
    border-left-color: #57c7d4
}
.ribbon-info.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-left-color: transparent
}
.ribbon-info.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #57c7d4
}
.ribbon-info .ribbon-inner:after {
    border-top-color: #47b8c6;
    border-right-color: #47b8c6
}
.ribbon-info.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #47b8c6
}
.ribbon-info.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #47b8c6
}
.ribbon-warning .ribbon-inner {
    background-color: #f2a654
}
.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
    border-color: #f2a654;
    border-right-color: transparent
}
.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-left-color: transparent
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #f2a654;
    border-bottom-color: transparent
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-bottom-color: transparent;
    border-left-color: #f2a654
}
.ribbon-warning.ribbon-corner .ribbon-inner {
    background-color: transparent
}
.ribbon-warning.ribbon-corner .ribbon-inner:before {
    border-top-color: #f2a654;
    border-left-color: #f2a654
}
.ribbon-warning.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-left-color: transparent
}
.ribbon-warning.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #f2a654
}
.ribbon-warning .ribbon-inner:after {
    border-top-color: #ec9940;
    border-right-color: #ec9940
}
.ribbon-warning.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #ec9940
}
.ribbon-warning.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #ec9940
}
.ribbon-danger .ribbon-inner {
    background-color: #f96868
}
.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
    border-color: #f96868;
    border-right-color: transparent
}
.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-left-color: transparent
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #f96868;
    border-bottom-color: transparent
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-bottom-color: transparent;
    border-left-color: #f96868
}
.ribbon-danger.ribbon-corner .ribbon-inner {
    background-color: transparent
}
.ribbon-danger.ribbon-corner .ribbon-inner:before {
    border-top-color: #f96868;
    border-left-color: #f96868
}
.ribbon-danger.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-left-color: transparent
}
.ribbon-danger.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #f96868
}
.ribbon-danger .ribbon-inner:after {
    border-top-color: #e9595b;
    border-right-color: #e9595b
}
.ribbon-danger.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #e9595b
}
.ribbon-danger.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #e9595b
}
.dotnav {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none
}
.dotnav>li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 16px;
    vertical-align: top;
    list-style: none
}
.dotnav>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(255,255,255,.3);
    border-radius: 50%
}
.dotnav>li>a:focus {
    outline: 0
}
.dotnav>li.active>a, .dotnav>li:hover>a, .dotnav>li:focus>a {
    background-color: #fff
}
.dotnav-scaleup>li>a {
    -webkit-transition: -webkit-transform .3s ease 0, background-color .3s ease 0;
    -o-transition: -o-transform .3s ease 0, background-color .3s ease 0;
    transition: transform .3s ease 0, background-color .3s ease 0
}
.dotnav-scaleup>li.active>a {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}
.dotnav-stroke>li>a {
    border: 2px solid transparent;
    -webkit-transition: border .3s ease 0, background-color .3s ease 0;
    -o-transition: border .3s ease 0, background-color .3s ease 0;
    transition: border .3s ease 0, background-color .3s ease 0
}
.dotnav-stroke>li.active>a {
    background-color: transparent;
    border-color: #fff;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}
.dotnav-fillin>li>a {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    -webkit-transition: -webkit-box-shadow .3s ease 0;
    -o-transition: box-shadow .3s ease 0;
    transition: box-shadow .3s ease 0
}
.dotnav-fillin>li:hover>a, .dotnav-fillin>li:focus>a {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.6) inset;
    box-shadow: 0 0 0 2px rgba(255,255,255,.6) inset
}
.dotnav-fillin>li.active>a {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}
.dotnav-dotstroke>li>a {
    -webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.5) inset;
    box-shadow: 0 0 0 8px rgba(255,255,255,.5) inset;
    -webkit-transition: -webkit-box-shadow .3s ease 0;
    -o-transition: box-shadow .3s ease 0;
    transition: box-shadow .3s ease 0
}
.dotnav-dotstroke>li.active>a {
    background-color: rgba(255,255,255,.3);
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}
.dotnav-fall>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    content: '';
    background-color: rgba(0,0,0,.3);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease 0, opacity .3s ease 0, visibility 0 ease .3s;
    -o-transition: -o-transform .3s ease 0, opacity .3s ease 0, visibility 0 ease .3s;
    transition: transform .3s ease 0, opacity .3s ease 0, visibility 0 ease .3s;
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    transform: translate(0, -200%)
}
.dotnav-fall>li>a {
    -webkit-transition: -webkit-transform .3s ease 0, opacity .3s ease 0, background-color .3s ease 0;
    -o-transition: -o-transform .3s ease 0, opacity .3s ease 0, background-color .3s ease 0;
    transition: transform .3s ease 0, opacity .3s ease 0, background-color .3s ease 0
}
.dotnav-fall>li.active:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease 0, opacity .3s ease 0;
    -o-transition: -o-transform .3s ease 0, opacity .3s ease 0;
    transition: transform .3s ease 0, opacity .3s ease 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.dotnav-fall>li.active>a {
    opacity: 0;
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%)
}
.color-selector {
    padding: 0;
    margin: 0;
    list-style: none
}
.color-selector>li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 8px 8px 0;
    background-color: #62a8ea;
    border-radius: 100%
}
.color-selector>li:hover {
    opacity: .8
}
.color-selector>li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: inherit;
    height: inherit;
    content: "";
    background: inherit;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: inherit
}
.color-selector>li input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: inherit;
    height: inherit;
    cursor: pointer;
    border-radius: inherit;
    opacity: 0
}
.color-selector>li input[type="radio"]:disabled {
    cursor: not-allowed
}
.color-selector>li label {
    position: relative;
    font-family: "Web Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none
}
.color-selector>li input[type="radio"]:checked+label:after {
    position: absolute;
    top: 0;
    left: 8px;
    display: inline-block;
    margin-top: -2px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    content: "\f192"
}
.color-selector>li.color-selector-disabled {
    background-color: #ccd5db !important
}
.color-selector>li.color-selector-disabled input[type="radio"]:disabled {
    cursor: not-allowed
}
.width-50 {
    width: 50px
}
.width-100 {
    width: 100px
}
.width-150 {
    width: 150px
}
.width-200 {
    width: 200px
}
.width-250 {
    width: 250px
}
.width-300 {
    width: 300px
}
.width-350 {
    width: 350px
}
.width-400 {
    width: 400px
}
.width-450 {
    width: 450px
}
.width-500 {
    width: 500px
}
.width-full {
    width: 100% !important
}

@media(max-width:767px) {
    .width-xs-50 {
        width: 50px
    }
    .width-xs-100 {
        width: 100px
    }
    .width-xs-150 {
        width: 150px
    }
    .width-xs-200 {
        width: 200px
    }
    .width-xs-250 {
        width: 250px
    }
    .width-xs-300 {
        width: 300px
    }
    .width-xs-350 {
        width: 350px
    }
    .width-xs-400 {
        width: 400px
    }
    .width-xs-450 {
        width: 450px
    }
    .width-xs-500 {
        width: 500px
    }
    .width-xs-100pc {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .width-sm-50 {
        width: 50px
    }
    .width-sm-100 {
        width: 100px
    }
    .width-sm-150 {
        width: 150px
    }
    .width-sm-200 {
        width: 200px
    }
    .width-sm-250 {
        width: 250px
    }
    .width-sm-300 {
        width: 300px
    }
    .width-sm-350 {
        width: 350px
    }
    .width-sm-400 {
        width: 400px
    }
    .width-sm-450 {
        width: 450px
    }
    .width-sm-500 {
        width: 500px
    }
    .width-sm-100pc {
        width: 100%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .width-md-50 {
        width: 50px
    }
    .width-md-100 {
        width: 100px
    }
    .width-md-150 {
        width: 150px
    }
    .width-md-200 {
        width: 200px
    }
    .width-md-250 {
        width: 250px
    }
    .width-md-300 {
        width: 300px
    }
    .width-md-350 {
        width: 350px
    }
    .width-md-400 {
        width: 400px
    }
    .width-md-450 {
        width: 450px
    }
    .width-md-500 {
        width: 500px
    }
}

@media(min-width:1200px) {
    .width-lg-50 {
        width: 50px
    }
    .width-lg-100 {
        width: 100px
    }
    .width-lg-150 {
        width: 150px
    }
    .width-lg-200 {
        width: 200px
    }
    .width-lg-250 {
        width: 250px
    }
    .width-lg-300 {
        width: 300px
    }
    .width-lg-350 {
        width: 350px
    }
    .width-lg-400 {
        width: 400px
    }
    .width-lg-450 {
        width: 450px
    }
    .width-lg-500 {
        width: 500px
    }
}
.height-50 {
    height: 50px
}
.height-100 {
    height: 100px
}
.height-120 {
    height: 120px
}
.height-150 {
    height: 150px
}
.height-200 {
    height: 200px
}
.height-250 {
    height: 250px
}
.height-300 {
    height: 300px
}
.height-350 {
    height: 350px
}
.height-400 {
    height: 400px
}
.height-450 {
    height: 450px
}
.height-500 {
    height: 500px
}
.height-full {
    height: 100% !important
}

@media(max-width:767px) {
    .height-xs-50 {
        height: 50px
    }
    .height-xs-100 {
        height: 100px
    }
    .height-xs-120 {
        height: 120px
    }
    .height-xs-150 {
        height: 150px
    }
    .height-xs-200 {
        height: 200px
    }
    .height-xs-250 {
        height: 250px
    }
    .height-xs-300 {
        height: 300px
    }
    .height-xs-350 {
        height: 350px
    }
    .height-xs-400 {
        height: 400px
    }
    .height-xs-450 {
        height: 450px
    }
    .height-xs-500 {
        height: 500px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .height-sm-50 {
        height: 50px
    }
    .height-sm-100 {
        height: 100px
    }
    .height-sm-120 {
        height: 120px
    }
    .height-sm-150 {
        height: 150px
    }
    .height-sm-200 {
        height: 200px
    }
    .height-sm-250 {
        height: 250px
    }
    .height-sm-300 {
        height: 300px
    }
    .height-sm-350 {
        height: 350px
    }
    .height-sm-400 {
        height: 400px
    }
    .height-sm-450 {
        height: 450px
    }
    .height-sm-500 {
        height: 500px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .height-md-50 {
        height: 50px
    }
    .height-md-100 {
        height: 100px
    }
    .height-md-120 {
        height: 120px
    }
    .height-md-150 {
        height: 150px
    }
    .height-md-200 {
        height: 200px
    }
    .height-md-250 {
        height: 250px
    }
    .height-md-300 {
        height: 300px
    }
    .height-md-350 {
        height: 350px
    }
    .height-md-400 {
        height: 400px
    }
    .height-md-450 {
        height: 450px
    }
    .height-md-500 {
        height: 500px
    }
}

@media(min-width:1200px) {
    .height-lg-50 {
        height: 50px
    }
    .height-lg-100 {
        height: 100px
    }
    .height-lg-120 {
        height: 120px
    }
    .height-lg-150 {
        height: 150px
    }
    .height-lg-200 {
        height: 200px
    }
    .height-lg-250 {
        height: 250px
    }
    .height-lg-300 {
        height: 300px
    }
    .height-lg-350 {
        height: 350px
    }
    .height-lg-400 {
        height: 400px
    }
    .height-lg-450 {
        height: 450px
    }
    .height-lg-500 {
        height: 500px
    }
}
.margin-0 {
    margin: 0 !important
}
.margin-3 {
    margin: 3px !important
}
.margin-5 {
    margin: 5px !important
}
.margin-10 {
    margin: 10px !important
}
.margin-15 {
    margin: 15px !important
}
.margin-20 {
    margin: 20px !important
}
.margin-25 {
    margin: 25px !important
}
.margin-30 {
    margin: 30px !important
}
.margin-35 {
    margin: 35px !important
}
.margin-40 {
    margin: 40px !important
}
.margin-45 {
    margin: 45px !important
}
.margin-50 {
    margin: 50px !important
}
.margin-60 {
    margin: 60px !important
}
.margin-70 {
    margin: 70px !important
}
.margin-80 {
    margin: 80px !important
}
.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}
.margin-vertical-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}
.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}
.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}
.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}
.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}
.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}
.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}
.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}
.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}
.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}
.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}
.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}
.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}
.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}
.margin-horizontal-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}
.margin-horizontal-3 {
    margin-right: 3px !important;
    margin-left: 3px !important
}
.margin-horizontal-5 {
    margin-right: 5px !important;
    margin-left: 5px !important
}
.margin-horizontal-10 {
    margin-right: 10px !important;
    margin-left: 10px !important
}
.margin-horizontal-15 {
    margin-right: 15px !important;
    margin-left: 15px !important
}
.margin-horizontal-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
}
.margin-horizontal-25 {
    margin-right: 25px !important;
    margin-left: 25px !important
}
.margin-horizontal-30 {
    margin-right: 30px !important;
    margin-left: 30px !important
}
.margin-horizontal-35 {
    margin-right: 35px !important;
    margin-left: 35px !important
}
.margin-horizontal-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
}
.margin-horizontal-45 {
    margin-right: 45px !important;
    margin-left: 45px !important
}
.margin-horizontal-50 {
    margin-right: 50px !important;
    margin-left: 50px !important
}
.margin-horizontal-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
}
.margin-horizontal-70 {
    margin-right: 70px !important;
    margin-left: 70px !important
}
.margin-horizontal-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
}
.margin-top-0 {
    margin-top: 0 !important
}
.margin-top-3 {
    margin-top: 3px !important
}
.margin-top-5 {
    margin-top: 5px !important
}
.margin-top-10 {
    margin-top: 10px !important
}
.margin-top-15 {
    margin-top: 15px !important
}
.margin-top-20 {
    margin-top: 20px !important
}
.margin-top-25 {
    margin-top: 25px !important
}
.margin-top-30 {
    margin-top: 30px !important
}
.margin-top-35 {
    margin-top: 35px !important
}
.margin-top-40 {
    margin-top: 40px !important
}
.margin-top-45 {
    margin-top: 45px !important
}
.margin-top-50 {
    margin-top: 50px !important
}
.margin-top-60 {
    margin-top: 60px !important
}
.margin-top-70 {
    margin-top: 70px !important
}
.margin-top-80 {
    margin-top: 80px !important
}
.margin-bottom-0 {
    margin-bottom: 0 !important
}
.margin-bottom-3 {
    margin-bottom: 3px !important
}
.margin-bottom-5 {
    margin-bottom: 5px !important
}
.margin-bottom-10 {
    margin-bottom: 10px !important
}
.margin-bottom-15 {
    margin-bottom: 15px !important
}
.margin-bottom-20 {
    margin-bottom: 20px !important
}
.margin-bottom-25 {
    margin-bottom: 25px !important
}
.margin-bottom-30 {
    margin-bottom: 30px !important
}
.margin-bottom-35 {
    margin-bottom: 35px !important
}
.margin-bottom-40 {
    margin-bottom: 40px !important
}
.margin-bottom-45 {
    margin-bottom: 45px !important
}
.margin-bottom-50 {
    margin-bottom: 50px !important
}
.margin-bottom-60 {
    margin-bottom: 60px !important
}
.margin-bottom-70 {
    margin-bottom: 70px !important
}
.margin-bottom-80 {
    margin-bottom: 80px !important
}
.margin-left-0 {
    margin-left: 0 !important
}
.margin-left-3 {
    margin-left: 3px !important
}
.margin-left-5 {
    margin-left: 5px !important
}
.margin-left-10 {
    margin-left: 10px !important
}
.margin-left-15 {
    margin-left: 15px !important
}
.margin-left-20 {
    margin-left: 20px !important
}
.margin-left-25 {
    margin-left: 25px !important
}
.margin-left-30 {
    margin-left: 30px !important
}
.margin-left-35 {
    margin-left: 35px !important
}
.margin-left-40 {
    margin-left: 40px !important
}
.margin-left-45 {
    margin-left: 45px !important
}
.margin-left-50 {
    margin-left: 50px !important
}
.margin-left-60 {
    margin-left: 60px !important
}
.margin-left-70 {
    margin-left: 70px !important
}
.margin-left-80 {
    margin-left: 80px !important
}
.margin-right-0 {
    margin-right: 0 !important
}
.margin-right-3 {
    margin-right: 3px !important
}
.margin-right-5 {
    margin-right: 5px !important
}
.margin-right-10 {
    margin-right: 10px !important
}
.margin-right-15 {
    margin-right: 15px !important
}
.margin-right-20 {
    margin-right: 20px !important
}
.margin-right-25 {
    margin-right: 25px !important
}
.margin-right-30 {
    margin-right: 30px !important
}
.margin-right-35 {
    margin-right: 35px !important
}
.margin-right-40 {
    margin-right: 40px !important
}
.margin-right-45 {
    margin-right: 45px !important
}
.margin-right-50 {
    margin-right: 50px !important
}
.margin-right-60 {
    margin-right: 60px !important
}
.margin-right-70 {
    margin-right: 70px !important
}
.margin-right-80 {
    margin-right: 80px !important
}

@media(max-width:767px) {
    .margin-xs-0 {
        margin: 0 !important
    }
}

@media(min-width:768px) {
    .margin-sm-0 {
        margin: 0 !important
    }
}

@media(min-width:992px) {
    .margin-md-0 {
        margin: 0 !important
    }
}

@media(min-width:1200px) {
    .margin-lg-0 {
        margin: 0 !important
    }
}
.padding-0 {
    padding: 0 !important
}
.padding-3 {
    padding: 3px !important
}
.padding-5 {
    padding: 5px !important
}
.padding-10 {
    padding: 10px !important
}
.padding-15 {
    padding: 15px !important
}
.padding-20 {
    padding: 20px !important
}
.padding-25 {
    padding: 25px !important
}
.padding-30 {
    padding: 30px !important
}
.padding-35 {
    padding: 35px !important
}
.padding-40 {
    padding: 40px !important
}
.padding-45 {
    padding: 45px !important
}
.padding-50 {
    padding: 50px !important
}
.padding-60 {
    padding: 60px !important
}
.padding-70 {
    padding: 70px !important
}
.padding-80 {
    padding: 80px !important
}
.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.padding-vertical-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}
.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}
.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}
.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}
.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}
.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}
.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}
.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}
.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}
.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}
.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}
.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}
.padding-horizontal-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.padding-horizontal-3 {
    padding-right: 3px !important;
    padding-left: 3px !important
}
.padding-horizontal-5 {
    padding-right: 5px !important;
    padding-left: 5px !important
}
.padding-horizontal-10 {
    padding-right: 10px !important;
    padding-left: 10px !important
}
.padding-horizontal-15 {
    padding-right: 15px !important;
    padding-left: 15px !important
}
.padding-horizontal-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
}
.padding-horizontal-25 {
    padding-right: 25px !important;
    padding-left: 25px !important
}
.padding-horizontal-30 {
    padding-right: 30px !important;
    padding-left: 30px !important
}
.padding-horizontal-35 {
    padding-right: 35px !important;
    padding-left: 35px !important
}
.padding-horizontal-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
}
.padding-horizontal-45 {
    padding-right: 45px !important;
    padding-left: 45px !important
}
.padding-horizontal-50 {
    padding-right: 50px !important;
    padding-left: 50px !important
}
.padding-horizontal-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
}
.padding-horizontal-70 {
    padding-right: 70px !important;
    padding-left: 70px !important
}
.padding-horizontal-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
}
.padding-top-0 {
    padding-top: 0 !important
}
.padding-top-3 {
    padding-top: 3px !important
}
.padding-top-5 {
    padding-top: 5px !important
}
.padding-top-10 {
    padding-top: 10px !important
}
.padding-top-15 {
    padding-top: 15px !important
}
.padding-top-20 {
    padding-top: 20px !important
}
.padding-top-25 {
    padding-top: 25px !important
}
.padding-top-30 {
    padding-top: 30px !important
}
.padding-top-35 {
    padding-top: 35px !important
}
.padding-top-40 {
    padding-top: 40px !important
}
.padding-top-45 {
    padding-top: 45px !important
}
.padding-top-50 {
    padding-top: 50px !important
}
.padding-top-60 {
    padding-top: 60px !important
}
.padding-top-70 {
    padding-top: 70px !important
}
.padding-top-80 {
    padding-top: 80px !important
}
.padding-bottom-0 {
    padding-bottom: 0 !important
}
.padding-bottom-3 {
    padding-bottom: 3px !important
}
.padding-bottom-5 {
    padding-bottom: 5px !important
}
.padding-bottom-10 {
    padding-bottom: 10px !important
}
.padding-bottom-15 {
    padding-bottom: 15px !important
}
.padding-bottom-20 {
    padding-bottom: 20px !important
}
.padding-bottom-25 {
    padding-bottom: 25px !important
}
.padding-bottom-30 {
    padding-bottom: 30px !important
}
.padding-bottom-35 {
    padding-bottom: 35px !important
}
.padding-bottom-40 {
    padding-bottom: 40px !important
}
.padding-bottom-45 {
    padding-bottom: 45px !important
}
.padding-bottom-50 {
    padding-bottom: 50px !important
}
.padding-bottom-60 {
    padding-bottom: 60px !important
}
.padding-bottom-70 {
    padding-bottom: 70px !important
}
.padding-bottom-80 {
    padding-bottom: 80px !important
}
.padding-left-0 {
    padding-left: 0 !important
}
.padding-left-3 {
    padding-left: 3px !important
}
.padding-left-5 {
    padding-left: 5px !important
}
.padding-left-10 {
    padding-left: 10px !important
}
.padding-left-15 {
    padding-left: 15px !important
}
.padding-left-20 {
    padding-left: 20px !important
}
.padding-left-25 {
    padding-left: 25px !important
}
.padding-left-30 {
    padding-left: 30px !important
}
.padding-left-35 {
    padding-left: 35px !important
}
.padding-left-40 {
    padding-left: 40px !important
}
.padding-left-45 {
    padding-left: 45px !important
}
.padding-left-50 {
    padding-left: 50px !important
}
.padding-left-60 {
    padding-left: 60px !important
}
.padding-left-70 {
    padding-left: 70px !important
}
.padding-left-80 {
    padding-left: 80px !important
}
.padding-right-0 {
    padding-right: 0 !important
}
.padding-right-3 {
    padding-right: 3px !important
}
.padding-right-5 {
    padding-right: 5px !important
}
.padding-right-10 {
    padding-right: 10px !important
}
.padding-right-15 {
    padding-right: 15px !important
}
.padding-right-20 {
    padding-right: 20px !important
}
.padding-right-25 {
    padding-right: 25px !important
}
.padding-right-30 {
    padding-right: 30px !important
}
.padding-right-35 {
    padding-right: 35px !important
}
.padding-right-40 {
    padding-right: 40px !important
}
.padding-right-45 {
    padding-right: 45px !important
}
.padding-right-50 {
    padding-right: 50px !important
}
.padding-right-60 {
    padding-right: 60px !important
}
.padding-right-70 {
    padding-right: 70px !important
}
.padding-right-80 {
    padding-right: 80px !important
}

@media(max-width:767px) {
    .padding-xs-0 {
        padding: 0 !important
    }
}

@media(min-width:768px) {
    .padding-sm-0 {
        padding: 0 !important
    }
}

@media(min-width:992px) {
    .padding-md-0 {
        padding: 0 !important
    }
}

@media(min-width:1200px) {
    .padding-lg-0 {
        padding: 0 !important
    }
}
.example-wrap {
    margin-bottom: 80px
}
.example-wrap .example-wrap {
    margin-bottom: 0
}
.example {
    margin-top: 20px;
    margin-bottom: 20px
}
.example:before, .example:after {
    display: table;
    content: " "
}
.example:after {
    clear: both
}
.example-title {
    text-transform: uppercase
}
.example-title, h4.example-title {
    font-size: 14px
}
.panel-body>.example-wrap:last-child {
    margin-bottom: 0
}
.panel-body>.row:last-child>[class*="col-"]:last-child .example-wrap:last-child {
    margin-bottom: 0
}
.example-well {
    position: relative;
    margin-bottom: 30px;
    background-color: #f3f7f9
}
.example-well .center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.example-dropdown .dropdown:before, .example-dropdown .dropup:before, .example-dropdown .dropdown:after, .example-dropdown .dropup:after {
    display: table;
    content: " "
}
.example-dropdown .dropdown:after, .example-dropdown .dropup:after {
    clear: both
}
.example-dropdown .dropdown>.dropdown-toggle, .example-dropdown .dropup>.dropdown-toggle {
    float: left
}
.example-dropdown .dropdown>.dropdown-menu, .example-dropdown .dropup>.dropdown-menu {
    position: static;
    display: block;
    clear: left
}
.example-dropdown .dropdown>.dropdown-menu-right, .example-dropdown .dropup>.dropdown-menu-right {
    float: right;
    clear: right
}
.example-tooltip {
    position: relative;
    z-index: 1;
    display: inline-block
}
.example-tooltip .tooltip {
    position: relative;
    margin-right: 25px;
    opacity: 1
}
.example-grid .example-col, .example-blocks .example-col {
    min-height: 0;
    padding: 10px 15px 12px;
    background-color: #f3f7f9;
    border-radius: 0
}
.example-grid .example-col {
    margin-bottom: 20px
}
.example-grid .example-col .example-col {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #e2ecf1
}
.example-popover {
    position: relative;
    z-index: 1;
    display: inline-block
}
.example-popover .popover {
    position: relative;
    display: block;
    margin-right: 25px
}
.example-buttons .btn, .example-buttons .btn-group, .example-buttons .btn-group-vertical {
    margin-right: 15px;
    margin-bottom: 20px
}
.example-buttons .btn-group-vertical .btn, .example-buttons .btn-group .btn {
    margin-right: 0;
    margin-bottom: 0
}
.example-box {
    position: relative;
    padding: 45px 15px 15px;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #e4eaec
}
.example-box:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example"
}
.example-avatars .avatar {
    margin-right: 20px;
    margin-bottom: 20px
}
.example-avatars .avatar:last-child {
    margin-right: 20px
}
.example-typography {
    position: relative;
    padding-left: 25%
}
.example-typography .heading-note, .example-typography .text-note {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 260px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #aab2bd
}
.example-typography .text-note {
    top: 10px;
    bottom: auto
}
.example-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .example-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}
@font-face {
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../../app/system/include/static/fonts/web-icons/web-icons.eot?v=0.2.3);
    src: url(../../../app/system/include/static/fonts/web-icons/web-icons.eot?#iefix&v=0.2.3) format('embedded-opentype'), url(../../../app/system/include/static/fonts/web-icons/web-icons.woff2?v=0.2.3) format('woff2'), url(../../../app/system/include/static/fonts/web-icons/web-icons.woff?v=0.2.3) format('woff'), url(../../../app/system/include/static/fonts/web-icons/web-icons.ttf?v=0.2.3) format('truetype'), url(../../../app/system/include/static/fonts/web-icons/web-icons.svg?v=0.2.3#web-icons) format('svg')
}
[class*=" wb-"], [class^=wb-] {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.wb-dashboard:before {
    content: "\f101"
}
.wb-inbox:before {
    content: "\f102"
}
.wb-cloud:before {
    content: "\f103"
}
.wb-bell:before {
    content: "\f104"
}
.wb-book:before {
    content: "\f105"
}
.wb-bookmark:before {
    content: "\f106"
}
.wb-tag:before {
    content: "\f107"
}
.wb-library:before {
    content: "\f108"
}
.wb-share:before {
    content: "\f109"
}
.wb-reply:before {
    content: "\f10a"
}
.wb-refresh:before {
    content: "\f10b"
}
.wb-move:before {
    content: "\f10c"
}
.wb-chat:before {
    content: "\f10d"
}
.wb-chat-working:before {
    content: "\f10e"
}
.wb-chat-text:before {
    content: "\f10f"
}
.wb-chat-group:before {
    content: "\f110"
}
.wb-envelope:before {
    content: "\f111"
}
.wb-envelope-open:before {
    content: "\f112"
}
.wb-user:before {
    content: "\f113"
}
.wb-user-circle:before {
    content: "\f114"
}
.wb-users:before {
    content: "\f115"
}
.wb-user-add:before {
    content: "\f116"
}
.wb-grid-9:before {
    content: "\f117"
}
.wb-grid-4:before {
    content: "\f118"
}
.wb-menu:before {
    content: "\f119"
}
.wb-layout:before {
    content: "\f11a"
}
.wb-fullscreen:before {
    content: "\f11b"
}
.wb-fullscreen-exit:before {
    content: "\f11c"
}
.wb-expand:before {
    content: "\f11d"
}
.wb-contract:before {
    content: "\f11e"
}
.wb-arrow-expand:before {
    content: "\f11f"
}
.wb-arrow-shrink:before {
    content: "\f120"
}
.wb-desktop:before {
    content: "\f121"
}
.wb-mobile:before {
    content: "\f122"
}
.wb-signal:before {
    content: "\f123"
}
.wb-power:before {
    content: "\f124"
}
.wb-more-horizontal:before {
    content: "\f125"
}
.wb-more-vertical:before {
    content: "\f126"
}
.wb-globe:before {
    content: "\f127"
}
.wb-map:before {
    content: "\f128"
}
.wb-flag:before {
    content: "\f129"
}
.wb-pie-chart:before {
    content: "\f12a"
}
.wb-stats-bars:before {
    content: "\f12b"
}
.wb-pluse:before {
    content: "\f12c"
}
.wb-home:before {
    content: "\f12d"
}
.wb-shopping-cart:before {
    content: "\f12e"
}
.wb-payment:before {
    content: "\f12f"
}
.wb-briefcase:before {
    content: "\f130"
}
.wb-search:before {
    content: "\f131"
}
.wb-zoom-in:before {
    content: "\f132"
}
.wb-zoom-out:before {
    content: "\f133"
}
.wb-download:before {
    content: "\f134"
}
.wb-upload:before {
    content: "\f135"
}
.wb-sort-asc:before {
    content: "\f136"
}
.wb-sort-des:before {
    content: "\f137"
}
.wb-graph-up:before {
    content: "\f138"
}
.wb-graph-down:before {
    content: "\f139"
}
.wb-replay:before {
    content: "\f13a"
}
.wb-edit:before {
    content: "\f13b"
}
.wb-pencil:before {
    content: "\f13c"
}
.wb-rubber:before {
    content: "\f13d"
}
.wb-crop:before {
    content: "\f13e"
}
.wb-eye:before {
    content: "\f13f"
}
.wb-eye-close:before {
    content: "\f140"
}
.wb-image:before {
    content: "\f141"
}
.wb-gallery:before {
    content: "\f142"
}
.wb-video:before {
    content: "\f143"
}
.wb-camera:before {
    content: "\f144"
}
.wb-folder:before {
    content: "\f145"
}
.wb-clipboard:before {
    content: "\f146"
}
.wb-order:before {
    content: "\f147"
}
.wb-file:before {
    content: "\f148"
}
.wb-copy:before {
    content: "\f149"
}
.wb-add-file:before {
    content: "\f14a"
}
.wb-print:before {
    content: "\f14b"
}
.wb-calendar:before {
    content: "\f14c"
}
.wb-time:before {
    content: "\f14d"
}
.wb-trash:before {
    content: "\f14e"
}
.wb-plugin:before {
    content: "\f14f"
}
.wb-extension:before {
    content: "\f150"
}
.wb-memory:before {
    content: "\f151"
}
.wb-settings:before {
    content: "\f152"
}
.wb-scissor:before {
    content: "\f153"
}
.wb-wrench:before {
    content: "\f154"
}
.wb-hammer:before {
    content: "\f155"
}
.wb-lock:before {
    content: "\f156"
}
.wb-unlock:before {
    content: "\f157"
}
.wb-volume-low:before {
    content: "\f158"
}
.wb-volume-high:before {
    content: "\f159"
}
.wb-volume-off:before {
    content: "\f15a"
}
.wb-pause:before {
    content: "\f15b"
}
.wb-play:before {
    content: "\f15c"
}
.wb-stop:before {
    content: "\f15d"
}
.wb-musical:before {
    content: "\f15e"
}
.wb-random:before {
    content: "\f15f"
}
.wb-reload:before {
    content: "\f160"
}
.wb-loop:before {
    content: "\f161"
}
.wb-text:before {
    content: "\f162"
}
.wb-bold:before {
    content: "\f163"
}
.wb-italic:before {
    content: "\f164"
}
.wb-underline:before {
    content: "\f165"
}
.wb-format-clear:before {
    content: "\f166"
}
.wb-text-type:before {
    content: "\f167"
}
.wb-table:before {
    content: "\f168"
}
.wb-attach-file:before {
    content: "\f169"
}
.wb-paperclip:before {
    content: "\f16a"
}
.wb-link-intact:before {
    content: "\f16b"
}
.wb-link:before {
    content: "\f16c"
}
.wb-link-broken:before {
    content: "\f16d"
}
.wb-indent-increase:before {
    content: "\f16e"
}
.wb-indent-decrease:before {
    content: "\f16f"
}
.wb-align-justify:before {
    content: "\f170"
}
.wb-align-left:before {
    content: "\f171"
}
.wb-align-center:before {
    content: "\f172"
}
.wb-align-right:before {
    content: "\f173"
}
.wb-list-numbered:before {
    content: "\f174"
}
.wb-list-bulleted:before {
    content: "\f175"
}
.wb-list:before {
    content: "\f176"
}
.wb-emoticon:before {
    content: "\f177"
}
.wb-quote-right:before {
    content: "\f178"
}
.wb-code:before {
    content: "\f179"
}
.wb-code-working:before {
    content: "\f17a"
}
.wb-code-unfold:before {
    content: "\f17b"
}
.wb-chevron-right:before {
    content: "\f17c"
}
.wb-chevron-left:before {
    content: "\f17d"
}
.wb-chevron-left-mini:before {
    content: "\f17e"
}
.wb-chevron-right-mini:before {
    content: "\f17f"
}
.wb-chevron-up:before {
    content: "\f180"
}
.wb-chevron-down:before {
    content: "\f181"
}
.wb-chevron-up-mini:before {
    content: "\f182"
}
.wb-chevron-down-mini:before {
    content: "\f183"
}
.wb-arrow-left:before {
    content: "\f184"
}
.wb-arrow-right:before {
    content: "\f185"
}
.wb-arrow-up:before {
    content: "\f186"
}
.wb-arrow-down:before {
    content: "\f187"
}
.wb-dropdown:before {
    content: "\f188"
}
.wb-dropup:before {
    content: "\f189"
}
.wb-dropright:before {
    content: "\f18a"
}
.wb-dropleft:before {
    content: "\f18b"
}
.wb-sort-vertical:before {
    content: "\f18c"
}
.wb-triangle-left:before {
    content: "\f18d"
}
.wb-triangle-right:before {
    content: "\f18e"
}
.wb-triangle-down:before {
    content: "\f18f"
}
.wb-triangle-up:before {
    content: "\f190"
}
.wb-check-circle:before {
    content: "\f191"
}
.wb-check:before {
    content: "\f192"
}
.wb-check-mini:before {
    content: "\f193"
}
.wb-close:before {
    content: "\f194"
}
.wb-close-mini:before {
    content: "\f195"
}
.wb-plus-circle:before {
    content: "\f196"
}
.wb-plus:before {
    content: "\f197"
}
.wb-minus-circle:before {
    content: "\f198"
}
.wb-minus:before {
    content: "\f199"
}
.wb-alert-circle:before {
    content: "\f19a"
}
.wb-alert:before {
    content: "\f19b"
}
.wb-help-circle:before {
    content: "\f19c"
}
.wb-help:before {
    content: "\f19d"
}
.wb-info-circle:before {
    content: "\f19e"
}
.wb-info:before {
    content: "\f19f"
}
.wb-warning:before {
    content: "\f1a0"
}
.wb-heart:before {
    content: "\f1a1"
}
.wb-heart-outline:before {
    content: "\f1a2"
}
.wb-star:before {
    content: "\f1a3"
}
.wb-star-half:before {
    content: "\f1a4"
}
.wb-star-outline:before {
    content: "\f1a5"
}
.wb-thumb-up:before {
    content: "\f1a6"
}
.wb-thumb-down:before {
    content: "\f1a7"
}
.wb-small-point:before {
    content: "\f1a8"
}
.wb-medium-point:before {
    content: "\f1a9"
}
.wb-large-point:before {
    content: "\f1aa"
}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
[class*=" fa-"], [class^=fa-] {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../../../app/system/include/static/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0);
    src: url(../../../app/system/include/static/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(../../../app/system/include/static/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../../../app/system/include/static/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../../../app/system/include/static/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(../../../app/system/include/static/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg')
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before, .fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099";
    color:#666;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5";
    color:#666;
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0";
    color:#666;
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before, .fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}
.fa-krw:before, .fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a";
    color:#777;
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6";
    /*color:#666;*/
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
    color:#666;
}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230";
    color:#666;
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-television:before, .fa-tv:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fv-has-feedback {
    position: relative
}
.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}
.fv-help-block {
    display: block
}
.fv-form-bootstrap .help-block {
    margin-bottom: 0
}
.fv-form-bootstrap .tooltip-inner {
    text-align: left
}
.fv-form-bootstrap .fv-icon-no-label {
    top: 0
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 11
}
.form-inline.fv-form-bootstrap .form-group {
    vertical-align: top
}
.fv-form-bootstrap .has-feedback {
    position: relative
}
.fv-form-bootstrap .has-feedback .form-control {
    padding-right: 45px
}
.fv-form-bootstrap .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}
.scrollable.is-enabled {
    overflow: hidden !important
}
.is-enabled .scrollable-container {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    overflow: hidden !important
}
.is-enabled .scrollable-container::-webkit-scrollbar {
    width:0;
    height:0;
    -webkit-appearance:none
}
.scrollable-vertical.is-enabled .scrollable-container {
    overflow-y: scroll !important
}
.scrollable-horizontal.is-enabled .scrollable-container {
    overflow-x: scroll !important
}
.is-enabled .scrollable-content {
    position: relative !important;
    overflow: visible !important
}
.is-enabled .scrollable-content:after, .is-enabled .scrollable-content:before {
    display: table;
    content: " "
}
.is-enabled .scrollable-content:after {
    clear: both
}
.scrollable-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none
}
.is-disabled .scrollable-bar {
    display: none
}
.scrollable-bar-hide {
    opacity: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}
.scrollable-bar.is-dragging {
    opacity: 1
}
.scrollable-bar.is-disabled {
    display: none
}
.scrollable-bar-handle {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    cursor: pointer;
    background: rgba(163,175,183,.6);
    border-radius: 2px;
    -webkit-transition: width, height .5s;
    -o-transition: width, height .5s;
    transition: width, height .5s
}
.scrollable-bar-vertical {
    width: 4px;
    height: 100%;
    height:-webkit-calc(100% - 2*4px);
    height:calc(100% - 2*4px);
    margin: 4px 2px
}
.scrollable-bar-vertical .scrollable-bar-handle {
    width: 100%
}
.scrollable-bar-horizontal {
    width: 100%;
    width:-webkit-calc(100% - 2*4px);
    width:calc(100% - 2*4px);
    height: 4px;
    margin: 2px 4px
}
.scrollable-bar-vertical.is-dragging, .scrollable-bar-vertical.is-hovering {
    width: 8px;
    margin: 4px 1px
}
.scrollable-bar-horizontal.is-dragging, .scrollable-bar-horizontal.is-hovering {
    height: 8px;
    margin: 1px 4px
}
.scrollable-bar-horizontal .scrollable-bar-handle {
    height: 100%
}
.scrollable.is-dragging .scrollable-handle, .scrollable.is-hovering .scrollable-handle {
    border-radius: 8px
}
.scrollable.is-dragging .scrollable-bar-handle, .scrollable.is-hovering .scrollable-bar-handle {
    border-radius: 8px
}
.scrollable.is-scrolling .scrollable-bar {
    opacity: 1;
    -webkit-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0
}
.scrollable.is-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none
}
.scrollable.is-dragging .scrollable-bar-handle {
    background: rgba(163,175,183,.8) !important
}
.scrollable-inverse.scrollable .scrollable-bar-handle {
    background: rgba(243,247,249,.5)
}
.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
    background: rgba(243,247,249,.8) !important
}
.scrollable-shadow.scrollable.is-dragging .scrollable-bar, .scrollable-shadow.scrollable.is-hovering .scrollable-bar {
    background: rgba(228,234,236,.5)
}
.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar, .scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
    background: rgba(243,247,249,.3)
}
.alertify-logs>* {
    padding: 12px 24px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    box-shadow: 0 2px 12px rgba(0,0,0,.2)
}
.alertify-logs>*, .alertify-logs>.default {
    background: rgba(0,0,0,.8)
}
.alertify-logs>.error {
    background: #f96868
}
.alertify-logs>.success {
    background: #46be8a
}
.alertify {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}
.alertify.hide {
    pointer-events: none;
    opacity: 0
}
.alertify, .alertify.hide, .alertify.show {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .33s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .33s cubic-bezier(.25, .8, .25, 1);
    transition: all .33s cubic-bezier(.25, .8, .25, 1)
}
.alertify, .alertify * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.alertify .dialog {
    padding: 12px
}
.alertify .alert, .alertify .dialog {
    position: relative;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.alertify .alert>*, .alertify .dialog>* {
    width: 400px;
    max-width: 95%;
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.098), 0 1px 10px 0 rgba(0,0,0,.084);
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.098), 0 1px 10px 0 rgba(0,0,0,.084)
}
.alertify .alert .msg, .alertify .dialog .msg {
    padding: 12px;
    margin: 0;
    margin-bottom: 12px;
    text-align: left
}
.alertify .alert input, .alertify .dialog input {
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}
.alertify .alert input:focus, .alertify .dialog input:focus {
    border-color: #62a8ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)
}
.alertify .alert input.focus, .alertify .alert input:focus, .alertify .dialog input.focus, .alertify .dialog input:focus {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none
}
.alertify .alert input::-moz-placeholder, .alertify .dialog input::-moz-placeholder {
    color:#a3afb7;
    opacity:1
}
.alertify .alert input:-ms-input-placeholder, .alertify .dialog input:-ms-input-placeholder {
    color:#a3afb7
}
.alertify .alert input::-webkit-input-placeholder, .alertify .dialog input::-webkit-input-placeholder {
    color:#a3afb7
}
.alertify .alert nav, .alertify .dialog nav {
    text-align: right
}
.alertify .alert nav .btn, .alertify .dialog nav .btn {
    margin: 4px 5px
}
.alertify-logs {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1699
}
.alertify-logs>* {
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    clear: both;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}
.alertify-logs>.show {
    right: 0;
    opacity: 1
}
.alertify-logs>*, .alertify-logs>.hide {
    right: -100%;
    opacity: 0
}
.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1800;
    display: none;
    width: 276px;
    min-height: 32px;
    padding: 0;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border: 1px solid rgba(204,213,219,.8);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.05)
}
.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
    margin-top: -8px
}
.webui-popover.right, .webui-popover.right-bottom, .webui-popover.right-top {
    margin-left: 8px
}
.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
    margin-top: 8px
}
.webui-popover.left, .webui-popover.left-bottom, .webui-popover.left-top {
    margin-left: -8px
}
.webui-popover.pop {
    -webkit-transition: -webkit-transform .15s cubic-bezier(.3, 0, 0, 1.5);
    -o-transition: -o-transform .15s cubic-bezier(.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(.3, 0, 0, 1.5);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
.webui-popover.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.webui-popover.in {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.webui-popover-inner .close {
    float: right;
    margin: 5px 10px 0 0;
    font-family: arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.webui-popover-inner .close:focus, .webui-popover-inner .close:hover {
    filter: alpha(opacity=50);
    opacity: .5
}
.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f3f7f9;
    border-bottom: 1px solid #e2ecf1;
    border-radius: 3px 3px 0 0
}
.webui-popover-content {
    padding: 20px;
    overflow: auto
}
.webui-no-padding .webui-popover-content {
    padding: 0
}
.webui-no-padding .list-group-item {
    border-right: 0;
    border-left: 0
}
.webui-no-padding .list-group-item:first-child {
    border-top: 0
}
.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}
.webui-popover>.arrow, .webui-popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.webui-popover>.arrow {
    border-width: 9px
}
.webui-popover>.arrow:after {
    content: "";
    border-width: 8px
}
.webui-popover.top-left>.arrow, .webui-popover.top-right>.arrow, .webui-popover.top>.arrow {
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-color: #a8bbc2;
    border-top-color: rgba(204,213,219,.85);
    border-bottom-width: 0
}
.webui-popover.top-left>.arrow:after, .webui-popover.top-right>.arrow:after, .webui-popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -8px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.webui-popover.right-bottom>.arrow, .webui-popover.right-top>.arrow, .webui-popover.right>.arrow {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: #a8bbc2;
    border-right-color: rgba(204,213,219,.85);
    border-left-width: 0
}
.webui-popover.right-bottom>.arrow:after, .webui-popover.right-top>.arrow:after, .webui-popover.right>.arrow:after {
    bottom: -8px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.webui-popover.bottom-left>.arrow, .webui-popover.bottom-right>.arrow, .webui-popover.bottom>.arrow {
    top: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-width: 0;
    border-bottom-color: #a8bbc2;
    border-bottom-color: rgba(204,213,219,.85)
}
.webui-popover.bottom-left>.arrow:after, .webui-popover.bottom-right>.arrow:after, .webui-popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -8px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.webui-popover.left-bottom>.arrow, .webui-popover.left-top>.arrow, .webui-popover.left>.arrow {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: #a8bbc2;
    border-left-color: rgba(204,213,219,.85)
}
.webui-popover.left-bottom>.arrow:after, .webui-popover.left-top>.arrow:after, .webui-popover.left>.arrow:after {
    right: 1px;
    bottom: -8px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.webui-popover-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1799;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65)
}
.webui-popover-primary .webui-popover-title {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}
.webui-popover-primary.bottom .arrow {
    border-bottom-color: #62a8ea
}
.webui-popover-primary.bottom .arrow:after {
    border-bottom-color: #62a8ea
}
.webui-popover-success .webui-popover-title {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}
.webui-popover-success.bottom .arrow {
    border-bottom-color: #46be8a
}
.webui-popover-success.bottom .arrow:after {
    border-bottom-color: #46be8a
}
.webui-popover-info .webui-popover-title {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}
.webui-popover-info.bottom .arrow {
    border-bottom-color: #57c7d4
}
.webui-popover-info.bottom .arrow:after {
    border-bottom-color: #57c7d4
}
.webui-popover-warning .webui-popover-title {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}
.webui-popover-warning.bottom .arrow {
    border-bottom-color: #f2a654
}
.webui-popover-warning.bottom .arrow:after {
    border-bottom-color: #f2a654
}
.webui-popover-danger .webui-popover-title {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}
.webui-popover-danger.bottom .arrow {
    border-bottom-color: #f96868
}
.webui-popover-danger.bottom .arrow:after {
    border-bottom-color: #f96868
}
.flag-icon-background {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain
}
.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain
}
.flag-icon:before {
    content: "\00a0"
}
.dropdown-menu .flag-icon {
    margin-right: 5px
}
.flag-icon-ad {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ad.svg)
}
.flag-icon-ae {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ae.svg)
}
.flag-icon-af {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/af.svg)
}
.flag-icon-ag {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ag.svg)
}
.flag-icon-ai {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ai.svg)
}
.flag-icon-al {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/al.svg)
}
.flag-icon-am {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/am.svg)
}
.flag-icon-ao {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ao.svg)
}
.flag-icon-aq {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/aq.svg)
}
.flag-icon-ar {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ar.svg)
}
.flag-icon-as {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/as.svg)
}
.flag-icon-at {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/at.svg)
}
.flag-icon-au {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/au.svg)
}
.flag-icon-aw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/aw.svg)
}
.flag-icon-ax {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ax.svg)
}
.flag-icon-az {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/az.svg)
}
.flag-icon-ba {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ba.svg)
}
.flag-icon-bb {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bb.svg)
}
.flag-icon-bd {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bd.svg)
}
.flag-icon-be {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/be.svg)
}
.flag-icon-bf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bf.svg)
}
.flag-icon-bg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bg.svg)
}
.flag-icon-bh {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bh.svg)
}
.flag-icon-bi {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bi.svg)
}
.flag-icon-bj {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bj.svg)
}
.flag-icon-bl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bl.svg)
}
.flag-icon-bm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bm.svg)
}
.flag-icon-bn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bn.svg)
}
.flag-icon-bo {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bo.svg)
}
.flag-icon-bq {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bq.svg)
}
.flag-icon-br {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/br.svg)
}
.flag-icon-bs {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bs.svg)
}
.flag-icon-bt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bt.svg)
}
.flag-icon-bv {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bv.svg)
}
.flag-icon-bw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bw.svg)
}
.flag-icon-by {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/by.svg)
}
.flag-icon-bz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/bz.svg)
}
.flag-icon-ca {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ca.svg)
}
.flag-icon-cc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cc.svg)
}
.flag-icon-cd {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cd.svg)
}
.flag-icon-cf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cf.svg)
}
.flag-icon-cg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cg.svg)
}
.flag-icon-ch {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ch.svg)
}
.flag-icon-ci {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ci.svg)
}
.flag-icon-ck {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ck.svg)
}
.flag-icon-cl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cl.svg)
}
.flag-icon-cm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cm.svg)
}
.flag-icon-cn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cn.svg)
}
.flag-icon-co {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/co.svg)
}
.flag-icon-cr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cr.svg)
}
.flag-icon-cu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cu.svg)
}
.flag-icon-cv {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cv.svg)
}
.flag-icon-cw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cw.svg)
}
.flag-icon-cx {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cx.svg)
}
.flag-icon-cy {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cy.svg)
}
.flag-icon-cz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/cz.svg)
}
.flag-icon-de {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/de.svg)
}
.flag-icon-dj {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/dj.svg)
}
.flag-icon-dk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/dk.svg)
}
.flag-icon-dm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/dm.svg)
}
.flag-icon-do {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/do.svg)
}
.flag-icon-dz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/dz.svg)
}
.flag-icon-ec {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ec.svg)
}
.flag-icon-ee {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ee.svg)
}
.flag-icon-eg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/eg.svg)
}
.flag-icon-eh {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/eh.svg)
}
.flag-icon-er {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/er.svg)
}
.flag-icon-es {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/es.svg)
}
.flag-icon-et {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/et.svg)
}
.flag-icon-fi {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/fi.svg)
}
.flag-icon-fj {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/fj.svg)
}
.flag-icon-fk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/fk.svg)
}
.flag-icon-fm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/fm.svg)
}
.flag-icon-fo {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/fo.svg)
}
.flag-icon-fr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/fr.svg)
}
.flag-icon-ga {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ga.svg)
}
.flag-icon-gb {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gb.svg)
}
.flag-icon-gd {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gd.svg)
}
.flag-icon-ge {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ge.svg)
}
.flag-icon-gf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gf.svg)
}
.flag-icon-gg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gg.svg)
}
.flag-icon-gh {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gh.svg)
}
.flag-icon-gi {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gi.svg)
}
.flag-icon-gl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gl.svg)
}
.flag-icon-gm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gm.svg)
}
.flag-icon-gn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gn.svg)
}
.flag-icon-gp {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gp.svg)
}
.flag-icon-gq {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gq.svg)
}
.flag-icon-gr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gr.svg)
}
.flag-icon-gs {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gs.svg)
}
.flag-icon-gt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gt.svg)
}
.flag-icon-gu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gu.svg)
}
.flag-icon-gw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gw.svg)
}
.flag-icon-gy {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/gy.svg)
}
.flag-icon-hk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/hk.svg)
}
.flag-icon-hm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/hm.svg)
}
.flag-icon-hn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/hn.svg)
}
.flag-icon-hr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/hr.svg)
}
.flag-icon-ht {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ht.svg)
}
.flag-icon-hu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/hu.svg)
}
.flag-icon-id {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/id.svg)
}
.flag-icon-ie {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ie.svg)
}
.flag-icon-il {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/il.svg)
}
.flag-icon-im {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/im.svg)
}
.flag-icon-in {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/in.svg)
}
.flag-icon-io {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/io.svg)
}
.flag-icon-iq {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/iq.svg)
}
.flag-icon-ir {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ir.svg)
}
.flag-icon-is {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/is.svg)
}
.flag-icon-it {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/it.svg)
}
.flag-icon-je {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/je.svg)
}
.flag-icon-jm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/jm.svg)
}
.flag-icon-jo {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/jo.svg)
}
.flag-icon-jp {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/jp.svg)
}
.flag-icon-ke {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ke.svg)
}
.flag-icon-kg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kg.svg)
}
.flag-icon-kh {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kh.svg)
}
.flag-icon-ki {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ki.svg)
}
.flag-icon-km {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/km.svg)
}
.flag-icon-kn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kn.svg)
}
.flag-icon-kp {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kp.svg)
}
.flag-icon-kr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kr.svg)
}
.flag-icon-kw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kw.svg)
}
.flag-icon-ky {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ky.svg)
}
.flag-icon-kz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/kz.svg)
}
.flag-icon-la {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/la.svg)
}
.flag-icon-lb {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lb.svg)
}
.flag-icon-lc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lc.svg)
}
.flag-icon-li {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/li.svg)
}
.flag-icon-lk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lk.svg)
}
.flag-icon-lr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lr.svg)
}
.flag-icon-ls {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ls.svg)
}
.flag-icon-lt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lt.svg)
}
.flag-icon-lu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lu.svg)
}
.flag-icon-lv {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/lv.svg)
}
.flag-icon-ly {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ly.svg)
}
.flag-icon-ma {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ma.svg)
}
.flag-icon-mc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mc.svg)
}
.flag-icon-md {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/md.svg)
}
.flag-icon-me {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/me.svg)
}
.flag-icon-mf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mf.svg)
}
.flag-icon-mg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mg.svg)
}
.flag-icon-mh {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mh.svg)
}
.flag-icon-mk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mk.svg)
}
.flag-icon-ml {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ml.svg)
}
.flag-icon-mm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mm.svg)
}
.flag-icon-mn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mn.svg)
}
.flag-icon-mo {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mo.svg)
}
.flag-icon-mp {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mp.svg)
}
.flag-icon-mq {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mq.svg)
}
.flag-icon-mr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mr.svg)
}
.flag-icon-ms {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ms.svg)
}
.flag-icon-mt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mt.svg)
}
.flag-icon-mu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mu.svg)
}
.flag-icon-mv {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mv.svg)
}
.flag-icon-mw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mw.svg)
}
.flag-icon-mx {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mx.svg)
}
.flag-icon-my {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/my.svg)
}
.flag-icon-mz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/mz.svg)
}
.flag-icon-na {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/na.svg)
}
.flag-icon-nc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/nc.svg)
}
.flag-icon-ne {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ne.svg)
}
.flag-icon-nf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/nf.svg)
}
.flag-icon-ng {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ng.svg)
}
.flag-icon-ni {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ni.svg)
}
.flag-icon-nl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/nl.svg)
}
.flag-icon-no {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/no.svg)
}
.flag-icon-np {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/np.svg)
}
.flag-icon-nr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/nr.svg)
}
.flag-icon-nu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/nu.svg)
}
.flag-icon-nz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/nz.svg)
}
.flag-icon-om {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/om.svg)
}
.flag-icon-pa {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pa.svg)
}
.flag-icon-pe {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pe.svg)
}
.flag-icon-pf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pf.svg)
}
.flag-icon-pg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pg.svg)
}
.flag-icon-ph {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ph.svg)
}
.flag-icon-pk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pk.svg)
}
.flag-icon-pl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pl.svg)
}
.flag-icon-pm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pm.svg)
}
.flag-icon-pn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pn.svg)
}
.flag-icon-pr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pr.svg)
}
.flag-icon-ps {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ps.svg)
}
.flag-icon-pt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pt.svg)
}
.flag-icon-pw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/pw.svg)
}
.flag-icon-py {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/py.svg)
}
.flag-icon-qa {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/qa.svg)
}
.flag-icon-re {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/re.svg)
}
.flag-icon-ro {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ro.svg)
}
.flag-icon-rs {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/rs.svg)
}
.flag-icon-ru {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ru.svg)
}
.flag-icon-rw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/rw.svg)
}
.flag-icon-sa {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sa.svg)
}
.flag-icon-sb {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sb.svg)
}
.flag-icon-sc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sc.svg)
}
.flag-icon-sd {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sd.svg)
}
.flag-icon-se {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/se.svg)
}
.flag-icon-sg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sg.svg)
}
.flag-icon-sh {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sh.svg)
}
.flag-icon-si {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/si.svg)
}
.flag-icon-sj {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sj.svg)
}
.flag-icon-sk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sk.svg)
}
.flag-icon-sl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sl.svg)
}
.flag-icon-sm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sm.svg)
}
.flag-icon-sn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sn.svg)
}
.flag-icon-so {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/so.svg)
}
.flag-icon-sr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sr.svg)
}
.flag-icon-ss {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ss.svg)
}
.flag-icon-st {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/st.svg)
}
.flag-icon-sv {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sv.svg)
}
.flag-icon-sx {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sx.svg)
}
.flag-icon-sy {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sy.svg)
}
.flag-icon-sz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/sz.svg)
}
.flag-icon-tc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tc.svg)
}
.flag-icon-td {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/td.svg)
}
.flag-icon-tf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tf.svg)
}
.flag-icon-tg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tg.svg)
}
.flag-icon-th {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/th.svg)
}
.flag-icon-tj {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tj.svg)
}
.flag-icon-tk {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tk.svg)
}
.flag-icon-tl {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tl.svg)
}
.flag-icon-tm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tm.svg)
}
.flag-icon-tn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tn.svg)
}
.flag-icon-to {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/to.svg)
}
.flag-icon-tr {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tr.svg)
}
.flag-icon-tt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tt.svg)
}
.flag-icon-tv {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tv.svg)
}
.flag-icon-tw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tw.svg)
}
.flag-icon-tz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/tz.svg)
}
.flag-icon-ua {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ua.svg)
}
.flag-icon-ug {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ug.svg)
}
.flag-icon-um {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/um.svg)
}
.flag-icon-us {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/us.svg)
}
.flag-icon-uy {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/uy.svg)
}
.flag-icon-uz {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/uz.svg)
}
.flag-icon-va {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/va.svg)
}
.flag-icon-vc {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/vc.svg)
}
.flag-icon-ve {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ve.svg)
}
.flag-icon-vg {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/vg.svg)
}
.flag-icon-vi {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/vi.svg)
}
.flag-icon-vn {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/vn.svg)
}
.flag-icon-vu {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/vu.svg)
}
.flag-icon-wf {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/wf.svg)
}
.flag-icon-ws {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ws.svg)
}
.flag-icon-ye {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/ye.svg)
}
.flag-icon-yt {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/yt.svg)
}
.flag-icon-za {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/za.svg)
}
.flag-icon-zm {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/zm.svg)
}
.flag-icon-zw {
    background-image: url(../../../app/system/include/static/vendor/flag-icon-css/flags/zw.svg)
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 9px 16px 8px;
    margin-left: -1px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom: 0;
    border-radius: 0;
    border-top-right-radius: 3px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 8px 16px;
    border-radius: 0;
    border-bottom-right-radius: 3px
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-weight: 300
}
.bootstrap-touchspin .input-group-btn .btn {
    padding: 6px 16px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
.bootstrap-touchspin-postfix.input-group-addon {
    border-left: 0;
    broder-left: 0
}
.bootstrap-touchspin-prefix.input-group-addon {
    border-right: 0;
    broder-right: 0
}
.bootstrap-touchspin input[name=touchSpinVertical] {
    border-radius: 3px 0 0 3px !important
}
.bootstrap-touchspin .input-group-btn:first-child>.btn, .bootstrap-touchspin .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child) {
    border-right: 0;
    border-left: 0
}
.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child)>.btn, .bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-right: 0;
    border-left: 0
}
.ladda-button {
    position: relative
}
.ladda-button .ladda-spinner {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 0;
    pointer-events: none;
    opacity: 0
}
.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}
.ladda-button .ladda-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    visibility: hidden;
    background: rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: .1s linear all;
    -o-transition: .1s linear all;
    transition: .1s linear all
}
.ladda-button[data-loading] .ladda-progress {
    visibility: visible;
    opacity: 1
}
.ladda-button, .ladda-button .ladda-label, .ladda-button .ladda-spinner {
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275 all);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 1.275 all);
    transition: .3s cubic-bezier(.175, .885, .32, 1.275 all)
}
.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-label, .ladda-button[data-style=zoom-out] .ladda-spinner {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}
.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px
}
.ladda-button[data-style=expand-right].btn-xs .ladda-spinner, .ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
    right: -12px
}
.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 45px
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=expand-right][data-loading] .btn-xs, .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
    padding-right: 30px
}
.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px
}
.ladda-button[data-style=expand-left].btn-xs .ladda-spinner, .ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
    left: 15px
}
.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 45px
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=expand-left][data-loading].btn-xs, .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
    padding-left: 30px
}
.ladda-button[data-style=expand-up] {
    overflow: hidden
}
.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0
}
.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 30px
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    top: 16px;
    margin-top: 0;
    opacity: 1
}
.ladda-button[data-style=expand-up][data-loading].btn-xs, .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
    padding-top: 32px
}
.ladda-button[data-style=expand-up][data-loading].btn-xs .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
    top: 4px
}
.ladda-button[data-style=expand-down] {
    overflow: hidden
}
.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 44px;
    left: 50%;
    margin-left: 0
}
.ladda-button[data-style=expand-down].btn-xs .ladda-spinner, .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
    top: 30px
}
.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 30px
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=expand-down][data-loading].btn-xs, .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
    padding-bottom: 23px
}
.ladda-button[data-style=slide-left] {
    overflow: hidden
}
.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    left: -100%;
    opacity: 0
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    left: 50%;
    opacity: 1
}
.ladda-button[data-style=slide-right] {
    overflow: hidden
}
.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    left: 16px;
    margin-left: 0
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    left: 100%;
    opacity: 0
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    left: 50%;
    opacity: 1
}
.ladda-button[data-style=slide-up] {
    overflow: hidden
}
.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-top: 1em;
    margin-left: 0
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    top: -1em;
    opacity: 0
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    margin-top: 0;
    opacity: 1
}
.ladda-button[data-style=slide-down] {
    overflow: hidden
}
.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-top: -2em;
    margin-left: 0
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    top: 1em;
    opacity: 0
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    margin-top: 0;
    opacity: 1
}
.ladda-button[data-style=zoom-out] {
    overflow: hidden
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}
.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    margin-left: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.ladda-button[data-style=zoom-in] {
    overflow: hidden
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}
.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    margin-left: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.ladda-button[data-style=contract] {
    width: 100px;
    overflow: hidden
}
.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0
}
.ladda-button[data-style=contract][data-loading] {
    width: 52px;
    border-radius: 50%
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=contract-overlay] {
    width: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0)
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0
}
.ladda-button[data-style=contract-overlay][data-loading] {
    width: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,.8);
    box-shadow: 0 0 0 3000px rgba(0,0,0,.8)
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}
table.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show
}
.tablesaw {
    width: 100%;
    border-collapse: collapse
}
.tablesaw {
    padding: 0;
    border: 0
}
.tablesaw td, .tablesaw th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em
}
.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em
}
:root {
    var-button-selected-background: #29abe2;
    var-button-checkbox-selected-background: #34a3de;
    var-button-selected-shadow: rgba(0,75,115,.45);
    var-button-interaction-text: #76838f;
    var-button-interaction-shadow: #4faeef
}
.tablesaw-enhanced .tablesaw-bar .btn {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    padding: 4px 8px;
    margin: 0;
    clear: both;
    color: #76838f;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    background: 0;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -moz-appearance: none !important;
    -webkit-font-smoothing: antialiased
}
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none
}
.tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:hover {
    background-color: #fff;
    border-color: #62a8ea;
    outline: 0
}
.tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #62a8ea
}
.tablesaw-bar .btn:focus {
    color: #62a8ea
}
.ie-lte8 .tablesaw-bar .btn:focus, .ie-lte8 .tablesaw-bar .btn:hover {
    color: #76838f;
    background-color: #fff;
    border-color: #aaa;
    outline: 0
}
.ie-lte8 .tablesaw-bar .btn:focus, .ie-lte8 .tablesaw-bar .btn:hover {
    color: #76838f;
    background-color: #fff;
    border-color: #62a8ea;
    outline: 0
}
.tablesaw-bar .btn-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1em;
    margin: 0;
    font-weight: inherit;
    background: 0;
    border: 0
}
.tablesaw-bar .btn-select select {
    display: inline-block;
    color: transparent;
    filter: alpha(opacity=0);
    opacity: 0
}
.tablesaw-bar .btn select option {
    font-family: sans-serif;
    color: #000;
    background: #fff
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    min-width: 7.25em;
    margin-bottom: 3px;
    color: #76838f;
    text-align: left;
    text-indent: 0
}
.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em
}
.tablesaw-bar .btn.btn-micro, .tablesaw-bar .btn.btn-small {
    position: relative;
    top: 0;
    display: inline-block;
    width: auto;
    height: auto
}
.tablesaw-bar .btn.btn-small {
    line-height: 20px
}
.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left
}
.tablesaw-bar .btn-select:after {
    position: absolute;
    display: block;
    content: " ";
    background: #f3f7f9;
    background: rgba(0,0,0,.1)
}
.tablesaw-bar .btn-select:after {
    top: 6px;
    right: auto;
    bottom: 0;
    left: auto;
    display: inline-block;
    width: 1.8em;
    padding: 0;
    margin: 0 5px 0;
    font-family: "Web Icons";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    content: "\f18f";
    background: 0;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}
.tablesaw-bar .btn-select.btn-micro:after, .tablesaw-bar .btn-select.btn-small:after {
    background: 0;
    border-left-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.tablesaw-bar .btn-select.btn-small:after {
    padding-top: 0;
    padding-right: 0;
    font-size: 16px
}
.tablesaw-advance .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    -moz-appearance: none
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    position: relative;
    display: inline-block;
    margin-left: .5em;
    font-family: "Web Icons";
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
    content: "\f18f"
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\f190"
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    content: "\f17e"
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    content: "\f17f"
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=40);
    opacity: .4
}
.tablesaw-bar {
    clear: both;
    font-family: sans-serif
}
.tablesaw-toolbar {
    float: left;
    font-size: 13px
}
.tablesaw-toolbar label {
    display: block;
    padding: .5em 0;
    margin-right: 20px;
    clear: both;
    color: #76838f;
    text-transform: uppercase
}
.tablesaw-bar .btn, .tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em
}
.tablesaw-bar .btn-select, .tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0
}
.tablesaw-bar .tablesaw-toolbar .btn {
    padding-left: .3em;
    margin-top: 0;
    margin-left: .4em;
    font-family: sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0
}
.tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: 0
}
.tablesaw-bar .tablesaw-toolbar select {
    color: #76838f;
    text-transform: none;
    background: 0
}
.tablesaw-toolbar~table {
    clear: both
}
.tablesaw-toolbar .a11y-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

@media(min-width:24em) {
    .tablesaw-toolbar .a11y-sm {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: none
    }
}
.tablesaw td, .tablesaw th {
    line-height: 1em;
    text-align: left;
    vertical-align: middle
}
.tablesaw tbody th, .tablesaw td {
    vertical-align: middle
}
.tablesaw tbody th .btn, .tablesaw td .btn {
    margin: 0
}
.tablesaw thead th {
    text-align: left;
    text-transform: uppercase
}
.tablesaw caption {
    margin-bottom: 0;
    line-height: 2.4;
    text-align: left;
    filter: alpha(opacity=50);
    opacity: .5
}

@media(min-width:25em) {
    .tablesaw caption {
        margin-bottom: .6em;
        line-height: 1.2
    }
}
.tablesaw-cell-label-top {
    font-weight: 300;
    text-transform: uppercase
}
.tablesaw-cell-label {
    text-transform: uppercase
}

@media(min-width:40em) {
    .tablesaw td {
        line-height: 1.5em
    }
}
.tablesaw-cell-label-top {
    font-weight: 300;
    text-transform: uppercase
}
.tablesaw-cell-label {
    text-transform: uppercase
}

@media(min-width:40em) {
    .tablesaw td {
        line-height: 1.5em
    }
}
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {
    .tablesaw-stack td, .tablesaw-stack th {
        display: block;
        text-align: left
    }
    .tablesaw-stack tr {
        display: table-row;
        clear: both
    }
    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: inline-block;
        width: 30%;
        padding: 0 .6em 0 0
    }
    .tablesaw-stack td .tablesaw-cell-label-top, .tablesaw-stack th .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }
    .tablesaw-cell-label {
        display: block
    }
    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important
    }
}

@media(max-width:767px) {
    .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: none
    }
    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: left;
        width: 100%;
        clear: left
    }
    .tablesaw-cell-label {
        vertical-align: top
    }
    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%
    }
    .tablesaw-stack td:empty, .tablesaw-stack th:empty {
        display: none
    }
}

@media(min-width:768px) {
    .tablesaw-stack tr {
        display: table-row
    }
    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell
    }
    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: none !important
    }
}
.tablesaw-fix-persist {
    table-layout: fixed
}

@media only all {
    .tablesaw-swipe td.tablesaw-cell-hidden, .tablesaw-swipe th.tablesaw-cell-hidden {
        display: none
    }
}
.btn.tablesaw-columntoggle-btn span {
    display: inline-block;
    text-indent: -9999px
}
.tablesaw-columntoggle-btnwrap {
    position: relative
}
.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em
}
.tablesaw-columntoggle tbody td {
    line-height: 1.5
}
.tablesaw-columntoggle-popup {
    display: none
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    position: absolute;
    top: 2em;
    right: 0;
    z-index: 1;
    display: block;
    padding: .5em .8em;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px
}
.tablesaw-columntoggle-popup fieldset {
    margin: 0
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: none
    }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none
}

@media(min-width:20em) {
    .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: table-cell
    }
}

@media(min-width:30em) {
    .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-2 {
        display: table-cell
    }
}

@media(min-width:40em) {
    .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-3 {
        display: table-cell
    }
    .tablesaw-columntoggle tbody td {
        line-height: 2
    }
}

@media(min-width:50em) {
    .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-4 {
        display: table-cell
    }
}

@media(min-width:60em) {
    .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-5 {
        display: table-cell
    }
}

@media(min-width:70em) {
    .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: table-cell
    }
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-cell-hidden, .tablesaw-columntoggle th.tablesaw-cell-hidden {
        display: none
    }
    .tablesaw-columntoggle td.tablesaw-cell-visible, .tablesaw-columntoggle th.tablesaw-cell-visible {
        display: table-cell
    }
}
.tablesaw-columntoggle-popup .btn-group>label {
    display: block;
    padding: .2em 0;
    white-space: nowrap
}
.tablesaw-columntoggle-popup .btn-group>label input {
    margin-right: .8em
}
.tablesaw-sortable, .tablesaw-sortable thead, .tablesaw-sortable thead tr, .tablesaw-sortable thead tr th {
    position: relative
}
.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top
}
.tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0
}
.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-right: 1.6em;
    padding-bottom: .7em;
    padding-left: .6em
}
.tablesaw-sortable .tablesaw-sortable-head button {
    position: relative;
    min-width: 100%;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: left;
    text-transform: inherit;
    background: 0;
    border: 0
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    position: absolute;
    right: .5em;
    display: inline-block;
    width: 7px;
    height: 10px;
    font-family: "Web Icons";
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    content: "\0020";
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f190"
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f18f"
}
.tablesaw-sortable .not-applicable:after {
    display: block;
    content: "--"
}
.tablesaw-sortable .not-applicable span {
    display: none
}
.tablesaw-advance {
    float: right
}
.tablesaw-advance.minimap {
    margin-right: .4em
}
.tablesaw-advance-dots {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}
.tablesaw-advance-dots li {
    display: table-cell;
    padding: .4em .2em
}
.tablesaw-advance-dots li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #a3afb7;
    border-radius: 100%
}
.tablesaw-advance-dots-hide {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=30);
    opacity: .3
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}
.ad-gallery {
    width: 100%;
    text-align: center
}
.ad-gallery .ad-image img {
    margin: 0 auto
}
.ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0
}
.ad-gallery .ad-image-wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}
.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC
}
.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}
.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}
.ad-gallery .ad-image-wrapper .ad-next, .ad-gallery .ad-image-wrapper .ad-prev {
    background: url(../../../templates/M1089008/min/widget/ad-gallery/non-existing.jpg) \9
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image, .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
    background: url(../../../templates/M1089008/min/widget/ad-gallery/icon-arrowbtn.png) no-repeat 0 0;
    width: 24px;
    height: 49px;
    display: block !important;
    position: absolute;
    top: 47%;
    left: 10%;
    z-index: 101
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../../../templates/M1089008/min/widget/ad-gallery/icon-arrowbtn.png) no-repeat 8px -237px;
    width: 24px;
    height: 49px;
    right: 10%;
    left: auto
}
.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9
}
.ad-gallery .ad-image-wrapper .ad-image img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(../../../templates/M1089008/min/widget/ad-gallery/opa75.png);
    color: #000
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: 0;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='opa75.png')
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block
}
.ad-gallery .ad-controls {
    height: 20px;
    display: none
}
.ad-gallery .ad-info {
    float: left
}
.ad-gallery .ad-slideshow-controls {
    float: right
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: .9em
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic
}
.ad-gallery .ad-nav {
    width: 100%;
    position: relative
}
.ad-gallery .ad-back, .ad-gallery .ad-forward {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10
}
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 100px
}
.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    width: 9000px;
    list-style: none;
    margin: 0 auto;
    text-align: center
}
.ad-gallery .ad-thumbs li {
    padding-right: 5px
}

@media(max-width:768px) {
    .ad-gallery .ad-thumbs li a img {
        width: 64px;
        height: 64px
    }
}

@media(min-width:768px) {
    .ad-gallery .ad-thumbs li {
        float: none !important;
        display: inline-block
    }
}
.ad-gallery .ad-thumbs li a {
    display: block
}
.ad-gallery .ad-thumbs li a img {
    border: 2px solid #fff;
    display: block
}
.ad-gallery .ad-thumbs li a.ad-active img {
    border: 2px solid #f2a654
}
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px
}
.ad-gallery {
    width: 100%;
    text-align: center
}
.ad-gallery .ad-image img {
    margin: 0 auto
}
.ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0
}
.ad-gallery .ad-image-wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}
.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC
}
.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}
.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}
.ad-gallery .ad-image-wrapper .ad-next, .ad-gallery .ad-image-wrapper .ad-prev {
    background: url(../../../templates/M1089008/min/widget/ad-gallery/non-existing.jpg) \9
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image, .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
    background: url(../../../templates/M1089008/min/widget/ad-gallery/icon-arrowbtn.png) no-repeat 0 0;
    width: 24px;
    height: 48px;
    display: block !important;
    position: absolute;
    top: 47%;
    left: 50%;
    margin-left: -12px;
    z-index: 101
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../../../templates/M1089008/min/widget/ad-gallery/icon-arrowbtn.png) no-repeat 0 -50px;
    width: 24px;
    height: 48px;
    right: 50%;
    margin-right: -12px;
    left: auto
}
.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    z-index: 9
}
.ad-gallery .ad-image-wrapper .ad-image img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(../../../templates/M1089008/min/widget/ad-gallery/opa75.png);
    color: #000
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: 0;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='opa75.png')
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block
}
.ad-gallery .ad-controls {
    height: 20px;
    display: none
}
.ad-gallery .ad-info {
    float: left
}
.ad-gallery .ad-slideshow-controls {
    float: right
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: .9em
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic
}
.ad-gallery .ad-nav {
    width: 100%;
    position: relative
}
.ad-gallery .ad-back, .ad-gallery .ad-forward {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10
}
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 100px
}
.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    width: 9000px;
    list-style: none;
    margin: 0 auto
}
.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px
}
.ad-gallery .ad-thumbs li a {
    display: block
}
.ad-gallery .ad-thumbs li a img {
    border: 2px solid #fff;
    display: block
}
.ad-gallery .ad-thumbs li a.ad-active img {
    border: 2px solid #f2a654
}
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
    background-color: rgba(0,0,0,.45);
    z-index: 99980
}
#lg-counter, .lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}
@font-face {
    font-family: lg;
    src: url(../../../templates/M1089008/min/widget/LightBox/css/../fonts/lg.eot?n1z373);
    src: url(../../../templates/M1089008/min/widget/LightBox/css/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../../../templates/M1089008/min/widget/LightBox/css/../fonts/lg.woff?n1z373) format("woff"), url(../../../templates/M1089008/min/widget/LightBox/css/../fonts/lg.ttf?n1z373) format("truetype"), url(../../../templates/M1089008/min/widget/LightBox/css/../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}
.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
}
.lg-actions .lg-next {
    right: 20px
}
.lg-actions .lg-next:before {
    content: "\e095"
}
.lg-actions .lg-prev {
    left: 20px
}
.lg-actions .lg-prev:after {
    content: "\e094"
}
@-webkit-keyframes lg-right-end {
    0%, 100% {
        left:0
    }
    50% {
        left:-30px
    }
}
@-moz-keyframes lg-right-end {
    0%, 100% {
        left:0
    }
    50% {
        left:-30px
    }
}
@-ms-keyframes lg-right-end {
    0%, 100% {
        left:0
    }
    50% {
        left:-30px
    }
}
@keyframes lg-right-end {
    0%, 100% {
        left:0
    }
    50% {
        left:-30px
    }
}
@-webkit-keyframes lg-left-end {
    0%, 100% {
        left:0
    }
    50% {
        left:30px
    }
}
@-moz-keyframes lg-left-end {
    0%, 100% {
        left:0
    }
    50% {
        left:30px
    }
}
@-ms-keyframes lg-left-end {
    0%, 100% {
        left:0
    }
    50% {
        left:30px
    }
}
@keyframes lg-left-end {
    0%, 100% {
        left:0
    }
    50% {
        left:30px
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}
.lg-toolbar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0
}
.lg-toolbar .lg-icon:hover {
    color: #FFF
}
.lg-toolbar .lg-close:after {
    content: "\e070"
}
.lg-toolbar .lg-download:after {
    content: "\e0f2"
}
.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}
#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}
.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0, opacity .35s cubic-bezier(0, 0, .25, 1) 0;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0, opacity .35s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0, opacity .35s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0, opacity .35s cubic-bezier(0, 0, .25, 1) 0
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0, opacity 250ms !important;
    transition: transform 250ms ease 0, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 99980;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media(min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}
.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}
.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}
.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
}
.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 99980;
    cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../../../templates/M1089008/min/widget/LightBox/css/../img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../../../templates/M1089008/min/widget/LightBox/css/../img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../../../templates/M1089008/min/widget/LightBox/css/../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../../../templates/M1089008/min/widget/LightBox/css/../img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../../../templates/M1089008/min/widget/LightBox/css/../img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99980;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0;
    -moz-transition: opacity 80ms ease 0;
    -o-transition: opacity 80ms ease 0;
    transition: opacity 80ms ease 0
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}
.lg-autoplay-button:after {
    content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0;
    transition-duration: 0
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s ease 0;
    -moz-transition: -moz-transform .3s ease 0;
    -o-transition: -o-transform .3s ease 0;
    transition: transform .3s ease 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s ease 0, opacity .15s !important;
    -moz-transition: -moz-transform .3s ease 0, opacity .15s !important;
    -o-transition: -o-transform .3s ease 0, opacity .15s !important;
    transition: transform .3s ease 0, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
#lg-zoom-in:after {
    content: "\e311"
}
#lg-actual-size {
    font-size: 20px
}
#lg-actual-size:after {
    content: "\e033"
}
#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}
#lg-zoom-out:after {
    content: "\e312"
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99980;
    height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0, -webkit-transform .15s ease 0;
    -moz-transition: opacity .15s ease 0, -moz-transform .15s ease 0;
    -o-transition: opacity .15s ease 0, -o-transform .15s ease 0;
    transition: opacity .15s ease 0, transform .15s ease 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}
.lg-outer .lg-pager {
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0;
    -o-transition: box-shadow .3s ease 0;
    transition: box-shadow .3s ease 0;
    width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
    width: 100%;
    height: 100%
}
.lg-fullscreen:after {
    content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}
.group:after, .group:before {
    display: table;
    content: "";
    line-height: 0
}
.group:after {
    clear: both
}
.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99950;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0;
    -o-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.lg-outer.lg-visible {
    opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    opacity: 1
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}
.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}
.lg-outer .lg-item {
    background: url(../../../templates/M1089008/min/widget/LightBox/css/../img/loading.gif) center center no-repeat;
    display: none !important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}
.lg-outer .lg-img-wrap {
    position: static;
    padding: 0 5px
}
.lg-outer .lg-item.lg-complete {
    background-image: none
}
.lg-outer .lg-item.lg-current {
    z-index: 99960
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0;
    -o-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99940;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0;
    -o-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0
}
.lg-backdrop.in {
    opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0 ease 0 !important;
    -moz-transition: none 0 ease 0 !important;
    -o-transition: none 0 ease 0 !important;
    transition: none 0 ease 0 !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
    opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0;
    -moz-transition: opacity .1s ease 0;
    -o-transition: opacity .1s ease 0;
    transition: opacity .1s ease 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0, opacity .1s ease 0
}
.mm-menu, .mm-panels, .mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}
.mm-btn, .mm-menu {
    box-sizing: border-box
}
.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}
.mm-hidden {
    display: none !important
}
.mm-menu, .mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative
}
.mm-menu {
    padding: 0;
    position: absolute
}
.mm-panels, .mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}
.mm-btn, .mm-panel.mm-highest {
    z-index: 1
}
.mm-panels {
    overflow: hidden
}
.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}
.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}
.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}
.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}
.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
    display: block
}
.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}
.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}
.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-clear:before, .mm-close:before {
    border-right: 0;
    border-bottom: 0;
    right: 18px
}
.mm-clear:after, .mm-close:after {
    border-left: 0;
    border-top: 0;
    right: 25px
}
.mm-arrow:after, .mm-next:after, .mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-prev:before {
    border-right: 0;
    border-bottom: 0;
    left: 23px
}
.mm-arrow:after, .mm-next:after {
    border-top: 0;
    border-left: 0;
    right: 23px
}
.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
.mm-navbar>* {
    display: block;
    padding: 10px 0
}
.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}
.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}
.mm-panel .mm-navbar {
    display: none
}
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}
.mm-listview, .mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}
.mm-listview>li {
    position: relative
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: inherit
}
.mm-listview>li>a, .mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
    padding-right: 50px
}
.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px
}
.mm-listview .mm-next {
    background: rgba(3,2,1,0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}
.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}
.mm-listview .mm-next+a, .mm-listview .mm-next+span {
    margin-right: 50px
}
.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}
.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: 0
}
.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}
.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}
.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}
.mm-listview .mm-inset>li {
    padding: 5px 0
}
.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}
.mm-listview .mm-spacer {
    padding-top: 40px
}
.mm-listview .mm-spacer>.mm-next {
    top: 40px
}
.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.7)
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(0,0,0,.3)
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0,0,0,.3)
}
.mm-menu .mm-listview {
    border-color: rgba(0,0,0,.1)
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0,0,0,.3)
}
.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.5);
    tap-highlight-color: rgba(255,255,255,.5)
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255,255,255,.5)
}
.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0,0,0,.05)
}
.mm-page {
    box-sizing: border-box;
    position: relative
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}
html.mm-opened {
    overflow-x: hidden;
    position: relative
}
html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
html.mm-blocking #mm-blocker {
    display: block
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
.mm-menu.mm-offcanvas.mm-current {
    display: block
}
html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
    max-height: 80%
}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}
.mm-menu.mm-measureheight .mm-panel {
    display: block !important
}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}
.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}
.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}
html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}
html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}
html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}
html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}
html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}
html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}
em.mm-counter+a.mm-next {
    width: 90px
}
em.mm-counter+a.mm-next+a, em.mm-counter+a.mm-next+span {
    margin-right: 90px
}
em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}
.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}
.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}
.mm-nosubresults>.mm-counter {
    display: none
}
.mm-menu em.mm-counter {
    color: rgba(0,0,0,.3)
}
.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}
.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}
.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}
.mm-hasdividers .mm-fixeddivider {
    display: block
}
.mm-menu .mm-fixeddivider span {
    background: rgba(0,0,0,.05)
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0;
    transition-duration: 0
}
.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%
}
html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}
html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    z-index: 1
}
html.mm-dropdown .mm-menu {
    z-index: 2
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}
.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-menu.mm-tipleft:before {
    left: 22px
}
.mm-menu.mm-tipright:before {
    right: 22px
}
.mm-menu.mm-tiptop:before {
    top: -8px
}
.mm-menu.mm-tipbottom:before {
    bottom: -8px
}
.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}
.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}
.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}
.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}
.mm-navbar-bottom, .mm-navbar-top~.mm-navbar-top {
    border-bottom: 0
}
.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}
.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: 0
}
.mm-navbar.mm-hasbtns {
    padding: 0 40px
}
.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}
.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}
.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}
.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}
.mm-navbar-top-1 {
    top: 0
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 40px
}
.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 80px
}
.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
    top: 120px
}
.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}
.mm-navbar-bottom-1 {
    bottom: 0
}
.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
    bottom: 40px
}
.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
    bottom: 80px
}
.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
    bottom: 120px
}
.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}
.mm-navbar-size-2 {
    height: 80px
}
.mm-navbar-size-3 {
    height: 120px
}
.mm-navbar-size-4 {
    height: 160px
}
.mm-navbar-content-2>* {
    width: 50%
}
.mm-navbar-content-3>* {
    width: 33.33%
}
.mm-navbar-content-4>* {
    width: 25%
}
.mm-navbar-content-5>* {
    width: 20%
}
.mm-navbar-content-6>* {
    width: 16.67%
}
.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}
.mm-search, .mm-search input {
    box-sizing: border-box
}
.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}
.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}
.mm-search input::-ms-clear {
    display:none
}
.mm-search .mm-clear, .mm-search .mm-next {
    right: 0
}
.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.mm-panel.mm-hassearch {
    padding-top: 40px
}
.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}
.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}
.mm-noresults .mm-indexer {
    display: none !important
}
li.mm-nosubresults>a.mm-next {
    display: none
}
li.mm-nosubresults>a.mm-next+a, li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}
.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.7)
}
.mm-menu .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}
.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}
.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}
.mm-hasindexer .mm-indexer {
    right: 0
}
.mm-hasindexer .mm-fixeddivider {
    right: 20px
}
.mm-menu .mm-indexer a {
    color: rgba(0,0,0,.3)
}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.5)
}
input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px
}
label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}
label.mm-check:before, label.mm-toggle:before {
    content: '';
    display: block
}
label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}
label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}
input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}
label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
input.mm-check:checked~label.mm-check:before {
    opacity: 1
}
li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}
label.mm-toggle+a, label.mm-toggle+span {
    padding-right: 80px
}
label.mm-check+a, label.mm-check+span {
    padding-right: 60px
}
a.mm-next+label.mm-check, a.mm-next+label.mm-toggle {
    right: 60px
}
a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span, a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}
a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}
a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span {
    padding-right: 50px
}
em.mm-counter+a.mm-next+label.mm-check, em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}
em.mm-counter+a.mm-next+label.mm-check+a, em.mm-counter+a.mm-next+label.mm-check+span, em.mm-counter+a.mm-next+label.mm-toggle+a, em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}
.mm-menu label.mm-toggle {
    background: rgba(0,0,0,.1)
}
.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}
.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu label.mm-check:before {
    border-color: rgba(0,0,0,.7)
}
.mm-listview.mm-border-none>li:after, .mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}
.mm-listview.mm-border-full>li:after, .mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}
.mm-listview.mm-border-offset>li:after, .mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}
.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}
.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}
.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}
.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}
html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}
html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after, .mm-menu .mm-panels>.mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:after, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}
html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
    opacity: 0
}
html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}
html.mm-pagedim #mm-blocker {
    background: inherit
}
html.mm-pagedim-white #mm-blocker {
    background: #fff
}
html.mm-pagedim-black #mm-blocker {
    background: #000
}
.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}
.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none
}
.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}
html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}
html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    z-index: 1
}
html.mm-popup .mm-menu {
    z-index: 2
}
.mm-menu.mm-offcanvas.mm-right {
    left: auto
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}
html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}
html.mm-front #mm-blocker {
    z-index: 1
}
html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}
.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}
.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8)
}
.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255,255,255,.4)
}
.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255,255,255,.4)
}
.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0,0,0,.15)
}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.4)
}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
    tap-highlight-color: rgba(0,0,0,.1)
}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0,0,0,.1)
}
.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255,255,255,.05)
}
.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255,255,255,.8)
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}
.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.8)
}
.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.1)
}
.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0,0,0,.15)
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.6)
}
.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar>*, .mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0,0,0,.3)
}
.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0,0,0,.3)
}
.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0,0,0,.1)
}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0,0,0,.3)
}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0,0,0,.05);
    tap-highlight-color: rgba(0,0,0,.05)
}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0,0,0,.05)
}
.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0,0,0,.03)
}
.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0,0,0,.6)
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.6)
}
.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.05)
}
.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0,0,0,.1)
}
.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6)
}
.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar>*, .mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255,255,255,.4)
}
.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255,255,255,.4)
}
.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255,255,255,.2)
}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.4)
}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.3);
    tap-highlight-color: rgba(255,255,255,.3)
}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255,255,255,.3)
}
.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255,255,255,.2)
}
.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255,255,255,.6)
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}
.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6)
}
.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.3)
}
.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255,255,255,.2)
}
.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after, .mm-menu .mm-tileview.mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-listview>li>.mm-next:after, .mm-menu.mm-tileview .mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}
.mm-menu .mm-tileview.mm-listview>li, .mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}
.mm-menu .mm-tileview.mm-listview>li:after, .mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s, .mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l, .mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}
.mm-menu .mm-tileview.mm-listview>li>a, .mm-menu .mm-tileview.mm-listview>li>span, .mm-menu.mm-tileview .mm-listview>li>a, .mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}
.mm-menu .mm-tileview.mm-listview>li>.mm-next, .mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}
.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}
.mm-menu.mm-tileview .mm-listview {
    margin: 0
}/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    75% {
        -webkit-transform:scale(0.9);
        transform:scale(0.9)
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    75% {
        -webkit-transform:scale(0.9);
        transform:scale(0.9)
    }
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
}
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform:scale(0.9);
        transform:scale(0.9)
    }
}
@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform:scale(0.9);
        transform:scale(0.9)
    }
}
.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8)
    }
    100% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes hvr-push {
    50% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8)
    }
    100% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform:scale(1.2);
        transform:scale(1.2)
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform:scale(1.2);
        transform:scale(1.2)
    }
}
.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}
.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50% {
        -webkit-transform:translateY(-4px);
        transform:translateY(-4px)
    }
    100% {
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
}
@keyframes hvr-bob {
    0% {
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50% {
        -webkit-transform:translateY(-4px);
        transform:translateY(-4px)
    }
    100% {
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
}
@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
}
@keyframes hvr-bob-float {
    100% {
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
}
.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0, .3s;
    animation-delay: 0, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
    50% {
        -webkit-transform:translateY(4px);
        transform:translateY(4px)
    }
    100% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
}
@keyframes hvr-hang {
    0% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
    50% {
        -webkit-transform:translateY(4px);
        transform:translateY(4px)
    }
    100% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
}
@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
}
@keyframes hvr-hang-sink {
    100% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
}
.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0, .3s;
    animation-delay: 0, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}
.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}
.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}
.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
    33.3% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
    49.95% {
        -webkit-transform:translateY(4px);
        transform:translateY(4px)
    }
    66.6% {
        -webkit-transform:translateY(-2px);
        transform:translateY(-2px)
    }
    83.25% {
        -webkit-transform:translateY(1px);
        transform:translateY(1px)
    }
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px)
    }
    33.3% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
    49.95% {
        -webkit-transform:translateY(4px);
        transform:translateY(4px)
    }
    66.6% {
        -webkit-transform:translateY(-2px);
        transform:translateY(-2px)
    }
    83.25% {
        -webkit-transform:translateY(1px);
        transform:translateY(1px)
    }
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform:translateX(8px);
        transform:translateX(8px)
    }
    33.3% {
        -webkit-transform:translateX(-6px);
        transform:translateX(-6px)
    }
    49.95% {
        -webkit-transform:translateX(4px);
        transform:translateX(4px)
    }
    66.6% {
        -webkit-transform:translateX(-2px);
        transform:translateX(-2px)
    }
    83.25% {
        -webkit-transform:translateX(1px);
        transform:translateX(1px)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform:translateX(8px);
        transform:translateX(8px)
    }
    33.3% {
        -webkit-transform:translateX(-6px);
        transform:translateX(-6px)
    }
    49.95% {
        -webkit-transform:translateX(4px);
        transform:translateX(4px)
    }
    66.6% {
        -webkit-transform:translateX(-2px);
        transform:translateX(-2px)
    }
    83.25% {
        -webkit-transform:translateX(1px);
        transform:translateX(1px)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform:translate(8px, 8px);
        transform:translate(8px, 8px)
    }
    33.3% {
        -webkit-transform:translate(-6px, -6px);
        transform:translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform:translate(4px, 4px);
        transform:translate(4px, 4px)
    }
    66.6% {
        -webkit-transform:translate(-2px, -2px);
        transform:translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform:translate(1px, 1px);
        transform:translate(1px, 1px)
    }
    100% {
        -webkit-transform:translate(0, 0);
        transform:translate(0, 0)
    }
}
@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform:translate(8px, 8px);
        transform:translate(8px, 8px)
    }
    33.3% {
        -webkit-transform:translate(-6px, -6px);
        transform:translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform:translate(4px, 4px);
        transform:translate(4px, 4px)
    }
    66.6% {
        -webkit-transform:translate(-2px, -2px);
        transform:translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform:translate(1px, 1px);
        transform:translate(1px, 1px)
    }
    100% {
        -webkit-transform:translate(0, 0);
        transform:translate(0, 0)
    }
}
.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform:translate(8px, -8px);
        transform:translate(8px, -8px)
    }
    33.3% {
        -webkit-transform:translate(-6px, 6px);
        transform:translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform:translate(4px, -4px);
        transform:translate(4px, -4px)
    }
    66.6% {
        -webkit-transform:translate(-2px, 2px);
        transform:translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform:translate(1px, -1px);
        transform:translate(1px, -1px)
    }
    100% {
        -webkit-transform:translate(0, 0);
        transform:translate(0, 0)
    }
}
@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform:translate(8px, -8px);
        transform:translate(8px, -8px)
    }
    33.3% {
        -webkit-transform:translate(-6px, 6px);
        transform:translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform:translate(4px, -4px);
        transform:translate(4px, -4px)
    }
    66.6% {
        -webkit-transform:translate(-2px, 2px);
        transform:translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform:translate(1px, -1px);
        transform:translate(1px, -1px)
    }
    100% {
        -webkit-transform:translate(0, 0);
        transform:translate(0, 0)
    }
}
.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform:skew(-12deg);
        transform:skew(-12deg)
    }
    33.3% {
        -webkit-transform:skew(10deg);
        transform:skew(10deg)
    }
    49.95% {
        -webkit-transform:skew(-6deg);
        transform:skew(-6deg)
    }
    66.6% {
        -webkit-transform:skew(4deg);
        transform:skew(4deg)
    }
    83.25% {
        -webkit-transform:skew(-2deg);
        transform:skew(-2deg)
    }
    100% {
        -webkit-transform:skew(0);
        transform:skew(0)
    }
}
@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform:skew(-12deg);
        transform:skew(-12deg)
    }
    33.3% {
        -webkit-transform:skew(10deg);
        transform:skew(10deg)
    }
    49.95% {
        -webkit-transform:skew(-6deg);
        transform:skew(-6deg)
    }
    66.6% {
        -webkit-transform:skew(4deg);
        transform:skew(4deg)
    }
    83.25% {
        -webkit-transform:skew(-2deg);
        transform:skew(-2deg)
    }
    100% {
        -webkit-transform:skew(0);
        transform:skew(0)
    }
}
.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform:skew(-12deg);
        transform:skew(-12deg)
    }
    33.3% {
        -webkit-transform:skew(10deg);
        transform:skew(10deg)
    }
    49.95% {
        -webkit-transform:skew(-6deg);
        transform:skew(-6deg)
    }
    66.6% {
        -webkit-transform:skew(4deg);
        transform:skew(4deg)
    }
    83.25% {
        -webkit-transform:skew(-2deg);
        transform:skew(-2deg)
    }
    100% {
        -webkit-transform:skew(0);
        transform:skew(0)
    }
}
@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform:skew(-12deg);
        transform:skew(-12deg)
    }
    33.3% {
        -webkit-transform:skew(10deg);
        transform:skew(10deg)
    }
    49.95% {
        -webkit-transform:skew(-6deg);
        transform:skew(-6deg)
    }
    66.6% {
        -webkit-transform:skew(4deg);
        transform:skew(4deg)
    }
    83.25% {
        -webkit-transform:skew(-2deg);
        transform:skew(-2deg)
    }
    100% {
        -webkit-transform:skew(0);
        transform:skew(0)
    }
}
.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform:skew(-12deg);
        transform:skew(-12deg)
    }
    33.3% {
        -webkit-transform:skew(10deg);
        transform:skew(10deg)
    }
    49.95% {
        -webkit-transform:skew(-6deg);
        transform:skew(-6deg)
    }
    66.6% {
        -webkit-transform:skew(4deg);
        transform:skew(4deg)
    }
    83.25% {
        -webkit-transform:skew(-2deg);
        transform:skew(-2deg)
    }
    100% {
        -webkit-transform:skew(0);
        transform:skew(0)
    }
}
@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform:skew(-12deg);
        transform:skew(-12deg)
    }
    33.3% {
        -webkit-transform:skew(10deg);
        transform:skew(10deg)
    }
    49.95% {
        -webkit-transform:skew(-6deg);
        transform:skew(-6deg)
    }
    66.6% {
        -webkit-transform:skew(4deg);
        transform:skew(4deg)
    }
    83.25% {
        -webkit-transform:skew(-2deg);
        transform:skew(-2deg)
    }
    100% {
        -webkit-transform:skew(0);
        transform:skew(0)
    }
}
.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
}
@keyframes hvr-buzz {
    50% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
}
.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #2098d1;
    color: white
}
@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color:rgba(32,152,209,0.75)
    }
}
@keyframes hvr-back-pulse {
    50% {
        background-color:rgba(32,152,209,0.75)
    }
}
.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    background-color: #2098d1;
    color: white
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: white
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}
.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}
.hvr-rectangle-out {
    /* padding-top: 13px;
     padding-right: 0.25em;
     padding-bottom: 2ex;*/
    margin-top:14px;
    display:inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #484848;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}
.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0,0,0,0)
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0,0,0,0)
}
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0,0,0,0)
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: 0
}
.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1
}
@-webkit-keyframes hvr-ripple-out {
    100% {
        top:-12px;
        right:-12px;
        bottom:-12px;
        left:-12px;
        opacity:0
    }
}
@keyframes hvr-ripple-out {
    100% {
        top:-12px;
        right:-12px;
        bottom:-12px;
        left:-12px;
        opacity:0
    }
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}
@-webkit-keyframes hvr-ripple-in {
    100% {
        top:0;
        right:0;
        bottom:0;
        left:0;
        opacity:1
    }
}
@keyframes hvr-ripple-in {
    100% {
        top:0;
        right:0;
        bottom:0;
        left:0;
        opacity:1
    }
}
.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in
}
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}
.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}
.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
    border-radius: 1em
}
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0
}
.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0
}
.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0
}
.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0
}
.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
    left: 0
}
.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}
.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0,0,0,0.6)
}
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5)
}
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6)
}
.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.6), 0 0 1px rgba(0,0,0,0)
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6), 0 0 1px rgba(0,0,0,0)
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}
.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)
}
.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
    opacity: 1
}
.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}
.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}
.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}
.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}
.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}
.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}
.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}
.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}
@-webkit-keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    25%, 75% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
}
@keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    25%, 75% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
}
.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    25%, 75% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
@keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    25%, 75% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity:0
    }
    50% {
        opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    51%, 100% {
        opacity:1
    }
}
@keyframes hvr-icon-drop {
    0% {
        opacity:0
    }
    50% {
        opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    51%, 100% {
        opacity:1
    }
}
.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    transition-property: color
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
    color: #0f9e5e
}
@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(-1em);
        transform:translateY(-1em)
    }
}
@keyframes hvr-icon-float-away {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(-1em);
        transform:translateY(-1em)
    }
}
.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome
}
.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(1em);
        transform:translateY(1em)
    }
}
@keyframes hvr-icon-sink-away {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(1em);
        transform:translateY(1em)
    }
}
.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}
.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}
@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
    75% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8)
    }
}
@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
    75% {
        -webkit-transform:scale(0.8);
        transform:scale(0.8)
    }
}
.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
}
@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
}
.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform:scale(0.8);
        transform:scale(0.8)
    }
}
@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform:scale(0.8);
        transform:scale(0.8)
    }
}
.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}
.hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform:scale(0.5);
        transform:scale(0.5)
    }
}
@keyframes hvr-icon-push {
    50% {
        -webkit-transform:scale(0.5);
        transform:scale(0.5)
    }
}
.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
}
@keyframes hvr-icon-pop {
    50% {
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
}
.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}
.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}
.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}
.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
    50% {
        -webkit-transform:translateY(-2px);
        transform:translateY(-2px)
    }
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
@keyframes hvr-icon-bob {
    0% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
    50% {
        -webkit-transform:translateY(-2px);
        transform:translateY(-2px)
    }
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0, .3s;
    animation-delay: 0, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
    50% {
        -webkit-transform:translateY(2px);
        transform:translateY(2px)
    }
    100% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
}
@keyframes hvr-icon-hang {
    0% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
    50% {
        -webkit-transform:translateY(2px);
        transform:translateY(2px)
    }
    100% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
}
@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
}
@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
}
.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0, .3s;
    animation-delay: 0, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform:translateX(6px);
        transform:translateX(6px)
    }
    33.3% {
        -webkit-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    49.95% {
        -webkit-transform:translateX(4px);
        transform:translateX(4px)
    }
    66.6% {
        -webkit-transform:translateX(-2px);
        transform:translateX(-2px)
    }
    83.25% {
        -webkit-transform:translateX(1px);
        transform:translateX(1px)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform:translateX(6px);
        transform:translateX(6px)
    }
    33.3% {
        -webkit-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    49.95% {
        -webkit-transform:translateX(4px);
        transform:translateX(4px)
    }
    66.6% {
        -webkit-transform:translateX(-2px);
        transform:translateX(-2px)
    }
    83.25% {
        -webkit-transform:translateX(1px);
        transform:translateX(1px)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
    33.3% {
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
    }
    49.95% {
        -webkit-transform:translateY(4px);
        transform:translateY(4px)
    }
    66.6% {
        -webkit-transform:translateY(-2px);
        transform:translateY(-2px)
    }
    83.25% {
        -webkit-transform:translateY(1px);
        transform:translateY(1px)
    }
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform:translateY(6px);
        transform:translateY(6px)
    }
    33.3% {
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
    }
    49.95% {
        -webkit-transform:translateY(4px);
        transform:translateY(4px)
    }
    66.6% {
        -webkit-transform:translateY(-2px);
        transform:translateY(-2px)
    }
    83.25% {
        -webkit-transform:translateY(1px);
        transform:translateY(1px)
    }
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
}
@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
}
.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }
}
@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }
}
.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px
}
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px
}
.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}
.hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0,0,0,0.4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px
}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform:translate3d(0, -30px, 0);
        transform:translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform:translate3d(0, -15px, 0);
        transform:translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, -4px, 0);
        transform:translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform:translate3d(0, -30px, 0);
        transform:translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform:translate3d(0, -15px, 0);
        transform:translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, -4px, 0);
        transform:translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    from, 50%, to {
        opacity:1
    }
    25%, 75% {
        opacity:0
    }
}
@keyframes flash {
    from, 50%, to {
        opacity:1
    }
    25%, 75% {
        opacity:0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform:scale3d(1.05, 1.05, 1.05);
        transform:scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    from {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform:scale3d(1.05, 1.05, 1.05);
        transform:scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform:scale3d(1.25, 0.75, 1);
        transform:scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform:scale3d(0.75, 1.25, 1);
        transform:scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform:scale3d(1.15, 0.85, 1);
        transform:scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform:scale3d(.95, 1.05, 1);
        transform:scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform:scale3d(1.05, .95, 1);
        transform:scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform:scale3d(1.25, 0.75, 1);
        transform:scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform:scale3d(0.75, 1.25, 1);
        transform:scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform:scale3d(1.15, 0.85, 1);
        transform:scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform:scale3d(.95, 1.05, 1);
        transform:scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform:scale3d(1.05, .95, 1);
        transform:scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    from, to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    6.5% {
        -webkit-transform:translateX(-6px) rotateY(-9deg);
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform:translateX(5px) rotateY(7deg);
        transform:translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform:translateX(-3px) rotateY(-5deg);
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform:translateX(2px) rotateY(3deg);
        transform:translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes headShake {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    6.5% {
        -webkit-transform:translateX(-6px) rotateY(-9deg);
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform:translateX(5px) rotateY(7deg);
        transform:translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform:translateX(-3px) rotateY(-5deg);
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform:translateX(2px) rotateY(3deg);
        transform:translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform:rotate3d(0, 0, 1, 15deg);
        transform:rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform:rotate3d(0, 0, 1, -10deg);
        transform:rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform:rotate3d(0, 0, 1, 5deg);
        transform:rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform:rotate3d(0, 0, 1, -5deg);
        transform:rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform:rotate3d(0, 0, 1, 0);
        transform:rotate3d(0, 0, 1, 0)
    }
}
@keyframes swing {
    20% {
        -webkit-transform:rotate3d(0, 0, 1, 15deg);
        transform:rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform:rotate3d(0, 0, 1, -10deg);
        transform:rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform:rotate3d(0, 0, 1, 5deg);
        transform:rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform:rotate3d(0, 0, 1, -5deg);
        transform:rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform:rotate3d(0, 0, 1, 0);
        transform:rotate3d(0, 0, 1, 0)
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    from {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes tada {
    from {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform:none;
        transform:none
    }
    15% {
        -webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
@keyframes wobble {
    from {
        -webkit-transform:none;
        transform:none
    }
    15% {
        -webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform:none;
        transform:none
    }
    22.2% {
        -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
        transform:skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform:skewX(6.25deg) skewY(6.25deg);
        transform:skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
        transform:skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
        transform:skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
        transform:skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
        transform:skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform:skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}
@keyframes jello {
    from, 11.1%, to {
        -webkit-transform:none;
        transform:none
    }
    22.2% {
        -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
        transform:skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform:skewX(6.25deg) skewY(6.25deg);
        transform:skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
        transform:skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
        transform:skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
        transform:skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
        transform:skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform:skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform:scale3d(.9, .9, .9);
        transform:scale3d(.9, .9, .9)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform:scale3d(.97, .97, .97);
        transform:scale3d(.97, .97, .97)
    }
    to {
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform:scale3d(.9, .9, .9);
        transform:scale3d(.9, .9, .9)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform:scale3d(.97, .97, .97);
        transform:scale3d(.97, .97, .97)
    }
    to {
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, -3000px, 0);
        transform:translate3d(0, -3000px, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(0, 25px, 0);
        transform:translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, 5px, 0);
        transform:translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, -3000px, 0);
        transform:translate3d(0, -3000px, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(0, 25px, 0);
        transform:translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, 5px, 0);
        transform:translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity:0;
        -webkit-transform:translate3d(-3000px, 0, 0);
        transform:translate3d(-3000px, 0, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(25px, 0, 0);
        transform:translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform:translate3d(5px, 0, 0);
        transform:translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity:0;
        -webkit-transform:translate3d(-3000px, 0, 0);
        transform:translate3d(-3000px, 0, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(25px, 0, 0);
        transform:translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform:translate3d(5px, 0, 0);
        transform:translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    from {
        opacity:0;
        -webkit-transform:translate3d(3000px, 0, 0);
        transform:translate3d(3000px, 0, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(-25px, 0, 0);
        transform:translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform:translate3d(-5px, 0, 0);
        transform:translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    from {
        opacity:0;
        -webkit-transform:translate3d(3000px, 0, 0);
        transform:translate3d(3000px, 0, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(-25px, 0, 0);
        transform:translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform:translate3d(-5px, 0, 0);
        transform:translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform:none;
        transform:none
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    from {
        opacity:0;
        -webkit-transform:translate3d(0, 3000px, 0);
        transform:translate3d(0, 3000px, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    from {
        opacity:0;
        -webkit-transform:translate3d(0, 3000px, 0);
        transform:translate3d(0, 3000px, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform:scale3d(.9, .9, .9);
        transform:scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity:1;
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform:scale3d(.9, .9, .9);
        transform:scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity:1;
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity:1;
        -webkit-transform:translate3d(20px, 0, 0);
        transform:translate3d(20px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity:1;
        -webkit-transform:translate3d(20px, 0, 0);
        transform:translate3d(20px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity:1;
        -webkit-transform:translate3d(-20px, 0, 0);
        transform:translate3d(-20px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity:1;
        -webkit-transform:translate3d(-20px, 0, 0);
        transform:translate3d(-20px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity:1;
        -webkit-transform:translate3d(0, 20px, 0);
        transform:translate3d(0, 20px, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity:1;
        -webkit-transform:translate3d(0, 20px, 0);
        transform:translate3d(0, 20px, 0)
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}
@keyframes fadeIn {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInDownBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInRightBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUpBig {
    from {
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    from {
        opacity:1
    }
    to {
        opacity:0
    }
}
@keyframes fadeOut {
    from {
        opacity:1
    }
    to {
        opacity:0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    from {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40% {
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50% {
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80% {
        -webkit-transform:perspective(400px) scale3d(.95, .95, .95);
        transform:perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@keyframes flip {
    from {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40% {
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50% {
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80% {
        -webkit-transform:perspective(400px) scale3d(.95, .95, .95);
        transform:perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity:1
    }
    80% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes flipInX {
    from {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity:1
    }
    80% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity:1
    }
    80% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes flipInY {
    from {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity:1
    }
    80% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity:1
    }
    to {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity:0
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30% {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity:1
    }
    to {
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity:0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity:1
    }
    to {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity:0
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30% {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity:1
    }
    to {
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity:0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
        transform:translate3d(100%, 0, 0) skewX(-30deg);
        opacity:0
    }
    60% {
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80% {
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg);
        opacity:1
    }
    to {
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
        transform:translate3d(100%, 0, 0) skewX(-30deg);
        opacity:0
    }
    60% {
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80% {
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg);
        opacity:1
    }
    to {
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity:1
    }
    to {
        -webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
        transform:translate3d(100%, 0, 0) skewX(30deg);
        opacity:0
    }
}
@keyframes lightSpeedOut {
    from {
        opacity:1
    }
    to {
        -webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
        transform:translate3d(100%, 0, 0) skewX(30deg);
        opacity:0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, -200deg);
        transform:rotate3d(0, 0, 1, -200deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, -200deg);
        transform:rotate3d(0, 0, 1, -200deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -90deg);
        transform:rotate3d(0, 0, 1, -90deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -90deg);
        transform:rotate3d(0, 0, 1, -90deg);
        opacity:0
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin:center;
        transform-origin:center;
        opacity:1
    }
    to {
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, 200deg);
        transform:rotate3d(0, 0, 1, 200deg);
        opacity:0
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin:center;
        transform-origin:center;
        opacity:1
    }
    to {
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, 200deg);
        transform:rotate3d(0, 0, 1, 200deg);
        opacity:0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 90deg);
        transform:rotate3d(0, 0, 1, 90deg);
        opacity:0
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to {
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 90deg);
        transform:rotate3d(0, 0, 1, 90deg);
        opacity:0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    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:rotate3d(0, 0, 1, 80deg);
        transform:rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%, 80% {
        -webkit-transform:rotate3d(0, 0, 1, 60deg);
        transform:rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to {
        -webkit-transform:translate3d(0, 700px, 0);
        transform:translate3d(0, 700px, 0);
        opacity:0
    }
}
@keyframes hinge {
    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:rotate3d(0, 0, 1, 80deg);
        transform:rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%, 80% {
        -webkit-transform:rotate3d(0, 0, 1, 60deg);
        transform:rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to {
        -webkit-transform:translate3d(0, 700px, 0);
        transform:translate3d(0, 700px, 0);
        opacity:0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    from {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes rollIn {
    from {
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    from {
        opacity:1
    }
    to {
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    from {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
    50% {
        opacity:1
    }
}
@keyframes zoomIn {
    from {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
    50% {
        opacity:1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInDown {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInLeft {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInRight {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInUp {
    from {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    from {
        opacity:1
    }
    50% {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
    to {
        opacity:0
    }
}
@keyframes zoomOut {
    from {
        opacity:1
    }
    50% {
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3)
    }
    to {
        opacity:0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
        transform:scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin:left center;
        transform-origin:left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
        transform:scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin:left center;
        transform-origin:left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:scale(.1) translate3d(2000px, 0, 0);
        transform:scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin:right center;
        transform-origin:right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity:0;
        -webkit-transform:scale(.1) translate3d(2000px, 0, 0);
        transform:scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin:right center;
        transform-origin:right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity:1;
        -webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity:0;
        -webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity:1
    }
    100% {
        opacity:0
    }
}
@keyframes fadeOut {
    0% {
        opacity:1
    }
    100% {
        opacity:0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    padding-top:20px;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    margin-top:44px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height:100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    display: none
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../templates/M1089008/min/widget/carousel/../img/owl/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display:inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.rtl {
    direction: rtl
}
@font-face {
    font-family: 'revicons';
    src: url(../../../templates/M1089008/min/widget/revslider/css/../fonts/revicons/revicons.eot?5510888);
    src: url(../../../templates/M1089008/min/widget/revslider/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(../../../templates/M1089008/min/widget/revslider/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(../../../templates/M1089008/min/widget/revslider/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(../../../templates/M1089008/min/widget/revslider/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}
.revicon-search-1:before {
    content: '\e802'
}
.revicon-pencil-1:before {
    content: '\e831'
}
.revicon-picture-1:before {
    content: '\e803'
}
.revicon-cancel:before {
    content: '\e80a'
}
.revicon-info-circled:before {
    content: '\e80f'
}
.revicon-trash:before {
    content: '\e801'
}
.revicon-left-dir:before {
    content: '\e817'
}
.revicon-right-dir:before {
    content: '\e818'
}
.revicon-down-open:before {
    content: '\e83b'
}
.revicon-left-open:before {
    content: '\e819'
}
.revicon-right-open:before {
    content: '\e81a'
}
.revicon-angle-left:before {
    content: '\e820'
}
.revicon-angle-right:before {
    content: '\e81d'
}
.revicon-left-big:before {
    content: '\e81f'
}
.revicon-right-big:before {
    content: '\e81e'
}
.revicon-magic:before {
    content: '\e807'
}
.revicon-picture:before {
    content: '\e800'
}
.revicon-export:before {
    content: '\e80b'
}
.revicon-cog:before {
    content: '\e832'
}
.revicon-login:before {
    content: '\e833'
}
.revicon-logout:before {
    content: '\e834'
}
.revicon-video:before {
    content: '\e805'
}
.revicon-arrow-combo:before {
    content: '\e827'
}
.revicon-left-open-1:before {
    content: '\e82a'
}
.revicon-right-open-1:before {
    content: '\e82b'
}
.revicon-left-open-mini:before {
    content: '\e822'
}
.revicon-right-open-mini:before {
    content: '\e823'
}
.revicon-left-open-big:before {
    content: '\e824'
}
.revicon-right-open-big:before {
    content: '\e825'
}
.revicon-left:before {
    content: '\e836'
}
.revicon-right:before {
    content: '\e826'
}
.revicon-ccw:before {
    content: '\e808'
}
.revicon-arrows-ccw:before {
    content: '\e806'
}
.revicon-palette:before {
    content: '\e829'
}
.revicon-list-add:before {
    content: '\e80c'
}
.revicon-doc:before {
    content: '\e809'
}
.revicon-left-open-outline:before {
    content: '\e82e'
}
.revicon-left-open-2:before {
    content: '\e82c'
}
.revicon-right-open-outline:before {
    content: '\e82f'
}
.revicon-right-open-2:before {
    content: '\e82d'
}
.revicon-equalizer:before {
    content: '\e83a'
}
.revicon-layers-alt:before {
    content: '\e804'
}
.revicon-popup:before {
    content: '\e828'
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0
}
.rev_slider {
    position: relative;
    overflow: visible
}
.tp-overflow-hidden {
    overflow: hidden;
    height:836px !important;
}
.tp-simpleresponsive img, .rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    padding: 0;
    border-width: 0;
    border: 0
}
.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px
}
.rev_slider>ul, .rev_slider_wrapper>ul, .tp-revslider-mainul>li, .rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before, .tp-revslider-mainul>li, .tp-simpleresponsive>ul>li {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}
.tp-revslider-mainul>li, .rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before, .tp-revslider-mainul>li, .tp-simpleresponsive>ul>li {
    visibility: hidden
}
.tp-revslider-slidesli, .tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute !important
}
.tp-caption .rs-untoggled-content {
    display: block
}
.tp-caption .rs-toggled-content {
    display: none
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none
}
.rev_slider .tp-caption, .rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap *:last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0
}
.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}
.tp-carousel-wrapper {
    cursor: url(../../../templates/M1089008/min/widget/revslider/css/openhand.cur), move
}
.tp-carousel-wrapper.dragged {
    cursor: url(../../../templates/M1089008/min/widget/revslider/css/closedhand.cur), move
}
.tp-caption {
    z-index: 1
}
.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}
.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important
}
.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}
.tp-forcenotvisible, .tp-hide-revslider, .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}
.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider audio, .rev_slider video {
    max-width: none !important
}
.rev_slider_wrapper {
    width: 100%;
    height:836px !important;
}
.fullscreen-container {
    position: relative;
    padding: 0
}
.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden
}
.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative
}
.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0
}
.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}
.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}
.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}
.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}
.tp-layer-inner-rotation {
    position: relative !important
}
img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}
.noFilterClass {
    filter: none !important
}
.rs-background-video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0
}
.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}
.caption.fullscreenvideo, .tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}
.caption.fullscreenvideo iframe, .caption.fullscreenvideo audio, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}
.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
    background: #000
}
.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.videoisplaying .html5vid .tp-poster {
    display: none
}
.tp-video-play-button {
    background: #000;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out !important;
    -moz-transition: opacity 300ms ease-out !important;
    -o-transition: opacity 300ms ease-out !important;
    transition: opacity 300ms ease-out !important
}
.tp-hiddenaudio, .tp-audio-html5 .tp-video-play-button {
    display: none !important
}
.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important
}
.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important
}
.tp-caption:hover .tp-video-play-button {
    opacity: 1
}
.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important
}
.videoisplaying .revicon-right-dir {
    display: none
}
.videoisplaying .tp-revstop {
    display: inline-block
}
.videoisplaying .tp-video-play-button {
    display: none
}
.tp-caption:hover .tp-video-play-button {
    display: block
}
.fullcoveredvideo .tp-video-play-button {
    display: none !important
}
.fullscreenvideo .fullscreenvideo audio {
    object-fit: contain !important
}
.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important
}
.fullscreenvideo .fullcoveredvideo audio {
    object-fit: cover !important
}
.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important
}
.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.tp-caption:hover .tp-video-controls {
    opacity: .9
}
.tp-video-button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: 0
}
.tp-video-button:hover {
    cursor: pointer
}
.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle
}
.tp-video-seek-bar-wrap {
    width: 80%
}
.tp-video-vol-bar-wrap {
    width: 20%
}
.tp-volume-bar, .tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: 0;
    line-height: 12px;
    margin: 0;
    padding: 0
}
.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    z-index: 5
}
.rs-background-video-layer video::-webkit-media-controls {
    display:none !important
}
.rs-background-video-layer audio::-webkit-media-controls {
    display:none !important
}
.tp-audio-html5 .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}
.tp-dottedoverlay.twoxtwo {
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/gridtile.png)
}
.tp-dottedoverlay.twoxtwowhite {
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/gridtile_3x3_white.png)
}
.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}
.tp-shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
    box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8)
}
.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
    box-shadow: 0 15px 10px rgba(0,0,0,0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.tp-shadow2:after, .tp-shadow4:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
.tp-shadow5 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset
}
.tp-shadow5:before, .tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    -moz-border-radius: 100px / 20px;
    border-radius: 100px / 20px
}
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none
}
.tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important
}
.purchase:hover, .tp-button:hover, .tp-button.big:hover {
    background-position: bottom, 15px 11px
}
.tp-button.green, .tp-button:hover.green, .purchase.green, .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}
.tp-button.blue, .tp-button:hover.blue, .purchase.blue, .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}
.tp-button.red, .tp-button:hover.red, .purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}
.tp-button.orange, .tp-button:hover.orange, .purchase.orange, .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}
.tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}
.tp-button.lightgrey, .tp-button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}
.rev-btn, .rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    cursor: pointer
}
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900
}
.rev-btn.rev-withicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    -ms-transition: all .2s ease-out !important;
    margin-left: 10px !important
}
.rev-btn.rev-hiddenicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    -ms-transition: all .2s ease-out !important;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}
.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px
}
.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0
}
.rev-btn.rev-medium.rev-hiddenicon i {
    font-size: 14px;
    top: 0
}
.rev-btn.rev-small, .rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px
}
.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0
}
.rev-btn.rev-small.rev-hiddenicon i {
    font-size: 12px;
    top: 0
}
.rev-maxround {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.rev-minround {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51,51,51,0.25);
    tap-highlight-color: transparent;
    cursor: pointer
}
.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}
.rev-burger span:nth-child(2) {
    margin: 3px 0
}
#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg)
}
#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0
}
#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg)
}
.rev-burger.revb-white {
    border: 2px solid rgba(255,255,255,0.2)
}
.rev-burger.revb-white span {
    background: #fff
}
.rev-burger.revb-whitenoborder {
    border: 0
}
.rev-burger.revb-whitenoborder span {
    background: #fff
}
.rev-burger.revb-darknoborder {
    border: 0
}
.rev-burger.revb-darknoborder span {
    background: #333
}
.rev-burger.revb-whitefull {
    background: #fff;
    border: 0
}
.rev-burger.revb-whitefull span {
    background: #333
}
.rev-burger.revb-darkfull {
    background: #333;
    border: 0
}
.rev-burger.revb-darkfull span {
    background: #fff
}
@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}
@-moz-keyframes rev-ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}
@keyframes rev-ani-mouse {
    0% {
        opacity:1;
        top:29%
    }
    15% {
        opacity:1;
        top:50%
    }
    50% {
        opacity:0;
        top:50%
    }
    100% {
        opacity:0;
        top:29%
    }
}
.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px
}
.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}
.rev-scroll-btn>*:hover, .rev-scroll-btn>*:focus, .rev-scroll-btn>*.active {
    color: #fff
}
.rev-scroll-btn>*:hover, .rev-scroll-btn>*:focus, .rev-scroll-btn>*:active, .rev-scroll-btn>*.active {
    filter: alpha(opacity=80)
}
.rev-scroll-btn.revs-fullwhite {
    background: #fff
}
.rev-scroll-btn.revs-fullwhite span {
    background: #333
}
.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: 0
}
.rev-scroll-btn.revs-fulldark span {
    background: #fff
}
.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite
}
.rev-scroll-btn.revs-dark {
    border-color: #333
}
.rev-scroll-btn.revs-dark span {
    background: #333
}
.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0,0,0,0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}
.rev-cbutton-dark-sr {
    border-radius: 3px
}
.rev-cbutton-light {
    color: #333;
    background-color: rgba(255,255,255,0.75)
}
.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.75)
}
.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}
.rev-sbutton-blue {
    background-color: #3b5998
}
.rev-sbutton-lightblue {
    background-color: #00a0d1
}
.rev-sbutton-red {
    background-color: #dd4b39
}
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0,0,0,0.15);
    position: absolute;
    z-index: 200;
    top: 0
}
.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}
.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}
.caption.slidelink a div, .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/coloredbg.png) repeat
}
.tp-caption.slidelink a span {
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/coloredbg.png) repeat
}
.tp-shape {
    width: 100%;
    height: 100%
}
.tp-caption .rs-starring {
    display: inline-block
}
.tp-caption .rs-starring .star-rating {
    float: none
}
.tp-caption .rs-starring .star-rating {
    color: #ffc321 !important;
    display: inline-block;
    vertical-align: top
}
.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star
}
.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}
.tp-caption .rs-starring .star-rating span:before, .tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}
.tp-caption .rs-starring .star-rating {
    color: #ffc321 !important
}
.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
    font-size: 1em !important;
    font-family: star
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}
.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/loader.gif) no-repeat center center;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.tp-loader.spinner5 {
    background: url(../../../templates/M1089008/min/widget/revslider/css/../assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform:perspective(120px)
    }
    50% {
        -webkit-transform:perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes tp-rotateplane {
    0% {
        transform:perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}
.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out
}
@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform:scale(0.0)
    }
    100% {
        -webkit-transform:scale(1.0);
        opacity:0
    }
}
@keyframes tp-scaleout {
    0% {
        transform:scale(0.0);
        -webkit-transform:scale(0.0)
    }
    100% {
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
        opacity:0
    }
}
.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}
.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}
@-webkit-keyframes tp-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform:scale(0.0)
    }
    40% {
        -webkit-transform:scale(1.0)
    }
}
@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform:scale(0.0)
    }
    40% {
        transform:scale(1.0)
    }
}
.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear
}
.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15)
}
.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}
@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform:rotate(360deg)
    }
}
@keyframes tp-rotate {
    100% {
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg)
    }
}
@-webkit-keyframes tp-bounce {
    0%, 100% {
        -webkit-transform:scale(0.0)
    }
    50% {
        -webkit-transform:scale(1.0)
    }
}
@keyframes tp-bounce {
    0%, 100% {
        transform:scale(0.0)
    }
    50% {
        transform:scale(1.0)
    }
}
.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
    border: 0;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.tp-tabs, .tp-thumbs, .tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}
.tp-tab, .tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.tp-arr-imgholder, .tp-videoposter, .tp-thumb-image, .tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.tp-tab:hover, .tp-tab.selected, .tp-thumb:hover, .tp-thumb.selected {
    opacity: 1
}
.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}
.tp-tabs, .tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,0.3);
    cursor: pointer
}
.tp-bullet.selected, .tp-bullet:hover {
    background: #fff
}
.tp-bannertimer {
    background: #000;
    background: rgba(0,0,0,0.15);
    height: 5px
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}
.tparrows:hover {
    background: #000
}
.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}
.tparrows.tp-leftarrow:before {
    content: '\e824'
}
.tparrows.tp-rightarrow:before {
    content: '\e825'
}
body.rtl .tp-kbimg {
    left: 0 !important
}
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0,0,0,0.4)
}
.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0,0,0,0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}
.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}
.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important
}
.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}
#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0,0,0,0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}
.hesperiden.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}
.hesperiden.tparrows:hover {
    background: rgba(0,0,0,1)
}
.hesperiden.tparrows:before {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}
.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -3px
}
.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -3px
}
.hades.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.25);
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    z-index: 100
}
.hades.tparrows:before {
    font-size: 30px;
    color: rgba(255,255,255,1);
    display: block;
    line-height: 100px;
    text-align: center;
    transition: background .3s, color .3s
}
.hades.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.hades.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.hades.tparrows:hover:before {
    color: rgba(225,225,225,225);
    background: rgba(0,0,0,1)
}
.hades .tp-arr-allwrapper {
    position: absolute;
    left: 100%;
    top: 0;
    background: #888;
    width: 100px;
    height: 100px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: .0;
    -khtml-opacity: .0;
    opacity: .0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.hades.tp-rightarrow .tp-arr-allwrapper {
    left: auto;
    right: 100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg)
}
.hades:hover .tp-arr-allwrapper {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotatey(0);
    transform: rotatey(0)
}
.hades .tp-arr-imgholder {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width:767px) {
    .hades .tp-arr-allwrapper {
        display: none
    }
    .hades.tparrows {
        width: 40px;
        height: 40px
    }
    .hades.tparrows:before {
        line-height: 40px;
        font-size: 24px
    }
}
.ares.tparrows {
    cursor: pointer;
    background: rgba(255,255,255,1);
    min-width: 60px;
    min-height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}
.ares.tparrows:before {
    font-family: "revicons";
    font-size: 25px;
    color: rgba(170,170,170,1);
    display: block;
    line-height: 60px;
    text-align: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    z-index: 2;
    position: relative
}
.ares.tparrows.tp-leftarrow:before {
    content: "\e81f"
}
.ares.tparrows.tp-rightarrow:before {
    content: "\e81e"
}
.ares.tparrows:hover:before {
    color: #000
}
.ares .tp-arr-allwrapper {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: rgba(255,255,255,1);
    min-height: 60px;
    line-height: 60px;
    top: 0;
    margin-left: 30px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: scalex(0);
    -webkit-transform: scalex(0);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%
}
.ares.tp-rightarrow .tp-arr-allwrapper {
    right: 0;
    margin-right: 30px;
    margin-left: 0;
    -webkit-transform-origin: 100% 50%;
    border-radius: 30px 0 0 30px
}
.ares.tparrows:hover .tp-arr-allwrapper {
    transform: scalex(1) scaley(1);
    -webkit-transform: scalex(1) scaley(1)
}
.ares .tp-arr-titleholder {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: translatex(200px);
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    white-space: nowrap;
    padding: 0 20px;
    margin-left: 10px;
    opacity: 0
}
.ares.tp-rightarrow .tp-arr-titleholder {
    transform: translatex(-200px);
    margin-left: 0;
    margin-right: 10px
}
.ares.tparrows:hover .tp-arr-titleholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    transition-delay: .1s;
    opacity: 1
}
.hebe.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.25);
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100
}
.hebe.tparrows:before {
    font-family: "revicons";
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    z-index: 2;
    position: relative;
    background: rgba(0,0,0,0.5);
    min-width: 70px;
    min-height: 70px
}
.hebe.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.hebe.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.hebe.tparrows:hover:before {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,0.25)
}
.hebe .tp-arr-allwrapper {
    position: absolute;
    z-index: 0;
    display: inline-block;
    background: #000;
    background: rgba(0,0,0,0.75);
    min-height: 60px;
    line-height: 60px;
    top: -10px;
    margin-left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: scalex(0);
    -webkit-transform: scalex(0);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%
}
.hebe.tp-rightarrow .tp-arr-allwrapper {
    right: 0;
    -webkit-transform-origin: 100% 50%
}
.hebe.tparrows:hover .tp-arr-allwrapper {
    transform: scalex(1);
    -webkit-transform: scalex(1)
}
.hebe .tp-arr-titleholder {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 90px;
    white-space: nowrap;
    padding: 0 20px 0 90px
}
.hebe.tp-rightarrow .tp-arr-titleholder {
    margin-left: 0;
    padding: 0 90px 0 20px
}
.hebe.tparrows:hover .tp-arr-titleholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    transition-delay: .1s;
    opacity: 1
}
.hebe .tp-arr-imgholder {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    top: 0;
    right: -90px
}
.hebe.tp-rightarrow .tp-arr-imgholder {
    right: auto;
    left: -90px
}

@media(max-width:767px) {
    .hebe .tp-arr-allwrapper {
        display: none
    }
    .hebe.tparrows {
        min-width: 40px;
        min-height: 40px
    }
    .hebe.tparrows:before {
        min-width: 40px;
        min-height: 40px;
        line-height: 40px;
        font-size: 24px
    }
}
.hermes.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100
}
.hermes.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translatex(0);
    -webkit-transform: translatex(0);
    transition: all .3s;
    -webkit-transition: all .3s
}
.hermes.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.hermes.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px);
    opacity: 0
}
.hermes .tp-arr-allwrapper {
    overflow: hidden;
    position: absolute;
    width: 180px;
    height: 140px;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
    right: 0;
    left: auto
}
.hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible
}
.hermes .tp-arr-imgholder {
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    transform: translatex(-180px);
    -webkit-transform: translatex(-180px);
    transition: all .3s;
    transition-delay: .3s
}
.hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(180px);
    -webkit-transform: translatex(180px)
}
.hermes.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0)
}
.hermes .tp-arr-titleholder {
    top: 110px;
    width: 180px;
    text-align: left;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    background: #000;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotatex(-90deg);
    transform: rotatex(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing: border-box
}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotatex(0);
    transform: rotatex(0)
}

@media(max-width:767px) {
    .hermes .tp-arr-allwrapper {
        display: none
    }
    .hermes.tparrows.tp-rightarrow:hover:before {
        transform: translatex(0);
        -webkit-transform: translatex(0);
        opacity: 1;
        background: rgba(0,0,0,0.25)
    }
}
.custom.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100
}
.custom.tparrows:hover {
    background: #000
}
.custom.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}
.custom.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.custom.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.hephaistos.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}
.hephaistos.tparrows:hover {
    background: rgba(0,0,0,1)
}
.hephaistos.tparrows:before {
    font-family: "revicons";
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}
.hephaistos.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -2px
}
.hephaistos.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -2px
}
.persephone.tparrows {
    cursor: pointer;
    background: rgba(201,201,201,0.75);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border: 1px solid rgba(255,255,255,1)
}
.persephone.tparrows:hover {
    background: rgba(0,0,0,1)
}
.persephone.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}
.persephone.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.persephone.tparrows.tp-rightarrow:before {
    content: "\e825 "
}
.erinyen.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}
.erinyen.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}
.erinyen.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.erinyen.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.erinyen .tp-arr-allwrapper {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    min-height: 70px;
    line-height: 70px;
    top: 0;
    margin-left: 0;
    border-radius: 35px;
    overflow: hidden;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0
}
.erinyen.tparrows:hover .tp-arr-allwrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
.erinyen.tp-rightarrow .tp-arr-allwrapper {
    right: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-transform-origin: 100% 50%;
    border-radius: 35px;
    padding-right: 20px;
    padding-left: 10px
}
.erinyen.tp-leftarrow .tp-arr-allwrapper {
    padding-left: 20px;
    padding-right: 10px
}
.erinyen .tp-arr-titleholder {
    letter-spacing: 3px;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: translatex(200px);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 70px;
    white-space: nowrap;
    padding: 0 20px;
    margin-left: 11px;
    opacity: 0
}
.erinyen .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}
.erinyen .tp-arr-img-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.51)
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
    transform: translatex(-200px);
    margin-left: 0;
    margin-right: 11px
}
.erinyen.tparrows:hover .tp-arr-titleholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    transition-delay: .1s;
    opacity: 1
}
.zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0,0,0,0.1)
}
.zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}
.zeus.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.zeus.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.zeus .tp-arr-allwrapper {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 50%
}
.zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}
.zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}
.zeus.tparrows:hover .tp-arr-allwrapper {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}
.metis.tparrows {
    background: rgba(255,255,255,1);
    padding: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}
.metis.tparrows:hover {
    background: rgba(255,255,255,0.75)
}
.metis.tparrows:before {
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s
}
.metis.tparrows:hover:before {
    transform: scale(1.5)
}
.dione.tparrows {
    color: #000;
    height: 100%;
    width: 90px;
    background: transparent;
    background: rgba(0,0,0,0);
    line-height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s
}
.dione.tparrows:hover {
    background: rgba(0,0,0,0.45)
}
.dione .tp-arr-imgwrapper {
    width: 90px;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden
}
.dione.tp-rightarrow .tp-arr-imgwrapper {
    left: auto;
    right: 0
}
.dione .tp-arr-imgholder {
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 100%;
    top: 0;
    visibility: hidden;
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    left: 0
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
    right: 0;
    left: auto;
    transform: translatex(50px);
    -webkit-transform: translatex(50px)
}
.dione.tparrows:before {
    color: 255, 255, 255;
    position: absolute;
    line-height: 30px;
    margin-left: -22px;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    transition: all .3s;
    -webkit-transition: all .3s
}
.dione.tparrows.tp-rightarrow:before {
    margin-left: 6px
}
.dione.tparrows:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0
}
.dione.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px)
}
.dione.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1;
    visibility: visible
}
.uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0)
}
.uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all .3s;
    -webkit-transition: all .3s
}
.uranus.tparrows:hover:before {
    opacity: .75
}
.hesperiden.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 8px
}
.hesperiden .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #999;
    background: -moz-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: -webkit-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: -o-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: linear-gradient(to bottom, #999 0, #e1e1e1 100%);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr="rgb(153,153,153)", endcolorstr="rgb(225,225,225)", gradienttype=0);
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: #666
}
.gyges.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(119,119,119,1) 0, rgba(102,102,102,1) 100%);
    background: -webkit-linear-gradient(top, rgba(119,119,119,1) 0, rgba(102,102,102,1) 100%);
    background: -o-linear-gradient(top, rgba(119,119,119,1) 0, rgba(102,102,102,1) 100%);
    background: -ms-linear-gradient(top, rgba(119,119,119,1) 0, rgba(102,102,102,1) 100%);
    background: linear-gradient(to bottom, rgba(119,119,119,1) 0, rgba(102,102,102,1) 100%);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr="rgba(119,119,119,1)", endcolorstr="rgba(102,102,102,1)", gradienttype=0);
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 10px
}
.gyges .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: rgba(51,51,51,1);
    border: 3px solid rgba(68,68,68,1);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box
}
.gyges .tp-bullet:hover, .gyges .tp-bullet.selected {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(224,224,224,1) 100%);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr="rgba(255,255,255,1)", endcolorstr="rgba(224,224,224,1)", gradienttype=0)
}
.hades.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}
.hades .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: rgba(127,127,127,1);
    cursor: pointer;
    border: 5px solid rgba(255,255,255,1);
    box-sizing: content-box;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px)
}
.hades .tp-bullet:hover, .hades .tp-bullet.selected {
    background: rgba(86,86,86,1);
    border-color: rgba(255,255,255,1)
}
.hades .tp-bullet-image {
    position: absolute;
    top: -80px;
    left: 0;
    width: 120px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: rotatex(-90deg) translatex(-50%);
    -webkit-transform: rotatex(-90deg) translate(-50%);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}
.hades .tp-bullet:hover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: rotatex(0) translatex(-50%);
    -webkit-transform: rotatex(0) translatex(-50%);
    visibility: visible
}
.ares.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}
.ares .tp-bullet {
    width: 13px;
    height: 13px;
    position: absolute;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box
}
.ares .tp-bullet:hover, .ares .tp-bullet.selected {
    background: rgba(255,255,255,.3)
}
.ares .tp-bullet-title {
    position: absolute;
    color: 136, 136, 136;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    right: 27px;
    top: -4px;
    background: rgba(255,255,255,0.75);
    visibility: hidden;
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    line-height: 20px;
    white-space: nowrap
}
.ares .tp-bullet-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255,255,255,0.75);
    content: " ";
    position: absolute;
    right: -10px;
    top: 0
}
.ares .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
    transform: translatex(0);
    -webkit-transform: translatex(0)
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
    background: rgba(255,255,255,1)
}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent transparent rgba(255,255,255,1)
}
.ares.tp-bullets:hover .tp-bullet-title {
    visibility: hidden
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
    transform: translateX(0) translatey(0);
    -webkit-transform: translateX(0) translatey(0)
}
.ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
    right: auto;
    left: 27px;
    transform: translatex(20px);
    -webkit-transform: translatex(20px)
}
.ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title:after {
    border-width: 10px 10px 10px 0 !important;
    border-color: transparent rgba(255,255,255,0.75) transparent transparent;
    right: auto !important;
    left: -10px !important
}
.ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent rgba(255,255,255,1) transparent transparent !important
}
.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title, .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
    top: -35px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-10px);
    -webkit-transform: translateX(-50%) translateY(-10px)
}
.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title:after, .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title:after {
    border-width: 10px 10px 0 10px;
    border-color: rgba(255,255,255,0.75) transparent transparent transparent;
    right: auto;
    left: 50%;
    margin-left: -10px;
    top: auto;
    bottom: -10px
}
.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.selected:hover .tp-bullet-title:after, .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: rgba(255,255,255,1) transparent transparent transparent
}
.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet:hover .tp-bullet-title, .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet:hover .tp-bullet-title {
    transform: translateX(-50%) translatey(0);
    -webkit-transform: translateX(-50%) translatey(0)
}
.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    top: 25px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px)
}
.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255,255,255,0.75) transparent;
    right: auto;
    left: 50%;
    margin-left: -10px;
    bottom: auto;
    top: -10px
}
.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent rgba(255,255,255,1) transparent
}
.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-title {
    transform: translateX(-50%) translatey(0);
    -webkit-transform: translateX(-50%) translatey(0)
}
.hebe.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}
.hebe .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: rgba(255,255,255,1);
    cursor: pointer;
    border: 5px solid rgba(0,0,0,1);
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
    transition: all .3s
}
.hebe .tp-bullet:hover, .hebe .tp-bullet.selected {
    background: rgba(0,0,0,1);
    border-color: rgba(255,255,255,1)
}
.hebe .tp-bullet-image {
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    bottom: 3px;
    transition: all .3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: scale(0) translateX(-50%) translateY(0);
    -webkit-transform: scale(0) translateX(-50%) translateY(0);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    margin-bottom: 15px;
    border-radius: 6px
}
.hebe .tp-bullet:hover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: scale(1) translateX(-50%) translateY(0);
    -webkit-transform: scale(1) translateX(-50%) translateY(0);
    visibility: visible
}
.hebe.nav-dir-vertical .tp-bullet-image {
    bottom: auto;
    margin-right: 15px;
    margin-bottom: 0;
    right: 3px;
    transform: scale(0) translateX(0) translateY(-50%);
    -webkit-transform: scale(0) translateX(0) translateY(-50%);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0
}
.hebe.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
    transform: scale(1) translateX(0) translateY(-50%);
    -webkit-transform: scale(1) translateX(0) translateY(-50%)
}
.hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image {
    bottom: auto;
    margin-left: 15px;
    margin-bottom: 0;
    left: 3px;
    transform: scale(0) translateX(0) translateY(-50%);
    -webkit-transform: scale(0) translateX(0) translateY(-50%);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}
.hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image {
    transform: scale(1) translateX(0) translateY(-50%);
    -webkit-transform: scale(1) translateX(0) translateY(-50%)
}
.hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet-image {
    bottom: auto;
    top: 3px;
    transform: scale(0) translateX(-50%) translateY(0);
    -webkit-transform: scale(0) translateX(-50%) translateY(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 15px;
    margin-bottom: 0
}
.hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet:hover .tp-bullet-image {
    transform: scale(1) translateX(-50%) translateY(0);
    -webkit-transform: scale(1) translateX(-50%) translateY(0)
}
.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute
}
.hermes .tp-bullet:hover {
    background-color: rgba(0,0,0,0.21)
}
.hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}
.hermes .tp-bullet.selected:after {
    height: 100%
}
.custom.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}
.custom .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #aaa;
    background: rgba(125,125,125,0.5);
    cursor: pointer;
    box-sizing: content-box
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
    background: #7d7d7d
}
.hephaistos .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: rgba(153,153,153,1);
    border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0 0 2px 1px rgba(130,130,130,0.3)
}
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
    background: rgba(255,255,255,1);
    border-color: rgba(0,0,0,1)
}
.persephone .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: rgba(170,170,170,1);
    border: 1px solid rgba(229,229,229,1);
    cursor: pointer;
    box-sizing: content-box
}
.persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
    background: rgba(0,0,0,1)
}
.erinyen.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #545353 0, #222 100%);
    background: -webkit-linear-gradient(top, #545353 0, #222 100%);
    background: -o-linear-gradient(top, #545353 0, #222 100%);
    background: -ms-linear-gradient(top, #545353 0, #222 100%);
    background: linear-gradient(to bottom, #545353 0, #222 100%);
    padding: 10px 15px;
    margin-left: -15px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px rgba(33,33,33,0.3)
}
.erinyen .tp-bullet {
    width: 13px;
    height: 13px;
    position: absolute;
    background: 17, 17, 17;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box
}
.erinyen .tp-bullet:hover, .erinyen .tp-bullet.selected {
    background: -moz-linear-gradient(top, 229, 229, 229 0, 153, 153, 153 100%);
    background: -webkit-linear-gradient(top, 229, 229, 229 0, 153, 153, 153 100%);
    background: -o-linear-gradient(top, 229, 229, 229 0, 153, 153, 153 100%);
    background: -ms-linear-gradient(top, 229, 229, 229 0, 153, 153, 153 100%);
    background: linear-gradient(to bottom, 229, 229, 229 0, 153, 153, 153 100%);
    border: 1px solid #555;
    width: 13px;
    height: 13px
}
.zeus .tp-bullet {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 13px;
    height: 13px;
    border: 2px solid #fff
}
.zeus .tp-bullet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}
.zeus .tp-bullet:hover:after, .zeus .tp-bullet.selected:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay {
    width: 135px;
    height: 60px;
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.5);
    bottom: 13px;
    margin-bottom: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px
}
.zeus .tp-bullet-title, .zeus .tp-bullet-imageoverlay {
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}
.zeus .tp-bullet-title {
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 45px;
    width: 135px;
    vertical-align: middle
}
.zeus .tp-bullet:hover .tp-bullet-title, .zeus .tp-bullet:hover .tp-bullet-image, .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}
.zeus.nav-dir-vertical .tp-bullet-image, .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
    bottom: auto;
    margin-right: 10px;
    margin-bottom: 0;
    right: 13px;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical .tp-bullet-title, .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical .tp-bullet-title {
    bottom: auto;
    right: 100%;
    margin-right: 10px
}
.zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title, .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image, .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay {
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image, .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
    bottom: auto;
    margin-left: 10px;
    margin-bottom: 0;
    left: 13px;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image {
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title, .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}
.zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
    bottom: auto;
    left: 100%;
    margin-left: 10px
}
.zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image, .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
    bottom: auto;
    top: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    left: 0;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateX(0) translateX(-50%)
}
.zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image {
    transform: scale(1) translateY(0) translateX(-50%);
    -webkit-transform: scale(1) translateY(0) translateX(-50%)
}
.zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title, .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%)
}
.zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    bottom: auto;
    top: 13px;
    margin-top: 20px
}
.metis .tp-bullet {
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: rgba(0,0,0,0.25);
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 50%
}
.metis .tp-bullet-image {
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}
.metis .tp-bullet-title {
    position: absolute;
    bottom: 50px;
    margin-bottom: 10px;
    display: inline-block;
    left: 50%;
    background: #000;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translatez(0.001px) translatex(-50%) translatey(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translatez(0.001px) translatex(-50%) translatey(14px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    white-space: nowrap
}
.metis .tp-bullet:hover .tp-bullet-title {
    transform: rotatex(0) translatex(-50%);
    -webkit-transform: rotatex(0) translatex(-50%);
    opacity: 1
}
.metis .tp-bullet.selected, .metis .tp-bullet:hover {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255,255,255,1)),color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%)
}
.metis .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
    bottom: -8px
}
.metis.nav-dir-vertical.nav-pos-hor-right .tp-bullet-title {
    margin-bottom: 0;
    top: 50%;
    right: 50px;
    left: auto;
    bottom: auto;
    margin-right: 10px;
    transform: translateX(-10px) translateY(-50%);
    -webkit-transform: translateX(-10px) translateY(-50%)
}
.metis.nav-dir-vertical.nav-pos-hor-right .tp-bullet-title:after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(0,0,0,0.75);
    right: -10px;
    left: auto;
    bottom: auto;
    top: 10px
}
.metis.nav-dir-vertical.nav-pos-hor-right .tp-bullet:hover .tp-bullet-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0)
}
.metis.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title, .metis.nav-dir-vertical.nav-pos-hor-center .tp-bullet-title {
    margin-bottom: 0;
    top: 50%;
    left: 50px;
    right: auto;
    bottom: auto;
    margin-left: 10px;
    transform: translateX(10px) translateY(-50%);
    -webkit-transform: translateX(10px) translateY(-50%)
}
.metis.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title:after, .metis.nav-dir-vertical.nav-pos-hor-center .tp-bullet-title:after {
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(0,0,0,0.75) transparent transparent;
    left: -2px;
    right: auto;
    bottom: auto;
    top: 10px
}
.metis.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-title, .metis.nav-dir-vertical.nav-pos-hor-center .tp-bullet:hover .tp-bullet-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0)
}
.metis.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    margin-bottom: 0;
    top: 50px;
    left: 50%;
    bottom: auto;
    margin-top: 10px;
    right: auto;
    transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px)
}
.metis.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0,0,0,0.75) transparent;
    right: auto;
    left: 50%;
    margin-left: -10px;
    bottom: auto;
    top: -10px
}
.metis.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-title {
    transform: translateX(-50%) translatey(0);
    -webkit-transform: translateX(-50%) translatey(0)
}
.dione .tp-bullet {
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: rgba(0,0,0,0.25);
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s
}
.dione .tp-bullet-image {
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}
.dione .tp-bullet-title {
    position: absolute;
    bottom: 65px;
    display: inline-block;
    left: 50%;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translatez(0.001px) translatex(-50%) translatey(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translatez(0.001px) translatex(-50%) translatey(14px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    white-space: nowrap
}
.dione .tp-bullet:hover .tp-bullet-title {
    transform: rotatex(0) translatex(-50%);
    -webkit-transform: rotatex(0) translatex(-50%);
    opacity: 1
}
.dione .tp-bullet.selected, .dione .tp-bullet:hover {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(119,119,119,1) 100%)
}
.dione .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.65) transparent transparent transparent;
    bottom: -8px
}
.dione.nav-dir-vertical.nav-pos-hor-right .tp-bullet-title {
    top: 50%;
    right: 50px;
    left: auto;
    bottom: auto;
    margin-right: 10px;
    transform: translateX(-10px) translateY(-50%);
    -webkit-transform: translateX(-10px) translateY(-50%)
}
.dione.nav-dir-vertical.nav-pos-hor-right .tp-bullet-title:after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(0,0,0,0.65);
    right: -10px;
    left: auto;
    bottom: auto;
    top: 10px
}
.dione.nav-dir-vertical.nav-pos-hor-right .tp-bullet:hover .tp-bullet-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0)
}
.dione.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title, .dione.nav-dir-vertical.nav-pos-hor-center .tp-bullet-title {
    top: 50%;
    left: 50px;
    right: auto;
    bottom: auto;
    margin-left: 10px;
    transform: translateX(10px) translateY(-50%);
    -webkit-transform: translateX(10px) translateY(-50%)
}
.dione.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title:after, .dione.nav-dir-vertical.nav-pos-hor-center .tp-bullet-title:after {
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(0,0,0,0.65) transparent transparent;
    left: -2px;
    right: auto;
    bottom: auto;
    top: 10px
}
.dione.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-title, .dione.nav-dir-vertical.nav-pos-hor-center .tp-bullet:hover .tp-bullet-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0)
}
.dione.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    top: 50px;
    left: 50%;
    bottom: auto;
    margin-top: 10px;
    right: auto;
    transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px)
}
.dione.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0,0,0,0.65) transparent;
    right: auto;
    left: 50%;
    margin-left: -10px;
    bottom: auto;
    top: -10px
}
.dione.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-title {
    transform: translateX(-50%) translatey(0);
    -webkit-transform: translateX(-50%) translatey(0)
}
.uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    background: transparent;
    width: 15px;
    height: 15px
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px rgba(255,255,255,1);
    border: 0;
    border-radius: 50%;
    background: transparent
}
.uranus .tp-bullet-inner {
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000032
    }
}
.less-link {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.less-link:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000314
    }
}
.less-decorationnone {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.less-decorationnone:active, .less-decorationnone:focus, .less-decorationnone:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000336
    }
}
.less-radius-0 {
    -o-border-radius: 0;
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000337
    }
}
.less-radius-btn {
    -o-border-radius: 5px 0;
    border-radius: 5px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000340
    }
}
.less-radius-default {
    -o-border-radius: 10px 50% 50%;
    border-radius: 10px 50% 50%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000343
    }
}
.less-radius-default1 {
    -o-border-radius: 0 50% 50%;
    border-radius: 0 50% 50%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000346
    }
}
.less-radius-default2 {
    -o-border-radius: 50% 0 50% 50%;
    border-radius: 50% 0 50% 50%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000355
    }
}
.height-20 {
    height: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000358
    }
}
.less-page-content {
    background: #fff;
    padding: 30px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .less-page-content {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000365
    }
}
.less-page-body {
    padding: 30px 0;
    background: #fff
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000368
        }
    }
    .less-page-body {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000372
    }
}
.less-uldestyle {
    padding: 0;
    list-style: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000377
    }
}
.met-editor {
    background: #fff;
    padding: 30px;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 300;
    color: #222
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-editor {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000383
    }
}
.met-editor p {
    margin-bottom: 16px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000384
    }
}
.met-editor img {
    max-width: 100%;
    height: auto !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000385
    }
}
.met-editor table {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000386
    }
}
.met-editor video, .met-editor .metvideo, .met-editor iframe {
    max-width: 100% !important;
    margin: auto;
    display: block
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000388
        }
    }
    .met-editor video, .met-editor .metvideo {
        height: auto !important
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000390
    }
}
.met-editor .table-saw {
    overflow-x: auto
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000395
    }
}
.met_pager {
    margin-top: 20px;
    text-align: center
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000398
    }
}
.met_pager * {
    display: inline-block;
    line-height: 30px;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000399
    }
}
.met_pager a {
    width: 30px;
    margin: 0 2px;
    color: #5e7387;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.met_pager a:active, .met_pager a:focus, .met_pager a:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003104
    }
}
.met_pager a:not(.Ahover) {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met_pager a:not(.Ahover):hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003106
    }
}
.met_pager a:not(.Ahover).NextA:hover, .met_pager a:not(.Ahover).PreA:hover {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003108
    }
}
.met_pager a.Ahover {
    background: #7fa409;
    color: #fff;
    cursor: default
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003114
    }
}
.met_pager .PreSpan, .met_pager .NextSpan, .met_pager a.NextA, .met_pager a.PreA {
    width: auto;
    padding: 0 15px;
    border: 1px solid #7fa409;
    margin: 0 20px;
    background: #7fa409;
    color: #fff;
    -o-border-radius: 5px;
    border-radius: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003119
    }
}
.met_pager .PreSpan, .met_pager .NextSpan {
    cursor: default
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003122
    }
}
.met_pager .firstPage, .met_pager .lastPage {
    min-width: 40px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003125
    }
}
.met_pager .PageText {
    margin-left: 10px;
    color: #aaa;
    display: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003126
    }
}
.met_pager input {
    display: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003129
    }
}
.met-scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003136
    }
}
.btn-success {
    background: #7fa409;
    border-color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003138
    }
}
.btn-success:hover {
    background: #a4d40c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003140
    }
}
.btn-outline.btn-default, .btn-primary, .btn-outline.btn-inverse {
    background: none !important;
    border-color: #7fa409 !important;
    color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003142
    }
}
.btn-outline.btn-default:hover, .btn-primary:hover, .btn-outline.btn-inverse:hover {
    background: #7fa409 !important;
    color: #fff !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003144
    }
}
.btn-grey {
    background: #444;
    border: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003146
    }
}
.btn-grey:hover {
    background: #5e5e5e
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003148
    }
}
.ladda-button {
    border: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003150
    }
}
.ladda-button:hover {
    background: #7fa409 !important;
    color: #fff !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003152
    }
}
.input-search-btn:focus {
    outline: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003154
    }
}
.input-search-btn:focus i {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003158
    }
}
.form-control.focus, .form-control:focus, .pager li>a:focus, .pager li>a:hover {
    border-color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003161
    }
}
.pager li>a:focus, .pager li>a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003162
    }
}
.modal-primary .modal-header, .checkbox-primary input[type="checkbox"]:checked+label::before, .checkbox-primary input[type="radio"]:checked+label::before {
    background: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003165
    }
}
.radio-primary input[type="radio"]:checked+label::before, .checkbox-primary input[type="checkbox"]:checked+label::before, .checkbox-primary input[type="radio"]:checked+label::before {
    border-color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003168
    }
}
.radio-custom input[type="radio"]:focus+label::before, .checkbox-custom input[type="checkbox"]:focus+label::before, .checkbox-custom input[type="radio"]:focus+label::before {
    outline-color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003171
    }
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover {
    color: #7fa409;
    border-bottom-color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003174
    }
}
.breadcrumb>li+li:before {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003177
    }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \00003181
    }
}
.met-column-nav ul.met-column-nav-ul>li a.link:hover, .met-column-nav ul.met-column-nav-ul>li a.link.active {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000032
    }
}
body {
    min-width: 320px;
    overflow-x: hidden;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000033
    }
}
.dropdown-menu, .dropdown-menu>li>a {
    border-radius: 0;
    font-weight: normal
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000034
    }
}
.overflow-visible {
    overflow: visible !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000035
    }
}
.dropdown-menu>li {
    padding: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000036
    }
}
.dropdown-menu>li>a:hover {
    background: transparent
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000037
    }
}
.dropdown-menu>li>a {
    color: #2a333c !important;
    transition: color .5s;
    -webkit-transition: color .5s;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000310
    }
}
.dropdown-menu>li>a:hover {
    color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \000039
    }
}
.lg-outer .lg-thumb-item {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000310
    }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #62a8ea
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000312
    }
}
.met-white-lightGallery .lg-backdrop {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000313
    }
}
.met-white-lightGallery .lg-actions .lg-next, .met-white-lightGallery .lg-actions .lg-prev, .met-white-lightGallery .lg-sub-html, .met-white-lightGallery .lg-toolbar {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000314
    }
}
.met-white-lightGallery .lg-toolbar .lg-icon:hover {
    color: #333
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000315
    }
}
.met-white-lightGallery .lg-actions .lg-next:hover, .met-white-lightGallery .lg-actions .lg-prev:hover {
    color: #333
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000316
    }
}
.met-white-lightGallery .lg-outer .lg-thumb-outer, .met-white-lightGallery .lg-outer .lg-toogle-thumb {
    background-color: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000317
    }
}
.met-white-lightGallery .lg-outer .lg-toogle-thumb:hover {
    color: #333
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000320
    }
}
.vhidden {
    visibility: hidden
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000322
    }
}
.mm-slideout {
    z-index: inherit
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000324
    }
}
.nicescroll-rails>div {
    background-color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000326
    }
}
html, body {
    height: auto
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000330
    }
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000335
    }
}
a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/ini\.less
    }
    line {
        font-family: \0000339
    }
}
.met-product.type-1 .widget img {
    height: auto !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \000032
    }
}
body.met-navfixed {
    padding-top: 60px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \000033
    }
}
.met-nav {
    border-radius: 0;
    min-height: 40px;
    margin-bottom: 0;
    box-shadow: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \000035
    }
}
.met-nav.navbar-shadow {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \000036
    }
}
.met-nav .navbar-logo {
    margin: 0;
    padding: 0;
    margin-left: 0 !important;
    display: block;
    height: 60px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000312
    }
}
.met-nav .navbar-logo img {
    max-height: 50px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000316
    }
}
.met-nav .navbar-toggle {
    height: 60px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000317
    }
}
.met-nav .nav>li>a {
    color: #2a333c !important;
    transition: color .5s;
    -webkit-transition: color .5s;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000310
    }
}
.met-nav .nav>li>a:hover {
    color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000318
    }
}
.met-nav .dropdown.open>a, .met-nav .nav li a.active {
    color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000319
    }
}
.met-nav .nav>li>a:hover, .met-nav .dropdown.open>a {
    background: #fff !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000320
    }
}
.met-nav .met-nav-login {
    padding-top: 15px;
    text-align: center
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000322
        }
    }
    .met-nav .nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        height: 60px;
        line-height: 60px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000323
        }
    }
    .met-nav .dropdown-menu {
        top: 65px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000323
        }
    }
    .met-nav .dropdown-menu.bullet {
        top: 60px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000324
        }
    }
    .met-nav .met-nav-login {
        height: 60px;
        padding-top: 0;
        margin-left: 10px
    }
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000327
        }
    }
    .met-nav .nav>li {
        margin-left: 0 !important
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000328
        }
    }
    .met-nav .dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 40px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000331
        }
    }
    .met-nav .dropdown-menu.bullet:before, .met-nav .dropdown-menu.bullet:after {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000334
        }
    }
    .met-nav .navbar-collapse-toolbar.in {
        overflow-y: scroll;
        overflow-x: hidden
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\0000335
        }
    }
    .met-nav .navbar-logo {
        margin-left: 10px !important
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000339
    }
}
.met-nav {
    margin-top: -50px;
    background-color: transparent
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000343
    }
}
.met-nav .navbar-collapse {
    float: left
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000344
    }
}
.met-nav .container {
    background: #fff;
    position: relative;
    background: -webkit-linear-gradient(top, #fff 0, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #fff 0, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000350
    }
}
.met-nav .nav>li>a, .met-nav .dropdown-menu>li>a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2a333c !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000355
    }
}
.met-nav .dropdown-menu>li>a:hover {
    color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000356
    }
}
.met-nav .nav>li>a:hover, .met-nav .nav>li>a:focus, .met-nav .dropdown.open>a {
    background: transparent !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000357
    }
}
.met-nav .econav {
    background: #7fa409;
    padding: 0;
    position: relative;
    min-width: 65px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000363
    }
}
.met-nav .econav:before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 65px;
    height: 100%;
    background: #7fa409;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000376
    }
}
.met-nav .econav>ul {
    line-height: 0;
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000380
    }
}
.met-nav .econav>ul>li {
    display: inline-block;
    margin-right: 11px;
    padding: 5px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000385
    }
}
.met-nav .econav button {
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    line-height: .8em;
    padding: 8px;
    border: 1px solid #fff;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \0000399
    }
}
.met-nav .econav button:hover {
    background: #272c0f;
    border-color: #272c0f
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003103
    }
}
.met-nav .econav button.navbar-toggle {
    color: #fff;
    font-size: 20px;
    border: 0 solid #c4cab3;
    height: 1.6em;
    padding: 0 3px;
    float: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003110
    }
}
.met-nav .econav button.navbar-toggle .hamburger-bar {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003113
    }
}
.met-nav .econav button.navbar-toggle:before, .met-nav .econav button.navbar-toggle:after {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003116
    }
}
.met-nav .navbar-collapse {
    border-top: 0
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003118
        }
    }
    .met-nav .nav>li>a {
        padding: 0 20px;
        height: 42px;
        line-height: 42px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003123
        }
    }
    .met-nav .nav>li>a:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 5px;
        right: 1px;
        bottom: 20px;
        z-index: 1;
        display: block;
        border-right: 1px dashed #bebebe
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003134
        }
    }
    .met-nav .nav>li:last-child>a:before {
        border-right: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003137
        }
    }
    .met-nav .dropdown.ecoopen>a {
        color: #7fa409 !important
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003139
        }
    }
    .met-nav .dropdown-menu {
        top: 60px;
        -webkit-transition: all .5s ease !important;
        transition: all .5s ease !important;
        border-color: #da9700;
        z-index: 9999;
        padding: 0;
        border: 0;
        box-shadow: rgba(0,0,0,0.2) 0 1px 5px 1px;
        background: #fff;
        border-top: 2px solid #7fa409
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003149
        }
    }
    .met-nav .dropdown-menu.bullet {
        top: 100%
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003151
        }
    }
    .met-nav .navbar-nav>li.ecodropdown>ul {
        top: 150%;
        visibility: hidden;
        opacity: 0;
        display: block
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003157
        }
    }
    .met-nav .navbar-nav>li.ecodropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003163
        }
    }
    .met-nav .navbar-nav>li.ecodropdown>ul>li>ul {
        left: 120%;
        visibility: hidden;
        opacity: 0;
        display: block
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003169
        }
    }
    .met-nav .navbar-nav>li.ecodropdown>ul>li.dropdown-submenu:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003174
        }
    }
    .met-nav .dropdown-menu.bullet:after, .met-nav .dropdown-menu.bullet:before {
        top: -7px !important;
        border-bottom-color: #7fa409;
        left: 35px !important
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003180
        }
    }
    .met-nav .dropdown-menu li a {
        font-size: 13px;
        border-bottom: 1px solid #ebebeb
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003184
        }
    }
    .met-nav .dropdown-menu li a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        padding-right: 10px
    }
}

@media(max-width:1199px) and (min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003192
        }
    }
    .met-nav .nav>li>a {
        padding: 0 15px;
        font-size: 14px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003193
        }
    }
    .met-nav .nav>li>a:before {
        top: 25px;
        bottom: 25px
    }
}

@media(max-width:991px) and (min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003199
        }
    }
    .met-nav .nav>li>a {
        padding: 0 10px;
        font-size: 12px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003200
        }
    }
    .met-nav .nav>li>a:before {
        top: 28px;
        bottom: 28px
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003205
        }
    }
    /*自己添加*/
    .met-nav {
        margin-top: -35px
    }
    .met-nav .econav button{
        padding:5px;
    }
    .met-index-cases .container .text-box p{
        margin-left:1px !important;
    }
    .met-index-cases{
        height:auto !important;
    }
    .owl-carousel .owl-item{
        margin-top:20px;
    }
    .ecofootbg .met-footnav-eco .list{
        width:100% !important;
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003207
        }
    }
    .met-nav .navbar-collapse {
        float: none;
        width: 100%
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003208
        }
    }
    .met-nav .dropdown-menu.bullet:after, .met-nav .dropdown-menu.bullet:before {
        border: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003213
    }
}
body.met-navfixed {
    padding-top: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003214
    }
}
.navbar-fixed-top {
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003215
    }
}
.met-nav.stricky-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #fff 0, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003225
        }
    }
    .met-nav.stricky-fixed {
        top: 35px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003229
    }
}
.stricky-fixed .econav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background: #7fa409;
    height: 100%;
    z-index: -1;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003241
    }
}
header {
    background: #fafafa;
    background-size: 100% 100%;
    padding: 0 0 50px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003245
    }
}
header .logo {
    margin: 10px 0 0 0;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003248
    }
}
header .logo h1, header header .logo h2 {
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003252
    }
}
header .top-info {
    padding: 6px 0;
    font-size: 12px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003255
    }
}
header .top-info .info-box {
    vertical-align: middle;
    padding-right: 30px;
    display: inline-block
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003260
    }
}
header .top-info .info-box:last-child {
    padding-right:0;
    font-size:12px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003263
    }
}
header .top-info .info-box .icon-box, header .top-info .info-box .text-box {
    display: table-cell;
    vertical-align: middle
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003268
    }
}
header .top-info .info-box .icon-box {
    padding-right: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003271
    }
}
header .top-info .info-box .icon-box i {
    font-size: 30px;
    color: #7fa409;
    position: relative;
    top: 5px;
    border-left: 1px solid #6b7261;
    padding-left: 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003279
    }
}
header .top-info .info-box .social-icons {
    font-size: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    line-height: 6px;
    margin-top: 6px;
    padding-left: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003287
    }
}
header .top-info .info-box .social-icons li {
    display: inline-block;
    margin-left: 7.5px;
    margin-right: 7.5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003292
    }
}
header .top-info .info-box .social-icons li div {
    z-index: 99999
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003295
    }
}
header .top-info .info-box .social-icons li a {
    display: block;
    font-size: 15px;
    color: #a9af8f
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003300
    }
}
header .top-info .info-box .social-icons li a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003303
    }
}
header .top-info .info-box p {
    color: #a9af8f;
    line-height: 24px;
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003308
    }
}
header .top-info .info-box span.highlighted {
    color: #7fa409
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003312
        }
    }
    header .logo {
        margin: 0;
        float: none !important;
        text-align: center;
        padding-bottom: 20px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003319
        }
    }
    header .top-info {
        float: none !important;
        text-align: center
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003323
        }
    }
    header .top-info .info-box {
        display: inline-block;
        text-align: left
    }
}

@media(max-width:767px) {
    header .logo {
        padding:0;
    }
    header .logo img {
        width:150px;

    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003329
        }
    }
    header {
        padding:0;
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003331
        }
    }
    header .top-info .info-box {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 15px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003337
        }
    }
    header .top-info .info-box .icon-box, header .top-info .info-box .text-box {
        display: block;
        text-align: center;
        vertical-align: middle;
        padding: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003343
        }
    }
    header .top-info .info-box .icon-box {
        margin-bottom: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003347
        }
    }
    header .top-info .info-box .icon-box i {
        padding: 0;
        border: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003351
        }
    }
    header .top-info .info-box .social-icons {
        margin-left: 0;
        margin-right: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003360
    }
}
button.mobileMenuBtn {
    border-radius: 10px !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003363
    }
}
button.mobileMenuBtn {
    display: none !important;
    margin-right: 15px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003365
        }
    }
    button.mobileMenuBtn {
        display: inline-block !important
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003367
    }
}
#mobileNav li.active, #mobileNav li:hover {
    background: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003368
    }
}
#mobileNav li.active a, #mobileNav li:hover a {
    color: #fff !important
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
        }
        line {
            font-family:\00003373
        }
    }
    #site-navbar-search .modal-center {
        height: auto !important
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003375
    }
}
#site-navbar-search .modal-content {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003377
    }
}
#site-navbar-search .modal-content .modal-body {
    padding: 40px 40px 20px;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003380
    }
}
#site-navbar-search .modal-content .modal-body .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 40px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003387
    }
}
#site-navbar-search .modal-content a.btn {
    border: 0;
    font-size: 16px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/head\.less
    }
    line {
        font-family: \00003393
    }
}
#site-navbar-search .modal-content a.btn span.flag-icon {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 8px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \000033
    }
}
.met-banner .carousel-inner {
    background: #ddd
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \000035
    }
}
.met-banner .carousel-inner.carousel-height {
    min-height: 300px
}

@media(max-width:997px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\000037
        }
    }
    .met-banner .carousel-inner.carousel-height {
        min-height: 200px
    }
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000310
        }
    }
    .met-banner .carousel-inner.carousel-height {
        min-height: 150px
    }
}

@media(max-width:488px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000313
        }
    }
    .met-banner .carousel-inner.carousel-height {
        min-height: 100px
    }

}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000319
    }
}
.met-banner .carousel-caption.p-1 {
    left: 10%;
    top: 30%;
    text-align: left
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000324
    }
}
.met-banner .carousel-caption.p-2 {
    right: 10%;
    top: 30%;
    text-align: right
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000329
    }
}
.met-banner .carousel-caption.p-3 {
    top: 10%;
    padding-top: 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000335
    }
}
.met-banner .carousel-caption.p-5 {
    width: 50%;
    height: 30%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000342
    }
}
.met-banner .carousel-caption h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000343
    }
}
.met-banner .carousel-caption p {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    text-shadow: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000344
    }
}
.met-banner .carousel-caption p.banner-more a {
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 300;
    margin: 0;
    text-shadow: none;
    border: 1px solid #fff;
    color: #fff
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000346
        }
    }
    .met-banner .carousel-caption h3 {
        font-size: 16px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000347
        }
    }
    .met-banner .carousel-caption p {
        font-size: 18px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000348
        }
    }
    .met-banner .carousel-caption p.banner-more a {
        font-size: 12px
    }
    .rev_slider_wrapper {
        height:350px !important;
    }
    .tp-overflow-hidden{
        height:350px !important;
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000352
    }
}
.met-banner-ny {
    background-color: #62a8ea;
    height: 120px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000354
        }
    }
    .met-banner-ny {
        height: 60px
    }
    .met-banner-ny .vertical-align-middle{
        font-size:24px;
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000357
    }
}
.met-banner-ny h1, .met-banner-ny h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    padding: 10px 30px;
    margin: 0;
    text-shadow: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000367
    }
}
.met-banner-econy {
    background: #62a8ea;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000370
    }
}
.met-banner-econy img {
    width: 100%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000371
    }
}
.met-banner-econy .econynr {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000372
    }
}
.met-banner-econy .title h1 {
    text-align: center;
    display: inline-block;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    border-top: 1px solid rgba(132,119,117,0.8);
    border-bottom: 1px solid rgba(132,119,117,0.8);
    padding: 0 52px;
    font-weight: bold
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000385
    }
}
.met-banner-econy .breadcumb {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 12px;
    text-align: right
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \0000392
    }
}
.met-banner-econy .breadcumb a {
    color: #fff
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000395
        }
    }
    .met-banner-econy .title {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\0000398
        }
    }
    .met-banner-econy .breadcumb {
        float: none !important;
        margin-top: 0;
        padding-top: 0;
        text-align: center
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003108
    }
}
.met-position {
    background: #fff;
    border-bottom: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003111
    }
}
.met-position.bordernone {
    border-bottom: 0
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003112
        }
    }
    .met-position {
        border-bottom: 1px solid #f0f2f5
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003115
    }
}
.met-position .breadcrumb {
    margin: 0;
    padding: 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003116
    }
}
.met-position a {
    text-decoration: none;
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.met-position a:active, .met-position a:focus, .met-position a:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-position a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003117
    }
}
.met-position.pattern-show {
    background: #f2f2f2;
    border-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003120
    }
}
.met-position.pattern-show .breadcrumb {
    padding: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003125
    }
}
.met-column-nav {
    text-align: center;
    border-bottom: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003128
    }
}
.met-column-nav.bordernone {
    border-bottom: 0
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003129
        }
    }
    .met-column-nav {
        border-bottom: 1px solid #f0f2f5
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003131
        }
    }
    .met-column-nav .sidebar_tile {
        height: 52px;
        overflow: hidden
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003133
    }
}
.met-column-nav ul.met-column-nav-ul {
    padding: 0;
    list-style: none;
    margin: 0 auto
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003136
        }
    }
    .met-column-nav ul.met-column-nav-ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003139
    }
}
.met-column-nav ul.met-column-nav-ul>li {
    display: inline-block
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003141
    }
}
.met-column-nav ul.met-column-nav-ul>li a.link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 14px;
    display: block;
    color: #90939b
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.met-column-nav ul.met-column-nav-ul>li a.link:active, .met-column-nav ul.met-column-nav-ul>li a.link:focus, .met-column-nav ul.met-column-nav-ul>li a.link:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003147
    }
}
.met-column-nav ul.met-column-nav-ul>li a.link:hover, .met-column-nav ul.met-column-nav-ul>li a.link.active {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003149
    }
}
.met-column-nav ul.met-column-nav-ul>li>ul>li>a.active {
    color: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003150
    }
}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet {
    top: 40px
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003154
        }
    }
    .met-column-nav.product-search-body {
        text-align: left
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003158
    }
}
.met-column-nav.product-search-body .product_search .form-group {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003162
        }
    }
    .met-column-nav.product-search-body .product_search .form-group {
        width: 100%;
        margin-top: 7px;
        margin-bottom: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003169
    }
}
.met-column-nav.product-search-body .product_search.navno .form-group {
    margin-top: 15px
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
        }
        line {
            font-family:\00003171
        }
    }
    .met-column-nav.product-search-body .product_search.navno .form-group {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003190
    }
}
.main-slider {
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003194
    }
}
.main-slider .ecoslidert {
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    background: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003201
    }
}
.main-slider .ecodesc {
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003205
    }
}
.rev_slider_wrapper .banner-btn {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 10px 23px;
    z-index: 61
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003215
    }
}
.rev_slider_wrapper .banner-btn i {
    margin-left: 18px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003219
    }
}
.rev_slider_wrapper .banner-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003233
    }
}
.rev_slider_wrapper .banner-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #7fa409;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003255
    }
}
.rev_slider_wrapper .banner-btn:hover {
    color: #fff !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/banner\.less
    }
    line {
        font-family: \00003256
    }
}
.rev_slider_wrapper .banner-btn:hover:before, .rev_slider_wrapper .banner-btn:focus:before, .rev_slider_wrapper .banner-btn:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \000032
    }
}
.met-links {
    border-top: 1px solid #f0f2f5;
    color: #5e7387;
    padding: 15px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \000036
    }
}
.met-links a {
    color: #5e7387
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \000037
    }
}
.met-links ol {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \000038
    }
}
.met-links .breadcrumb>li+li:before {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \000039
    }
}
.met-links li {
    white-space: nowrap
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000312
    }
}
.met-footnav {
    border-top: 1px solid #f0f2f5;
    padding: 40px 0
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\0000315
        }
    }
    .met-footnav {
        padding: 30px 0
    }
}

@media(max-width:488px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\0000318
        }
    }
    .met-footnav {
        padding: 20px 0
    }
}

@media(max-width:350px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\0000321
        }
    }
    .met-footnav {
        padding: 15px 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000324
    }
}
.met-footnav h4 {
    font-size: 18px;
    margin-top: 0;
    text-shadow: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000325
    }
}
.met-footnav ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000327
    }
}
.met-footnav ul li {
    margin-bottom: 3px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000329
    }
}
.met-footnav ul li a {
    color: #5e7387;
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.met-footnav ul li a:active, .met-footnav ul li a:focus, .met-footnav ul li a:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000329
    }
}
.met-footnav ul li a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000332
    }
}
.met-footnav .list {
    margin-bottom: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000334
    }
}
.met-footnav .info em {
    display: block;
    font-size: 26px;
    font-style: normal
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000338
    }
}
.met-footnav .info em a {
    color: #5e7387;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000341
    }
}
.met-footnav .info em a:hover {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000344
    }
}
.met-footnav .info p {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000345
    }
}
.met-footnav .info i {
    font-size: 26px;
    cursor: pointer
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000346
    }
}
.met-footnav .info a {
    margin: 0 8px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000347
    }
}
.met-footnav .info a:hover, .met-footnav .info a:focus {
    text-decoration: none
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\0000348
        }
    }
    .met-footnav .info {
        margin-top: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000353
    }
}
.met-weixin-img img {
    max-width: 160px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000355
    }
}
footer {
    border-top: 1px solid #f0f2f5;
    padding: 20px 0;
    color: #2a333c;
    height: auto;
    line-height: 1.8
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000361
    }
}
footer p {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000365
    }
}
.met-langlist .flag-icon {
    font-size: 15px;
    margin-right: 3px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\0000368
        }
    }
    #met-langlist-modal .modal-center {
        height: auto !important
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000370
    }
}
#met-langlist-modal .modal-content {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000372
    }
}
#met-langlist-modal .modal-content .modal-body {
    padding: 40px 40px 20px;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000375
    }
}
#met-langlist-modal .modal-content .modal-body .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 40px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000382
    }
}
#met-langlist-modal .modal-content a.btn {
    border: 0;
    font-size: 16px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000388
    }
}
#met-langlist-modal .modal-content a.btn span.flag-icon {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 8px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \0000398
    }
}
.ecofootbg {
    background: #222
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003100
    }
}
.ecofootbg a {
    -webkit-transition: all .3s;
    transition: all .3s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003101
    }
}
.ecofootbg .met-footnav {
    background: #282828;
    padding-top: 40px;
    border: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003105
    }
}
.ecofootbg .met-footnav h4 {
    color: #fff;
    margin: 0 0 17px;
    padding-bottom: 15px;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003110
    }
}
.ecofootbg .met-footnav h4:before {
    content: '';
    width: 45px;
    height: 2px;
    background: #7fa409;
    position: absolute;
    bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003119
    }
}
.ecofootbg .met-footnav ul a, .ecofootbg .met-footnav em a {
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003121
    }
}
.ecofootbg .met-footnav ul a:hover, .ecofootbg .met-footnav em a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003123
    }
}
.ecofootbg .met-footnav ul li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 12px;
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003129
    }
}
.ecofootbg .met-footnav p {
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003130
    }
}
.ecofootbg .met-footnav .info i {
    width: 30px;
    height: 30px;
    background: #7fa409;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    -o-border-radius: 0 50% 50%;
    border-radius: 0 50% 50%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003145
    }
}
.ecofootbg .met-links {
    border: 0;
    padding: 15px 0 0 0;
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003149
    }
}
.ecofootbg .met-links a, .ecofootbg .met-links .breadcrumb>li+li:before {
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003150
    }
}
.ecofootbg .met-links a:focus, .ecofootbg .met-links a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003152
    }
}
.ecofootbg footer {
    border: 0;
    padding: 20px 0 0 0;
    color: #666;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003156
    }
}
.ecofootbg footer a, .ecofootbg footer .btn-outline.btn-default {
    color: #aaa !important;
    border-color: #aaa !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003158
    }
}
.ecofootbg .met-footnav-eco {
    border: 0;
    background: #282828;
    padding: 40px 0 0 0
}

@media(max-width:767px) {

    nav .container .row {
        background: url(/upload/201901/logo11.png) 2% 50% no-repeat;
        background-size: 140px;
        background-position: top 12px left 15px;
    }

    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\00003162
        }
    }
    .ecofootbg .met-footnav-eco {
        padding: 30px 0 0
    }
}

@media(max-width:488px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\00003165
        }
    }
    .ecofootbg .met-footnav-eco {
        padding: 20px 0 0
    }
}

@media(max-width:350px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\00003168
        }
    }
    .ecofootbg .met-footnav-eco {
        padding: 15px 0 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003171
    }
}
.ecofootbg .met-footnav-eco h4 {
    color: #fff;
    margin: 0 0 17px;
    padding-bottom: 15px;
    font-size: 18px;
    margin-top: 0;
    text-shadow: none;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003179
    }
}
.ecofootbg .met-footnav-eco h4:before {
    content: '';
    width: 45px;
    height: 2px;
    background: #999 !important;
    position: absolute;
    bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003188
    }
}
.ecofootbg .met-footnav-eco img.positioned {
    margin-top: -180px;
    position: relative;
    bottom: 20px;
    width: auto;
    max-width: none;
    float: right
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003196
    }
}
.ecofootbg .met-footnav-eco .list p {
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003197
    }
}
.ecofootbg .met-footnav-eco .list a.read-more {
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003198
    }
}
.ecofootbg .met-footnav-eco .list a.read-more i {
    padding-left: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003199
    }
}
.ecofootbg .met-footnav-eco .list a.read-more:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003201
    }
}
.ecofootbg .met-footnav-eco .list {
    margin-bottom: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003202
    }
}
.ecofootbg .met-footnav-eco .list .social {
    text-align: left;
    margin: 10px 0 20px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003206
    }
}
.ecofootbg .met-footnav-eco .list .social li {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003212
    }
}
.ecofootbg .met-footnav-eco .list .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0;
    border: 1px solid #777 !important;
    text-align: center;
    line-height: 30px;
    color: #7fa409;
    font-size: 16px;
    margin-right: 2px;
    -webkit-transition: all .3s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003230
    }
}
.ecofootbg .met-footnav-eco .list .social li:hover a {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003235
    }
}
.ecofootbg .met-footnav-eco .list .social li a:before {
    background: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003239
    }
}
.ecofootbg .met-footnav-eco .ecoinfo li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 12px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003244
    }
}
.ecofootbg .met-footnav-eco ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003246
    }
}
.ecofootbg .met-footnav-eco ul li {
    margin-bottom: 3px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003248
    }
}
.ecofootbg .met-footnav-eco ul li a {
    color: #aaa;
    text-decoration: none;
    display: block;
    margin-bottom: 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.ecofootbg .met-footnav-eco ul li a:active, .ecofootbg .met-footnav-eco ul li a:focus, .ecofootbg .met-footnav-eco ul li a:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003252
    }
}
.ecofootbg .met-footnav-eco ul li a:hover {
    color: #fff !important;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003259
    }
}
.ecofootbg .met-footnav-eco .gallery a {
    display: block;
    height: 60px;
    float: left
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003260
    }
}
.ecofootbg .met-footnav-eco .gallery img {
    float: left;
    margin: 0 2.5px 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003261
    }
}
.ecofootbg .met-footnav-eco .gallery img:hover {
    opacity: .5
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\00003263
        }
    }
    .ecofootbg .met-footnav-eco .gallery {
        height: 120px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003268
    }
}
.ecofootbg .met-footnav-eco .contact-info li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 18px;
    width: 100%;
    float: left;
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003275
    }
}
.ecofootbg .met-footnav-eco .contact-info li a {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003277
    }
}
.ecofootbg .met-footnav-eco .contact-info li:last-child {
    border: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003280
    }
}
.ecofootbg .met-footnav-eco .contact-info li .icon {
    font-size: 25px;
    margin-right: 10px;
    color: #7fa409;
    float: left
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003288
    }
}
.ecofootbg .met-footnav-eco .info em {
    display: block;
    font-size: 26px;
    font-style: normal
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003292
    }
}
.ecofootbg .met-footnav-eco .info em a {
    color: #c5b199;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003295
    }
}
.ecofootbg .met-footnav-eco .info em a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003298
    }
}
.ecofootbg .met-footnav-eco .info p {
    color: #aaa
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003299
    }
}
.ecofootbg .met-footnav-eco .info i {
    font-size: 26px;
    cursor: pointer
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003300
    }
}
.ecofootbg .met-footnav-eco .info a {
    margin: 0 8px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
    }
    line {
        font-family: \00003301
    }
}
.ecofootbg .met-footnav-eco .info a:hover, .ecofootbg .met-footnav-eco .info a:focus {
    text-decoration: none
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/foot\.less
        }
        line {
            font-family:\00003302
        }
    }
    .ecofootbg .met-footnav-eco .info {
        margin-top: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000031
    }
}
.met-index-body {
    padding: 50px 0 30px 0;
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000034
    }
}
.met-index-body:nth-of-type(odd) {
    background:#333; rgba(0,0,0,0.0)

}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000035
    }
}
.met-index-body h3 {
    font-size: 22px;
    margin-top: 0;
    text-align: left;
    font-weight: 700
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000036
    }
}
.met-index-body h3 a {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000037
    }
}
.met-index-body h3:after {
    background: #7fa409 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    width: 50px;
    margin-left: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000317
    }
}
.met-index-body p.desc {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #8d8d8d;
    margin: 0 auto;
    margin-bottom: 6px;
    margin-bottom: 27px
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\0000318
        }
    }
    .met-index-body {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\0000321
        }
    }
    .met-index-body {
        padding: 50px 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\0000323
        }
    }
    .met-index-body h3 {
        font-size: 28px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\0000324
        }
    }
    .met-index-body p.desc {
        font-size: 14px
    }
}

@media(max-width:488px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\0000326
        }
    }
    .met-index-body {
        padding: 40px 0
    }
}

@media(max-width:358px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\0000329
        }
    }
    .met-index-body {
        padding: 30px 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000335
    }
}
.contact-us-button {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 6px 23px;
    border-radius: 0px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000342
    }
}
a.contact-button {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    margin-left: 0px;
    border: 1px solid #666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
a.btntop{
    margin-top:15px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000353
    }
}
a.contact-button:hover {
    border-color: #000;
    border:none;
    background:#000 none repeat scroll 0 0;

}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000356
    }
}
a.contact-button:hover .contact-us-button {
    border-right-color: #000;
    border-radius:0px;
    background:#000;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000359
    }
}
a.contact-button:hover i {
    border-left-color: #000;
    background: #000;
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000363
    }
}
a.contact-button i {
    border-left: 1px solid #404040;
    color: #666 !important;
    display: inline-block;
    font-size: 16px;
    margin-left: -4px;
    padding: 5px 14px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000373
    }
}
.contact-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \0000388
    }
}
.contact-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 0px;
    /*border: 1px solid #000;*/
    background: #000 !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003112
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003115
    }
}
.contact-button:hover:before, .contact-button:focus:before, .contact-button:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003121
        }
    }
    a.contact-button {
        float: none;
        text-align: center;
        margin-top: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003131
    }
}
.met-index-topcontact {
    background: #7fa409;
    padding: 35px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003134
    }
}
.met-index-topcontact p {
    font-size: 24px;
    font-style: italic;
    line-height: 37px;
    margin: 0;
    color: #fff;
    text-align: left;
    display: inline-block
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003143
        }
    }
    .met-index-topcontact {
        text-align: center
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003145
        }
    }
    .met-index-topcontact p {
        text-align: center;
        padding: 10px 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003152
    }
}
.met-index-service .single-service-item {
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    position: relative;
    height: 115px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003159
    }
}
.met-index-service .single-service-item:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003171
    }
}
.met-index-service .single-service-item:hover .service-text h4, .met-index-service .single-service-item:hover .service-text p {
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003172
    }
}
.met-index-service .single-service-item:hover:before {
    background: #7fa409;
    opacity: .8
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003177
        }
    }
    .met-index-service .single-service-item {
        margin-bottom: 15px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003181
    }
}
.met-index-service .service-left-bg {
    background: #ececec none repeat scroll 0 0;
    border-right: 1px solid #d7d7d7;
    float: left;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 50px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003190
    }
}
.met-index-service .service-icon {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    margin-top: 25px;
    width: 61px;
    height: 61px;
    background: #7fa409;
    border-radius: 50%;
    overflow: hidden;
    text-align: center
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003203
    }
}
.met-index-service .service-icon i, .met-index-service .service-icon i:before {
    font-size: 33px;
    color: #fff;
    line-height: 61px;
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003210
    }
}
.met-index-service .service-text {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 21px;
    padding-right: 10px;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003217
    }
}
.met-index-service .service-text h4 {
    color: #37474f;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003225
    }
}
.met-index-service .service-text p {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003234
    }
}
.met-index-product {
    margin-bottom: -30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003236
    }
}
.met-index-product .single-latest-project-gardener {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003241
    }
}
.met-index-product .single-latest-project-gardener .modal-content {
    display: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003244
    }
}
.met-index-product .single-latest-project-gardener .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    text-align: center;
    line-height: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003258
    }
}
.met-index-product .single-latest-project-gardener .overlay:hover {
    background: rgba(0,0,0,0.34)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003261
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003267
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder:before, .met-index-product .single-latest-project-gardener .overlay .box-holder:after {
    content: '';
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003274
    }
}
.met-index-product .single-latest-project-gardener .overlay:hover .box-holder:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003281
    }
}
.met-index-product .single-latest-project-gardener .overlay:hover .box-holder:before {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003286
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder:after {
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: skew(-100deg);
    -ms-transform: skew(-100deg);
    transform: skew(-100deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003299
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder:before {
    top: 100%;
    left: 30px;
    right: 30px;
    bottom: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003309
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder .content-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003317
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder .content-box h4 {
    font-size: 25px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003327
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder .content-box h4 span {
    font-weight: bold;
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003331
    }
}
.met-index-product .single-latest-project-gardener .overlay .box-holder .content-box p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    margin-top: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003343
    }
}
.met-index-product .single-latest-project-gardener .overlay:hover .content-box p {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003352
    }
}
.met-index-down {
    padding: 0;
    background-color: #7fa409;
    overflow: hidden;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003357
    }
}
.met-index-down:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color:#333;
}


@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003367
    }
}
.met-index-down .down-left {
    padding: 75px 0px 65px 0px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003371
    }
}
.met-index-down h2 {
    color: #e2ba4b;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 17px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003377
    }
}
.met-index-down h2 a {
    color: #FFFFFF
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003379
    }
}
.met-index-down p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003385
    }
}
.met-index-down .list-box {
    margin-top: 27px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003388
    }
}
.met-index-down ul {
    width: 100%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003392
    }
}
.met-index-down ul li a {
    color: #ccc !important;
    font-size: 16px;
    line-height: 40px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003398
    }
}
.met-index-down ul li a .fa {
    margin-right: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003402
    }
}
.met-index-down .img-holder:before {
    background: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003405
    }
}
.met-index-down .img-holder img {
    max-width: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003410
    }
}
/*.met-index-down:hover .img-holder img {
	opacity: .45;
	filter: alpha(opacity=45)
}*/

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003414
    }
}
.met-index-down:hover .img-holder:before, .met-index-down:focus .img-holder:before, .met-index-down:active .img-holder:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003424
        }
    }
    .met-index-down .down-right {
        padding: 0 0 20px 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003425
        }
    }
    .met-index-down .img-holder img {
        width: 100%
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003430
    }
}
.met-index-news {
    padding-bottom: 40px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003432
    }
}
.met-index-news .single-blog-post .img-holder {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003437
    }
}
.met-index-news .single-blog-post .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003448
    }
}
.met-index-news .single-blog-post .img-holder .overlay .overlays {
    width: 100%;
    height: 100%;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003450
    }
}
.met-index-news .single-blog-post .img-holder .overlay .overlays:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7fa409;
    display: block;
    opacity: .7
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003465
    }
}
.met-index-news .single-blog-post .img-holder:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003470
    }
}
.met-index-news .single-blog-post .img-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003475
    }
}
.met-index-news .single-blog-post .img-holder .date {
    background: #7fa409;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    font-weight: 500
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003487
    }
}
.met-index-news .single-blog-post .img-holder .date b {
    font-size: 25px;
    font-weight: bold;
    font-style: italic
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003492
    }
}
.met-index-news .single-blog-post a h2 {
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003501
    }
}
.met-index-news .single-blog-post a h2:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003504
    }
}
/*
.met-index-news .single-blog-post p {
    color: #898989;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0;
    margin-bottom:40px;
}
*/

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003510
    }
}
.met-index-news .single-blog-post>ul {
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 0;
    margin-bottom: 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003515
    }
}
.met-index-news .single-blog-post>ul li {
    display: inline
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003518
    }
}
.met-index-news .single-blog-post>ul li, .met-index-news .single-blog-post>ul li span {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #9a9a99;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003529
    }
}
.met-index-news .single-blog-post>ul li span {
    /*border-right: 1px solid #9a9a99;*/
    padding-left: 0;
    color: #9a9a99
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003534
    }
}
.met-index-news .single-blog-post>ul li span b {
    color: #898989;
    font-weight: normal
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003538
    }
}
.met-index-news .single-blog-post>ul li a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003542
    }
}
.met-index-news .single-blog-post .img-holder:before {
    background: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003545
    }
}
.met-index-news .single-blog-post:hover .img-holder:before, .met-index-news .single-blog-post:focus .img-holder:before, .met-index-news .single-blog-post:active .img-holder:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003554
        }
    }
    .met-index-news .single-blog-post {
        margin-top: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003558
    }
}
.met-index-about {
    padding: 0;
    background-color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003561
    }
}
.met-index-about .container-fluid {
    padding: 0;/*background-color: rgba(0,0,0,0.71)*/
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003562
    }
}
.met-index-about .left_side {
    background-size: cover;
    height: 510px;
    width: 50%;
    position: relative;
    float: left
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003569
    }
}
.met-index-about .we_are_opacity {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003577
    }
}
/*.met-index-about .we_are_border {
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0
}*/

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003585
    }
}
/*.met-index-about .we_are_border h2 {
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	/*background: #7fa409;
	display: inline;
	position: absolute;
	padding: 12px 39px;
	top: 40px;
	right: 0
}*/

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003596
    }
}
.met-index-about .right_side {
    background-size: cover;
    height: 510px;
    width: 50%;
    position: relative;
    float: right
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003603
    }
}
.met-index-about .we_are_deatails {
    padding-left: 61px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003606
    }
}
.met-index-about .right_side h2 {
    font-weight: 700;
    font-size: 1.625em;
    color: #fff;
    position: relative;
    padding-top: 47px;
    word-spacing: 6px;
    padding-bottom: 38px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003615
    }
}
.met-index-about .right_side h2 a {
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003618
    }
}
.met-index-about .right_side h2:before {
    content: '';
    width: 45px;
    height: 2px;
    background: #cacaca !important;
    position: absolute;
    top: 85px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003626
    }
}
.met-index-about .right_side .we_are_deatails>p {
    color:#ccc !important;
    width: 72%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003630
    }
}
.met-index-about .right_side .list_item p {
    display: inline-block;
    font-size: 1.125em;
    color: #fff;
    padding-left: 35px;
    padding-right: 32px;
    margin-top: 63px;
    margin-right: 27px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003640
    }
}
.met-index-about .right_side .list_item p:not(.support) {
    border-right: 1px dashed #6e6e6e
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003643
    }
}
.met-index-about .right_side img {
    vertical-align: baseline
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003647
        }
    }
    .met-index-about .right_side {
        width: 100%;
        padding-top: 10px;
        height: auto
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003649
        }
    }
    .met-index-about .right_side .we_are_deatails {
        padding: 10px 20px 20px 20px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003650
        }
    }
    .met-index-about .right_side .we_are_deatails h2 {
        padding-top: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003651
        }
    }
    .met-index-about .right_side .we_are_deatails h2:before {
        top: 48px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003653
        }
    }
    .met-index-about .right_side .we_are_deatails p {
        width: 100%
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003658
        }
    }
    .met-index-about .left_side {
        width: 100%
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003661
        }
    }
    .met-index-about .left_side {
        height: 240px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003662
        }
    }
    .met-index-about .we_are_opacity {
        height: 240px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003667
    }
}
.met-index-case {
    text-align: center;
    background: #fff !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003670
    }
}
.met-index-case .dedicated-team-items .item {
    padding-bottom: 20px;
    width:320px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003673
    }
}
.met-index-case .dedicated-team-items .owl-nav {
    width: auto;
    position: absolute;
    right: 0;
    top: -83px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003679
    }
}
.met-index-case .dedicated-team-items .owl-nav {
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003682
    }
}
.met-index-case .dedicated-team-items .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    background: #616161;
    color: #fff;
    margin-left: 1px;
    line-height: 33px;
    font-size: 22px;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003696
    }
}
.met-index-case .dedicated-team-items .owl-nav [class*="owl-"]:hover {
    background: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003699
    }
}
.met-index-case .dedicated-team-img-holder {
    position: relative;
    overflow: hidden
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003703
    }
}
.met-index-case .dedicated-team-img-holder:before {
    border: 1px solid #e4e2b7;
    bottom: 30px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003712
    }
}
.met-index-case .dedicated-team-img-holder .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003720
    }
}
.met-index-case .dedicated-team-img-holder .overlay .overlays {
    width: 100%;
    height: 100%;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003722
    }
}
.met-index-case .dedicated-team-img-holder .overlay .overlays:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7fa409;
    display: block;
    opacity: .7
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003737
    }
}
.met-index-case .dedicated-team-img-holder:hover .overlay {
    top: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003740
    }
}
.met-index-case .dedicated-team-img-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003749
    }
}
.met-index-case .dedicated-team-img-holder:hover .overlay .inner-holder {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003753
    }
}
.met-index-case .dedicated-team-img-holder:hover .overlay p {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003763
    }
}
.met-index-case .dedicated-team-img-holder .overlay p {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003770
    }
}
.met-index-case .dedicated-team-single-item {
    position: relative;
    margin-bottom: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003774
    }
}
.met-index-case .dedicated-team-img-holder img {
    height: 170px;
    width: 100%
}
.met-index-case .dedicated-team-items .item:hover{
    transition: .3s all;
    transform: scale(1.04);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003778
    }
}
.met-index-case .dedicated-team-member-name {
    background: #fff none repeat scroll 0 0;
    bottom: -24px;
    display: inline-block;
    left: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003787
    }
}
.met-index-case .dedicated-team-member-name h4 {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003793
    }
}
.met-index-case .dedicated-team-member-name h4 span {
    color: #969595;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    text-transform: uppercase
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003802
        }
    }
    .met-index-case .dedicated-team-items .owl-nav {
        top: -120px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003809
    }
}
.met-index-cases {
    background-size:cover;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    padding: 50px 0;
    height:450px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003815
    }
}
.met-index-cases h3 a {
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003816
    }
}
.met-index-cases p.desc {
    color: #ddd
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003817
    }
}
.met-index-cases:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .35;
    filter: alpha(opacity=35)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003828
    }
}
.met-index-cases .container {
    position: relative;
    z-index: 3
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003832
    }
}
.met-index-cases .img-holder {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    visibility: visible
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003838
    }
}
.met-index-cases .img-holder img {
    position: relative;
    z-index: 2;
    max-height: 300px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003843
    }
}
.met-index-cases .caption-box {
    width:360px;
    height:216px;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003846
    }
}
.met-index-cases .caption-box:before {
    opacity:0.5;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    z-index: 3
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003856
    }
}
.met-index-cases .container .text-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003861
    }
}
.met-index-cases .container .text-box p {
    margin-left: 90px;
    margin-top:25px;
    color: #ccc;
    font-size: 14px;
    /*font-style: italic;*/
    line-height: 30px;
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003868
    }
}
.met-index-cases .container .text-box p .quote {
    font-size: 105px;
    margin-right: 10px;
    color: #ccc !important;
    vertical-align: bottom;
    line-height: 0;
    position: relative;
    top: 6px;
    padding-right: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003878
    }
}
.met-index-cases .container .text-box p.name {
    /*font-style: italic;*/
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
    float: right
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003886
    }
}
.met-index-cases .container .text-box p.name span {
    font-size: 16px;
    /*font-style: italic;*/
    color: #999 !important;
    line-height: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003892
    }
}
.met-index-cases .container .owl-nav {
    position: absolute;
    top: -30px;
    right: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003897
    }
}
.met-index-cases .container .owl-carousel .owl-nav [class*=owl-] {
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    padding: 0;
    float: left;
    font-size: 15px;
    background: #7fa409;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003911
    }
}
.met-index-cases .container .owl-carousel .owl-nav [class*=owl-]:hover {
    opacity: .55;
    filter: alpha(opacity=55)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003915
    }
}
.met-index-cases .container .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003920
        }
    }
    .met-index-cases .container .text-box {
        padding: 0 15px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
        }
        line {
            font-family:\00003923
        }
    }
    .met-index-cases .img-holder {
        display: block;
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003936
    }
}
.met-index-bottomcontact {
    background: #7fa409 left top no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003941
    }
}
.met-index-bottomcontact .has-skew {
    position: relative;
    padding: 38px 0;
    padding-left: 85px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003946
    }
}
.met-index-bottomcontact .has-skew * {
    position: relative
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003949
    }
}
.met-index-bottomcontact .has-skew:before {
    content: '';
    background: #7fa409;
    width: 5000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(-38deg);
    -ms-transform: skew(-38deg);
    transform: skew(-38deg)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003961
    }
}
.met-index-bottomcontact h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 10px;
    text-transform: uppercase
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003969
    }
}
.met-index-bottomcontact h2 b {
    font-weight: bold;
    color: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003973
    }
}
.met-index-bottomcontact p {
    color: #aaa;
    font-size: 18px;
    /*font-style: italic;*/
    line-height: 26px;
    margin-bottom: 23px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003980
    }
}
.met-index-bottomcontact p b {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-right: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003986
    }
}
.met-index-bottomcontact p.has-btn {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003993
    }
}
.met-index-bottomcontact p.has-btn a.tel {
    color: #ccc;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \00003997
    }
}
.met-index-bottomcontact p span {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-style: normal
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000031003
    }
}
.met-index-bottomcontact a.contact-button {
    margin-left: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000031014
    }
}
.met-index-product .blocks h4 a:hover, .met-index-case .blocks h4 a:hover, .met-index-news .blocks li a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/index\.less
    }
    line {
        font-family: \000031015
    }
}
.met-index-product .nav-tabs li.active a, .met-index-case .nav-tabs li.active a, .met-index-service .blocks li:hover i {
    background: #7fa409 !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/show\.less
    }
    line {
        font-family: \000032
    }
}
.met-show {
    padding: 30px 0;
    background: #fff
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000368
        }
    }
    .met-show {
        padding: 0
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/show\.less
        }
        line {
            font-family:\000034
        }
    }
    .met-show {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \000032
    }
}
.met-news {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \000034
    }
}
.met-news .met-news-body {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\000035
        }
    }
    .met-news {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000311
    }
}
.met-news .carousel .item .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px 0 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000317
    }
}
.met-news .carousel .item .carousel-caption h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000318
        }
    }
    .met-news .carousel .item .carousel-caption {
        padding: 20px 0 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000320
        }
    }
    .met-news .carousel .item .carousel-caption h3 {
        margin: 0;
        font-size: 18px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000323
    }
}
.met-news .carousel .carousel-indicators {
    bottom: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000325
    }
}
.met-news .carousel .carousel-indicators li {
    box-shadow: 0 0 0 1px #fff inset
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000328
    }
}
.met-news .met-news-list {
    background: #fff;
    padding: 30px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-news .met-news-list {
        padding: 10px
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000330
        }
    }
    .met-news .met-news-list {
        padding-top: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000333
    }
}
.met-news .met-news-list .news-carousel {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f2f5
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000337
        }
    }
    .met-news .met-news-list .news-carousel {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000341
    }
}
.met-news .met-news-list h4 {
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000342
    }
}
.met-news .met-news-list ul {
    padding: 0;
    list-style: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000344
    }
}
.met-news .met-news-list ul li {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000347
    }
}
.met-news .met-news-list ul li h4 {
    font-size: 22px;
    margin-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000350
    }
}
.met-news .met-news-list ul li h4 a {
    color: #2a333c;
    font-size:20px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-news .met-news-list ul li h4 a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000352
    }
}
.met-news .met-news-list ul li p {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000354
    }
}
.met-news .met-news-list ul li p.des {
    color: #76838f;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000355
    }
}
.met-news .met-news-list ul li p.info {
    color: #a3afb7;
    font-size: 14px;
    font-weight: 300
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000359
    }
}
.met-news .met-news-list ul li p.info i {
    color: #a3afb7;
    font-weight: 300
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000362
        }
    }
    .met-news .met-news-list ul li {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000364
        }
    }
    .met-news .met-news-list ul li h4 {
        font-size: 18px;
        margin-bottom: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000366
        }
    }
    .met-news .met-news-list ul li .media .media-left {
        padding-right: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000367
        }
    }
    .met-news .met-news-list ul li .media p.des {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000368
        }
    }
    .met-news .met-news-list ul li .media.media-lg .media-object {
        width: 100px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000375
    }
}
.met-news.type-3 .met-news-body {
    box-shadow: none
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000377
        }
    }
    .met-news.type-3 .met-news-body {
        margin-bottom: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000381
    }
}
.met-news.type-3 .widget {
    border-radius: 0
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000383
        }
    }
    .met-news.type-3 .widget {
        margin: 15px 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000386
    }
}
.met-news.type-3 .widget .widget-body:last-child {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000387
    }
}
.met-news.type-3 .widget .widget-title a {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-news.type-3 .widget .widget-title a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000388
    }
}
.met-news.type-3 .widget .widget-header {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \0000392
    }
}
.met-news-bar {
    background: #fff;
    margin-left: 30px;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:991px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\0000397
        }
    }
    .met-news-bar {
        margin-left: 0;
        margin-top: 30px;
        padding: 30px
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\00003102
        }
    }
    .met-news-bar {
        margin-left: 0;
        margin-top: 0;
        padding: 20px 15px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003107
    }
}
.met-news-bar ul.column {
    padding: 0;
    list-style: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003109
    }
}
.met-news-bar ul.column li {
    margin-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003110
    }
}
.met-news-bar ul.column li a {
    font-size: 16px;
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-news-bar ul.column li a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003110
    }
}
.met-news-bar ul.column li a.active {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003112
    }
}
.met-news-bar .recommend {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003117
    }
}
.met-news-bar .recommend h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003118
    }
}
.met-news-bar .recommend .list-group {
    margin-top: 10px;
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003121
    }
}
.met-news-bar .recommend .list-group a {
    color: #2a333c;
    font-size: 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-news-bar .recommend .list-group a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003125
    }
}
.met-shownews {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003126
    }
}
.met-shownews .met-shownews-body {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003128
    }
}
.met-shownews .met-news-body {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\00003129
        }
    }
    .met-shownews {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003134
    }
}
.met-shownews .met-shownews-header, .met-shownews .met-shownews-footer {
    background: #fff;
    padding: 30px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-shownews .met-shownews-header, .met-shownews .met-shownews-footer {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003135
    }
}
.met-shownews .met-shownews-header {
    padding-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003136
    }
}
.met-shownews h1 {
    margin: 0;
    font-size: 32px;
    margin-bottom: 5px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\00003138
        }
    }
    .met-shownews .met-shownews-header {
        padding-top: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003140
    }
}
.met-shownews .info {
    color: #a3afb7;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003146
    }
}
.met-shownews .info span {
    padding-right: 10px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\00003147
        }
    }
    .met-shownews .info {
        padding-bottom: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003151
    }
}
.met-shownews .met-shownews-footer {
    padding-top: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003153
    }
}
.met-shownews .met-shownews-footer ul.pager {
    margin: 0;
    border-top: 1px solid #f0f2f5;
    padding-top: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003161
    }
}
.met_tools_code {
    text-align: center;
    margin-top: 30px;
    font-size: 0
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
        }
        line {
            font-family:\00003165
        }
    }
    .met_tools_code {
        margin-top: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003168
    }
}
.met_tools_code .bdsharebuttonbox {
    display: inline
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/news\.less
    }
    line {
        font-family: \00003170
    }
}
.met_tools_code .bdsharebuttonbox a {
    float: none;
    display: inline-block
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \000032
    }
}
.met-product {
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \000034
    }
}
.met-product .less-page-content {
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \000035
    }
}
.met-product .widget, .met-product .widget .widget-header, .met-product .widget-body {
    border-radius: 0 !important
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\000037
        }
    }
    .met-product .blocks {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \000039
    }
}
.met-product .met-toolbar-body {
    margin-bottom: 15px;
    margin-top: -15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000312
    }
}
.met-product .met-toolbar-body .btn-toolbar {
    float: right
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000312
    }
}
.met-product .met-toolbar-body .btn-toolbar .btn-group {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000315
    }
}
.met-product .met-figure .widget-body {
    display: none
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000319
        }
    }
    .met-product.type-1 .less-page-content {
        padding: 30px 0
    }
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000322
        }
    }
    .met-product.type-1 .less-page-content {
        padding-right: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000323
        }
    }
    .met-product.type-1 ul.blocks {
        padding-left: 10px;
        margin: 0;
        padding: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000325
        }
    }
    .met-product.type-1 ul.blocks li .widget {
        margin-right: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000328
        }
    }
    .met-product.type-1 ul.blocks li {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000338
    }
}
.met-product.type-1 h4 {
    font-size: 16px;
    text-align: center
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000338
    }
}
.met-product.type-1 h4 a {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-product.type-1 h4 a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000339
    }
}
.met-product.type-1 .widget img[data-original] {
    height: auto !important
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000345
        }
    }
    .met-product.type-2 .less-page-content {
        padding: 15px
    }
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000348
        }
    }
    .met-product.type-2 .less-page-content {
        padding-right: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000349
        }
    }
    .met-product.type-2 ul.blocks {
        padding-left: 10px;
        margin: 0;
        padding: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000351
        }
    }
    .met-product.type-2 ul.blocks li .widget {
        margin-right: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000354
        }
    }
    .met-product.type-2 ul.blocks li {
        width: 50%;
        background: #f2f2f2
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000357
        }
    }
    .met-product.type-2 ul.blocks li .cover-body {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000361
    }
}
.met-product.type-2 .met_pager {
    margin-top: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000362
    }
}
.met-product.type-2 ul .widget-shadow {
    box-shadow: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000363
    }
}
.met-product.type-2 .widget h3 {
    font-weight: 300
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000364
    }
}
.met-product.type-2 .visible-xs-block {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\0000369
        }
    }
    .met-product.type-3 ul.blocks li {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000375
    }
}
.met-grid li {
    opacity: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000375
    }
}
.met-grid li.shown, .no-js .met-grid li, .no-cssanimations .met-grid li {
    opacity: 1
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000375
    }
}
.met-grid li.animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp .65s ease forwards;
    animation: moveUp .65s ease forwards
}
@-webkit-keyframes moveUp {
@media -sass-debug-info {
    filename {
        font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family:\0000375
    }
}
100% {
    -webkit-transform:translateY(0);
    opacity:1
}
}
@keyframes moveUp {
@media -sass-debug-info {
    filename {
        font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family:\0000375
    }
}
100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1
}
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000378
    }
}
.met-showproduct.pagetype1 {
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000380
    }
}
.met-showproduct.pagetype1 .less-page-content {
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000381
    }
}
.met-showproduct.pagetype1 .met-showproduct-head {
    background: #fff;
    padding: 30px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000384
    }
}
.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
    border: 2px solid #62a8ea
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000385
    }
}
.met-showproduct.pagetype1 .met-showproduct-head .ad-image {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000387
    }
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
    font-size: 28px;
    margin-top: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000388
    }
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
    color: #5e7387;
    margin-bottom: 15px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000389
    }
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    padding: 15px;
    padding-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000390
    }
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
    margin: 15px 15px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000394
    }
}
.met-showproduct.pagetype1 .met-showproduct-body {
    padding: 30px 0 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000396
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \0000398
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
    padding: 0
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003100
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
        margin-right: 15px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003102
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
    margin-bottom: 30px
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003104
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body {
        padding: 15px 0 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003106
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .panel {
        box-shadow: none;
        margin-bottom: 15px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003107
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
        padding: 15px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003109
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
        margin-right: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003110
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
        margin-bottom: 15px;
        margin-top: -10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003114
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003115
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
        margin-left: 45px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003119
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    padding: 0 15px
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003121
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
        padding: 0 15px
    }
}

@media(max-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003125
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
        clear: both
    }
}

@media(max-width:488px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003127
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
        width: 50%
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003129
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
        clear: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003130
        }
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(2n+1) {
        clear: both
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003132
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003134
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
    margin: 0 auto
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003136
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
    color: #5e7387;
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \0000316
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active, .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus, .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003136
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003137
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
    color: #f96868;
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003141
    }
}
.met-showproduct.pagetype2 {
    background: #fff
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003143
    }
}
.met-showproduct.pagetype2 .less-page-content {
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003144
    }
}
.met-showproduct.pagetype2 nav.navbar {
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 50px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003150
    }
}
.met-showproduct.pagetype2 nav.navbar h1 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003151
    }
}
.met-showproduct.pagetype2 nav.navbar .navbar-toolbar>li>a {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003152
    }
}
.met-showproduct.pagetype2 nav.navbar .navbar-toggle {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003153
    }
}
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.95)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003157
    }
}
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003160
    }
}
.met-showproduct.pagetype2 .imgshow .met-indicatorsh li img {
    display: none
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003162
        }
    }
    .met-showproduct.pagetype2 .imgshow .met-indicatorsh li {
        text-indent: 0;
        border-radius: 0;
        background: 0;
        width: 84px;
        height: 54px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003168
        }
    }
    .met-showproduct.pagetype2 .imgshow .met-indicatorsh li img {
        display: inline;
        width: 80px;
        height: 50px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003169
        }
    }
    .met-showproduct.pagetype2 .imgshow .met-indicatorsh li.active {
        border: 2px solid rgba(98,168,234,0.4)
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003172
    }
}
.met-showproduct.pagetype2 .imgshow .item {
    text-align: center
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003174
    }
}
.met-showproduct.pagetype2 .imgshow .item img {
    max-width: 100%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003177
    }
}
.met-showproduct.pagetype2 .content {
    padding: 30px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003178
    }
}
.met-showproduct.pagetype2 .content-2, .met-showproduct.pagetype2 .content-4, .met-showproduct.pagetype2 .content-6 {
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
    }
    line {
        font-family: \00003180
    }
}
.met-showproduct.pagetype2 .content-2 .met-editor, .met-showproduct.pagetype2 .content-4 .met-editor, .met-showproduct.pagetype2 .content-6 .met-editor {
    background: #f2f2f2
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003183
        }
    }
    .met-showproduct.pagetype2 ul.blocks {
        padding-left: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003185
        }
    }
    .met-showproduct.pagetype2 ul.blocks li .widget {
        margin-right: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/product\.less
        }
        line {
            font-family:\00003187
        }
    }
    .met-showproduct.pagetype2 ul.blocks li {
        width: 50%
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \000031
    }
}
.met-download {
    padding: 30px 0;
    background: #f2f2f2
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\000033
        }
    }
    .met-download {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \000037
    }
}
.met-download .list-group {
    margin-bottom: 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000310
    }
}
.met-download .met-download-body {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000313
    }
}
.met-download .met-download-list {
    background: #fff;
    padding: 30px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-download .met-download-list {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000315
    }
}
.met-download .met-download-list .list-group-item {
    padding: 30px 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000316
    }
}
.met-download .met-download-list .media-left {
    padding-right: 5px;
    padding-left: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000319
    }
}
.met-download .met-download-list .media-left i {
    font-size: 38px;
    color: #a3afb7
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000321
    }
}
.met-download .met-download-list h4.media-heading a {
    color: #2a333c;
    font-size: 16px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-download .met-download-list h4.media-heading a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000322
    }
}
.met-download .met-download-list small {
    color: #76838f;
    font-size: 14px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000323
    }
}
.met-download .met-download-list a.btn {
    margin-right: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000327
    }
}
.met-download {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000328
    }
}
.met-download .met-download-body {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000330
    }
}
.met-download .met-download-body {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\0000331
        }
    }
    .met-download {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000336
    }
}
.met-download .met-download-header, .met-download .met-download-footer {
    background: #fff;
    padding: 30px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-download .met-download-header, .met-download .met-download-footer {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000337
    }
}
.met-download .met-download-header {
    padding-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000338
    }
}
.met-download h1 {
    margin: 0;
    font-size: 32px;
    margin-bottom: 5px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\0000340
        }
    }
    .met-download .met-download-header {
        padding-top: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000342
    }
}
.met-download .info {
    color: #a3afb7;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000347
    }
}
.met-download .info span {
    padding-right: 10px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\0000348
        }
    }
    .met-download .info {
        padding-bottom: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000352
    }
}
.met-download .paralist {
    background: #fff;
    padding: 30px;
    padding-bottom: 0
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-download .paralist {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000355
    }
}
.met-download .paralist dl {
    font-size: 16px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 0;
    padding-bottom: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000360
    }
}
.met-download .paralist dl dd {
    color: #76838f;
    margin-bottom: 5px
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-download .paralist dl {
        padding-bottom: 25px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\0000362
        }
    }
    .met-download .paralist dl dt {
        width: 100px;
        margin-bottom: 5px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
        }
        line {
            font-family:\0000363
        }
    }
    .met-download .paralist dl dd {
        margin-left: 120px;
        margin-bottom: 5px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/download\.less
    }
    line {
        font-family: \0000367
    }
}
.met-download .paralist .met-download-btn {
    margin-top: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/img\.less
    }
    line {
        font-family: \000033
    }
}
.met-img .met_pager {
    height: 45px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/img\.less
    }
    line {
        font-family: \000034
    }
}
.met-img .widget {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/img\.less
    }
    line {
        font-family: \000037
    }
}
.met-img .widget, .met-img .cover, .met-img .cover-image {
    height: 100%;
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \000031
    }
}
.met-job {
    padding: 30px 0;
    background: #f2f2f2
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
        }
        line {
            font-family:\000033
        }
    }
    .met-job {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \000037
    }
}
.met-job .widget {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \000039
    }
}
.met-job .widget .widget-body:last-child {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \0000310
    }
}
.met-job .widget .widget-title a {
    color: #2a333c
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
    }
    line {
        font-family: \000034
    }
}
.met-job .widget .widget-title a:hover {
    color: #7fa409
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \0000311
    }
}
.met-job .widget .met-editor {
    padding: 0 20px
}

@media(max-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
        }
        line {
            font-family:\0000312
        }
    }
    .met-job .widget {
        margin: 15px 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
        }
        line {
            font-family:\0000314
        }
    }
    .met-job .widget .widget-body {
        padding: 15px 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
        }
        line {
            font-family:\0000315
        }
    }
    .met-job .widget .met-editor {
        padding: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
        }
        line {
            font-family:\0000316
        }
    }
    .met-job .widget hr {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \0000321
    }
}
#met-job-cv .modal-header {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/job\.less
    }
    line {
        font-family: \0000324
    }
}
.met-form .form-group .control-label {
    font-weight: normal
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \000031
    }
}
.met-message {
    padding: 30px 0;
    background: #f2f2f2
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
        }
        line {
            font-family:\000033
        }
    }
    .met-message {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \000037
    }
}
.met-message .col-md-6 {
    float: none;
    margin: auto
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \000038
    }
}
.met-message .met-message-body {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-message .met-message-body {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \0000311
    }
}
.met-message .met-message-body .media-left {
    padding-right: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \0000313
    }
}
.met-message .met-message-body .media-left i {
    font-size: 36px;
    color: #a3afb7
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \0000316
    }
}
.met-message .met-message-body .media-body p {
    font-size: 14px;
    color: #76838f
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
    }
    line {
        font-family: \0000319
    }
}
.met-message .met-message-submit {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-message .met-message-submit {
        padding: 10px
    }
}

@media(min-width:992px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
        }
        line {
            font-family:\0000322
        }
    }
    .met-message .met-message-submit {
        margin-left: 30px
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/message\.less
        }
        line {
            font-family:\0000325
        }
    }
    .met-message .met-message-submit {
        padding-bottom: 20px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/feedback\.less
    }
    line {
        font-family: \000031
    }
}
.met-feedback {
    padding: 30px 0;
    background: #f2f2f2
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/feedback\.less
    }
    line {
        font-family: \000032
    }
}
.met-feedback .container {
    max-width: 800px
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/feedback\.less
        }
        line {
            font-family:\000034
        }
    }
    .met-feedback {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/feedback\.less
    }
    line {
        font-family: \000038
    }
}
.met-feedback .met-feedback-body {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-feedback .met-feedback-body {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \000031
    }
}
.met-search {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
        }
        line {
            font-family:\000033
        }
    }
    .met-search {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \000038
    }
}
.met-search .met-search-body {
    background: #fff;
    padding: 30px;
    min-height: 500px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-search .met-search-body {
        padding: 10px
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
        }
        line {
            font-family:\0000311
        }
    }
    .met-search .met-search-body {
        padding: 20px 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000315
    }
}
.met-search .met-search-body .page-search-form {
    margin-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000318
    }
}
.met-search .met-search-body .met_pager {
    text-align: left;
    margin-top: 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000319
    }
}
.met-search .met-search-body .page-search-title {
    font-size: 26px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000322
    }
}
.met-search .met-search-body .list-group-item {
    padding-top: 10px;
    padding-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000325
    }
}
.met-search .met-search-body .list-group-item p {
    color: #76838f
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000327
    }
}
.met-search .met-search-body .list-group-item>h4 {
    margin-bottom: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000330
    }
}
.met-search .met-search-body .list-group-item>h4 a {
    color: #526069;
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000334
    }
}
.met-search .met-search-body .list-group-item>h4 a:hover {
    color: #37474f;
    text-decoration: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/search\.less
    }
    line {
        font-family: \0000338
    }
}
.met-search .met-search-body .list-group-item>p:last-child {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \000031
    }
}
.met-sitemap {
    padding: 30px 0;
    background: #f2f2f2
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\000033
        }
    }
    .met-sitemap {
        padding: 0
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \000037
    }
}
.met-sitemap .met-sitemap-body {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/lib\.less
        }
        line {
            font-family:\0000361
        }
    }
    .met-sitemap .met-sitemap-body {
        padding: 10px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list a {
    color: #76838f
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li {
    margin-bottom: 25px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li:last-child {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li.is-single {
    margin-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>a {
    display: block;
    padding: 14px 15px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #e4eaec;
    border-radius: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul {
    position: relative;
    padding: 10px 10px 20px 40px;
    margin: 0;
    list-style-type: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul a:hover {
    color: #62a8ea
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    content: " ";
    background: #e4eaec
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul>li>a {
    position: relative;
    display: block;
    min-width: 220px;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #e4eaec
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul>li>a::after, .sitemap-list>li>ul>li>a::before {
    position: absolute;
    top: 50%;
    content: " ";
    background: #e4eaec
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul>li>a::before {
    left: -20px;
    width: 20px;
    height: 1px;
    margin-top: -1px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list>li>ul>li>a::after {
    left: -23px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-radius: 50%
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list-sub {
    position: relative;
    padding: 5px 0 9px 40px;
    margin-top: -5px;
    list-style-type: none
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list-sub::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    content: " ";
    background: #e4eaec
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list-sub>li {
    position: relative;
    line-height: 30px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list-sub>li::after, .sitemap-list-sub>li::before {
    position: absolute;
    top: 50%;
    left: -22px;
    content: " ";
    background: #e4eaec
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list-sub>li::before {
    width: 15px;
    height: 1px;
    margin-top: -1px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
    }
    line {
        font-family: \0000314
    }
}
.sitemap-list-sub>li::after {
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-radius: 50%
}

@media(max-width:480px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list {
        padding-left: 40px;
        list-style-type: disc
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list .icon {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li:first-child {
        margin-bottom: 20px;
        margin-left: -16px;
        list-style-type: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li>a {
        display: inline;
        padding: 10px;
        border: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li>a i {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li>ul {
        padding: 5px 0 5px 26px;
        list-style-type: circle
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li>ul::before {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li>ul>li>a {
        display: inline;
        padding: 10px 0;
        border: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list>li>ul>li>a::after, .sitemap-list>li>ul>li>a::before {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list-sub {
        padding: 5px 0 5px 20px;
        list-style-type: square
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list-sub::before {
        display: none
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list-sub>li {
        line-height: normal
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/sitemap\.less
        }
        line {
            font-family:\0000314
        }
    }
    .sitemap-list-sub>li::after, .sitemap-list-sub>li::before {
        display: none
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \000032
    }
}
.met-nav-right-shop {
    margin: 10px 0 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \000034
    }
}
.met-nav-right-shop.nav>li {
    background: transparent;
    margin-bottom: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \000035
    }
}
.met-nav-right-shop.nav>li:last-child {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \000036
    }
}
.met-nav-right-shop .dropdown-menu li i {
    color: #9e9e9e
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \000037
    }
}
.met-nav-right-shop.nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\000038
        }
    }
    .met-nav-right-shop {
        margin-left: 10px
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000310
        }
    }
    .met-nav-right-shop.nav>li {
        margin-right: 5px;
        margin-bottom: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000311
        }
    }
    .met-nav-right-shop .dropdown-menu {
        top: 55px
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000313
    }
}
.met-nav-right-shop .dropdown>a>i {
    color: #76838f;
    margin-right: 5px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000314
    }
}
.met-nav-right-shop #topcart-body .avatar {
    width: 50px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000315
    }
}
.met-nav-right-shop #topcart-body .avatar img {
    border-radius: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000316
    }
}
.met-nav-right-shop .dropdown-menu-header {
    padding: 20px 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000317
    }
}
.met-nav-right-shop .dropdown-menu-footer {
    height: 55px;
    line-height: 55px;
    padding: 0 15px !important
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000321
    }
}
.shop-product-intro #price {
    font-size: 32px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000322
    }
}
.shop-product-intro .form-group {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000323
    }
}
.shop-product-intro del {
    font-size: 22px;
    padding-left: 20px;
    font-weight: 300
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000324
    }
}
.shop-product-intro label {
    margin-bottom: 0
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000326
    }
}
.shop-product-intro .selectpara-body a.btn {
    margin-top: 8px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000327
    }
}
.shop-product-intro .selectpara-body .selectpara {
    text-align: center;
    min-width: 70px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000328
    }
}
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus, .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover {
    background-color: transparent;
    color: #f96868
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000333
    }
}
.shop-product-intro .height-10 {
    height: 10px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000334
    }
}
.shop-product-intro .text-default {
    background: #f3f7f9;
    padding: 20px
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000335
    }
}
.shop-product-intro .purchase-btn a.btn {
    width: 100%;
    display: block
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000336
    }
}
.shop-product-intro .purchase-btn a.btn i {
    margin-right: 8px
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000338
        }
    }
    .shop-product-intro .purchase-btn a.btn {
        padding: 10px 35px;
        width: auto;
        display: inline
    }
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000344
        }
    }
    .met-showproduct.pagetype2 .shop-btn-body {
        margin-left: 20px
    }
}

@media(max-width:767px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000347
        }
    }
    .met-showproduct.pagetype2 .navbar-toggle {
        float: none;
        padding: 0
    }
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000348
        }
    }
    .met-showproduct.pagetype2 .shop-btn {
        padding: 6px 13px;
        font-size: 12px;
        line-height: 1.5
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
    }
    line {
        font-family: \0000351
    }
}
.met-showproduct.pagetype2 #shop-fashion-option .modal-content, .met-showproduct.pagetype2 #shop-fashion-option .modal-header {
    border-radius: 0
}

@media(min-width:768px) {
    @media -sass-debug-info {
        filename {
            font-family:file\:\/\/D\:\/phpStudy\/WWW\/test\/templates\/M1089008\/min\/less\/shop\.less
        }
        line {
            font-family:\0000353
        }
    }
    .met-showproduct.pagetype2 #shop-fashion-option .purchase-btn {
        margin-bottom: 20px
    }
}
@font-face {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    src: url(../../../templates/M1089008/min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(../../../templates/M1089008/min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(../../../templates/M1089008/min/static/vendor/7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(../../../templates/M1089008/min/static/vendor/7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(../../../templates/M1089008/min/static/vendor/7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg')
}
[class*=" pe-"], [class^=pe-] {
    position: relative;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.pe-album:before {
    content: "\e6aa"
}
.pe-arc:before {
    content: "\e6ab"
}
.pe-back-2:before {
    content: "\e6ac"
}
.pe-bandaid:before {
    content: "\e6ad"
}
.pe-car:before {
    content: "\e6ae"
}
.pe-diamond:before {
    content: "\e6af"
}
.pe-door-lock:before {
    content: "\e6b0"
}
.pe-eyedropper:before {
    content: "\e6b1"
}
.pe-female:before {
    content: "\e6b2"
}
.pe-gym:before {
    content: "\e6b3"
}
.pe-hammer:before {
    content: "\e6b4"
}
.pe-headphones:before {
    content: "\e6b5"
}
.pe-helm:before {
    content: "\e6b6"
}
.pe-hourglass:before {
    content: "\e6b7"
}
.pe-leaf:before {
    content: "\e6b8"
}
.pe-magic-wand:before {
    content: "\e6b9"
}
.pe-male:before {
    content: "\e6ba"
}
.pe-map-2:before {
    content: "\e6bb"
}
.pe-next-2:before {
    content: "\e6bc"
}
.pe-paint-bucket:before {
    content: "\e6bd"
}
.pe-pendrive:before {
    content: "\e6be"
}
.pe-photo:before {
    content: "\e6bf"
}
.pe-piggy:before {
    content: "\e6c0"
}
.pe-plugin:before {
    content: "\e6c1"
}
.pe-refresh-2:before {
    content: "\e6c2"
}
.pe-rocket:before {
    content: "\e6c3"
}
.pe-settings:before {
    content: "\e6c4"
}
.pe-shield:before {
    content: "\e6c5"
}
.pe-smile:before {
    content: "\e6c6"
}
.pe-usb:before {
    content: "\e6c7"
}
.pe-vector:before {
    content: "\e6c8"
}
.pe-wine:before {
    content: "\e6c9"
}
.pe-cloud-upload:before {
    content: "\e68a"
}
.pe-cash:before {
    content: "\e68c"
}
.pe-close:before {
    content: "\e680"
}
.pe-bluetooth:before {
    content: "\e68d"
}
.pe-cloud-download:before {
    content: "\e68b"
}
.pe-way:before {
    content: "\e68e"
}
.pe-close-circle:before {
    content: "\e681"
}
.pe-id:before {
    content: "\e68f"
}
.pe-angle-up:before {
    content: "\e682"
}
.pe-wristwatch:before {
    content: "\e690"
}
.pe-angle-up-circle:before {
    content: "\e683"
}
.pe-world:before {
    content: "\e691"
}
.pe-angle-right:before {
    content: "\e684"
}
.pe-volume:before {
    content: "\e692"
}
.pe-angle-right-circle:before {
    content: "\e685"
}
.pe-users:before {
    content: "\e693"
}
.pe-angle-left:before {
    content: "\e686"
}
.pe-user-female:before {
    content: "\e694"
}
.pe-angle-left-circle:before {
    content: "\e687"
}
.pe-up-arrow:before {
    content: "\e695"
}
.pe-angle-down:before {
    content: "\e688"
}
.pe-switch:before {
    content: "\e696"
}
.pe-angle-down-circle:before {
    content: "\e689"
}
.pe-scissors:before {
    content: "\e697"
}
.pe-wallet:before {
    content: "\e600"
}
.pe-safe:before {
    content: "\e698"
}
.pe-volume2:before {
    content: "\e601"
}
.pe-volume1:before {
    content: "\e602"
}
.pe-voicemail:before {
    content: "\e603"
}
.pe-video:before {
    content: "\e604"
}
.pe-user:before {
    content: "\e605"
}
.pe-upload:before {
    content: "\e606"
}
.pe-unlock:before {
    content: "\e607"
}
.pe-umbrella:before {
    content: "\e608"
}
.pe-trash:before {
    content: "\e609"
}
.pe-tools:before {
    content: "\e60a"
}
.pe-timer:before {
    content: "\e60b"
}
.pe-ticket:before {
    content: "\e60c"
}
.pe-target:before {
    content: "\e60d"
}
.pe-sun:before {
    content: "\e60e"
}
.pe-study:before {
    content: "\e60f"
}
.pe-stopwatch:before {
    content: "\e610"
}
.pe-star:before {
    content: "\e611"
}
.pe-speaker:before {
    content: "\e612"
}
.pe-signal:before {
    content: "\e613"
}
.pe-shuffle:before {
    content: "\e614"
}
.pe-shopbag:before {
    content: "\e615"
}
.pe-share:before {
    content: "\e616"
}
.pe-server:before {
    content: "\e617"
}
.pe-search:before {
    content: "\e618"
}
.pe-film:before {
    content: "\e6a5"
}
.pe-science:before {
    content: "\e619"
}
.pe-disk:before {
    content: "\e6a6"
}
.pe-ribbon:before {
    content: "\e61a"
}
.pe-repeat:before {
    content: "\e61b"
}
.pe-refresh:before {
    content: "\e61c"
}
.pe-add-user:before {
    content: "\e6a9"
}
.pe-refresh-cloud:before {
    content: "\e61d"
}
.pe-paperclip:before {
    content: "\e69c"
}
.pe-radio:before {
    content: "\e61e"
}
.pe-note2:before {
    content: "\e69d"
}
.pe-print:before {
    content: "\e61f"
}
.pe-network:before {
    content: "\e69e"
}
.pe-prev:before {
    content: "\e620"
}
.pe-mute:before {
    content: "\e69f"
}
.pe-power:before {
    content: "\e621"
}
.pe-medal:before {
    content: "\e6a0"
}
.pe-portfolio:before {
    content: "\e622"
}
.pe-like2:before {
    content: "\e6a1"
}
.pe-plus:before {
    content: "\e623"
}
.pe-left-arrow:before {
    content: "\e6a2"
}
.pe-play:before {
    content: "\e624"
}
.pe-key:before {
    content: "\e6a3"
}
.pe-plane:before {
    content: "\e625"
}
.pe-joy:before {
    content: "\e6a4"
}
.pe-photo-gallery:before {
    content: "\e626"
}
.pe-pin:before {
    content: "\e69b"
}
.pe-phone:before {
    content: "\e627"
}
.pe-plug:before {
    content: "\e69a"
}
.pe-pen:before {
    content: "\e628"
}
.pe-right-arrow:before {
    content: "\e699"
}
.pe-paper-plane:before {
    content: "\e629"
}
.pe-delete-user:before {
    content: "\e6a7"
}
.pe-paint:before {
    content: "\e62a"
}
.pe-bottom-arrow:before {
    content: "\e6a8"
}
.pe-notebook:before {
    content: "\e62b"
}
.pe-note:before {
    content: "\e62c"
}
.pe-next:before {
    content: "\e62d"
}
.pe-news-paper:before {
    content: "\e62e"
}
.pe-musiclist:before {
    content: "\e62f"
}
.pe-music:before {
    content: "\e630"
}
.pe-mouse:before {
    content: "\e631"
}
.pe-more:before {
    content: "\e632"
}
.pe-moon:before {
    content: "\e633"
}
.pe-monitor:before {
    content: "\e634"
}
.pe-micro:before {
    content: "\e635"
}
.pe-menu:before {
    content: "\e636"
}
.pe-map:before {
    content: "\e637"
}
.pe-map-marker:before {
    content: "\e638";
    color:#666;
}
.pe-mail:before {
    content: "\e639";
    color:#666;
}
.pe-mail-open:before {
    content: "\e63a"
}
.pe-mail-open-file:before {
    content: "\e63b"
}
.pe-magnet:before {
    content: "\e63c"
}
.pe-loop:before {
    content: "\e63d"
}
.pe-look:before {
    content: "\e63e"
}
.pe-lock:before {
    content: "\e63f"
}
.pe-lintern:before {
    content: "\e640"
}
.pe-link:before {
    content: "\e641"
}
.pe-like:before {
    content: "\e642"
}
.pe-light:before {
    content: "\e643"
}
.pe-less:before {
    content: "\e644"
}
.pe-keypad:before {
    content: "\e645"
}
.pe-junk:before {
    content: "\e646"
}
.pe-info:before {
    content: "\e647"
}
.pe-home:before {
    content: "\e648"
}
.pe-help2:before {
    content: "\e649"
}
.pe-help1:before {
    content: "\e64a"
}
.pe-graph3:before {
    content: "\e64b"
}
.pe-graph2:before {
    content: "\e64c"
}
.pe-graph1:before {
    content: "\e64d"
}
.pe-graph:before {
    content: "\e64e"
}
.pe-global:before {
    content: "\e64f";
    color:#666;
}
.pe-gleam:before {
    content: "\e650"
}
.pe-glasses:before {
    content: "\e651"
}
.pe-gift:before {
    content: "\e652"
}
.pe-folder:before {
    content: "\e653"
}
.pe-flag:before {
    content: "\e654"
}
.pe-filter:before {
    content: "\e655"
}
.pe-file:before {
    content: "\e656"
}
.pe-expand1:before {
    content: "\e657"
}
.pe-exapnd2:before {
    content: "\e658"
}
.pe-edit:before {
    content: "\e659"
}
.pe-drop:before {
    content: "\e65a"
}
.pe-drawer:before {
    content: "\e65b"
}
.pe-download:before {
    content: "\e65c"
}
.pe-display2:before {
    content: "\e65d"
}
.pe-display1:before {
    content: "\e65e"
}
.pe-diskette:before {
    content: "\e65f"
}
.pe-date:before {
    content: "\e660"
}
.pe-cup:before {
    content: "\e661"
}
.pe-culture:before {
    content: "\e662"
}
.pe-crop:before {
    content: "\e663"
}
.pe-credit:before {
    content: "\e664"
}
.pe-copy-file:before {
    content: "\e665"
}
.pe-config:before {
    content: "\e666"
}
.pe-compass:before {
    content: "\e667"
}
.pe-comment:before {
    content: "\e668"
}
.pe-coffee:before {
    content: "\e669"
}
.pe-cloud:before {
    content: "\e66a"
}
.pe-clock:before {
    content: "\e66b"
}
.pe-check:before {
    content: "\e66c"
}
.pe-chat:before {
    content: "\e66d"
}
.pe-cart:before {
    content: "\e66e"
}
.pe-camera:before {
    content: "\e66f"
}
.pe-call:before {
    content: "\e670";
    color:#666;
}
.pe-calculator:before {
    content: "\e671"
}
.pe-browser:before {
    content: "\e672"
}
.pe-box2:before {
    content: "\e673"
}
.pe-box1:before {
    content: "\e674"
}
.pe-bookmarks:before {
    content: "\e675"
}
.pe-bicycle:before {
    content: "\e676"
}
.pe-bell:before {
    content: "\e677"
}
.pe-battery:before {
    content: "\e678"
}
.pe-ball:before {
    content: "\e679"
}
.pe-back:before {
    content: "\e67a"
}
.pe-attention:before {
    content: "\e67b"
}
.pe-anchor:before {
    content: "\e67c"
}
.pe-albums:before {
    content: "\e67d"
}
.pe-alarm:before {
    content: "\e67e"
}
.pe-airplay:before {
    content: "\e67f"
}
@font-face {
    font-family: "Flaticon";
    src: url(../../../templates/M1089008/min/widget/fonts/flaticon/flaticon.eot);
    src: url(../../../templates/M1089008/min/widget/fonts/flaticon/flaticon.eot#iefix) format("embedded-opentype"), url(../../../templates/M1089008/min/widget/fonts/flaticon/flaticon.woff) format("woff"), url(../../../templates/M1089008/min/widget/fonts/flaticon/flaticon.ttf) format("truetype"), url(../../../templates/M1089008/min/widget/fonts/flaticon/flaticon.svg) format("svg");
    font-weight: normal;
    font-style: normal
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}
.flaticon-fences4:before {
    content: "\e000"
}
.flaticon-flowers12:before {
    content: "\e001"
}
.flaticon-leaves71:before {
    content: "\e002"
}
.flaticon-rural18:before {
    content: "\e003"
}
.flaticon-shovel1:before {
    content: "\e004"
}
.flaticon-tool680:before {
    content: "\e005"
}
@font-face {
    font-family: 'Stroke-Gap-Icons';
    src: url(../../../templates/M1089008/min/widget/fonts/stroke-gap/fonts/Stroke-Gap-Icons.eot)
}
@font-face {
    font-family: 'Stroke-Gap-Icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWL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Ffe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuF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) format('woff');
    font-weight: normal;
    font-style: normal
}
[class^="sg-"] {
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.sg-WorldWide:before {
    content: "\e600"
}
.sg-WorldGlobe:before {
    content: "\e601"
}
.sg-Underpants:before {
    content: "\e602"
}
.sg-Tshirt:before {
    content: "\e603"
}
.sg-Trousers:before {
    content: "\e604"
}
.sg-Tie:before {
    content: "\e605"
}
.sg-TennisBall:before {
    content: "\e606"
}
.sg-Telesocpe:before {
    content: "\e607"
}
.sg-Stop:before {
    content: "\e608"
}
.sg-Starship:before {
    content: "\e609"
}
.sg-Starship2:before {
    content: "\e60a"
}
.sg-Speaker:before {
    content: "\e60b"
}
.sg-Speaker2:before {
    content: "\e60c"
}
.sg-Soccer:before {
    content: "\e60d"
}
.sg-Snikers:before {
    content: "\e60e"
}
.sg-Scisors:before {
    content: "\e60f"
}
.sg-Puzzle:before {
    content: "\e610"
}
.sg-Printer:before {
    content: "\e611"
}
.sg-Pool:before {
    content: "\e612"
}
.sg-Podium:before {
    content: "\e613"
}
.sg-Play:before {
    content: "\e614"
}
.sg-Planet:before {
    content: "\e615"
}
.sg-Pause:before {
    content: "\e616"
}
.sg-Next:before {
    content: "\e617"
}
.sg-MusicNote2:before {
    content: "\e618"
}
.sg-MusicNote:before {
    content: "\e619"
}
.sg-MusicMixer:before {
    content: "\e61a"
}
.sg-Microphone:before {
    content: "\e61b"
}
.sg-Medal:before {
    content: "\e61c"
}
.sg-ManFigure:before {
    content: "\e61d"
}
.sg-Magnet:before {
    content: "\e61e"
}
.sg-Like:before {
    content: "\e61f"
}
.sg-Hanger:before {
    content: "\e620"
}
.sg-Handicap:before {
    content: "\e621"
}
.sg-Forward:before {
    content: "\e622"
}
.sg-Footbal:before {
    content: "\e623"
}
.sg-Flag:before {
    content: "\e624"
}
.sg-FemaleFigure:before {
    content: "\e625"
}
.sg-Dislike:before {
    content: "\e626"
}
.sg-DiamondRing:before {
    content: "\e627"
}
.sg-Cup:before {
    content: "\e628"
}
.sg-Crown:before {
    content: "\e629"
}
.sg-Column:before {
    content: "\e62a"
}
.sg-Click:before {
    content: "\e62b"
}
.sg-Cassette:before {
    content: "\e62c"
}
.sg-Bomb:before {
    content: "\e62d"
}
.sg-BatteryLow:before {
    content: "\e62e"
}
.sg-BatteryFull:before {
    content: "\e62f"
}
.sg-Bascketball:before {
    content: "\e630"
}
.sg-Astronaut:before {
    content: "\e631"
}
.sg-WineGlass:before {
    content: "\e632"
}
.sg-Water:before {
    content: "\e633"
}
.sg-Wallet:before {
    content: "\e634"
}
.sg-Umbrella:before {
    content: "\e635"
}
.sg-TV:before {
    content: "\e636"
}
.sg-TeaMug:before {
    content: "\e637"
}
.sg-Tablet:before {
    content: "\e638"
}
.sg-Soda:before {
    content: "\e639"
}
.sg-SodaCan:before {
    content: "\e63a"
}
.sg-SimCard:before {
    content: "\e63b"
}
.sg-Signal:before {
    content: "\e63c"
}
.sg-Shaker:before {
    content: "\e63d"
}
.sg-Radio:before {
    content: "\e63e"
}
.sg-Pizza:before {
    content: "\e63f"
}
.sg-Phone:before {
    content: "\e640"
}
.sg-Notebook:before {
    content: "\e641"
}
.sg-Mug:before {
    content: "\e642"
}
.sg-Mastercard:before {
    content: "\e643"
}
.sg-Ipod:before {
    content: "\e644"
}
.sg-Info:before {
    content: "\e645"
}
.sg-Icecream2:before {
    content: "\e646"
}
.sg-Icecream1:before {
    content: "\e647"
}
.sg-Hourglass:before {
    content: "\e648"
}
.sg-Help:before {
    content: "\e649"
}
.sg-Goto:before {
    content: "\e64a"
}
.sg-Glasses:before {
    content: "\e64b"
}
.sg-Gameboy:before {
    content: "\e64c"
}
.sg-ForkandKnife:before {
    content: "\e64d"
}
.sg-Export:before {
    content: "\e64e"
}
.sg-Exit:before {
    content: "\e64f"
}
.sg-Espresso:before {
    content: "\e650"
}
.sg-Drop:before {
    content: "\e651"
}
.sg-Download:before {
    content: "\e652"
}
.sg-Dollars:before {
    content: "\e653"
}
.sg-Dollar:before {
    content: "\e654"
}
.sg-DesktopMonitor:before {
    content: "\e655"
}
.sg-Corkscrew:before {
    content: "\e656"
}
.sg-CoffeeToGo:before {
    content: "\e657"
}
.sg-Chart:before {
    content: "\e658"
}
.sg-ChartUp:before {
    content: "\e659"
}
.sg-ChartDown:before {
    content: "\e65a"
}
.sg-Calculator:before {
    content: "\e65b"
}
.sg-Bread:before {
    content: "\e65c"
}
.sg-Bourbon:before {
    content: "\e65d"
}
.sg-BottleofWIne:before {
    content: "\e65e"
}
.sg-Bag:before {
    content: "\e65f"
}
.sg-Arrow:before {
    content: "\e660"
}
.sg-Antenna2:before {
    content: "\e661"
}
.sg-Antenna1:before {
    content: "\e662"
}
.sg-Anchor:before {
    content: "\e663"
}
.sg-Wheelbarrow:before {
    content: "\e664"
}
.sg-Webcam:before {
    content: "\e665"
}
.sg-Unlinked:before {
    content: "\e666"
}
.sg-Truck:before {
    content: "\e667"
}
.sg-Timer:before {
    content: "\e668"
}
.sg-Time:before {
    content: "\e669"
}
.sg-StorageBox:before {
    content: "\e66a"
}
.sg-Star:before {
    content: "\e66b"
}
.sg-ShoppingCart:before {
    content: "\e66c"
}
.sg-Shield:before {
    content: "\e66d"
}
.sg-Seringe:before {
    content: "\e66e"
}
.sg-Pulse:before {
    content: "\e66f"
}
.sg-Plaster:before {
    content: "\e670"
}
.sg-Plaine:before {
    content: "\e671"
}
.sg-Pill:before {
    content: "\e672"
}
.sg-PicnicBasket:before {
    content: "\e673"
}
.sg-Phone2:before {
    content: "\e674"
}
.sg-Pencil:before {
    content: "\e675"
}
.sg-Pen:before {
    content: "\e676"
}
.sg-PaperClip:before {
    content: "\e677"
}
.sg-On-Off:before {
    content: "\e678"
}
.sg-Mouse:before {
    content: "\e679"
}
.sg-Megaphone:before {
    content: "\e67a"
}
.sg-Linked:before {
    content: "\e67b"
}
.sg-Keyboard:before {
    content: "\e67c"
}
.sg-House:before {
    content: "\e67d"
}
.sg-Heart:before {
    content: "\e67e"
}
.sg-Headset:before {
    content: "\e67f"
}
.sg-FullShoppingCart:before {
    content: "\e680"
}
.sg-FullScreen:before {
    content: "\e681"
}
.sg-Folder:before {
    content: "\e682"
}
.sg-Floppy:before {
    content: "\e683"
}
.sg-Files:before {
    content: "\e684"
}
.sg-File:before {
    content: "\e685"
}
.sg-FileBox:before {
    content: "\e686"
}
.sg-ExitFullScreen:before {
    content: "\e687"
}
.sg-EmptyBox:before {
    content: "\e688"
}
.sg-Delete:before {
    content: "\e689"
}
.sg-Controller:before {
    content: "\e68a"
}
.sg-Compass:before {
    content: "\e68b"
}
.sg-CompassTool:before {
    content: "\e68c"
}
.sg-ClipboardText:before {
    content: "\e68d"
}
.sg-ClipboardChart:before {
    content: "\e68e"
}
.sg-ChemicalGlass:before {
    content: "\e68f"
}
.sg-CD:before {
    content: "\e690"
}
.sg-Carioca:before {
    content: "\e691"
}
.sg-Car:before {
    content: "\e692"
}
.sg-Book:before {
    content: "\e693"
}
.sg-BigTruck:before {
    content: "\e694"
}
.sg-Bicycle:before {
    content: "\e695"
}
.sg-Wrench:before {
    content: "\e696"
}
.sg-Web:before {
    content: "\e697"
}
.sg-Watch:before {
    content: "\e698"
}
.sg-Volume:before {
    content: "\e699"
}
.sg-Video:before {
    content: "\e69a"
}
.sg-Users:before {
    content: "\e69b"
}
.sg-User:before {
    content: "\e69c"
}
.sg-UploadCLoud:before {
    content: "\e69d"
}
.sg-Typing:before {
    content: "\e69e"
}
.sg-Tools:before {
    content: "\e69f"
}
.sg-Tag:before {
    content: "\e6a0"
}
.sg-Speedometter:before {
    content: "\e6a1"
}
.sg-Share:before {
    content: "\e6a2"
}
.sg-Settings:before {
    content: "\e6a3"
}
.sg-Search:before {
    content: "\e6a4"
}
.sg-Screwdriver:before {
    content: "\e6a5"
}
.sg-Rolodex:before {
    content: "\e6a6"
}
.sg-Ringer:before {
    content: "\e6a7"
}
.sg-Resume:before {
    content: "\e6a8"
}
.sg-Restart:before {
    content: "\e6a9"
}
.sg-PowerOff:before {
    content: "\e6aa"
}
.sg-Pointer:before {
    content: "\e6ab"
}
.sg-Picture:before {
    content: "\e6ac"
}
.sg-OpenedLock:before {
    content: "\e6ad"
}
.sg-Notes:before {
    content: "\e6ae"
}
.sg-Mute:before {
    content: "\e6af"
}
.sg-Movie:before {
    content: "\e6b0"
}
.sg-Microphone2:before {
    content: "\e6b1"
}
.sg-Message:before {
    content: "\e6b2"
}
.sg-MessageRight:before {
    content: "\e6b3"
}
.sg-MessageLeft:before {
    content: "\e6b4"
}
.sg-Menu:before {
    content: "\e6b5"
}
.sg-Media:before {
    content: "\e6b6"
}
.sg-Mail:before {
    content: "\e6b7"
}
.sg-List:before {
    content: "\e6b8"
}
.sg-Layers:before {
    content: "\e6b9"
}
.sg-Key:before {
    content: "\e6ba"
}
.sg-Imbox:before {
    content: "\e6bb"
}
.sg-Eye:before {
    content: "\e6bc"
}
.sg-Edit:before {
    content: "\e6bd"
}
.sg-DSLRCamera:before {
    content: "\e6be"
}
.sg-DownloadCloud:before {
    content: "\e6bf"
}
.sg-CompactCamera:before {
    content: "\e6c0"
}
.sg-Cloud:before {
    content: "\e6c1"
}
.sg-ClosedLock:before {
    content: "\e6c2"
}
.sg-Chart2:before {
    content: "\e6c3"
}
.sg-Bulb:before {
    content: "\e6c4"
}
.sg-Briefcase:before {
    content: "\e6c5"
}
.sg-Blog:before {
    content: "\e6c6"
}
.sg-Agenda:before {
    content: "\e6c7"
}

/* 2018_4_16 */
.no_stay{
    display: none;
}
.img_size_down{
    width: 667px;
    height: 375px;
}
.li_js_down{
    width: 50%;
}
@media screen and (max-width: 960px){
    .li_js_down{
        width: 100%;
    }
    .img_size_down{
        width: 100%;
        height: 200px;
    }
}
.container .row .col-lg-4{
    padding-bottom: 30px;
}
