@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);

html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0
}

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

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

    select {
        background: #fff !important
    }

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

body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #FF5A5F;
    text-decoration: none
}

a:focus, a:hover {
    color: #FF5A5F;
    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: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.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: 10px;
    margin-bottom: 10px
}

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

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.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: #777
}

.text-primary {
    color: #FF5A5F
}

a.text-primary:hover {
    color: #FF5A5F
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #FF5A5F
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #FF5A5F
}

a.bg-primary:hover {
    background-color: #FF5A5F
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    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: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    /*font-family: Menlo, Monaco, Consolas, "Courier New", monospace*/
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 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: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.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: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.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.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > 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 #ddd
}

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

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

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    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: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .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: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 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.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -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: #FF5A5F;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px
    }

    .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: 30px
    }

    .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: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    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: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.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: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.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: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .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: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

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

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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: 4px
}

.btn-outline-primary{
    color: #FF5A5F;
    background-image: none;
    background-color: transparent;
    border-color: #FF5A5F;
}

.btn-outline-primary:focus, .btn-outline-primary:hover{
    color: #FFFFFF!important;
    background-image: none;
    background-color: #FF5A5F;
    border-color: #FF5A5F;
}

.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: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.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 {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #ff5a5f;
    /*background-color: #FF5A5F;*/
    border-color: #ff5a5f
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e55155;
    border-color: #e55155
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.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 {
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.btn-primary .badge {
    color: #FF5A5F;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.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 {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.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 {
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.btn-info .badge {
    color: #FF5A5F;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.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 {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #FF5A5F;
    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: #FF5A5F;
    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: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

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-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: 1000;
    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 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li {
    border-bottom: 1px solid #dde8ed;
    position: relative;
}

.dropdown-menu > li:last-child {
    border-bottom: none;
}

.dropdown-menu > li > a {
    display: block;
    /*padding: 3px 20px;*/
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 6px 55px;
}

.dropdown-menu > li > a > i.fa {
    color: #999;
    margin-right: 8px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    /*color: #fff;*/
    text-decoration: none;
    background-color: #FF5A5F;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    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.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.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: -50px;
        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-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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    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: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    /*border-color: #FF5A5F*/
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    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: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #FF5A5F
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a: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: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

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

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        margin-top: 9px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 40px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.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: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

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

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.nav-white-color .navbar-toggle .icon-bar {
    background-color: #4a4a4a;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FF5A5F;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #FF5A5F;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.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: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #FF5A5F
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #FF5A5F
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #FF5A5F
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #FF5A5F
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    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: #fff;
    text-decoration: none;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #FF5A5F
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #FF5A5F;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #FF5A5F
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

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

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

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

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

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FF5A5F;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

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

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

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

.progress-bar-info {
    background-color: #FF5A5F
}

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

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

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

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

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

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

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

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #FF5A5F;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #FF5A5F
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #FF5A5F;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-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: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    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 #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #FF5A5F
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FF5A5F
}

.panel-primary > .panel-heading .badge {
    color: #FF5A5F;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FF5A5F
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #FF5A5F;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #FF5A5F
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close: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 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

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

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

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

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

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

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

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

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

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

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

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

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

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

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

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

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 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, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 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
}

.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;
    margin-top: -10px;
    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: transparent;
    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, 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: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

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

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

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

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

    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
    }

    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
    }

    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
    }

    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
    }

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

body {
    -webkit-backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px)
    }
}

.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }
    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -o-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }
    40% {
        -moz-transform: rotate(-10deg)
    }
    60% {
        -moz-transform: rotate(5deg)
    }
    80% {
        -moz-transform: rotate(-5deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }
    40% {
        -o-transform: rotate(-10deg)
    }
    60% {
        -o-transform: rotate(5deg)
    }
    80% {
        -o-transform: rotate(-5deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%)
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%)
    }
    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -o-transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        transform: translateX(0%)
    }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.1)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }
    50% {
        -o-transform: scale(1.1)
    }
    100% {
        -o-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -moz-animation-timing-function: ease-out
    }
    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -moz-animation-timing-function: ease-out
    }
    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
    80% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -moz-animation-timing-function: ease-in
    }
    100% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -o-animation-timing-function: ease-out
    }
    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -o-animation-timing-function: ease-out
    }
    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in
    }
    80% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -o-animation-timing-function: ease-in
    }
    100% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -o-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animated.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.animated.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.animated.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.animated.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.animated.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.animated.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.animated.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.animated.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(0.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }
    70% {
        -o-transform: scale(0.9)
    }
    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes slideOutRight {
    0% {
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes slideOutUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }
    80% {
        -moz-transform: translateY(10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }
    80% {
        -o-transform: translateY(10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }
    80% {
        -o-transform: translateY(-10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }
    80% {
        -moz-transform: translateX(-10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }
    80% {
        -o-transform: translateX(-10px)
    }
    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }
    80% {
        -moz-transform: translateX(10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }
    80% {
        -o-transform: translateX(10px)
    }
    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1)
    }
    25% {
        -moz-transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.3)
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1)
    }
    25% {
        -o-transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        transform: scale(0.3)
    }
}

.animated.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.animated.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.animated.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.animated.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.animated.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.animated.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.animated.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.animated.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.animated.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    20%, 60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    100% {
        -moz-transform: translateY(700px);
        opacity: 0
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    20%, 60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    100% {
        -o-transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

.animated.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg)
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.animated.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s
}

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel > li {
    float: left
}

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}


@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

*:focus {
    outline: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300
}

body {
    color: #444
}

.button {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 13px 32px;
    font-weight: 500;
    font-size: 17px;
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    border: 0px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
    background-color: #FF5A5F;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF5A5F), color-stop(100%, #FF5A5F));
    background: -webkit-linear-gradient(#FF5A5F, #FF5A5F);
    background: -moz-linear-gradient(#FF5A5F, #FF5A5F);
    background: -o-linear-gradient(#FF5A5F, #FF5A5F);
    background: linear-gradient(#FF5A5F, #FF5A5F);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.unslider-nav ol {
    list-style: none;
    text-align: center
}

.unslider-nav ol li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #FF5A5F;
    cursor: pointer
}

.unslider-nav ol li.unslider-active {
    background: #FF5A5F;
    cursor: default
}

.unslider-arrow {
    display: none
}

.testimonial-tweet {
    text-align: center;
    margin: 0 16px
}

.twitter-tweet {
    margin: 0 auto !important
}

.button:hover {
    color: #fff;
    text-decoration: none
}

.button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29)
}

.button.button-small {
    padding: 10px 33px;
    border: 1px solid #FF5A5F;
    font-size: 14px;
    font-weight: 500
}

.button-outline {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    padding: 12px 31px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.button-outline:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd
}

.button-clear {
    -webkit-font-smoothing: antialiased;
    border: 0;
    outline: none;
    padding: 1px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    background: #adb2bb;
    background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
    background: -moz-linear-gradient(#ccd0d6, #adb2bb);
    background: -ms-linear-gradient(#ccd0d6, #adb2bb);
    background: -o-linear-gradient(#ccd0d6, #adb2bb);
    background: linear-gradient(#ccd0d6, #adb2bb)
}

.button-clear span {
    display: block;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    background: #eff1f4;
    background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
    background: -moz-linear-gradient(#f7f8fa, #eff1f4);
    background: -ms-linear-gradient(#f7f8fa, #eff1f4);
    background: -o-linear-gradient(#f7f8fa, #eff1f4);
    background: linear-gradient(#f7f8fa, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    -ms-box-shadow: inset 0 1px 0 white;
    -o-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white
}

.button-clear:hover {
    text-decoration: none
}

.button-clear:active, .button-clear.active {
    background: #b5bac2;
    background: -webkit-linear-gradient(#b5bac2, #b5bac2);
    background: -moz-linear-gradient(#b5bac2, #b5bac2);
    background: -ms-linear-gradient(#b5bac2, #b5bac2);
    background: -o-linear-gradient(#b5bac2, #b5bac2);
    background: linear-gradient(#b5bac2, #b5bac2)
}

.button-clear:active span, .button-clear.active span {
    color: #444;
    background: #eff1f4;
    background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
    background: -moz-linear-gradient(#e6e8eb, #eff1f4);
    background: -ms-linear-gradient(#e6e8eb, #eff1f4);
    background: -o-linear-gradient(#e6e8eb, #eff1f4);
    background: linear-gradient(#e6e8eb, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1)
}

input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 39px
}

input[type="text"].form-control::-webkit-input-placeholder, input[type="email"].form-control::-webkit-input-placeholder, input[type="password"].form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

input[type="text"].form-control:-moz-placeholder, input[type="email"].form-control:-moz-placeholder, input[type="password"].form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

input[type="text"].form-control::-moz-placeholder, input[type="email"].form-control::-moz-placeholder, input[type="password"].form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

input[type="text"].form-control:-ms-input-placeholder, input[type="email"].form-control:-ms-input-placeholder, input[type="password"].form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

input[type="text"].form-control:focus, input[type="email"].form-control:focus, input[type="password"].form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6)
}

textarea.form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2)
}

textarea.form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

textarea.form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

textarea.form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

textarea.form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px
}

textarea.form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6)
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

@media (max-width: 1200px) {
    #third-option .charts .basic-plan {
        left: 0px !important
    }

    #third-option .charts .chart {
        left: 204px !important
    }
}

@media (max-width: 1100px) {
    #third-option .charts .basic-plan {
        left: 23px !important
    }

    #third-option .charts .chart {
        width: 250px !important;
        left: 227px !important
    }
}

a {
    color: #A1B1BA;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #FF5A5F;
    border-color: #FF5A5F
}

.pagination > li > a, .pagination > li > span {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}

a:focus, button:focus {
    outline: none
}

.navbar.normal {
    min-height: 70px;
    background: #223741;
    border-radius: 0px;
    box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
    border: none;
    z-index: 9999;
    -webkit-font-smoothing: antialiased
}

.navbar.normal .navbar-header .navbar-brand {
    color: #fff;
    padding: 25px 15px;
    font-weight: 500;
    font-size: 23px
}

.navbar.normal .navbar-header .navbar-toggle {
    margin-top: 17px
}

@media (min-width: 768px) {
    .navbar.normal .navbar-collapse {
        text-align: center
    }
}

@media (min-width: 768px) {
    .navbar.normal .navbar-collapse .navbar-nav {
        float: none;
        display: inline-block
    }
}

.navbar.normal .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block
}

@media (max-width: 767px) {
    .navbar.normal .navbar-collapse .navbar-nav > li {
        display: block
    }
}

.navbar.normal .navbar-collapse .navbar-nav > li.active > a {
    background: none;
    color: #fff
}

.navbar.normal .navbar-collapse .navbar-nav > li > a {
    padding: 25px 20px;
    color: #d5d5d5;
    font-weight: 500;
    z-index: 1001;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

@media (max-width: 767px) {
    .navbar.normal .navbar-collapse .navbar-nav > li > a {
        padding: 18px 20px
    }
}

.navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
    color: #fff
}

@media (max-width: 767px) {
    .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px
    }
}

.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    padding: 9px 0
}

.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
    padding: 8px 18px
}

.navbar.normal .navbar-collapse .navbar-nav .button {
    padding: 8px 18px;
    font-size: 13px;
    position: relative;
    top: 17px
}

@media (max-width: 767px) {
    .navbar.normal .navbar-collapse .navbar-nav .button {
        box-shadow: none;
        background: none;
        top: 0;
        margin-bottom: 20px;
        color: #d5d5d5 !important;
        font-size: 15px
    }
}

.navbar.builder {
    margin: 0px;
    border-radius: 0px;
    border: 0px;
    z-index: 999;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 768px) {
    .navbar.builder {
        background: transparent;
        padding-top: 10px
    }

    .navbar.builder .navbar-nav > .active > a {
        background: transparent;
        color: #fff
    }
}

.navbar.builder .navbar-brand {
    color: #3d464d;
    font-weight: 600;
    font-size: 19px;
    /*font-family: "Lato", "Helvetica Neue", Arial*/
}

.navbar.builder .navbar-brand img {
    width: 50px
}

.navbar.builder .navbar-nav > li.dropdown > a .caret {
    border-top-color: #EBEBEB
}

.navbar.builder .navbar-nav > li > a {
    color: #3d464d;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 900;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.navbar.builder .navbar-nav > li > a:hover {
    color: #fff
}

.navbar.builder .navbar-nav > li.open > a {
    /*color: #fff !important;*/
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 0 0
}

@media (max-width: 767px) {
    .navbar.builder .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px
    }
}

.navbar.builder .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    /*background: rgba(0, 0, 0, 0.8);*/
    box-shadow: none;
    padding: 5px 0 8px 20px;
    border-radius: 4px 0 4px 4px;
    /*border: 0px*/
}

.navbar.builder .navbar-nav > li ul.dropdown-menu li a {
    /*color: #fff;*/
    /*padding: 10px 18px;*/
    font-size: 15px
}

.navbar.builder .navbar-nav > li ul.dropdown-menu li a:hover {
    /*color: #e9e9e9;*/
    /*background: none*/
}

.navbar.white {
    min-height: 70px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    z-index: 999;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 768px) {
    .navbar.white {
        background: #fff;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75)
    }
}

@media (min-width: 1200px) {
    .navbar.white .container {
        width: 1000px
    }
}

.navbar.white .navbar-header .navbar-brand {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    padding-top: 24px
}

@media (max-width: 767px) {
    .navbar.white .navbar-header .navbar-brand {
        color: #fff;
        font-size: 20px
    }
}

.navbar.white .navbar-header .navbar-toggle {
    margin-top: 17px
}

@media (min-width: 768px) {
    .navbar.white .navbar-collapse {
        text-align: center
    }
}

@media (min-width: 768px) {
    .navbar.white .navbar-collapse .navbar-nav {
        float: none;
        display: inline-block
    }
}

.navbar.white .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block
}

@media (max-width: 767px) {
    .navbar.white .navbar-collapse .navbar-nav > li {
        display: block
    }
}

.navbar.white .navbar-collapse .navbar-nav > li.active > a {
    background: none;
    color: #333
}

.navbar.white .navbar-collapse .navbar-nav > li > a {
    padding: 25px 20px;
    color: #555;
    z-index: 1001;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.navbar.white .navbar-collapse .navbar-nav > li > a.signup {
    border: 1px solid #CED7DF;
    border-radius: 5px;
    padding: 8px 11px;
    font-size: 13px;
    color: #333;
    margin-left: 20px
}

@media (max-width: 767px) {
    .navbar.white .navbar-collapse .navbar-nav > li > a {
        padding: 18px 20px;
        color: #fff;
        display: inline-block
    }
}

.navbar.white .navbar-collapse .navbar-nav > li > a .fa-chevron-down {
    color: #777;
    font-size: 8px;
    margin-left: 2px;
    position: relative;
    top: -1px
}

.navbar.white .navbar-collapse .navbar-nav > li > a:hover {
    color: #333
}

@media (max-width: 767px) {
    .navbar.white .navbar-collapse .navbar-nav > li > a:hover {
        color: #fff
    }
}

@media (min-width: 768px) {
    .navbar.white .navbar-collapse .navbar-nav > li.open > a {
        background: #fff;
        color: #333
    }
}

.navbar.white .navbar-collapse .navbar-nav > li.open > a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

@media (max-width: 767px) {
    .navbar.white .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px
    }
}

.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    border: 0;
    padding: 0 0 10px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175)
}

.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
    padding: 8px 18px
}

#footer {
    background: #414B5B;
    margin-top: 120px;
    padding-top: 47px;
    padding-bottom: 35px;
    -webkit-font-smoothing: antialiased
}

#footer .copyright {
    color: #B5C5CF;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 991px) {
    #footer .copyright {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #footer .copyright {
        text-align: center
    }
}

@media (max-width: 767px) {
    #footer .menu {
        text-align: center;
        margin-top: 40px
    }
}

#footer .menu ul {
    list-style-type: none;
    padding: 0
}

#footer .menu ul li {
    display: inline-block
}

#footer .menu ul li.active a {
    color: #fff
}

#footer .menu ul li a {
    color: #ccc;
    padding: 15px 17px;
    font-weight: 500;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

#footer .menu ul li a:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width: 991px) {
    #footer .menu ul li a {
        padding: 15px 17px 15px 0px
    }
}

#footer .social {
    text-align: right
}

@media (max-width: 767px) {
    #footer .social {
        text-align: center;
        margin-top: 40px
    }
}

#footer .social a {
    border: 0;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 15px;
    position: relative;
    top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

#footer .social a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#global-footer {
    background: #292d35;
    height: 450px;
    font-size: 15px;
    line-height: 15px;
    padding-top: 50px;
    -webkit-font-smoothing: antialiased;
}

.footer-text{
    color: #7e8f9f;
}

.footer-header {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .hidden-xs {
        display: none!important;
    }
    .footer-below{
        text-align: center;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    #global-footer {
        padding-top: 50px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    #global-footer .menu {
        text-align: center;
        margin-top: 40px
    }
}

#global-footer .menu h3 {
    margin-top: 0;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600
}

#global-footer .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px
}

#global-footer .menu ul li {
    display: block;
    margin-bottom: 9px
}

#global-footer .menu ul li a {
    color: #ccc;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

#global-footer .menu ul li a:hover {
    color: #fefefe;
    text-decoration: none
}

@media (max-width: 991px) {
    #global-footer .menu ul li a {
        padding: 0
    }
}

#global-footer .menu ul li .hiring {
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    word-spacing: 1.5px;
    font-size: 11px;
    margin-left: 4px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    background: #FF5A5F
}

#global-footer .menu ul li .hiring:hover {
    color: #fff;
    background: #FF5A5F
}

#global-footer .newsletter {
    text-align: right
}

@media (max-width: 767px) {
    #global-footer .newsletter {
        text-align: center;
        margin-top: 40px
    }
}

#global-footer .newsletter .signup {
    margin-bottom: 40px
}

#global-footer .newsletter .signup p {
    font-size: 14px;
    color: #fefefe;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 20px
}

@media (max-width: 767px) {
    #global-footer .newsletter .signup p {
        float: none;
        text-align: center;
        width: 100%
    }
}

#global-footer .newsletter .signup form {
    float: right;
    width: 90%;
    position: relative
}

@media (max-width: 767px) {
    #global-footer .newsletter .signup form {
        float: none;
        width: 100%
    }
}

#global-footer .newsletter .signup form input[type="text"] {
    font-size: 14px
}

#global-footer .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px
}

#global-footer .newsletter .signup form input[type="text"]:-moz-placeholder {
    font-size: 14px;
    line-height: 17px
}

#global-footer .newsletter .signup form input[type="text"]::-moz-placeholder {
    font-size: 14px;
    line-height: 17px
}

#global-footer .newsletter .signup form input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px
}

#global-footer .newsletter .signup form input[type="submit"] {
    border: 0;
    background: #84B0E2;
    color: #FFF;
    border-radius: 3px;
    padding: 6px 10px;
    position: absolute;
    top: 5px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
    right: 5px;
    font-size: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

#global-footer .newsletter .signup form input[type="submit"]:hover {
    background: #FF5A5F
}

#global-footer .newsletter a {
    border: 0;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 15px;
    position: relative;
    top: -18px;
    left: -86px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

#global-footer .newsletter a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#global-footer .credits {
    margin-top: 0px
}

.footer-divider{
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 32px;
}

#global-footer .credits .col-md-12 {
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #A1AAB6
}

#footer-logo{
    width:230px;
    height: 32px;
}

/*#home #scr-builder {*/
    /*overflow: hidden;*/
    /*background: #ffffff;*/
    /*opacity: 0.5;*/
    /*background-size: cover;*/
    /*background-image: url("");*/
    /*background-position: center 94%;*/
    /*height: 935px;*/
    /*position: relative;*/
    /*top: 45px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
/*}*/


/*@media (max-width: 991px) {*/
    /*#home #scr-builder {*/
        /*height: 800px;*/
    /*}*/
/*}*/

/*#features-hero #scr-builder {*/
    /*overflow: hidden;*/
    /*background: #4B4848;*/
    /*background-size: cover;*/
    /*background-image: url("bg-product.png");*/
    /*background-position: center 16%;*/
    /*height: 520px;*/
    /*position: relative;*/
    /*top: -60px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
/*}*/

/*#pricing-hero #scr-builder {*/
    /*overflow: hidden;*/
    /*background: #4B4848;*/
    /*background-size: cover;*/
    /*background-image: url("bg-pricing.png");*/
    /*background-position: center 16%;*/
    /*height: 520px;*/
    /*position: relative;*/
    /*top: -60px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
/*}*/

/*#about-hero #scr-builder {*/
    /*overflow: hidden;*/
    /*background: #4B4848;*/
    /*background-size: cover;*/
    /*background-image: url("bg-about.png");*/
    /*background-position: center 16%;*/
    /*height: 520px;*/
    /*position: relative;*/
    /*top: -60px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
/*}*/

/*#contact-us #scr-builder {*/
    /*overflow: hidden;*/
    /*background: #4B4848;*/
    /*background-size: cover;*/
    /*background-image: url("bg-contact.png");*/
    /*background-position: center 16%;*/
    /*height: 520px;*/
    /*position: relative;*/
    /*top: -60px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #scr-builder {*/
        /*height: 610px*/
    /*}*/
/*}*/

/*.header-tagline {*/
    /*padding: 35px 0*/
/*}*/

/*#home #scr-builder:before {*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*#home #scr-builder:after {*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(37, 42, 43, 0.4);*/
    /*background: rgba(32, 54, 114, 0.9)*/
/*}*/

/*#home #scr-builder .container {*/
    /*position: relative;*/
    /*z-index: 33;*/
    /*padding-top: 90px;*/
/*}*/

/*#home #scr-builder h1.scr-builder-text {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*line-height: 1.2;*/
    /*text-align: left;*/
    /*font-size: 55px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*letter-spacing: .3px;*/
    /*color: #fff;*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #scr-builder h1.scr-builder-text {*/
        /*font-size: 32px;*/
        /*line-height: 38px;*/
        /*margin-top: 0;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#home #scr-builder .sub-text {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*width: 100%;*/
    /*margin-top: 25px;*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*color: #f3d464d;*/
    /*font-weight: 300;*/
    /*font-size: 21px;*/
    /*line-height: 28px;*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #scr-builder .sub-text {*/
        /*width: 70%*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #scr-builder .sub-text {*/
        /*font-size: 15px;*/
        /*width: 100%;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#home #scr-builder .cta {*/
    /*-webkit-animation-delay: 0.6s;*/
    /*-moz-animation-delay: 0.6s;*/
    /*-o-animation-delay: 0.6s;*/
    /*-ms-animation-delay: 0.6s;*/
    /*animation-delay: 0.6s;*/
    /*margin-top: 60px*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #scr-builder .cta {*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#home #scr-builder .cta a {*/
    /*margin-right: 20px;*/
    /*padding: 15px 31px*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #scr-builder .cta a {*/
        /*font-size: 14px;*/
        /*padding: 12px 25px;*/
        /*margin: 0px 15px 15px 0px*/
    /*}*/
/*}*/

/*#home #scr-builder .img {*/
    /*position: absolute;*/
    /*top: 15px;*/
    /*left: 625px;*/
    /*width: 570px;*/
    /*height: 333px;*/
    /*background-image: url("");*/
    /*background-repeat: no-repeat*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #scr-builder .img {*/
        /*display: none*/
    /*}*/
/*}*/

/*#home #features {*/
    /*margin-top: 0px*/
/*}*/

/*.product-feature {*/
    /*margin-top: 0px !important*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #features {*/
        /*margin-top: 50px*/
    /*}*/
/*}*/

/*#home #features .header {*/
    /*text-align: center*/
/*}*/

/*#home #features .header h2 {*/
    /*font-size: 32px*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #features .header h2 {*/
        /*font-size: 32px*/
    /*}*/
/*}*/

/*#home #features .header p {*/
    /*font-weight: 300;*/
    /*font-size: 20px;*/
    /*color: #757575*/
/*}*/

/*#home #features .feature {*/
    /*margin-top: 0px;*/
    /*-webkit-font-smoothing: antialiased*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#home #features .feature.backwards .info {*/
        /*float: right*/
    /*}*/

    /*#home #features .feature.backwards .image {*/
        /*float: left*/
    /*}*/

    /*#home #features .feature.backwards .image img {*/
        /*margin: 0 auto*/
    /*}*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #features .feature {*/
        /*margin-top: 10px*/
    /*}*/
/*}*/

/*#home #features .feature .info h4 {*/
    /*color: #3d464d;*/
    /*font-weight: 300;*/
    /*font-size: 45px;*/
    /*line-height: 50px;*/
    /*margin-top: 16px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #features .feature .info h4 {*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#home #features .feature .info p {*/
    /*color: #6C7279;*/
    /*font-size: 16px;*/
    /*margin-top: 20px;*/
    /*line-height: 24px;*/
    /*width: 95%;*/
    /*font-weight: normal*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #features .feature .info p {*/
        /*text-align: center;*/
        /*width: 100%;*/
        /*font-size: 14px*/
    /*}*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #features .feature .image img {*/
        /*margin: 0 auto !important;*/
        /*margin-top: 20px*/
    /*}*/
/*}*/

/*#home #features .divider {*/
    /*height: 1px;*/
    /*width: 100%;*/
    /*background-color: #ddd;*/
    /*position: relative;*/
    /*margin: 70px 0 60px*/
/*}*/

/*.section-border {*/
    /*border-bottom: 1px solid #d8d8d8*/
/*}*/

/*#home #features .divider:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));*/
    /*background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);*/
    /*background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);*/
    /*background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);*/
    /*background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);*/
    /*background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%)*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #features .divider {*/
        /*margin: 55px 0 35px*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #features {*/
        /*margin-top: 0*/
    /*}*/
/*}*/

/*#home #pricing {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*border-top: 1px solid #EAEAEA;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    /*background: #FF5A5F;*/
    /*background: -webkit-linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*background: -moz-linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*background: -o-linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*background: linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*margin-top: 110px;*/
    /*padding-top: 45px;*/
    /*padding-bottom: 70px*/
/*}*/

/*#home #pricing .header {*/
    /*text-align: center;*/
    /*font-family: "Lato", "Helvetica Neue", Arial*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #pricing .header {*/
        /*margin-bottom: 25px*/
    /*}*/
/*}*/

/*#home #pricing .header h3 {*/
    /*font-size: 29px;*/
    /*color: #fff;*/
    /*line-height: 25px;*/
    /*font-weight: 400;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #pricing .header h3 {*/
        /*font-size: 24px;*/
        /*line-height: 29px*/
    /*}*/
/*}*/

/*#home #pricing .header p {*/
    /*font-size: 16px;*/
    /*margin-top: 15px;*/
    /*color: #F0F0F0;*/
    /*font-weight: 400;*/
    /*line-height: 25px;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)*/
/*}*/

/*#home #pricing .charts {*/
    /*margin-top: 35px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #pricing .charts {*/
        /*margin-top: 10px*/
    /*}*/
/*}*/

/*#home #pricing .charts .chart {*/
    /*background-color: #fff;*/
    /*border: 1px solid #E6E6E6;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);*/
    /*padding: 20px 40px;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*width: 97%;*/
    /*min-height: 315px;*/
    /*position: relative;*/
    /*top: 37px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #pricing .charts .chart {*/
        /*float: none !important;*/
        /*left: 0px !important;*/
        /*top: 0px !important;*/
        /*margin: 0 auto;*/
        /*width: 55%;*/
        /*margin-bottom: 25px !important*/
    /*}*/

    /*#home #pricing .charts .chart.last {*/
        /*margin-bottom: 0px !important*/
    /*}*/
/*}*/

/*@media (max-width: 600px) {*/
    /*#home #pricing .charts .chart {*/
        /*width: 90% !important*/
    /*}*/
/*}*/

/*#home #pricing .charts .chart.first {*/
    /*float: right;*/
    /*left: 12px*/
/*}*/

/*#home #pricing .charts .chart.last {*/
    /*left: -12px*/
/*}*/

/*#home #pricing .charts .chart.featured {*/
    /*min-height: 350px;*/
    /*top: 0px;*/
    /*margin: 0 auto*/
/*}*/

/*#home #pricing .charts .chart.featured .popular {*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*font-size: 16px;*/
    /*letter-spacing: 1px;*/
    /*color: #B1B1B1;*/
    /*font-weight: 400*/
/*}*/

/*#home #pricing .charts .chart.featured .quantity {*/
    /*margin-top: 15px*/
/*}*/

/*#home #pricing .charts .chart .quantity {*/
    /*text-align: center*/
/*}*/

/*#home #pricing .charts .chart .quantity .dollar {*/
    /*font-size: 19px;*/
    /*position: relative;*/
    /*top: -18px*/
/*}*/

/*#home #pricing .charts .chart .quantity .price {*/
    /*font-size: 49px*/
/*}*/

/*#home #pricing .charts .chart .quantity .period {*/
    /*font-size: 17px;*/
    /*position: relative;*/
    /*top: -8px;*/
    /*margin-left: 4px*/
/*}*/

/*#home #pricing .charts .chart .plan-name {*/
    /*text-align: center;*/
    /*font-size: 20px;*/
    /*font-weight: 400;*/
    /*color: #777;*/
    /*border-bottom: 1px solid #d5d5d5;*/
    /*padding-bottom: 15px;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
    /*margin-top: 8px*/
/*}*/

/*#home #pricing .charts .chart .specs {*/
    /*margin-top: 20px*/
/*}*/

/*#home #pricing .charts .chart .specs .spec {*/
    /*font-size: 15px;*/
    /*color: #474747;*/
    /*text-align: center;*/
    /*font-weight: 300;*/
    /*margin-bottom: 13px*/
/*}*/

/*#home #pricing .charts .chart .specs .spec .variable {*/
    /*color: #FF5A5F;*/
    /*font-weight: 400*/
/*}*/

/*#home #pricing .charts .chart .btn-signup {*/
    /*margin-top: 20px;*/
    /*height: 38px*/
/*}*/

/*#home #slider {*/
    /*margin-top: 70px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #slider {*/
        /*margin-top: 30px*/
    /*}*/
/*}*/

/*#home #slider .header {*/
    /*text-align: center;*/
    /*-webkit-font-smoothing: antialiased*/
/*}*/

/*#home #slider .header h3 {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*font-size: 25px;*/
    /*color: #555;*/
    /*line-height: 25px;*/
    /*margin-bottom: 15px*/
/*}*/

/*#home #slider .slide-wrapper {*/
    /*border-bottom: 1px solid #E4E4E4*/
/*}*/

/*#home #slider .slide-wrapper .slideshow {*/
    /*background: url("../../images/slider-bg.png") 0 0 no-repeat;*/
    /*margin: 0 auto;*/
    /*margin-top: 35px;*/
    /*width: 844px;*/
    /*height: 418px;*/
    /*position: relative;*/
    /*overflow: hidden*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #slider .slide-wrapper .slideshow {*/
        /*background: none;*/
        /*width: inherit;*/
        /*height: 340px*/
    /*}*/
/*}*/

/*@media (max-width: 620px) {*/
    /*#home #slider .slide-wrapper .slideshow {*/
        /*height: 290px*/
    /*}*/
/*}*/

/*@media (max-width: 530px) {*/
    /*#home #slider .slide-wrapper .slideshow {*/
        /*height: 240px*/
    /*}*/
/*}*/

/*@media (max-width: 450px) {*/
    /*#home #slider .slide-wrapper .slideshow {*/
        /*height: 205px*/
    /*}*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .btn-nav {*/
    /*width: 48px;*/
    /*height: 51px;*/
    /*position: absolute;*/
    /*top: 55%;*/
    /*z-index: 999;*/
    /*cursor: pointer;*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*-webkit-transition: all .3s ease;*/
    /*-moz-transition: all .3s ease;*/
    /*-o-transition: all .3s ease;*/
    /*-ms-transition: all .3s ease;*/
    /*transition: all .3s ease*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .btn-nav.active {*/
    /*opacity: 1;*/
    /*filter: alpha(opacity=100);*/
    /*-moz-transform: translateX(0px) !important;*/
    /*-o-transform: translateX(0px) !important;*/
    /*-ms-transform: translateX(0px) !important;*/
    /*-webkit-transform: translateX(0px) !important;*/
    /*transform: translateX(0px) !important*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .btn-nav.prev {*/
    /*background: url("../../images/slider/slide-left.png") 0 0 no-repeat;*/
    /*left: 91px;*/
    /*-moz-transform: translateX(-48px);*/
    /*-o-transform: translateX(-48px);*/
    /*-ms-transform: translateX(-48px);*/
    /*-webkit-transform: translateX(-48px);*/
    /*transform: translateX(-48px)*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #slider .slide-wrapper .slideshow .btn-nav.prev {*/
        /*left: 30px*/
    /*}*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .btn-nav.next {*/
    /*background: url("../../images/slider/slide-right.png") 0 0 no-repeat;*/
    /*right: 91px;*/
    /*-moz-transform: translateX(48px);*/
    /*-o-transform: translateX(48px);*/
    /*-ms-transform: translateX(48px);*/
    /*-webkit-transform: translateX(48px);*/
    /*transform: translateX(48px)*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #slider .slide-wrapper .slideshow .btn-nav.next {*/
        /*right: 29px*/
    /*}*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .slide {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .slide.active img {*/
    /*opacity: 1;*/
    /*filter: alpha(opacity=100);*/
    /*-moz-transform: translateY(0px);*/
    /*-o-transform: translateY(0px);*/
    /*-ms-transform: translateY(0px);*/
    /*-webkit-transform: translateY(0px);*/
    /*transform: translateY(0px)*/
/*}*/

/*#home #slider .slide-wrapper .slideshow .slide img {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*-moz-transform: translateY(300px);*/
    /*-o-transform: translateY(300px);*/
    /*-ms-transform: translateY(300px);*/
    /*-webkit-transform: translateY(300px);*/
    /*transform: translateY(300px);*/
    /*opacity: 0;*/
    /*-ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';*/
    /*filter: alpha(opacity=0);*/
    /*-webkit-transition: all .6s ease;*/
    /*-moz-transition: all .6s ease;*/
    /*-o-transition: all .6s ease;*/
    /*-ms-transition: all .6s ease;*/
    /*transition: all .6s ease*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #slider .slide-wrapper .slideshow .slide img {*/
        /*width: 100%*/
    /*}*/
/*}*/

/*#home #testimonials {*/
    /*margin-top: 90px;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*background: #f0f2f4;*/
    /*padding: 3% 0*/
/*}*/

/*#home #testimonials .header {*/
    /*text-align: center*/
/*}*/

/*#home #testimonials .header h2 {*/
    /*color: #333;*/
    /*margin-bottom: 45px*/
/*}*/

/*#home #testimonials .testimonial {*/
    /*width: 90%*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #testimonials .testimonial {*/
        /*float: none !important;*/
        /*margin: 0 auto;*/
        /*margin-bottom: 45px*/
    /*}*/
/*}*/

/*#home #testimonials .testimonial .quote {*/
    /*font-size: 14px;*/
    /*color: #3D3D3D;*/
    /*line-height: 24px;*/
    /*border: 1px solid #E2E2E2;*/
    /*padding: 12px 22px;*/
    /*border-radius: 6px;*/
    /*width: 90%;*/
    /*position: relative;*/
    /*background: #fff*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #testimonials .testimonial .quote {*/
        /*margin: 0 auto*/
    /*}*/
/*}*/

/*#home #testimonials .testimonial .quote .arrow-down {*/
    /*position: absolute;*/
    /*bottom: 3px;*/
    /*left: 30px*/
/*}*/

/*#home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {*/
    /*border-color: #fff transparent transparent;*/
    /*border-style: solid;*/
    /*border-width: 11px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 3px;*/
    /*z-index: 1002*/
/*}*/

/*#home #testimonials .testimonial .quote .arrow-down .arrow-border {*/
    /*border-color: #E2E2E2 transparent transparent;*/
    /*border-width: 12px;*/
    /*top: 3px;*/
    /*z-index: 1001;*/
    /*left: -1px*/
/*}*/

/*#home #testimonials .testimonial .author {*/
    /*margin-top: 40px;*/
    /*margin-left: 10px*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #testimonials .testimonial .author {*/
        /*margin-left: 6%*/
    /*}*/
/*}*/

/*#home #testimonials .testimonial .author .pic {*/
    /*width: 71px;*/
    /*height: 71px;*/
    /*border-radius: 50px;*/
    /*float: left;*/
    /*position: relative;*/
    /*top: -12px;*/
    /*margin-right: 18px;*/
    /*border: 1px solid #ccc*/
/*}*/

/*#home #testimonials .testimonial .author .name {*/
    /*color: #FF5A5F;*/
    /*line-height: 23px;*/
    /*font-weight: 500*/
/*}*/

/*#home #testimonials .testimonial .author .company {*/
    /*font-size: 14px;*/
    /*color: #909090;*/
    /*line-height: 23px;*/
    /*font-weight: 400*/
/*}*/

/*#home #cta {*/
    /*text-align: center;*/
    /*margin-top: 120px*/
/*}*/

/*#home #cta p {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*font-size: 17px;*/
    /*color: #7A7D81;*/
    /*letter-spacing: 0.1px*/
/*}*/

/*#home #grid-second {*/
    /*margin-top: 72px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #grid-second {*/
        /*margin-top: 50px*/
    /*}*/
/*}*/

/*#home #grid-second .header {*/
    /*margin-bottom: 35px;*/
    /*text-align: center*/
/*}*/

/*#home #grid-second .header h3 {*/
    /*font-size: 27px;*/
    /*font-family: Myriad Pro, Lato, Helvetica Neue, Arial;*/
    /*color: #444;*/
    /*line-height: 25px;*/
    /*font-weight: 500;*/
    /*margin-bottom: 7px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #grid-second .header h3 {*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#home #grid-second .header p {*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*color: #666;*/
    /*width: 100%;*/
    /*line-height: 24px;*/
    /*margin-top: 15px;*/
    /*text-align: center*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #grid-second .header p {*/
        /*margin: 0 auto;*/
        /*width: 90%;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#home #grid-second .features {*/
    /*margin-bottom: 20px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#home #grid-second .features .feature {*/
        /*text-align: center;*/
        /*margin-bottom: 30px*/
    /*}*/
/*}*/

/*#home #grid-second .features .feature img {*/
    /*max-width: 40px;*/
    /*position: relative;*/
    /*top: 10px*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#home #grid-second .features .feature img {*/
        /*float: left*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#home #grid-second .features .feature .info {*/
        /*float: left;*/
        /*width: 80%;*/
        /*margin-left: 20px*/
    /*}*/
/*}*/

/*#home #grid-second .features .feature .info strong {*/
    /*display: block;*/
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    /*color: #444;*/
    /*margin-top: 15px*/
/*}*/

/*#home #grid-second .features .feature .info p {*/
    /*font-weight: normal;*/
    /*font-size: 15px;*/
    /*color: #797979;*/
    /*margin-top: 10px;*/
    /*line-height: 24px*/
/*}*/

/*#home #clients {*/
    /*padding: 65px 0 80px;*/
    /*text-align: center*/
/*}*/

/*#home #clients h3 {*/
    /*color: #333;*/
    /*margin-top: 0;*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*font-weight: 300;*/
    /*font-size: 35px;*/
    /*letter-spacing: .3px;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)*/
/*}*/

/*#home #clients p {*/
    /*font-size: 16px;*/
    /*color: #333;*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*margin-top: 17px;*/
    /*font-weight: 300;*/
    /*line-height: 25px*/
/*}*/

/*#home #clients .logos {*/
    /*margin-top: 35px*/
/*}*/

/*#home #clients .logos img {*/
    /*margin: 20px 32px*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#home #clients .logos img {*/
        /*margin: 0 auto;*/
        /*display: block;*/
        /*margin-bottom: 15px*/
    /*}*/
/*}*/

/*@-webkit-keyframes $ name {*/
    /*0% {*/
        /*left: 0*/
    /*}*/
    /*100% {*/
        /*left: -15px*/
    /*}*/
/*}*/

/*@-moz-keyframes $ name {*/
    /*0% {*/
        /*left: 0*/
    /*}*/
    /*100% {*/
        /*left: -15px*/
    /*}*/
/*}*/

/*@-o-keyframes $ name {*/
    /*0% {*/
        /*left: 0*/
    /*}*/
    /*100% {*/
        /*left: -15px*/
    /*}*/
/*}*/

/*@keyframes $ name {*/
    /*0% {*/
        /*left: 0*/
    /*}*/
    /*100% {*/
        /*left: -15px*/
    /*}*/
/*}*/

@media (max-width: 992px) {
    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .nav-white-color .navbar-fixed-top {
        top: 34px;
    }

    .navbar.builder {
        background: #fff;
        padding-top: 10px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

    .navbar-nav > li {
        float: none;
        border-bottom: 1px solid #4a4a4a;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    .navbar-toggle {
        margin-top: 12px !important
    }

    .navbar-brand img {
        margin-top: -7px
    }

    .navbar .navbar-collapse .navbar-nav > li > a.signup {
        border-radius: 20px !important;
        padding: 5px 30px !important;
        font-size: 13px !important;
        color: #fff !important;
        margin-left: 20px !important;
        background: #fff5a5f !important;
        width: 20% !important;
        text-align: center !important
    }

    .navbar .navbar-collapse .navbar-nav > li > a.login {
        border-radius: 20px !important;
        padding: 5px 30px !important;
        font-size: 13px !important;
        color: #fff !important;
        margin-left: 20px !important;
        width: 20% !important;
        text-align: center !important
    }

    #menu-nav {
        padding: 0 20px 0 0
    }
}

@media (max-width: 600px) {
    .navbar .navbar-collapse .navbar-nav > li > a.signup {
        width: 30% !important
    }

    .navbar .navbar-collapse .navbar-nav > li > a.login {
        width: 30% !important
    }
}

@media (max-width: 400px) {
    .navbar .navbar-collapse .navbar-nav > li > a.signup {
        width: 35% !important
    }

    .navbar .navbar-collapse .navbar-nav > li > a.login {
        width: 35% !important
    }
}

@media (max-width: 300px) {
    .navbar .navbar-collapse .navbar-nav > li > a.signup {
        width: 42% !important
    }

    .navbar .navbar-collapse .navbar-nav > li > a.login {
        width: 40% !important
    }
}

.navbar .navbar-collapse .navbar-nav > li > a.signup {
    border-radius: 20px;
    padding: 8px 42px;
    font-size: 15px;
    color: #fff;
    margin-left: 20px;
    background: #FF5A5F;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.navbar .navbar-collapse .navbar-nav > li > a.login {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 30px;
    font-size: 15px;
    color: #fff;
    margin-left: 20px;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.navbar .navbar-collapse .navbar-nav > li > a:hover {
    color: #ff5a5f;
    /*background: #FF5A5F;*/
    /*border-color: #FF5A5F;*/
    /*-webkit-transition: all 0.2s linear;*/
    /*-moz-transition: all 0.2s linear;*/
    /*-ms-transition: all 0.2s linear;*/
    /*-o-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear*/
}

.signup-li {
    margin-top: 10px;
    font-weight:900;
}

.navbar .navbar-collapse .navbar-nav > li > a.signup:hover {
    background: #FF5A5F;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.login-li {
    margin-top: 10px
}

/*.col-pricing {*/
    /*padding: 0*/
/*}*/

/*.col-pricing-3 {*/
    /*left: -30px !important*/
/*}*/

/*.col-pricing-4 {*/
    /*left: -42px !important*/
/*}*/

/*.pricing-table {*/
    /*margin-top: -60px !important;*/
    /*margin-bottom: 0 !important*/
/*}*/

/*#third-option {*/
    /*margin-top: 55px;*/
    /*margin-bottom: 50px;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    /*background: #fff;*/
    /*margin-top: 110px;*/
    /*padding-top: 45px;*/
    /*padding-bottom: 70px*/
/*}*/

/*.third-option-home {*/
    /*background: #f0f2f4 !important;*/
    /*background: -webkit-linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*background: -moz-linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*background: -o-linear-gradient(top, #FF5A5F 0, #FF5A5F 100%);*/
    /*background: linear-gradient(top, #FF5A5F 0, #FF5A5F 100%)*/
/*}*/

/*#third-option .header {*/
    /*text-align: center*/
/*}*/

/*#third-option .header h3 {*/
    /*font-size: 23px;*/
    /*color: #444 !important;*/
    /*line-height: 25px;*/
    /*margin-bottom: 7px*/
/*}*/

/*#third-option .header p {*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*color: #888*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#third-option .container {*/
        /*width: 1060px*/
    /*}*/
/*}*/

/*.third-option-home .header {*/
    /*text-align: center*/
/*}*/

/*.third-option-home .header h3 {*/
    /*font-size: 23px;*/
    /*color: #fff !important;*/
    /*line-height: 25px;*/
    /*font-weight: 500;*/
    /*margin-bottom: 7px*/
/*}*/

/*.third-option-home .header p {*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*color: #666 !important*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.third-option-home .container {*/
        /*width: 1060px*/
    /*}*/
/*}*/

/*.pricing-emoji {*/
    /*width: 42px;*/
    /*margin: 0 auto*/
/*}*/

/*.monthly-reaction {*/
    /*color: #FF5A5F;*/
    /*font-weight: 300*/
/*}*/

/*#third-option .charts {*/
    /*margin-top: 50px*/
/*}*/

/*.quantity {*/
    /*text-align: center;*/
    /*border-bottom: 1px solid #d5d5d5;*/
    /*margin-top: 10px*/
/*}*/

/*#third-option .charts .basic-plan {*/
    /*background-color: #fff;*/
    /*border: 1px solid #E6E6E6;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);*/
    /*padding: 20px 30px 10px 30px;*/
    /*text-align: center;*/
    /*width: 220px;*/
    /*position: absolute;*/
    /*left: 33px;*/
    /*top: 20px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#third-option .charts .basic-plan {*/
        /*float: none !important;*/
        /*left: 0px !important;*/
        /*top: 0px !important;*/
        /*margin: 0 auto;*/
        /*width: 55%;*/
        /*margin-bottom: 25px !important;*/
        /*position: relative;*/
        /*margin-top: 30px*/
    /*}*/

    /*#third-option .charts .basic-plan.last {*/
        /*margin-bottom: 0px !important*/
    /*}*/

    /*.footer-signup {*/
        /*text-align: center !important*/
    /*}*/

    /*#global-footer .newsletter a {*/
        /*left: -4px !important*/
    /*}*/
/*}*/

/*@media (max-width: 600px) {*/
    /*#third-option .charts .basic-plan {*/
        /*width: 90% !important*/
    /*}*/
/*}*/

/*#third-option .charts .basic-plan .plan-name {*/
    /*text-align: center;*/
    /*font-size: 20px;*/
    /*font-weight: 400;*/
    /*color: #444;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
    /*margin-top: 5px*/
/*}*/

/*#third-option .charts .basic-plan .quantity {*/
    /*text-align: center;*/
    /*border-bottom: 1px solid #d5d5d5;*/
    /*margin-top: 5px*/
/*}*/

/*#third-option .charts .basic-plan .quantity .dollar {*/
    /*font-size: 19px;*/
    /*position: relative;*/
    /*top: -18px*/
/*}*/

/*#third-option .charts .basic-plan .quantity .price {*/
    /*font-size: 42px;*/
    /*font-weight: 300*/
/*}*/

/*#third-option .charts .basic-plan .quantity .period {*/
    /*font-size: 17px;*/
    /*position: relative;*/
    /*top: -8px;*/
    /*margin-left: 4px*/
/*}*/

/*#third-option .charts .basic-plan .description {*/
    /*font-size: 14px;*/
    /*color: #444;*/
    /*line-height: 20px*/
/*}*/

/*#third-option .charts .basic-plan .description a {*/
    /*display: block;*/
    /*margin-top: 15px;*/
    /*font-size: 14px*/
/*}*/

/*#third-option .charts .basic-plan .specs {*/
    /*margin-top: 15px*/
/*}*/

/*#third-option .charts .basic-plan .specs .spec {*/
    /*font-size: 15px;*/
    /*color: #474747;*/
    /*text-align: center;*/
    /*font-weight: 300;*/
    /*margin-bottom: 13px*/
/*}*/

/*#third-option .charts .basic-plan .specs .spec .variable {*/
    /*color: #FF5A5F;*/
    /*font-weight: 400*/
/*}*/

/*#third-option .charts .chart {*/
    /*background-color: #fff;*/
    /*border: 1px solid #E6E6E6;*/
    /*box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);*/
    /*padding: 20px 40px;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*width: 280px;*/
    /*float: left;*/
    /*min-height: 315px;*/
    /*position: relative;*/
    /*top: 20px;*/
    /*border-radius: 5px*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#third-option .charts .chart.featured {*/
        /*z-index: 2;*/
        /*left: 216px*/
    /*}*/

    /*#third-option .charts .chart.last {*/
        /*left: 190px*/
    /*}*/

    /*#third-option .charts .chart.first {*/
        /*left: 236px*/
    /*}*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#third-option .charts .chart {*/
        /*float: none !important;*/
        /*left: 0px !important;*/
        /*top: 0px !important;*/
        /*margin: 0 auto;*/
        /*width: 55% !important;*/
        /*margin-bottom: 25px !important*/
    /*}*/

    /*#third-option .charts .chart.last {*/
        /*margin-bottom: 0px !important*/
    /*}*/
/*}*/

/*@media (max-width: 600px) {*/
    /*#third-option .charts .chart {*/
        /*width: 90% !important*/
    /*}*/
/*}*/

/*#third-option .charts .chart.featured {*/
    /*z-index: 999*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#third-option .charts .chart.featured {*/
        /*margin: 0 auto;*/
        /*top: 0px;*/
        /*min-height: 400px*/
    /*}*/

    /*#third-option .charts .chart.featured .btn-signup {*/
        /*margin-top: 32px*/
    /*}*/
/*}*/

/*#third-option .charts .chart.featured .popular {*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px*/
/*}*/

/*#third-option .charts .chart.featured .quantity {*/
    /*margin-top: 15px;*/
    /*padding-bottom: 5px*/
/*}*/

/*#third-option .charts .chart .plan-name {*/
    /*text-align: center;*/
    /*font-size: 20px;*/
    /*font-weight: 400;*/
    /*color: #444;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
    /*margin-top: 5px*/
/*}*/

/*#third-option .charts .chart .quantity {*/
    /*text-align: center;*/
    /*border-bottom: 1px solid #d5d5d5;*/
    /*margin-top: 0px*/
/*}*/

/*#third-option .charts .chart .quantity .dollar {*/
    /*font-size: 19px;*/
    /*position: relative;*/
    /*top: -18px*/
/*}*/

/*#third-option .charts .chart .quantity .price {*/
    /*font-size: 47px;*/
    /*font-weight: 300*/
/*}*/

/*#third-option .charts .chart .quantity .period {*/
    /*font-size: 17px;*/
    /*position: relative;*/
    /*top: -8px;*/
    /*margin-left: 4px*/
/*}*/

/*#third-option .charts .chart .specs {*/
    /*margin-top: 15px*/
/*}*/

/*#third-option .charts .chart .specs .spec {*/
    /*font-size: 15px;*/
    /*color: #474747;*/
    /*text-align: center;*/
    /*font-weight: 300;*/
    /*margin-bottom: 13px*/
/*}*/

/*.big-plan {*/
    /*font-size: 24px;*/
    /*margin: 20px;*/
    /*text-align: center*/
/*}*/

/*.pricing-calculator {*/
    /*text-align: center;*/
    /*font-size: 16px*/
/*}*/

/*.pricing-calculator .prompt {*/
    /*font-size: 18px;*/
    /*padding-right: 20px*/
/*}*/

/*.pricing-calculator .pricing-form input[type=button] {*/
    /*background-color: #FF5A5F;*/
    /*border-radius: 5px;*/
    /*padding: 6px 16px;*/
    /*border: 2px solid #FF5A5F;*/
    /*color: #fff;*/
    /*font-weight: 600 !important*/
/*}*/

/*.pricing-calculator .pricing-form input[type=text] {*/
    /*border-radius: 5px;*/
    /*padding: 6px 8px;*/
    /*border: 2px solid #ccc;*/
    /*font-size: 16px;*/
    /*color: #444*/
/*}*/

/*.pricing-calculator .result label {*/
    /*color: #FF5A5F;*/
    /*font-size: 24px;*/
    /*font-weight: 400 !important;*/
    /*padding-left: 20px*/
/*}*/

/*#third-option .charts .chart .specs .spec .variable {*/
    /*color: #FF5A5F;*/
    /*font-weight: 400*/
/*}*/

/*#third-option .charts .chart .btn-signup {*/
    /*margin-top: 20px;*/
    /*height: 38px*/
/*}*/

/*#cta {*/
    /*margin-top: 100px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#cta {*/
        /*margin-top: 60px*/
    /*}*/
/*}*/

/*#cta .wrapper {*/
    /*background: #F7F8FB;*/
    /*border: 1px solid #EAEDF7;*/
    /*border-radius: 8px;*/
    /*padding: 30px 60px;*/
    /*box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;*/
    /*margin: 0 auto*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#cta .wrapper {*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#cta h4 {*/
    /*font-size: 18px;*/
    /*color: #5F6E7C;*/
    /*font-weight: 400;*/
    /*float: left;*/
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8)*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#cta h4 {*/
        /*float: none*/
    /*}*/
/*}*/

/*#cta .button {*/
    /*float: right*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#cta .button {*/
        /*float: none;*/
        /*margin-top: 20px*/
    /*}*/
/*}*/

/*#c-t-a {*/
    /*padding: 68px 20px*/
/*}*/

/*#c-t-a p {*/
    /*font-size: 16px;*/
    /*margin-bottom: 20px;*/
    /*color: #616161;*/
    /*-webkit-font-smoothing: antialiased*/
/*}*/

/*.cta-pricing {*/
    /*background: #f0f2f4*/
/*}*/

/*.cta-contact {*/
    /*padding: 72px 0 72px 0 !important;*/
    /*background: #f0f2f4;*/
    /*margin-top: 50px*/
/*}*/

/*.dropdown-menu-custom {*/
    /*min-width: 100px*/
/*}*/

/*.second-granular-option {*/
    /*background: #f0f2f4;*/
    /*margin-top: 72px*/
/*}*/

/*#second-option .row {*/
    /*margin: 60px 0*/
/*}*/

/*#second-option .feature {*/
    /*-webkit-font-smoothing: antialiased*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#second-option .feature {*/
        /*margin-bottom: 25px*/
    /*}*/
/*}*/

/*#second-option .feature img {*/
    /*max-width: 40px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#second-option .feature img {*/
        /*display: block;*/
        /*margin: 0 auto*/
    /*}*/
/*}*/

/*#second-option .feature .icon {*/
    /*font-size: 32px;*/
    /*color: #FF5A5F*/
/*}*/

/*#second-option .feature strong {*/
    /*display: block;*/
    /*font-weight: 500;*/
    /*font-size: 17px;*/
    /*color: #FF5A5F;*/
    /*margin-top: 15px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#second-option .feature strong {*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#second-option .feature p {*/
    /*font-weight: normal;*/
    /*font-size: 15px;*/
    /*color: #797979;*/
    /*margin-top: 10px;*/
    /*line-height: 24px*/
/*}*/

/*.granular-heading {*/
    /*margin-bottom: 15px;*/
    /*text-align: center*/
/*}*/

/*.cta-fet {*/
    /*margin-top: 30px !important*/
/*}*/

/*#chart-option .faq {*/
    /*margin-top: 50px*/
/*}*/

/*#chart-option .faq .header h3 {*/
    /*font-size: 20px;*/
    /*color: #454545;*/
    /*text-align: center*/
/*}*/

/*#chart-option .faq .questions {*/
    /*margin-top: 25px*/
/*}*/

/*#chart-option .faq .questions .question {*/
    /*margin-bottom: 40px*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#chart-option .faq .questions .question {*/
        /*width: 90%*/
    /*}*/
/*}*/

/*#chart-option .faq .questions .question strong {*/
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    /*color: #454545*/
/*}*/

/*#chart-option .faq .questions .question p {*/
    /*color: #555;*/
    /*margin-top: 10px;*/
    /*font-size: 14px;*/
    /*line-height: 22px*/
/*}*/

/*#info .message h3 {*/
    /*font-family: Myriad Pro, Lato, Helvetica Neue, Arial;*/
    /*color: #444;*/
    /*font-size: 26px;*/
    /*font-weight: 600*/
/*}*/

/*.footer-divider-home {*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*height: 1px;*/
    /*background: #efefef;*/
    /*margin-top: 1px*/
/*}*/

/*#about-hero #scr-builder h1.scr-builder-text {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*line-height: 52px;*/
    /*text-align: center;*/
    /*font-size: 37px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*letter-spacing: .3px;*/
    /*color: #FFF;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#about-hero #scr-builder h1.scr-builder-text {*/
        /*font-size: 25px;*/
        /*line-height: 38px;*/
        /*margin-top: 0;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#about-us #info {*/
    /*-webkit-font-smoothing: antialiased*/
/*}*/

/*.mission-statement {*/
    /*border-bottom: 1px solid #d8d8d8;*/
    /*padding: 0px 20px 64px 20px !important*/
/*}*/

/*#about-us #info h2 {*/
    /*color: #444;*/
    /*margin-bottom: 25px*/
/*}*/

/*#about-us #info p {*/
    /*color: #666;*/
    /*line-height: 23px;*/
    /*margin-bottom: 15px*/
/*}*/

/*@media (min-width: 992px) {*/
    /*#about-us #info p {*/
        /*width: 88%*/
    /*}*/
/*}*/

/*#about-us #info .join-team {*/
    /*padding: 8px 26px;*/
    /*font-size: 13px;*/
    /*margin-top: 10px*/
/*}*/

/*#about-us #info .stats {*/
    /*margin-top: 60px;*/
    /*font-size: 16px;*/
    /*color: #757575*/
/*}*/

/*#about-us #info .stats strong {*/
    /*font-size: 30px;*/
    /*color: #656565;*/
    /*font-weight: 500;*/
    /*position: relative;*/
    /*top: 1px;*/
    /*margin-right: 5px*/
/*}*/

/*#about-us #info .stats .col-sm-3 {*/
    /*padding-bottom: 25px*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#about-us #info .stats .col-sm-3 {*/
        /*padding-bottom: 10px;*/
        /*margin-bottom: 20px*/
    /*}*/
/*}*/

/*#about-us #info .team {*/
    /*margin-top: 75px;*/
    /*-webkit-font-smoothing: auto*/
/*}*/

/*#about-us #info .team .team-row {*/
    /*text-align: center;*/
    /*margin-bottom: 35px*/
/*}*/

/*#about-us #info .team img {*/
    /*margin: 0px 20px;*/
    /*max-width: 90px;*/
    /*border-radius: 10px;*/
    /*position: relative;*/
    /*top: 0px;*/
    /*box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);*/
    /*-webkit-transition: top 0.15s linear;*/
    /*-moz-transition: top 0.15s linear;*/
    /*-ms-transition: top 0.15s linear;*/
    /*-o-transition: top 0.15s linear;*/
    /*transition: top 0.15s linear*/
/*}*/

/*@media (max-width: 991px) {*/
    /*#about-us #info .team img {*/
        /*margin: 0px 10px 20px 0*/
    /*}*/
/*}*/

/*#about-us #info .team img:hover {*/
    /*top: -5px;*/
    /*box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5)*/
/*}*/

/*#about-us #info .team .tooltip {*/
    /*-webkit-animation: fadeInTooltip 0.05s linear;*/
    /*-moz-animation: fadeInTooltip 0.05s linear;*/
    /*-o-animation: fadeInTooltip 0.05s linear;*/
    /*-ms-animation: fadeInTooltip 0.05s linear;*/
    /*animation: fadeInTooltip 0.05s linear;*/
    /*-webkit-animation-fill-mode: both;*/
    /*-moz-animation-fill-mode: both;*/
    /*-o-animation-fill-mode: both;*/
    /*animation-fill-mode: both*/
/*}*/

/*#about-us #info .team .tooltip-inner {*/
    /*padding: 12px 18px;*/
    /*font-size: 13px;*/
    /*background: rgba(0, 0, 0, 0.8);*/
    /*border: 1px solid #000;*/
    /*border-bottom: 0px*/
/*}*/

/*#about-us #info .team .tooltip-arrow {*/
    /*border-top-color: rgba(0, 0, 0, 0.8)*/
/*}*/

/*#features-hero #scr-builder h1.scr-builder-text {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*line-height: 52px;*/
    /*text-align: center;*/
    /*font-size: 37px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*letter-spacing: .3px;*/
    /*color: #FFF;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#features-hero #scr-builder h1.scr-builder-text {*/
        /*font-size: 25px;*/
        /*line-height: 38px;*/
        /*margin-top: 0;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#pricing-hero #scr-builder h1.scr-builder-text {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*line-height: 52px;*/
    /*text-align: center;*/
    /*font-size: 37px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*letter-spacing: .3px;*/
    /*color: #FFF;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#pricing-hero #scr-builder h1.scr-builder-text {*/
        /*font-size: 25px;*/
        /*line-height: 38px;*/
        /*margin-top: 0;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*.send-message h2 {*/
    /*color: #444*/
/*}*/

/*.send-message p {*/
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    /*color: #777;*/
    /*margin-bottom: 25px*/
/*}*/

/*.send-message form {*/
    /*margin-top: 35px;*/
    /*width: 80%*/
/*}*/

/*@media (max-width: 767px) {*/
    /*.send-message form {*/
        /*width: 100%*/
    /*}*/
/*}*/

/*.send-message form input[type="text"], .send-message form input[type="email"] {*/
    /*width: 70%*/
/*}*/

/*@media (max-width: 767px) {*/
    /*.send-message form input[type="text"], .send-message form input[type="email"] {*/
        /*width: 100%*/
    /*}*/
/*}*/

/*.send-message form label {*/
    /*color: #555;*/
    /*font-weight: 500;*/
    /*margin-bottom: 7px*/
/*}*/

/*.send-message form .button {*/
    /*margin-top: 20px*/
/*}*/

/*.send-message form label.error {*/
    /*position: relative !important;*/
    /*display: inline-block !important;*/
    /*margin-top: -2px !important;*/
    /*margin-bottom: -8px !important;*/
    /*color: #fff !important;*/
    /*font-weight: normal !important;*/
    /*font-size: 15px !important;*/
    /*padding: 5px 7px !important;*/
    /*background: #FF5A5F !important;*/
    /*border-radius: 4px !important*/
/*}*/

/*.send-message form label.error.valid {*/
    /*display: none !important*/
/*}*/

/*.send-message form label.error:after {*/
    /*bottom: 100%;*/
    /*border: solid transparent;*/
    /*content: " ";*/
    /*height: 0;*/
    /*width: 0;*/
    /*position: absolute;*/
    /*pointer-events: none;*/
    /*border-bottom-color: #FF5A5F;*/
    /*border-width: 5px;*/
    /*left: 30px;*/
    /*margin-left: -5px*/
/*}*/

/*#contact-us #scr-builder h1.scr-builder-text {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*line-height: 52px;*/
    /*text-align: center;*/
    /*font-size: 37px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*letter-spacing: .3px;*/
    /*color: #FFF;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*#contact-hero #scr-builder h1.scr-builder-text {*/
    /*font-family: "Lato", "Helvetica Neue", Arial;*/
    /*line-height: 52px;*/
    /*text-align: center;*/
    /*font-size: 37px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 300;*/
    /*letter-spacing: .3px;*/
    /*color: #FFF;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    /*-webkit-animation-duration: 1s*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#contact-hero #scr-builder h1.scr-builder-text {*/
        /*font-size: 25px;*/
        /*line-height: 38px;*/
        /*margin-top: 0;*/
        /*text-align: center*/
    /*}*/
/*}*/

/*#contact-hero #info {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 100px*/
/*}*/

/*#contact-hero #info .message h3 {*/
    /*font-family: Myriad Pro, Lato, Helvetica Neue, Arial;*/
    /*color: #444;*/
    /*font-size: 26px;*/
    /*font-weight: 600*/
/*}*/

/*#contact-hero #info .message p {*/
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    /*color: #777*/
/*}*/

/*#contact-hero #info .message form {*/
    /*margin-top: 35px;*/
    /*width: 80%*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#contact-hero #info .message form {*/
        /*width: 100%*/
    /*}*/
/*}*/

/*#contact-hero #info .message form input[type="text"], #contact-hero #info .message form input[type="email"] {*/
    /*width: 70%*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#contact-hero #info .message form input[type="text"], #contact-hero #info .message form input[type="email"] {*/
        /*width: 100%*/
    /*}*/
/*}*/

/*#contact-hero #info .message form label {*/
    /*color: #555;*/
    /*font-weight: 500;*/
    /*margin-bottom: 7px*/
/*}*/

/*#contact-hero #info .message form .button {*/
    /*margin-top: 20px*/
/*}*/

/*#contact-hero #info .message form label.error {*/
    /*position: relative !important;*/
    /*display: inline-block !important;*/
    /*margin-top: -2px !important;*/
    /*margin-bottom: -8px !important;*/
    /*color: #fff !important;*/
    /*font-weight: normal !important;*/
    /*font-size: 15px !important;*/
    /*padding: 5px 7px !important;*/
    /*background: #FF5A5F !important;*/
    /*border-radius: 4px !important*/
/*}*/

/*#contact-hero #info .message form label.error.valid {*/
    /*display: none !important*/
/*}*/

/*#contact-hero #info .message form label.error:after {*/
    /*bottom: 100%;*/
    /*border: solid transparent;*/
    /*content: " ";*/
    /*height: 0;*/
    /*width: 0;*/
    /*position: absolute;*/
    /*pointer-events: none;*/
    /*border-bottom-color: #FF5A5F;*/
    /*border-width: 5px;*/
    /*left: 30px;*/
    /*margin-left: -5px*/
/*}*/

/*@media (max-width: 991px) {*/
    /*.contact-address {*/
        /*margin-top: 50px*/
    /*}*/
/*}*/

/*.contact-address .address {*/
    /*margin-bottom: 30px*/
/*}*/

/*.contact-address h3 {*/
    /*font-family: Myriad Pro, Lato, Helvetica Neue, Arial;*/
    /*color: #252525;*/
    /*font-size: 18px;*/
    /*font-weight: 500*/
/*}*/

/*.contact-address p {*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*color: #777*/
/*}*/

/*.contact-address .online-support {*/
    /*background: #f8fdfe;*/
    /*border: 1px solid #bee1f3;*/
    /*margin-top: 40px;*/
    /*border-radius: 6px;*/
    /*padding: 20px 22px 18px 22px;*/
    /*width: 70%*/
/*}*/

/*.contact-address .online-support strong {*/
    /*font-weight: 500;*/
    /*color: #333;*/
    /*font-size: 15px*/
/*}*/

/*.contact-address .online-support p {*/
    /*color: #FF5A5F;*/
    /*margin-top: 14px;*/
    /*line-height: 18px*/
/*}*/

/*.contact-address .social {*/
    /*margin-top: 25px;*/
    /*margin-left: -8px*/
/*}*/

/*.contact-address .social a {*/
    /*border: 0px;*/
    /*-webkit-transition: all 0.2s linear;*/
    /*-moz-transition: all 0.2s linear;*/
    /*-ms-transition: all 0.2s linear;*/
    /*-o-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear*/
/*}*/

/*.contact-address .social a.tw {*/
    /*position: relative;*/
    /*top: 2px*/
/*}*/

/*.contact-address .social a:hover {*/
    /*opacity: 0.8;*/
    /*filter: alpha(opacity=80)*/
/*}*/

/*#not-found-alt {*/
    /*overflow: hidden*/
/*}*/

/*#not-found-alt .info {*/
    /*text-align: center;*/
    /*margin-top: 30px;*/
    /*position: absolute;*/
    /*width: 100%*/
/*}*/

/*#not-found-alt .info h1 {*/
    /*color: #fff;*/
    /*font-size: 11em;*/
    /*margin-bottom: 20px;*/
    /*font-weight: 200;*/
    /*letter-spacing: -3px;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)*/
/*}*/

/*#not-found-alt .info p {*/
    /*font-size: 28px;*/
    /*font-weight: 200;*/
    /*color: #FF5A5F;*/
    /*margin-bottom: 0*/
/*}*/

/*#not-found-alt .info .go-back {*/
    /*font-size: 17px;*/
    /*text-shadow: none;*/
    /*letter-spacing: 0px;*/
    /*font-weight: 200;*/
    /*color: #506379;*/
    /*z-index: 999;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 25px 0;*/
    /*max-width: 400px;*/
    /*margin: auto;*/
    /*margin-top: -15px*/
/*}*/

/*#not-found-alt .info .go-back a {*/
    /*color: #FF5A5F;*/
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);*/
    /*font-size: 18px*/
/*}*/

/*#not-found-alt canvas {*/
    /*background: linear-gradient(#b3d4e6 0%, #eef4f6 75%);*/
    /*display: block*/
/*}*/

/*#not-found-alt #container {*/
    /*height: 100%;*/
    /*left: 0;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%*/
/*}*/

/*.menu-active {*/
    /*width: 50%;*/
    /*height: 1px;*/
    /*background: white;*/
    /*margin: 0 auto;*/
    /*margin-top: -10px*/
/*}*/

/*@-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 transparent;*/
    /*-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*/
/*}*/

/*#brief-intro {*/
    /*margin-top: -60px;*/
    /*padding: 52px 0;*/
    /*background: #f0f2f4*/
/*}*/

/*#brief-intro h1 {*/
    /*width: 100%;*/
    /*font-size: 58px;*/
    /*line-height: 4pc;*/
    /*font-weight: 900*/
/*}*/

/*#brief-intro p {*/
    /*font-size: 16px;*/
    /*margin-bottom: 20px;*/
    /*color: #555;*/
    /*-webkit-font-smoothing: antialiased*/
/*}*/

/*.emoticons-row {*/
    /*margin-top: 10px;*/
    /*width: 50%;*/
    /*margin: 0 auto*/
/*}*/

/*@media (max-width: 600px) {*/
    /*.emoticons-row {*/
        /*margin-top: 10px;*/
        /*width: 100%*/
    /*}*/
/*}*/

/*.footer-logo {*/
    /*width: 120px;*/
    /*margin: 0 0 15px 29px*/
/*}*/

/*.footer-signup {*/
    /*text-align: left*/
/*}*/

/*.newsletter .fa-facebook {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: white;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #FF5A5F*/
/*}*/

/*.newsletter .fa-facebook:hover {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #FF5A5F;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.newsletter .fa-twitter {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: white;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #FF5A5F*/
/*}*/

/*.newsletter .fa-twitter:hover {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #FF5A5F;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.newsletter .fa-google-plus {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: white;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #d62221*/
/*}*/

/*.newsletter .fa-google-plus:hover {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #d62221;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.newsletter .fa-linkedin {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: white;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #FF5A5F*/
/*}*/

/*.newsletter .fa-linkedin:hover {*/
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #FF5A5F;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.social-contact .fa-facebook {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #f2f2f2;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #FF5A5F*/
/*}*/

/*.social-contact .fa-facebook:hover {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #FF5A5F;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.social-contact .fa-twitter {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #f2f2f2;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #FF5A5F*/
/*}*/

/*.social-contact .fa-twitter:hover {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #FF5A5F;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.social-contact .fa-google-plus {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #f2f2f2;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #d62221*/
/*}*/

/*.social-contact .fa-google-plus:hover {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #d62221;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*.social-contact .fa-linkedin {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #f2f2f2;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: #FF5A5F*/
/*}*/

/*.social-contact .fa-linkedin:hover {*/
    /*margin: 0 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*cursor: pointer;*/
    /*background: #FF5A5F;*/
    /*-webkit-transition: background ease 0.50s;*/
    /*-moz-transition: background ease 0.50s;*/
    /*-o-transition: background ease 0.50s;*/
    /*-ms-transition: background ease 0.50s;*/
    /*transition: background ease 0.50s;*/
    /*line-height: 30px;*/
    /*color: white*/
/*}*/

/*blockquote {*/
    /*display: block;*/
    /*background: #fff;*/
    /*padding: 15px 20px 15px 45px;*/
    /*margin: 0 0 20px;*/
    /*position: relative;*/
    /*font-family: Georgia, serif;*/
    /*font-size: 16px;*/
    /*line-height: 1.2;*/
    /*color: #666;*/
    /*text-align: justify;*/
    /*border-left: 0px solid #c76c0c*/
/*}*/

/*.unslider nav.unslider-nav {*/
    /*padding: 6px 0*/
/*}*/

/*.mixpanel-badge {*/
    /*text-align: left*/
/*}*/

/*.mixpanel-badge a {*/
    /*top: 0 !important;*/
    /*left: 15px !important*/
/*}*/

/*.free-tier {*/
    /*font-size: 20px;*/
    /*color: #FF5A5F;*/
    /*margin-top: 16px;*/
    /*text-align: center*/
/*}*/

/*.pricing-overlay-modal {*/
    /*display: none;*/
    /*position: fixed;*/
    /*z-index: 9999;*/
    /*background-color: rgba(0, 0, 0, 0.6);*/
    /*width: 100%;*/
    /*height: 100%*/
/*}*/

/*.pricing-overlay-container {*/
    /*background-color: #fff;*/
    /*margin-top: 15%;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #E2E2E2;*/
    /*width: 42%;*/
    /*padding: 56px;*/
    /*position: relative*/
/*}*/

/*.pricing-overlay-modal h2 {*/
    /*text-align: center;*/
    /*padding-bottom: 16px;*/
    /*margin: 0*/
/*}*/

/*.pricing-overlay-close {*/
    /*position: absolute;*/
    /*top: -16px;*/
    /*right: -16px;*/
    /*padding: 3px;*/
    /*border: 3px solid #212121;*/
    /*border-radius: 50%;*/
    /*background-color: rgba(255, 255, 255, 0.95);*/
    /*height: 34px;*/
    /*width: 34px*/
/*}*/

/*.pricing-overlay-close button {*/
    /*outline: 0;*/
    /*border: none;*/
    /*background-color: #212121;*/
    /*color: #fff;*/
    /*border-radius: 50%*/
/*}*/

/*#global-footer .newsletter .signup form {*/
    /*margin-bottom: 0*/
/*}*/

/*.mixpanel-badge {*/
    /*text-align: left;*/
    /*position: absolute;*/
    /*right: -8px;*/
    /*bottom: 10%*/
/*}*/

/*.mixpanel-badge a img {*/
    /*width: 60%*/
/*}*/


/*@media (min-width: 1024px) and (max-width: 1366px) {*/
    /*.pricing-overlay-container {*/
        /*width: 52%;*/
        /*margin-top: 16%*/
    /*}*/
/*}*/

/*@media (min-width: 900px) and (max-width: 1024px) {*/

    /*.pricing-overlay-container {*/
        /*width: 69%;*/
        /*margin-top: 22%*/
    /*}*/
/*}*/

/*@media (min-width: 768px) and (max-width: 990px) {*/
    /*.mixpanel-badge {*/
        /*display: none*/
    /*}*/

    /*.pricing-overlay-container {*/
        /*width: 77%;*/
        /*margin-top: 27%*/
    /*}*/
/*}*/

/*@media (max-width: 768px) {*/
    /*.mixpanel-badge {*/
        /*text-align: left;*/
        /*position: absolute;*/
        /*display: block;*/
        /*right: 0;*/
        /*bottom: 11%*/
    /*}*/

    /*.pricing-overlay-container {*/
        /*width: 95%;*/
        /*margin-top: 37%*/
    /*}*/
/*}*/

/*@media (min-width: 600px) and (max-width: 900px) {*/
/*}*/

/*@media (min-width: 320px) and (max-width: 600px) {*/
/*}*/

/*@media (max-width: 468px) {*/
    /*.mixpanel-badge {*/
        /*display: none*/
    /*}*/
/*}*/

/*@media (max-width: 320px) {*/
/*}*/



/*.infox{*/
    /*width: 30%;*/
/*}*/

/*.imagex{*/
    /*width: 70%;*/
/*}*/


/*.customize-canvas{*/
    /*margin-top:20px;*/
/*}*/

/*.bouncing-arrow {*/
    /*position: absolute;*/
    /*margin: auto;*/
    /*top: 0; */
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*font-size: 40px;*/
    /*line-height: 40px;*/
    /*-webkit-animation: bounce 2s infinite ease-in-out;*/
/*}*/
/*@-webkit-keyframes bounce {*/
    /*0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }*/
    /*40%  { -webkit-transform: translateY(-20px); }*/
    /*80% { -webkit-transform: translateY(-10px); }*/
/*}*/

.full-width{
    width:100%;
}

.example-container{
    width: 1045px;
}

.examples-heading {
    margin-top: 45px;
}

.examples-subheading{
    color: #3d464d;
    font-weight: 300;
    font-size: 25px;
    line-height: 50px;
    margin-top: 16px;
    padding-bottom: 20px;
}

#example-link{
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
}

#example-link:hover{
    font-weight: 400;
}


/* Hide video play button */
*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

.heading{
    color: #3d464d;
    font-weight: 300;
    font-size: 45px;
    line-height: 40px;
    margin-top: 16px;
}

.sub-heading{
    font-size: 20px;
    margin-bottom: 25px;
}

.stats{
    background-color: #fafafa;
    text-align: left;
    color: #323232;
    padding: 5px;
    /*border-top: 2px solid #eeeeee;*/
    /*border-bottom: 2px solid #eeeeee;*/
}

.stats-data{
    font-weight: 400;
    font-size: 35px;
    color: #A3AAB0;
    text-align: center;
    margin-bottom: 0px;
}

.stats-p{
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    color: #bcc5cd;
}

.bg-header{
    overflow: hidden;
    background-position: center top, center top;
    background-repeat: repeat-x, no-repeat;
    background-image: url('../img/bg_rects.svg'), radial-gradient(circle at 100% 0, #4fcead 0, #3f51b5 100%);
}


.inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-heading {
    color: #4A4A4A;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    margin-top: 16px;
    letter-spacing: normal;
}

@media (max-width: 991px) {
    .new-heading{
        text-align: center;
    }
}


.new-subhead{
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    /*color:#fff;*/
    /*opacity: 0.65;*/
    /*color: #4A4A4A;*/
    /*opacity: 0.65;*/
    color: #7E8890;
    /*color: #7E8F9F;*/
    font-weight: 200;
}

@media (max-width: 991px) {
    .new-subhead{
        text-align: center;
    }
}

.nav-header-title {
    color: #ffffff!important;
    font-size: 15px!important;
    font-weight:400!important;
}

.nav-white-color .nav-header-title{
    color: #000000!important;
}

@media (max-width: 991px) {
    .nav-header-title {
        color: #4a4a4a !important;
        font-size: 15px !important;
    }
}

.main-page-subheading{
    font-size : 24px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 991px) {
    .main-page-subheading{
        font-size: 18px;
    }
}
.navbar .navbar-collapse.in, .navbar .navbar-collapse.collapsing, .navbar-default .navbar-collapse.in, .navbar-default .navbar-collapse.collapsing {
    background: #ffffff;
}

/*.navbar ul.nav a, .navbar-default ul.nav a {*/
    /*color: white;*/
    /*font-weight: normal;*/
    /*padding: 0px;*/
    /*margin: 0px;*/
    /*line-height: 80px;*/
    /*margin-left: 50px;*/
    /*cursor: pointer;*/
/*}*/

/*.navbar .navbar-collapse.in ul.nav a, .navbar .navbar-collapse.collapsing ul.nav a, .navbar-default .navbar-collapse.in ul.nav a, .navbar-default .navbar-collapse.collapsing ul.nav a {*/
    /*color: #4a4a4a;*/
/*}*/


.nav-white-color {
    background: white;
    color: #4a4a4a;
    font-weight:400;
}

.nav-transparent{
    background: transparent;
}

.logo{
    background-image: url('https://d3nm0oeg13p33h.cloudfront.net/assets/website/logo_white.png');
    height: 32px;
    width: 230px;
    transition: background 0.5s;
    background-size: 230px 32px;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .logo{
        height: 27px;
        width: 178px;
        transition: background 0.5s;
        background-size: 178px 27px;
        background-repeat: no-repeat;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 13px 15px;
        font-size: 18px;
        line-height: 20px;
    }
}

.nav-white-color .logo{
    background-image: url('https://d3nm0oeg13p33h.cloudfront.net/assets/website/logo_black.png');
}

.read-more-title{
    color:#ff5a5f;
}

.feature-main-heading{
    font-size: 40px;
}

@media (max-width: 991px) {
    .feature-main-heading{
        font-size: 27px;
    }
}

.companies{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.companies-img{
    width:700px;
    height:auto;
}

@media (max-width: 991px) {
    .companies-img{
        width:100%;
        /*width:300px;*/
        height:auto;
    }
}



/*-------------------------------------- New UI -------------------------------------- */
.global-container {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

main {
    position: relative;
    overflow: hidden;
    display: block;
    /*height: 100%;*/
}
main header {
    position: relative;
    height:540px;
}

@media (min-width: 880px){
    main header {
        height:760px;
    }
}

.sub-header {
    position: relative;
    height:380px;
}

@media (min-width: 880px){
    .sub-header {
        height:460px;
    }
}

/* stripes */

#stripes {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewY(-12deg);
    transform-origin: 0;
    background: linear-gradient(150deg,#2B0C93 15%,#B14F98 70%,#FFE49A 94%);
}

#stripes, .sub-stripes {
    transform: skewY(-8deg);
}

.sub-stripes {
    background: linear-gradient(150deg,#022075 15%,#2987A5 70%,#DBF6C8 94%)!important;
}

#stripes, #stripes span {
    position: absolute;
}

#stripes span {
    height: 40px;
}
@media (min-width: 670px){
    #stripes span {
        height: 150px;
    }
}

@media (min-width: 880px){
    #stripes span {
        height: 190px;
    }
}



/* child 1 */
#stripes :nth-child(1) {
    width: 50%;
    left: 50%;
    top: 40px;
    background: #4c29ff;
}

@media (min-width: 670px){
    #stripes :nth-child(1) {
        top: 0;
        background: #5B1EED;
    }
}

@media (min-width: 880px) {
    #stripes :nth-child(1) {
        width: 33.33333%;
        left: -16.66666%;
        background: #5B1EED;
    }
}


/* child 2 */
#stripes :nth-child(2) {
    width: 14%;
    right: 0;
    bottom: 40px;
    background: #2be7ff;
}

@media (min-width: 670px){
    #stripes :nth-child(2) {
        width: 16.66667%;
        top: 300px;
        bottom: auto;
        background: #0dcfff;
    }
}

@media (min-width: 880px){
    #stripes :nth-child(2) {
        width: 33.33333%;
        top: 0;
        left: 16.66666%;
        right: auto;
        background: #632CED;
    }
}


/* child 3 */
#stripes :nth-child(3) {
    width: 25%;
    bottom: 0;
    right: 0;
    background: #a1ffc8;
}

@media (min-width: 670px){
    #stripes :nth-child(3) {
        width: 33.33333%;
        right: auto;
        background: #5B1EED;
    }
}

@media (min-width: 880px){
    #stripes :nth-child(3) {
        width: 33.33333%;
        left: 49.99999%;
        bottom: auto;
        background: #632CED;
    }
}


/* child 4 */
@media (min-width: 880px){
    #stripes :nth-child(4) {
        width: 33.33333%;
        top: 380px;
        right: -16.66666%;
        background: #F7B2EE;
    }
}


/* child 5 */
@media (min-width: 880px){
    #stripes :nth-child(5) {
        width: 33.33333%;
        bottom: 0;
        background: #F4A3EA;
    }
}

/* Intro */
#intro {
    height: 760px;
}

@media (min-width: 670px){
    #intro {
        display: -ms-flexbox;
        /*display: flex;*/
        -ms-flex-align: center;
        align-items: center;
        height: 600px;
    }
}

#intro {
    position: relative;
}

@media (min-width: 880px) {
    #intro h1 {
        font-size: 40px;
    }
}

#intro h1 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#intro p {
    max-width: 100%;
    margin-top: 20px;
    font-weight: 200;
    font-size: 20px;
    line-height: 26px;
    color: #d9fcff;
}

@media (min-width: 670px){
    #intro p {
        max-width: 55%;
    }
}

@media (min-width: 880px){
    #intro p {
        max-width: 40%;
    }
}

#intro .container {
    padding-top: 120px;
    padding-bottom: 100px;
}

@media (min-width: 670px){
    #intro .container {
        padding-top: 155px;
    }
}

#intro .container-lg, .container {
    padding-top: 120px;
    padding-bottom: 100px;
}

@media (min-width: 670px){
    #intro .container-lg, .container {
        padding-top: 182px;
    }
}

@media (min-width: 670px){
    #intro ul {
        margin-top: 65px;
    }
}
#intro ul {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}


/* container */
.container, .container-lg {
    max-width: 90%;
}

@media (min-width: 670px){
    .container, .container-lg {
        max-width: 90%;
    }
}

@media (min-width: 880px){
    .container, .container-lg {
        max-width: 1160px;
    }
}

.container, .container-fluid, .container-lg, .container-wide, .container-xl {
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
}


/* intro image */
@media (min-width: 670px){
    #intro-image {
        display: none;
    }
}

#intro-image {
    position: absolute;
    display: block;
    width: 400px;
    top: 190px;
    margin-left: 438px;
    transform: rotate(0deg);
    transform-origin: 100% 0;
}

@media (min-width: 880px){
    #intro-image {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 730px;
        top: 25%;
        left: 15%;
        transform: rotate(0deg);
        transform-origin: 100% 0;
    }
}

@media (min-width: 1824px){
    #intro-image {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 800px;
        top: 25%;
        left: 28%;
        transform: rotate(0deg);
        transform-origin: 100% 0;
    }
}















/* flow */
.flow {
    margin-left: -10px;
    margin-right: -10px;
    background: #605ea1;
    background-image: -webkit-radial-gradient(circle farthest-corner at right bottom,#ac9cd5 0,#8e7ec2 28%,#6561af 57%,#1a2565 100%);
    background-image: radial-gradient(circle farthest-corner at right bottom,#ac9cd5 0,#8e7ec2 28%,#6561af 57%,#1a2565 100%);
}

.flow h1 {
    color:#fff;
}

.flow h2 {
    color:#fff;
    opacity: 0.65;
}


/* feature */
.feature {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
}


@media (min-width: 670px) {
    .content{
        display: flex;
        justify-content: center;
    }
    .info {
        align-self: center;
    }
    .image {
        align-self: center;
    }
}



















/*support*/

#help-area {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 30px;
}


#help-area .fixed-nav {
    width: 225px;
    float: left;
    line-height: 30px;
    font-weight: 600;
}

#help .fixed-nav {
    top: 40px;
}
.fixed {
    position: fixed;
}
.fixed-nav {
    top: 90px;
}
ul {
    /*text-decoration: none;*/

    margin: 0;
    padding: 0;
}
* {
    color: inherit;
    text-decoration: none;
    outline: none;
    background: none;
    border: 0;
    resize: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    list-style: none;
}


#help-area .fixed-nav li a {
    display: block;
    padding: 5px 15px;
    border-radius: 2px;
}
#help-area a.active {
    background: rgba(114,102,186,0.2);
    color: #6052b1;
}

.active {
    background: rgba(114,102,186,0.2);
    color: #6052b1;
}

#help-area .fixed-nav li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .25px;
}

#help-area .support-content {
    margin-left: 245px;
}


#help-area .section {
    text-align: justify;
    padding-bottom: 20px;
    line-height: 26px;
}


#help-area .section h5 {
    /*color: #594ca9;*/
    margin: 20px 0 -8px;
}

@media (max-width: 767px) {
    #help-area .fixed-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    #help-area .support-content {
        margin-left: 0;
    }
}

#help-area .section li, #help-area .section p {
    margin: 10px 0;
}


/*pricing*/
section.pricing {
    /*background: #FCFCFC;*/
    padding-top: 64px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    section.pricing {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

section.pricing .widget-holder {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}

section.pricing .widget-holder .widget:first-child, section.pricing .widget-holder .widget:last-child {
    /*margin-top: 50px;*/
}

.widget-holder .widget {
    width: 100%;
    background: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 2px 2px 4px 0 rgba(126, 143, 159, 0.25);
    border-radius: 5px;
    padding: 38px;
}

section.pricing .widget-holder .widget h1 {
    color: #4A4A4A;
    font-size: 36px;
}

section.pricing .widget-holder .widget .price {
    color: #5C5C5C;
    font-size: 22px;
}

section.pricing .widget-holder .widget .price span {
    font-size: 32px;
}

section.pricing .widget-holder .widget .empty-button {
    height: 60px;
}

section.pricing .widget-holder .widget .feature-name {
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
}

section.pricing .widget-holder .widget i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(../img/pricing/free-feature-icon@3x.png) no-repeat center;
    background-size: 18px 18px;
}

section.pricing .widget-holder .widget {
    width: 100%;
    background: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 2px 2px 4px 0 rgba(126, 143, 159, 0.25);
    border-radius: 5px;
    padding: 25px;
}

section.pricing .widget-holder .widget .price-subtitle {
    font-size: 16px;
    color: #7D8FA0;
}

section.pricing .widget-holder .widget .buttons {
    display: flex;
    align-items: top;
    margin-bottom: 39px;
    margin-top: 27px;
}

section.pricing .widget-holder .widget button.start-free-trial {
    background: #47E4C2;
    margin-right: 7px;
    height: auto;
}

section.pricing .widget-holder .widget button {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #FAFAFA;
    cursor: pointer;
    height: 45px;
}

section.pricing .widget-holder .widget button.buy-now {
    color: #47E4C2;
    background: white;
    outline: 0;
    border: 3px solid #47E4C2;
}

section.pricing .widget-holder .paid i {
    background-image: url(../img/pricing/paid-feature-icon@3x.png);
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

section.pricing .widget-holder .widget:last-child {
    /*margin-top: 50px;*/
}

section.pricing .widget-holder .widget .price {
    color: #5C5C5C;
    font-size: 22px;
}

 section.pricing .info {
    margin-top: 40px;
    color: #4A4A4A;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 991px) {
    .widget-holder-parent-container {
        padding: 0px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .widget-holder-parent-row {
        margin: 0px;
    }
}

@media (max-width: 991px){
    .widget-holder-parent {
        padding: 0px;
    }
}

@media (max-width: 767px){
    section.pricing .widget-holder {
        display: block;
        padding: 10px;
    }
}

@media (max-width: 767px){
    section.pricing .widget-holder .widget {
        margin: 0px;
        padding: 1em;
        margin-bottom: 20px;
    }
}


/* testimonial*/
section.testimonials {
    /*border-top: 2px solid #EEEEEE;*/
    /*border-bottom: 2px solid #EEEEEE;*/
    padding-top: 88px;
    padding-bottom: 58px;
    font-size: 20px;
    line-height: 1.2;
    color: #4A4A4A;
}

section.testimonials h1 {
    /*color: #00ACFF;*/
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

section.testimonials .testimonial {
    margin-top: 60px;
}

section.testimonials .avatar {
    width: 80px;
    height: 80px;
}

section.testimonials p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.5 !important;
    color: #4A4A4A;
}

section.testimonials p span.name {
    color: #7E8F9F;
}

section.testimonials p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.5 !important;
    color: #4A4A4A;
}

section.testimonials .testimonial .col-sm-2 {
    text-align: center;
}


/* move navbar in support page*/
.nav-move{
    position: absolute;
}


/* Examples page */
.img-size{
    width:220px;
    height: auto;
    padding-left:10px;
}

/* //Examples page */


/* Press page */
.press a{
    color: #ff5a5f
}

/* //Press page */

.faq-subhead{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #555555;
}

.faq-subhead-color{
    color: #3E9CEC;
}

.divider{
    height: 1px;
    margin: 9px 60px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.hide-div{
    display:none;
}

/*nanobar*/
#my-id .bar{ height: 3px; background-color: #02b875; }