html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    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-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !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;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #333;
    font-family: Cabin,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #2a6496;
    }

    a:focus {
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #111;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    font-family: Cabin,Helvetica,Arial,sans-serif;
    font-weight: 600;
    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: #999;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 41px;
}

.h2, h2 {
    font-size: 34px;
}

.h3, h3 {
    font-size: 28px;
}

.h4, h4 {
    font-size: 20px;
}

.h5, h5 {
    font-size: 16px;
}

.h6, h6 {
    font-size: 14px;
}

p {
    margin: 0 0 30px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 24px;
    }
}

.small, small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

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: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.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: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 11px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

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;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    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: #999;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .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';
        }

    blockquote:after, blockquote:before {
        content: "";
    }

address {
    margin-bottom: 30px;
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #111;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #111;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    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, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1400px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -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-left: 15px;
    padding-right: 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: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-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: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-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: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1400px) {
    .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: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 22px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.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: #111;
    }

.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, .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-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > 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 > 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 > 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 > 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 > 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 > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > 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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #111;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    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;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 9px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-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: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        font-weight: 300;
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        font-weight: 300;
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        font-weight: 300;
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date] {
    line-height: 40px;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    display: block;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .checkbox label, .radio label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        float: left;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
        cursor: not-allowed;
    }

.input-sm {
    height: 33px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 33px;
    line-height: 33px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 49px;
    padding: 10px 35px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0;
}

select.input-lg {
    height: 49px;
    line-height: 49px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 50px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 27px;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
}

    .has-success .form-control:focus {
        border-color: #2b542c;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.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 {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
}

    .has-warning .form-control:focus {
        border-color: #66512c;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.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 {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
}

    .has-error .form-control:focus {
        border-color: #843534;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 9px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    -webkit-transition: color .3s,background-color .3s,border-color .3s;
    -moz-transition: color .3s,background-color .3s,border-color .3s;
    -o-transition: color .3s,background-color .3s,border-color .3s;
    transition: color .3s,background-color .3s,border-color .3s;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #B6DFF5;
        text-decoration: none;
        border: 1px solid #B6DFF5;
        background-color: transparent;
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #111;
    background-color: transparent;
    border-color: #111;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        color: #B6DFF5;
        background-color: transparent;
        border-color: #B6DFF5;
    }

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .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:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: transparent;
        border-color: #111;
    }

    .btn-default .badge {
        color: transparent;
        background-color: #111;
    }

.btn-dark {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

    .btn-dark.active, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open .dropdown-toggle.btn-dark {
        color: #B6DFF5;
        background-color: transparent;
        border-color: #B6DFF5;
    }

    .btn-dark.active, .btn-dark:active, .open .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark[disabled].active, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
        background-color: #111;
        border-color: #111;
    }

    .btn-dark .badge {
        color: #111;
        background-color: #fff;
    }

.btn-color {
    color: #fff;
    background-color: #B6DFF5;
    border-color: #B6DFF5;
}

    .btn-color.active, .btn-color:active, .btn-color:focus, .btn-color:hover, .open .dropdown-toggle.btn-color {
        color: #B6DFF5;
        background-color: transparent;
        border-color: #B6DFF5;
    }

    .btn-color.active, .btn-color:active, .open .dropdown-toggle.btn-color {
        background-image: none;
    }

    .btn-color.disabled, .btn-color.disabled.active, .btn-color.disabled:active, .btn-color.disabled:focus, .btn-color.disabled:hover, .btn-color[disabled], .btn-color[disabled].active, .btn-color[disabled]:active, .btn-color[disabled]:focus, .btn-color[disabled]:hover, fieldset[disabled] .btn-color, fieldset[disabled] .btn-color.active, fieldset[disabled] .btn-color:active, fieldset[disabled] .btn-color:focus, fieldset[disabled] .btn-color:hover {
        background-color: #B6DFF5;
        border-color: #B6DFF5;
    }

    .btn-color .badge {
        color: #B6DFF5;
        background-color: #fff;
    }

.btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
        color: #B6DFF5;
        background-color: transparent;
        border-color: #B6DFF5;
    }

    .btn-white.active, .btn-white:active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled, .btn-white.disabled.active, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled], .btn-white[disabled].active, .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
        background-color: transparent;
        border-color: #fff;
    }

    .btn-white .badge {
        color: transparent;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .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: #B6DFF5;
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                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: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 35px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .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;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-md, .visible-print, .visible-sm, .visible-xs {
    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 (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:992px) and (max-width:1399px) {
    .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:1400px) {
    .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 (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:1399px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1400px) {
    .hidden-lg {
        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;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome-4.1.0/fontawesome-webfont862f862f862f.eot?v=4.1.0);
    src: url(../fonts/font-awesome-4.1.0/fontawesome-webfontd41dd41dd41d.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../fonts/font-awesome-4.1.0/fontawesome-webfont862f862f862f.woff?v=4.1.0) format('woff'),url(../fonts/font-awesome-4.1.0/fontawesome-webfont862f862f862f.html?v=4.1.0) format('truetype'),url(../fonts/font-awesome-4.1.0/fontawesome-webfont862f862f862f.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

@font-face {
    font-family: Simple-Line-Icons;
    src: url(../fonts/simple-line-icons/fonts/Simple-Line-Icons.eot);
    src: url(../fonts/simple-line-icons/fonts/Simple-Line-Iconsd41dd41dd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/simple-line-icons/fonts/Simple-Line-Icons.woff) format('woff'),url(../fonts/simple-line-icons/fonts/Simple-Line-Icons.html) format('truetype'),url(../fonts/simple-line-icons/fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');
    font-weight: 400;
    font-style: normal;
}

[data-icon]:before {
    font-family: Simple-Line-Icons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-badge, .icon-bag, .icon-ban, .icon-bar-chart, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calendar, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camcorder, .icon-camera, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawer, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emoticon-smile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglasses, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-microphone, .icon-mouse, .icon-moustache, .icon-music-tone, .icon-music-tone-alt, .icon-note, .icon-notebook, .icon-paper-clip, .icon-paper-plane, .icon-pencil, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-pointer, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symbol-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-users, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
    font-family: Simple-Line-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .icon-user-female:before {
        content: "\e000";
    }

    .icon-user-follow:before {
        content: "\e002";
    }

    .icon-user-following:before {
        content: "\e003";
    }

    .icon-user-unfollow:before {
        content: "\e004";
    }

    .icon-trophy:before {
        content: "\e006";
    }

    .icon-screen-smartphone:before {
        content: "\e010";
    }

    .icon-screen-desktop:before {
        content: "\e011";
    }

    .icon-plane:before {
        content: "\e012";
    }

    .icon-notebook:before {
        content: "\e013";
    }

    .icon-moustache:before {
        content: "\e014";
    }

    .icon-mouse:before {
        content: "\e015";
    }

    .icon-magnet:before {
        content: "\e016";
    }

    .icon-energy:before {
        content: "\e020";
    }

    .icon-emoticon-smile:before {
        content: "\e021";
    }

    .icon-disc:before {
        content: "\e022";
    }

    .icon-cursor-move:before {
        content: "\e023";
    }

    .icon-crop:before {
        content: "\e024";
    }

    .icon-credit-card:before {
        content: "\e025";
    }

    .icon-chemistry:before {
        content: "\e026";
    }

    .icon-user:before {
        content: "\e005";
    }

    .icon-speedometer:before {
        content: "\e007";
    }

    .icon-social-youtube:before {
        content: "\e008";
    }

    .icon-social-twitter:before {
        content: "\e009";
    }

    .icon-social-tumblr:before {
        content: "\e00a";
    }

    .icon-social-facebook:before {
        content: "\e00b";
    }

    .icon-social-dropbox:before {
        content: "\e00c";
    }

    .icon-social-dribbble:before {
        content: "\e00d";
    }

    .icon-shield:before {
        content: "\e00e";
    }

    .icon-screen-tablet:before {
        content: "\e00f";
    }

    .icon-magic-wand:before {
        content: "\e017";
    }

    .icon-hourglass:before {
        content: "\e018";
    }

    .icon-graduation:before {
        content: "\e019";
    }

    .icon-ghost:before {
        content: "\e01a";
    }

    .icon-game-controller:before {
        content: "\e01b";
    }

    .icon-fire:before {
        content: "\e01c";
    }

    .icon-eyeglasses:before {
        content: "\e01d";
    }

    .icon-envelope-open:before {
        content: "\e01e";
    }

    .icon-envelope-letter:before {
        content: "\e01f";
    }

    .icon-bell:before {
        content: "\e027";
    }

    .icon-badge:before {
        content: "\e028";
    }

    .icon-anchor:before {
        content: "\e029";
    }

    .icon-wallet:before {
        content: "\e02a";
    }

    .icon-vector:before {
        content: "\e02b";
    }

    .icon-speech:before {
        content: "\e02c";
    }

    .icon-puzzle:before {
        content: "\e02d";
    }

    .icon-printer:before {
        content: "\e02e";
    }

    .icon-present:before {
        content: "\e02f";
    }

    .icon-playlist:before {
        content: "\e030";
    }

    .icon-pin:before {
        content: "\e031";
    }

    .icon-picture:before {
        content: "\e032";
    }

    .icon-map:before {
        content: "\e033";
    }

    .icon-layers:before {
        content: "\e034";
    }

    .icon-handbag:before {
        content: "\e035";
    }

    .icon-globe-alt:before {
        content: "\e036";
    }

    .icon-globe:before {
        content: "\e037";
    }

    .icon-frame:before {
        content: "\e038";
    }

    .icon-folder-alt:before {
        content: "\e039";
    }

    .icon-film:before {
        content: "\e03a";
    }

    .icon-feed:before {
        content: "\e03b";
    }

    .icon-earphones-alt:before {
        content: "\e03c";
    }

    .icon-earphones:before {
        content: "\e03d";
    }

    .icon-drop:before {
        content: "\e03e";
    }

    .icon-drawer:before {
        content: "\e03f";
    }

    .icon-docs:before {
        content: "\e040";
    }

    .icon-directions:before {
        content: "\e041";
    }

    .icon-direction:before {
        content: "\e042";
    }

    .icon-diamond:before {
        content: "\e043";
    }

    .icon-cup:before {
        content: "\e044";
    }

    .icon-compass:before {
        content: "\e045";
    }

    .icon-call-out:before {
        content: "\e046";
    }

    .icon-call-in:before {
        content: "\e047";
    }

    .icon-call-end:before {
        content: "\e048";
    }

    .icon-calculator:before {
        content: "\e049";
    }

    .icon-bubbles:before {
        content: "\e04a";
    }

    .icon-briefcase:before {
        content: "\e04b";
    }

    .icon-book-open:before {
        content: "\e04c";
    }

    .icon-basket-loaded:before {
        content: "\e04d";
    }

    .icon-basket:before {
        content: "\e04e";
    }

    .icon-bag:before {
        content: "\e04f";
    }

    .icon-action-undo:before {
        content: "\e050";
    }

    .icon-action-redo:before {
        content: "\e051";
    }

    .icon-wrench:before {
        content: "\e052";
    }

    .icon-umbrella:before {
        content: "\e053";
    }

    .icon-trash:before {
        content: "\e054";
    }

    .icon-tag:before {
        content: "\e055";
    }

    .icon-support:before {
        content: "\e056";
    }

    .icon-size-fullscreen:before {
        content: "\e057";
    }

    .icon-size-actual:before {
        content: "\e058";
    }

    .icon-shuffle:before {
        content: "\e059";
    }

    .icon-share-alt:before {
        content: "\e05a";
    }

    .icon-share:before {
        content: "\e05b";
    }

    .icon-rocket:before {
        content: "\e05c";
    }

    .icon-question:before {
        content: "\e05d";
    }

    .icon-pie-chart:before {
        content: "\e05e";
    }

    .icon-pencil:before {
        content: "\e05f";
    }

    .icon-note:before {
        content: "\e060";
    }

    .icon-music-tone-alt:before {
        content: "\e061";
    }

    .icon-music-tone:before {
        content: "\e062";
    }

    .icon-microphone:before {
        content: "\e063";
    }

    .icon-loop:before {
        content: "\e064";
    }

    .icon-logout:before {
        content: "\e065";
    }

    .icon-login:before {
        content: "\e066";
    }

    .icon-list:before {
        content: "\e067";
    }

    .icon-like:before {
        content: "\e068";
    }

    .icon-home:before {
        content: "\e069";
    }

    .icon-grid:before {
        content: "\e06a";
    }

    .icon-graph:before {
        content: "\e06b";
    }

    .icon-equalizer:before {
        content: "\e06c";
    }

    .icon-dislike:before {
        content: "\e06d";
    }

    .icon-cursor:before {
        content: "\e06e";
    }

    .icon-control-start:before {
        content: "\e06f";
    }

    .icon-control-rewind:before {
        content: "\e070";
    }

    .icon-control-play:before {
        content: "\e071";
    }

    .icon-control-pause:before {
        content: "\e072";
    }

    .icon-control-forward:before {
        content: "\e073";
    }

    .icon-control-end:before {
        content: "\e074";
    }

    .icon-calendar:before {
        content: "\e075";
    }

    .icon-bulb:before {
        content: "\e076";
    }

    .icon-bar-chart:before {
        content: "\e077";
    }

    .icon-arrow-up:before {
        content: "\e078";
    }

    .icon-arrow-right:before {
        content: "\e079";
    }

    .icon-arrow-left:before {
        content: "\e07a";
    }

    .icon-arrow-down:before {
        content: "\e07b";
    }

    .icon-ban:before {
        content: "\e07c";
    }

    .icon-bubble:before {
        content: "\e07d";
    }

    .icon-camcorder:before {
        content: "\e07e";
    }

    .icon-camera:before {
        content: "\e07f";
    }

    .icon-check:before {
        content: "\e080";
    }

    .icon-clock:before {
        content: "\e081";
    }

    .icon-close:before {
        content: "\e082";
    }

    .icon-cloud-download:before {
        content: "\e083";
    }

    .icon-cloud-upload:before {
        content: "\e084";
    }

    .icon-doc:before {
        content: "\e085";
    }

    .icon-envelope:before {
        content: "\e086";
    }

    .icon-eye:before {
        content: "\e087";
    }

    .icon-flag:before {
        content: "\e088";
    }

    .icon-folder:before {
        content: "\e089";
    }

    .icon-heart:before {
        content: "\e08a";
    }

    .icon-info:before {
        content: "\e08b";
    }

    .icon-key:before {
        content: "\e08c";
    }

    .icon-link:before {
        content: "\e08d";
    }

    .icon-lock:before {
        content: "\e08e";
    }

    .icon-lock-open:before {
        content: "\e08f";
    }

    .icon-magnifier:before {
        content: "\e090";
    }

    .icon-magnifier-add:before {
        content: "\e091";
    }

    .icon-magnifier-remove:before {
        content: "\e092";
    }

    .icon-paper-clip:before {
        content: "\e093";
    }

    .icon-paper-plane:before {
        content: "\e094";
    }

    .icon-plus:before {
        content: "\e095";
    }

    .icon-pointer:before {
        content: "\e096";
    }

    .icon-power:before {
        content: "\e097";
    }

    .icon-refresh:before {
        content: "\e098";
    }

    .icon-reload:before {
        content: "\e099";
    }

    .icon-settings:before {
        content: "\e09a";
    }

    .icon-star:before {
        content: "\e09b";
    }

    .icon-symbol-female:before {
        content: "\e09c";
    }

    .icon-symbol-male:before {
        content: "\e09d";
    }

    .icon-target:before {
        content: "\e09e";
    }

    .icon-volume-1:before {
        content: "\e09f";
    }

    .icon-volume-2:before {
        content: "\e0a0";
    }

    .icon-volume-off:before {
        content: "\e0a1";
    }

    .icon-users:before {
        content: "\e001";
    }

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello-arrows/font/fontello222d222d222d.html?78857928);
    src: url(../fonts/fontello-arrows/font/fontello222d222d222d.html?78857928#iefix) format('embedded-opentype'),url(../fonts/fontello-arrows/font/fontello222d222d222d-2.html?78857928) format('woff'),url(../fonts/fontello-arrows/font/fontello222d222d222d-3.html?78857928) format('truetype'),url(../fonts/fontello-arrows/font/fontello222d222d222d-4.html?78857928#fontello) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" arrow-"]:before, [class^=arrow-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.arrow-down-open:before {
    content: '\e800';
}

.arrow-left-open:before {
    content: '\e801';
}

.arrow-right-open:before {
    content: '\e802';
}

.arrow-up-open:before {
    content: '\e803';
}

.arrow-down:before {
    content: '\e804';
}

.arrow-left:before {
    content: '\e805';
}

.arrow-right:before {
    content: '\e806';
}

.arrow-up:before {
    content: '\e807';
}

@-ms-viewport {
    width: auto !important;
}

a, a:active, a:focus, article, div, input:active, input:focus, li, section, span, textarea:active, textarea:focus {
    outline: transparent !important;
}

html {
    width: 100%;
    font-size: 16px;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 100%;
    line-height: 1.625;
    height: 100%;
}

.content-wrapper {
    height: auto;
    min-height: 100%;
    position: relative;
}

a:focus, a:hover {
    text-decoration: none;
    outline: transparent !important;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

h6 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2em;
}

.intro-end .close-on-click {
    cursor: pointer;
}

.backstretch img {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}

.section-scroll {
    position: relative;
    background: #fff;
    z-index: 3;
}

.section-space {
    display: none;
}

blockquote {
    font-size: 16px;
    font-style: italic;
}

    blockquote i {
        color: #eee;
        font-size: 40px;
        position: absolute;
        z-index: -1;
        left: 30px;
    }

button, input, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    button:focus, input:focus, textarea:focus {
        border-color: inherit !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

.btn-default {
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    -moz-transition: background-color .3s,border-color .3s,color .3s;
    -o-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s;
    -webkit-backface-visibility: hidden;
}

.button-transparent {
    zoom: 1 !important;
    filter: alpha(opacity=0) !important;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0 !important;
}

.button-submit {
    position: relative;
    display: inline-block;
    width: auto !important;
    float: right;
}

    .button-submit .button-send {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

.arrow-section i {
    color: #fff;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

    .arrow-section i:hover {
        color: #B6DFF5;
    }

.arrow-section {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    display: block;
    color: #fff;
    bottom: 20px;
    text-align: center;
    line-height: 50px;
}

    .arrow-section i {
        line-height: 50px;
        font-size: 70px;
    }

    .arrow-section.arrow1 {
        bottom: 20px;
        display: none;
    }

    .arrow-section.arrow2 {
        display: none;
        top: 45%;
        margin-top: 80px;
    }

.dropcap {
    color: #fff;
    background: #111;
    text-align: center;
    font-size: 2em;
    float: left;
    padding: 0 10px;
    line-height: 1.5em;
    margin-right: .3em;
}

.message-success {
    position: absolute;
    top: 0;
    opacity: 0;
    text-align: center;
    right: 0;
    width: 100%;
    background: #63C55F;
}

    .message-success i {
        color: #fff;
        font-size: 30px;
        line-height: 1.5em;
        width: 100%;
        height: 100%;
        display: block;
    }

.message-error {
    border: 1px solid #E43832 !important;
    background: #fff !important;
}

    .message-error::-webkit-input-placeholder {
        color: #e43832 !important;
    }

    .message-error:-moz-placeholder {
        color: #e43832 !important;
    }

    .message-error::-moz-placeholder {
        color: #e43832 !important;
    }

    .message-error:-ms-input-placeholder {
        color: #e43832 !important;
    }

.form-control.input-row-1 {
    height: 2.5em;
}

.form-control.input-row-2 {
    height: 6em;
}

.form-control.input-row-3 {
    height: 9.4em;
}

.form-control.input-row-4 {
    height: 12.8em;
}

.form-control.input-row-5 {
    height: 16.25em;
}

.form-control.input-row-6 {
    height: 19.7em;
}

.highlight-color {
    color: #B6DFF5;
    font-weight: 700;
}

.highlight-txt {
    color: #fff;
    background: #111;
    padding: 0 2px;
}

.highlight-outline {
    color: #B6DFF5;
    border: 1px solid #B6DFF5;
    padding: 0 2px;
}

.section-fullscreen {
    position: relative;
    background: #111;
}

.bg-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center bottom;
}

.reservation-fullscreen {
    background-image: url(../img/demo/wall.html);
}

.menu-fullscreen {
    background-image: url(../img/demo/menu-bg.html);
}

.blog-fullscreen {
    background-image: url(../img/demo/blog-bg.html);
}

.shop-fullscreen {
    background-image: url(../img/demo/shop-bg.html);
}

.section-intro {
    position: relative;
}

.pre-content {
    color: #fff;
    position: relative;
}

    .pre-content h1 {
        margin-bottom: 60px;
        font-size: 32px;
        font-weight: 700;
        position: relative;
        margin-top: 15px;
    }

        .pre-content h1:after {
            position: absolute;
            content: '';
            display: block;
            height: 4px;
            background: #fff;
            width: 60px;
            left: 0;
            bottom: -30px;
        }

    .pre-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

.section-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-header {
    position: relative;
}

    .section-header h2 {
        background: #b8bdbd ;
        margin: 0;
        padding: 25px 15px;
        color: #fff;
        letter-spacing: 5px;
        text-align: center;
    }

.opacity-0 {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.opacity-10 {
    zoom: 1;
    filter: alpha(opacity=10);
    -webkit-opacity: .1;
    -moz-opacity: .1;
    opacity: .1;
}

.opacity-20 {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
}

.opacity-30 {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
}

.opacity-40 {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.opacity-50 {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.opacity-60 {
    zoom: 1;
    filter: alpha(opacity=60);
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.opacity-70 {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.opacity-80 {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.opacity-90 {
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}

.opacity-100 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.icons {
    overflow: hidden;
}

    .icons li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

        .icons li span {
            font-size: 14px;
        }

        .icons li i {
            font-size: 18px;
            margin-right: 10px;
            color: #B6DFF5;
        }

.list {
    margin-left: 20px;
}

    .list > li {
        list-style-type: square;
    }

        .list > li .sublist li {
            list-style-type: circle;
            margin-left: 30px;
        }

#map {
    background-color: #e5e3df;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}

    ::-webkit-scrollbar:hover {
        width: 7px;
    }

::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 0;
}

    ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover {
        background: #bbb;
        cursor: pointer;
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}

#status {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

    #status .loading-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        #status .loading-wrapper img {
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: opacity 1s,-webkit-transform 3s cubic-bezier(0.19,1,.22,1);
            -moz-transition: opacity 1s,-moz-transform 3s cubic-bezier(0.19,1,.22,1);
            -o-transition: opacity 1s,-o-transform 3s cubic-bezier(0.19,1,.22,1);
            transition: opacity 1s,-webkit-transform 3s cubic-bezier(0.19,1,.22,1),-moz-transform 3s cubic-bezier(0.19,1,.22,1),-o-transform 3s cubic-bezier(0.19,1,.22,1),transform 3s cubic-bezier(0.19,1,.22,1);
            -webkit-transform: translate(0,30px);
            -moz-transform: translate(0,30px);
            -o-transform: translate(0,30px);
            -ms-transform: translate(0,30px);
            transform: translate(0,30px);
        }

            #status .loading-wrapper img.ready {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -o-transform: translate(0,0);
                -ms-transform: translate(0,0);
                transform: translate(0,0);
            }

#status-loaded {
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    -o-transition: width .7s;
    transition: width .7s;
    width: 0;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -16px 0 0 -64px;
}

.ui-page-scrolling-section {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ui-page-scrolling-control {
    cursor: pointer;
}

.ui-page-scrolling-main {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1,.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0;
    }
}

.unveil {
    background: #eee;
}

    .unveil figure {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        background: #fff;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        display: block;
        position: relative;
    }

    .unveil.loaded figure {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

img.alignright {
    float: right;
    margin: .3em 0 .3em 1em;
}

img.alignleft {
    float: left;
    margin: .3em 1em .3em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) and (max-width:991px) {
    .pre-content h1 {
        margin-top: 30px;
    }

    .pre-content p {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    .section-intro {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: table;
    }

    .section-space {
        display: block;
    }

    .no-intro {
        padding-top: 80px;
    }

        .no-intro .section-scroll {
            position: relative;
            top: 0;
            z-index: 3;
        }

    .section-scroll {
        background: #fff;
        z-index: 3;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pre-content {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        position: relative;
        -webkit-transition: opacity .4s 1s,visibility .4s .4s;
        -moz-transition: opacity .4s 1s,visibility .4s .4s;
        -o-transition: opacity .4s 1s,visibility .4s .4s;
        transition: opacity .4s 1s,visibility .4s .4s;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

        .pre-content h1 {
            margin-bottom: 60px;
            margin-top: 30px;
            font-size: 64px;
            font-weight: 700;
            position: relative;
        }

            .pre-content h1:after {
                position: absolute;
                content: '';
                display: block;
                height: 4px;
                background: #fff;
                width: 60px;
                left: 0;
                bottom: -30px;
            }

        .pre-content p {
            font-size: 24px;
        }
}

@media (min-width:0) and (max-width:991px) {
    html {
        overflow: auto;
    }

    .section-intro {
        position: relative !important;
    }

        .section-intro .bg-section {
            zoom: 1;
            filter: alpha(opacity=30);
            -webkit-opacity: .3;
            -moz-opacity: .3;
            opacity: .3;
        }

    .mobile-height {
        height: 200px;
    }
}

@media (min-width:992px) {
    .no-intro {
        padding-top: 80px;
    }

    .section-scroll {
        background: #fff;
        z-index: 3;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pre-content {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        position: relative;
    }

        .pre-content h1 {
            margin-bottom: 60px;
            margin-top: 30px;
            font-size: 64px;
            font-weight: 700;
            position: relative;
        }

            .pre-content h1:after {
                position: absolute;
                content: '';
                display: block;
                height: 4px;
                background: #fff;
                width: 60px;
                left: 0;
                bottom: -30px;
            }

        .pre-content p {
            font-size: 24px;
        }

    .icons li {
        width: 25%;
    }

    .simple-line-icons li {
        width: 20%;
    }
}

.home {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: fixed !important;
    z-index: 10;
    background-color: #111;
}

    .home .home-fullscreen {
        background-size: cover;
        width: 100%;
    }

    .home .basic-info {
        position: absolute;
        bottom: 90px;
        margin-left: 15px;
        opacity: 1;
        z-index: 10;
    }

        .home .basic-info.static {
            position: static;
        }

            .home .basic-info.static div {
                margin: 15px auto;
            }

        .home .basic-info div {
            margin: 15px 0;
        }

        .home .basic-info span {
            font-weight: 400;
            color: #fff;
            display: block;
            letter-spacing: 1px;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            .home .basic-info span a {
                color: #fff;
                -webkit-transition: color .3s;
                -moz-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s;
            }

            .home .basic-info span.day {
                font-weight: 700;
            }

        .home .basic-info .social-icon {
            margin: 30px 0;
            display: block;
        }

            .home .basic-info .social-icon li {
                display: inline-block;
                margin: 0 5px;
            }

                .home .basic-info .social-icon li a {
                    padding: 5px;
                    color: #fff;
                    -webkit-transition: color .3s;
                    -moz-transition: color .3s;
                    -o-transition: color .3s;
                    transition: color .3s;
                }

.home-classic {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
}

    .home-classic .home-classic-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.home-page .to-the-top {
    display: none;
}

#home .home-parallax {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden !important;
}

    #home .home-parallax .parallax-layer {
        width: 120%;
        height: 120%;
        position: absolute;
        left: -10%;
        top: -10%;
        background-size: cover;
        background-position: center center;
    }

#home3 .home-fullscreen {
    position: relative;
}

#home3 .video-controls {
    overflow: hidden;
    bottom: 0;
    right: 30px;
    left: auto;
}

    #home3 .video-controls div {
        float: left;
        margin-right: 10px;
    }

        #home3 .video-controls div i {
            color: #fff;
            cursor: pointer;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

        #home3 .video-controls div:hover i {
            color: #B6DFF5;
        }

#home3 .basic-info {
    width: 100%;
}

#home4 .basic-info .btn {
    width: 200px;
}

.mobile-basic-info {
    position: relative;
    z-index: 20;
    height: 100%;
}

    .mobile-basic-info:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #111;
        zoom: 1;
        filter: alpha(opacity=90);
        -webkit-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
    }

    .mobile-basic-info .back-to-top {
        display: none;
    }

    .mobile-basic-info #footer {
        background: 0 0;
    }

.home-bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden !important;
    background-image: url(../img/demo/paralax-berg.html);
    background-size: cover;
    background-position: center center;
}

@media (min-width:768px) {
    .home-fullscreen, .home-fullscreen .home-fullscreen {
        height: 100%;
    }

        .home-fullscreen .basic-info {
            top: 50%;
            bottom: initial;
            margin-top: 40px;
        }

    .home {
        position: relative;
    }

        .home .social-icon li a:hover {
            color: #B6DFF5;
        }

        .home .basic-info {
            bottom: 0;
        }

            .home .basic-info .email:hover, .home .basic-info .email:hover a, .home .basic-info .mobile:hover, .home .basic-info .mobile:hover a {
                color: #B6DFF5;
            }

    .home-page .to-the-top {
        display: block;
    }

    #home2 .basic-info {
        top: 50%;
        bottom: 0;
        width: 100%;
    }

        #home2 .basic-info .custom-navigation {
            position: absolute;
            z-index: 120;
            right: 30px;
            bottom: 15px;
        }

            #home2 .basic-info .custom-navigation .prev {
                margin-right: 15px;
            }

            #home2 .basic-info .custom-navigation .next, #home2 .basic-info .custom-navigation .prev {
                font-size: 28px;
                padding: 0 15px;
                position: relative;
                left: 0;
                height: auto;
                width: auto;
                bottom: 0;
                opacity: 1;
                display: inline-block;
                color: #fff;
                pointer-events: initial;
                -webkit-transition: color .3s;
                -moz-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s;
            }

                #home2 .basic-info .custom-navigation .next i, #home2 .basic-info .custom-navigation .prev i {
                    font-size: 24px;
                }

                #home2 .basic-info .custom-navigation .next:hover, #home2 .basic-info .custom-navigation .prev:hover {
                    color: #B6DFF5;
                }

    #home2 .slides-container li:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #111;
        opacity: 0.2;
    }
}

.home-page #main-navbar .main-nav {
}

    .home-page #main-navbar .main-nav .subnav {
        background: rgba(17,17,17,.9);
    }

        .home-page #main-navbar .main-nav .subnav.image-subnav {
            background: 0 0 !important;
        }

            .home-page #main-navbar .main-nav .subnav.image-subnav .subnav-wrapper {
                float: none;
                width: 100%;
                display: table;
                table-layout: fixed;
            }

            .home-page #main-navbar .main-nav .subnav.image-subnav li {
                display: table-cell;
                padding: 0;
            }

body.nav-transparent #main-navbar .main-nav {
    background: 0 0 !important;
    border-bottom-color: transparent !important;
}

body.show-nav #main-navbar .main-nav {
    opacity: 1 !important;
    display: block;
    max-height: 1000px;
    -webkit-transition: opacity .3s .1s,max-height 0s;
    -moz-transition: opacity .3s .1s,max-height 0s;
    -o-transition: opacity .3s .1s,max-height 0s;
    transition: opacity .3s .1s,max-height 0s;
}

body.show-nav .logo .dark-logo {
    opacity: 1 !important;
}

body.show-nav .logo .light-logo {
    opacity: 0 !important;
}

body.show-nav .main-reorder {
    background-color: #eee !important;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

body.show-nav .hide-on-nav {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

body.show-nav.nav-transparent #main-navbar .main-nav {
    background: 0 0;
    border-bottom-color: transparent;
}

    body.show-nav.nav-transparent #main-navbar .main-nav a, body.show-nav.nav-transparent #main-navbar .main-nav > ul > li a {
        color: rgba(255,255,255,.6);
    }

    body.show-nav.nav-transparent #main-navbar .main-nav .active {
        color: #fff !important;
    }

body .hide-on-nav {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

body.nav-center #main-navbar {
    top: 50% !important;
    margin-top: -40px;
}

.nav-transparent #main-navbar .main-nav > ul > li:hover > a:before {
    color: #fff !important;
    text-shadow: 10px 0 #fff,-10px 0 #fff !important;
}

#main-navbar {
    position: fixed;
    height: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s;
}

    #main-navbar nav {
        height: 80px;
        position: relative;
        z-index: 2;
        min-width: 1px;
    }

    #main-navbar .main-reorder {
        width: 80px;
        text-align: center;
        z-index: 2;
        position: absolute;
        background: #fff;
        cursor: pointer;
        right: 0;
        -webkit-transition: background-color .3s,-webkit-transform .3s;
        -moz-transition: background-color .3s,-moz-transform .3s;
        -o-transition: background-color .3s,-o-transform .3s;
        transition: background-color .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s;
    }

        #main-navbar .main-reorder a {
            font-size: 35px;
            color: #111;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            #main-navbar .main-reorder a i {
                line-height: 80px;
            }

    #main-navbar .main-nav {
        width: 100%;
        z-index: 1;
        background: #fff;
        opacity: 0;
        -webkit-transition: opacity .3s,max-height .1s .3s;
        -moz-transition: opacity .3s,max-height .1s .3s;
        -o-transition: opacity .3s,max-height .1s .3s;
        transition: opacity .3s,max-height .1s .3s;
        padding-left: 200px;
        padding-right: 80px;
        max-height: 0;
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }

        #main-navbar .main-nav:after, #main-navbar .main-nav:before {
            content: " ";
            display: table;
        }

        #main-navbar .main-nav:after {
            clear: both;
        }

        #main-navbar .main-nav > ul {
            height: 100%;
            padding: 0;
            margin: 0;
            right: 80px;
            float: right;
            overflow: hidden;
        }

            #main-navbar .main-nav > ul > li {
                height: 100%;
                text-align: center;
                vertical-align: middle;
                padding: 0 10px;
                float: left;
            }

                #main-navbar .main-nav > ul > li .hover-subnav {
                    position: relative;
                }

                #main-navbar .main-nav > ul > li > a {
                    position: relative;
                    color: #111;
                    -webkit-transition: color .3s;
                    -moz-transition: color .3s;
                    -o-transition: color .3s;
                    transition: color .3s;
                    font-weight: 600;
                }

                    #main-navbar .main-nav > ul > li > a:before {
                        position: absolute;
                        top: 20px;
                        left: 50%;
                        color: transparent;
                        content: '•';
                        text-shadow: 0 0 transparent;
                        font-size: .7em;
                        -webkit-transform: translate(-50%,0);
                        -moz-transform: translate(-50%,0);
                        -o-transform: translate(-50%,0);
                        -ms-transform: translate(-50%,0);
                        transform: translate(-50%,0);
                        -webkit-transition: -webkit-transform .3s,color .3s,text-shadow .3s;
                        -moz-transition: -moz-transform .3s,color .3s,text-shadow .3s;
                        -o-transition: -o-transform .3s,color .3s,text-shadow .3s;
                        transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s,color .3s,text-shadow .3s;
                        pointer-events: none;
                        font-weight: 400;
                    }

                #main-navbar .main-nav > ul > li a {
                    color: #111;
                    line-height: 80px;
                    display: block;
                    font-size: 15px;
                    position: relative;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-weight:bolder;
                }

                #main-navbar .main-nav > ul > li:hover .image-subnav li div {
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    -webkit-transition: opacity .7s .4s;
                    -moz-transition: opacity .7s .4s;
                    -o-transition: opacity .7s .4s;
                    transition: opacity .7s .4s;
                }

                #main-navbar .main-nav > ul > li:hover .subnav {
                    -webkit-transition-delay: 0s,0s;
                    -moz-transition-delay: 0s,0s;
                    -o-transition-delay: 0s,0s;
                    transition-delay: 0s,0s;
                    opacity: 1;
                    visibility: visible;
                }

                #main-navbar .main-nav > ul > li:hover .menu-img {
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    -webkit-transition-delay: 0;
                    -moz-transition-delay: 0;
                    -o-transition-delay: 0;
                    transition-delay: 0;
                }

                #main-navbar .main-nav > ul > li:hover > a:before {
                    color: #111;
                    text-shadow: 10px 0 #111,-10px 0 #111;
                }

                #main-navbar .main-nav > ul > li .active {
                    color: #B6DFF5 !important;
                }

        #main-navbar .main-nav .subnav-wrapper {
            position: relative;
            float: left;
        }

        #main-navbar .main-nav .subnav {
            position: absolute;
            width: 100%;
            left: 0;
            z-index: 10;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            float: none;
            display: table;
            table-layout: fixed;
            background: #111;
            -webkit-transition: opacity .3s 0s,visibility 0s .3s;
            -moz-transition: opacity .3s 0s,visibility 0s .3s;
            -o-transition: opacity .3s 0s,visibility 0s .3s;
            transition: opacity .3s 0s,visibility 0s .3s;
            visibility: hidden;
        }

            #main-navbar .main-nav .subnav li {
                float: none;
                display: inline-block;
                vertical-align: top;
                position: relative;
                padding: 0 15px;
            }

                #main-navbar .main-nav .subnav li a.menu-img {
                    zoom: 1;
                    filter: alpha(opacity=40);
                    -webkit-opacity: .4;
                    -moz-opacity: .4;
                    opacity: .4;
                    -webkit-transition: opacity .3s;
                    -moz-transition: opacity .3s;
                    -o-transition: opacity .3s;
                    transition: opacity .3s;
                }

                #main-navbar .main-nav .subnav li a {
                    color: #fff;
                    font-weight: 400;
                }

                    #main-navbar .main-nav .subnav li a:before {
                        position: absolute;
                        top: 20px;
                        left: 50%;
                        color: transparent;
                        content: '•';
                        text-shadow: 0 0 transparent;
                        font-size: .7em;
                        -webkit-transform: translate(-50%,0);
                        -moz-transform: translate(-50%,0);
                        -o-transform: translate(-50%,0);
                        -ms-transform: translate(-50%,0);
                        transform: translate(-50%,0);
                        -webkit-transition: -webkit-transform .3s,color .3s,text-shadow .3s;
                        -moz-transition: -moz-transform .3s,color .3s,text-shadow .3s;
                        -o-transition: -o-transform .3s,color .3s,text-shadow .3s;
                        transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s,color .3s,text-shadow .3s;
                        pointer-events: none;
                        font-weight: 400;
                    }

                #main-navbar .main-nav .subnav li .menu-img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                    background-position: center center;
                }

                #main-navbar .main-nav .subnav li:hover div a {
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

                #main-navbar .main-nav .subnav li:hover > a:first-child:before {
                    color: #fff;
                    text-shadow: 10px 0 #fff,-10px 0 #fff;
                }

            #main-navbar .main-nav .subnav.show-subnav {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            #main-navbar .main-nav .subnav.image-subnav li > a {
                background: #111;
            }

            #main-navbar .main-nav .subnav.image-subnav li div {
                position: relative;
                background: #111;
                -webkit-transition: opacity .4s 0s;
                -moz-transition: opacity .4s 0s;
                -o-transition: opacity .4s 0s;
                transition: opacity .4s 0s;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
            }

.logo {
    z-index: 2;
    position: absolute;
    height: 70px;
    padding: 5px 30px;
}

    .logo .dark-logo {
        position: absolute;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        left: 0;
    }

    .logo .light-logo {
        opacity: 1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        left: 0;
    }

    .logo a, .logo figure {
        display: block;
        height: 100%;
    }

    .logo figure {
        position: relative;
    }

    .logo img {
        height:80px;
    }

.nav-center#main-navbar {
    top: 50% !important;
    margin-top: -40px;
}

#mobile-nav {
    background: #fff;
    z-index: 110;
    position: relative;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}

    #mobile-nav .menu-header {
        height: 80px;
        margin: 0;
        padding: 0;
    }

        #mobile-nav .menu-header .reorder {
            line-height: 80px;
        }

            #mobile-nav .menu-header .reorder a {
                display: block;
                font-size: 26px;
                color: #111;
                width: 60px;
                margin-right: -15px;
                text-align: center;
            }

        #mobile-nav .menu-header .logo {
            display: block;
            line-height: 70px;
            vertical-align: middle;
            padding: 0;
        }

    #mobile-nav #flyout-container {
        width: 100%;
        height: 0;
        overflow: hidden;
        z-index: 100;
        text-align: left;
        background: #111;
    }

        #mobile-nav #flyout-container #mobile-navbar {
            margin-bottom: 0;
        }

        #mobile-nav #flyout-container .subnav {
            overflow: hidden;
            height: 0;
        }

        #mobile-nav #flyout-container .open-children {
            position: absolute;
            right: 15px;
            top: 22px;
            font-size: 20px;
            color: #111;
            width: 30px;
            height: 30px;
            margin-top: -15px;
            text-align: center;
            cursor: pointer;
            background: #f7f7f7;
        }

            #mobile-nav #flyout-container .open-children i {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: -webkit-transform .3s;
                -moz-transition: -moz-transform .3s;
                -o-transition: -o-transform .3s;
                transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s;
            }

        #mobile-nav #flyout-container .subnav-open .open-children i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    #mobile-nav .nav-item {
        position: relative;
    }

        #mobile-nav .nav-item a {
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            position: relative;
            text-transform: uppercase;
            padding: 10px 15px;
            display: block;
            border-bottom: 1px solid #2b2b2b;
        }

    #mobile-nav .subnav li {
        background: #f7f7f7;
        position: relative;
    }

        #mobile-nav .subnav li a {
            padding: 10px 45px;
            font-weight: 300;
            color: #111;
            border-bottom: 1px solid #fff;
        }

.blog .load-post {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.blog #blog-content-append {
    overflow: hidden;
    height: auto;
    position: relative;
    background: #fff;
}

.blog .post {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
    background: #fff;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media (min-width:768px) {
    .blog .post {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .blog .post {
        float: left;
        width: 100%;
    }
}

@media (min-width:1400px) {
    .blog .post {
        float: left;
        width: 100%;
    }
}

.blog .post a.img-post {
    width: 100%;
    display: block;
}

    .blog .post a.img-post figure, .blog .post a.img-post img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog .post a.img-post figure {
        background: #eee;
    }

    .blog .post a.img-post .actions {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        margin-top: -20px;
        -webkit-transform: translate(0,-40px);
        -moz-transform: translate(0,-40px);
        -o-transform: translate(0,-40px);
        -ms-transform: translate(0,-40px);
        transform: translate(0,-40px);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: -webkit-transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        -moz-transition: -moz-transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        -o-transition: -o-transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        transition: -webkit-transform .5s cubic-bezier(0.165,.84,.44,1),-moz-transform .5s cubic-bezier(0.165,.84,.44,1),-o-transform .5s cubic-bezier(0.165,.84,.44,1),transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
    }

    .blog .post a.img-post i {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 34px;
        line-height: 40px;
    }

.blog .post-content {
    padding: 15px 0;
}

    .blog .post-content p {
        margin: 0;
        font-size: 16px;
    }

    .blog .post-content .date {
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
    }

    .blog .post-content h3 {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .blog .post-content .blog-button {
        margin-top: 15px;
        text-align: center;
    }

@media (min-width:992px) and (max-width:1399px) {
    .blog .post-content .blog-button {
        display: none !important;
    }
}

.blog .post-content .blog-button a {
    text-transform: uppercase;
}

.blog a {
    color: #111;
}

.blog .load-more-text button {
    width: 100%;
    background: #eee;
    border: none;
    padding: 15px;
}

    .blog .load-more-text button:active, .blog .load-more-text button:focus, .blog .load-more-text button:hover {
        outline: 0;
    }

@media (min-width:992px) {
    .blog .post {
        padding: 0;
        margin: 0;
    }

        .blog .post a.img-post {
            float: left;
        }

        .blog .post:nth-child(2n) .post-content {
            left: 0;
            right: initial;
        }

            .blog .post:nth-child(2n) .post-content:after {
                content: '';
                display: block;
                height: 30px;
                width: 30px;
                position: absolute;
                top: 50%;
                right: -30px;
                left: auto;
                border-right: none;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #fff;
                margin-top: -15px;
                z-index: 3;
            }

        .blog .post:nth-child(2n) a.img-post {
            float: right;
        }

        .blog .post a.img-post {
            width: 50%;
            display: block;
            position: relative;
        }

            .blog .post a.img-post figure, .blog .post a.img-post img {
                width: 100%;
                height: auto;
                display: block;
            }

            .blog .post a.img-post img {
                -webkit-transition: opacity .3s;
                -moz-transition: opacity .3s;
                -o-transition: opacity .3s;
                transition: opacity .3s;
            }

            .blog .post a.img-post:hover img {
                zoom: 1 !important;
                filter: alpha(opacity=30) !important;
                -webkit-opacity: .3 !important;
                -moz-opacity: .3 !important;
                opacity: .3 !important;
            }

            .blog .post a.img-post:hover .actions {
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -o-transform: translate(0,0);
                -ms-transform: translate(0,0);
                transform: translate(0,0);
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

        .blog .post figure {
            background: #111 !important;
        }

    .blog .post-content {
        display: block;
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        padding: 0 15px;
    }

        .blog .post-content > div {
            display: table;
            height: 100%;
            position: relative;
        }

            .blog .post-content > div > div {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

        .blog .post-content .date {
            font-size: 16px;
            font-weight: 600;
            display: block;
            margin-bottom: 30px;
        }

        .blog .post-content h3 {
            margin-bottom: 60px;
            position: relative;
        }

            .blog .post-content h3:after {
                content: '';
                display: block;
                height: 2px;
                width: 30px;
                position: absolute;
                bottom: -30px;
                left: 50%;
                margin-left: -15px;
                background: #111;
            }

        .blog .post-content a {
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            .blog .post-content a:hover {
                color: #B6DFF5;
            }

        .blog .post-content .blog-button {
            margin-top: 30px;
        }

        .blog .post-content:after {
            content: '';
            display: block;
            height: 30px;
            width: 30px;
            position: absolute;
            left: -30px;
            top: 50%;
            margin-top: -15px;
            border-right: 15px solid #fff;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: none;
        }

    .load-more-text span {
        cursor: pointer;
        -webkit-transition: color .3s,background-color .3s;
        -moz-transition: color .3s,background-color .3s;
        -o-transition: color .3s,background-color .3s;
        transition: color .3s,background-color .3s;
        position: relative;
    }

    .load-more-text:hover span {
        color: #B6DFF5;
        background-color: #fff;
    }

    .load-more-text span, .no-more-posts {
        font-size: 24px;
        text-align: center;
        padding: 25px 15px;
        font-weight: 700;
        letter-spacing: 5px;
        background-color: #eee;
        display: block;
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1399px) {
    .blog .post-content {
        padding: 0 50px;
    }
}

@media (min-width:1400px) {
    .blog .post-content {
        padding: 0 150px;
    }
}

#post .post-content h3, #post2 .post-content h3 {
    letter-spacing: 2px;
}

#post .post-content .post-author, #post2 .post-content .post-author {
    font-weight: 600;
}

    #post .post-content .post-author a, #post2 .post-content .post-author a {
        display: inline-block;
    }

        #post .post-content .post-author a:first-of-type, #post2 .post-content .post-author a:first-of-type {
            position: relative;
            padding-right: 10px;
            margin-right: 5px;
            text-transform: capitalize;
        }

            #post .post-content .post-author a:first-of-type:after, #post2 .post-content .post-author a:first-of-type:after {
                content: '|';
                width: 1px;
                height: 20px;
                position: absolute;
                right: 0;
                top: 0;
            }

#post .post-text article, #post2 .post-text article {
    overflow: hidden;
    margin-bottom: 30px;
}

#post .post-text header p, #post2 .post-text header p {
    font-weight: 600;
}

#post .sm-image, #post .sm-image2, #post .sm-image3, #post2 .sm-image, #post2 .sm-image2, #post2 .sm-image3 {
    width: 100%;
    height: auto;
}

#post .message-success, #post2 .message-success {
    right: 15px;
    max-width: 185px;
}

.comments-content {
    overflow: hidden;
    position: relative;
    margin: 30px 0;
}

    .comments-content .comment-author {
        display: table;
    }

        .comments-content .comment-author span {
            display: block;
            font-size: 18px;
        }

            .comments-content .comment-author span:first-of-type {
                font-weight: 600;
            }

            .comments-content .comment-author span:nth-of-type(2) {
                font-size: 16px;
                color: #b3b3b3;
                text-align: left;
            }

        .comments-content .comment-author .author {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding-left: 30px;
        }

        .comments-content .comment-author .avatar {
            width: 70px;
            height: 70px;
            display: table-cell;
            vertical-align: middle;
        }

        .comments-content .comment-author figure, .comments-content .comment-author img {
            width: 100%;
            display: block;
        }

        .comments-content .comment-author img {
            height: auto;
            border-radius: 50%;
        }

        .comments-content .comment-author figure {
            height: 100%;
        }

    .comments-content .comment-text {
        margin: 15px 0;
    }

#post2 .post {
    padding: 0;
    margin: 0;
    position: relative;
}

    #post2 .post figure, #post2 .post img {
        display: block;
        width: 100%;
        height: auto;
    }

#post2 .post-text {
    margin-top: 30px;
}

#post2 .post-header {
    text-align: center;
    padding: 30px 0;
    background: #111;
    color: #fff;
    letter-spacing: 4px;
}

    #post2 .post-header a, #post2 .post-header span {
        color: #fff;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    #post2 .post-header .date {
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-bottom: 30px;
    }

    #post2 .post-header h1 {
        font-size: 24px;
    }

        #post2 .post-header h1:after {
            content: '';
            display: block;
            height: 2px;
            width: 30px;
            position: absolute;
            bottom: -30px;
            left: 50%;
            margin-left: -15px;
            background: #fff;
        }

    #post2 .post-header .post-author {
        font-weight: 600;
    }

        #post2 .post-header .post-author a {
            display: inline-block;
        }

            #post2 .post-header .post-author a:first-of-type {
                position: relative;
                padding-right: 10px;
                margin-right: 5px;
                text-transform: capitalize;
            }

                #post2 .post-header .post-author a:first-of-type:after {
                    content: '|';
                    width: 1px;
                    height: 20px;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

@media (min-width:768px) {
    #post .sm-image, #post2 .sm-image {
        width: 250px;
        height: auto;
    }

    #post .sm-image2, #post2 .sm-image2 {
        width: 400px;
        height: auto;
    }

    #post .sm-image3, #post2 .sm-image3 {
        width: 300px;
        height: auto;
    }
}

@media (min-width:992px) {
    #post .post-text, #post2 .post-text {
        margin-top: 90px;
        margin-bottom: 90px;
    }

        #post .post-text p, #post2 .post-text p {
            font-size: 16px;
        }

    #post .post-content > div, #post2 .post-content > div {
        margin: 0 auto;
    }

    .comments-content {
        padding: 60px 0;
        display: table;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

        .comments-content .comment-author {
            width: 50%;
            position: absolute;
            right: 0;
            height: 100%;
            display: block;
            padding: 0 30px;
            top: 0;
        }

            .comments-content .comment-author > div {
                display: table;
                width: 100%;
                height: 100%;
            }

                .comments-content .comment-author > div > div {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                }

            .comments-content .comment-author .author, .comments-content .comment-author .avatar {
                display: inline-block;
            }

            .comments-content .comment-author .avatar {
                width: 100px;
                height: 100px;
            }

        .comments-content .comment-text {
            width: 50%;
            text-align: right;
        }

            .comments-content .comment-text p {
                margin-bottom: 0;
                padding: 0 30px;
                font-size: 16px;
            }

        .comments-content:last-of-type {
            border: none;
        }

        .comments-content:nth-child(2n-1) .comment-author {
            left: 0;
        }

            .comments-content:nth-child(2n-1) .comment-author > div > div {
                text-align: right;
            }

            .comments-content:nth-child(2n-1) .comment-author .author, .comments-content:nth-child(2n-1) .comment-author .avatar {
                float: right;
            }

            .comments-content:nth-child(2n-1) .comment-author .author {
                margin-top: 22px;
                margin-right: 30px;
            }

                .comments-content:nth-child(2n-1) .comment-author .author span {
                    text-align: right;
                }

        .comments-content:nth-child(2n-1) .comment-text {
            float: right;
            text-align: left;
        }

    .comments {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #post2 .post-header {
        text-align: center;
        padding: 60px 0;
        background: #111;
        color: #fff;
        letter-spacing: 4px;
    }

        #post2 .post-header a, #post2 .post-header span {
            color: #fff;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

        #post2 .post-header .date {
            font-size: 16px;
            font-weight: 600;
            display: block;
            margin-bottom: 30px;
        }

        #post2 .post-header h1 {
            margin-bottom: 60px;
            position: relative;
            padding: 0;
            margin-top: 0;
            font-size: 48px;
        }

            #post2 .post-header h1:after {
                content: '';
                display: block;
                height: 2px;
                width: 30px;
                position: absolute;
                bottom: -30px;
                left: 50%;
                margin-left: -15px;
                background: #fff;
            }

        #post2 .post-header a:hover {
            color: #B6DFF5;
        }
}

#reservation h2 {
    position: relative;
    font-weight: 700;
}

#reservation .date, #reservation .time {
    overflow: hidden;
}

    #reservation .date input, #reservation .time input {
        float: left;
        width: calc(28%);
        position: relative;
    }

#reservation .main-section {
    position: relative;
    -webkit-transition: top .3s,height .3s;
    -moz-transition: top .3s,height .3s;
    -o-transition: top .3s,height .3s;
    transition: top .3s,height .3s;
    z-index: 1;
}

    #reservation .main-section .reservation-content {
        background: #fff;
    }

#reservation .v-card > div span {
    display: block;
    font-size: 16px;
}

#reservation .open-daily {
    margin: 30px 0;
}

    #reservation .open-daily li {
        margin-bottom: 15px;
    }

    #reservation .open-daily span {
        display: block;
    }

    #reservation .open-daily .day {
        font-weight: 600;
    }

#reservation select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 0;
}

#reservation .captcha-input {
    width: 100%;
}

#reservation .button-send {
    margin: 15px 0;
}

@media (min-width:768px) {
    #reservation .reservation-content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.menu h2 {
    background: #B8BDBD;
    margin: 0 -15px 30px;
    padding: 25px 15px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    text-transform: capitalize;
}

.menu .menu-content .mix {
    display: none;
}

    .menu .menu-content .mix .row {
        background: #fff;
    }

.menu .menu-content .menu-item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    text-align: center;
}

@media (min-width:768px) {
    .menu .menu-content .menu-item {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .menu .menu-content .menu-item {
        float: left;
        width: 50%;
    }
}

@media (min-width:1400px) {
    .menu .menu-content .menu-item {
        float: left;
        width: 33.33333333%;
    }
}

.menu .menu-content .menu-item > a {
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

    .menu .menu-content .menu-item > a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #111;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .menu .menu-content .menu-item > a figure, .menu .menu-content .menu-item > a img {
        width: 100%;
        height: auto;
        display: block;
    }

    .menu .menu-content .menu-item > a img {
        width: 100%;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .4s;
        -moz-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        .menu .menu-content .menu-item > a img.lazyloaded {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .menu .menu-content .menu-item > a .actions {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        margin-top: -20px;
        -webkit-transform: translate(0,-40px);
        -moz-transform: translate(0,-40px);
        -o-transform: translate(0,-40px);
        -ms-transform: translate(0,-40px);
        transform: translate(0,-40px);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: -webkit-transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        -moz-transition: -moz-transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        -o-transition: -o-transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        transition: -webkit-transform .5s cubic-bezier(0.165,.84,.44,1),-moz-transform .5s cubic-bezier(0.165,.84,.44,1),-o-transform .5s cubic-bezier(0.165,.84,.44,1),transform .5s cubic-bezier(0.165,.84,.44,1),opacity .4s .1s;
        z-index: 10;
    }

    .menu .menu-content .menu-item > a i {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 34px;
        line-height: 40px;
    }

    .menu .menu-content .menu-item > a:hover:after {
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

    .menu .menu-content .menu-item > a:hover .actions {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.menu .item-description {
    padding: 0 0 30px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

    .menu .item-description h6 {
        font-size: 16px;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .menu .item-description h5 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .menu .item-description a {
        font-size: 16px;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        cursor: pointer;
    }

        .menu .item-description a:hover {
            color: #B6DFF5;
        }

    .menu .item-description p {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        margin: 0 0 5px;
    }

    .menu .item-description .item-price {
        font-weight: 600;
        color: #B6DFF5;
    }

    .menu .item-description .old-price {
        text-decoration: line-through;
        opacity: .5;
        font-size: 12px;
    }

    .menu .item-description .new-price {
        color: #B6DFF5;
    }

    .menu .item-description:after {
        color: #fff;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

.list-category {
    left: 0;
    right: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    margin-bottom: 0;
    display: block;
    background: #fff;
    position: relative;
    text-align: center;
}

    .list-category:after, .list-category:before {
        content: " ";
        display: table;
    }

    .list-category:after {
        clear: both;
    }

    .list-category li {
        display: block;
        position: relative;
        width: 50%;
        float: left;
    }

        .list-category li a, .list-category li span {
            padding: 15px;
            color: #111;
            font-weight: 400;
            font-size: 14px;
            position: relative;
            cursor: pointer;
            text-transform: capitalize;
            display: block;
        }

            .list-category li span:before {
                position: absolute;
                top: 30px;
                left: 50%;
                color: transparent;
                content: '•';
                text-shadow: 0 0 transparent;
                font-size: .7em;
                -webkit-transform: translate(-50%,0);
                -moz-transform: translate(-50%,0);
                -o-transform: translate(-50%,0);
                -ms-transform: translate(-50%,0);
                transform: translate(-50%,0);
                -webkit-transition: -webkit-transform .3s,color .3s,text-shadow .3s;
                -moz-transition: -moz-transform .3s,color .3s,text-shadow .3s;
                -o-transition: -o-transform .3s,color .3s,text-shadow .3s;
                transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s,color .3s,text-shadow .3s;
                pointer-events: none;
                font-weight: 400;
            }

            .list-category li span:hover:before {
                color: #111;
                text-shadow: 10px 0 #111,-10px 0 #111;
            }

        .list-category li .active {
            font-weight: 700;
        }

#second-menu .menu-content .menu-item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

@media (min-width:768px) {
    #second-menu .menu-content .menu-item {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    #second-menu .menu-content .menu-item {
        float: left;
        width: 25%;
    }
}

@media (min-width:1400px) {
    #second-menu .menu-content .menu-item {
        float: left;
        width: 16.66666667%;
    }
}

#second-menu .item-description {
    padding: 0 0 30px;
    width: 100%;
}

    #second-menu .item-description h6 {
        font-size: 16px;
    }

    #second-menu .item-description .item-price {
        font-weight: 600;
        color: #B6DFF5;
    }

    #second-menu .item-description .old-price {
        text-decoration: line-through;
        opacity: .5;
        font-size: 12px;
    }

    #second-menu .item-description .new-price {
        color: #B6DFF5;
    }

#third-menu .items-content {
    padding: 60px 0;
}

#third-menu .menu-item {
    display: inline-block;
    width: 100%;
    float: none;
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin-right: -4px;
    margin-bottom: 0;
}

    #third-menu .menu-item .menu-details {
        float: right;
        margin-left: 15px;
    }

    #third-menu .menu-item .item-description {
        margin: 0 15px 15px;
        border-top: 1px solid #eee;
        padding: 15px 0 0;
        position: relative;
    }

        #third-menu .menu-item .item-description p {
            font-size: 16px;
        }

.menu-list {
    padding: 0 0 30px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

    .menu-list .menu-content {
        margin-top: 30px;
    }

    .menu-list .grid-sizer {
        width: 50%;
    }

    .menu-list .menu-items {
        width: 45%;
        background: #eee;
        margin-bottom: 15px;
    }

    .menu-list h6 {
        font-size: 16px;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .menu-list h5 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .menu-list a {
        font-size: 16px;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        cursor: pointer;
    }

        .menu-list a:hover {
            color: #B6DFF5;
        }

    .menu-list p {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        margin: 0 0 5px;
    }

    .menu-list .item-price {
        font-weight: 600;
        color: #B6DFF5;
    }

    .menu-list .old-price {
        text-decoration: line-through;
        opacity: .5;
        font-size: 12px;
    }

    .menu-list .new-price {
        color: #B6DFF5;
    }

    .menu-list:after {
        color: #fff;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .menu-list .menu-item {
        margin: 15px 0;
        padding: 0 15px;
    }

    .menu-list .menu-category {
        padding: 25px 15px;
        background: #111;
        color: #fff;
    }

        .menu-list .menu-category h2 {
            margin: 0;
        }

@media (max-width:991px) {
    .menu .menu-content .menu-item {
        margin-bottom: 30px;
    }

        .menu .menu-content .menu-item > a {
            width: 20%;
            float: left;
        }

    #menu .item-description {
        width: 80%;
        float: left;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 0;
    }

    #third-menu .menu-item .item-description {
        margin: 0 0 15px;
    }
}

@media (min-width:992px) {
    .menu h2 {
        margin-bottom: 0;
    }

    .menu .item-description p {
        font-size: 14px;
    }

    #menu .item-description {
        display: block;
        position: absolute;
        left: 0;
        width: 50%;
        height: 100%;
        padding: 0 15px;
    }

        #menu .item-description > div {
            display: table;
            height: 100%;
            width: 100%;
        }

            #menu .item-description > div > div {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

        #menu .item-description:after {
            content: '';
            display: block;
            height: 30px;
            width: 30px;
            position: absolute;
            top: 50%;
            right: -30px;
            left: auto;
            border-right: none;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid;
            margin-top: -15px;
            z-index: 3;
        }

    #second-menu .menu-item {
        text-align: center;
        display: table;
    }

    #second-menu .item-description {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .list-category {
        text-align: center;
    }

        .list-category li {
            display: inline-block;
            float: none;
            width: auto;
        }

            .list-category li span {
                padding: 20px 15px;
            }

                .list-category li span:before {
                    top: 35px;
                }

    #third-menu .menu-item {
        display: inline-block;
        width: 50%;
    }

        #third-menu .menu-item:nth-child(1) .item-description, #third-menu .menu-item:nth-child(2) .item-description {
            border-top-color: transparent;
        }
}

@media (max-width:991px) {
    .menu-item {
        height: auto !important;
    }
}

@media (min-width:992px) and (max-width:1399px) {
    #menu .menu-content .menu-item, #shop .menu-content .menu-item {
        padding: 0;
    }

        #menu .menu-content .menu-item > a, #shop .menu-content .menu-item > a {
            float: right;
        }

        #menu .menu-content .menu-item:nth-child(4n-2) > a, #menu .menu-content .menu-item:nth-child(4n-3) > a, #shop .menu-content .menu-item:nth-child(4n-2) > a, #shop .menu-content .menu-item:nth-child(4n-3) > a {
            float: left;
        }

        #menu .menu-content .menu-item:nth-child(4n-2) .item-description, #menu .menu-content .menu-item:nth-child(4n-3) .item-description, #shop .menu-content .menu-item:nth-child(4n-2) .item-description, #shop .menu-content .menu-item:nth-child(4n-3) .item-description {
            right: 0;
            left: auto;
        }

            #menu .menu-content .menu-item:nth-child(4n-2) .item-description:after, #menu .menu-content .menu-item:nth-child(4n-3) .item-description:after, #shop .menu-content .menu-item:nth-child(4n-2) .item-description:after, #shop .menu-content .menu-item:nth-child(4n-3) .item-description:after {
                content: '';
                display: block;
                height: 30px;
                width: 30px;
                position: absolute;
                left: -30px;
                top: 50%;
                margin-top: -15px;
                border-right: 15px solid;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: none;
            }

    #second-menu .menu-content .menu-item:nth-child(8n+2), #second-menu .menu-content .menu-item:nth-child(8n+4), #second-menu .menu-content .menu-item:nth-child(8n+5), #second-menu .menu-content .menu-item:nth-child(8n+7) {
        background: #eee;
    }
}

@media (min-width:1400px) {
    #menu .menu-content .menu-item, #shop .menu-content .menu-item {
        padding: 0;
    }

        #menu .menu-content .menu-item > a, #shop .menu-content .menu-item > a {
            float: right;
        }

        #menu .menu-content .menu-item:nth-child(6n-3) > a, #menu .menu-content .menu-item:nth-child(6n-4) > a, #menu .menu-content .menu-item:nth-child(6n-5) > a, #shop .menu-content .menu-item:nth-child(6n-3) > a, #shop .menu-content .menu-item:nth-child(6n-4) > a, #shop .menu-content .menu-item:nth-child(6n-5) > a {
            float: right;
        }

        #menu .menu-content .menu-item:nth-child(6n-3) .item-description, #menu .menu-content .menu-item:nth-child(6n-4) .item-description, #menu .menu-content .menu-item:nth-child(6n-5) .item-description, #shop .menu-content .menu-item:nth-child(6n-3) .item-description, #shop .menu-content .menu-item:nth-child(6n-4) .item-description, #shop .menu-content .menu-item:nth-child(6n-5) .item-description {
            right: 0;
            left: auto;
        }

            #menu .menu-content .menu-item:nth-child(6n-3) .item-description:after, #menu .menu-content .menu-item:nth-child(6n-4) .item-description:after, #menu .menu-content .menu-item:nth-child(6n-5) .item-description:after, #shop .menu-content .menu-item:nth-child(6n-3) .item-description:after, #shop .menu-content .menu-item:nth-child(6n-4) .item-description:after, #shop .menu-content .menu-item:nth-child(6n-5) .item-description:after {
                content: '';
                display: block;
                height: 30px;
                width: 30px;
                position: absolute;
                left: -30px;
                top: 50%;
                margin-top: -15px;
                border-right: 15px solid;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: none;
            }

    #second-menu .menu-content .menu-item:nth-child(12n+11), #second-menu .menu-content .menu-item:nth-child(12n+2), #second-menu .menu-content .menu-item:nth-child(12n+4), #second-menu .menu-content .menu-item:nth-child(12n+6), #second-menu .menu-content .menu-item:nth-child(12n+7), #second-menu .menu-content .menu-item:nth-child(12n+9) {
        background: #eee;
    }
}

#restaurant {
    z-index: 2;
    background: #fff;
}

    #restaurant .item {
        display: table;
        position: relative;
    }

        #restaurant .item .restaurant-content {
            display: block;
            vertical-align: middle;
            position: relative;
            z-index: 10;
            width: 100%;
            color: #111;
            text-align: left;
        }

        #restaurant .item .mobile-img img {
            width: 100%;
            height: auto;
        }

    #restaurant .pre-content h1:after {
        background: #111;
    }

    #restaurant .video-wrapper {
        position: relative !important;
        height: 300px !important;
    }

    #restaurant .bg-section {
        background-size: cover;
    }

.page-control {
    position: fixed;
    height: 200px;
    background: 0 0;
    top: 50%;
    margin-top: -100px;
    margin-bottom: 0;
    right: 0;
    z-index: 20;
}

    .page-control li {
        position: relative;
        width: 16px;
        height: 16px;
        margin: 15px;
        display: block;
    }

        .page-control li a {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid #111;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: border .3s,background .3s;
            -moz-transition: border .3s,background .3s;
            -o-transition: border .3s,background .3s;
            transition: border .3s,background .3s;
        }

            .page-control li a:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: #111;
                border-radius: 50%;
                box-shadow: 0 0 1px #111;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transform: scale(3);
                -moz-transform: scale(3);
                -o-transform: scale(3);
                -ms-transform: scale(3);
                transform: scale(3);
                visibility: visible;
                -webkit-transition: opacity .3s,-webkit-transform .3s,visibility 0s .3s;
                -moz-transition: opacity .3s,-moz-transform .3s,visibility 0s .3s;
                -o-transition: opacity .3s,-o-transform .3s,visibility 0s .3s;
                transition: opacity .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s,visibility 0s .3s;
            }

        .page-control li:hover a {
            border: 2px solid #fff;
            background: rgba(17,17,17,.7);
        }

    .page-control .ui-page-scrolling-control_active a {
        border: 2px solid #fff;
        background: #111;
    }

        .page-control .ui-page-scrolling-control_active a:after {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            visibility: hidden;
        }

.video-section {
    background-color: #0f0f0f;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    visibility: visible;
    position: relative;
    height: 100%;
}

.video-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5) url(../img/overlay.png);
    z-index: 1;
}

.video-controls {
    position: absolute;
    z-index: 150;
    bottom: 30px;
    left: 30px;
    overflow: hidden;
}

    .video-controls div {
        float: left;
        margin-right: 10px;
    }

        .video-controls div i {
            color: #fff;
            cursor: pointer;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

        .video-controls div:hover i {
            color: #B6DFF5;
        }

#slides {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 1 !important;
}

    #slides .content {
        z-index: 100;
        position: relative;
        top: 50%;
        width: 100%;
        text-align: center;
        margin-top: -50px;
    }

        #slides .content h1, #slides .content p {
            width: 70%;
            margin: auto;
        }

    #slides img {
        width: 100%;
        height: auto;
    }

.slide-content {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    z-index: 100;
}

.slides-text {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

    .slides-text > li {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .slides-text .slide-content-wrapper {
        position: relative;
        z-index: 101;
        vertical-align: middle;
        opacity: 0;
        -webkit-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        transform: translate(0,-20px);
        top: 50%;
        width: 100%;
        margin-top: -50px;
        text-align: center;
        -webkit-transition: opacity 1.5s linear,-webkit-transform 1.5s;
        -moz-transition: opacity 1.5s linear,-moz-transform 1.5s;
        -o-transition: opacity 1.5s linear,-o-transform 1.5s;
        transition: opacity 1.5s linear,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
    }

        .slides-text .slide-content-wrapper.current-slide {
            opacity: 1;
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0);
        }

@media (max-width:767px) {
    #restaurant .item {
        height: auto !important;
    }
}

@media (min-width:768px) {
    #restaurant .pre-content h1 {
        margin-top: 0;
    }

    #restaurant {
        height: 100%;
        background: #111;
    }

        #restaurant .item {
            background: #111;
        }

            #restaurant .item .restaurant-content {
                display: table-cell;
                color: #fff;
            }

        #restaurant .pre-content h1:after {
            background: #fff;
        }

        #restaurant .video-wrapper {
            position: absolute !important;
            height: 100% !important;
        }

    #slides img {
        width: auto;
    }

    .controls-video i:hover, .custom-navigation .next:hover, .custom-navigation .prev:hover {
        color: #B6DFF5;
    }

    .easing {
        -webkit-transition: -webkit-transform .9s cubic-bezier(0.645,.045,.355,1);
        -moz-transition: -moz-transform .9s cubic-bezier(0.645,.045,.355,1);
        -o-transition: -o-transform .9s cubic-bezier(0.645,.045,.355,1);
        transition: -webkit-transform .9s cubic-bezier(0.645,.045,.355,1),-moz-transform .9s cubic-bezier(0.645,.045,.355,1),-o-transform .9s cubic-bezier(0.645,.045,.355,1),transform .9s cubic-bezier(0.645,.045,.355,1);
    }
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
}

.fp-easing {
    -webkit-transition: -webkit-transform .9s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: -moz-transform .9s cubic-bezier(0.645,.045,.355,1);
    -o-transition: -o-transform .9s cubic-bezier(0.645,.045,.355,1);
    transition: -webkit-transform .9s cubic-bezier(0.645,.045,.355,1),-moz-transform .9s cubic-bezier(0.645,.045,.355,1),-o-transform .9s cubic-bezier(0.645,.045,.355,1),transform .9s cubic-bezier(0.645,.045,.355,1);
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

    #fp-nav li, .fp-slidesNav li {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 0 16px;
        position: relative;
    }

    .fp-slidesNav li {
        display: inline-block;
    }

        #fp-nav li a, .fp-slidesNav li a {
            display: block;
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
        }

    #fp-nav li .active span, .fp-slidesNav .active span {
        background: #fff;
        border: 2px solid transparent;
    }

    #fp-nav span, .fp-slidesNav span {
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        border: 2px solid rgba(255,255,255,.3);
        background: 0 0;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        -webkit-transition: border-color .3s 0s,background-color .3s .1s;
        -moz-transition: border-color .3s 0s,background-color .3s .1s;
        -o-transition: border-color .3s 0s,background-color .3s .1s;
        transition: border-color .3s 0s,background-color .3s .1s;
    }

.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
}

    .fp-tooltip.right {
        right: 20px;
    }

    .fp-tooltip.left {
        left: 20px;
    }

.shop .shop-button {
    margin-top: 10px;
}

    .shop .shop-button a {
        text-transform: uppercase;
    }

.shop .item-description a {
    color: #111;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

    .shop .item-description a:hover {
        color: #B6DFF5;
    }

@media (min-width:768px) and (max-width:991px) {
    .shop .item-description p {
        display: none !important;
    }
}

.shop .shop-list {
    width: 100%;
}

    .shop .shop-list ul {
        background: #eee;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin-bottom: 0;
    }

        .shop .shop-list ul li {
            float: left;
            width: 50%;
        }

            .shop .shop-list ul li a {
                color: #111;
                padding: 20px 15px;
                font-weight: 400;
                font-size: 14px;
                position: relative;
                cursor: pointer;
                text-transform: capitalize;
                display: block;
            }

    .shop .shop-list .shopping a:before {
        position: absolute;
        top: 35px;
        left: 50%;
        color: transparent;
        content: '•';
        text-shadow: 0 0 transparent;
        font-size: .7em;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        -webkit-transition: -webkit-transform .3s,color .3s,text-shadow .3s;
        -moz-transition: -moz-transform .3s,color .3s,text-shadow .3s;
        -o-transition: -o-transform .3s,color .3s,text-shadow .3s;
        transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s,color .3s,text-shadow .3s;
        pointer-events: none;
        font-weight: 400;
    }

    .shop .shop-list .shopping a:hover:before {
        color: #111;
        text-shadow: 10px 0 #111,-10px 0 #111;
    }

.shop .shopping-cart {
    z-index: 10;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

    .shop .shopping-cart .cart {
        text-transform: capitalize;
        color: #B6DFF5;
    }

    .shop .shopping-cart .show-cart {
        position: absolute;
        border: 1px solid #eee;
        width: 320px;
        padding: 15px;
        top: 100%;
        right: 0;
        text-align: left;
        border-top: none;
        box-shadow: 1px 1px 2px 0 rgba(17,17,17,.3);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s;
        -moz-transition: opacity .3s 0s,visibility 0s .3s;
        -o-transition: opacity .3s 0s,visibility 0s .3s;
        transition: opacity .3s 0s,visibility 0s .3s;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

        .shop .shopping-cart .show-cart li {
            display: block;
            background: inherit;
            padding: 0 0 15px;
            margin-left: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

            .shop .shopping-cart .show-cart li .img-product {
                width: 55px;
                height: 55px;
                display: block;
                float: left;
                padding: 0;
            }

                .shop .shopping-cart .show-cart li .img-product:after {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    width: 100%;
                    background: #111;
                    zoom: 1;
                    filter: alpha(opacity=0);
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    -webkit-transition: opacity .3s;
                    -moz-transition: opacity .3s;
                    -o-transition: opacity .3s;
                    transition: opacity .3s;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -o-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

                .shop .shopping-cart .show-cart li .img-product:hover:after {
                    opacity: .7;
                }

                .shop .shopping-cart .show-cart li .img-product figure, .shop .shopping-cart .show-cart li .img-product img {
                    width: 100%;
                    display: block;
                }

                .shop .shopping-cart .show-cart li .img-product img {
                    height: auto;
                    border: 1px solid #eee;
                }

            .shop .shopping-cart .show-cart li:last-child, .shop .shopping-cart .show-cart li:nth-last-child(2) {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

            .shop .shopping-cart .show-cart li .list-product {
                overflow: hidden;
                margin-left: 70px;
                position: relative;
            }

                .shop .shopping-cart .show-cart li .list-product a {
                    padding: 0;
                }

                .shop .shopping-cart .show-cart li .list-product h5 {
                    margin-top: 5px;
                    margin-bottom: 5px;
                    padding-right: 30px;
                    -webkit-transition: color .3s;
                    -moz-transition: color .3s;
                    -o-transition: color .3s;
                    transition: color .3s;
                    cursor: pointer;
                }

                    .shop .shopping-cart .show-cart li .list-product h5:hover {
                        color: #B6DFF5;
                    }

                .shop .shopping-cart .show-cart li .list-product .quantity {
                    float: left;
                    width: 25px;
                    height: 25px;
                    font-size: 14px;
                    text-align: center;
                    line-height: 23px;
                    border: 1px solid #eee;
                }

                .shop .shopping-cart .show-cart li .list-product .price-product {
                    margin-left: 45px;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 25px;
                    color: #B6DFF5;
                }

                .shop .shopping-cart .show-cart li .list-product .remove-product {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    top: 50%;
                    margin-top: -10px;
                    right: 0;
                    text-align: center;
                    cursor: pointer;
                }

                    .shop .shopping-cart .show-cart li .list-product .remove-product i {
                        color: #111;
                        line-height: 20px;
                        font-size: 18px;
                        -webkit-transition: color .3s;
                        -moz-transition: color .3s;
                        -o-transition: color .3s;
                        transition: color .3s;
                    }

            .shop .shopping-cart .show-cart li.summation {
                border-top: 2px solid #111;
                margin-top: 15px;
            }

                .shop .shopping-cart .show-cart li.summation .summation-subtotal {
                    margin-top: 5px;
                    overflow: hidden;
                }

                    .shop .shopping-cart .show-cart li.summation .summation-subtotal span {
                        padding: 0;
                        cursor: initial;
                        font-weight: 600;
                        float: left;
                    }

                        .shop .shopping-cart .show-cart li.summation .summation-subtotal span:before {
                            display: none !important;
                        }

                    .shop .shopping-cart .show-cart li.summation .summation-subtotal .amount {
                        float: right;
                    }

                .shop .shopping-cart .show-cart li.summation .btn-cart {
                    margin-top: 15px;
                    -webkit-backface-visibility: hidden;
                }

                    .shop .shopping-cart .show-cart li.summation .btn-cart button {
                        width: 48%;
                    }

                        .shop .shopping-cart .show-cart li.summation .btn-cart button:first-child {
                            margin-right: 10px;
                            float: left;
                        }

                        .shop .shopping-cart .show-cart li.summation .btn-cart button:nth-child(2) {
                            float: right;
                        }

.shop .product-gallery.menu-item > a img {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.btn-cart button:hover a {
    color: #B6DFF5;
}

.btn-cart button a {
    padding: 0 !important;
    color: inherit !important;
}

.rating {
    color: #B6DFF5;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

    .rating.rating-select {
        cursor: pointer;
    }

    .rating > span {
        position: relative;
        overflow: hidden;
    }

        .rating > span:before {
            content: "\f006\f006\f006\f006\f006";
            font-family: fontAwesome !important;
            margin-right: -5px;
        }

        .rating > span span {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            line-height: 25px;
        }

            .rating > span span:after {
                content: "\f005\f005\f005\f005\f005";
                position: absolute;
                top: -3px;
                left: 0;
                font-family: fontAwesome !important;
                width: 100%;
                margin-right: -5px;
                overflow: hidden;
                white-space: nowrap;
            }

@media (max-width:767px) {
    .shop .product-gallery.menu-item > a {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .shop .item-description {
        display: block;
        position: absolute;
        left: 0;
        width: 50%;
        height: 100%;
        padding: 0 15px;
    }

        .shop .item-description > div {
            display: table;
            height: 100%;
            width: 100%;
        }

            .shop .item-description > div > div {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

        .shop .item-description:after {
            content: '';
            display: block;
            height: 30px;
            width: 30px;
            position: absolute;
            top: 50%;
            right: -30px;
            left: auto;
            border-right: none;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid;
            margin-top: -15px;
            z-index: 3;
        }

        .shop .item-description h6 {
            margin-bottom: 5px;
        }

        .shop .item-description p {
            margin-bottom: 0;
        }

        .shop .item-description .price {
            padding: 10px 0;
        }

    .shop .shop-list {
        width: auto;
    }

        .shop .shop-list ul {
            background: #fff;
            overflow: inherit;
            padding-left: 15px;
            margin-left: 15px;
            position: relative;
        }

            .shop .shop-list ul li {
                width: auto;
                float: none;
                display: inline-block;
            }

                .shop .shop-list ul li:hover a:before {
                    color: #111;
                    text-shadow: 10px 0 #111,-10px 0 #111;
                }

        .shop .shop-list > ul:before {
            content: '';
            width: 1px;
            height: 20px;
            background: #111;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            left: 0;
        }

    .shop .shopping-cart {
        background: #fff;
    }

        .shop .shopping-cart .cart {
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

        .shop .shopping-cart:hover {
            background-color: #111;
        }

            .shop .shopping-cart:hover .cart {
                color: #fff;
            }

            .shop .shopping-cart:hover .show-cart {
                -webkit-transition-delay: 0s,0s;
                -moz-transition-delay: 0s,0s;
                -o-transition-delay: 0s,0s;
                transition-delay: 0s,0s;
                opacity: 1;
                visibility: visible;
            }

        .shop .shopping-cart .show-cart .list-product .remove-product:hover i {
            color: #B6DFF5;
        }
}

#product h3 {
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
}

#product.menu .menu-content .menu-item, #product.menu .menu-content .menu-item > a {
    width: 100%;
}

    #product.menu .menu-content .menu-item .product p {
        padding: 10px 0;
        margin-bottom: 0;
        font-size: 12px;
    }

    #product.menu .menu-content .menu-item .product .product-category {
        color: #b3b3b3;
    }

        #product.menu .menu-content .menu-item .product .product-category a {
            color: #111;
            font-style: italic;
        }

#product .product-photos {
    display: none;
}

#product .purchase {
    margin-bottom: 45px;
    overflow: hidden;
}

    #product .purchase .product-btn .select-btn {
        height: 40px;
        position: relative;
        cursor: pointer;
        z-index: 10;
        display: inline-block;
        width: 50%;
        padding-right: 15px;
    }

    #product .purchase .product-btn select {
        border: 1px solid #111;
        background: 0 0;
        border-radius: 0;
        padding: 6px 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 15px;
        position: relative;
        z-index: 9;
        cursor: pointer;
        width: 100%;
    }

        #product .purchase .product-btn select:focus {
            outline: 0;
        }

    #product .purchase .product-btn > div {
        margin-bottom: 15px;
    }

    #product .purchase .product-btn .shop-button {
        margin-top: 0;
        float: left;
    }

    #product .purchase .quantity {
        width: auto;
        display: inline-block;
    }

        #product .purchase .quantity input {
            width: 40px;
            height: 40px;
            text-align: center;
            border: 1px solid #111;
            background: 0 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            color: #111;
            padding: 0;
        }

        #product .purchase .quantity .minus, #product .purchase .quantity .plus {
            background: #111;
            color: #fff;
        }

            #product .purchase .quantity .minus:hover, #product .purchase .quantity .plus:hover {
                background: #B6DFF5;
                -webkit-transition: background-color .3s,border-color .3s;
                -moz-transition: background-color .3s,border-color .3s;
                -o-transition: background-color .3s,border-color .3s;
                transition: background-color .3s,border-color .3s;
                border: 1px solid #B6DFF5;
            }

#product .product-description {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding: 30px 15px;
    background: #eee;
}

@media (min-width:768px) {
    #product .product-description {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    #product .product-description {
        float: left;
        width: 50%;
    }
}

@media (min-width:1400px) {
    #product .product-description {
        float: left;
        width: 50%;
    }
}

#product .product-description p {
    font-size: 14px;
}

#product .product-description .description {
    margin-bottom: 45px;
}

#product .reviews {
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    #product .reviews .reviews-author > span {
        font-weight: 600;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
    }

    #product .reviews .controls-reviews {
        position: absolute;
        top: 0;
        right: 0;
    }

#product .reviews-form {
    margin-top: 45px;
    position: relative;
}

    #product .reviews-form .rating {
        position: absolute;
        top: 0;
        right: 0;
    }

#product .rating-select select {
    display: none;
}

#product .rating-select > span span {
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

#product .message-success {
    right: 0;
    max-width: 185px;
}

@media (min-width:768px) {
    #product.menu .menu-content .menu-item {
        overflow: hidden;
        padding: 0;
    }

        #product.menu .menu-content .menu-item h6 {
            font-size: 20px;
        }

        #product.menu .menu-content .menu-item .item-description {
            display: block;
            position: absolute;
            right: 0;
            width: 50%;
            height: 100%;
            padding: 0;
            left: auto;
        }

            #product.menu .menu-content .menu-item .item-description > div {
                display: table;
                height: 100%;
                width: 100%;
            }

                #product.menu .menu-content .menu-item .item-description > div > div {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

            #product.menu .menu-content .menu-item .item-description:after {
                content: '';
                display: block;
                height: 30px;
                width: 30px;
                position: absolute;
                top: 50%;
                left: -30px;
                right: auto;
                border-right: 15px solid;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: none;
                margin-top: -15px;
                z-index: 3;
            }

        #product.menu .menu-content .menu-item > a {
            width: 50%;
            float: left;
        }

    #product .product-photos {
        width: 50%;
        float: left;
        padding: 0;
        display: block;
    }

        #product .product-photos a {
            width: 25%;
            float: left;
            display: block;
            position: relative;
        }

            #product .product-photos a:after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: #111;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: opacity .3s;
                -moz-transition: opacity .3s;
                -o-transition: opacity .3s;
                transition: opacity .3s;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            #product .product-photos a figure, #product .product-photos a img {
                display: block;
                width: 100%;
            }

            #product .product-photos a figure {
                height: 100%;
            }

            #product .product-photos a img {
                height: auto;
            }

            #product .product-photos a:hover:after {
                zoom: 1;
                filter: alpha(opacity=70);
                -webkit-opacity: .7;
                -moz-opacity: .7;
                opacity: .7;
            }

            #product .product-photos a:hover .actions {
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -o-transform: translate(0,0);
                -ms-transform: translate(0,0);
                transform: translate(0,0);
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

        #product .product-photos .actions {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            margin-top: -20px;
            -webkit-transform: translate(0,-50px);
            -moz-transform: translate(0,-50px);
            -o-transform: translate(0,-50px);
            -ms-transform: translate(0,-50px);
            transform: translate(0,-50px);
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: -webkit-transform .3s,opacity .3s .1s;
            -moz-transition: -moz-transform .3s,opacity .3s .1s;
            -o-transition: -o-transform .3s,opacity .3s .1s;
            transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s,opacity .3s .1s;
            z-index: 10;
        }

        #product .product-photos i {
            color: #fff;
            width: 40px;
            height: 40px;
            font-size: 34px;
            line-height: 40px;
        }

    #product .purchase .product-btn {
        overflow: hidden;
    }

        #product .purchase .product-btn > div {
            float: left;
            margin-right: 15px;
        }

        #product .purchase .product-btn .shop-button {
            margin: 0;
        }

        #product .purchase .product-btn .select-btn {
            width: auto;
        }

    #product .product-description {
        float: right;
        position: relative;
    }

        #product .product-description:after {
            content: '';
            display: block;
            height: 30px;
            width: 30px;
            position: absolute;
            top: -30px;
            left: 50%;
            margin-left: -15px;
            border-right: 15px solid transparent;
            border-top: none;
            border-bottom: 15px solid #eee;
            border-left: 15px solid transparent;
            z-index: 3;
        }

    .reviews .reviews-author {
        float: left;
    }

    .reviews .reviews-text {
        margin-left: 180px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #product.menu .menu-content .menu-item .item-description {
        padding: 0 30px;
    }

    #product.menu .product-description {
        padding: 15px;
    }
}

@media (min-width:992px) and (max-width:1399px) {
    #product.menu .menu-content .menu-item .item-description {
        padding: 0 90px;
    }

    #product.menu .product-description {
        padding: 30px;
    }
}

@media (min-width:1400px) {
    #product.menu .menu-content .menu-item .item-description {
        padding: 0 120px;
    }

    #product.menu .product-description {
        padding: 60px 90px;
    }
}

#contact .v-card a {
    color: #111;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

    #contact .v-card a.contact-email {
        color: #B6DFF5;
    }

        #contact .v-card a.contact-email:hover {
            color: #a02031;
        }

#contact #contact-form input[type=text], #contact #contact-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact #contact-form .message {
    width: 100%;
}

#contact #contact-form textarea {
    background: 0 0;
    width: 100%;
    resize: none;
    padding: 15px;
    font-weight: 300;
}

#contact #contact-form .btn-submit {
    width: 100%;
    overflow: hidden;
}

    #contact #contact-form .btn-submit .button-send {
        margin: 15px 0;
        font-weight: 100;
        letter-spacing: 1px;
    }

#contact #contact-form .message-success {
    right: 0;
    top: 15px;
}

.maps-label {
    position: relative;
    margin-left: -100% !important;
    padding-left: -100% !important;
    font-weight: 700;
    font-size: 24px;
}

.maps-label-container {
    position: absolute;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #B6DFF5;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: -20px;
    margin: -20px 0 0 -20px;
}

    .pin:after {
        content: "";
        width: 14px;
        height: 14px;
        margin: 8px 0 0 8px;
        background: #e6e6e6;
        position: absolute;
        border-radius: 50%;
    }

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.pulse {
    background: #d6d4d4;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 5px;
    top: -15px;
    margin: 11px 0 0 -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

    .pulse:after {
        content: "";
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -13px 0 0 -13px;
        -webkit-animation: pulsate 1s ease-out;
        -moz-animation: pulsate 1s ease-out;
        -o-animation: pulsate 1s ease-out;
        animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        box-shadow: 0 0 1px 2px #B6DFF5;
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1,.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1,.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2,1.2);
        opacity: 0;
    }
}

@-o-keyframes pulsate {
    0% {
        -o-transform: scale(0.1,.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -o-transform: scale(1.2,1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1,.1);
        -moz-transform: scale(0.1,.1);
        -ms-transform: scale(0.1,.1);
        transform: scale(0.1,.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        opacity: 0;
    }
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        opacity: 0;
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(-2000px) rotate(-45deg);
        opacity: 0;
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -moz-transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -moz-transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(-2000px) rotate(-45deg);
        opacity: 0;
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -o-transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -o-transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
        opacity: 0;
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@media (min-width:768px) {
    #contact .contact-header {
        text-align: center;
    }

    #contact .v-card a:hover {
        color: #B6DFF5;
    }

    #contact .v-card a.contact-email:hover {
        color: #8a1c2a;
    }
}

#cart .cart-products {
    background: #eee;
}

#cart .list-product h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

#cart h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    font-weight: 600;
}

#cart .cart-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

    #cart .cart-item .product-position {
        line-height: 70px;
    }

    #cart .cart-item .product-thumbnail {
        display: none;
    }

    #cart .cart-item .product-name span {
        display: block;
        font-size: 12px;
        font-style: italic;
    }

    #cart .cart-item .product-name .name {
        color: #111;
        display: block;
        font-weight: 700;
    }

#cart .product-price, #cart .product-quantity, #cart .product-subtotal {
    text-align: center;
}

#cart .amount {
    color: #B6DFF5;
    font-size: 14px;
}

#cart .product-subtotal .amount, #cart .subtotal-amount .amount {
    font-weight: 700;
}

#cart .product-remove {
    text-align: right;
}

    #cart .product-remove .remove {
        font-size: 20px;
        color: #111;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        #cart .product-remove .remove:hover {
            color: #B6DFF5;
        }

#cart .product-quantity .quantity {
    text-align: center;
    -webkit-backface-visibility: hidden;
}

    #cart .product-quantity .quantity .minus, #cart .product-quantity .quantity .plus {
        display: none;
    }

    #cart .product-quantity .quantity input {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin-right: 0;
    }

#cart .product-coupon .coupon-code {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

    #cart .product-coupon .coupon-code input {
        display: block;
        width: 49%;
        border: 1px solid #eee;
        background: 0 0;
        font-weight: 300;
        padding: 4px 10px;
        float: left;
    }

        #cart .product-coupon .coupon-code input::-webkit-input-placeholder {
            color: #b3b3b3 !important;
        }

        #cart .product-coupon .coupon-code input:-moz-placeholder {
            color: #b3b3b3 !important;
        }

        #cart .product-coupon .coupon-code input::-moz-placeholder {
            color: #b3b3b3 !important;
        }

        #cart .product-coupon .coupon-code input:-ms-input-placeholder {
            color: #b3b3b3 !important;
        }

#cart .product-coupon a {
    display: block;
    width: 49%;
    margin-left: 51%;
    text-transform: uppercase;
}

#cart .product-coupon .product-btn {
    margin-bottom: 15px;
}

    #cart .product-coupon .product-btn a:first-of-type {
        float: left;
        margin-left: 0;
    }

#cart .subtotal {
    text-align: center;
}

#cart .subtotal-txt {
    text-align: right;
}

    #cart .subtotal span, #cart .subtotal-txt span {
        font-weight: 700;
    }

#cart .cart-subtotal {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

#cart .cart-buttons {
    padding: 30px;
    border-bottom: 1px solid #eee;
}

    #cart .cart-buttons a {
        text-transform: uppercase;
    }

    #cart .cart-buttons a, #cart .cart-buttons input {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    #cart .cart-buttons input {
        padding-left: 15px;
    }

@media (min-width:768px) {
    #cart .cart-item {
        padding: 30px 0;
    }

        #cart .cart-item .product-thumbnail {
            display: block;
            position: relative;
            width: 70px;
            height: 70px;
            float: left;
        }

            #cart .cart-item .product-thumbnail:after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: #111;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: opacity .3s;
                -moz-transition: opacity .3s;
                -o-transition: opacity .3s;
                transition: opacity .3s;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            #cart .cart-item .product-thumbnail:hover:after {
                opacity: .7;
            }

            #cart .cart-item .product-thumbnail img {
                width: 100%;
                height: auto;
                display: block;
            }

            #cart .cart-item .product-thumbnail figure {
                width: 100%;
                height: 100%;
                display: block;
            }

        #cart .cart-item .product-name span {
            margin-left: 100px;
        }

        #cart .cart-item .name {
            font-size: 16px;
            margin-left: 100px;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

            #cart .cart-item .name:hover {
                color: #B6DFF5;
            }

    #cart .amount {
        font-size: 16px;
    }

    #cart .subtotal-amount {
        font-size: 20px;
    }

    #cart .subtotal span, #cart .subtotal-txt {
        font-size: 18px;
    }

    #cart .product-quantity .quantity {
        text-align: left;
        overflow: hidden;
        margin-top: 15px;
        position: absolute;
        margin-left: -30px;
        left: 50%;
    }

        #cart .product-quantity .quantity .minus, #cart .product-quantity .quantity .plus {
            display: block;
            background: #111;
            color: #fff;
            width: 20px;
            height: 20px;
            line-height: 20px;
            padding: 0;
            float: none;
            border: none;
            font-size: 14px;
            margin: 0 0 0 41px;
        }

            #cart .product-quantity .quantity .minus:hover, #cart .product-quantity .quantity .plus:hover {
                background: #B6DFF5;
                -webkit-transition: background-color .3s;
                -moz-transition: background-color .3s;
                -o-transition: background-color .3s;
                transition: background-color .3s;
            }

        #cart .product-quantity .quantity .plus {
            margin-bottom: 1px;
        }

        #cart .product-quantity .quantity input {
            float: left;
            border: 1px solid #b3b3b3;
            width: 40px;
            height: 41px;
            text-align: center;
            line-height: 41px;
        }

    #cart .product-coupon {
        overflow: hidden;
    }

        #cart .product-coupon .coupon-code {
            width: auto;
            float: left;
        }

            #cart .product-coupon .coupon-code input {
                width: auto;
                display: inline-block;
                margin-right: 15px;
                max-width: 150px;
            }

        #cart .product-coupon a {
            width: auto;
            margin-left: 0;
            display: inline-block;
        }

        #cart .product-coupon .product-btn {
            float: right;
        }

            #cart .product-coupon .product-btn a:first-of-type {
                margin-right: 15px;
            }

    #cart .cart-buttons {
        overflow: hidden;
        padding: 30px 0;
    }

        #cart .cart-buttons .continue-shopping, #cart .cart-buttons .coupon-code {
            float: left;
        }

            #cart .cart-buttons .continue-shopping a, #cart .cart-buttons .continue-shopping input, #cart .cart-buttons .coupon-code a, #cart .cart-buttons .coupon-code input {
                display: block;
                float: left;
            }

            #cart .cart-buttons .continue-shopping input, #cart .cart-buttons .coupon-code input {
                margin-right: 10px;
            }

        #cart .cart-buttons .product-btn {
            float: right;
        }

            #cart .cart-buttons .product-btn a {
                display: inline-block;
            }

        #cart .cart-buttons a, #cart .cart-buttons input {
            width: auto;
            margin-bottom: 0;
        }
}

#gallery .mix {
    display: none;
}

    #gallery .mix .row {
        background: #fff;
    }

#gallery .two-columns .mix {
    width: 50%;
}

#gallery .three-columns .mix {
    width: 33.333334%;
}

#gallery .four-columns .mix {
    width: 25%;
}

#gallery .five-columns .mix {
    width: 20%;
}

#gallery .mix {
    position: relative;
    text-align: center;
    color: #fff;
}

    #gallery .mix img {
        width: 100%;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .4s;
        -moz-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
        height: auto;
    }

        #gallery .mix img.lazyloaded {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    #gallery .mix > div {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        left: 0;
        top: 0;
        font-size: 16px;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        #gallery .mix > div > div {
            display: table;
            width: 100%;
            height: 100%;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: opacity .4s .1s,-webkit-transform .5s cubic-bezier(0.165,.84,.44,1);
            -moz-transition: opacity .4s .1s,-moz-transform .5s cubic-bezier(0.165,.84,.44,1);
            -o-transition: opacity .4s .1s,-o-transform .5s cubic-bezier(0.165,.84,.44,1);
            transition: opacity .4s .1s,-webkit-transform .5s cubic-bezier(0.165,.84,.44,1),-moz-transform .5s cubic-bezier(0.165,.84,.44,1),-o-transform .5s cubic-bezier(0.165,.84,.44,1),transform .5s cubic-bezier(0.165,.84,.44,1);
            -webkit-transform: translate(0,-40px);
            -moz-transform: translate(0,-40px);
            -o-transform: translate(0,-40px);
            -ms-transform: translate(0,-40px);
            transform: translate(0,-40px);
        }

            #gallery .mix > div > div span {
                display: table-cell;
                vertical-align: middle;
                padding: 0 30px;
            }

            #gallery .mix > div > div h3 {
                margin-bottom: 60px;
                position: relative;
            }

                #gallery .mix > div > div h3:after {
                    content: '';
                    display: block;
                    height: 2px;
                    width: 30px;
                    position: absolute;
                    bottom: -30px;
                    left: 50%;
                    margin-left: -15px;
                    background: #fff;
                }

    #gallery .mix:hover > div {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

        #gallery .mix:hover > div > div {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -o-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0);
        }

#gallery .gallery-content {
    font-size: 0;
}

#gallery .load-more-text button {
    width: 100%;
    background: #eee;
    border: none;
    padding: 15px;
}

    #gallery .load-more-text button:active, #gallery .load-more-text button:focus, #gallery .load-more-text button:hover {
        outline: 0;
    }

@media (max-width:991px) {
    #gallery .mix {
        width: 50% !important;
    }
}

.gallery-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 1003;
    background: #111;
}

    .gallery-wrapper #gallery {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .gallery-wrapper article {
        background: #fff;
        width: 40%;
        height: 100%;
        padding: 60px 40px;
        top: 0;
        z-index: 100;
        position: relative;
    }

        .gallery-wrapper article h2 {
            margin-top: 0;
            margin-bottom: 15px;
        }

        .gallery-wrapper article h4 {
            font-style: italic;
            font-size: 300;
        }

        .gallery-wrapper article .gallery-description {
            margin: 40px 0;
        }

    .gallery-wrapper .gallery-content {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #111;
    }

        .gallery-wrapper .gallery-content .controls {
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            z-index: 100;
        }

            .gallery-wrapper .gallery-content .controls .owl-next, .gallery-wrapper .gallery-content .controls .owl-prev {
                height: 50px;
                text-shadow: 0 0 1px #111;
                position: absolute;
                margin-top: -25px;
                color: #fff;
                z-index: 999;
                -webkit-transition: color .3s;
                -moz-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s;
                cursor: pointer;
            }

                .gallery-wrapper .gallery-content .controls .owl-next:hover, .gallery-wrapper .gallery-content .controls .owl-prev:hover {
                    color: #B6DFF5;
                }

            .gallery-wrapper .gallery-content .controls .owl-prev {
                left: 20px;
                top: 50%;
            }

            .gallery-wrapper .gallery-content .controls .owl-next {
                right: 20px;
                top: 50%;
            }

            .gallery-wrapper .gallery-content .controls i {
                font-size: 56px;
                line-height: 50px;
            }

        .gallery-wrapper .gallery-content.fullscreen .gallery {
            width: 100%;
        }

        .gallery-wrapper .gallery-content.fullscreen .close-button, .gallery-wrapper .gallery-content.fullscreen .close-button:hover {
            color: #fff;
        }

    .gallery-wrapper.animating .gallery {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .gallery-wrapper .gallery {
        width: 60%;
        height: 100%;
        position: relative;
    }

        .gallery-wrapper .gallery .hover-fullscreen {
            position: absolute !important;
            top: 50%;
            left: 50%;
            display: block;
            font-size: 26px;
            color: #111;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            margin-top: -25px;
            margin-left: -25px;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: opacity .5s;
            -moz-transition: opacity .5s;
            -o-transition: opacity .5s;
            transition: opacity .5s;
        }

            .gallery-wrapper .gallery .hover-fullscreen i {
                line-height: 50px;
            }

        .gallery-wrapper .gallery:hover .hover-fullscreen {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .gallery-wrapper .gallery .hover-normal-size {
            position: absolute !important;
            top: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            display: block;
            line-height: 50px;
            text-align: center;
            color: #111;
            font-size: 26px;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .gallery-wrapper.overlay-active {
        z-index: 1004;
    }

    .gallery-wrapper.large-image .gallery {
        width: 100%;
    }

    .gallery-wrapper.full-image #portfolio-images .item {
        text-align: center;
        width: 100%;
    }

    .gallery-wrapper .sharer {
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 40px;
        overflow: hidden;
        margin-bottom: 0;
    }

        .gallery-wrapper .sharer li {
            float: left;
        }

            .gallery-wrapper .sharer li a {
                color: #111;
                padding-right: 17px;
                font-size: 16px;
                position: relative;
                overflow: hidden;
                display: block;
                -webkit-transition: color .3s;
                -moz-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s;
                -webkit-transition-delay: 0s;
                -moz-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
            }

                .gallery-wrapper .sharer li a:before {
                    content: "/";
                    position: absolute;
                    right: 5px;
                    top: 0;
                    color: #111;
                }

                .gallery-wrapper .sharer li a:hover {
                    color: #B6DFF5;
                }

                    .gallery-wrapper .sharer li a:hover:before {
                        color: #111;
                    }

            .gallery-wrapper .sharer li:last-child a:before {
                display: none;
            }

#images {
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 15px;
    position: relative;
}

    #images .item {
        height: 100%;
    }

        #images .item figure {
            height: 100%;
            display: block;
            position: relative;
            background-size: contain;
        }

    #images .item-video, #images .owl-item, #images .owl-stage, #images .owl-stage-outer {
        height: 100%;
    }

    #images img {
        display: block;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        height: auto;
    }

        #images img.loaded {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    #images .owl-video-wrapper {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .7s .5s;
        -moz-transition: opacity .7s .5s;
        -o-transition: opacity .7s .5s;
        transition: opacity .7s .5s;
    }

        #images .owl-video-wrapper.loaded {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    #images .item figure:after {
        content: "\f1ce";
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        margin-top: -25px;
        margin-left: -25px;
        -webkit-transition: opacity .3s,visibility .3s .5s;
        -moz-transition: opacity .3s,visibility .3s .5s;
        -o-transition: opacity .3s,visibility .3s .5s;
        transition: opacity .3s,visibility .3s .5s;
        visibility: visible;
        font-family: fontAwesome;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        -webkit-animation: spin 2s infinite linear;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

    #images .item figure img {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .7s .5s;
        -moz-transition: opacity .7s .5s;
        -o-transition: opacity .7s .5s;
        transition: opacity .7s .5s;
    }

    #images .item figure.loaded:after {
        visibility: hidden;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .3s,visibility .3s .5s;
        -moz-transition: opacity .3s,visibility .3s .5s;
        -o-transition: opacity .3s,visibility .3s .5s;
        transition: opacity .3s,visibility .3s .5s;
    }

    #images .item figure.loaded img {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.screenshot {
    position: relative;
    padding-bottom: 100px;
}

    .screenshot a {
        display: block;
        width: 25%;
        float: left;
    }

        .screenshot a img {
            width: 100%;
            height: auto;
        }

.gallery-hover {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .gallery-hover:hover:after {
        zoom: 1;
        filter: alpha(opacity=95);
        -webkit-opacity: .95;
        -moz-opacity: .95;
        opacity: .95;
        -webkit-transform: translate(0px,0);
        -moz-transform: translate(0px,0);
        -o-transform: translate(0px,0);
        -ms-transform: translate(0px,0);
        transform: translate(0px,0);
        z-index: 1;
    }

    .gallery-hover:hover i {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translate(0px,0);
        -moz-transform: translate(0px,0);
        -o-transform: translate(0px,0);
        -ms-transform: translate(0px,0);
        transform: translate(0px,0);
        -webkit-transition: opacity .3s .2s,-webkit-transform .3s .2s;
        -moz-transition: opacity .3s .2s,-moz-transform .3s .2s;
        -o-transition: opacity .3s .2s,-o-transform .3s .2s;
        transition: opacity .3s .2s,-webkit-transform .3s .2s,-moz-transform .3s .2s,-o-transform .3s .2s,transform .3s .2s;
    }

    .gallery-hover:after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-transform: translate(40px,40px);
        -moz-transform: translate(40px,40px);
        -o-transform: translate(40px,40px);
        -ms-transform: translate(40px,40px);
        transform: translate(40px,40px);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .3s,-webkit-transform .3s .1s;
        -moz-transition: opacity .3s,-moz-transform .3s .1s;
        -o-transition: opacity .3s,-o-transform .3s .1s;
        transition: opacity .3s,-webkit-transform .3s .1s,-moz-transform .3s .1s,-o-transform .3s .1s,transform .3s .1s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .gallery-hover img {
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    .gallery-hover i {
        position: absolute;
        height: 50px;
        width: 50px;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
        color: #B6DFF5;
        font-size: 40px;
        line-height: 50px;
        z-index: 2;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity .3s 0s,-webkit-transform .3s 0s;
        -moz-transition: opacity .3s 0s,-moz-transform .3s 0s;
        -o-transition: opacity .3s 0s,-o-transform .3s 0s;
        transition: opacity .3s 0s,-webkit-transform .3s 0s,-moz-transform .3s 0s,-o-transform .3s 0s,transform .3s 0s;
        -webkit-transform: translate(20px,20px);
        -moz-transform: translate(20px,20px);
        -o-transform: translate(20px,20px);
        -ms-transform: translate(20px,20px);
        transform: translate(20px,20px);
        text-align: center;
    }

.close-button {
    position: absolute !important;
    z-index: 100;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    cursor: pointer;
    color: #111;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: color .3s,-webkit-transform .3s .1s;
    -moz-transition: color .3s,-moz-transform .3s .1s;
    -o-transition: color .3s,-o-transform .3s .1s;
    transition: color .3s,-webkit-transform .3s .1s,-moz-transform .3s .1s,-o-transform .3s .1s,transform .3s .1s;
}

    .close-button i {
        font-size: 30px;
        line-height: 30px;
        width: 30px;
    }

    .close-button:hover {
        color: #B6DFF5;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

#footer {
    background: #B8BDBD;
    padding: 10px 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform ease-in .4s;
    -moz-transition: -moz-transform ease-in .4s;
    -o-transition: -o-transform ease-in .4s;
    transition: -webkit-transform ease-in .4s,-moz-transform ease-in .4s,-o-transform ease-in .4s,transform ease-in .4s;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    right: 0;
}

    #footer a {
        color: #fff;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        #footer a:hover {
            color: #B6DFF5;
        }

    #footer .to-the-top {
        padding: 30px;
        font-size: 28px;
        position: relative;
    }

        #footer .to-the-top:after {
            content: "";
            border-radius: 50%;
            height: 40px;
            width: 40px;
            position: absolute;
            opacity: 0;
            box-shadow: 0 0 1px 2px #fff;
            -webkit-animation-delay: 1.1s;
            -moz-animation-delay: 1.1s;
            -o-animation-delay: 1.1s;
            animation-delay: 1.1s;
            margin-top: -19px;
            margin-left: -20px;
            top: 50%;
            left: 50%;
        }

        #footer .to-the-top.back-pulsate:after {
            -webkit-animation: pulsate 1s ease-out;
            -moz-animation: pulsate 1s ease-out;
            -o-animation: pulsate 1s ease-out;
            animation: pulsate 1s ease-out;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

    #footer .v-card {
        font-size: 16px;
        color: #685D5C;
        text-align: center;
        margin-bottom: 15px;
    }

        #footer .v-card > div span {
            display: block;
        }

        #footer .v-card .social-icon {
            margin: 0 0 30px;
        }

        #footer .v-card .open-daily, #footer .v-card .simple-contact {
            margin: 0 0 15px;
        }

    #footer p {
        font-size: 12px;
    }

    #footer .social-icon {
        margin-bottom: 10px;
        display: block;
    }

        #footer .social-icon li {
            display: inline-block;
            margin: 0 5px;
        }

            #footer .social-icon li a {
                padding: 5px;
                color: #fff;
                -webkit-transition: color .3s;
                -moz-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s;
            }

    #footer .copyrights {
        color: #685D5C;
        margin: 0;
    }

#footer-spacer {
    display: none;
}

@media (max-width:991px) {
    #footer {
        position: relative;
    }
}

@media (min-width:992px) {
    #footer .social-icon li a:hover, #footer a:hover {
        color: #B6DFF5;
    }

    #footer-spacer {
        display: block;
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0,0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel .owl-rtl {
        direction: rtl;
    }

        .owl-carousel .owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #111;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        font-size: 24px;
        margin: 0 5px;
        padding: 7px;
        display: inline-block;
        cursor: pointer;
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            color: #B6DFF5;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.yo-anim-enabled .yo-anim {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .yo-anim-enabled .yo-anim.yo-anim-start {
        opacity: 1;
    }

    .yo-anim-enabled .yo-anim.yo-anim-fade.yo-anim-start {
        -webkit-animation: yo-fade .7s ease-in forwards;
        -moz-animation: yo-fade .7s ease-in forwards;
        -o-animation: yo-fade .7s ease-in forwards;
        animation: yo-fade .7s ease-in forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-fade-ltr.yo-anim-start {
        -webkit-animation: yo-ltr .7s ease-out forwards;
        -moz-animation: yo-ltr .7s ease-out forwards;
        -o-animation: yo-ltr .7s ease-out forwards;
        animation: yo-ltr .7s ease-out forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-fade-rtl.yo-anim-start {
        -webkit-animation: yo-rtl .7s ease-out forwards;
        -moz-animation: yo-rtl .7s ease-out forwards;
        -o-animation: yo-rtl .7s ease-out forwards;
        animation: yo-rtl .7s ease-out forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-fade-ttb.yo-anim-start {
        -webkit-animation: yo-ttb .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
        -moz-animation: yo-ttb .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
        -o-animation: yo-ttb .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
        animation: yo-ttb .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-fade-btt.yo-anim-start {
        -webkit-animation: yo-btt .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
        -moz-animation: yo-btt .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
        -o-animation: yo-btt .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
        animation: yo-btt .7s cubic-bezier(0.175,.885,.32,1.275) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-zoyo-in.yo-anim-start {
        -webkit-animation: yo-zoyo-in .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -moz-animation: yo-zoyo-in .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -o-animation: yo-zoyo-in .7s cubic-bezier(0.215,.61,.355,1) forwards;
        animation: yo-zoyo-in .7s cubic-bezier(0.215,.61,.355,1) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-zoyo-out.yo-anim-start {
        -webkit-animation: yo-zoyo-out .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -moz-animation: yo-zoyo-out .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -o-animation: yo-zoyo-out .7s cubic-bezier(0.215,.61,.355,1) forwards;
        animation: yo-zoyo-out .7s cubic-bezier(0.215,.61,.355,1) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-pop-out.yo-anim-start {
        -webkit-animation: yo-zoyo-in .4s cubic-bezier(0.17,.89,.45,1.47) forwards;
        -moz-animation: yo-zoyo-in .4s cubic-bezier(0.17,.89,.45,1.47) forwards;
        -o-animation: yo-zoyo-in .4s cubic-bezier(0.17,.89,.45,1.47) forwards;
        animation: yo-zoyo-in .4s cubic-bezier(0.17,.89,.45,1.47) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-spin.yo-anim-start {
        -webkit-animation: yo-spin .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -moz-animation: yo-spin .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -o-animation: yo-spin .7s cubic-bezier(0.215,.61,.355,1) forwards;
        animation: yo-spin .7s cubic-bezier(0.215,.61,.355,1) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-spin-lt {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

        .yo-anim-enabled .yo-anim.yo-anim-spin-lt.yo-anim-start {
            -webkit-animation: yo-spin-lt .5s cubic-bezier(0.215,.61,.355,1) forwards;
            -moz-animation: yo-spin-lt .5s cubic-bezier(0.215,.61,.355,1) forwards;
            -o-animation: yo-spin-lt .5s cubic-bezier(0.215,.61,.355,1) forwards;
            animation: yo-spin-lt .5s cubic-bezier(0.215,.61,.355,1) forwards;
        }

    .yo-anim-enabled .yo-anim.yo-anim-spin-rt {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

        .yo-anim-enabled .yo-anim.yo-anim-spin-rt.yo-anim-start {
            -webkit-animation: yo-spin-rt .5s cubic-bezier(0.215,.61,.355,1) forwards;
            -moz-animation: yo-spin-rt .5s cubic-bezier(0.215,.61,.355,1) forwards;
            -o-animation: yo-spin-rt .5s cubic-bezier(0.215,.61,.355,1) forwards;
            animation: yo-spin-rt .5s cubic-bezier(0.215,.61,.355,1) forwards;
        }

    .yo-anim-enabled .yo-anim.yo-anim-flip-x.yo-anim-start {
        -webkit-animation: yo-flip-x .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -moz-animation: yo-flip-x .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -o-animation: yo-flip-x .7s cubic-bezier(0.215,.61,.355,1) forwards;
        animation: yo-flip-x .7s cubic-bezier(0.215,.61,.355,1) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-flip-y.yo-anim-start {
        -webkit-animation: yo-flip-y .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -moz-animation: yo-flip-y .7s cubic-bezier(0.215,.61,.355,1) forwards;
        -o-animation: yo-flip-y .7s cubic-bezier(0.215,.61,.355,1) forwards;
        animation: yo-flip-y .7s cubic-bezier(0.215,.61,.355,1) forwards;
    }

    .yo-anim-enabled .yo-anim.yo-anim-flip {
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

        .yo-anim-enabled .yo-anim.yo-anim-flip.yo-anim-start {
            -webkit-animation: yo-flip .7s cubic-bezier(1,0,0,1) forwards;
            -moz-animation: yo-flip .7s cubic-bezier(1,0,0,1) forwards;
            -o-animation: yo-flip .7s cubic-bezier(1,0,0,1) forwards;
            animation: yo-flip .7s cubic-bezier(1,0,0,1) forwards;
        }

@-webkit-keyframes yo-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes yo-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes yo-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes yo-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes yo-ltr {
    0% {
        -webkit-transform: translate(-70px,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

@-moz-keyframes yo-ltr {
    0% {
        -moz-transform: translate(-70px,0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1;
    }
}

@-o-keyframes yo-ltr {
    0% {
        -o-transform: translate(-70px,0);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1;
    }
}

@keyframes yo-ltr {
    0% {
        transform: translate(-70px,0);
        opacity: 0;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes yo-rtl {
    0% {
        -webkit-transform: translate(70px,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

@-moz-keyframes yo-rtl {
    0% {
        -moz-transform: translate(70px,0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1;
    }
}

@-o-keyframes yo-rtl {
    0% {
        -o-transform: translate(70px,0);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1;
    }
}

@keyframes yo-rtl {
    0% {
        transform: translate(70px,0);
        opacity: 0;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes yo-ttb {
    0% {
        -webkit-transform: translate(0,-70px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

@-moz-keyframes yo-ttb {
    0% {
        -moz-transform: translate(0,-70px);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1;
    }
}

@-o-keyframes yo-ttb {
    0% {
        -o-transform: translate(0,-70px);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1;
    }
}

@keyframes yo-ttb {
    0% {
        transform: translate(0,-70px);
        opacity: 0;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes yo-btt {
    0% {
        -webkit-transform: translate(0,70px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

@-moz-keyframes yo-btt {
    0% {
        -moz-transform: translate(0,70px);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1;
    }
}

@-o-keyframes yo-btt {
    0% {
        -o-transform: translate(0,70px);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1;
    }
}

@keyframes yo-btt {
    0% {
        transform: translate(0,70px);
        opacity: 0;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes yo-zoyo-in {
    0% {
        -webkit-transform: scale(0.4,.4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 1;
    }
}

@-moz-keyframes yo-zoyo-in {
    0% {
        -moz-transform: scale(0.4,.4);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1,1);
        opacity: 1;
    }
}

@-o-keyframes yo-zoyo-in {
    0% {
        -o-transform: scale(0.4,.4);
        opacity: 0;
    }

    100% {
        -o-transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes yo-zoyo-in {
    0% {
        transform: scale(0.4,.4);
        opacity: 0;
    }

    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}

@-webkit-keyframes yo-zoyo-out {
    0% {
        -webkit-transform: scale(1.4,1.4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 1;
    }
}

@-moz-keyframes yo-zoyo-out {
    0% {
        -moz-transform: scale(1.4,1.4);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1,1);
        opacity: 1;
    }
}

@-o-keyframes yo-zoyo-out {
    0% {
        -o-transform: scale(1.4,1.4);
        opacity: 0;
    }

    100% {
        -o-transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes yo-zoyo-out {
    0% {
        transform: scale(1.4,1.4);
        opacity: 0;
    }

    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}

@-webkit-keyframes yo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes yo-spin {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes yo-spin {
    0% {
        -o-transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes yo-spin {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes yo-spin-lt {
    0% {
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@-moz-keyframes yo-spin-lt {
    0% {
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes yo-spin-lt {
    0% {
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes yo-spin-lt {
    0% {
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes yo-spin-rt {
    0% {
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@-moz-keyframes yo-spin-rt {
    0% {
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes yo-spin-rt {
    0% {
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes yo-spin-rt {
    0% {
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes yo-flip-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes yo-flip-x {
    0% {
        -moz-transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes yo-flip-x {
    0% {
        -o-transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -o-transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes yo-flip-x {
    0% {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes yo-flip-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(550px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes yo-flip-y {
    0% {
        -moz-transform: perspective(550px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform: perspective(550px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes yo-flip-y {
    0% {
        -o-transform: perspective(550px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -o-transform: perspective(550px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes yo-flip-y {
    0% {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        transform: perspective(550px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes yo-flip {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    30% {
        -webkit-transform: perspective(550px) rotateX(-35deg);
        opacity: .4;
    }

    60% {
        -webkit-transform: perspective(550px) rotateX(15deg);
        opacity: .6;
    }

    80% {
        -webkit-transform: perspective(550px) rotateX(-7deg);
        opacity: .8;
    }

    100% {
        -webkit-transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes yo-flip {
    0% {
        -moz-transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    30% {
        -moz-transform: perspective(550px) rotateX(-35deg);
        opacity: .4;
    }

    60% {
        -moz-transform: perspective(550px) rotateX(15deg);
        opacity: .6;
    }

    80% {
        -moz-transform: perspective(550px) rotateX(-7deg);
        opacity: .8;
    }

    100% {
        -moz-transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes yo-flip {
    0% {
        -o-transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    30% {
        -o-transform: perspective(550px) rotateX(-35deg);
        opacity: .4;
    }

    60% {
        -o-transform: perspective(550px) rotateX(15deg);
        opacity: .6;
    }

    80% {
        -o-transform: perspective(550px) rotateX(-7deg);
        opacity: .8;
    }

    100% {
        -o-transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes yo-flip {
    0% {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }

    30% {
        transform: perspective(550px) rotateX(-35deg);
        opacity: .4;
    }

    60% {
        transform: perspective(550px) rotateX(15deg);
        opacity: .6;
    }

    80% {
        transform: perspective(550px) rotateX(-7deg);
        opacity: .8;
    }

    100% {
        transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}
