﻿/*Import Google Fonts (Open Sans)*/
/*Import Bootstrap*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #ffb900;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #ffb900;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 12px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: transparent;
    border: 1px solid #dedede;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #dedede;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #ffffff;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

    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,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

    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: 48px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 14px;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 92%;
}

mark,
.mark {
    background-color: #ffcc00;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #cccccc;
}

.text-primary {
    color: #ff6b00;
}

a.text-primary:hover {
    color: #cc5600;
}

.text-success {
    color: #4cd964;
}

a.text-success:hover {
    color: #2ac845;
}

.text-info {
    color: #5ac8fa;
}

a.text-info:hover {
    color: #28b7f9;
}

.text-warning {
    color: #ffcc00;
}

a.text-warning:hover {
    color: #cca300;
}

.text-danger {
    color: #ff3b30;
}

a.text-danger:hover {
    color: #fc0d00;
}

.bg-primary {
    color: #fff;
    background-color: #ff6b00;
}

a.bg-primary:hover {
    background-color: #cc5600;
}

.bg-success {
    background-color: #4cd964;
}

a.bg-success:hover {
    background-color: #2ac845;
}

.bg-info {
    background-color: #4f4f4f;
}

a.bg-info:hover {
    background-color: #28b7f9;
}

.bg-warning {
    background-color: #ffcc00;
}

a.bg-warning:hover {
    background-color: #cca300;
}

.bg-danger {
    background-color: #ff3b30;
}

a.bg-danger:hover {
    background-color: #fc0d00;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #f2f2f2;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        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: 24px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

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[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #cccccc;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 22px;
    border-left: 5px solid #f2f2f2;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #cccccc;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #f2f2f2;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 24px;
    font-style: normal;
    /*line-height: 1.5;*/
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 16px 12px;
    padding-bottom: 16px 12px;
    color: #cccccc;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 6px 12px;
        line-height: 1.5;
        vertical-align: middle;
        border-top: 1px solid #d9d9d9;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #d9d9d9;
    }



    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #d9d9d9;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 10px 8px;
}

.table-bordered {
    border-right: none;
    border-top: none;
    border-left: 1px solid #d9d9d9;
    border-bottom: none;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #d9d9d9;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 107, 0, 0.05);
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #4cd964;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #37d552;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #5ac8fa;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #41c0f9;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #ffcc00;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #e6b800;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #ff3b30;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ff2317;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d9d9d9;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #ffffff;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #e6e6e6;
        border-color: #e0e0e0;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #ffffff;
    }

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #00249f;
    border-color: #183ca9;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #011d7f;
        border-color: #002299;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        /*background-color: #ff6b00;
  border-color: #ff6b00;*/
    }

    .btn-primary .badge {
        color: #ff6b00;
        background-color: #ffffff;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #012aba;
        border-color: #011e83;
    }

.btn-success {
    color: #ffffff;
    background-color: #5ac56c;
    border-color: #4cd964;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #2ac845;
        border-color: #29bf42;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #4cd964;
        border-color: #4cd964;
    }

    .btn-success .badge {
        color: #4cd964;
        background-color: #ffffff;
    }

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-color: #76e288;
        border-color: #7ee490;
    }

.btn-info {
    color: #ffffff;
    background-color: #00249f;
    border-color: #011c78;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #00249f;
        background-color: #ffc732;
        border-color: #cca300;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5ac8fa;
        border-color: #5ac8fa;
    }

    .btn-info .badge {
        color: #5ac8fa;
        background-color: #ffffff;
    }

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-color: #8bd8fc;
        border-color: #95dcfc;
    }

.btn-warning {
    color: #000;
    background-color: #ffc732;
    border-color: #ffc425;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #cca300;
        border-color: #c29b00;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #ffcc00;
        border-color: #ffcc00;
    }

    .btn-warning .badge {
        color: #ffcc00;
        background-color: #ffffff;
    }

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-color: #ffd633;
        border-color: #ffd83d;
    }

.btn-danger {
    color: #ffffff;
    background-color: #ff3b30;
    border-color: #ff3b30;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #fc0d00;
        border-color: #f20d00;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #ff3b30;
        border-color: #ff3b30;
    }

    .btn-danger .badge {
        color: #ff3b30;
        background-color: #ffffff;
    }

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-color: #ff6b63;
        border-color: #ff756d;
    }

.btn-link {
    color: #ff6b00;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #ff6b00;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #cccccc;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 12px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -10px;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        color: #4d4d4d;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #404040;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #ff6b00;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #cccccc;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 5px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #f2f2f2;
            }

        .nav > li.disabled > a {
            color: #cccccc;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #cccccc;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #f2f2f2;
        border-color: #ff6b00;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            /*  margin-right: 2px;
*/ line-height: 1.5;
            border: 1px solid transparent;
            border-radius: 3px 3px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #f2f2f2 #f2f2f2 #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #8e8e93;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 3px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #ff6b00;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 3px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

@media screen and (max-width: 360px) {
    .breadcrumb > li:last-child {
        padding-bottom: 10px !important;
    }
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #cccccc;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 3px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #ff6b00;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #ff6b00;
            background-color: #f2f2f2;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #ff6b00;
        border-color: #ff6b00;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #cccccc;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 14px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 13px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #f2f2f2;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #cccccc;
        background-color: #ffffff;
        cursor: not-allowed;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #cccccc;
    border-radius: 3px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #ff6b00;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: transparent;
    border: 1px solid #dedede;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #ff6b00;
}

.thumbnail .caption {
    padding: 10px;
    color: #3a3a3a;
}

.panel {
    margin-bottom: 4px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1px;
            border-bottom-right-radius: -1px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #d9d9d9;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 24px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #4d4d4d;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #4d4d4d;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #ff6b00;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #ff6b00;
        border-color: #ff6b00;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ff6b00;
        }

        .panel-primary > .panel-heading .badge {
            color: #ff6b00;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ff6b00;
    }

.panel-success {
    border-color: #37d538;
}

    .panel-success > .panel-heading {
        color: #4cd964;
        background-color: #4cd964;
        border-color: #37d538;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #37d538;
        }

        .panel-success > .panel-heading .badge {
            color: #4cd964;
            background-color: #4cd964;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #37d538;
    }

.panel-info {
    border-color: #37ddf9;
}

    .panel-info > .panel-heading {
        color: #5ac8fa;
        background-color: #5ac8fa;
        border-color: #37ddf9;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #37ddf9;
        }

        .panel-info > .panel-heading .badge {
            color: #5ac8fa;
            background-color: #5ac8fa;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #37ddf9;
    }

.panel-warning {
    border-color: #e69100;
}

    .panel-warning > .panel-heading {
        color: #ffcc00;
        background-color: #ffcc00;
        border-color: #e69100;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e69100;
        }

        .panel-warning > .panel-heading .badge {
            color: #ffcc00;
            background-color: #ffcc00;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e69100;
    }

.panel-danger {
    border-color: #ff1731;
}

    .panel-danger > .panel-heading {
        color: #ff3b30;
        background-color: #ff3b30;
        border-color: #ff1731;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ff1731;
        }

        .panel-danger > .panel-heading .badge {
            color: #ff3b30;
            background-color: #ff3b30;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ff1731;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}




.modal-open {
    overflow: hidden;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=8);
    }

        .modal-backdrop.fade in {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 8px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}










.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #3a3a3a;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3a3a3a;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3a3a3a;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3a3a3a;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #3a3a3a;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #3a3a3a;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #3a3a3a;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #3a3a3a;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #3a3a3a;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 260px;
    padding: 1px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background-color: #3a3a3a;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #303030;
    border-bottom: 1px solid #232323;
    border-radius: 11px 11px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #3a3a3a;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #3a3a3a;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #3a3a3a;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #3a3a3a;
        bottom: -10px;
    }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
    /*Custom Css Media Query*/
    .forMobile {
        position: absolute;
        right: -10px;
    }

    #search__ {
        position: absolute;
        width: 90%;
        right: 20px;
        top: 73px;
        background: #d4d4d4;
        padding: 8px;
        z-index: 99999999;
    }
    #txtHomeSearch {
        height: 27px;
        border: 0px solid #00238e;
    }
    .btn__ {
        position: absolute;
        top: 13px;
        right: 14px;
        display:none;
    }
    nav-search:after {
        content: "";
        position: absolute;
        border-width: 10px;
        border-color: #fff #fff #d4d4d4 #fff;
        border-style: solid;
        top: -20px;
        right: 5px;
    }
    .mobile-navbar-tools .switchers .column:first-child {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        border-left: 1px solid #dedede;
        padding: 0;
    }
    .tab-pane.responsive{
        margin-bottom:0px !important
    }
/**/
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*Import Brand icons*/
@font-face {
    font-family: 'brand-icons';
    src: url('../fonts/brand-icons.eot');
    src: url('../fonts/brand-icons.eot') format('embedded-opentype'), url('../fonts/brand-icons.woff') format('woff'), url('../fonts/brand-icons.ttf') format('truetype'), url('../fonts/brand-icons.svg') format('svg'), url('../fonts/brand-icons.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'brand-icons';
    src: url('../font/brand-icons.svg?77372436#brand-icons') format('svg');
  }
}
*/
[class^="bi-"]:before,
[class*=" bi-"]:before {
    font-family: "brand-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
}

.bi-facebook:before {
    content: '\e800';
}
/* '' */
.bi-foursquare:before {
    content: '\e801';
}
/* '' */
.bi-android:before {
    content: '\e802';
}
/* '' */
.bi-behance:before {
    content: '\e803';
}
/* '' */
.bi-codepen:before {
    content: '\e804';
}
/* '' */
.bi-github:before {
    content: '\e805';
}
/* '' */
.bi-github-circled:before {
    content: '\e806';
}
/* '' */
.bi-twitter:before {
    content: '\e807';
}
/* '' */
.bi-twitter-squared:before {
    content: '\e808';
}
/* '' */
.bi-pinterest-squared:before {
    content: '\e809';
}
/* '' */
.bi-pinterest-circled:before {
    content: '\e80a';
}
/* '' */
.bi-gplus:before {
    content: '\e80b';
}
/* '' */
.bi-google:before {
    content: '\e80c';
}
/* '' */
.bi-git:before {
    content: '\e80d';
}
/* '' */
.bi-flickr:before {
    content: '\e80e';
}
/* '' */
.bi-facebook-squared:before {
    content: '\e80f';
}
/* '' */
.bi-dropbox:before {
    content: '\e810';
}
/* '' */
.bi-drupal:before {
    content: '\e811';
}
/* '' */
.bi-dribbble:before {
    content: '\e812';
}
/* '' */
.bi-digg:before {
    content: '\e813';
}
/* '' */
.bi-deviantart:before {
    content: '\e814';
}
/* '' */
.bi-angellist:before {
    content: '\e815';
}
/* '' */
.bi-adn:before {
    content: '\e816';
}
/* '' */
.bi-apple:before {
    content: '\e817';
}
/* '' */
.bi-behance-squared:before {
    content: '\e818';
}
/* '' */
.bi-bitbucket:before {
    content: '\e819';
}
/* '' */
.bi-bitbucket-squared:before {
    content: '\e81a';
}
/* '' */
.bi-gplus-squared:before {
    content: '\e81b';
}
/* '' */
.bi-github-squared:before {
    content: '\e81c';
}
/* '' */
.bi-git-squared:before {
    content: '\e81d';
}
/* '' */
.bi-gwallet:before {
    content: '\e81e';
}
/* '' */
.bi-hacker-news:before {
    content: '\e81f';
}
/* '' */
.bi-html5:before {
    content: '\e820';
}
/* '' */
.bi-instagram:before {
    content: '\e821';
}
/* '' */
.bi-ioxhost:before {
    content: '\e822';
}
/* '' */
.bi-joomla:before {
    content: '\e823';
}
/* '' */
.bi-jsfiddle:before {
    content: '\e824';
}
/* '' */
.bi-lastfm:before {
    content: '\e825';
}
/* '' */
.bi-lastfm-squared:before {
    content: '\e826';
}
/* '' */
.bi-linkedin-squared:before {
    content: '\e827';
}
/* '' */
.bi-linux:before {
    content: '\e828';
}
/* '' */
.bi-linkedin:before {
    content: '\e829';
}
/* '' */
.bi-maxcdn:before {
    content: '\e82a';
}
/* '' */
.bi-meanpath:before {
    content: '\e82b';
}
/* '' */
.bi-openid:before {
    content: '\e82c';
}
/* '' */
.bi-pagelines:before {
    content: '\e82d';
}
/* '' */
.bi-paypal:before {
    content: '\e82e';
}
/* '' */
.bi-pied-piper-squared:before {
    content: '\e82f';
}
/* '' */
.bi-pied-piper-alt:before {
    content: '\e830';
}
/* '' */
.bi-qq:before {
    content: '\e831';
}
/* '' */
.bi-reddit:before {
    content: '\e832';
}
/* '' */
.bi-reddit-squared:before {
    content: '\e833';
}
/* '' */
.bi-renren:before {
    content: '\e834';
}
/* '' */
.bi-skype:before {
    content: '\e835';
}
/* '' */
.bi-slack:before {
    content: '\e836';
}
/* '' */
.bi-slideshare:before {
    content: '\e837';
}
/* '' */
.bi-soundcloud:before {
    content: '\e838';
}
/* '' */
.bi-spotify:before {
    content: '\e839';
}
/* '' */
.bi-stackexchange:before {
    content: '\e83a';
}
/* '' */
.bi-stackoverflow:before {
    content: '\e83b';
}
/* '' */
.bi-steam:before {
    content: '\e83c';
}
/* '' */
.bi-steam-squared:before {
    content: '\e83d';
}
/* '' */
.bi-stumbleupon:before {
    content: '\e83e';
}
/* '' */
.bi-stumbleupon-circled:before {
    content: '\e83f';
}
/* '' */
.bi-tencent-weibo:before {
    content: '\e840';
}
/* '' */
.bi-trello:before {
    content: '\e841';
}
/* '' */
.bi-tumblr:before {
    content: '\e842';
}
/* '' */
.bi-tumblr-squared:before {
    content: '\e843';
}
/* '' */
.bi-twitch:before {
    content: '\e844';
}
/* '' */
.bi-vimeo-squared:before {
    content: '\e845';
}
/* '' */
.bi-vine:before {
    content: '\e846';
}
/* '' */
.bi-vkontakte:before {
    content: '\e847';
}
/* '' */
.bi-wechat:before {
    content: '\e848';
}
/* '' */
.bi-weibo:before {
    content: '\e849';
}
/* '' */
.bi-windows:before {
    content: '\e84a';
}
/* '' */
.bi-wordpress:before {
    content: '\e84b';
}
/* '' */
.bi-xing:before {
    content: '\e84c';
}
/* '' */
.bi-xing-squared:before {
    content: '\e84d';
}
/* '' */
.bi-yelp:before {
    content: '\e84e';
}
/* '' */
.bi-youtube:before {
    content: '\e84f';
}
/* '' */
.bi-yahoo:before {
    content: '\e850';
}
/* '' */
.bi-youtube-squared:before {
    content: '\e851';
}
/* '' */
.bi-youtube-play:before {
    content: '\e852';
}
/* '' */
.bi-delicious:before {
    content: '\e853';
}
/* '' */
.bi-css3:before {
    content: '\e854';
}
/* '' */
.bi-cc-visa:before {
    content: '\e855';
}
/* '' */
.bi-cc-mastercard:before {
    content: '\e856';
}
/* '' */
.bi-cc-discover:before {
    content: '\e857';
}
/* '' */
.bi-cc-amex:before {
    content: '\e858';
}
/* '' */
.bi-cc-paypal:before {
    content: '\e859';
}
/* '' */
.bi-cc-stripe:before {
    content: '\e85a';
}
/* '' */
.bi-gittip:before {
    content: '\e85b';
}
/* '' */
.bi-star-empty:before {
    content: '\e85c';
}
/* '' */
.bi-star:before {
    content: '\e85d';
}
/* '' */
.bi-star-half:before {
    content: '\e85e';
}
/*Import Pe-icon-7-stroke icons*/
@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../../Content/fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../../Content/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../Content/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../Content/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../Content/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
    content: "\e6aa";
}

.pe-7s-arc:before {
    content: "\e6ab";
}

.pe-7s-back-2:before {
    content: "\e6ac";
}

.pe-7s-bandaid:before {
    content: "\e6ad";
}

.pe-7s-car:before {
    content: "\e6ae";
}

.pe-7s-diamond:before {
    content: "\e6af";
}

.pe-7s-door-lock:before {
    content: "\e6b0";
}

.pe-7s-eyedropper:before {
    content: "\e6b1";
}

.pe-7s-female:before {
    content: "\e6b2";
}

.pe-7s-gym:before {
    content: "\e6b3";
}

.pe-7s-hammer:before {
    content: "\e6b4";
}

.pe-7s-headphones:before {
    content: "\e6b5";
}

.pe-7s-helm:before {
    content: "\e6b6";
}

.pe-7s-hourglass:before {
    content: "\e6b7";
}

.pe-7s-leaf:before {
    content: "\e6b8";
}

.pe-7s-magic-wand:before {
    content: "\e6b9";
}

.pe-7s-male:before {
    content: "\e6ba";
}

.pe-7s-map-2:before {
    content: "\e6bb";
}

.pe-7s-next-2:before {
    content: "\e6bc";
}

.pe-7s-paint-bucket:before {
    content: "\e6bd";
}

.pe-7s-pendrive:before {
    content: "\e6be";
}

.pe-7s-photo:before {
    content: "\e6bf";
}

.pe-7s-piggy:before {
    content: "\e6c0";
}

.pe-7s-plugin:before {
    content: "\e6c1";
}

.pe-7s-refresh-2:before {
    content: "\e6c2";
}

.pe-7s-rocket:before {
    content: "\e6c3";
}

.pe-7s-settings:before {
    content: "\e6c4";
}

.pe-7s-shield:before {
    content: "\e6c5";
}

.pe-7s-smile:before {
    content: "\e6c6";
}

.pe-7s-usb:before {
    content: "\e6c7";
}

.pe-7s-vector:before {
    content: "\e6c8";
}

.pe-7s-wine:before {
    content: "\e6c9";
}

.pe-7s-cloud-upload:before {
    content: "\e68a";
}

.pe-7s-cash:before {
    content: "\e68c";
}

.pe-7s-close:before {
    content: "\e680";
}

.pe-7s-bluetooth:before {
    content: "\e68d";
}

.pe-7s-cloud-download:before {
    content: "\e68b";
}

.pe-7s-way:before {
    content: "\e68e";
}

.pe-7s-close-circle:before {
    content: "\e681";
}

.pe-7s-id:before {
    content: "\e68f";
}

.pe-7s-angle-up:before {
    content: "\e682";
}

.pe-7s-wristwatch:before {
    content: "\e690";
}

.pe-7s-angle-up-circle:before {
    content: "\e683";
}

.pe-7s-world:before {
    content: "\e691";
}

.pe-7s-angle-right:before {
    content: "\e684";
}

.pe-7s-volume:before {
    content: "\e692";
}

.pe-7s-angle-right-circle:before {
    content: "\e685";
}

.pe-7s-users:before {
    content: "\e693";
}

.pe-7s-angle-left:before {
    content: "\e686";
}

.pe-7s-user-female:before {
    content: "\e694";
}

.pe-7s-angle-left-circle:before {
    content: "\e687";
}

.pe-7s-up-arrow:before {
    content: "\e695";
}

.pe-7s-angle-down:before {
    content: "\e688";
}

.pe-7s-switch:before {
    content: "\e696";
}

.pe-7s-angle-down-circle:before {
    content: "\e689";
}

.pe-7s-scissors:before {
    content: "\e697";
}

.pe-7s-wallet:before {
    content: "\e600";
}

.pe-7s-safe:before {
    content: "\e698";
}

.pe-7s-volume2:before {
    content: "\e601";
}

.pe-7s-volume1:before {
    content: "\e602";
}

.pe-7s-voicemail:before {
    content: "\e603";
}

.pe-7s-video:before {
    content: "\e604";
}

.pe-7s-user:before {
    content: "\e605";
}

.pe-7s-upload:before {
    content: "\e606";
}

.pe-7s-unlock:before {
    content: "\e607";
}

.pe-7s-umbrella:before {
    content: "\e608";
}

.pe-7s-trash:before {
    content: "\e609";
}

.pe-7s-tools:before {
    content: "\e60a";
}

.pe-7s-timer:before {
    content: "\e60b";
}

.pe-7s-ticket:before {
    content: "\e60c";
}

.pe-7s-target:before {
    content: "\e60d";
}

.pe-7s-sun:before {
    content: "\e60e";
}

.pe-7s-study:before {
    content: "\e60f";
}

.pe-7s-stopwatch:before {
    content: "\e610";
}

.pe-7s-star:before {
    content: "\e611";
}

.pe-7s-speaker:before {
    content: "\e612";
}

.pe-7s-signal:before {
    content: "\e613";
}

.pe-7s-shuffle:before {
    content: "\e614";
}

.pe-7s-shopbag:before {
    content: "\e615";
}

.pe-7s-share:before {
    content: "\e616";
}

.pe-7s-server:before {
    content: "\e617";
}

.pe-7s-search:before {
    content: "\e618";
}

.pe-7s-film:before {
    content: "\e6a5";
}

.pe-7s-science:before {
    content: "\e619";
}

.pe-7s-disk:before {
    content: "\e6a6";
}

.pe-7s-ribbon:before {
    content: "\e61a";
}

.pe-7s-repeat:before {
    content: "\e61b";
}

.pe-7s-refresh:before {
    content: "\e61c";
}

.pe-7s-add-user:before {
    content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
    content: "\e61d";
}

.pe-7s-paperclip:before {
    content: "\e69c";
}

.pe-7s-radio:before {
    content: "\e61e";
}

.pe-7s-note2:before {
    content: "\e69d";
}

.pe-7s-print:before {
    content: "\e61f";
}

.pe-7s-network:before {
    content: "\e69e";
}

.pe-7s-prev:before {
    content: "\e620";
}

.pe-7s-mute:before {
    content: "\e69f";
}

.pe-7s-power:before {
    content: "\e621";
}

.pe-7s-medal:before {
    content: "\e6a0";
}

.pe-7s-portfolio:before {
    content: "\e622";
}

.pe-7s-like2:before {
    content: "\e6a1";
}

.pe-7s-plus:before {
    content: "\e623";
}

.pe-7s-left-arrow:before {
    content: "\e6a2";
}

.pe-7s-play:before {
    content: "\e624";
}

.pe-7s-key:before {
    content: "\e6a3";
}

.pe-7s-plane:before {
    content: "\e625";
}

.pe-7s-joy:before {
    content: "\e6a4";
}

.pe-7s-photo-gallery:before {
    content: "\e626";
}

.pe-7s-pin:before {
    content: "\e69b";
}

.pe-7s-phone:before {
    content: "\e627";
}

.pe-7s-plug:before {
    content: "\e69a";
}

.pe-7s-pen:before {
    content: "\e628";
}

.pe-7s-right-arrow:before {
    content: "\e699";
}

.pe-7s-paper-plane:before {
    content: "\e629";
}

.pe-7s-delete-user:before {
    content: "\e6a7";
}

.pe-7s-paint:before {
    content: "\e62a";
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8";
}

.pe-7s-notebook:before {
    content: "\e62b";
}

.pe-7s-note:before {
    content: "\e62c";
}

.pe-7s-next:before {
    content: "\e62d";
}

.pe-7s-news-paper:before {
    content: "\e62e";
}

.pe-7s-musiclist:before {
    content: "\e62f";
}

.pe-7s-music:before {
    content: "\e630";
}

.pe-7s-mouse:before {
    content: "\e631";
}

.pe-7s-more:before {
    content: "\e632";
}

.pe-7s-moon:before {
    content: "\e633";
}

.pe-7s-monitor:before {
    content: "\e634";
}

.pe-7s-micro:before {
    content: "\e635";
}

.pe-7s-menu:before {
    content: "\e636";
}

.pe-7s-map:before {
    content: "\e637";
}

.pe-7s-map-marker:before {
    content: "\e638";
}

.pe-7s-mail:before {
    content: "\e639";
}

.pe-7s-mail-open:before {
    content: "\e63a";
}

.pe-7s-mail-open-file:before {
    content: "\e63b";
}

.pe-7s-magnet:before {
    content: "\e63c";
}

.pe-7s-loop:before {
    content: "\e63d";
}

.pe-7s-look:before {
    content: "\e63e";
}

.pe-7s-lock:before {
    content: "\e63f";
}

.pe-7s-lintern:before {
    content: "\e640";
}

.pe-7s-link:before {
    content: "\e641";
}

.pe-7s-like:before {
    content: "\e642";
}

.pe-7s-light:before {
    content: "\e643";
}

.pe-7s-less:before {
    content: "\e644";
}

.pe-7s-keypad:before {
    content: "\e645";
}

.pe-7s-junk:before {
    content: "\e646";
}

.pe-7s-info:before {
    content: "\e647";
}

.pe-7s-home:before {
    content: "\e648";
}

.pe-7s-help2:before {
    content: "\e649";
}

.pe-7s-help1:before {
    content: "\e64a";
}

.pe-7s-graph3:before {
    content: "\e64b";
}

.pe-7s-graph2:before {
    content: "\e64c";
}

.pe-7s-graph1:before {
    content: "\e64d";
}

.pe-7s-graph:before {
    content: "\e64e";
}

.pe-7s-global:before {
    content: "\e64f";
}

.pe-7s-gleam:before {
    content: "\e650";
}

.pe-7s-glasses:before {
    content: "\e651";
}

.pe-7s-gift:before {
    content: "\e652";
}

.pe-7s-folder:before {
    content: "\e653";
}

.pe-7s-flag:before {
    content: "\e654";
}

.pe-7s-filter:before {
    content: "\e655";
}

.pe-7s-file:before {
    content: "\e656";
}

.pe-7s-expand1:before {
    content: "\e657";
}

.pe-7s-exapnd2:before {
    content: "\e658";
}

.pe-7s-edit:before {
    content: "\e659";
}

.pe-7s-drop:before {
    content: "\e65a";
}

.pe-7s-drawer:before {
    content: "\e65b";
}

.pe-7s-download:before {
    content: "\e65c";
}

.pe-7s-display2:before {
    content: "\e65d";
}

.pe-7s-display1:before {
    content: "\e65e";
}

.pe-7s-diskette:before {
    content: "\e65f";
}

.pe-7s-date:before {
    content: "\e660";
}

.pe-7s-cup:before {
    content: "\e661";
}

.pe-7s-culture:before {
    content: "\e662";
}

.pe-7s-crop:before {
    content: "\e663";
}

.pe-7s-credit:before {
    content: "\e664";
}

.pe-7s-copy-file:before {
    content: "\e665";
}

.pe-7s-config:before {
    content: "\e666";
}

.pe-7s-compass:before {
    content: "\e667";
}

.pe-7s-comment:before {
    content: "\e668";
}

.pe-7s-coffee:before {
    content: "\e669";
}

.pe-7s-cloud:before {
    content: "\e66a";
}

.pe-7s-clock:before {
    content: "\e66b";
}

.pe-7s-check:before {
    content: "\e66c";
}

.pe-7s-chat:before {
    content: "\e66d";
}

.pe-7s-cart:before {
    content: "\e66e";
}

.pe-7s-camera:before {
    content: "\e66f";
}

.pe-7s-call:before {
    content: "\e670";
}

.pe-7s-calculator:before {
    content: "\e671";
}

.pe-7s-browser:before {
    content: "\e672";
}

.pe-7s-box2:before {
    content: "\e673";
}

.pe-7s-box1:before {
    content: "\e674";
}

.pe-7s-bookmarks:before {
    content: "\e675";
}

.pe-7s-bicycle:before {
    content: "\e676";
}

.pe-7s-bell:before {
    content: "\e677";
}

.pe-7s-battery:before {
    content: "\e678";
}

.pe-7s-ball:before {
    content: "\e679";
}

.pe-7s-back:before {
    content: "\e67a";
}

.pe-7s-attention:before {
    content: "\e67b";
}

.pe-7s-anchor:before {
    content: "\e67c";
}

.pe-7s-albums:before {
    content: "\e67d";
}

.pe-7s-alarm:before {
    content: "\e67e";
}

.pe-7s-airplay:before {
    content: "\e67f";
}
/* Helper classes
 * -------------------------- */
.pe-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.pe-2x {
    font-size: 2em;
}

.pe-3x {
    font-size: 3em;
}

.pe-4x {
    font-size: 4em;
}

.pe-5x {
    font-size: 5em;
}

.pe-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.pe-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .pe-ul > li {
        position: relative;
    }

.pe-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.142857142857143em;
    top: 0.14285714285714285em;
    text-align: center;
}

    .pe-li.pe-lg {
        left: -1.85714286em;
    }

.pe-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pe.pull-left {
    margin-right: .3em;
}

.pe.pull-right {
    margin-left: .3em;
}

.pe-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);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.pe-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);
}

.pe-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);
}

.pe-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);
}

.pe-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);
}

.pe-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);
}

.pe-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.pe-stack-1x,
.pe-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.pe-stack-1x {
    line-height: inherit;
}

.pe-stack-2x {
    font-size: 2em;
}

.pe-inverse {
    color: #ffffff;
}

.pe-va {
    vertical-align: middle;
}

.pe-border {
    border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
}

/** Type 1 (Line variant) **/
/** Type 2 (Pills like variant) **/
html {
    font-size: 14px;
    height: 100%;
}

body {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
    background-color: #ffffff;
    height: 100%;
    overflow-x: hidden;
    position: relative !important;
    -webkit-font-smoothing: antialiased;
}

canvas {
    width: 100% !important;
}

.font-alt-1 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.font-alt-2 {
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
}

.font-alt-3 {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

.font-alt-4 {
    font-family: 'Bitter', Helvetica, Arial, sans-serif;
}

.font-alt-5 {
    font-family: 'Quando', Helvetica, Arial, sans-serif;
}

.font-alt-6 {
    font-family: 'Sansita One', Helvetica, Arial, sans-serif;
}

.font-alt-7 {
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
}

a {
    color: #00249f;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

    a:hover,
    a:focus {
        color: #ffb900;
        /*  opacity: .6;
*/ outline: none;
        text-decoration: none;
    }

    a.link:after {
        font-family: 'Pe-icon-7-stroke';
        content: "\e684";
        font-size: 25px;
        line-height: 0;
        vertical-align: middle;
    }

.img-link:hover,
.img-link:focus,
.img-link:active {
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.thumbnail {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

    .thumbnail:hover,
    .thumbnail:focus {
        opacity: 1;
    }

    .thumbnail .caption {
        margin-top: 10px;
    }

@media screen and (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }
}

.inline {
    display: inline-block !important;
}

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

@media screen and (max-width: 991px) {
    .mobile-text-center {
        text-align: center !important;
    }
}

.va-middle {
    vertical-align: middle;
}

.va-top {
    vertical-align: top;
}

.va-bottom {
    vertical-align: bottom;
}

.space-top {
    margin-top: 24px !important;
}

.space-top-2x {
    margin-top: 48px !important;
}

.space-top-3x {
    margin-top: 72px !important;
}

.space-bottom {
    margin-bottom: 14px !important;
}

.space-bottom-2x {
    margin-bottom: 48px !important;
}

.space-bottom-3x {
    margin-bottom: 72px !important;
}

.padding-top {
    padding-top: 24px !important;
}

.padding-top-2x {
    padding-top: 48px !important;
}

.padding-top-3x {
    padding-top: 72px !important;
}

.padding-bottom {
    padding-bottom: 24px !important;
}

.padding-bottom-2x {
    padding-bottom: 48px !important;
}

.padding-bottom-3x {
    padding-bottom: 72px !important;
}

@media screen and (max-width: 768px) {
    .space-top {
        margin-top: 16px !important;
    }

    .space-top-2x {
        margin-top: 36px !important;
    }

    .space-top-3x {
        margin-top: 48px !important;
    }

    .space-bottom {
        margin-bottom: 16px !important;
    }

    .space-bottom-2x {
        margin-bottom: 36px !important;
    }

    .space-bottom-3x {
        margin-bottom: 48px !important;
    }

    .padding-top {
        padding-top: 16px !important;
    }

    .padding-top-2x {
        padding-top: 36px !important;
    }

    .padding-top-3x {
        padding-top: 48px !important;
    }

    .padding-bottom {
        padding-bottom: 16px !important;
    }

    .padding-bottom-2x {
        padding-bottom: 36px !important;
    }

    .padding-bottom-3x {
        padding-bottom: 48px !important;
    }
}

.space-top-none {
    margin-top: 0 !important;
}

.space-bottom-none {
    margin-bottom: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

::selection {
    color: #fff;
    background: #3a3a3a;
}

::-moz-selection {
    color: #fff;
    background: #3a3a3a;
}

.google_conversion_frame {
    height: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: none;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        text-transform: none;
        display: block;
        line-height: 1.2;
        font-weight: normal;
        color: #999999;
        margin-top: 6px;
    }

h1,
.h1 {
    font-size: 48px;
    margin-left: -3px;
    margin-bottom: 20px;
}

    h1 small,
    .h1 small {
        margin-left: 3px;
        font-size: 14px;
    }

@media screen and (max-width: 768px) {
    h1,
    .h1 {
        font-size: 40.8px;
    }
}

h2,
.h2 {
    font-size: 36px;
    margin-left: -1px;
    margin-bottom: 18px;
}

    h2 small,
    .h2 small {
        margin-left: 1px;
        font-size: 14px;
    }

@media screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 30px;
    }
}

h3,
.h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

    h3 small,
    .h3 small {
        font-size: 14px;
    }

h4,
.h4 {
    font-size: 18px;
}

    h4 small,
    .h4 small {
        font-size: 13px;
    }

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 14px;
}

    h5 small,
    .h5 small,
    h6 small,
    .h6 small {
        font-size: 12px;
    }

.block-heading {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.block-subheading {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

p {
    margin-bottom: 24px;
    text-align: justify;
}

.lead {
    font-weight: normal;
    font-size: 22px !important;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .lead {
        font-size: 18px !important;
    }
}

ul,
ol {
    line-height: 1.7;
    padding-left: 21px;
    margin-bottom: 24px;
}

.list-unordered,
.list-featured {
    padding-left: 2px;
    list-style: none;
}

    .list-unordered li,
    .list-featured li {
        position: relative;
        padding-left: 16px;
    }

        .list-unordered li:before,
        .list-featured li:before {
            display: block;
            position: absolute;
            top: 7px;
            left: 0;
            content: "";
            width: 7px;
            height: 7px;
            background-color: #ffcb40;
            border-radius: 50%;
            border: 1px solid #ca9509;
        }

    .list-featured li {
        padding-left: 26px;
    }

        .list-featured li:before {
            font-family: 'Flaticon';
            background-color: transparent;
            border-radius: 0px;
        }

        .list-featured li.include:before {
            top: -2px;
            font-size: 18px;
            content: "\e07c";
            color: #4cd964;
        }

        .list-featured li.exclude:before {
            left: 1px;
            top: 2px;
            font-size: 13px;
            content: "\e080";
            color: #ff3b30;
        }

dl dt {
    font-weight: 800;
    text-transform: uppercase;
    color: #5ac8fa;
}

dl dd {
    margin-bottom: 10px;
}

.size-huge {
    font-size: 112px !important;
}

@media screen and (max-width: 991px) {
    .size-huge.size-huge-responsive {
        font-size: 84px !important;
    }
}

@media screen and (max-width: 768px) {
    .size-huge.size-huge-responsive {
        font-size: 56px !important;
    }
}

.size-xl {
    font-size: 18px !important;
}

.size-lg {
    font-size: 16px !important;
}

.size-sm {
    font-size: 12px !important;
    color: #3c3c3c;
}

.size-sm1 {
    font-size: 13px !important;
    color: #000;
}

.text-muted {
    color: #cccccc !important;
}

.text-gray {
    color: #404040 !important;
}

.text-default {
    color: #3a3a3a !important;
}

.text-primary {
    color: #ff6b00 !important;
}

.text-success {
    color: #4cd964 !important;
}

.text-info {
    color: #0028a1 !important;
}

.text-warning {
    color: #ffcc00 !important;
}

.text-danger {
    color: #ff3b30 !important;
}

.text-light {
    color: #fff !important;
}

    .text-light h1 small,
    .text-light h2 small,
    .text-light h3 small,
    .text-light h4 small,
    .text-light h5 small,
    .text-light h6 small,
    .text-light .h1 small,
    .text-light .h2 small,
    .text-light .h3 small,
    .text-light .h4 small,
    .text-light .h5 small,
    .text-light .h6 small,
    .text-light h1 .small,
    .text-light h2 .small,
    .text-light h3 .small,
    .text-light h4 .small,
    .text-light h5 .small,
    .text-light h6 .small,
    .text-light .h1 .small,
    .text-light .h2 .small,
    .text-light .h3 .small,
    .text-light .h4 .small,
    .text-light .h5 .small,
    .text-light .h6 .small {
        color: #fff;
        opacity: .5;
    }

.semi-transparent {
    opacity: .5;
}

.text-thin {
    font-weight: 300 !important;
}

.text-semibold {
    font-weight: 600 !important;
}

.text-bold {
    font-weight: bold !important;
}

.bg-primary {
    color: #fff;
    background-color: #ff6b00;
}

a.bg-primary:hover {
    background-color: #cc5600;
}

.bg-success {
    color: #fff;
}

.bg-info {
    color: #fff;
}

.bg-warning {
    color: #fff;
}

.bg-danger {
    color: #fff;
}

address {
    line-height: 1.4;
    margin-bottom: 0;
}

    address strong {
        font-weight: 400;
    }

    address .social-buttons {
        display: block;
    }

        address .social-buttons a {
            font-size: 14px;
            margin: 5px 12px 10px 0;
        }

    address .divider {
        display: block;
        width: 100%;
        border-top: 1px solid #cccccc;
    }

    address .text-center.social-buttons,
    address.text-center .social-buttons {
        text-align: center;
    }

        address .text-center.social-buttons a,
        address.text-center .social-buttons a {
            margin: 5px 6px 10px 6px;
        }

    address .text-right.social-buttons,
    address.text-right .social-buttons {
        text-align: right;
    }

        address .text-right.social-buttons a,
        address.text-right .social-buttons a {
            margin: 5px 0 10px 12px;
        }

blockquote {
    padding: 0;
    border: none;
}

    blockquote p {
        font-style: italic;
        font-weight: 800;
        margin-bottom: 12px;
    }

    blockquote footer {
        font-size: 14px;
        color: #0027a0;
        padding-top: 24px;
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
    }

        blockquote footer:before {
            margin-right: 2px;
        }

        blockquote footer:after {
            border-top: 12px solid #fec725;
            content: "";
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }

    blockquote.blockquote-reverse {
        padding: 0;
        border: none;
    }

        blockquote.blockquote-reverse footer:before {
            content: '\2014 \00A0';
        }

        blockquote.blockquote-reverse footer:after {
            content: "";
            right: 0;
            left: auto;
        }

@media screen and (max-width: 768px) {
    blockquote {
        font-size: 18px;
    }
}

.text-lightblockquote p,
.text-light blockquote p {
    font-weight: 300;
}

.text-lightblockquote footer,
.text-light blockquote footer {
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.7);
}

h1.font-alt-1,
h2.font-alt-1,
h3.font-alt-1,
h4.font-alt-1,
h5.font-alt-1,
h6.font-alt-1,
.h1.font-alt-1,
.h2.font-alt-1,
.h3.font-alt-1,
.h4.font-alt-1,
.h5.font-alt-1,
.h6.font-alt-1 {
    font-weight: normal;
}

h1.font-alt-2,
h2.font-alt-2,
h3.font-alt-2,
.h1.font-alt-2,
.h2.font-alt-2,
.h3.font-alt-2 {
    font-weight: 300;
}

h4.font-alt-2,
h5.font-alt-2,
h6.font-alt-2,
.h4.font-alt-2,
.h5.font-alt-2,
.h6.font-alt-2 {
    font-weight: normal;
}

h1.font-alt-3,
h2.font-alt-3,
h3.font-alt-3,
h4.font-alt-3,
h5.font-alt-3,
h6.font-alt-3,
.h1.font-alt-3,
.h2.font-alt-3,
.h3.font-alt-3,
.h4.font-alt-3,
.h5.font-alt-3,
.h6.font-alt-3 {
    font-weight: bold;
}

h1.font-alt-4,
h2.font-alt-4,
h3.font-alt-4,
h4.font-alt-4,
h5.font-alt-4,
h6.font-alt-4,
.h1.font-alt-4,
.h2.font-alt-4,
.h3.font-alt-4,
.h4.font-alt-4,
.h5.font-alt-4,
.h6.font-alt-4 {
    font-weight: normal;
}

h1.font-alt-5,
h2.font-alt-5,
h3.font-alt-5,
h4.font-alt-5,
h5.font-alt-5,
h6.font-alt-5,
.h1.font-alt-5,
.h2.font-alt-5,
.h3.font-alt-5,
.h4.font-alt-5,
.h5.font-alt-5,
.h6.font-alt-5 {
    font-weight: normal;
}

h1.font-alt-6,
h2.font-alt-6,
h3.font-alt-6,
h4.font-alt-6,
h5.font-alt-6,
h6.font-alt-6,
.h1.font-alt-6,
.h2.font-alt-6,
.h3.font-alt-6,
.h4.font-alt-6,
.h5.font-alt-6,
.h6.font-alt-6 {
    font-weight: normal;
}

.dropcap {
    float: left;
    font-size: 150%;
    line-height: 1;
    margin-right: 8px;
}

    .dropcap.dropcap-rounded,
    .dropcap.dropcap-square,
    .dropcap.dropcap-circle {
        color: #fff !important;
        text-align: center;
        font-weight: 300;
        width: 48px;
        line-height: 48px;
        margin-top: 8px;
    }

    .dropcap.dropcap-rounded {
        border-radius: 2px;
    }

    .dropcap.dropcap-circle {
        border-radius: 50%;
    }

.table {
    border-bottom: 1px solid #d9d9d9;
}

    .table > caption {
        color: #5ac8fa;
        margin-bottom: 12px;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th {
        color: #0028a1;
        font-weight: bold;
    }

    .table > thead > tr > th {
        border-bottom: 1px solid #d9d9d9;
    }

        .table > thead > tr > th > span {
            position: relative;
        }

            .table > thead > tr > th > span:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -9px;
                border-bottom: 2px solid #ffc732;
            }

    .table .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}

.table-hover > tbody > tr {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.table tr.success,
.table tr.info,
.table tr.warning,
.table tr.danger {
    color: #fff;
}

    .table tr.success th,
    .table tr.info th,
    .table tr.warning th,
    .table tr.danger th {
        color: #fff;
    }

    .table tr.success td,
    .table tr.info td,
    .table tr.warning td,
    .table tr.danger td,
    .table tr.success th,
    .table tr.info th,
    .table tr.warning th,
    .table tr.danger th {
        border: 0;
    }

    .table tr.success + tr td,
    .table tr.info + tr td,
    .table tr.warning + tr td,
    .table tr.danger + tr td,
    .table tr.success + tr th,
    .table tr.info + tr th,
    .table tr.warning + tr th,
    .table tr.danger + tr th {
        border: 0;
    }

.table-bordered {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 2px !important;
}

.order-table {
    padding: 0 22px;
}

    .order-table table {
        width: 100%;
    }

        .order-table table th {
            font-size: 18px;
            text-align: left;
            padding: 12px 0;
            font-weight: normal;
        }

            .order-table table th:last-child {
                text-align: right;
                padding-left: 15px;
            }

        .order-table table td {
            font-size: 14px;
            padding: 3px 0;
        }

            .order-table table td:last-child {
                text-align: right;
                font-size: 24px;
                padding-left: 15px;
            }

    .order-table hr {
        margin: 15px 0;
    }

.shop-cart-table {
    min-width: 520px;
    border-bottom: none;
}

    .shop-cart-table > thead > tr > th {
        border-bottom-color: transparent;
    }

        .shop-cart-table > thead > tr > th:first-child {
            padding-left: 0;
        }

    .shop-cart-table > tbody > tr > td {
        border-top-color: transparent;
        vertical-align: middle;
        padding-left: 15px;
    }

        .shop-cart-table > tbody > tr > td:first-child {
            padding-left: 0;
        }

    .shop-cart-table .widget.widget-shopping-cart {
        margin-bottom: 0;
    }

        .shop-cart-table .widget.widget-shopping-cart .w-item {
            margin-bottom: 0;
        }

        .shop-cart-table .widget.widget-shopping-cart .w-item-thumb,
        .shop-cart-table .widget.widget-shopping-cart .w-item-content {
            vertical-align: middle;
        }

            .shop-cart-table .widget.widget-shopping-cart .w-item-thumb a {
                width: 80px;
            }

    .shop-cart-table .shop-price {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

    .shop-cart-table .count-input {
        max-width: 105px;
    }

    .shop-cart-table .delete {
        font-size: 20px;
        line-height: 2;
        color: #ff3b30;
        font-weight: 300;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

        .shop-cart-table .delete:hover {
            opacity: .6;
        }

.helper-text {
    font-size: 13px;
}

.helper-link {
    position: absolute;
    top: 150%;
    right: 0;
    font-size: 12px;
    text-transform: none;
    opacity: .6;
    visibility: visible;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .helper-link:hover,
    .helper-link:focus {
        opacity: 1;
    }
/* Validation */
label.error {
    display: none !important;
}

.form-input-light input,
.form-input-light textarea,
.form-input-light input:focus,
.form-input-light textarea:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

    .form-input-light input:focus,
    .form-input-light textarea:focus {
        border-color: #fff !important;
        -webkit-box-shadow: 0 0 6px -1px #ffffff !important;
        box-shadow: 0 0 6px -1px #ffffff !important;
    }

.form-input-light.error {
    border-color: #ff3b30 !important;
}

    .form-input-light.error:before,
    .form-input-light.error:after {
        background-color: #ff3b30 !important;
    }

.error-label,
.valid-label {
    position: absolute;
    top: 50%;
    font-weight: 300;
    right: 0;
    font-size: 26px;
    margin-top: -13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .error-label:before {
        color: #ff3b30;
        content: "!";
        padding-right: 10px;
    }

    .valid-label:before {
        font-family: "Flaticon";
        color: #4cd964;
        content: "\e07c";
    }

.form-input input.error ~ .error-label,
.form-input textarea.error ~ .error-label,
.form-input input.valid ~ .valid-label,
.form-input textarea.valid ~ .valid-label {
    opacity: 1;
    visibility: visible;
}

.response-holder {
    visibility: hidden;
    opacity: 0;
    padding: 12px 0;
    font-size: 13px;
    line-height: 1.8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .response-holder.error,
    .response-holder.success {
        visibility: visible;
        opacity: 1;
    }

    .response-holder.error {
        color: #ff3b30;
    }

    .response-holder.success {
        color: #4cd964;
    }

.form-group {
    margin: 0px -1px 0px -1px;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5) !important;
}

    .form-group.focus {
        border-color: #ff6b00;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        margin-right: 0;
        margin-left: -1px;
    }

label {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

    label.radio {
        overflow: visible;
    }

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 10px;
    color: #3a3a3a;
    background-color: #ffffff;
    border: 1px solid #00238e;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .form-control:focus {
        outline: none;
        border-color: #fecb27;
        -webkit-box-shadow: 0 0 6px -1px #fecb27;
        box-shadow: 0 0 6px -1px #fecb27;
    }

    .form-control[disabled],
    .form-control.disabled {
        opacity: .8;
        cursor: not-allowed;
        color: #cccccc;
        border-color: #cccccc;
    }

        .form-control[disabled]::-moz-placeholder,
        .form-control.disabled::-moz-placeholder {
            color: #cccccc;
            opacity: 1;
        }

        .form-control[disabled]:-ms-input-placeholder,
        .form-control.disabled:-ms-input-placeholder {
            color: #cccccc;
        }

        .form-control[disabled]::-webkit-input-placeholder,
        .form-control.disabled::-webkit-input-placeholder {
            color: #cccccc;
        }

    .form-control::-moz-placeholder {
        color: #3a3a3a;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #3a3a3a;
    }

    .form-control::-webkit-input-placeholder {
        color: #3a3a3a;
    }

    .form-control.input-lg {
        height: 70px;
        padding: 0 26px;
        border-radius: 3px;
    }

    .form-control.input-sm {
        height: 30px;
        padding: 0 5px;
        border-radius: 3px;
    }

    .form-control.error {
        border-color: #ff3b30;
        -webkit-box-shadow: 0 0 6px -1px #ff3b30;
        box-shadow: 0 0 6px -1px #ff3b30;
    }

        .form-control.error::-moz-placeholder {
            color: #ff3b30;
            opacity: 1;
        }

        .form-control.error:-ms-input-placeholder {
            color: #ff3b30;
        }

        .form-control.error::-webkit-input-placeholder {
            color: #ff3b30;
        }

    .form-control.valid {
        border-color: #4cd964;
        -webkit-box-shadow: 0 0 6px -1px #4cd964;
        box-shadow: 0 0 6px -1px #4cd964;
    }

        .form-control.valid::-moz-placeholder {
            color: #4cd964;
            opacity: 1;
        }

        .form-control.valid:-ms-input-placeholder {
            color: #4cd964;
        }

        .form-control.valid::-webkit-input-placeholder {
            color: #4cd964;
        }

.form-input-light input::-moz-placeholder,
.form-input-light textarea::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

.form-input-light input:-ms-input-placeholder,
.form-input-light textarea:-ms-input-placeholder {
    color: #ffffff !important;
}

.form-input-light input::-webkit-input-placeholder,
.form-input-light textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}

textarea.form-control {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.form-inline .form-control,
.form-inline .btn,
.form-inline .form-group,
.form-inline .checkbox,
.form-inline .radio,
.form-inline label {
    display: inline-block;
    vertical-align: middle;
}

.form-inline .form-group {
    margin-right: 15px;
}

    .form-inline .form-group:last-child {
        margin-right: 0;
    }

.form-inline .btn {
    margin: 0;
}

.form-inline.text-right .form-group {
    margin-right: 0;
    margin-left: 15px;
}

    .form-inline.text-right .form-group:first-child {
        margin-left: 0;
    }

.form-inline.text-center .form-group {
    margin-right: 7px;
    margin-left: 7px;
}

.form-group + .checkbox,
.form-group + .checkbox-inline,
.form-group + .radio,
.form-group + .radio-inline,
.form-input + .checkbox,
.form-input + .checkbox-inline,
.form-input + .radio,
.form-input + .radio-inline {
    margin-top: 20px;
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
    position: relative;
    display: table;
    width: auto;
    font-size: 14px;
    color: #000;
    cursor: default;
    padding-left: 27px;
    margin-bottom: 12px;
    margin-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox.disabled,
    .radio.disabled,
    .checkbox-inline.disabled,
    .radio-inline.disabled {
        color: #cccccc;
        cursor: not-allowed;
    }

    .checkbox label,
    .radio label,
    .checkbox-inline label,
    .radio-inline label {
        position: relative;
        width: auto;
        height: auto;
        margin: inherit;
        overflow: visible;
    }

.text-light .checkbox,
.text-light .radio,
.text-light .checkbox-inline,
.text-light .radio-inline,
.text-light.checkbox,
.text-light.radio,
.text-light.checkbox-inline,
.text-light.radio-inline {
    color: #fff;
}

label.hover {
    cursor: pointer;
}

.checkbox-inline,
.radio-inline {
    display: inline;
    margin-right: 18px;
    height: auto;
}

.text-right .checkbox-inline,
.text-right .radio-inline {
    margin-left: 15px;
    margin-right: 0;
}

.text-center .checkbox-inline,
.text-center .radio-inline {
    margin-left: 10px;
    margin-right: 10px;
}

.icheckbox,
.iradio {
    position: absolute;
    z-index: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    left: 0;
    top: -1px;
    border: 1px solid #0028a1;
    border-radius: 1px;
    background-clip: padding-box;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .icheckbox.disabled,
    .iradio.disabled {
        border-color: #cccccc;
        cursor: not-allowed;
    }

.text-light .icheckbox,
.text-light .iradio {
    border: 2px solid #fff;
}

.icheckbox.checked {
    left: -6px;
    top: -6px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4cd964;
    border-bottom: 2px solid #4cd964;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

    .icheckbox.checked.disabled {
        border-right-color: #cccccc;
        border-bottom-color: #cccccc;
        cursor: not-allowed;
    }

.iradio,
.iradio:before {
    border-radius: 50%;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

    .iradio:before {
        position: absolute;
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        background-color: #ffc732;
        opacity: 0;
        top: 4px;
        left: 4px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .iradio.checked {
        border-color: #0028a1;
    }

        .iradio.checked.disabled {
            border-color: #cccccc;
            cursor: not-allowed;
        }

            .iradio.checked.disabled:before {
                background-color: #cccccc;
            }

.text-light .iradio:before {
    background-color: #fff;
}

.text-light .iradio.checked {
    border-color: #fff;
}

.iradio.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.text-right .checkbox-inline,
.text-right .radio-inline {
    margin-left: 25px;
    margin-right: 0;
}

.color-switch {
    display: inline-block;
    margin: 0 12px 14px 0;
}

    .color-switch:last-child {
        margin-right: 0;
    }

    .color-switch .icheckbox,
    .color-switch .iradio {
        position: relative;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid transparent;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .color-switch .icheckbox:before,
        .color-switch .iradio:before,
        .color-switch .icheckbox:after,
        .color-switch .iradio:after {
            display: none;
        }

        .color-switch .icheckbox.checked,
        .color-switch .iradio.checked {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
        }

        .color-switch .icheckbox.checked {
            left: 3px;
            top: 6px;
        }

.text-center .color-switch {
    margin: 0 6px 14px 6px;
}

.text-right .color-switch {
    margin: 0 0 14px 12px;
}

    .text-right .color-switch:first-child {
        margin-left: 0;
    }

.size-switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 6px 12px 0;
}

    .size-switch:last-child {
        margin-right: 0;
    }

    .size-switch label {
        position: absolute;
        z-index: 1;
        width: 100%;
        text-align: center;
        top: 6px;
        height: auto;
        left: 0;
        margin: 0;
        font-size: 11px;
        color: #ff6b00;
        clip: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .size-switch .icheckbox,
    .size-switch .iradio {
        position: relative;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #ff6b00;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .size-switch .icheckbox:before,
        .size-switch .iradio:before,
        .size-switch .icheckbox:after,
        .size-switch .iradio:after {
            display: none;
        }

        .size-switch .icheckbox.checked,
        .size-switch .iradio.checked {
            background-color: #ff6b00;
        }

            .size-switch .icheckbox.checked + label,
            .size-switch .iradio.checked + label {
                color: #fff;
            }

.count-input {
    position: relative;
    width: 100%;
    max-width: 165px;
    margin: 10px 0;
}

    .count-input input {
        width: 100%;
        height: 36.92307692px;
        border: 1px solid #ff6b00;
        border-radius: 2px;
        background: none;
        text-align: center;
    }

        .count-input input:focus {
            outline: none;
        }

    .count-input .incr-btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        line-height: 30px;
        top: 50%;
        right: 0;
        margin-top: -15px;
    }

        .count-input .incr-btn:first-child {
            right: auto;
            left: 0;
            top: 46%;
        }

    .count-input.count-input-sm {
        max-width: 125px;
    }

        .count-input.count-input-sm input {
            height: 36px;
        }

    .count-input.count-input-lg {
        max-width: 200px;
    }

        .count-input.count-input-lg input {
            height: 70px;
            border-radius: 3px;
        }

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

    .bootstrap-select > .btn,
    .bootstrap-select:focus {
        width: 100%;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-left: 1px;
        font-size: 14px;
        text-transform: none;
        color: #fff;
        background-color: #ffffff;
        border: 1px solid #00238e !important;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .bootstrap-select > .btn:hover,
        .bootstrap-select:focus:hover,
        .bootstrap-select > .btn:active,
        .bootstrap-select:focus:active {
            background-color: #ffffff;
            color: #3d3d3d;
            box-shadow: none;
        }

        .bootstrap-select > .btn.disabled,
        .bootstrap-select:focus.disabled {
            opacity: .8;
            color: #cccccc !important;
            border-color: #cccccc !important;
            cursor: cursor-disabled;
        }

            .bootstrap-select > .btn.disabled .glyphicon,
            .bootstrap-select:focus.disabled .glyphicon {
                color: #cccccc !important;
            }

    .bootstrap-select .glyphicon {
        font-size: 15.4px;
        margin-right: 4px;
    }

    .bootstrap-select.open > .btn {
        color: #3d3d3d !important;
        background-color: #ffffff !important;
        border-color: #ffc732 !important;
        box-shadow: none;
    }

    .bootstrap-select.fit-width {
        width: auto !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 220px;
    }

    .bootstrap-select.btn-group:not(.input-group-btn),
    .bootstrap-select.btn-group[class*="col-"] {
        float: none;
        display: inline-block;
        margin-left: 0;
    }

        .bootstrap-select.btn-group.dropdown-menu-right,
        .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
        .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
            float: right;
        }

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 20px;
    margin-left: -20px;
    color: #3d3d3d;
    font-weight: normal;
}

.bootstrap-select.btn-group .btn .caret {
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -7px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu .glyphicon {
        color: #ffffff;
    }

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 44px;
    margin-top: 11px;
    font-size: 11px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox {
    position: relative;
    padding: 4px 8px;
}

    .bs-searchbox:before,
    .bs-actionsbox:before {
        display: block;
        position: absolute;
        font-family: 'Pe-icon-7-stroke';
        content: "\e618";
        font-size: 22px;
        color: #ff6b00;
        top: 50%;
        left: 25px;
        margin-top: -16px;
    }

    .bs-searchbox input,
    .bs-actionsbox input {
        padding-left: 45px;
        background-color: #ffffff;
    }

.bs-actionsbox {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.body-alt .form-control {
    background-color: #ffffff;
}

.body-alt .bootstrap-select > .btn {
    background-color: #ffffff;
}

.body-alt .bs-searchbox input,
.body-alt .bs-actionsbox input {
    background-color: #ffffff;
}

.btn {
    position: relative;
    padding: 17px 44px;
    line-height: 1;
    /*  margin: 10px 0;
*/ border: none;
    text-transform: none;
    font-weight: 600;
    /*-webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5) !important;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:hover,
    .btn:focus,
    .btn.focus,
    .btn:active,
    .btn.active {
        opacity: 1;
        outline: 0 !important;
    }

    .btn.btn-default {
        background: #fff !important;
        color: #000;
    }

        .btn.btn-default:hover {
            opacity: .80;
        }

    .btn.btn-primary {
        border-bottom: 2px solid #00249f;
    }

        .btn.btn-primary:hover {
            border-bottom: 2px solid #002299;
        }

    .btn.btn-success {
        border-bottom: 2px solid #29903b;
    }

        .btn.btn-success:hover {
            border-bottom: 2px solid #37d552;
        }

    .btn.btn-info {
        border-bottom: 2px solid #011c78;
    }

        .btn.btn-info:hover {
            border-bottom: 2px solid #41c0f9;
        }

    .btn.btn-warning {
        border-bottom: 2px solid #cca300;
    }

        .btn.btn-warning:hover {
            border-bottom: 2px solid #e6b800;
            color: #0028a1;
        }

    .btn.btn-danger {
        border-bottom: 2px solid #fc0d00;
    }

        .btn.btn-danger:hover {
            border-bottom: 2px solid #ff2317;
        }

    .btn.btn-default.disabled {
        background: #cccccc;
        border-bottom: 2px solid #b3b3b3 !important;
    }

    .btn.btn-light {
        color: #3a3a3a;
        background-color: #ffffff;
    }

        .btn.btn-light.btn-primary {
            color: #ff6b00;
        }

        .btn.btn-light.btn-success {
            color: #4cd964;
        }

        .btn.btn-light.btn-info {
            color: #5ac8fa;
        }

        .btn.btn-light.btn-warning {
            color: #ffcc00;
        }

        .btn.btn-light.btn-danger {
            color: #ff3b30;
        }

    .btn.btn-ghost {
        padding: 16px 44px;
        color: #ffffff;
        background-color: transparent;
        border: 1px solid #ffffff;
    }

        .btn.btn-ghost.btn-default {
            color: #ffffff;
            border: 1px solid #ff6b00 !important;
        }

            .btn.btn-ghost.btn-default:hover,
            .btn.btn-ghost.btn-default.active {
                color: #fff;
                background-color: #ffffff;
            }

        .btn.btn-ghost.btn-primary {
            color: #ffc732;
            border: 1px solid #ffc732;
        }

            .btn.btn-ghost.btn-primary:hover,
            .btn.btn-ghost.btn-primary.active {
                color: #0028a1;
                background-color: #ffc732;
            }

        .btn.btn-ghost.btn-success {
            color: #4cd964;
            border: 1px solid #4cd964;
        }

            .btn.btn-ghost.btn-success:hover,
            .btn.btn-ghost.btn-success.active {
                color: #fff;
                background-color: #4cd964;
            }

        .btn.btn-ghost.btn-info {
            color: #0028a1;
            border: 1px solid #e3e3e3;
            background: #eaeaea;
            font-weight: 400;
        }

            .btn.btn-ghost.btn-info:hover,
            .btn.btn-ghost.btn-info.active {
                color: #00249f;
                background-color: #ffc732;
                border: 1px solid #cca300;
            }

        .btn.btn-ghost.btn-warning {
            color: #ffcc00;
            border: 1px solid #ffcc00;
        }

            .btn.btn-ghost.btn-warning:hover,
            .btn.btn-ghost.btn-warning.active {
                color: #fff;
                background-color: #ffcc00;
            }

        .btn.btn-ghost.btn-danger {
            color: #ff3b30;
            border: 1px solid #ff3b30;
        }

            .btn.btn-ghost.btn-danger:hover,
            .btn.btn-ghost.btn-danger.active {
                color: #fff;
                background-color: #ff3b30;
            }

        .btn.btn-ghost.btn-light {
            color: #ffffff;
            background-color: transparent;
            border: 1px solid #ffffff;
        }

            .btn.btn-ghost.btn-light:hover,
            .btn.btn-ghost.btn-light.active {
                color: #3a3a3a;
                background-color: #ffffff;
            }

                .btn.btn-ghost.btn-light:hover.btn-primary,
                .btn.btn-ghost.btn-light.active.btn-primary {
                    color: #ff6b00;
                }

                .btn.btn-ghost.btn-light:hover.btn-success,
                .btn.btn-ghost.btn-light.active.btn-success {
                    color: #4cd964;
                }

                .btn.btn-ghost.btn-light:hover.btn-info,
                .btn.btn-ghost.btn-light.active.btn-info {
                    color: #5ac8fa;
                }

                .btn.btn-ghost.btn-light:hover.btn-warning,
                .btn.btn-ghost.btn-light.active.btn-warning {
                    color: #ffcc00;
                }

                .btn.btn-ghost.btn-light:hover.btn-danger,
                .btn.btn-ghost.btn-light.active.btn-danger {
                    color: #ff3b30;
                }

    .btn.dropdown-toggle {
        position: relative;
        z-index: 10;
        padding: 16px 18px 16px 36px;
    }

        .btn.dropdown-toggle.btn-ghost {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .btn + .dropdown-toggle {
        margin-left: -1px !important;
    }

        .btn + .dropdown-toggle:not(.btn-ghost) {
            border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
        }

.btn-link:hover,
.btn-link:focus {
    opacity: .6;
    color: #ff6b00;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 14px;
    padding: 28px 38px;
    border-radius: 3px;
}

    .btn-lg.btn-ghost {
        padding: 27px 38px;
    }

.btn-sm,
.btn-group-sm > .btn {
    font-size: 12px;
    padding: 8px 18px;
    border-radius: 3px;
}

    .btn-sm.btn-ghost {
        padding: 10px 38px;
    }

.btn-xs,
.btn-group-xs > .btn {
    font-size: 12px;
    padding: 6px 24px;
    border-radius: 3px;
}

    .btn-xs.btn-ghost {
        padding: 5px 24px;
    }

.btn-group > .btn {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

    .btn-group > .btn:first-child {
        border-left: none;
    }

    .btn-group > .btn.btn-ghost:first-child.btn-default {
        border-left: 1px solid #ffffff;
    }

    .btn-group > .btn.btn-ghost:first-child.btn-primary {
        border-left: 1px solid #ff6b00;
    }

    .btn-group > .btn.btn-ghost:first-child.btn-success {
        border-left: 1px solid #4cd964;
    }

    .btn-group > .btn.btn-ghost:first-child.btn-info {
        border-left: 1px solid #5ac8fa;
    }

    .btn-group > .btn.btn-ghost:first-child.btn-warning {
        border-left: 1px solid #ffcc00;
    }

    .btn-group > .btn.btn-ghost:first-child.btn-danger {
        border-left: 1px solid #ff3b30;
    }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn-group > .btn-ghost:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-left: none;
    border-right: none;
}

.btn-group.btn-split > .btn:first-child {
    padding-left: 36px;
    padding-right: 36px;
}

.btn-gradient {
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-gradient:hover {
        opacity: .80;
    }

.btn-square {
    border-radius: 0;
}

.btn-pill {
    border-radius: 24px;
}

    .btn-pill.btn-lg {
        border-radius: 36px;
    }

    .btn-pill.btn-sm {
        border-radius: 18px;
    }

    .btn-pill.btn-xs {
        border-radius: 12px;
    }

.btn.disabled {
    opacity: .5;
}

    .btn.disabled.btn-default {
        opacity: .25;
    }

.btn-block {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.btn i {
    line-height: 0;
    margin-top: -3px;
    font-size: 12px;
}

.btn.icon-left i {
    margin-right: 6px;
}

.btn.icon-right i {
    margin-left: 6px;
}

.btn.icon-left {
    padding-left: 30px;
    padding-right: 34px;
}

.btn.icon-right {
    padding-left: 34px;
    padding-right: 30px;
}

.btn.icon-left.btn-lg,
.btn.icon-left.btn-sm {
    padding-left: 26px;
    padding-right: 30px;
}

.btn.icon-right.btn-lg,
.btn.icon-right.btn-sm {
    padding-left: 32px;
    padding-right: 28px;
}

.btn.icon-left.btn-xs,
.btn.icon-right.btn-xs {
    padding-left: 18px;
    padding-right: 18px;
}

.btn.btn-xs i {
    font-size: 14px;
}

.btn-app-store {
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 25px;
    border-radius: 12px;
    height: auto;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #383838;
    background: -moz-linear-gradient(left, #383838 0%, #242424 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #383838), color-stop(100%, #242424));
    background: -webkit-linear-gradient(left, #383838 0%, #242424 100%);
    background: -o-linear-gradient(left, #383838 0%, #242424 100%);
    background: -ms-linear-gradient(left, #383838 0%, #242424 100%);
    background: linear-gradient(to right, #383838 0%, #242424 100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-app-store:hover {
        color: #fff;
        opacity: .87;
    }

    .btn-app-store:focus {
        color: #fff;
        opacity: 1;
    }

    .btn-app-store i {
        font-size: 36px;
        vertical-align: middle;
        margin-right: 8px;
    }

    .btn-app-store div {
        display: inline-block;
        vertical-align: middle;
        font-size: 23px;
        font-weight: normal;
        line-height: 1;
    }

        .btn-app-store div span {
            display: block;
            font-size: 14px;
            font-weight: 300;
            line-height: 1;
            margin-bottom: 4px;
        }

.btn-round {
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0 !important;
    border-radius: 50%;
}

    .btn-round i {
        font-size: 18px;
    }

        .btn-round i.flaticon-correct7,
        .btn-round i.pe-7s-search {
            font-size: 32px;
        }

.btn-plus {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .btn-plus:before {
        position: absolute;
        display: block;
        content: "+";
        top: 1px;
        left: 5px;
        font-size: 18px;
    }

.btn-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 !important;
    border-radius: 2px;
}

    .btn-icon i {
        font-size: 18px;
    }

        .btn-icon i.flaticon-arrow414 {
            font-size: 17px;
        }

.scroll-to-top-btn {
    position: fixed !important;
    z-index: 1140;
    right: 20px;
    bottom: -72px;
    opacity: 0;
    -webkit-transition: bottom 400ms cubic-bezier(0.68, 0, 0.265, 1), opacity 0.3s, background-color 0.3s;
    /* older webkit */
    -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
    -moz-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
    /* easeInOutBack */
}

    .scroll-to-top-btn.visible {
        bottom: 12px;
        opacity: 1;
    }

.scroll-to-sidebar {
    position: fixed;
    z-index: 1140;
    left: 20px;
    bottom: 12px;
    display: none;
}

@media screen and (max-width: 991px) {
    .scroll-to-sidebar {
        display: inline-block;
    }
}

.bg-solid-white {
    background-color: #fff !important;
}

.bg-solid-gray {
    background-color: #f5f5f5 !important;
}

.bg-solid-default {
    background-color: #3a3a3a !important;
}

.bg-solid-primary {
    background-color: #ff6b00 !important;
}

.bg-solid-success {
    background-color: #4cd964 !important;
}

.bg-solid-info {
    background-color: #5ac8fa !important;
}

.bg-solid-warning {
    background-color: #ffcc00 !important;
}

.bg-solid-danger {
    background-color: #ff3b30 !important;
}

.bg-gradient-default {
    background: #494949 !important;
    background: -moz-linear-gradient(left, #494949 0%, #313131 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #494949), color-stop(100%, #313131)) !important;
    background: -webkit-linear-gradient(left, #494949 0%, #313131 100%) !important;
    background: -o-linear-gradient(left, #494949 0%, #313131 100%) !important;
    background: -ms-linear-gradient(left, #494949 0%, #313131 100%) !important;
    background: linear-gradient(to right, #494949 0%, #313131 100%) !important;
}

.bg-gradient-primary {
    background: #ff6b00 !important;
    background: -moz-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff974d)) !important;
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -o-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -ms-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: linear-gradient(to right, #ff6b00 0%, #ff974d 100%) !important;
}

.bg-gradient-success {
    background: #27b73f !important;
    background: -moz-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #27b73f), color-stop(100%, #4cd964)) !important;
    background: -webkit-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
    background: -o-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
    background: -ms-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
    background: linear-gradient(to right, #27b73f 0%, #4cd964 100%) !important;
}

.bg-gradient-info {
    background: #9fdffc !important;
    background: -moz-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #9fdffc), color-stop(100%, #5ac8fa)) !important;
    background: -webkit-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
    background: -o-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
    background: -ms-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
    background: linear-gradient(to right, #9fdffc 0%, #5ac8fa 100%) !important;
}

.bg-gradient-warning {
    background: #ffda47 !important;
    background: -moz-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffda47), color-stop(100%, #ffcc00)) !important;
    background: -webkit-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
    background: -o-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
    background: -ms-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
    background: linear-gradient(to right, #ffda47 0%, #ffcc00 100%) !important;
}

.bg-gradient-danger {
    background: #ff2676 !important;
    background: -moz-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff2676), color-stop(100%, #ff3b30)) !important;
    background: -webkit-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
    background: -o-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
    background: -ms-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
    background: linear-gradient(to right, #ff2676 0%, #ff3b30 100%) !important;
}

.bg-gradient-custom1 {
    background: #e6b800 !important;
    background: -moz-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #e6b800), color-stop(100%, #e67f00)) !important;
    background: -webkit-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
    background: -o-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
    background: -ms-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
    background: linear-gradient(to right, #e6b800 0%, #e67f00 100%) !important;
}

.bg-gradient-custom2 {
    background: #00ff80 !important;
    background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff)) !important;
    background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
    background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
    background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
    background: linear-gradient(to right, #00ff80 0%, #0076ff 100%) !important;
}

.bg-gradient-custom3 {
    background: #50fbdc !important;
    background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4)) !important;
    background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
    background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
    background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
    background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%) !important;
}

.bg-gradient-custom4 {
    background: #92b5f5 !important;
    background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0)) !important;
    background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
    background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
    background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
    background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%) !important;
}

.bg-gradient-custom5 {
    background: #00ffcc !important;
    background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00)) !important;
    background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
    background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
    background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
    background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%) !important;
}

.bg-gradient-custom6 {
    background: #bc23b8 !important;
    background: -moz-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #bc23b8), color-stop(100%, #4d5adb)) !important;
    background: -webkit-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
    background: -o-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
    background: -ms-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
    background: linear-gradient(to right, #bc23b8 0%, #4d5adb 100%) !important;
}

.bg-gradient-custom7 {
    background: #391cff !important;
    background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33)) !important;
    background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
    background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
    background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
    background: linear-gradient(to right, #391cff 0%, #fc3b33 100%) !important;
}

.text-gradient-default {
    color: #494949;
    background: -webkit-linear-gradient(#494949, #313131);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-primary {
    color: #ff6b00;
    background: -webkit-linear-gradient(#ff974d, #ff6b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-success {
    color: #4cd964;
    background: -webkit-linear-gradient(#27b73f, #4cd964);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-info {
    color: #5ac8fa;
    background: -webkit-linear-gradient(#9fdffc, #5ac8fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-warning {
    color: #ffcc00;
    background: -webkit-linear-gradient(#ffda47, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-danger {
    color: #ff3b30;
    background: -webkit-linear-gradient(#ff2676, #ff3b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom1 {
    color: #e6b800;
    background: -webkit-linear-gradient(#e6b800, #e67f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom2 {
    color: #00ff80;
    background: -webkit-linear-gradient(#00ff80, #0076ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom3 {
    color: #50fbdc;
    background: -webkit-linear-gradient(#50fbdc, #56c2f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom4 {
    color: #c75ae0;
    background: -webkit-linear-gradient(#92b5f5, #c75ae0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom5 {
    color: #f2ff00;
    background: -webkit-linear-gradient(#00ffcc, #f2ff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom6 {
    color: #4d5adb;
    background: -webkit-linear-gradient(#bc23b8, #4d5adb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-custom7 {
    color: #fc3b33;
    background: -webkit-linear-gradient(#391cff, #fc3b33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: height 1.5s .3s, opacity 1.2s .5s;
    -o-transition: height 1.5s .3s, opacity 1.2s .5s;
    transition: height 1.5s .3s, opacity 1.2s .5s;
}

    .preloader.cloak {
        height: 0;
        opacity: 0;
    }

    .preloader .spinner {
        width: 32px;
        height: 32px;
        position: relative;
        top: 50%;
        margin: 0 auto;
        transition: all .3s;
    }

    .preloader .cube1,
    .preloader .cube2 {
        background-color: #333;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: cubemove 1.8s infinite ease-in-out;
        animation: cubemove 1.8s infinite ease-in-out;
    }

    .preloader .cube2 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animation {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        -ms-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1000px, 0, 0);
        -ms-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        -ms-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        -ms-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        -ms-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        -ms-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        -ms-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        z-index: 10;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        background: -webkit-radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
        background: -o-radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
        background: -moz-radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
        background: radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

.nav-tabs.alt-tabs li a.waves-effect .waves-ripple {
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.5);
}

.waves-effect.waves-primary .waves-ripple {
    background: rgba(0, 143, 237, 0.5);
    background: -webkit-radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
    background: -o-radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
    background: radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
}

.nav-tabs > li > a.waves-effect.waves-primary .waves-ripple,
.nav-filters > li > a.waves-effect.waves-primary .waves-ripple {
    background: rgba(0, 143, 237, 0.4);
    background: -webkit-radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
    background: -o-radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
    background: radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
}

.waves-effect.waves-success .waves-ripple {
    background: rgba(150, 203, 75, 0.6);
    background: -webkit-radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
    background: -o-radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
    background: -moz-radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
    background: radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
}

.waves-effect.waves-info .waves-ripple {
    background: rgba(75, 98, 255, 0.6);
    background: -webkit-radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
    background: -o-radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
    background: radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
}

.waves-effect.waves-warning .waves-ripple {
    background: rgba(255, 109, 0, 0.5);
    background: -webkit-radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
    background: -o-radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
    background: radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
}

.waves-effect.waves-danger .waves-ripple {
    background: rgba(233, 30, 99, 0.5);
    background: -webkit-radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
    background: -o-radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
    background: -moz-radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
    background: radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.android .waves-button,
.android .waves-circle {
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
}

    .waves-float:active {
        -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    }

.waves-block {
    display: block;
}

.page-title {
    width: 100%;
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #f5f5f5;
}

    .page-title h1,
    .page-title .h1,
    .page-title h2,
    .page-title .h2,
    .page-title h3,
    .page-title .h3 {
        margin-bottom: 0;
        margin-left: 0;
        position: relative;
        z-index: 5;
        margin-top: 0px;
        font-size: 20px;
    }

    .page-title h3 {
        font-size: 20px;
        font-weight: 300;
        color: #000;
    }

    .page-title .ph-table {
        width: 100%;
        display: table;
        height: 20px;
    }

    .page-title .ph-td {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        padding: 0px 0 0px 0;
    }

        .page-title .ph-td:first-child {
            width: 60%;
        }

@media screen and (max-width: 991px) {
    .page-title .ph-td {
        display: block;
        width: 100%;
        text-align: center;
    }

        .page-title .ph-td:first-child {
            width: 100%;
            padding-bottom: 16px;
        }

        .page-title .ph-td:last-child {
            padding-top: 0;
        }
}

.page-title .overlay {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .page-title h1 {
        font-size: 36px;
    }
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: none;
    display: inline-block;
    padding: 0 0px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        margin-top: 0;
    }
}

.breadcrumb > li {
    font-size: 14px;
    color: #4d4d4d;
    cursor: default;
    margin-top: 0px;
}

    .breadcrumb > li + li:before {
        padding: 0 2px;
        display: none;
    }

    .breadcrumb > li > a:after {
        font-family: 'Pe-icon-7-stroke';
        content: "\e684";
        vertical-align: middle;
        font-size: 25px;
        margin-left: 2px;
    }

    .breadcrumb > li > a:last-child {
    }




.page-title-dark,
.page-title-image,
.page-title-banner {
    color: #fff;
    background-color: #3a3a3a;
    border-bottom: none;
}

    .page-title-dark .breadcrumb > li,
    .page-title-image .breadcrumb > li,
    .page-title-banner .breadcrumb > li {
        font-weight: 300;
        color: #cccccc;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .page-title-dark .breadcrumb > li > a,
        .page-title-image .breadcrumb > li > a,
        .page-title-banner .breadcrumb > li > a {
            color: #fff;
        }

            .page-title-dark .breadcrumb > li > a:after,
            .page-title-image .breadcrumb > li > a:after,
            .page-title-banner .breadcrumb > li > a:after {
                color: #cccccc;
            }

.page-title-image,
.page-title-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-title-image .ph-td,
    .page-title-banner .ph-td {
        padding: 30px 0;
    }

@media screen and (max-width: 991px) {
    .page-title-image .ph-td:first-child,
    .page-title-banner .ph-td:first-child {
        padding-bottom: 16px;
    }

    .page-title-image .ph-td:last-child,
    .page-title-banner .ph-td:last-child {
        padding-top: 0;
    }
}

.x2 .ph-td,
.page-title-image-parallax .ph-td {
    padding: 67.2px 0;
}

@media screen and (max-width: 991px) {
    .x2 .ph-td:first-child,
    .page-title-image-parallax .ph-td:first-child {
        padding-bottom: 16px;
    }

    .x2 .ph-td:last-child,
    .page-title-image-parallax .ph-td:last-child {
        padding-top: 0;
    }
}

.page-title-banner {
    padding: 216px 0 55px 0;
    text-align: center;
}

    .page-title-banner .breadcrumb {
        display: table;
        background-color: #eb6200;
        padding: 4px 23px;
        margin: 20px auto 0 auto;
    }

.page-title-image-parallax {
    background-attachment: fixed;
}

@media screen and (max-width: 991px) {
    .page-title-image-parallax {
        background-attachment: scroll;
    }
}

.block-title {
    margin-bottom: 16px;
    position: relative;
    padding: 1px 24px;
    color: #000;
    background: #ff6b00;
    background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
    border-bottom: 2px solid #e66000;
    -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}

    .block-title.boxed {
        display: inline-block;
    }

    .block-title.no-borders {
        box-shadow: none;
        padding: 0;
    }

    .block-title .overlay {
        display: block;
        position: absolute;
        width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0.3;
        z-index: 1;
    }

    .block-title .container {
        overflow: hidden;
    }

    .block-title h2,
    .block-title h3,
    .block-title h4 {
        position: relative;
        z-index: 5;
        display: inline-block;
    }

        .block-title h2:after,
        .block-title h3:after,
        .block-title h4:after,
        .block-title h6:after {
            position: absolute;
            content: "";
            bottom: 4px;
            left: 0;
            height: 6px;
            width: 100%;
            border-bottom: 2px solid #ffc732;
            -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
            background: #00279c;
        }

    .block-title h2 {
        margin: 36px 0;
    }

    .block-title h3 {
        margin: 24px 0;
    }

    .block-title small {
        display: block;
        font-size: 14px;
        color: #ffffff;
        line-height: 1.5;
        max-width: 550px;
        margin: 0 0 20px 0;
    }

    .block-title.text-center small {
        margin-left: auto;
        margin-right: auto;
    }

    .block-title.text-center h2:before {
        display: none;
    }

    .block-title.text-right small {
        margin-left: auto;
        margin-right: 0;
    }

    .block-title.text-right h2:before {
        display: none;
    }

    .block-title hr {
        margin: 0 0 17px 0;
        border-top: 1px solid #ffffff;
    }

    .block-title.on-light {
        background: transparent;
        border: none;
    }

        .block-title.on-light h2,
        .block-title.on-light h3 {
            color: #3a3a3a;
        }

        .block-title.on-light small {
            color: #3a3a3a;
        }

        .block-title.on-light h2:after,
        .block-title.on-light h3:after .block-title.on-light h4:after {
            background: #ff6b00;
            background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
            background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
            background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
            background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
            background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
            border-bottom: 2px solid #e66000;
        }

    .block-title.on-dark {
        background: #4d4d4d;
        border-bottom: 2px solid #676767;
    }

        .block-title.on-dark h2,
        .block-title.on-dark h3 {
            color: #fff;
        }

            .block-title.on-dark h2:before {
                background: #ff6b00;
                background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
                background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
                background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
                background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
                background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
            }

@media screen and (max-width: 768px) {
    .block-title h1 {
        font-size: 36px;
    }

    .block-title h2 {
        font-size: 28.8px;
    }
}

hr {
    margin-top: 4px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
}

    hr.hr-default {
        border-color: rgba(0, 0, 0, 0.4);
    }

    hr.hr-primary {
        border-color: #ff6b00;
    }

    hr.hr-success {
        border-color: #4cd964;
    }

    hr.hr-info {
        border-color: #5ac8fa;
    }

    hr.hr-warning {
        border-color: #ffcc00;
    }

    hr.hr-danger {
        border-color: #ff3b30;
    }

    hr.hr-dashed {
        border-style: dashed;
    }

    hr.hr-dotted {
        border-style: dotted;
    }

    hr.hr-bold {
        border-width: 4px;
    }

    hr.hr-gradient {
        border: none;
        height: 4px;
    }

        hr.hr-gradient.hr-gradient-1 {
            background: #00ff80;
            background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff));
            background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%);
            background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%);
            background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%);
            background: linear-gradient(to right, #00ff80 0%, #0076ff 100%);
        }

        hr.hr-gradient.hr-gradient-2 {
            background: #ff8d00;
            background: -moz-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #ff8d00), color-stop(100%, #ffcc00));
            background: -webkit-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
            background: -o-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
            background: -ms-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
            background: linear-gradient(to right, #ff8d00 0%, #ffcc00 100%);
        }

        hr.hr-gradient.hr-gradient-3 {
            background: #50fbdc;
            background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4));
            background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
            background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
            background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
            background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%);
        }

        hr.hr-gradient.hr-gradient-4 {
            background: #00ffcc;
            background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00));
            background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
            background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
            background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
            background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%);
        }

        hr.hr-gradient.hr-gradient-5 {
            background: #92b5f5;
            background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0));
            background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
            background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
            background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
            background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%);
        }

        hr.hr-gradient.hr-gradient-6 {
            background: #391cff;
            background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33));
            background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%);
            background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%);
            background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%);
            background: linear-gradient(to right, #391cff 0%, #fc3b33 100%);
        }

    hr.no-space {
        margin: 0;
    }

.caret {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 15px;
    height: 15px;
    margin-left: 6px !important;
    vertical-align: middle;
    border: none;
}

    .caret:before {
        content: "\f107";
    }

.btn.dropdown-toggle .caret,
.btn-ghost.dropdown-toggle .caret {
    margin-left: 16px !important;
    margin-right: 8px;
}

.btn-group > .btn + .dropdown-toggle .caret,
.btn-group > .btn-ghost + .dropdown-toggle .caret {
    margin-left: 10px !important;
    margin-right: 12px;
}

.dropup .caret:before {
    content: "\f107";
}

.dropdown-menu {
    padding: 12px 0;
    margin-top: -6px;
    font-size: 13px;
    border: none;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .dropdown-menu > li {
        margin: 1px 0;
    }

        .dropdown-menu > li > a {
            color: #ffffff;
            font-size: 14px;
            line-height: 1.5 !important;
            padding: 8px 34px;
        }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > li > a:focus {
                opacity: 1;
                color: #fff;
                background: #fec423;
                background: -moz-linear-gradient(left, #fec423 0%, #fec725 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, #fec423), color-stop(100%, #fec725));
                background: -webkit-linear-gradient(left, #fec423 0%, #fec725 100%);
                background: -o-linear-gradient(left, #fec423 0%, #fec725 100%);
                background: -ms-linear-gradient(left, #fec423 0%, #fec725 100%);
                background: linear-gradient(to right, #fec423 0%, #fec725 100%);
            }

        .dropdown-menu > li.active a,
        .dropdown-menu > li.active a:hover,
        .dropdown-menu > li.active a:focus {
            opacity: 1;
            color: #3a3a3a;
            background-color: rgba(58, 58, 58, 0.7);
        }

        .dropdown-menu > li.disabled > a {
            pointer-events: none;
            color: #cccccc;
        }

        .dropdown-menu > li.divider {
            background-color: #ffffff;
            margin: 8px 0;
        }

.body-alt .dropdown-menu {
    background-color: #ffffff;
}

.open > .dropdown-menu {
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

    .btn-group.open .dropdown-toggle.btn-ghost.btn-default,
    .btn-group.open .dropdown-toggle.btn-ghost.btn-primary,
    .btn-group.open .dropdown-toggle.btn-ghost.btn-success,
    .btn-group.open .dropdown-toggle.btn-ghost.btn-info,
    .btn-group.open .dropdown-toggle.btn-ghost.btn-warning,
    .btn-group.open .dropdown-toggle.btn-ghost.btn-danger {
        color: #fff;
    }

    .btn-group.open .dropdown-toggle.btn-ghost.btn-default {
        background-color: #ffffff;
    }

    .btn-group.open .dropdown-toggle.btn-ghost.btn-primary {
        background-color: #ff6b00;
    }

    .btn-group.open .dropdown-toggle.btn-ghost.btn-success {
        background-color: #4cd964;
    }

    .btn-group.open .dropdown-toggle.btn-ghost.btn-info {
        background-color: #5ac8fa;
    }

    .btn-group.open .dropdown-toggle.btn-ghost.btn-warning {
        background-color: #ffcc00;
    }

    .btn-group.open .dropdown-toggle.btn-ghost.btn-danger {
        background-color: #ff3b30;
    }

.dropdown-header {
    padding: 7px 44px !important;
}

.cbutton {
    position: relative;
}

    .cbutton::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -19px 0 0 -19px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        content: '';
        opacity: 0;
        pointer-events: none;
    }

.cbutton--effect::after {
    background-color: rgba(255, 107, 0, 0.13);
}

.cbutton--effect.cbutton--click::after {
    -webkit-animation: anim-effect 0.35s forwards;
    animation: anim-effect 0.35s forwards;
}

@-webkit-keyframes anim-effect {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 1);
        transform: scale3d(0.3, 0.3, 1);
    }

    25%, 50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

@keyframes anim-effect {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 1);
        transform: scale3d(0.3, 0.3, 1);
    }

    25%, 50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .icon[class^="flaticon-"],
    .icon[class*=" flaticon-"] {
        font-size: 39px;
    }

    .icon.icon-2x {
        font-size: 71.4px;
    }

        .icon.icon-2x[class^="flaticon-"],
        .icon.icon-2x[class*=" flaticon-"] {
            font-size: 67px;
        }

    .icon.icon-default {
        color: #3a3a3a;
    }

    .icon.icon-primary {
        color: #ff6b00;
    }

    .icon.icon-success {
        color: #4cd964;
    }

    .icon.icon-info {
        color: #5ac8fa;
    }

    .icon.icon-warning {
        color: #ffcc00;
    }

    .icon.icon-danger {
        color: #ff3b30;
    }

.icon-rounded,
.icon-square,
.icon-circle {
    width: 25px;
    height: 25px;
    font-size: 25px;
    text-align: center;
    line-height: 15px;
    color: #0028a1 !important;
    background-color: #3a3a3a;
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #545454;
    margin-right: 10px;
}

    .icon-rounded[class^="flaticon-"],
    .icon-square[class^="flaticon-"],
    .icon-circle[class^="flaticon-"],
    .icon-rounded[class*=" flaticon-"],
    .icon-square[class*=" flaticon-"],
    .icon-circle[class*=" flaticon-"] {
        font-size: 28px;
    }

    .icon-rounded.icon-default,
    .icon-square.icon-default,
    .icon-circle.icon-default {
        background-color: #3a3a3a;
        border-bottom: 2px solid #545454;
    }

    .icon-rounded.icon-primary,
    .icon-square.icon-primary,
    .icon-circle.icon-primary {
        background-color: #ff6b00;
        border-bottom: 2px solid #cc5600;
    }

    .icon-rounded.icon-success,
    .icon-square.icon-success,
    .icon-circle.icon-success {
        background-color: #4cd964;
        border-bottom: 2px solid #2ac845;
    }

    .icon-rounded.icon-info,
    .icon-square.icon-info,
    .icon-circle.icon-info {
        background-color: #5ac8fa;
        border-bottom: 2px solid #28b7f9;
    }

    .icon-rounded.icon-warning,
    .icon-square.icon-warning,
    .icon-circle.icon-warning {
        background-color: #ffcc00;
        border-bottom: 2px solid #cca300;
    }

    .icon-rounded.icon-danger,
    .icon-square.icon-danger,
    .icon-circle.icon-danger {
        background-color: #ff3b30;
        border-bottom: 2px solid #fc0d00;
    }

    .icon-rounded[class^="bg-gradient-"],
    .icon-square[class^="bg-gradient-"],
    .icon-circle[class^="bg-gradient-"],
    .icon-rounded[class*="bg-gradient-"],
    .icon-square[class*="bg-gradient-"],
    .icon-circle[class*="bg-gradient-"] {
        border: none !important;
    }

.icon-rounded {
    border-radius: 3px;
}

.icon-square {
    border-radius: 0;
}

.icon-circle {
    border-radius: 50%;
}

.icon-ghost {
    color: #3a3a3a !important;
    background-color: transparent !important;
    border: 1px solid #3a3a3a;
    box-shadow: none;
}

    .icon-ghost.icon-default {
        color: #3a3a3a !important;
        border: 1px solid #3a3a3a;
    }

    .icon-ghost.icon-primary {
        color: #ff6b00 !important;
        border: 1px solid #ff6b00;
    }

    .icon-ghost.icon-success {
        color: #4cd964 !important;
        border: 1px solid #4cd964;
    }

    .icon-ghost.icon-info {
        color: #5ac8fa !important;
        border: 1px solid #5ac8fa;
    }

    .icon-ghost.icon-warning {
        color: #ffcc00 !important;
        border: 1px solid #ffcc00;
    }

    .icon-ghost.icon-danger {
        color: #ff3b30 !important;
        border: 1px solid #ff3b30;
    }

.text-left .icon {
    margin-right: 11px;
}

.text-center .icon {
    margin-left: 6px;
    margin-right: 6px;
}

.text-right .icon {
    margin-left: 11px;
}

.text-left.icon,
.align-left.icon {
    margin-right: 11px !important;
}

.align-center.icon,
.text-center.icon {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.text-right.icon,
.align-right.icon {
    margin-left: 11px !important;
}

.social-buttons {
    display: inline-block;
    vertical-align: middle;
}

    .social-buttons a {
        display: inline-block;
        text-decoration: none;
        /*margin: 5px 25px 10px 0;*/
        opacity: 1;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

        .social-buttons a:hover {
            opacity: .6;
        }

        .social-buttons a.cbutton--click,
        .social-buttons a:focus {
            outline: none;
        }

        .social-buttons a.monocolor,
        .social-buttons a.monocolor:hover {
            color: #ff6b00;
        }

.text-center.social-buttons,
.text-center .social-buttons {
    text-align: center;
}

    .text-center.social-buttons a,
    .text-center .social-buttons a {
        margin: 5px 12px 10px 12px;
    }

.text-right.social-buttons,
.text-right .social-buttons {
    text-align: right;
}

    .text-right.social-buttons a,
    .text-right .social-buttons a {
        margin: 5px 0 10px 25px;
    }
/* Behance */
.sb-behance {
    color: #1769ff;
}

    .sb-behance:hover,
    .sb-behance:focus {
        color: #1769ff;
    }

    .sb-behance.cbutton--effect::after {
        background-color: rgba(23, 105, 255, 0.12);
    }
/* Bitbucket */
.sb-bitbucket {
    color: #205081;
}

    .sb-bitbucket:hover,
    .sb-bitbucket:focus {
        color: #205081;
    }

    .sb-bitbucket.cbutton--effect::after {
        background-color: rgba(32, 80, 129, 0.12);
    }
/* CodePen */
.sb-codepen {
    color: #76daff;
}

    .sb-codepen:hover,
    .sb-codepen:focus {
        color: #76daff;
    }

    .sb-codepen.cbutton--effect::after {
        background-color: rgba(118, 218, 255, 0.12);
    }
/* DeviantArt */
.sb-deviantart {
    color: #4e6252;
}

    .sb-deviantart:hover,
    .sb-deviantart:focus {
        color: #4e6252;
    }

    .sb-deviantart.cbutton--effect::after {
        background-color: rgba(78, 98, 82, 0.12);
    }
/* Digg */
.sb-digg {
    color: #000000;
}

    .sb-digg:hover,
    .sb-digg:focus {
        color: #000000;
    }

    .sb-digg.cbutton--effect::after {
        background-color: rgba(0, 0, 0, 0.12);
    }
/* Dribbble */
.sb-dribbble {
    color: #ea4c89;
}

    .sb-dribbble:hover,
    .sb-dribbble:focus {
        color: #ea4c89;
    }

    .sb-dribbble.cbutton--effect::after {
        background-color: rgba(234, 76, 137, 0.12);
    }
/* Dropbox */
.sb-dropbox {
    color: #007ee5;
}

    .sb-dropbox:hover,
    .sb-dropbox:focus {
        color: #007ee5;
    }

    .sb-dropbox.cbutton--effect::after {
        background-color: rgba(0, 126, 229, 0.12);
    }
/* Facebook */
.sb-facebook {
    color: #007aff;
}

    .sb-facebook:hover,
    .sb-facebook:focus {
        color: #007aff;
    }

    .sb-facebook.cbutton--effect::after {
        background-color: rgba(0, 122, 255, 0.12);
    }
/* Flickr */
.sb-flickr {
    color: #0063dc;
}

    .sb-flickr:hover,
    .sb-flickr:focus {
        color: #0063dc;
    }

    .sb-flickr.cbutton--effect::after {
        background-color: rgba(0, 99, 220, 0.12);
    }
/* Foursquare */
.sb-foursquare {
    color: #ef4b78;
}

    .sb-foursquare:hover,
    .sb-foursquare:focus {
        color: #ef4b78;
    }

    .sb-foursquare.cbutton--effect::after {
        background-color: rgba(239, 75, 120, 0.12);
    }
/* GitHub */
.sb-github {
    color: #4183c4;
}

    .sb-github:hover,
    .sb-github:focus {
        color: #4183c4;
    }

    .sb-github.cbutton--effect::after {
        background-color: rgba(65, 131, 196, 0.12);
    }
/* Google+ */
.sb-google-plus {
    color: #dd4b39;
}

    .sb-google-plus:hover,
    .sb-google-plus:focus {
        color: #dd4b39;
    }

    .sb-google-plus.cbutton--effect::after {
        background-color: rgba(221, 75, 57, 0.12);
    }
/* Instagram */
.sb-instagram {
    color: #3f729b;
}

    .sb-instagram:hover,
    .sb-instagram:focus {
        color: #3f729b;
    }

    .sb-instagram.cbutton--effect::after {
        background-color: rgba(63, 114, 155, 0.12);
    }
/* Jsfiddle */
.sb-jsfiddle {
    color: #4679bd;
}

    .sb-jsfiddle:hover,
    .sb-jsfiddle:focus {
        color: #4679bd;
    }

    .sb-jsfiddle.cbutton--effect::after {
        background-color: rgba(70, 121, 189, 0.12);
    }
/* LastFM */
.sb-lastfm {
    color: #e31b23;
}

    .sb-lastfm:hover,
    .sb-lastfm:focus {
        color: #e31b23;
    }

    .sb-lastfm.cbutton--effect::after {
        background-color: rgba(227, 27, 35, 0.12);
    }
/* LinkedIn */
.sb-linkedin {
    color: #0976b4;
}

    .sb-linkedin:hover,
    .sb-linkedin:focus {
        color: #0976b4;
    }

    .sb-linkedin.cbutton--effect::after {
        background-color: rgba(9, 118, 180, 0.12);
    }
/* PayPal */
.sb-paypal {
    color: #253b80;
}

    .sb-paypal:hover,
    .sb-paypal:focus {
        color: #253b80;
    }

    .sb-paypal.cbutton--effect::after {
        background-color: rgba(37, 59, 128, 0.12);
    }
/* Pinterest */
.sb-pinterest {
    color: #cc2127;
}

    .sb-pinterest:hover,
    .sb-pinterest:focus {
        color: #cc2127;
    }

    .sb-pinterest.cbutton--effect::after {
        background-color: rgba(204, 33, 39, 0.12);
    }
/* Reddit */
.sb-reddit {
    color: #ff4500;
}

    .sb-reddit:hover,
    .sb-reddit:focus {
        color: #ff4500;
    }

    .sb-reddit.cbutton--effect::after {
        background-color: rgba(255, 69, 0, 0.12);
    }
/* Skype */
.sb-skype {
    color: #00aff0;
}

    .sb-skype:hover,
    .sb-skype:focus {
        color: #00aff0;
    }

    .sb-skype.cbutton--effect::after {
        background-color: rgba(0, 175, 240, 0.12);
    }
/* SoundCloud */
.sb-soundcloud {
    color: #f80;
}

    .sb-soundcloud:hover,
    .sb-soundcloud:focus {
        color: #f80;
    }

    .sb-soundcloud.cbutton--effect::after {
        background-color: rgba(255, 136, 0, 0.12);
    }
/* Stack Overflow */
.sb-stackoverflow {
    color: #fe7a15;
}

    .sb-stackoverflow:hover,
    .sb-stackoverflow:focus {
        color: #fe7a15;
    }

    .sb-stackoverflow.cbutton--effect::after {
        background-color: rgba(254, 122, 21, 0.12);
    }
/* Steam */
.sb-steam {
    color: #7da10e;
}

    .sb-steam:hover,
    .sb-steam:focus {
        color: #7da10e;
    }

    .sb-steam.cbutton--effect::after {
        background-color: rgba(125, 161, 14, 0.12);
    }
/* StumbleUpon */
.sb-stumbleupon {
    color: #eb4924;
}

    .sb-stumbleupon:hover,
    .sb-stumbleupon:focus {
        color: #eb4924;
    }

    .sb-stumbleupon.cbutton--effect::after {
        background-color: rgba(235, 73, 36, 0.12);
    }
/* Trello */
.sb-trello {
    color: #256a92;
}

    .sb-trello:hover,
    .sb-trello:focus {
        color: #256a92;
    }

    .sb-trello.cbutton--effect::after {
        background-color: rgba(37, 106, 146, 0.12);
    }
/* Tumblr */
.sb-tumblr {
    color: #35465c;
}

    .sb-tumblr:hover,
    .sb-tumblr:focus {
        color: #35465c;
    }

    .sb-tumblr.cbutton--effect::after {
        background-color: rgba(53, 70, 92, 0.12);
    }
/* Twitch */
.sb-twitch {
    color: #6441a5;
}

    .sb-twitch:hover,
    .sb-twitch:focus {
        color: #6441a5;
    }

    .sb-twitch.cbutton--effect::after {
        background-color: rgba(100, 65, 165, 0.12);
    }
/* Twitter */
.sb-twitter {
    color: #5ac8fa;
}

    .sb-twitter:hover,
    .sb-twitter:focus {
        color: #5ac8fa;
    }

    .sb-twitter.cbutton--effect::after {
        background-color: rgba(90, 200, 250, 0.14);
    }
/* Vimeo */
.sb-vimeo {
    color: #1ab7ea;
}

    .sb-vimeo:hover,
    .sb-vimeo:focus {
        color: #1ab7ea;
    }

    .sb-vimeo.cbutton--effect::after {
        background-color: rgba(26, 183, 234, 0.12);
    }
/* Vine */
.sb-vine {
    color: #00b488;
}

    .sb-vine:hover,
    .sb-vine:focus {
        color: #00b488;
    }

    .sb-vine.cbutton--effect::after {
        background-color: rgba(0, 180, 136, 0.12);
    }
/* VKontakte */
.sb-vk {
    color: #45668e;
}

    .sb-vk:hover,
    .sb-vk:focus {
        color: #45668e;
    }

    .sb-vk.cbutton--effect::after {
        background-color: rgba(69, 102, 142, 0.12);
    }
/* WeChat */
.sb-wechat {
    color: #98d11c;
}

    .sb-wechat:hover,
    .sb-wechat:focus {
        color: #98d11c;
    }

    .sb-wechat.cbutton--effect::after {
        background-color: rgba(152, 209, 28, 0.12);
    }
/* WordPress */
.sb-wordpress {
    color: #21759b;
}

    .sb-wordpress:hover,
    .sb-wordpress:focus {
        color: #21759b;
    }

    .sb-wordpress.cbutton--effect::after {
        background-color: rgba(33, 117, 155, 0.12);
    }
/* XING */
.sb-xing {
    color: #026466;
}

    .sb-xing:hover,
    .sb-xing:focus {
        color: #026466;
    }

    .sb-xing.cbutton--effect::after {
        background-color: rgba(2, 100, 102, 0.12);
    }
/* Yahoo! */
.sb-yahoo {
    color: #400191;
}

    .sb-yahoo:hover,
    .sb-yahoo:focus {
        color: #400191;
    }

    .sb-yahoo.cbutton--effect::after {
        background-color: rgba(64, 1, 145, 0.12);
    }
/* Yelp */
.sb-yelp {
    color: #af0606;
}

    .sb-yelp:hover,
    .sb-yelp:focus {
        color: #af0606;
    }

    .sb-yelp.cbutton--effect::after {
        background-color: rgba(175, 6, 6, 0.12);
    }
/* YouTube */
.sb-youtube {
    color: #e52d27;
}

    .sb-youtube:hover,
    .sb-youtube:focus {
        color: #e52d27;
    }

    .sb-youtube.cbutton--effect::after {
        background-color: rgba(229, 45, 39, 0.12);
    }

.social-buttons-square,
.social-buttons-rounded,
.social-buttons-circle {
    display: inline-block;
    vertical-align: middle;
    /* Behance */
    /* Bitbucket */
    /* CodePen */
    /* DeviantArt */
    /* Digg */
    /* Dribbble */
    /* Dropbox */
    /* Facebook */
    /* Flickr */
    /* Foursquare */
    /* GitHub */
    /* Google+ */
    /* Instagram */
    /* Jsfiddle */
    /* LastFM */
    /* LinkedIn */
    /* PayPal */
    /* Pinterest */
    /* Reddit */
    /* Skype */
    /* SoundCloud */
    /* Stack Overflow */
    /* Steam */
    /* StumbleUpon */
    /* Trello */
    /* Tumblr */
    /* Twitch */
    /* Twitter */
    /* Vimeo */
    /* Vine */
    /* VKontakte */
    /* WeChat */
    /* WordPress */
    /* XING */
    /* Yahoo! */
    /* Yelp */
    /* YouTube */
}

    .social-buttons-square.monocolor a,
    .social-buttons-rounded.monocolor a,
    .social-buttons-circle.monocolor a {
        background-color: #ff6b00 !important;
    }

    .social-buttons-square a,
    .social-buttons-rounded a,
    .social-buttons-circle a {
        display: inline-block;
        width: 48px;
        line-height: 48px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin: 0 2px 6px 0;
        opacity: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.6);
    }

        .social-buttons-square a:hover,
        .social-buttons-rounded a:hover,
        .social-buttons-circle a:hover {
            color: #fff;
            opacity: .7;
        }

        .social-buttons-square a:focus,
        .social-buttons-rounded a:focus,
        .social-buttons-circle a:focus {
            color: #fff;
            outline: none;
        }

    .social-buttons-square .sb-behance,
    .social-buttons-rounded .sb-behance,
    .social-buttons-circle .sb-behance {
        background-color: #1769ff;
    }

    .social-buttons-square .sb-bitbucket,
    .social-buttons-rounded .sb-bitbucket,
    .social-buttons-circle .sb-bitbucket {
        background-color: #205081;
    }

    .social-buttons-square .sb-codepen,
    .social-buttons-rounded .sb-codepen,
    .social-buttons-circle .sb-codepen {
        background-color: #76daff;
    }

    .social-buttons-square .sb-deviantart,
    .social-buttons-rounded .sb-deviantart,
    .social-buttons-circle .sb-deviantart {
        background-color: #4e6252;
    }

    .social-buttons-square .sb-digg,
    .social-buttons-rounded .sb-digg,
    .social-buttons-circle .sb-digg {
        background-color: #000000;
    }

    .social-buttons-square .sb-dribbble,
    .social-buttons-rounded .sb-dribbble,
    .social-buttons-circle .sb-dribbble {
        background-color: #ea4c89;
    }

    .social-buttons-square .sb-dropbox,
    .social-buttons-rounded .sb-dropbox,
    .social-buttons-circle .sb-dropbox {
        background-color: #007ee5;
    }

    .social-buttons-square .sb-facebook,
    .social-buttons-rounded .sb-facebook,
    .social-buttons-circle .sb-facebook {
        background-color: #007aff;
    }

    .social-buttons-square .sb-flickr,
    .social-buttons-rounded .sb-flickr,
    .social-buttons-circle .sb-flickr {
        background-color: #0063dc;
    }

    .social-buttons-square .sb-foursquare,
    .social-buttons-rounded .sb-foursquare,
    .social-buttons-circle .sb-foursquare {
        background-color: #ef4b78;
    }

    .social-buttons-square .sb-github,
    .social-buttons-rounded .sb-github,
    .social-buttons-circle .sb-github {
        background-color: #4183c4;
    }

    .social-buttons-square .sb-google-plus,
    .social-buttons-rounded .sb-google-plus,
    .social-buttons-circle .sb-google-plus {
        background-color: #dd4b39;
    }

    .social-buttons-square .sb-instagram,
    .social-buttons-rounded .sb-instagram,
    .social-buttons-circle .sb-instagram {
        background-color: #3f729b;
    }

    .social-buttons-square .sb-jsfiddle,
    .social-buttons-rounded .sb-jsfiddle,
    .social-buttons-circle .sb-jsfiddle {
        background-color: #4679bd;
    }

    .social-buttons-square .sb-lastfm,
    .social-buttons-rounded .sb-lastfm,
    .social-buttons-circle .sb-lastfm {
        background-color: #e31b23;
    }

    .social-buttons-square .sb-linkedin,
    .social-buttons-rounded .sb-linkedin,
    .social-buttons-circle .sb-linkedin {
        background-color: #0976b4;
    }

    .social-buttons-square .sb-paypal,
    .social-buttons-rounded .sb-paypal,
    .social-buttons-circle .sb-paypal {
        background-color: #253b80;
    }

    .social-buttons-square .sb-pinterest,
    .social-buttons-rounded .sb-pinterest,
    .social-buttons-circle .sb-pinterest {
        background-color: #cc2127;
    }

    .social-buttons-square .sb-reddit,
    .social-buttons-rounded .sb-reddit,
    .social-buttons-circle .sb-reddit {
        background-color: #ff4500;
    }

    .social-buttons-square .sb-skype,
    .social-buttons-rounded .sb-skype,
    .social-buttons-circle .sb-skype {
        background-color: #00aff0;
    }

    .social-buttons-square .sb-soundcloud,
    .social-buttons-rounded .sb-soundcloud,
    .social-buttons-circle .sb-soundcloud {
        background-color: #f80;
    }

    .social-buttons-square .sb-stackoverflow,
    .social-buttons-rounded .sb-stackoverflow,
    .social-buttons-circle .sb-stackoverflow {
        background-color: #fe7a15;
    }

    .social-buttons-square .sb-steam,
    .social-buttons-rounded .sb-steam,
    .social-buttons-circle .sb-steam {
        background-color: #7da10e;
    }

    .social-buttons-square .sb-stumbleupon,
    .social-buttons-rounded .sb-stumbleupon,
    .social-buttons-circle .sb-stumbleupon {
        background-color: #eb4924;
    }

    .social-buttons-square .sb-trello,
    .social-buttons-rounded .sb-trello,
    .social-buttons-circle .sb-trello {
        background-color: #256a92;
    }

    .social-buttons-square .sb-tumblr,
    .social-buttons-rounded .sb-tumblr,
    .social-buttons-circle .sb-tumblr {
        background-color: #35465c;
    }

    .social-buttons-square .sb-twitch,
    .social-buttons-rounded .sb-twitch,
    .social-buttons-circle .sb-twitch {
        background-color: #6441a5;
    }

    .social-buttons-square .sb-twitter,
    .social-buttons-rounded .sb-twitter,
    .social-buttons-circle .sb-twitter {
        background-color: #5ac8fa;
    }

    .social-buttons-square .sb-vimeo,
    .social-buttons-rounded .sb-vimeo,
    .social-buttons-circle .sb-vimeo {
        background-color: #1ab7ea;
    }

    .social-buttons-square .sb-vine,
    .social-buttons-rounded .sb-vine,
    .social-buttons-circle .sb-vine {
        background-color: #00b488;
    }

    .social-buttons-square .sb-vk,
    .social-buttons-rounded .sb-vk,
    .social-buttons-circle .sb-vk {
        background-color: #45668e;
    }

    .social-buttons-square .sb-wechat,
    .social-buttons-rounded .sb-wechat,
    .social-buttons-circle .sb-wechat {
        background-color: #98d11c;
    }

    .social-buttons-square .sb-wordpress,
    .social-buttons-rounded .sb-wordpress,
    .social-buttons-circle .sb-wordpress {
        background-color: #21759b;
    }

    .social-buttons-square .sb-xing,
    .social-buttons-rounded .sb-xing,
    .social-buttons-circle .sb-xing {
        background-color: #026466;
    }

    .social-buttons-square .sb-yahoo,
    .social-buttons-rounded .sb-yahoo,
    .social-buttons-circle .sb-yahoo {
        background-color: #400191;
    }

    .social-buttons-square .sb-yelp,
    .social-buttons-rounded .sb-yelp,
    .social-buttons-circle .sb-yelp {
        background-color: #af0606;
    }

    .social-buttons-square .sb-youtube,
    .social-buttons-rounded .sb-youtube,
    .social-buttons-circle .sb-youtube {
        background-color: #e52d27;
    }

    .social-buttons-rounded a {
        border-radius: 3px;
    }

    .social-buttons-circle a {
        border-radius: 50%;
    }

    .text-light .icon,
    .text-light .social-buttons a,
    .social-buttons-square a,
    .social-buttons-rounded a,
    .social-buttons-circle a {
        color: #fff !important;
    }

.top-bar {
    height: 30px;
    background: #0028a1;
    color: #fff !important;
}

    .top-bar .container {
        position: relative;
        z-index: 1090;
    }

@media screen and (max-width: 1200px) {
    .top-bar .container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .top-bar {
        display: none;
    }
}

.top-bar .social-buttons {
    /*line-height: 30px;*/
}

    .top-bar .social-buttons .sb-skype {
        color: #3a3a3a;
    }

        .top-bar .social-buttons .sb-skype i {
            margin-right: 6px;
        }

.top-bar .switchers {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    padding: 0;
}

    .top-bar .switchers li {
        position: relative;
        display: inline-block;
        margin-left: -3px;
    }

        .top-bar .switchers li a {
            display: block;
            line-height: 28px;
            color: #fff;
            font-size: 12px;
        }

            .top-bar .switchers li a:hover,
            .top-bar .switchers li a:focus {
                opacity: 1;
            }

        .top-bar .switchers li .dropdown {
            display: none;
            position: absolute;
            width: 180px;
            top: 100%;
            right: -2%;
            text-align: left;
            padding: 0px;
            background-color: #0028a1;
            webkit-box-shadow: -2px 1px 14px -2px rgba(0, 0, 0, 0.7);
            box-shadow: -2px 1px 14px -2px rgba(0, 0, 0, 0.7);
            border-top: 2px solid #ffc732;
        }

            .top-bar .switchers li .dropdown li {
                display: block;
                margin-left: 0;
                margin: 9px 0;
            }

                .top-bar .switchers li .dropdown li a {
                    font-size: 13px;
                    line-height: 1 !important;
                    color: #fff;
                    padding: 5px 10px;
                    border-bottom: 1px solid #234ac0 !important;
                }

                    .top-bar .switchers li .dropdown li a:last-child {
                        border-bottom: none;
                    }

                    .top-bar .switchers li .dropdown li a:hover {
                        color: #0028a1;
                        background-color: #ffc732;
                    }

        .top-bar .switchers li:first-child .dropdown {
            left: -50%;
        }

        .top-bar .switchers li:hover .dropdown {
            display: block;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

        .top-bar .switchers li a .fa {
            display: inline-block;
            width: 2em;
            text-align: center;
        }

.logo {
    display: inline-block;
    height: auto;
    text-decoration: none;
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media screen and (max-width: 480px) {
    .logo span {
        display: none;
    }
}

.logo img {
    width: 100%;
}

.logo:hover,
.logo:focus {
    opacity: 1;
    color: #3a3a3a;
}

.navbar {
    position: relative;
    width: 100%;
    height: 106px;
    top: 0;
    left: 0;
    z-index: 1080;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-shadow: 0 0px 14px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 14px -3px rgba(0, 0, 0, 0.4);
}

    .navbar .container {
        position: relative;
    }

@media screen and (max-width: 1200px) {
    .navbar .container {
        width: 100%;
    }
}

.navbar.stuck {
    position: fixed;
    z-index: 1095;
    top: 0;
}

.navbar .logo,
.navbar .logo-image {
    position: absolute;
    z-index: 10;
    line-height: 44px;
    left: 12px;
    color: #3a3a3a;
    top: 5px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.navbar-nav {
    position: relative;
    /*width: 100%;
  text-align: right;*/
}

    .navbar-nav ul {
        list-style: none;
        /*padding: 0;
        margin: 0;*/
    }

        .navbar-nav ul li {
            display: inline-block;
            cursor: pointer;
            padding: 0 0px;
        }

            .navbar-nav ul li:last-child {
                /*display: inline-block;*/
                cursor: pointer;
                padding: 0 0px;
            }

            .navbar-nav ul li a {
                display: block;
                position: relative;
                line-height: 76px;
                font-size: 14px;
                color: #3a3a3a;
                text-transform: uppercase;
                opacity: 1;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                padding-left: 10px;
                padding-right: 10px;
            }

            .navbar-nav ul li:hover > a,
            .navbar-nav ul li:focus > a,
            .navbar-nav ul li.active > a {
                opacity: 1;
                outline: 0 !important;
                color: #fff;
                background: #0028a1;
                padding-left: 10px;
                padding-right: 10px;
            }
/*.navbar-nav ul li:hover > a:after,
.navbar-nav ul li:focus > a:after,
.navbar-nav ul li.active > a:after {
  content: "";
  height: 12px;
  bottom: 0;
  display: block;
  width: 100%;
  position: absolute;
  background: #ff6b00;
  background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
  background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
  background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
  background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
  background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
}*/
@media screen and (max-width: 1024px) {
    .navbar-nav ul li:hover > a:after,
    .navbar-nav ul li:focus > a:after,
    .navbar-nav ul li.active > a:after {
        height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav ul li:hover > a:after,
    .navbar-nav ul li:focus > a:after,
    .navbar-nav ul li.active > a:after {
        background: transparent;
        width: auto;
    }
}

.navbar-nav ul li.has-submenu {
    position: relative;
}

.navbar-nav ul li .submenu,
.navbar-nav ul li .sub-submenu,
.navbar-nav ul li .mega-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 260px;
    top: 100%;
    /*left: 5px;*/
    padding: 15px 0;
    margin-top: 0px;
    text-align: left;
    background-color: #00238e;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid transparent;
    cursor: default;
    -webkit-box-shadow: -2px 1px 14px -2px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 1px 14px -2px rgba(0, 0, 0, 0.7);
}

    .navbar-nav ul li .submenu li,
    .navbar-nav ul li .sub-submenu li,
    .navbar-nav ul li .mega-menu li {
        position: relative;
        display: block;
        padding: 0;
    }

        .navbar-nav ul li .submenu li a,
        .navbar-nav ul li .sub-submenu li a,
        .navbar-nav ul li .mega-menu li a {
            display: block;
            line-height: 1.5 !important;
            font-size: 14px;
            color: #ffffff;
            padding: 8px 30px 8px 34px;
            text-transform: none;
            border-top: 0;
        }

        .navbar-nav ul li .submenu li:hover > a,
        .navbar-nav ul li .sub-submenu li:hover > a,
        .navbar-nav ul li .mega-menu li:hover > a {
            background: #fed02a;
            background: -moz-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #fed02a), color-stop(100%, #fed02a));
            background: -webkit-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: -o-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: -ms-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: linear-gradient(to right, #fec423 0%, #fed02a 100%);
            color: #00238e;
        }

            .navbar-nav ul li .submenu li:hover > a:after,
            .navbar-nav ul li .sub-submenu li:hover > a:after,
            .navbar-nav ul li .mega-menu li:hover > a:after {
                display: none;
            }

        .navbar-nav ul li .submenu li.active > a,
        .navbar-nav ul li .sub-submenu li.active > a,
        .navbar-nav ul li .mega-menu li.active > a {
            color: #ffffff;
            background: #ffcb2e;
        }

            .navbar-nav ul li .submenu li.active > a:after,
            .navbar-nav ul li .sub-submenu li.active > a:after,
            .navbar-nav ul li .mega-menu li.active > a:after {
                display: none;
            }

        .navbar-nav ul li .submenu li:hover .sub-submenu,
        .navbar-nav ul li .sub-submenu li:hover .sub-submenu,
        .navbar-nav ul li .mega-menu li:hover .sub-submenu {
            display: block;
            visibility: visible;
            opacity: 1;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .navbar-nav ul li .submenu li.update a,
        .navbar-nav ul li .sub-submenu li.update a,
        .navbar-nav ul li .mega-menu li.update a {
            color: #cccccc !important;
            cursor: default;
        }

            .navbar-nav ul li .submenu li.update a:hover,
            .navbar-nav ul li .sub-submenu li.update a:hover,
            .navbar-nav ul li .mega-menu li.update a:hover {
                background: transparent !important;
            }

        .navbar-nav ul li .submenu li.has-sub-submenu a,
        .navbar-nav ul li .sub-submenu li.has-sub-submenu a,
        .navbar-nav ul li .mega-menu li.has-sub-submenu a {
            position: relative;
        }

            .navbar-nav ul li .submenu li.has-sub-submenu a:before,
            .navbar-nav ul li .sub-submenu li.has-sub-submenu a:before,
            .navbar-nav ul li .mega-menu li.has-sub-submenu a:before {
                display: block;
                position: absolute;
                font-family: 'Pe-icon-7-stroke';
                content: "\e684";
                font-size: 25px;
                height: 36px;
                top: 50%;
                right: 11px;
                margin-top: -18px;
            }

.navbar-nav ul li .submenu {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.navbar-nav ul li .submenu-heading {
    display: block;
    position: relative;
    font-size: 18px;
    color: #ff6b00;
    font-weight: 300;
    padding: 0 40px !important;
    margin: 3px 0;
    cursor: default;
}

    .navbar-nav ul li .submenu-heading i {
        display: block;
        position: absolute;
        left: 18px;
        top: 7px;
    }

.navbar-nav ul li .sub-submenu {
    left: 100%;
    top: -15px;
    border-left: 2px solid #474747;
    border-radius: 4px;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

    .navbar-nav ul li .sub-submenu li a {
        color: #ffffff !important;
        background-color: transparent !important;
    }

        .navbar-nav ul li .sub-submenu li a:hover {
            background-color: rgba(58, 58, 58, 0.1) !important;
        }

        .navbar-nav ul li .sub-submenu li a:before {
            display: none !important;
        }

    .navbar-nav ul li .sub-submenu li.active a {
        color: #ffffff !important;
    }

.navbar-nav ul li .mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

    .navbar-nav ul li .mega-menu .column-2,
    .navbar-nav ul li .mega-menu .column-3,
    .navbar-nav ul li .mega-menu .column-4 {
        display: table-cell;
        border-left: 1px solid #fff;
        padding: 15px 0;
    }

        .navbar-nav ul li .mega-menu .column-2:first-child,
        .navbar-nav ul li .mega-menu .column-3:first-child,
        .navbar-nav ul li .mega-menu .column-4:first-child {
            border-left: none;
        }

    .navbar-nav ul li .mega-menu .column-2 {
        width: 50%;
    }

    .navbar-nav ul li .mega-menu .column-3 {
        width: 33.33%;
    }

    .navbar-nav ul li .mega-menu .column-4 {
        width: 25% !important;
    }

    .navbar-nav ul li .mega-menu li a {
        padding: 8px 30px 8px 40px;
    }

    .navbar-nav ul li .mega-menu img {
        vertical-align: top;
    }

@media screen and (max-width: 1024px) {
    .navbar-nav ul li .mega-menu img {
        display: none;
    }
}

.navbar-nav ul li .mega-menu .img-cont a {
    padding: 0 20px;
    background: transparent !important;
}

.navbar-nav ul li:hover .submenu,
.navbar-nav ul li:hover .mega-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.navbar-nav ul li:hover .mega-menu {
    display: table;
}

.navbar-nav ul.scroller li:hover > a,
.navbar-nav ul.scroller li:focus > a,
.navbar-nav ul.scroller li.active > a,
.navbar-nav ul.scroller li a:focus {
    border-top-width: 2px;
}

.navbar-nav .social-buttons {
    position: absolute;
    top: 0;
    left: 155px;
    line-height: 96px;
}

    .navbar-nav .social-buttons a {
        line-height: 1;
    }

.navbar-tools {
    position: absolute;
    z-index: 10;
    height: 96px;
    top: 0;
    right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
    .navbar-tools {
        right: 20px;
    }
}

.navbar-tools ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}

    .navbar-tools ul li {
        position: relative;
        display: inline-block;
        margin-left: 5px;
    }

        .navbar-tools ul li a {
            display: inline-block;
            vertical-align: middle;
            line-height: 96px;
            padding: 0 5px;
            color: #3a3a3a;
            text-transform: uppercase;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .navbar-tools ul li a.btn {
                color: #fff;
            }

        .navbar-tools ul li:hover > a,
        .navbar-tools ul li:focus > a,
        .navbar-tools ul li.active > a {
            outline: 0 !important;
            color: #00279c;
        }

        .navbar-tools ul li a:focus {
            opacity: 1;
        }

        .navbar-tools ul li.login-btn {
            margin-left: 8px;
        }

        .navbar-tools ul li.login-icon {
            margin-left: 8px;
            font-size: 24px;
        }

            .navbar-tools ul li.login-icon.cbutton::after {
                margin: -22px 0 0 -24px;
                width: 48px;
                height: 48px;
            }

        .navbar-tools ul li .dropdown {
            display: none;
            position: absolute;
            width: 400px;
            top: 100%;
            right: 6px;
            padding: 15px 0 20px 0;
            background-color: #3a3a3a;
            border-top: 1px solid #ff6b00;
            border-radius: 0 0 4px 4px;
        }

            .navbar-tools ul li .dropdown .dropdown-footer {
                display: table;
                position: relative;
                width: 100%;
                padding: 0 24px 20px 24px;
                background-color: #3a3a3a;
            }

                .navbar-tools ul li .dropdown .dropdown-footer .column {
                    display: table-cell;
                    vertical-align: middle;
                    width: 18%;
                    text-align: center;
                }

                    .navbar-tools ul li .dropdown .dropdown-footer .column:first-child,
                    .navbar-tools ul li .dropdown .dropdown-footer .column:last-child {
                        width: 41%;
                    }

                    .navbar-tools ul li .dropdown .dropdown-footer .column .btn {
                        padding: 17px 44px;
                        line-height: 1;
                    }

                        .navbar-tools ul li .dropdown .dropdown-footer .column .btn.btn-ghost {
                            padding: 16px 44px;
                        }

        .navbar-tools ul li.cart-btn a {
            position: relative;
            z-index: 1;
            display: block;
            padding-right: 13px;
        }

            .navbar-tools ul li.cart-btn a i {
                position: relative;
                line-height: 0;
                vertical-align: middle;
                margin-top: -1px;
                font-size: 25px;
                color: #3a3a3a;
            }

            .navbar-tools ul li.cart-btn a .count {
                position: absolute;
                display: block;
                top: -21px;
                right: -13px;
                width: 22px;
                height: 22px;
                text-align: center;
                color: #fff;
                font-size: 11px;
                line-height: 22px;
                background-color: #ff2d55;
                border-radius: 3px;
                border-bottom: 2px solid #c60026;
                -webkit-box-shadow: 0 1px 9px -1px rgba(0, 0, 0, 0.7);
                box-shadow: 0 1px 9px -1px rgba(0, 0, 0, 0.7);
            }

            .navbar-tools ul li.cart-btn a.mobile {
                display: none;
            }

            .navbar-tools ul li.cart-btn:hover a,
            .navbar-tools ul li.cart-btn:focus a,
            .navbar-tools ul li.cart-btn.active a,
            .navbar-tools ul li.cart-btn a:focus {
                opacity: 1;
            }

        .navbar-tools ul li.cart-btn .dropdown {
            right: -7px;
            width: 400px;
            padding-bottom: 0;
            background-color: transparent;
            padding-top: 6px;
            border: none;
            display: block;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0 !important;
            -o-transition: 0 !important;
            transition: 0 !important;
            -webkit-animation: none !important;
            -o-animation: none !important;
            animation: none !important;
        }

        .navbar-tools ul li.cart-btn.cbutton::after {
            margin: -24px 0 0 -27px;
            width: 48px;
            height: 48px;
        }

        .navbar-tools ul li:hover .dropdown {
            display: block;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            visibility: visible;
            opacity: 1;
        }

.navbar-search {
    margin-right: -3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .navbar-search a {
        position: relative;
        z-index: 1;
        display: inline !important;
        color: #3a3a3a !important;
        font-size: 23px;
        cursor: pointer;
    }

        .navbar-search a:hover {
            color: #ff6b00;
        }

    .navbar-search.cbutton::after {
        margin: -24px 0 0 -24px;
        width: 48px;
        height: 48px;
    }

.cart-dropdown {
    width: 100%;
}

    .cart-dropdown .item {
        padding: 6px 23px 18px 18px;
        margin-bottom: 6px;
        background-color: #fff;
        border-bottom: 2px solid #f0f0f0;
        -webkit-box-shadow: 0 2px 13px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 13px -3px rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

        .cart-dropdown .item:before,
        .cart-dropdown .item:after {
            content: " ";
            display: table;
        }

        .cart-dropdown .item:after {
            clear: both;
        }

        .cart-dropdown .item a {
            line-height: 1.4 !important;
            text-transform: none;
        }

        .cart-dropdown .item .thumb {
            float: left;
            width: 26%;
            line-height: 1;
            padding: 6px 13px 0 8px;
        }

        .cart-dropdown .item .title-description {
            float: left;
            width: 45%;
            padding: 10px 0 0 5px;
        }

            .cart-dropdown .item .title-description a {
                display: block;
                font-size: 14px;
                text-transform: uppercase;
                color: #ff6b00;
                padding: 0;
                margin-bottom: 7px;
                opacity: 1;
            }

                .cart-dropdown .item .title-description a:hover {
                    opacity: 0.7;
                }

            .cart-dropdown .item .title-description p {
                font-size: 13px;
                color: #3a3a3a;
                margin-bottom: 0;
            }

        .cart-dropdown .item .price-quantity {
            position: relative;
            float: left;
            width: 29%;
            text-align: right;
            padding: 53px 0 0 12px;
        }

            .cart-dropdown .item .price-quantity .price {
                color: #4cd964;
                font-size: 21px;
                font-weight: 300;
                line-height: 1;
                white-space: nowrap;
            }

                .cart-dropdown .item .price-quantity .price span {
                    font-size: 14px;
                    color: #cccccc;
                }

            .cart-dropdown .item .price-quantity .delete {
                display: block;
                position: absolute;
                top: 3px;
                right: 0;
                font-size: 20px;
                color: #ff3b30;
                font-weight: 300;
                cursor: pointer;
                opacity: 1;
                -webkit-transition: opacity 0.25s;
                transition: opacity 0.25s;
            }

                .cart-dropdown .item .price-quantity .delete:hover {
                    opacity: .6;
                }

    .cart-dropdown .total {
        text-align: right;
        font-size: 14px;
        color: #cccccc;
        padding: 8px 23px 18px 18px;
        background-color: #3a3a3a;
    }

        .cart-dropdown .total span {
            color: #4cd964;
            font-size: 21px;
            font-weight: 300;
            line-height: 1;
            white-space: nowrap;
            margin-left: 8px;
        }

.total,
.dropdown-footer {
    visibility: hidden;
    opacity: 0;
}

.cart-btn:hover .item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .cart-btn:hover .item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .cart-btn:hover .item:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.cart-btn:hover .total,
.cart-btn:hover .dropdown-footer {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mobile-navbar-tools {
    display: none;
    text-align: left;
    font-size: 14px;
}

    .mobile-navbar-tools .switchers,
    .mobile-navbar-tools .tools {
        display: table;
        width: 100%;
        /*border-bottom: 1px solid #dedede;*/
        padding-left: 0px;
    }

        .mobile-navbar-tools .switchers .column,
        .mobile-navbar-tools .tools .column {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            border-left: 1px solid #dedede;
            padding: 13px 10px 13px 15px;
        }

            .mobile-navbar-tools .switchers .column:first-child,
            .mobile-navbar-tools .tools .column:first-child {
                border-left: none;
                padding-left: 0;
            }

            .mobile-navbar-tools .switchers .column a,
            .mobile-navbar-tools .tools .column a {
                text-transform: normal;
                margin-right: 2px;
            }

                .mobile-navbar-tools .switchers .column a.active,
                .mobile-navbar-tools .tools .column a.active {
                    color: #ffffff;
                    cursor: default;
                    pointer-events: none;
                }

                    .mobile-navbar-tools .switchers .column a.active:hover,
                    .mobile-navbar-tools .tools .column a.active:hover,
                    .mobile-navbar-tools .switchers .column a.active:focus,
                    .mobile-navbar-tools .tools .column a.active:focus {
                        opacity: 1;
                    }

                .mobile-navbar-tools .switchers .column a:last-child,
                .mobile-navbar-tools .tools .column a:last-child {
                    margin-right: 0;
                }

    .mobile-navbar-tools .tools {
        border-bottom: none;
    }

        .mobile-navbar-tools .tools .column a {
            text-transform: none;
            margin-right: 18px;
        }

.nav-toggle {
    display: none !important;
    margin-left: 12px !important;
}

    .nav-toggle a {
        padding: 0 !important;
        font-size: 22px;
    }

    .nav-toggle.cbutton::after {
        margin: -23px 0 0 -23px;
        width: 46px;
        height: 46px;
    }

.firefox .navbar-tools ul li.cart-btn a i {
    margin-top: 7px;
}

    .firefox .navbar-tools ul li.cart-btn a i .count {
        line-height: 20px;
    }

.top-bar-dark,
.top-bar-ghost-light {
    color: #fff;
    font-weight: 300;
    background-color: #3a3a3a;
}

    .top-bar-dark .social-buttons a,
    .top-bar-ghost-light .social-buttons a {
        color: #fff !important;
    }

        .top-bar-dark .social-buttons a:hover,
        .top-bar-ghost-light .social-buttons a:hover,
        .top-bar-dark .social-buttons a:focus,
        .top-bar-ghost-light .social-buttons a:focus {
            color: #fff;
        }

        .top-bar-dark .social-buttons a.cbutton--effect::after,
        .top-bar-ghost-light .social-buttons a.cbutton--effect::after {
            background-color: rgba(255, 255, 255, 0.13);
        }

    .top-bar-dark .switchers a,
    .top-bar-ghost-light .switchers a {
        color: #fff;
    }

    .top-bar-dark .switchers li .dropdown,
    .top-bar-ghost-light .switchers li .dropdown {
        font-weight: normal;
        border-top: none;
    }

.top-bar-dark {
    background: #ff6b00;
    background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
}

    .top-bar-dark .social-buttons i {
        color: #fff !important;
    }

    .top-bar-dark .switchers > li > a {
        color: #fff !important;
    }

    .top-bar-dark .switchers .dropdown {
        background: #ff6b00 !important;
        background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500)) !important;
        background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%) !important;
        background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%) !important;
        background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%) !important;
        background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%) !important;
    }

        .top-bar-dark .switchers .dropdown a {
            color: #fff;
        }

            .top-bar-dark .switchers .dropdown a:hover {
                color: #e6e6e6 !important;
            }

.top-bar-ghost-dark {
    background-color: #ff6b00 !important;
}

    .top-bar-ghost-dark .switchers {
        color: #fff;
    }

.top-bar-ghost-light {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

    .top-bar-ghost-light .switchers > li a {
        color: #fff;
    }

.navbar-dark,
.navbar-ghost.navbar-ghost-light {
    color: #fff;
    background-color: #4d4d4d;
}

    .navbar-dark .logo,
    .navbar-ghost.navbar-ghost-light .logo {
        font-weight: 300;
        color: #fff;
    }

    .navbar-dark .navbar-nav > ul > li > a,
    .navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a {
        color: #fff;
    }

@media screen and (max-width: 1024px) {
    .navbar-dark .navbar-nav > ul > li > a,
    .navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a {
        color: #3a3a3a;
    }
}

.navbar-dark .navbar-nav > ul > li:hover > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li:hover > a,
.navbar-dark .navbar-nav > ul > li:focus > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li:focus > a,
.navbar-dark .navbar-nav > ul > li.active > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li.active > a,
.navbar-dark .navbar-nav > ul > li > a:focus,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a:focus {
    border-color: #fff;
}

.navbar-dark .navbar-nav .submenu,
.navbar-ghost.navbar-ghost-light .navbar-nav .submenu,
.navbar-dark .navbar-nav .sub-submenu,
.navbar-ghost.navbar-ghost-light .navbar-nav .sub-submenu,
.navbar-dark .navbar-nav .mega-menu,
.navbar-ghost.navbar-ghost-light .navbar-nav .mega-menu {
    border-top: none;
}

.navbar-dark .navbar-nav .sub-submenu,
.navbar-ghost.navbar-ghost-light .navbar-nav .sub-submenu {
    top: -14px;
}

.navbar-dark .navbar-nav .social-buttons a,
.navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a {
    color: #fff !important;
}

    .navbar-dark .navbar-nav .social-buttons a:hover,
    .navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a:hover,
    .navbar-dark .navbar-nav .social-buttons a:focus,
    .navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a:focus {
        color: #fff;
    }

    .navbar-dark .navbar-nav .social-buttons a.cbutton--effect::after,
    .navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a.cbutton--effect::after {
        background-color: rgba(255, 255, 255, 0.13);
    }

.navbar-dark .cart-btn i,
.navbar-ghost.navbar-ghost-light .cart-btn i {
    color: #fff !important;
}

.navbar-dark .dropdown,
.navbar-ghost.navbar-ghost-light .dropdown,
.navbar-dark .cart-dropdown,
.navbar-ghost.navbar-ghost-light .cart-dropdown {
    border-top: none !important;
}

    .navbar-dark .dropdown .title-description a,
    .navbar-ghost.navbar-ghost-light .dropdown .title-description a,
    .navbar-dark .cart-dropdown .title-description a,
    .navbar-ghost.navbar-ghost-light .cart-dropdown .title-description a {
        color: #3a3a3a !important;
    }

.navbar-dark .navbar-tools ul li a:not(.btn),
.navbar-ghost.navbar-ghost-light .navbar-tools ul li a:not(.btn) {
    color: #fff;
}

.navbar-dark .navbar-tools ul li:hover > a,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li:hover > a,
.navbar-dark .navbar-tools ul li:focus > a,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li:focus > a,
.navbar-dark .navbar-tools ul li.active > a,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li.active > a {
    color: #fff;
}

.navbar-dark .navbar-tools ul li.cart-btn.cbutton::after,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li.cart-btn.cbutton::after {
    background-color: rgba(255, 255, 255, 0.13);
}

.navbar-dark .navbar-search a,
.navbar-ghost.navbar-ghost-light .navbar-search a,
.navbar-dark .nav-toggle a,
.navbar-ghost.navbar-ghost-light .nav-toggle a,
.navbar-dark .login-icon a,
.navbar-ghost.navbar-ghost-light .login-icon a {
    color: #fff !important;
}

.navbar-dark .navbar-search.cbutton::after,
.navbar-ghost.navbar-ghost-light .navbar-search.cbutton::after,
.navbar-dark .nav-toggle.cbutton::after,
.navbar-ghost.navbar-ghost-light .nav-toggle.cbutton::after,
.navbar-dark .login-icon.cbutton::after,
.navbar-ghost.navbar-ghost-light .login-icon.cbutton::after {
    background-color: rgba(255, 255, 255, 0.13);
}

.navbar-dark .submenu,
.navbar-dark .sub-submenu,
.navbar-dark .mega-menu {
    background: #ff6b00;
    background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
    background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
}

    .navbar-dark .submenu li:hover > a,
    .navbar-dark .sub-submenu li:hover > a,
    .navbar-dark .mega-menu li:hover > a {
        background: #4d4d4d !important;
    }

    .navbar-dark .submenu li.update a,
    .navbar-dark .sub-submenu li.update a,
    .navbar-dark .mega-menu li.update a {
        background: transparent !important;
    }

    .navbar-dark .submenu .submenu-heading,
    .navbar-dark .sub-submenu .submenu-heading,
    .navbar-dark .mega-menu .submenu-heading {
        color: #4d4d4d;
    }

    .navbar-dark .submenu .submenu-heading,
    .navbar-dark .sub-submenu .submenu-heading,
    .navbar-dark .mega-menu .submenu-heading {
        text-transform: uppercase;
        color: #fff;
    }

.navbar-ghost {
    border: none !important;
}

    .navbar-ghost .submenu,
    .navbar-ghost .sub-submenu,
    .navbar-ghost .mega-menu {
        background-color: #3a3a3a;
    }

.ghost-header-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.top-bar-ghost-light,
.top-bar-ghost-dark,
.navbar-ghost.navbar-ghost-light,
.navbar-ghost.navbar-ghost-dark {
    background-color: transparent;
}

.navbar-ghost.navbar-ghost-light {
    border-bottom: 1px solid #fff;
}

.top-bar-ghost-dark {
    font-weight: normal;
}

    .top-bar-ghost-dark a:not([class^="sb-"]):not([class*=" sb-"]) {
        color: #3a3a3a;
    }

    .top-bar-ghost-dark .switchers li .dropdown {
        border-top: none;
    }

.navbar-ghost.navbar-ghost-dark {
    border-bottom: 1px solid rgba(255, 107, 0, 0.5);
}

    .navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li > a {
        color: #3a3a3a;
    }

@media screen and (max-width: 1024px) {
    .navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li > a {
        color: #3a3a3a;
    }
}

.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li:hover > a,
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li:focus > a,
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li.active > a,
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li > a:focus {
    border-color: #3a3a3a;
}

.navbar-ghost.navbar-ghost-dark .navbar-nav .submenu,
.navbar-ghost.navbar-ghost-dark .navbar-nav .sub-submenu,
.navbar-ghost.navbar-ghost-dark .navbar-nav .mega-menu {
    border-top: none;
}

.navbar-ghost.navbar-ghost-dark .navbar-nav .sub-submenu {
    top: -14px;
}

.navbar-ghost.navbar-ghost-dark .dropdown,
.navbar-ghost.navbar-ghost-dark .cart-dropdown {
    border-top: none !important;
}

    .navbar-ghost.navbar-ghost-dark .dropdown .title-description a,
    .navbar-ghost.navbar-ghost-dark .cart-dropdown .title-description a {
        color: #3a3a3a !important;
    }

.navbar-ghost.navbar-ghost-dark .navbar-tools ul li a:not(.btn) {
    color: #3a3a3a;
}

.navbar-ghost.navbar-ghost-dark .navbar-tools ul li:hover > a,
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li:focus > a,
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li.active > a {
    color: #3a3a3a;
}

.navbar-ghost.navbar-ghost-dark .navbar-tools ul li.cart-btn.cbutton::after {
    background-color: rgba(58, 58, 58, 0.13);
}

.navbar-ghost.navbar-ghost-dark .navbar-search a,
.navbar-ghost.navbar-ghost-dark .nav-toggle a,
.navbar-ghost.navbar-ghost-dark .login-icon a {
    color: #3a3a3a !important;
}

.navbar-ghost.navbar-ghost-dark .navbar-search.cbutton::after,
.navbar-ghost.navbar-ghost-dark .nav-toggle.cbutton::after,
.navbar-ghost.navbar-ghost-dark .login-icon.cbutton::after {
    background-color: rgba(58, 58, 58, 0.13);
}

@media screen and (max-width: 1024px) {
    .sticky-wrapper {
        height: 72px !important;
    }

    .navbar {
        height: 72px;
    }

        .navbar.stuck {
            position: relative;
        }

        .navbar .logo,
        .navbar .logo-image {
            position: relative;
            left: 0;
            top: 0px;
        }

            .navbar .logo img,
            .navbar .logo-image img {
                margin-right: 0px;
            }

        .navbar .navbar-tools {
            height: 72px;
        }

            .navbar .navbar-tools ul li a {
                line-height: 72px;
            }

            .navbar .navbar-tools ul li.lang-switcher,
            .navbar .navbar-tools ul li.login-btn,
            .navbar .navbar-tools ul li.signup-btn,
            .navbar .navbar-tools ul li.cart-btn:before,
            .navbar .navbar-tools ul li.cart-btn:hover .dropdown {
                display: none;
            }

    .navbar-nav {
        position: absolute;
        width: 100%;
        overflow: hidden;
        left: 0;
        top: 72px;
        background: #3a3a3a;
        border-top: 1px solid #dedede;
        display: none;
    }

        .navbar-nav.open {
            display: block;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-name: navOpen;
            animation-name: navOpen;
        }

        .navbar-nav ul li {
            display: block;
            text-align: left;
            padding: 0;
        }

            .navbar-nav ul li a,
            .navbar-nav ul li a:focus {
                position: relative;
                line-height: 35px;
                border: none;
                padding-left: 25px;
                padding-right: 50px;
                color: #ffffff !important;
            }

                .navbar-nav ul li a:before,
                .navbar-nav ul li a:focus:before {
                    display: block;
                    position: absolute;
                    content: "";
                    height: 1px;
                    top: 0;
                    left: 0px;
                    right: 0;
                    background-color: #dedede;
                }

                .navbar-nav ul li a:hover,
                .navbar-nav ul li a:focus:hover,
                .navbar-nav ul li a:focus,
                .navbar-nav ul li a:focus:focus {
                    border: none;
                }

            .navbar-nav ul li:first-child > a {
                border-top: 1px solid #dedede;
            }

                .navbar-nav ul li:first-child > a:before {
                    display: none;
                }

                .navbar-nav ul li:first-child > a:hover,
                .navbar-nav ul li:first-child > a:focus {
                    border-top: 1px solid #dedede;
                }

            .navbar-nav ul li:first-child:hover > a,
            .navbar-nav ul li:first-child:focus > a,
            .navbar-nav ul li:first-child.active > a {
                border-top: 1px solid #dedede;
            }

            .navbar-nav ul li:hover > a {
                background: #ffcb2e;
            }

            .navbar-nav ul li:hover a,
            .navbar-nav ul li.active a {
                border: none;
            }

            .navbar-nav ul li.active a,
            .navbar-nav ul li.expanded a {
                color: #ffffff;
            }

            .navbar-nav ul li.has-submenu > a:after,
            .navbar-nav ul li.has-mega-menu > a:after {
                display: block;
                position: absolute;
                font-family: 'Pe-icon-7-stroke';
                content: "\e688";
                font-size: 30px;
                line-height: 35px;
                top: 50%;
                right: 20px;
                margin-top: -15px;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .navbar-nav ul li.has-submenu.expanded ul,
            .navbar-nav ul li.has-mega-menu.expanded ul,
            .navbar-nav ul li.has-submenu.expanded div,
            .navbar-nav ul li.has-mega-menu.expanded div {
                visibility: visible;
                opacity: 1;
                transform: translate(0, 0);
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

            .navbar-nav ul li.has-submenu.expanded a:after,
            .navbar-nav ul li.has-mega-menu.expanded a:after {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .navbar-nav ul li .submenu,
            .navbar-nav ul li .sub-submenu,
            .navbar-nav ul li .mega-menu {
                position: relative;
                display: block;
                width: 100%;
                max-height: 0px;
                border: none;
                left: 0;
                padding: 0;
                background: transparent !important;
                overflow: hidden;
                -webkit-transition: max-height 0.5s ease-in-out;
                transition: max-height 0.5s ease-in-out;
                transform: translate(0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .navbar-nav ul li .submenu.open,
                .navbar-nav ul li .sub-submenu.open,
                .navbar-nav ul li .mega-menu.open {
                    max-height: 2200px;
                }

                .navbar-nav ul li .submenu li a,
                .navbar-nav ul li .sub-submenu li a,
                .navbar-nav ul li .mega-menu li a {
                    color: #ffffff;
                    padding-left: 35px;
                    padding-right: 45px;
                }

                    .navbar-nav ul li .submenu li a:before,
                    .navbar-nav ul li .sub-submenu li a:before,
                    .navbar-nav ul li .mega-menu li a:before {
                        display: none;
                    }

                    .navbar-nav ul li .submenu li a:hover,
                    .navbar-nav ul li .sub-submenu li a:hover,
                    .navbar-nav ul li .mega-menu li a:hover,
                    .navbar-nav ul li .submenu li a:focus,
                    .navbar-nav ul li .sub-submenu li a:focus,
                    .navbar-nav ul li .mega-menu li a:focus {
                        border: none;
                    }

                .navbar-nav ul li .submenu li:first-child,
                .navbar-nav ul li .sub-submenu li:first-child,
                .navbar-nav ul li .mega-menu li:first-child {
                    margin-top: 7px;
                }

                .navbar-nav ul li .submenu li:last-child,
                .navbar-nav ul li .sub-submenu li:last-child,
                .navbar-nav ul li .mega-menu li:last-child {
                    margin-bottom: 7px;
                }

                .navbar-nav ul li .submenu li.has-sub-submenu a:before,
                .navbar-nav ul li .sub-submenu li.has-sub-submenu a:before,
                .navbar-nav ul li .mega-menu li.has-sub-submenu a:before {
                    display: block;
                    position: absolute;
                    width: 30px;
                    font-family: 'Pe-icon-7-stroke';
                    content: "\e688";
                    font-size: 30px;
                    line-height: 35px;
                    top: 50%;
                    left: auto;
                    right: 20px;
                    margin-top: -17px;
                    background: none;
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate(0deg);
                    -webkit-transition: .3s;
                    transition: .3s;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

                .navbar-nav ul li .submenu li.has-sub-submenu.expanded a:before,
                .navbar-nav ul li .sub-submenu li.has-sub-submenu.expanded a:before,
                .navbar-nav ul li .mega-menu li.has-sub-submenu.expanded a:before {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                .navbar-nav ul li .submenu li.active a,
                .navbar-nav ul li .sub-submenu li.active a,
                .navbar-nav ul li .mega-menu li.active a,
                .navbar-nav ul li .submenu li.expanded a,
                .navbar-nav ul li .sub-submenu li.expanded a,
                .navbar-nav ul li .mega-menu li.expanded a {
                    color: #ffffff;
                }

                .navbar-nav ul li .submenu li:hover a,
                .navbar-nav ul li .sub-submenu li:hover a,
                .navbar-nav ul li .mega-menu li:hover a,
                .navbar-nav ul li .submenu li:focus a,
                .navbar-nav ul li .sub-submenu li:focus a,
                .navbar-nav ul li .mega-menu li:focus a {
                    border: none;
                }

                .navbar-nav ul li .submenu li:hover .sub-submenu,
                .navbar-nav ul li .sub-submenu li:hover .sub-submenu,
                .navbar-nav ul li .mega-menu li:hover .sub-submenu {
                    display: block;
                    -webkit-animation: none;
                    animation: none;
                }

                .navbar-nav ul li .submenu li:hover > a,
                .navbar-nav ul li .sub-submenu li:hover > a,
                .navbar-nav ul li .mega-menu li:hover > a {
                    background: #ffcb2e !important;
                }

                .navbar-nav ul li .submenu li .sub-submenu,
                .navbar-nav ul li .sub-submenu li .sub-submenu,
                .navbar-nav ul li .mega-menu li .sub-submenu {
                    top: 0;
                }

                    .navbar-nav ul li .submenu li .sub-submenu li a,
                    .navbar-nav ul li .sub-submenu li .sub-submenu li a,
                    .navbar-nav ul li .mega-menu li .sub-submenu li a {
                        padding-left: 45px;
                    }

                .navbar-nav ul li .mega-menu .column-2,
                .navbar-nav ul li .mega-menu .column-3,
                .navbar-nav ul li .mega-menu .column-4 {
                    display: block;
                    border-left: none;
                    width: 100% !important;
                    padding: 0;
                }

                    .navbar-nav ul li .mega-menu .column-2:last-child,
                    .navbar-nav ul li .mega-menu .column-3:last-child,
                    .navbar-nav ul li .mega-menu .column-4:last-child {
                        padding-bottom: 10px;
                    }

            .navbar-nav ul li:hover .submenu,
            .navbar-nav ul li:hover .mega-menu {
                display: block;
                -webkit-animation: none;
                animation: none;
            }

        .navbar-nav .social-buttons {
            display: none;
        }

    .nav-toggle {
        display: inline-block !important;
    }

    .mobile-navbar-tools {
        display: block;
    }

    .modal-open .navbar.stuck {
        padding-right: 0px !important;
    }

    .navbar-ghost.navbar-ghost-light,
    .navbar-ghost.navbar-ghost-dark {
        top: 0;
    }

        .navbar-ghost.navbar-ghost-light .navbar-nav,
        .navbar-ghost.navbar-ghost-dark .navbar-nav {
            border-top: none;
        }
}

.modal {
    z-index: 1150;
}

.modal-dialog {
    max-width: 680px;
    padding: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 19px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 19px -6px rgba(0, 0, 0, 0.8);
    border: 1px solid #ccc;
    /*margin-left: 310px;*/
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-dialog .container {
    padding: 90px 15px 50px 15px;
}

.modal.translate {
    -webkit-transform: translate(-5000px 0);
    -moz-transform: translate(-5000px 0);
    -ms-transform: translate(-5000px 0);
    transform: translate(-5000px 0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .modal.translate.in {
        -webkit-transform: translate(0 0);
        -moz-transform: translate(0 0);
        -ms-transform: translate(0 0);
        transform: translate(0 0);
        opacity: 1;
    }

    .modal.translate .modal-dialog {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.modal-backdrop {
    opacity: 0.8;
}

.modal-title {
    font-size: 24px;
    font-weight: 300;
    color: #0028a1;
}

.modal-form {
    width: 100%;
    max-width: 380px;
    margin: auto;
}

.fake-scrollbar {
    display: none;
    position: fixed;
    z-index: 1145;
    top: 0;
    right: 0;
    width: 17px;
    min-height: 100%;
    background-color: #f1f1f1;
}

.modal-open .navbar.stuck {
    padding-right: 17px;
}

.modal-open .scroll-to-top-btn {
    right: 37px;
}

.modal-open .fake-scrollbar {
    display: block;
    padding-right: 17px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal-open,
    .modal-open .navbar.stuck {
        padding-right: 0 !important;
    }

    .scroll-to-top-btn {
        right: 0 !important;
    }

    .modal-open .fake-scrollbar {
        display: none;
        padding-right: 0;
    }
}

.mac .modal-open,
.touch .modal-open,
.mac .modal-open .navbar.stuck,
.touch .modal-open .navbar.stuck {
    padding-right: 0 !important;
}

    .mac .modal-open .scroll-to-top-btn,
    .touch .modal-open .scroll-to-top-btn {
        right: 0 !important;
    }

    .mac .modal-open .fake-scrollbar,
    .touch .modal-open .fake-scrollbar {
        display: none;
        padding-right: 0;
    }

.label {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    color: #3a3a3a;
    text-align: left;
    white-space: nowrap;
    border-radius: 0;
    background: none;
}

    .label:empty {
        display: none;
    }

    .label.align-left {
        margin-right: 12px;
    }

    .label.align-right {
        margin-left: 12px;
    }

    .label.align-left-2x {
        margin-right: 24px;
    }

    .label.align-right-2x {
        margin-left: 24px;
    }

    .label.label-primary {
        color: #ff6b00;
    }

    .label.label-success {
        color: #4cd964;
    }

    .label.label-info {
        color: #5ac8fa;
    }

    .label.label-warning {
        color: #ffcc00;
    }

    .label.label-danger {
        color: #ff3b30;
    }

.badge {
    vertical-align: middle;
    /*min-width: 20px;*/
    font-size: 14px;
    /*height:20px;*/
    font-weight: normal;
    border-radius: 3px;
    line-height: 20px;
    padding: 0 0px;
    white-space: nowrap;
    background-color: #3a3a3a;
    /*-webkit-box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.5);*/
}

    .badge[class*="bg-gradient-"] {
        border-bottom: none !important;
    }

    .badge:empty {
        display: inline-block;
    }

    .badge[class^="flaticon-"],
    .badge[class*=" flaticon-"],
    .badge[class^="pe-7s-"],
    .badge[class*=" pe-7s-"],
    .badge[class^="bi-"]:before,
    .badge[class*=" bi-"]:before {
        font-size: 18px;
    }

    .badge[class^="pe-7s-"],
    .badge[class*=" pe-7s-"],
    .badge[class^="bi-"],
    .badge[class*=" bi-"] {
        padding: 0 7px;
    }

    .badge[class^="flaticon-"],
    .badge[class*=" flaticon-"] {
        padding: 0 6px;
    }

    .badge i {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        line-height: 1;
        color: #00279c;
        margin-left: 1px;
        font-size: 16px;
    }

    .badge[class^="flaticon-"].badge-circle,
    .badge[class*=" flaticon-"].badge-circle,
    .badge[class^="pe-7s-"].badge-circle,
    .badge[class*=" pe-7s-"].badge-circle,
    .badge[class^="bi-"]:before.badge-circle,
    .badge[class*=" bi-"].badge-circle {
        border-radius: 50%;
    }

    .badge.badge-circle {
        border-radius: 15px;
    }

    .badge.badge-default {
        background: #ff6b00;
        background: -moz-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff9500));
        background: -webkit-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
        background: -o-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
        background: -ms-linear-gradient(left, #ff6b00 0%, #ff9500 100%);
        background: linear-gradient(to right, #ff6b00 0%, #ff9500 100%);
        border-bottom: 2px solid #cc5600;
    }

    .badge.badge-primary {
        background-color: #ff6b00;
        border-bottom: 2px solid #cc5600 !important;
    }

    .badge.badge-success {
        background-color: #4cd964;
        border-bottom: 2px solid #219e37;
    }

    .badge.badge-info {
        background-color: #00279c;
        border-bottom: 2px solid #001962;
    }

    .badge.badge-warning {
        background-color: transparent;
        /*border-bottom: 2px solid #b38f00;*/
    }

    .badge.badge-danger {
        background-color: #ff3b30;
        border-bottom: 2px solid #b00900;
    }

.nav-tabs,
.nav-filters {
    padding: 0;
    margin: 0;
}

    .nav-tabs > li,
    .nav-filters > li {
        float: none;
        display: inline-block;
        margin-right: 11px;
    }

        .nav-tabs > li > a,
        .nav-filters > li > a {
            font-size: 14px;
            color: #0028a1;
            font-weight: 700;
            border-radius: 0;
            padding: 5px 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .nav-tabs > li > a:after,
            .nav-filters > li > a:after {
                display: block;
                content: "";
                width: 0px;
                height: 3px;
                background-color: #fec624;
                opacity: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

    .nav-tabs.text-right > li,
    .nav-filters.text-right > li {
        margin-right: 0;
        margin-left: 18px;
    }

    .nav-tabs.text-center > li,
    .nav-filters.text-center > li {
        margin-right: 9px;
        margin-left: 9px;
    }

    .nav-tabs.text-light > li > a,
    .nav-filters.text-light > li > a {
        color: #fff;
    }

        .nav-tabs.text-light > li > a:after,
        .nav-filters.text-light > li > a:after {
            background-color: #fff;
        }

.text-light .nav-tabs > li > a,
.text-light .nav-filters > li > a {
    color: #fff;
}

    .text-light .nav-tabs > li > a:after,
    .text-light .nav-filters > li > a:after {
        background-color: #fff;
    }

.text-right .nav-tabs > li,
.text-right .nav-filters > li {
    margin-right: 0;
    margin-left: 18px;
}

.text-center .nav-tabs > li,
.text-center .nav-filters > li {
    margin-right: 9px;
    margin-left: 9px;
}

.nav-tabs,
.nav-filters {
    border: none;
}

    .nav-tabs > li > a,
    .nav-filters > li > a,
    .nav-tabs > li > a:hover,
    .nav-filters > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-filters > li > a:focus,
    .nav-tabs > li.active > a,
    .nav-filters > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-filters > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .nav-filters > li.active > a:focus {
        border: none;
        background: none;
    }

        .nav-tabs > li > a:hover,
        .nav-filters > li > a:hover,
        .nav-tabs > li > a:focus,
        .nav-filters > li > a:focus,
        .nav-tabs > li.active > a,
        .nav-filters > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-filters > li.active > a:hover,
        .nav-tabs > li.active > a:focus,
        .nav-filters > li.active > a:focus {
            opacity: 1;
            color: #0028a1;
        }

    .nav-tabs.text-light > li > a:hover,
    .nav-filters.text-light > li > a:hover,
    .nav-tabs.text-light > li > a:focus,
    .nav-filters.text-light > li > a:focus,
    .nav-tabs.text-light > li.active > a,
    .nav-filters.text-light > li.active > a,
    .nav-tabs.text-light > li.active > a:hover,
    .nav-filters.text-light > li.active > a:hover,
    .nav-tabs.text-light > li.active > a:focus,
    .nav-filters.text-light > li.active > a:focus {
        color: #fff;
    }

.text-light .nav-tabs > li > a:hover,
.text-light .nav-filters > li > a:hover,
.text-light .nav-tabs > li > a:focus,
.text-light .nav-filters > li > a:focus,
.text-light .nav-tabs > li.active > a,
.text-light .nav-filters > li.active > a,
.text-light .nav-tabs > li.active > a:hover,
.text-light .nav-filters > li.active > a:hover,
.text-light .nav-tabs > li.active > a:focus,
.text-light .nav-filters > li.active > a:focus {
    color: #fff;
}

.nav-tabs > li.active > a:after,
.nav-filters > li.active > a:after {
    width: 100%;
    opacity: 1;
}

.nav-tabs.nav-vertical > li,
.nav-filters.nav-vertical > li {
    display: block;
    margin: 0 0;
}

    .nav-tabs.nav-vertical > li:first-child,
    .nav-filters.nav-vertical > li:first-child {
        margin-top: 0;
    }

    .nav-tabs.nav-vertical > li > a,
    .nav-filters.nav-vertical > li > a {
        display: inline-block;
    }

@media screen and (max-width: 768px) {
    .nav-tabs.nav-vertical,
    .nav-filters.nav-vertical {
        padding-bottom: 18px;
    }

        .nav-tabs.nav-vertical > li,
        .nav-filters.nav-vertical > li {
            display: inline-block;
            margin: 0 18px 0 0;
        }

            .nav-tabs.nav-vertical > li > a,
            .nav-filters.nav-vertical > li > a {
                display: block;
            }

    .nav-tabs.text-right > li,
    .nav-filters.text-right > li {
        margin-right: 0;
        margin-left: 18px;
    }
}

.tab-pane {
    padding-top: 4px;
}

    .tab-pane img {
        display: block;
        margin: auto;
    }

.nav-tabs-alt,
.nav-filters-alt {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 2px;
    border-radius: 18px;
    -webkit-box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5);
}

    .nav-tabs-alt > li,
    .nav-filters-alt > li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin: 0 !important;
        border-left: 1px solid #cccccc;
    }

        .nav-tabs-alt > li:first-child,
        .nav-filters-alt > li:first-child {
            border: none;
        }

        .nav-tabs-alt > li > a,
        .nav-filters-alt > li > a {
            display: block;
            text-transform: none;
            opacity: 1;
            margin: 0;
            margin-left: -1px;
            padding: 7px 10px;
            color: #3a3a3a;
            background: #fff;
            border-bottom: 2px solid #b3b3b3;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .nav-tabs-alt > li > a:after,
            .nav-filters-alt > li > a:after {
                display: none;
            }

            .nav-tabs-alt > li > a:hover,
            .nav-filters-alt > li > a:hover,
            .nav-tabs-alt > li > a:focus,
            .nav-filters-alt > li > a:focus,
            .nav-tabs-alt > li.active > a,
            .nav-filters-alt > li.active > a,
            .nav-tabs-alt > li.active > a:hover,
            .nav-filters-alt > li.active > a:hover,
            .nav-tabs-alt > li.active > a,
            .nav-filters-alt > li.active > a,
            .nav-tabs-alt > li.active > a:hover,
            .nav-filters-alt > li.active > a:hover,
            .nav-tabs-alt > li.active > a:focus,
            .nav-filters-alt > li.active > a:focus {
                color: #0020a6;
                background: #ffc425 !important;
                background: -moz-linear-gradient(left, #ffc425 0%, #ffd12b 100%) !important;
                background: -webkit-gradient(left top, right top, color-stop(0%, #ffc425), color-stop(100%, #ffd12b)) !important;
                background: -webkit-linear-gradient(left, #ffc425 0%, #ffd12b 100%) !important;
                background: -o-linear-gradient(left, #ffc425 0%, #ffd12b 100%) !important;
                background: -ms-linear-gradient(left, #ffc425 0%, #ffd12b 100%) !important;
                background: linear-gradient(to right, #ffc425 0%, #ffd12b 100%) !important;
                border-bottom: 2px solid #fdb800;
            }

        .nav-tabs-alt > li:first-child a,
        .nav-filters-alt > li:first-child a {
            border-radius: 18px 0 0 18px;
        }

        .nav-tabs-alt > li:last-child a,
        .nav-filters-alt > li:last-child a {
            border-radius: 0 18px 18px 0;
        }

    .nav-tabs-alt.text-light > li > a,
    .nav-filters-alt.text-light > li > a,
    .nav-tabs-alt.text-light > li > a:hover,
    .nav-filters-alt.text-light > li > a:hover,
    .nav-tabs-alt.text-light > li > a:focus,
    .nav-filters-alt.text-light > li > a:focus,
    .nav-tabs-alt.text-light > li.active > a,
    .nav-filters-alt.text-light > li.active > a,
    .nav-tabs-alt.text-light > li.active > a:hover,
    .nav-filters-alt.text-light > li.active > a:hover,
    .nav-tabs-alt.text-light > li.active > a:focus,
    .nav-filters-alt.text-light > li.active > a:focus {
        padding: 8px 10px;
    }

.transition.fade {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.transition.scale.fade {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.transition.scaleup.fade {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .transition.scale.fade.in,
    .transition.scaleup.fade.in {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.transition.left.fade {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}

.transition.right.fade {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}

    .transition.left.fade.in,
    .transition.right.fade.in {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

.transition.top.fade {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.transition.bottom.fade {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

    .transition.top.fade.in,
    .transition.bottom.fade.in {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.transition.flip.fade {
    -webkit-transform: rotateY(-90deg) scale(1.1);
    transform: rotateY(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

    .transition.flip.fade.in {
        -webkit-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.panel {
    border: none;
    padding-left: 0px;
    -webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
}

    .panel .panel-heading {
        position: relative;
        padding: 0px 24px 0px 0;
        /*overflow: hidden;*/
        border-top-right-radius: none;
        border-top-left-radius: none;
    }

        .panel .panel-heading h1,
        .panel .panel-heading h2,
        .panel .panel-heading h3,
        .panel .panel-heading h4,
        .panel .panel-heading h5,
        .panel .panel-heading h6 {
            font-weight: normal;
            margin: 0;
        }

        .panel .panel-heading:before {
            display: block;
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            left: 0;
            bottom: 0;
            background-color: #ffc732;
        }

    .panel .panel-body {
        padding: 12px 24px 5px 0;
        text-align: justify;
    }

    .panel.panel-ghost {
        background-color: transparent;
        padding-left: 0;
        box-shadow: none;
    }

    .panel.panel-with-badge .panel-heading {
        padding-left: 42px;
    }

        .panel.panel-with-badge .panel-heading:before {
            left: 42px;
        }

    .panel.panel-with-badge .panel-body {
        padding-left: 42px;
    }

    .panel .badge {
        display: block;
        position: absolute;
        z-index: 1;
        top: 9px;
        left: 0;
    }

.panel-group {
    -webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
}

    .panel-group .panel {
        padding: 0;
        box-shadow: none;
    }

        .panel-group .panel + .panel {
            margin-top: -1px;
        }

        .panel-group .panel:last-child {
            border-bottom: 1px solid #D5D5D5;
        }

        .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
            border: none;
        }

        .panel-group .panel .panel-body {
            padding-left: 24px;
        }

@media screen and (max-width: 360px) {
    .panel-group .panel .panel-body {
        font-size: 13px;
    }
}

.panel-group .panel .panel-heading {
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .panel-group .panel .panel-heading:before {
        display: none;
    }

    .panel-group .panel .panel-heading a {
        display: block;
        position: relative;
        color: #000;
        background-color: transparent;
        padding: 9px 24px 10px 10px;
        overflow: hidden;
        opacity: 1 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .panel-group .panel .panel-heading a:before {
            display: block;
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            left: 0px;
            bottom: 0;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

        .panel-group .panel .panel-heading a:after {
            display: block;
            position: absolute;
            font-family: 'Pe-icon-7-stroke';
            content: "\e686";
            line-height: 30px;
            font-size: 30px;
            right: 5px;
            top: 5px;
            color: #ffc732;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            font-weight: bold;
        }

        .panel-group .panel .panel-heading a .label {
            text-transform: none;
        }

@media screen and (max-width: 360px) {
    .panel-group .panel .panel-heading a {
        font-size: 12px;
    }
}

.panel-group .panel .panel-heading a.collapsed {
    color: #000;
    border-bottom-color: #dedede;
    background-color: transparent;
}

    .panel-group .panel .panel-heading a.collapsed:before {
        background-color: #ffcc00;
    }

    .panel-group .panel .panel-heading a.collapsed:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .panel-group .panel .panel-heading a.collapsed:hover {
        color: #fff;
        background-color: #0028a1;
    }

    .panel-group .panel .panel-heading a.collapsed.active {
        color: #fff;
        background-color: #0028a1;
    }

    .panel-group .panel .panel-heading a.collapsed:hover:after {
        color: #fff;
    }

    .panel-group .panel .panel-heading a.collapsed:hover .label {
        color: #fff;
    }

.panel-group .panel:last-child .panel-heading a:before {
    display: none;
}

.panel-group .panel.panel-with-badge .panel-heading a {
    padding-left: 46px;
}

    .panel-group .panel.panel-with-badge .panel-heading a:before {
        left: 66px;
    }

.panel-group .panel.panel-with-badge .panel-heading .badge {
    left: 24px;
}

.panel-group .panel.panel-with-badge .panel-body {
    padding-left: 26px;
}

.panel-group .panel.panel-ghost .panel-heading a:hover.collapsed {
    color: rgba(236, 236, 236, 0.7);
}

.panel-group .panel-dark {
    background: #4d4d4d;
}

    .panel-group .panel-dark:last-child {
        border-bottom: 2px solid #808080;
    }

    .panel-group .panel-dark .panel-heading a.collapsed {
        color: #fff;
    }

    .panel-group .panel-dark .panel-heading a:after {
        color: #fff;
    }

    .panel-group .panel-dark .panel-body {
        color: #fff;
    }

.text-light .panel,
.text-light.panel {
    background-color: transparent;
    border: 1px solid #fff;
}

    .text-light .panel .panel-heading a:hover,
    .text-light.panel .panel-heading a:hover {
        background-color: transparent;
    }

    .text-light .panel.panel-ghost,
    .text-light.panel.panel-ghost {
        border: none;
    }

        .text-light .panel.panel-ghost .panel-heading a:hover,
        .text-light.panel.panel-ghost .panel-heading a:hover {
            background-color: transparent;
        }

    .text-light .panel .panel-heading a,
    .text-light.panel .panel-heading a {
        color: #fff;
    }

        .text-light .panel .panel-heading a.collapsed,
        .text-light.panel .panel-heading a.collapsed {
            color: #fff;
        }

            .text-light .panel .panel-heading a.collapsed:hover,
            .text-light.panel .panel-heading a.collapsed:hover {
                background-color: rgba(255, 255, 255, 0.15);
                color: #fff;
            }

            .text-light .panel .panel-heading a.collapsed:before,
            .text-light.panel .panel-heading a.collapsed:before {
                background-color: #fff;
            }

        .text-light .panel .panel-heading a:after,
        .text-light.panel .panel-heading a:after {
            color: #fff;
        }

    .text-light .panel .panel-heading:before,
    .text-light.panel .panel-heading:before {
        background-color: #fff;
    }

    .text-light .panel a,
    .text-light.panel a,
    .text-light .panel a:hover,
    .text-light.panel a:hover,
    .text-light .panel a:focus,
    .text-light.panel a:focus {
        color: #fff;
    }

.text-light .panel-group .panel,
.text-light.panel-group .panel {
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

    .text-light .panel-group .panel:first-child,
    .text-light.panel-group .panel:first-child {
        border-top: 1px solid #fff;
    }

    .text-light .panel-group .panel:last-child,
    .text-light.panel-group .panel:last-child {
        border-bottom: 1px solid #fff;
    }

    .text-light .panel-group .panel.panel-ghost,
    .text-light.panel-group .panel.panel-ghost {
        border: none;
    }

.list-group {
    display: block;
    list-style: none;
    padding: 0 0 0 24px;
    margin-bottom: 0px;
    background-color: transparent;
    overflow-x: hidden;
    margin-top: -10px;
}

    .list-group .list-group-item {
        display: block;
        position: relative;
        padding: 6px 2px 7.5px 0;
        border-top: 1px solid #dedede;
    }

        .list-group .list-group-item:first-child {
            border-top: none;
        }

        .list-group .list-group-item .list-group-item-text {
            display: block;
            font-size: 13px;
            line-height: 1.5;
            margin: 4.5px 0 0 0;
        }

    .list-group.list-group-linked {
        padding-left: 0;
    }

        .list-group.list-group-linked a.list-group-item {
            /*padding: 14px 40px 15px 24px;*/
            color: #3a3a3a;
            border: none;
            cursor: pointer;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
            font-weight: 500;
        }

            .list-group.list-group-linked a.list-group-item:hover,
            .list-group.list-group-linked a.list-group-item:focus {
                color: #0028a1;
            }
                /*.list-group.list-group-linked a.list-group-item:hover { color:#0028a1;
}*/
                .list-group.list-group-linked a.list-group-item:hover:before {
                    /*background-color: #dedede;*/
                }

                .list-group.list-group-linked a.list-group-item:hover:after {
                    color: #ffffff;
                }

            .list-group.list-group-linked a.list-group-item.active {
                color: #ff6b00;
            }

                .list-group.list-group-linked a.list-group-item.active:after {
                    color: #ff6b00;
                }

            .list-group.list-group-linked a.list-group-item:before {
                display: block;
                position: absolute;
                content: "";
                width: 100%;
                height: 1px;
                background-color: #dedede;
                top: 0;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .list-group.list-group-linked a.list-group-item:first-child:before {
                display: none;
            }
    /*.list-group.list-group-linked a.list-group-item:after {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  font-size: 28px;
  color: #0028a1;
  top: 50%;
  right: 16px;
  margin-top: -20px;
}*/
    .list-group.with-badge {
        padding-left: 66px;
    }

        .list-group.with-badge .badge {
            position: absolute;
            top: 7px;
            left: -42px;
        }





        .list-group.with-badge.list-group-linked {
            padding-left: 0;
        }

            .list-group.with-badge.list-group-linked a.list-group-item {
                padding-left: 20px;
            }

            .list-group.with-badge.list-group-linked .badge {
                left: 0px;
            }

.list-group2 {
    display: block;
    list-style: none;
    padding: 0 0 0 30px;
    margin-bottom: 0px;
    background-color: transparent;
    /*overflow-x: hidden;*/
    margin-top: -10px;
}

    .list-group2 .list-group2-item {
        display: block;
        position: relative;
        padding: 6px 2px 7.5px 0;
        border-top: 1px solid #dedede;
    }

        .list-group2 .list-group2-item:first-child {
            border-top: none;
        }

        .list-group2 .list-group2-item .list-group2-item-text {
            display: block;
            font-size: 13px;
            line-height: 1.5;
            margin: 4.5px 0 0 0;
        }

        .list-group2 .list-group2-item a:link, .list-group2 .list-group2-item P {
            margin-left: 18px;
        }

    .list-group2.with-badge.list-group-linked a.list-group2-item {
        padding-left: 30px;
    }

    .list-group2.with-badge.list-group-linked .badge {
        left: 10px;
    }

    .list-group2.with-badge .badge {
        position: absolute;
        top: 7px;
        left: -42px;
    }



.list-group.list-group-ghost {
    background-color: transparent;
}

    .list-group.list-group-ghost a.list-group-item:hover {
        background-color: #484848;
    }

    .list-group.list-group-ghost.list-group {
        padding-left: 0;
    }

        .list-group.list-group-ghost.list-group.with-badge {
            padding-left: 42px;
        }

            .list-group.list-group-ghost.list-group.with-badge.list-group-linked {
                padding-left: 0;
            }

.list-group.dark-skin {
    background-color: #4d4d4d;
}

    .list-group.dark-skin li,
    .list-group.dark-skin ol,
    .list-group.dark-skin a {
        color: #fff !important;
    }

    .list-group.dark-skin.list-group-linked .list-group-item:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

        .list-group.dark-skin.list-group-linked .list-group-item:hover:before {
            background-color: #dedede;
        }

.body-alt .list-group {
    background-color: #4d4d4d;
}

    .body-alt .list-group a.list-group-item:hover {
        background-color: #484848;
    }

    .body-alt .list-group.list-group-ghost {
        background-color: transparent;
    }

        .body-alt .list-group.list-group-ghost a.list-group-item:hover {
            background-color: #4d4d4d;
        }

.text-light .list-group,
.text-light.list-group {
    background-color: transparent;
    border: 1px solid #fff;
}

    .text-light .list-group.list-group-ghost,
    .text-light.list-group.list-group-ghost {
        border: none;
    }

    .text-light .list-group a.list-group-item,
    .text-light.list-group a.list-group-item,
    .text-light .list-group a.list-group-item:after,
    .text-light.list-group a.list-group-item:after {
        color: #fff;
    }

        .text-light .list-group a.list-group-item:hover,
        .text-light.list-group a.list-group-item:hover {
            background-color: rgba(255, 255, 255, 0.16);
        }

.alert {
    position: relative;
    padding: 14px 25px 14px 25px;
    background-color: #cccccc;
    border-radius: 2px;
    /*-webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #b3b3b3;*/
}

    .alert.alert-dismissible {
        padding-right: 45px;
    }

    .alert .close {
        display: block;
        position: absolute;
        font-size: 21px;
        top: -9px;
        right: 2px;
        border: none;
        background: transparent;
        padding: 0;
        color: #ff3b30;
        font-weight: 300;
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .alert .close:focus,
        .alert .close:active {
            outline: none;
        }

        .alert .close:hover {
            opacity: .6;
        }

    .alert.alert-default,
    .alert.alert-primary,
    .alert.alert-gradient,
    .alert.alert-success,
    .alert.alert-info,
    .alert.alert-warning,
    .alert.alert-danger {
        color: #fff;
    }

        .alert.alert-default .close,
        .alert.alert-primary .close,
        .alert.alert-gradient .close,
        .alert.alert-success .close,
        .alert.alert-info .close,
        .alert.alert-warning .close,
        .alert.alert-danger .close,
        .alert.alert-default a,
        .alert.alert-primary a,
        .alert.alert-gradient a,
        .alert.alert-success a,
        .alert.alert-info a,
        .alert.alert-warning a,
        .alert.alert-danger a {
            color: #fff;
        }

    .alert.alert-default {
        background-color: #3a3a3a !important;
        border-bottom: 2px solid #212121;
    }

    .alert.alert-primary {
        background-color: #ff6b00 !important;
        border-bottom: 2px solid #cc5600;
    }

    .alert.alert-success {
        background-color: #4cd964 !important;
        border-bottom: 2px solid #2ac845;
    }

    .alert.alert-info {
        background-color: #5ac8fa !important;
        border-bottom: 2px solid #28b7f9;
    }

    .alert.alert-warning {
        background-color: #ffcc00 !important;
        border-bottom: 2px solid #cca300;
    }

    .alert.alert-danger {
        background-color: #ff3b30 !important;
        border-bottom: 2px solid #fc0d00;
    }

    .alert.alert-ghost {
        padding: 13px 25px 13px 25px;
        background: none !important;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        box-shadow: none;
    }

        .alert.alert-ghost .close {
            color: #ff3b30;
        }

        .alert.alert-ghost.alert-default {
            border-color: #3a3a3a;
        }

        .alert.alert-ghost.alert-primary {
            color: #ff6b00;
            border-color: #ff6b00;
        }

        .alert.alert-ghost.alert-success {
            color: #4cd964;
            border-color: #4cd964;
        }

        .alert.alert-ghost.alert-info {
            color: #5ac8fa;
            border-color: #5ac8fa;
        }

        .alert.alert-ghost.alert-warning {
            color: #0028a1;
            border-color: #0028a1;
        }

        .alert.alert-ghost.alert-danger {
            color: #ff3b30;
            border-color: #ff3b30;
        }

    .alert.alert-gradient {
        border: none;
    }

    .alert.alert-alt {
        text-align: center;
        padding: 0;
        padding-top: 6px;
        background: #fff;
        /*-webkit-box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5) !important;*/
    }

        .alert.alert-alt .alert-title {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 24px;
        }

        .alert.alert-alt .body {
            padding: 0 10px;
        }

        .alert.alert-alt footer {
            margin-top: 38px;
        }

        .alert.alert-alt footer {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-top: 1px solid #b8b8b8;
        }

            .alert.alert-alt footer a,
            .alert.alert-alt footer button {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                background: none;
                border: none;
                font-size: 14px;
                font-weight: 600;
                color: #3a3a3a;
                border-left: 1px solid #b8b8b8;
                padding: 12px;
                -webkit-transition: color 0.25s;
                transition: color 0.25s;
            }

                .alert.alert-alt footer a:first-child,
                .alert.alert-alt footer button:first-child {
                    border-left: none;
                }

                .alert.alert-alt footer a:hover,
                .alert.alert-alt footer button:hover,
                .alert.alert-alt footer a:focus,
                .alert.alert-alt footer button:focus {
                    opacity: 1;
                    outline: none;
                }

                .alert.alert-alt footer a.cancel:hover,
                .alert.alert-alt footer button.cancel:hover {
                    color: #ff3b30;
                }

                .alert.alert-alt footer a.confirm:hover,
                .alert.alert-alt footer button.confirm:hover {
                    color: #4cd964;
                }

        .alert.alert-alt .buttons {
            padding: 6px 0 0px 0;
        }

            .alert.alert-alt .buttons .btn {
                margin: 8px;
            }

    .alert.alert-noborder {
        border: none;
    }

    .alert p {
        margin-bottom: 0;
    }

.notification {
    border-radius: 0;
    padding: 24px 0;
}

    .notification .inner {
        display: table;
        width: 100%;
        position: relative;
    }

@media screen and (max-width: 768px) {
    .notification .inner {
        text-align: center;
    }
}

.notification .inner .column {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

    .notification .inner .column:first-child {
        padding-left: 0;
    }

    .notification .inner .column:last-child {
        padding-right: 50px;
    }

@media screen and (max-width: 768px) {
    .notification .inner .column:last-child {
        padding-right: 0;
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .notification .inner .column {
        display: block;
        text-align: center !important;
        margin: 10px auto;
    }
}

.notification .notif-icon {
    width: 25px;
}

    .notification .notif-icon i {
        font-size: 24px;
    }

.notification a:not(.btn) {
    color: #3a3a3a;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .notification a:not(.btn):hover,
    .notification a:not(.btn):focus {
        opacity: 1;
    }

    .notification a:not(.btn):hover {
        color: #ff6b00;
    }

.notification .w-item-title a {
    color: #ff6b00;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .notification .w-item-title a:hover {
        opacity: .6;
    }

.notification p {
    margin-bottom: 0;
}

.notification .close {
    top: 50%;
    right: 0;
    margin-top: -16px;
}

@media screen and (max-width: 768px) {
    .notification .close {
        top: 0;
    }
}

.notification .btn {
    margin: 0;
}

.notification.alert-default a:not(.btn),
.notification.alert-primary a:not(.btn),
.notification.alert-gradient a:not(.btn),
.notification.alert-success a:not(.btn),
.notification.alert-info a:not(.btn),
.notification.alert-warning a:not(.btn),
.notification.alert-danger a:not(.btn) {
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .notification.alert-default a:not(.btn) > strong,
    .notification.alert-primary a:not(.btn) > strong,
    .notification.alert-gradient a:not(.btn) > strong,
    .notification.alert-success a:not(.btn) > strong,
    .notification.alert-info a:not(.btn) > strong,
    .notification.alert-warning a:not(.btn) > strong,
    .notification.alert-danger a:not(.btn) > strong {
        font-weight: 600;
    }

    .notification.alert-default a:not(.btn):hover,
    .notification.alert-primary a:not(.btn):hover,
    .notification.alert-gradient a:not(.btn):hover,
    .notification.alert-success a:not(.btn):hover,
    .notification.alert-info a:not(.btn):hover,
    .notification.alert-warning a:not(.btn):hover,
    .notification.alert-danger a:not(.btn):hover {
        opacity: .6;
    }

.notification .container {
    position: relative;
}

    .notification .container > .close {
        top: 0;
        right: 15px;
        margin-top: 0;
    }

.notification .content-box {
    box-shadow: none;
}

.body-alt .alert {
    background-color: #ffffff;
}

.text-light .alert,
.text-light.alert {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

    .text-light .alert .cancel,
    .text-light.alert .cancel,
    .text-light .alert .confirm,
    .text-light.alert .confirm,
    .text-light .alert .close,
    .text-light.alert .close {
        color: #fff;
    }

    .text-light .alert.alert-ghost,
    .text-light.alert.alert-ghost {
        border-color: #fff;
    }

    .text-light .alert.alert-alt footer,
    .text-light.alert.alert-alt footer,
    .text-light .alert.alert-alt footer a,
    .text-light.alert.alert-alt footer a,
    .text-light .alert.alert-alt footer button,
    .text-light.alert.alert-alt footer button {
        border-color: rgba(255, 255, 255, 0.7);
    }

.tooltip {
    font-size: 12px;
    color: #ffffff;
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tooltip.top .tooltip-arrow,
    .tooltip.top-left .tooltip-arrow,
    .tooltip.top-right .tooltip-arrow {
        border-top-color: #3a3a3a;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #3a3a3a;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #3a3a3a;
    }

    .tooltip.bottom .tooltip-arrow,
    .tooltip.bottom-left .tooltip-arrow,
    .tooltip.bottom-right .tooltip-arrow {
        border-bottom-color: #3a3a3a;
    }

.tooltip-inner {
    padding: 3px 15px;
    border-radius: 2px;
    background-color: #3a3a3a;
    white-space: nowrap;
    -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.7);
}

.popover {
    font-size: 13px;
    color: #cccccc;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.9);
}

    .popover.bottom > .arrow:after {
        border-bottom-color: #303030;
    }

.popover-title {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    padding: 12px 15px;
    border: none;
}

.popover-content {
    padding: 12px 15px 16px 12px;
}

    .popover-content p {
        margin-bottom: 0;
    }

.progress {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin: 48px 0 24px;
    -webkit-box-shadow: 0 3px 9px -1px #737373;
    box-shadow: 0 3px 9px -1px #737373;
}

    .progress h5 {
        position: absolute;
        top: -28px;
        font-size: 18px;
    }

    .progress h6 {
        position: absolute;
        top: -24px;
        font-size: 14px;
    }

    .progress .progress-bar {
        height: 6px;
        background-color: #3a3a3a;
        white-space: nowrap;
        margin: -1px;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

        .progress .progress-bar .progress-label {
            display: block;
            position: absolute;
            top: -25px;
            right: 0;
            font-size: 13px;
            font-weight: 700;
            color: #3a3a3a;
        }

    .progress.progress-default .progress-bar {
        background-color: #3a3a3a;
    }

    .progress.progress-primary .progress-bar {
        background-color: #ff6b00;
    }

    .progress.progress-success .progress-bar {
        background-color: #4cd964;
    }

    .progress.progress-info .progress-bar {
        background-color: #5ac8fa;
    }

    .progress.progress-warning .progress-bar {
        background-color: #ffcc00;
    }

    .progress.progress-danger .progress-bar {
        background-color: #ff3b30;
    }

    .progress.progress-gradient-1 .progress-bar {
        background: #00ff80;
        background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff));
        background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: linear-gradient(to right, #00ff80 0%, #0076ff 100%);
    }

    .progress.progress-gradient-2 .progress-bar {
        background: #ff8d00;
        background: -moz-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ff8d00), color-stop(100%, #ffcc00));
        background: -webkit-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: -o-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: -ms-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: linear-gradient(to right, #ff8d00 0%, #ffcc00 100%);
    }

    .progress.progress-gradient-3 .progress-bar {
        background: #50fbdc;
        background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4));
        background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%);
    }

    .progress.progress-gradient-4 .progress-bar {
        background: #00ffcc;
        background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00));
        background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%);
    }

    .progress.progress-gradient-5 .progress-bar {
        background: #92b5f5;
        background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0));
        background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%);
    }

    .progress.progress-gradient-6 .progress-bar {
        background: #391cff;
        background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33));
        background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: linear-gradient(to right, #391cff 0%, #fc3b33 100%);
    }

    .progress.progress-thin .progress-bar {
        height: 3px;
    }

    .progress.progress-rounded,
    .progress.progress-rounded .progress-bar {
        border-radius: 6px;
    }

    .progress.progress-alt {
        border-radius: 12px;
        margin: 0 0 24px;
    }

        .progress.progress-alt .progress-bar {
            font-size: 13px;
            color: #fff;
            height: 24px;
            line-height: 24px;
            border-radius: 12px;
            padding-left: 12px;
            overflow: hidden;
        }

        .progress.progress-alt .progress-label {
            color: #cccccc;
            top: 0;
            right: 12px;
        }

        .progress.progress-alt.progress-primary .progress-label,
        .progress.progress-alt.progress-success .progress-label,
        .progress.progress-alt.progress-info .progress-label,
        .progress.progress-alt.progress-warning .progress-label,
        .progress.progress-alt.progress-danger .progress-label,
        .progress.progress-alt.progress-gradient-1 .progress-label,
        .progress.progress-alt.progress-gradient-2 .progress-label,
        .progress.progress-alt.progress-gradient-3 .progress-label,
        .progress.progress-alt.progress-gradient-4 .progress-label,
        .progress.progress-alt.progress-gradient-5 .progress-label,
        .progress.progress-alt.progress-gradient-6 .progress-label {
            color: #3a3a3a;
        }

        .progress.progress-alt.progress-primary {
            background-color: rgba(255, 107, 0, 0.1);
        }

        .progress.progress-alt.progress-success {
            background-color: rgba(76, 217, 100, 0.12);
        }

        .progress.progress-alt.progress-info {
            background-color: rgba(90, 200, 250, 0.12);
        }

        .progress.progress-alt.progress-warning {
            background-color: rgba(255, 204, 0, 0.12);
        }

        .progress.progress-alt.progress-danger {
            background-color: rgba(255, 59, 48, 0.1);
        }

        .progress.progress-alt.progress-gradient-1 {
            background: rgba(0, 255, 128, 0.1);
            background: -moz-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 255, 128, 0.1)), color-stop(100%, rgba(0, 118, 255, 0.1)));
            background: -webkit-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
            background: -o-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
            background: -ms-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
            background: linear-gradient(to right, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
        }

        .progress.progress-alt.progress-gradient-2 {
            background: rgba(255, 141, 0, 0.12);
            background: -moz-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 141, 0, 0.12)), color-stop(100%, rgba(255, 204, 0, 0.12)));
            background: -webkit-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
            background: -o-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
            background: -ms-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
            background: linear-gradient(to right, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
        }

        .progress.progress-alt.progress-gradient-3 {
            background: rgba(80, 251, 220, 0.12);
            background: -moz-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80, 251, 220, 0.12)), color-stop(100%, rgba(86, 194, 244, 0.12)));
            background: -webkit-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
            background: -o-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
            background: -ms-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
            background: linear-gradient(to right, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
        }

        .progress.progress-alt.progress-gradient-4 {
            background: rgba(0, 255, 204, 0.15);
            background: -moz-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 255, 204, 0.15)), color-stop(100%, rgba(242, 255, 0, 0.15)));
            background: -webkit-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
            background: -o-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
            background: -ms-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
            background: linear-gradient(to right, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
        }

        .progress.progress-alt.progress-gradient-5 {
            background: rgba(146, 181, 245, 0.1);
            background: -moz-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146, 181, 245, 0.1)), color-stop(100%, rgba(199, 90, 224, 0.1)));
            background: -webkit-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
            background: -o-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
            background: -ms-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
            background: linear-gradient(to right, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
        }

        .progress.progress-alt.progress-gradient-6 {
            background: rgba(57, 28, 255, 0.1);
            background: -moz-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 28, 255, 0.1)), color-stop(100%, rgba(252, 59, 51, 0.1)));
            background: -webkit-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
            background: -o-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
            background: -ms-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
            background: linear-gradient(to right, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
        }

        .progress.progress-alt.progress-stacked {
            margin: 0;
            margin-bottom: 2px;
        }

    .progress.progress-animated .progress-bar {
        padding-left: 0;
    }

.text-light .progress .progress-label,
.text-light.progress .progress-label {
    color: #fff !important;
}

.body-alt .progress {
    background-color: #ffffff;
}

.chart1 {
    width: 350px;
    height: 350px;
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 13px -2px #000000;
    box-shadow: 0px 0px 13px -2px #000000;
}

    .chart1 .chartinner {
        position: relative;
        display: block;
        width: 280px;
        left: 50%;
        margin-left: -140px;
        height: 280px;
        top: 50%;
        margin-top: -140px;
        border-radius: 50%;
        -webkit-box-shadow: inset 0px 0px 13px -2px #000000;
        box-shadow: inset 0px 0px 13px -2px #000000;
    }

    .chart1 map area {
        display: block;
        border: 1px solid red;
        width: 15px;
        height: 10px;
    }

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 6px;
    }

        .slider.slider-horizontal .slider-track {
            height: 6px;
            width: 100%;
            top: 0;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #ffffff;
            margin-top: -3px;
            margin-left: -6px;
            filter: none;
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
            box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
            border-radius: 50%;
            -webkit-transition: box-shadow 0.3s;
            transition: box-shadow 0.3s;
        }

        .slider.slider-horizontal:hover .slider-handle {
            -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
            box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
        }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                margin-top: 7.2px;
                display: inline-block;
                text-align: center;
            }

    .slider.slider-disabled .slider-track {
        cursor: not-allowed;
    }

    .slider.slider-disabled .slider-selection {
        background-color: #cccccc !important;
    }

    .slider.slider-disabled:hover .slider-handle {
        -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
        box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
    }

    .slider input {
        display: none;
    }

    .slider .tooltip {
        margin-top: -32px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .25s, visibility .25s;
        transition: opacity .25s, visibility .25s;
    }

        .slider .tooltip .tooltip-inner {
            white-space: nowrap;
            color: #ff6b00;
            background: none;
            box-shadow: none;
        }

        .slider .tooltip .tooltip-arrow {
            display: none;
        }

        .slider .tooltip.in {
            visibility: visible;
            opacity: 1;
        }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #3a3a3a;
}

.slider-selection {
    position: absolute;
    background-color: #3a3a3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-ui,
.slider-ui-step {
    display: inline-block;
    width: 210px;
    position: relative;
}

    .slider-ui .min-val,
    .slider-ui-step .min-val,
    .slider-ui .max-val,
    .slider-ui-step .max-val {
        display: block;
        position: absolute;
        top: -16px;
        font-size: 12px;
        color: #ff6b00;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .25s, visibility .25s;
        transition: opacity .25s, visibility .25s;
    }

    .slider-ui .min-val,
    .slider-ui-step .min-val {
        left: 0;
    }

    .slider-ui .max-val,
    .slider-ui-step .max-val {
        right: 0;
    }

    .slider-ui:hover .min-val,
    .slider-ui-step:hover .min-val,
    .slider-ui:hover .max-val,
    .slider-ui-step:hover .max-val {
        visibility: hidden;
        opacity: 0;
    }

    .slider-ui.disabled,
    .slider-ui-step.disabled {
        cursor: not-allowed;
    }

        .slider-ui.disabled .min-val,
        .slider-ui-step.disabled .min-val,
        .slider-ui.disabled .max-val,
        .slider-ui-step.disabled .max-val {
            color: #cccccc;
        }

        .slider-ui.disabled:hover .min-val,
        .slider-ui-step.disabled:hover .min-val,
        .slider-ui.disabled:hover .max-val,
        .slider-ui-step.disabled:hover .max-val {
            visibility: visible;
            opacity: 1;
        }

        .slider-ui.disabled:hover .slider.slider-horizontal .tooltip.in,
        .slider-ui-step.disabled:hover .slider.slider-horizontal .tooltip.in {
            visibility: hidden;
            opacity: 0;
        }

    .slider-ui.slider-ui-thin .slider.slider-horizontal,
    .slider-ui-step.slider-ui-thin .slider.slider-horizontal {
        height: 3px;
    }

        .slider-ui.slider-ui-thin .slider.slider-horizontal .slider-track,
        .slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-track {
            height: 3px;
        }

        .slider-ui.slider-ui-thin .slider.slider-horizontal .slider-tick,
        .slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-tick,
        .slider-ui.slider-ui-thin .slider.slider-horizontal .slider-handle,
        .slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-handle {
            width: 9px;
            height: 9px;
        }

            .slider-ui.slider-ui-thin .slider.slider-horizontal .slider-tick:hover .slider-handle,
            .slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-tick:hover .slider-handle,
            .slider-ui.slider-ui-thin .slider.slider-horizontal .slider-handle:hover .slider-handle,
            .slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-handle:hover .slider-handle {
                -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
                box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
            }

        .slider-ui.slider-ui-thin .slider.slider-horizontal .tooltip,
        .slider-ui-step.slider-ui-thin .slider.slider-horizontal .tooltip {
            margin-top: -34px;
        }

    .slider-ui.slider-ui-default .slider-selection,
    .slider-ui-step.slider-ui-default .slider-selection {
        background-color: #3a3a3a;
    }

    .slider-ui.slider-ui-primary .slider-selection,
    .slider-ui-step.slider-ui-primary .slider-selection {
        background-color: #ff6b00;
    }

    .slider-ui.slider-ui-success .slider-selection,
    .slider-ui-step.slider-ui-success .slider-selection {
        background-color: #4cd964;
    }

    .slider-ui.slider-ui-info .slider-selection,
    .slider-ui-step.slider-ui-info .slider-selection {
        background-color: #5ac8fa;
    }

    .slider-ui.slider-ui-warning .slider-selection,
    .slider-ui-step.slider-ui-warning .slider-selection {
        background-color: #ffcc00;
    }

    .slider-ui.slider-ui-danger .slider-selection,
    .slider-ui-step.slider-ui-danger .slider-selection {
        background-color: #ff3b30;
    }

    .slider-ui.slider-ui-gradient-1 .slider-selection,
    .slider-ui-step.slider-ui-gradient-1 .slider-selection {
        background: #00ff80;
        background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff));
        background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%);
        background: linear-gradient(to right, #00ff80 0%, #0076ff 100%);
    }

    .slider-ui.slider-ui-gradient-2 .slider-selection,
    .slider-ui-step.slider-ui-gradient-2 .slider-selection {
        background: #ff8d00;
        background: -moz-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ff8d00), color-stop(100%, #ffcc00));
        background: -webkit-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: -o-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: -ms-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
        background: linear-gradient(to right, #ff8d00 0%, #ffcc00 100%);
    }

    .slider-ui.slider-ui-gradient-3 .slider-selection,
    .slider-ui-step.slider-ui-gradient-3 .slider-selection {
        background: #50fbdc;
        background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4));
        background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
        background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%);
    }

    .slider-ui.slider-ui-gradient-4 .slider-selection,
    .slider-ui-step.slider-ui-gradient-4 .slider-selection {
        background: #00ffcc;
        background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00));
        background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
        background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%);
    }

    .slider-ui.slider-ui-gradient-5 .slider-selection,
    .slider-ui-step.slider-ui-gradient-5 .slider-selection {
        background: #92b5f5;
        background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0));
        background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
        background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%);
    }

    .slider-ui.slider-ui-gradient-6 .slider-selection,
    .slider-ui-step.slider-ui-gradient-6 .slider-selection {
        background: #391cff;
        background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33));
        background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%);
        background: linear-gradient(to right, #391cff 0%, #fc3b33 100%);
    }

    .slider-ui-step .slider .tooltip {
        opacity: 1;
        visibility: visible;
    }

.slider-tick {
    position: absolute;
    background-color: #ffcc00 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body-alt .slider-track {
    background-color: #ffffff;
}

.cd-handle {
    background: #ff6b00 !important;
    background: -moz-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff974d)) !important;
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -o-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -ms-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: linear-gradient(to right, #ff6b00 0%, #ff974d 100%) !important;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #cc5600;
}

.touch .ms-nav-next,
.touch .ms-nav-prev {
    display: none !important;
}

.switch {
    position: relative;
    width: 70px;
    height: 24px;
    background-color: #bababa;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .switch .knob {
        position: absolute;
        width: 22px;
        height: 22px;
        top: 1px;
        left: 1px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .switch .label {
        position: absolute;
        display: block;
        font-size: 13px;
        color: #ffffff;
        top: 2px;
        margin: 0;
        width: auto;
        padding: 0;
    }

        .switch .label:first-child {
            text-align: right;
            padding-right: 12px;
            right: 100%;
        }

        .switch .label:last-child {
            text-align: left;
            padding-left: 11px;
            left: 100%;
        }

    .switch.on {
        background-color: #3a3a3a;
    }

        .switch.on .knob {
            -webkit-transform: translate(46px, 0);
            -ms-transform: translate(46px, 0);
            -o-transform: translate(46px, 0);
            transform: translate(46px, 0);
        }

    .switch.disabled {
        background-color: #cccccc !important;
        cursor: not-allowed;
    }

    .switch.switch-ghost {
        background: none;
        border: 1px solid #bababa;
    }

        .switch.switch-ghost .knob {
            width: 20px;
            height: 20px;
            background-color: #bababa;
        }

        .switch.switch-ghost .label {
            top: 1px;
            color: #bababa;
        }

        .switch.switch-ghost.on {
            border-color: #3a3a3a;
        }

            .switch.switch-ghost.on .knob {
                background-color: #3a3a3a;
            }

            .switch.switch-ghost.on .label {
                color: #3a3a3a;
            }

        .switch.switch-ghost.disabled {
            background: none !important;
            border-color: #cccccc !important;
        }

            .switch.switch-ghost.disabled .knob {
                background-color: #cccccc !important;
            }

            .switch.switch-ghost.disabled .label {
                color: #cccccc !important;
            }

    .switch.on.switch-primary {
        background-color: #ff6b00;
    }

    .switch.on.switch-success {
        background-color: #4cd964;
    }

    .switch.on.switch-info {
        background-color: #5ac8fa;
    }

    .switch.on.switch-warning {
        background-color: #ffcc00;
    }

    .switch.on.switch-danger {
        background-color: #ff3b30;
    }

    .switch.on.switch-ghost.switch-primary {
        background: none;
        border-color: #ff6b00;
    }

        .switch.on.switch-ghost.switch-primary .knob {
            background-color: #ff6b00;
        }

        .switch.on.switch-ghost.switch-primary .label {
            color: #ff6b00;
        }

    .switch.on.switch-ghost.switch-success {
        background: none;
        border-color: #4cd964;
    }

        .switch.on.switch-ghost.switch-success .knob {
            background-color: #4cd964;
        }

        .switch.on.switch-ghost.switch-success .label {
            color: #4cd964;
        }

    .switch.on.switch-ghost.switch-info {
        background: none;
        border-color: #5ac8fa;
    }

        .switch.on.switch-ghost.switch-info .knob {
            background-color: #5ac8fa;
        }

        .switch.on.switch-ghost.switch-info .label {
            color: #5ac8fa;
        }

    .switch.on.switch-ghost.switch-warning {
        background: none;
        border-color: #ffcc00;
    }

        .switch.on.switch-ghost.switch-warning .knob {
            background-color: #ffcc00;
        }

        .switch.on.switch-ghost.switch-warning .label {
            color: #ffcc00;
        }

    .switch.on.switch-ghost.switch-danger {
        background: none;
        border-color: #ff3b30;
    }

        .switch.on.switch-ghost.switch-danger .knob {
            background-color: #ff3b30;
        }

        .switch.on.switch-ghost.switch-danger .label {
            color: #ff3b30;
        }
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 400ms;
    transition: height 400ms;
}
/* 
 *  Core Owl Carousel Styles
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    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;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls {
        text-align: center;
    }

        .owl-carousel .owl-controls .owl-nav .owl-prev,
        .owl-carousel .owl-controls .owl-nav .owl-next,
        .owl-carousel .owl-controls .owl-dot {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel .owl-controls .owl-nav {
            position: absolute;
            height: 24px;
            top: -30px;
            right: 0;
        }

            .owl-carousel .owl-controls .owl-nav .owl-prev,
            .owl-carousel .owl-controls .owl-nav .owl-next {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-color: #ff6b00;
                line-height: 24px;
                text-align: center;
                color: #fff;
                margin-left: 10px;
                opacity: 1;
                border-bottom: 2px solid #994000;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .owl-carousel .owl-controls .owl-nav .owl-prev:before,
                .owl-carousel .owl-controls .owl-nav .owl-next:before {
                    font-family: 'Pe-icon-7-stroke';
                    font-size: 24px;
                }

                .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
                .owl-carousel .owl-controls .owl-nav .owl-next:hover {
                    opacity: 1;
                }

                .owl-carousel .owl-controls .owl-nav .owl-prev:before {
                    content: "\e686";
                }

                .owl-carousel .owl-controls .owl-nav .owl-next:before {
                    content: "\e684";
                }
    /*.owl-carousel .owl-controls .owl-dots {
  position: relative;
  margin-top: 24px;
  z-index: 10;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffc732;
  opacity: .5;
  margin: 0 6px 6px 0;

}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
}*/
    .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-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;
        }

    .owl-carousel .content-box,
    .owl-carousel .client-box {
        margin-bottom: 0 !important;
    }
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #3a3a3a;
}

.owl-carousel .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .owl-carousel .owl-carousel .owl-video-play-icon:hover {
        opacity: .7;
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.content-slider {
    -webkit-box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
}

    .content-slider.owl-carousel .owl-controls .owl-dots {
        margin-top: -22px;
    }

    .content-slider.controls-inside {
        position: relative;
        overflow: hidden;
    }

        .content-slider.controls-inside.owl-carousel .owl-nav {
            position: static;
            height: 0px;
        }

            .content-slider.controls-inside.owl-carousel .owl-nav .owl-prev,
            .content-slider.controls-inside.owl-carousel .owl-nav .owl-next {
                position: absolute;
                top: 50%;
                margin: 0;
                margin-top: -12px;
            }

            .content-slider.controls-inside.owl-carousel .owl-nav .owl-prev {
                left: -30px;
            }

            .content-slider.controls-inside.owl-carousel .owl-nav .owl-next {
                right: -30px;
            }

@media screen and (max-width: 480px) {
    .content-slider.controls-inside.owl-carousel .owl-nav {
        display: none;
    }
}

.content-slider.controls-inside:hover.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.content-slider.controls-inside:hover.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.content-slider.controls-outside {
    position: relative;
}

    .content-slider.controls-outside.owl-carousel .owl-nav {
        position: static;
        height: 0px;
    }

        .content-slider.controls-outside.owl-carousel .owl-nav .owl-prev,
        .content-slider.controls-outside.owl-carousel .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            margin: 0;
            opacity: 1;
            margin-top: -12px;
            border-bottom: 2px solid #cca300;
            -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
            background: #fed02a;
            background: -moz-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #fed02a), color-stop(100%, #fed02a));
            background: -webkit-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: -o-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: -ms-linear-gradient(left, #fec423 0%, #fed02a 100%);
            background: linear-gradient(to right, #fec423 0%, #fed02a 100%);
        }

            .content-slider.controls-outside.owl-carousel .owl-nav .owl-prev:hover,
            .content-slider.controls-outside.owl-carousel .owl-nav .owl-next:hover {
                opacity: 1;
            }

        .content-slider.controls-outside.owl-carousel .owl-nav .owl-prev {
            left: -30px;
        }

        .content-slider.controls-outside.owl-carousel .owl-nav .owl-next {
            right: -30px;
        }

@media screen and (max-width: 480px) {
    .content-slider.controls-outside.owl-carousel .owl-nav {
        display: none;
    }
}

.content-slider.controls-outside.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.content-slider.controls-outside.owl-carousel .owl-nav .owl-next {
    right: -10px;
}

.content-slider .row {
    margin: 0;
}

.content-slider .badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 24px;
}

.touch .content-slider.controls-inside.owl-carousel .owl-nav {
    display: none;
}

.dark-skin.owl-carousel,
.dark-skin .owl-carousel {
    color: #fff;
}

    .dark-skin.owl-carousel .owl-controls .owl-prev,
    .dark-skin .owl-carousel .owl-controls .owl-prev,
    .dark-skin.owl-carousel .owl-controls .owl-next,
    .dark-skin .owl-carousel .owl-controls .owl-next {
        background-color: #3a3a3a;
    }

    .dark-skin.owl-carousel .owl-controls .owl-dot,
    .dark-skin .owl-carousel .owl-controls .owl-dot {
        background-color: #fff;
    }

    .dark-skin.owl-carousel .rating span.star,
    .dark-skin .owl-carousel .rating span.star {
        color: #fff;
    }

        .dark-skin.owl-carousel .rating span.star.active,
        .dark-skin .owl-carousel .rating span.star.active {
            color: #ff6b00;
        }

.rating span {
    float: left;
    font-size: 14px;
    margin-right: 1px;
    color: #cccccc;
}

    .rating span:last-child {
        margin-right: 0;
    }

    .rating span.star {
        color: #cccccc;
        margin-top: -2px;
    }

        .rating span.star:before {
            font-family: 'Pe-icon-7-stroke';
            content: "\e611";
            font-size: 14px;
        }

        .rating span.star.active {
            color: #3a3a3a;
        }

.rating:before,
.rating:after {
    content: " ";
    display: table;
}

.rating:after {
    clear: both;
}

.rating.rating-default span.star.active {
    color: #3a3a3a;
}

.rating.rating-primary span.star.active {
    color: #ff6b00;
}

.rating.rating-success span.star.active {
    color: #4cd964;
}

.rating.rating-info span.star.active {
    color: #5ac8fa;
}

.rating.rating-warning span.star.active {
    color: #ff9500;
}

.rating.rating-danger span.star.active {
    color: #ff3b30;
}

.rating.rating-danger span.star.active {
    color: #ff3b30;
}

.rating.rating-lg span {
    font-size: 14px;
}

    .rating.rating-lg span.star {
        margin-top: -5px;
    }

        .rating.rating-lg span.star:before {
            font-size: 22px;
        }

.rating.rating-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.text-light .rating span,
.text-light.rating span,
.text-light .rating span.star,
.text-light.rating span.star {
    color: rgba(255, 255, 255, 0.6);
}

    .text-light .rating span.active,
    .text-light.rating span.active,
    .text-light .rating span.star.active,
    .text-light.rating span.star.active {
        color: #fff;
    }

.text-center .rating,
.text-center.rating {
    display: table;
    margin: auto;
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.1
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}
/*
 * Stars
 */
.rating-fa {
    font-family: 'FontAwesome';
    padding-left: 1px;
}

    .rating-fa .rating-stars:before {
        padding-left: 1px;
    }

.rating-gly {
    font-family: 'Pe-icon-7-stroke';
}

.rating-gly-star {
    font-family: 'Pe-icon-7-stroke';
    padding-left: 1px;
}

.rating-active {
    cursor: pointer;
}

.rating-disabled {
    cursor: not-allowed;
}

.rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #cccccc;
    overflow: hidden;
}

    .rating-container:before {
        content: attr(data-content);
    }

    .rating-container .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #3a3a3a;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .rating-container .rating-stars:before {
            content: attr(data-content);
        }

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #cccccc;
}

    .rating-container-rtl:before {
        content: attr(data-content);
    }

    .rating-container-rtl .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #3a3a3a;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .rating-container-rtl .rating-stars:before {
            content: attr(data-content);
        }
/**
 * Rating sizes
 */
.rating-lg,
.rating-xl {
    font-size: 32px;
}

.rating-md {
    font-size: 22px;
}

.rating-sm,
.rating-xs {
    font-size: 14px;
}
/**
 * Caption
 */
.star-rating .caption,
.star-rating-rtl .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding-top: 4px;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}

.rating-lg.star-rating .caption,
.rating-lg.star-rating-rtl .caption {
    font-size: 14px;
}
/**
 * Color variations
 */
.rating-input-primary .rating-container .rating-stars,
.rating-input-primary .rating-container-rtl .rating-stars {
    color: #ff6b00;
}

.rating-input-success .rating-container .rating-stars,
.rating-input-success .rating-container-rtl .rating-stars {
    color: #4cd964;
}

.rating-input-info .rating-container .rating-stars,
.rating-input-info .rating-container-rtl .rating-stars {
    color: #5ac8fa;
}

.rating-input-warning .rating-container .rating-stars,
.rating-input-warning .rating-container-rtl .rating-stars {
    color: #ff9500;
}

.rating-input-danger .rating-container .rating-stars,
.rating-input-danger .rating-container-rtl .rating-stars {
    color: #ff3b30;
}

А .post-counters {
    display: inline-block;
}

    А .post-counters a {
        display: inline-block;
        vertical-align: middle;
        margin: 2px 7px;
    }

        А .post-counters a i {
            font-size: 175%;
            margin-right: 5px;
        }

.post-meta {
    display: inline-block;
    font-size: 12px;
    line-height: 2;
}

    .post-meta .taxonomy {
        display: inline-block;
        margin-right: 7px;
    }

    .post-meta span {
        display: inline-block;
        color: #c7c7c7;
        margin: 0 2px;
    }

.tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background-color: #3a3a3a;
    border-radius: 1px;
    line-height: 1;
    padding: 5px 12px;
    margin: 0 2px 8px 0;
    opacity: .5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .tag:hover,
    .tag:focus {
        color: #fff;
    }

    .tag:hover,
    .tag.active {
        color: #fff;
        opacity: 1;
    }

    .tag.tag-default {
        background-color: #3a3a3a;
    }

    .tag.tag-primary {
        background-color: #ff6b00;
    }

    .tag.tag-success {
        background-color: #4cd964;
    }

    .tag.tag-info {
        background-color: #5ac8fa;
    }

    .tag.tag-warning {
        background-color: #ffcc00;
    }

    .tag.tag-danger {
        background-color: #ff3b30;
    }

.shop-price,
.shop-old-price {
    display: inline-block;
    vertical-align: middle;
    color: #4cd964;
    font-size: 36px;
    font-weight: 300;
    margin: 0 5px 15px 0;
}

.shop-old-price {
    color: #c7c7c7;
    text-decoration: line-through;
}

.text-center .shop-price {
    margin: 0 5px 15px 5px;
}

.text-right .shop-price {
    margin-right: 0;
    margin-left: 5px;
}

.wishlist-btn {
    display: inline-block;
    vertical-align: middle;
    color: #ff3b30;
    font-size: 14px;
    line-height: 1;
}

    .wishlist-btn:hover,
    .wishlist-btn:focus {
        opacity: 1;
        color: #ff3b30;
    }

.widget {
    width: 100%;
    max-width: 350px;
    margin-bottom: 0px;
}

    .widget > a {
        text-transform: uppercase;
    }

    .widget .form-group {
        margin: 0 -1px 0 -1px;
    }

    .widget .widget-title {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        color: #3a3a3a;
        margin-bottom: 10px;
    }

    .widget .widget-subtitle {
        font-size: 14px;
        font-weight: normal;
        color: #c9c9c9;
        margin-bottom: 16px;
    }

    .widget p {
        margin-bottom: 0;
    }

    .widget.widget-block {
        max-width: 100%;
    }

    .widget.widget-inline {
        display: table;
        max-width: 100%;
        border-top: 1px solid #ff6b00;
        margin-bottom: 0;
        margin-top: 24px;
        padding-top: 24px;
    }

        .widget.widget-inline:first-child {
            border: none;
            margin-top: 0;
        }

        .widget.widget-inline .column-inner,
        .widget.widget-inline .column-outer {
            display: table-cell;
            vertical-align: middle;
            padding: 0 15px;
        }

            .widget.widget-inline .column-inner:first-child,
            .widget.widget-inline .column-outer:first-child {
                padding-left: 0;
            }

        .widget.widget-inline .column-outer {
            padding: 0;
            width: 50%;
        }

            .widget.widget-inline .column-outer:last-child {
                padding-left: 15px;
            }

                .widget.widget-inline .column-outer:last-child .column-inner:last-child {
                    padding-right: 0;
                }

            .widget.widget-inline .column-outer .inner {
                display: table;
                width: 100%;
                vertical-align: middle;
            }

        .widget.widget-inline h1,
        .widget.widget-inline h2,
        .widget.widget-inline h3 {
            margin-bottom: 0;
        }

        .widget.widget-inline .footer-logo {
            margin-bottom: 0;
        }

        .widget.widget-inline .form-input {
            margin-bottom: 10px;
        }

        .widget.widget-inline .form-group {
            margin: 0;
        }

        .widget.widget-inline .widget-title {
            margin-bottom: 0;
        }

@media screen and (max-width: 991px) {
    .widget.widget-inline:first-child {
        padding-top: 0;
    }

    .widget.widget-inline .column-outer:first-child {
        padding-right: 15px;
    }

    .widget.widget-inline .column-inner {
        display: block;
        width: 100%;
        padding: 0;
    }

        .widget.widget-inline .column-inner.text-right {
            text-align: left !important;
        }

    .widget.widget-inline .footer-logo,
    .widget.widget-inline .form-input,
    .widget.widget-inline .widget-title,
    .widget.widget-inline .social-buttons {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 480px) {
    .widget.widget-inline {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

        .widget.widget-inline .column-outer {
            display: block;
            width: 100%;
            padding: 0 !important;
            padding-top: 24px !important;
        }

            .widget.widget-inline .column-outer:first-child {
                padding-top: 0 !important;
            }
}

.widget.widget-photo-stream .photo-grid {
    margin-bottom: 16px;
}

    .widget.widget-photo-stream .photo-grid:before,
    .widget.widget-photo-stream .photo-grid:after {
        content: "";
        display: table;
    }

    .widget.widget-photo-stream .photo-grid:after {
        clear: both;
    }

    .widget.widget-photo-stream .photo-grid a {
        position: relative;
        display: block;
        float: left;
        width: 32.5%;
        max-width: 85px;
        margin: 0 1px 1px 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .widget.widget-photo-stream .photo-grid a:before,
        .widget.widget-photo-stream .photo-grid a:after {
            position: absolute;
            display: block;
            opacity: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .widget.widget-photo-stream .photo-grid a:before {
            z-index: 1;
            content: "";
            width: 100%;
            min-height: 100%;
            top: 0;
            left: 0;
            background-color: #212121;
            border: 4px solid #ccc;
        }

        .widget.widget-photo-stream .photo-grid a:after {
            z-index: 2;
            font-family: 'Pe-icon-7-stroke';
            content: "\e63e";
            font-size: 26px;
            color: #fff;
            line-height: 1;
            width: 100%;
            text-align: center;
            top: 50%;
            left: 0;
            margin-top: -13px;
        }

        .widget.widget-photo-stream .photo-grid a:hover,
        .widget.widget-photo-stream .photo-grid a:focus {
            opacity: 1;
            -webkit-box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
        }

            .widget.widget-photo-stream .photo-grid a:hover:before {
                opacity: .5;
            }

            .widget.widget-photo-stream .photo-grid a:hover:after {
                opacity: 1;
            }

.widget.widget-categories ul {
    padding: 0;
    list-style: none;
}

    .widget.widget-categories ul li {
        position: relative;
        margin-bottom: 5px;
    }

        .widget.widget-categories ul li a {
            padding-right: 40px;
            white-space: normal;
            font-size: 12px;
        }

        .widget.widget-categories ul li span {
            position: absolute;
            right: 0;
            color: #c9c9c9;
        }

        .widget.widget-categories ul li.active a,
        .widget.widget-categories ul li.active a:hover,
        .widget.widget-categories ul li.active a:focus {
            color: #ffc732;
            cursor: default;
            pointer-events: none;
        }

.widget.widget-search .form-input {
    position: relative;
}

    .widget.widget-search .form-input [type=submit] {
        position: absolute;
        left: -10px;
        top: 7px;
        background: none;
        border: none;
        color: #ff6b00;
        font-size: 23px;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .widget.widget-search .form-input [type=submit]:hover {
            opacity: .6;
        }

        .widget.widget-search .form-input [type=submit]:hover,
        .widget.widget-search .form-input [type=submit]:focus {
            outline: none;
        }

    .widget.widget-search .form-input input {
        padding-top: 5px;
        padding-left: 27px;
    }

    .widget.widget-search .form-input label {
        left: 27px;
    }

.widget .w-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .widget .w-item .w-item-thumb,
    .widget .w-item .w-item-content {
        display: table-cell;
        vertical-align: top;
    }

        .widget .w-item .w-item-thumb a {
            display: block;
            position: relative;
            margin: 0;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .widget .w-item .w-item-thumb a:before,
            .widget .w-item .w-item-thumb a:after {
                position: absolute;
                display: block;
                opacity: 0;
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
            }

            .widget .w-item .w-item-thumb a:before {
                z-index: 1;
                content: "";
                width: 100%;
                min-height: 100%;
                top: 0;
                left: 0;
                background-color: #212121;
                border: 4px solid #ccc;
            }

            .widget .w-item .w-item-thumb a:after {
                z-index: 2;
                font-family: 'Pe-icon-7-stroke';
                color: #fff;
                line-height: 1;
                width: 100%;
                text-align: center;
                top: 50%;
                left: 0;
            }

            .widget .w-item .w-item-thumb a:hover:before {
                opacity: .5;
            }

            .widget .w-item .w-item-thumb a:hover:after {
                opacity: 1;
            }

            .widget .w-item .w-item-thumb a:hover,
            .widget .w-item .w-item-thumb a:focus {
                opacity: 1;
                -webkit-box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
                box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
            }

            .widget .w-item .w-item-thumb a .badge {
                display: block;
                position: absolute;
                z-index: 5;
                top: -12px;
                right: -9px;
                font-size: 13px;
                line-height: 24px;
            }

        .widget .w-item .w-item-content p {
            margin: 0;
        }

    .widget .w-item .w-item-title {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
    }

.widget .w-item-price-current,
.widget .w-item-price-discounted {
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
}

.widget .w-item-price-current {
    color: #4cd964;
    font-weight: 600;
    line-height: 2;
}

.widget .w-item-price-discounted {
    color: #c9c9c9;
    text-decoration: line-through;
    line-height: 2;
}

.widget.widget-twitter-feed .w-item-thumb,
.widget.widget-comments .w-item-thumb {
    padding-right: 15px;
}

    .widget.widget-twitter-feed .w-item-thumb i,
    .widget.widget-comments .w-item-thumb i {
        font-size: 30px;
        color: #ff6b00;
        line-height: 1;
    }

    .widget.widget-comments .w-item-thumb i {
        font-size: 26px;
        color: #ff6b00;
        line-height: 1.5;
    }

.widget.widget-comments .w-item-content a {
    color: #3a3a3a;
}

.widget.widget-recent-posts .w-item-thumb {
    padding-top: 2px;
}

    .widget.widget-recent-posts .w-item-thumb a {
        width: 45px;
    }

        .widget.widget-recent-posts .w-item-thumb a:after {
            content: "\e641";
            font-size: 20px;
            margin-top: -10px;
        }

.widget.widget-recent-posts .w-item-content {
    padding-left: 12px;
}

.widget.widget-top-products .w-item-thumb,
.widget.widget-shopping-cart .w-item-thumb {
    width: 78px;
}

    .widget.widget-top-products .w-item-thumb a:after,
    .widget.widget-shopping-cart .w-item-thumb a:after {
        content: "\e63e";
        font-size: 26px;
        margin-top: -13px;
    }

.widget.widget-top-products .w-item-content,
.widget.widget-shopping-cart .w-item-content {
    padding-left: 13px;
}

.widget.widget-shopping-cart .w-item-title {
    padding-right: 25px;
    margin-bottom: 8px;
}

.widget.widget-shopping-cart .w-item-content {
    position: relative;
}

    .widget.widget-shopping-cart .w-item-content .delete {
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
        font-size: 20px;
        line-height: 1;
        color: #ff3b30;
        font-weight: 300;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

        .widget.widget-shopping-cart .w-item-content .delete:hover {
            opacity: .6;
        }

.widget.widget-shopping-cart .w-item-price-current,
.widget.widget-shopping-cart .w-item-price-discounted {
    font-size: 22px;
    font-weight: normal;
}

.widget.widget-shopping-cart .w-item-quantity {
    color: #c9c9c9;
    margin-right: 3px;
}

.widget.widget-shopping-cart .w-footer .w-item-price-current {
    margin-left: 6px;
}

.widget.widget-shopping-cart .w-footer .columns {
    display: table;
    width: 100%;
    margin-top: 10px;
}

    .widget.widget-shopping-cart .w-footer .columns .column {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

        .widget.widget-shopping-cart .w-footer .columns .column:first-child {
            padding-right: 10px;
        }

        .widget.widget-shopping-cart .w-footer .columns .column:last-child {
            padding-left: 10px;
        }

.widget.widget-payment-method .cards {
    display: table;
    width: 100%;
    margin-bottom: 26.4px;
}

    .widget.widget-payment-method .cards .card {
        display: table-cell;
        vertical-align: middle;
        width: 33.33%;
        text-align: center;
        padding: 5px;
    }

        .widget.widget-payment-method .cards .card:first-child {
            text-align: left;
            padding-right: 10px;
            padding-left: 0;
        }

        .widget.widget-payment-method .cards .card:last-child {
            text-align: right;
            padding-left: 10px;
            padding-right: 0;
        }

        .widget.widget-payment-method .cards .card a {
            display: inline-block;
            width: 100%;
            max-width: 50px;
        }

            .widget.widget-payment-method .cards .card a:hover,
            .widget.widget-payment-method .cards .card a:focus {
                opacity: 1;
            }

.widget.widget-links .columns {
    display: table;
    width: 100%;
}

    .widget.widget-links .columns ul {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        padding-left: 20px;
    }

        .widget.widget-links .columns ul:first-child {
            padding-left: 0;
        }

.widget.widget-links ul {
    list-style: none;
    padding: 0;
}

    .widget.widget-links ul li {
        margin-bottom: 12px;
    }

        .widget.widget-links ul li a {
            text-transform: uppercase;
        }

.widget.widget-carousel .inner blockquote {
    margin-bottom: 0;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

    .widget.widget-carousel .inner blockquote p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 2;
    }

    .widget.widget-carousel .inner blockquote footer {
        font-weight: 700;
        text-transform: uppercase;
    }

.widget.widget-carousel .owl-controls {
    width: 100%;
    min-height: 20px;
}

.widget.widget-carousel .owl-nav {
    width: 100%;
    top: 62%;
}

    .widget.widget-carousel .owl-nav .owl-prev,
    .widget.widget-carousel .owl-nav .owl-next {
        position: absolute;
    }

    .widget.widget-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .widget.widget-carousel .owl-nav .owl-next {
        right: 0;
    }

.widget.widget-carousel .owl-dots {
    margin-top: 16px;
}

    .widget.widget-carousel .owl-dots .owl-dot {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    }

.widget.widget-brands .item a:hover,
.widget.widget-brands .item a:focus {
    opacity: 1;
}

.widget.widget-testimonial .item {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.widget.widget-testimonial .bubble {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    background: #fec926;
    background: -moz-linear-gradient(left, #fec423 0%, #fed02a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fec423), color-stop(100%, #fed02a));
    background: -webkit-linear-gradient(left, #fec423 0%, #fed02a 100%);
    background: -o-linear-gradient(left, #fec423 0%, #fed02a 100%);
    background: -ms-linear-gradient(left, #fec423 0%, #fed02a 100%);
    background: linear-gradient(to right, #fec423 0%, #fed02a 100%);
    border-radius: 24px;
    padding: 18px 15px;
    margin-bottom: 18px;
    text-align: justify;
}

    .widget.widget-testimonial .bubble:before {
        display: block;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        bottom: -6px;
        left: 150px;
        border-width: 7px 7px 0;
        border-top-color: #fec926;
    }

    .widget.widget-testimonial .bubble p {
        margin-bottom: 0;
    }

.widget.widget-testimonial p {
    margin-bottom: 24px;
}

.widget.widget-testimonial .author {
    text-align: left;
    font-weight: 700;
    color: #0028a1;
    font-size: 12px;
}

    .widget.widget-testimonial .author .avatar {
        display: inline-block;
        vertical-align: middle;
        max-width: 48px;
        border-radius: 50%;
        margin-right: 6px;
    }

        .widget.widget-testimonial .author .avatar span {
            font-size: 12px;
        }

.widget.widget-testimonial.widget-testimonial-alt {
    text-align: justify;
}

    .widget.widget-testimonial.widget-testimonial-alt .author {
        text-align: center;
    }

        .widget.widget-testimonial.widget-testimonial-alt .author .avatar {
            display: block;
            margin: 0 auto 10px auto;
        }

.widget.dark-skin {
    color: #ffffff;
}

    .widget.dark-skin .logo {
        color: #ffffff;
    }

    .widget.dark-skin .widget-title {
        color: #ff6b00;
    }

.filter-btns {
    margin-bottom: 16px;
}

    .filter-btns .btn {
        margin: 0 5px 10px 0;
    }

.widgets-row {
    position: relative;
    width: 100%;
    margin-bottom: 48px;
}

    .widgets-row:before,
    .widgets-row:after {
        content: "";
        display: table;
    }

    .widgets-row:after {
        clear: both;
    }

    .widgets-row .widgets-col {
        float: left;
        padding: 5px 22px;
    }

        .widgets-row .widgets-col:before {
            display: block;
            position: absolute;
            content: "";
            width: 1px;
            min-height: 100%;
            top: 0;
            background-color: #ff6b00;
        }

        .widgets-row .widgets-col:first-child {
            padding-left: 0;
        }

            .widgets-row .widgets-col:first-child:before {
                display: none;
            }

        .widgets-row .widgets-col:last-child {
            padding-right: 0;
        }

    .widgets-row.widgets-row-4cols .widgets-col {
        width: 26%;
    }

        .widgets-row.widgets-row-4cols .widgets-col:first-child,
        .widgets-row.widgets-row-4cols .widgets-col:last-child {
            width: 24%;
        }

        .widgets-row.widgets-row-4cols .widgets-col.col-2:before {
            left: 24%;
        }

        .widgets-row.widgets-row-4cols .widgets-col.col-3:before {
            left: 50%;
        }

        .widgets-row.widgets-row-4cols .widgets-col.col-4:before {
            left: 76%;
        }

    .widgets-row.widgets-row-3cols .widgets-col {
        width: 34%;
    }

        .widgets-row.widgets-row-3cols .widgets-col:first-child,
        .widgets-row.widgets-row-3cols .widgets-col:last-child {
            width: 33%;
        }

        .widgets-row.widgets-row-3cols .widgets-col.col-2:before {
            left: 33%;
        }

        .widgets-row.widgets-row-3cols .widgets-col.col-3:before {
            left: 67%;
        }

    .widgets-row.widgets-row-2cols .widgets-col {
        width: 50%;
    }

        .widgets-row.widgets-row-2cols .widgets-col.col-2:before {
            left: 50%;
        }

    .widgets-row .widget {
        margin-bottom: 0;
        margin-top: 10px;
    }

@media screen and (max-width: 991px) {
    .widgets-row.widgets-row-4cols .widgets-col,
    .widgets-row.widgets-row-3cols .widgets-col,
    .widgets-row.widgets-row-2cols .widgets-col {
        width: 50% !important;
    }

        .widgets-row.widgets-row-4cols .widgets-col.col-3,
        .widgets-row.widgets-row-3cols .widgets-col.col-3,
        .widgets-row.widgets-row-2cols .widgets-col.col-3 {
            padding-left: 0;
            clear: both;
        }

        .widgets-row.widgets-row-4cols .widgets-col.col-2:before,
        .widgets-row.widgets-row-3cols .widgets-col.col-2:before,
        .widgets-row.widgets-row-2cols .widgets-col.col-2:before,
        .widgets-row.widgets-row-4cols .widgets-col.col-4:before,
        .widgets-row.widgets-row-3cols .widgets-col.col-4:before,
        .widgets-row.widgets-row-2cols .widgets-col.col-4:before {
            display: none;
        }

        .widgets-row.widgets-row-4cols .widgets-col.col-1 .widget,
        .widgets-row.widgets-row-3cols .widgets-col.col-1 .widget,
        .widgets-row.widgets-row-2cols .widgets-col.col-1 .widget,
        .widgets-row.widgets-row-4cols .widgets-col.col-2 .widget,
        .widgets-row.widgets-row-3cols .widgets-col.col-2 .widget,
        .widgets-row.widgets-row-2cols .widgets-col.col-2 .widget {
            margin-bottom: 36px;
        }

        .widgets-row.widgets-row-3cols .widgets-col.col-3 {
            padding-right: 22px;
        }

            .widgets-row.widgets-row-3cols .widgets-col.col-3:before {
                left: 50%;
            }

        .widgets-row.widgets-row-2cols .widgets-col.col-2:before {
            display: block;
        }
}

@media screen and (max-width: 480px) {
    .widgets-row.widgets-row-4cols,
    .widgets-row.widgets-row-3cols,
    .widgets-row.widgets-row-2cols {
        margin-bottom: 0;
    }

        .widgets-row.widgets-row-4cols .widgets-col,
        .widgets-row.widgets-row-3cols .widgets-col,
        .widgets-row.widgets-row-2cols .widgets-col {
            width: 100% !important;
            padding: 0 !important;
        }

            .widgets-row.widgets-row-4cols .widgets-col:before,
            .widgets-row.widgets-row-3cols .widgets-col:before,
            .widgets-row.widgets-row-2cols .widgets-col:before {
                display: none;
            }

        .widgets-row.widgets-row-4cols .widget,
        .widgets-row.widgets-row-3cols .widget,
        .widgets-row.widgets-row-2cols .widget {
            margin: 0 auto 36px auto;
        }

        .widgets-row.widgets-row-2cols .widgets-col.col-2:before {
            display: none;
        }
}

.text-light.widget.widget-testimonial .author,
.text-light .widget.widget-testimonial .author {
    color: #fff;
}

.tile {
    max-width: 400px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 0px 0;
    -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}

    .tile .tile-title {
        color: #ff6b00;
    }

        .tile .tile-title h2,
        .tile .tile-title h3,
        .tile .tile-title h4,
        .tile .tile-title h5,
        .tile .tile-title h6 {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .tile .tile-title:hover h2,
        .tile .tile-title:hover h3,
        .tile .tile-title:hover h4,
        .tile .tile-title:hover h5,
        .tile .tile-title:hover h6 {
            opacity: .6 !important;
        }

    .tile .tile-title-alt {
        color: #ff6b00;
    }

        .tile .tile-title-alt h2,
        .tile .tile-title-alt h3,
        .tile .tile-title-alt h4,
        .tile .tile-title-alt h5,
        .tile .tile-title-alt h6 {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            margin: 0 auto;
        }

        .tile .tile-title-alt:hover h2,
        .tile .tile-title-alt:hover h3,
        .tile .tile-title-alt:hover h4,
        .tile .tile-title-alt:hover h5,
        .tile .tile-title-alt:hover h6 {
            opacity: .6 !important;
        }

    .tile .post-counters {
        text-align: center;
        margin-bottom: 12px;
    }

    .tile .wishlist-btn {
        display: block;
        position: absolute;
        z-index: 2;
        top: 12px;
        right: 24px;
    }

        .tile .wishlist-btn i {
            color: #fff;
        }

    .tile .content-slider {
        -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    }

    .tile .tile-thumb {
        display: block;
        position: relative;
    }

        .tile .tile-thumb .img-cont {
            overflow: hidden;
            width: 100%;
            height: 100%;
            position: relative;
            margin: 0;
            padding: 0;
        }

        .tile .tile-thumb .image {
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            -webkit-transition: all 3s !important;
            -o-transition: all 3s !important;
            transition: all 3s !important;
        }

        .tile .tile-thumb img {
            width: 100%;
        }

        .tile .tile-thumb .post-counters {
            position: absolute;
            width: 100%;
            text-align: center;
            z-index: 2;
            left: 0;
            bottom: 22px;
            margin-bottom: 0;
            opacity: 0;
            -webkit-transform: translate(0, 15px);
            -ms-transform: translate(0, 15px);
            -o-transform: translate(0, 15px);
            transform: translate(0, 15px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .tile .tile-thumb .post-counters a {
                color: #fff;
            }

                .tile .tile-thumb .post-counters a i {
                    padding: 0 5px;
                }

        .tile .tile-thumb .overlay {
            display: block;
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
        }

            .tile .tile-thumb .overlay span {
                display: block;
                position: absolute;
                color: #fff;
                font-size: 24px;
                line-height: 1;
                top: 5px;
                right: 12px;
                -webkit-transform: translate(0, -30px);
                -ms-transform: translate(0, -30px);
                -o-transform: translate(0, -30px);
                transform: translate(0, -30px);
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .tile .tile-thumb .overlay .btns {
                position: absolute;
                width: 100%;
                text-align: center;
                top: 50%;
                left: 0;
                margin-top: -24px;
            }

                .tile .tile-thumb .overlay .btns a {
                    display: inline-block;
                    width: 48px;
                    height: 48px;
                    line-height: 44px;
                    font-size: 24px;
                    border-radius: 3px;
                    border: 1px solid #fff;
                    color: #fff !important;
                    background-color: transparent;
                    margin: 0 4px;
                    opacity: .8;
                    -webkit-transform: translate(-20px, 0);
                    -ms-transform: translate(-20px, 0);
                    -o-transform: translate(-20px, 0);
                    transform: translate(-20px, 0);
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .tile .tile-thumb .overlay .btns a:last-child {
                        -webkit-transform: translate(20px, 0);
                        -ms-transform: translate(20px, 0);
                        -o-transform: translate(20px, 0);
                        transform: translate(20px, 0);
                    }

                    .tile .tile-thumb .overlay .btns a:hover,
                    .tile .tile-thumb .overlay .btns a:focus {
                        opacity: 1;
                    }

            .tile .tile-thumb .overlay .inner-wrap {
                position: absolute;
                display: table;
                width: 100%;
                height: 180px;
                color: #fff;
                left: 0;
                top: 50%;
                margin-top: -90px;
            }

            .tile .tile-thumb .overlay .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding-bottom: 32px;
            }

                .tile .tile-thumb .overlay .inner .btns {
                    position: relative;
                    top: 0;
                    margin: 0 0 22px 0;
                }

                .tile .tile-thumb .overlay .inner .post-counters {
                    bottom: 10px;
                }

        .tile .tile-thumb img {
            display: block;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: all 3s !important;
            -o-transition: all 3s !important;
            transition: all 3s !important;
        }

        .tile .tile-thumb .tags {
            position: absolute;
            width: auto;
            z-index: 2;
            top: 12px;
            left: 0;
            right: 0;
        }

            .tile .tile-thumb .tags .tag {
                opacity: 0;
                -webkit-transform: translate(0, 400%);
                -ms-transform: translate(0, 400%);
                -o-transform: translate(0, 400%);
                transform: translate(0, 400%);
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

        .tile .tile-thumb .tile-rating {
            position: absolute;
            width: 100%;
            z-index: 2;
            left: 0;
            bottom: 24px;
            opacity: 0;
            -webkit-transform: translate(0, 15px);
            -ms-transform: translate(0, 15px);
            -o-transform: translate(0, 15px);
            transform: translate(0, 15px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .tile .tile-thumb .tile-rating .rating {
                display: table;
                margin: auto;
            }

                .tile .tile-thumb .tile-rating .rating span,
                .tile .tile-thumb .tile-rating .rating span.star {
                    color: rgba(255, 255, 255, 0.6);
                }

                    .tile .tile-thumb .tile-rating .rating span.active,
                    .tile .tile-thumb .tile-rating .rating span.star.active {
                        color: #fff;
                    }

        .tile .tile-thumb .badge {
            position: absolute;
            z-index: 2;
            top: 12px;
            left: 24px;
            line-height: 24px;
            font-size: 13px;
        }

        .tile .tile-thumb .wishlist-btn {
            color: #ff3b30 !important;
            opacity: 0;
            -webkit-transform: translate(0, -12px);
            -ms-transform: translate(0, -12px);
            -o-transform: translate(0, -12px);
            transform: translate(0, -12px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .tile .tile-thumb:hover .overlay {
            opacity: 1;
        }

            .tile .tile-thumb:hover .overlay span,
            .tile .tile-thumb:hover .overlay .btns a {
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
            }

        .tile .tile-thumb:hover .tag {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            -webkit-transition-delay: .2s;
            /* Safari */
            transition-delay: .2s;
        }

            .tile .tile-thumb:hover .tag:first-child {
                -webkit-transition-delay: .1s;
                /* Safari */
                transition-delay: .1s;
            }

            .tile .tile-thumb:hover .tag:last-child {
                -webkit-transition-delay: .3s;
                /* Safari */
                transition-delay: .3s;
            }

        .tile .tile-thumb:hover .img-cont img,
        .tile .tile-thumb:hover .img-cont .image {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .tile .tile-thumb:hover .post-counters,
        .tile .tile-thumb:hover .tile-rating,
        .tile .tile-thumb:hover .wishlist-btn {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .tile .tile-body {
        text-align: left;
        padding: 22px;
        max-width: 600px;
        margin: 0 auto;
        border: none;
    }

        .tile .tile-body p {
            font-size: 13px;
            color: #c7c7c7;
            line-height: 1.7;
            margin-bottom: 0;
        }

        .tile .tile-body .shop-price,
        .tile .tile-body .shop-old-price {
            font-size: 24px;
            font-weight: normal;
            margin: 0 4px 15px 4px;
        }

        .tile .tile-body .shop-old-price {
            font-weight: 300;
        }

        .tile .tile-body .btn {
            margin: 0;
        }

        .tile .tile-body .rating {
            margin-bottom: 10px;
        }

    .tile .tile-footer {
        text-align: center;
        padding: 8px 10px 22px 10px;
    }

    .tile.tile-horizontal {
        width: 100%;
        max-width: 100%;
    }

        .tile.tile-horizontal:before,
        .tile.tile-horizontal:after {
            content: " ";
            display: table;
        }

        .tile.tile-horizontal:after {
            clear: both;
        }

        .tile.tile-horizontal .tile-thumb,
        .tile.tile-horizontal .tile-content {
            float: left;
        }

        .tile.tile-horizontal .tile-thumb {
            position: relative;
            width: 33%;
            min-width: 200px;
            max-width: 400px;
        }

        .tile.tile-horizontal .tile-content {
            position: relative;
            width: 67%;
            padding: 0 30px;
        }

            .tile.tile-horizontal .tile-content .tile-body,
            .tile.tile-horizontal .tile-content .tile-footer {
                text-align: left;
                padding-left: 0;
                padding-right: 0;
                margin-left: 0;
            }

            .tile.tile-horizontal .tile-content .tile-body {
                padding-bottom: 18px;
            }

                .tile.tile-horizontal .tile-content .tile-body .btn {
                    margin: 0 15px 0 0;
                }

                .tile.tile-horizontal .tile-content .tile-body .shop-price,
                .tile.tile-horizontal .tile-content .tile-body .shop-old-price {
                    margin: 0;
                }

@media screen and (max-width: 700px) {
    .tile.tile-horizontal {
        max-width: 400px;
    }

        .tile.tile-horizontal .tile-thumb,
        .tile.tile-horizontal .tile-content {
            float: none;
            width: 100%;
        }

        .tile.tile-horizontal .tile-content {
            padding: 0;
        }

            .tile.tile-horizontal .tile-content .tile-body,
            .tile.tile-horizontal .tile-content .tile-footer {
                text-align: center;
            }

            .tile.tile-horizontal .tile-content .tile-body {
                padding: 22px;
            }

                .tile.tile-horizontal .tile-content .tile-body .rating {
                    display: table;
                    margin-left: auto;
                    margin-right: auto;
                }

                .tile.tile-horizontal .tile-content .tile-body .btn {
                    display: table;
                    margin: 24px auto 15px auto;
                }

            .tile.tile-horizontal .tile-content .tile-footer {
                padding: 8px 10px 22px 10px;
            }
}

.tile.tile-block {
    max-width: 100%;
}

.tile.dark-skin {
    -webkit-box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.7);
}

    .tile.dark-skin .tile,
    .tile.dark-skin.tile {
        background: #0028a1;
        padding: 15px;
        color: #fff;
    }

        .tile.dark-skin .tile .tile-title,
        .tile.dark-skin.tile .tile-title {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .tile.dark-skin .tile .tile-title h2,
            .tile.dark-skin.tile .tile-title h2,
            .tile.dark-skin .tile .tile-title h3,
            .tile.dark-skin.tile .tile-title h3,
            .tile.dark-skin .tile .tile-title h4,
            .tile.dark-skin.tile .tile-title h4,
            .tile.dark-skin .tile .tile-title h5,
            .tile.dark-skin.tile .tile-title h5,
            .tile.dark-skin .tile .tile-title h6,
            .tile.dark-skin.tile .tile-title h6 {
                opacity: 1;
                -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .tile.dark-skin .tile .tile-title:hover h2,
            .tile.dark-skin.tile .tile-title:hover h2,
            .tile.dark-skin .tile .tile-title:hover h3,
            .tile.dark-skin.tile .tile-title:hover h3,
            .tile.dark-skin .tile .tile-title:hover h4,
            .tile.dark-skin.tile .tile-title:hover h4,
            .tile.dark-skin .tile .tile-title:hover h5,
            .tile.dark-skin.tile .tile-title:hover h5,
            .tile.dark-skin .tile .tile-title:hover h6,
            .tile.dark-skin.tile .tile-title:hover h6 {
                opacity: .6 !important;
            }

        .tile.dark-skin .tile .tile-body,
        .tile.dark-skin.tile .tile-body {
            color: #fff;
        }

.masonry-grid-type-2 .tile,
.isotope-grid.isotope-nogap .tile,
.masonry-grid-type-2 .tile-thumb,
.isotope-grid.isotope-nogap .tile-thumb {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.masonry-grid-type-2 .tile-thumb,
.isotope-grid.isotope-nogap .tile-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.isotope-grid.isotope-nogap .tile-thumb {
    min-height: 180px;
}

.container .isotope-grid.isotope-nogap .tile,
.container .isotope-grid.isotope-nogap .tile-thumb {
    position: relative;
    top: auto;
    left: auto;
}

.isotope-grid .tile-body p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.isotope-grid .tile-horizontal .tile-body p {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.banner-holder {
    position: relative;
}

.banner-tile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .banner-tile .image,
    .banner-tile:before {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .banner-tile .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    .banner-tile:before {
        z-index: 1;
        content: "";
        background-color: #000000;
        opacity: 0.5;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    .banner-tile .banner-title {
        position: absolute;
        display: table;
        z-index: 2;
        width: 100%;
        height: 170px;
        padding: 0 15px;
        color: #ffffff;
        text-align: center;
        overflow: hidden;
        top: 50%;
        left: 0;
        margin-top: -85px;
    }

        .banner-tile .banner-title .inner {
            display: table-cell;
            vertical-align: middle;
        }

        .banner-tile .banner-title p {
            margin-bottom: 0;
        }

    .banner-tile:hover .image {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .banner-tile:hover:before {
        opacity: 0.8;
    }

    .banner-tile:hover,
    .banner-tile:focus {
        opacity: 1;
    }

.grid {
    position: relative;
}

    .grid.grid-no-gap {
        width: 100%;
    }

        .grid.grid-no-gap:before,
        .grid.grid-no-gap:after {
            content: " ";
            display: table;
        }

        .grid.grid-no-gap:after {
            clear: both;
        }

        .grid.grid-no-gap .grid-item {
            float: left;
        }

        .grid.grid-no-gap.cols-5 .grid-item {
            width: 20%;
        }

        .grid.grid-no-gap.cols-4 .grid-item {
            width: 25%;
        }

        .grid.grid-no-gap.cols-3 .grid-item {
            width: 33.33333333%;
        }

        .grid.grid-no-gap.cols-2 .grid-item {
            width: 50%;
        }

        .grid.grid-no-gap.cols-1 .grid-item {
            width: 100%;
        }

@media screen and (max-width: 1200px) {
    .grid.grid-no-gap.cols-5 .grid-item {
        width: 25%;
    }

    .grid.grid-no-gap.cols-4 .grid-item {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 991px) {
    .grid.grid-no-gap.cols-5 .grid-item {
        width: 33.33333333%;
    }

    .grid.grid-no-gap.cols-3 .grid-item {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .grid.grid-no-gap.cols-5 .grid-item,
    .grid.grid-no-gap.cols-4 .grid-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .grid.grid-no-gap.cols-5 .grid-item,
    .grid.grid-no-gap.cols-4 .grid-item,
    .grid.grid-no-gap.cols-3 .grid-item,
    .grid.grid-no-gap.cols-2 .grid-item {
        width: 100%;
    }
}

.grid.grid-no-gap.grid-bordered .grid-item {
    border-right: 1px solid #ff6b00;
    border-top: 1px solid #ff6b00;
    padding: 24px 15px;
}

.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(5n) {
    border-right: none;
}

.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(1),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(2),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(3),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(4),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(5) {
    border-top: none;
}

@media screen and (max-width: 1200px) {
    .grid.grid-no-gap.grid-bordered.cols-5 .grid-item {
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    .grid.grid-no-gap.grid-bordered.cols-5 .grid-item {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .grid.grid-no-gap.grid-bordered.cols-5 .grid-item {
        width: 50%;
        border-right: none;
    }

        .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(3),
        .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(4),
        .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(5) {
            border-top: 1px solid #ff6b00;
        }

        .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(odd) {
            border-right: 1px solid #ff6b00;
        }
}

.grid.grid-no-gap.grid-bordered.cols-5 .grid-item .client-box .thumb {
    max-width: 150px;
    opacity: .65;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .grid.grid-no-gap.grid-bordered.cols-5 .grid-item .client-box .thumb:hover {
        opacity: 1;
    }

.grid.grid-no-gap.equal-height {
    display: table;
}

    .grid.grid-no-gap.equal-height .grid-item {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

@media screen and (max-width: 1200px) {
    .grid.grid-no-gap.equal-height.cols-4 .grid-item {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .grid.grid-no-gap.equal-height.cols-4 .grid-item {
        width: 25%;
    }

    .grid.grid-no-gap.equal-height.cols-3 .grid-item {
        width: 33.33333333%;
    }

    .grid.grid-no-gap.equal-height.cols-2 .grid-item {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .grid.grid-no-gap.equal-height.cols-4 .grid-item,
    .grid.grid-no-gap.equal-height.cols-3 .grid-item,
    .grid.grid-no-gap.equal-height.cols-2 .grid-item {
        display: block;
        width: 100%;
    }
}

.grid .tile {
    max-width: 100%;
    margin-bottom: 0;
}

.grid.isotope-grid {
    overflow: hidden;
}

    .grid.isotope-grid:after {
        content: '';
        display: block;
        clear: both;
    }

    .grid.isotope-grid .gutter-sizer {
        width: 2.5%;
    }

@media screen and (max-width: 768px) {
    .grid.isotope-grid .gutter-sizer {
        width: 3.5%;
    }
}

.grid.isotope-grid .grid-item {
    float: left;
    margin-bottom: 2.8%;
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid .grid-item {
        margin-bottom: 3.5%;
    }
}

@media screen and (max-width: 500px) {
    .grid.isotope-grid .grid-item {
        margin-bottom: 5%;
    }
}

.grid.isotope-grid.cols-1 .gutter-sizer {
    width: 0px;
}

.grid.isotope-grid.cols-1 .grid-sizer,
.grid.isotope-grid.cols-1 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 35px;
}

@media screen and (max-width: 700px) {
    .grid.isotope-grid .tile-horizontal {
        max-width: 400px;
    }
}

.grid.isotope-grid.cols-2 .grid-sizer,
.grid.isotope-grid.cols-2 .grid-item {
    width: 48.75%;
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid.cols-2 .grid-sizer,
    .grid.isotope-grid.cols-2 .grid-item {
        width: 48.25%;
    }
}

@media screen and (max-width: 600px) {
    .grid.isotope-grid.cols-2 .grid-sizer,
    .grid.isotope-grid.cols-2 .grid-item {
        float: none;
        width: 100%;
    }
}

.grid.isotope-grid.cols-3 .grid-sizer,
.grid.isotope-grid.cols-3 .grid-item {
    width: 31.66666667%;
}

@media screen and (max-width: 991px) {
    .grid.isotope-grid.cols-3 .grid-sizer,
    .grid.isotope-grid.cols-3 .grid-item {
        width: 48.75%;
    }
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid.cols-3 .grid-sizer,
    .grid.isotope-grid.cols-3 .grid-item {
        width: 48.25%;
    }
}

@media screen and (max-width: 520px) {
    .grid.isotope-grid.cols-3 .grid-sizer,
    .grid.isotope-grid.cols-3 .grid-item {
        float: none;
        width: 100%;
    }
}

.grid.isotope-grid.cols-4 .grid-sizer,
.grid.isotope-grid.cols-4 .grid-item {
    width: 23.125%;
}

@media screen and (max-width: 991px) {
    .grid.isotope-grid.cols-4 .grid-sizer,
    .grid.isotope-grid.cols-4 .grid-item {
        width: 48.75%;
    }
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid.cols-4 .grid-sizer,
    .grid.isotope-grid.cols-4 .grid-item {
        width: 48.25%;
    }
}

@media screen and (max-width: 520px) {
    .grid.isotope-grid.cols-4 .grid-sizer,
    .grid.isotope-grid.cols-4 .grid-item {
        float: none;
        width: 100%;
    }
}

.grid.masonry-grid-type-1 {
    overflow: hidden;
}

    .grid.masonry-grid-type-1:after {
        content: '';
        display: block;
        clear: both;
    }

    .grid.masonry-grid-type-1 .gutter-sizer {
        width: 2.5%;
    }

    .grid.masonry-grid-type-1 .grid-sizer,
    .grid.masonry-grid-type-1 .grid-item {
        width: 31.6%;
    }

    .grid.masonry-grid-type-1 .grid-item {
        float: left;
        margin-bottom: 2.8%;
    }

        .grid.masonry-grid-type-1 .grid-item.w2 {
            width: 65.3%;
        }

@media screen and (max-width: 768px) {
    .grid.masonry-grid-type-1 .grid-sizer,
    .grid.masonry-grid-type-1 .grid-item {
        width: 48.5%;
        margin-bottom: 3%;
    }

        .grid.masonry-grid-type-1 .grid-item.w2 {
            width: 100%;
        }

    .grid.masonry-grid-type-1 .gutter-sizer {
        width: 3%;
    }
}

@media screen and (max-width: 500px) {
    .grid.masonry-grid-type-1 .grid-sizer,
    .grid.masonry-grid-type-1 .grid-item,
    .grid.masonry-grid-type-1 .grid-item.w2 {
        width: 100%;
        margin-bottom: 5%;
    }

    .grid.masonry-grid-type-1 .gutter-sizer {
        width: 0px;
    }
}

.grid.masonry-grid-type-2 {
    overflow: hidden;
}

    .grid.masonry-grid-type-2:after {
        content: '';
        display: block;
        clear: both;
    }

    .grid.masonry-grid-type-2 .gutter-sizer {
        width: 2.5%;
    }

    .grid.masonry-grid-type-2 .grid-sizer,
    .grid.masonry-grid-type-2 .grid-item {
        width: 23.125%;
    }

    .grid.masonry-grid-type-2 .grid-item {
        float: left;
        overflow: hidden;
        height: 268px;
        margin-bottom: 30px;
    }

        .grid.masonry-grid-type-2 .grid-item.w2 {
            width: 48.75%;
        }

        .grid.masonry-grid-type-2 .grid-item.h2 {
            font-size: inherit;
            font-weight: normal;
            margin-left: 0;
            height: 566px;
        }

@media screen and (max-width: 1200px) {
    .grid.masonry-grid-type-2 .grid-item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .grid.masonry-grid-type-2 .grid-item {
        height: 180px;
        margin-bottom: 18px;
    }

        .grid.masonry-grid-type-2 .grid-item.h2 {
            height: 378px;
        }
}

@media screen and (max-width: 768px) {
    .grid.masonry-grid-type-2 .grid-sizer,
    .grid.masonry-grid-type-2 .grid-item {
        width: 48.5%;
        height: 220px;
        margin-bottom: 3%;
    }

        .grid.masonry-grid-type-2 .grid-sizer.h2,
        .grid.masonry-grid-type-2 .grid-item.h2 {
            height: 400px;
        }

        .grid.masonry-grid-type-2 .grid-item.w2 {
            width: 100%;
        }

    .grid.masonry-grid-type-2 .gutter-sizer {
        width: 3%;
    }
}

@media screen and (max-width: 500px) {
    .grid.masonry-grid-type-2 .grid-sizer,
    .grid.masonry-grid-type-2 .grid-item,
    .grid.masonry-grid-type-2 .grid-item.w2 {
        width: 100%;
        margin-bottom: 5%;
    }

        .grid.masonry-grid-type-2 .grid-item.h2 {
            height: 350px;
        }

    .grid.masonry-grid-type-2 .gutter-sizer {
        width: 0px;
    }
}

.grid.isotope-grid.isotope-nogap .gutter-sizer {
    width: 0px;
}

.grid.isotope-grid.isotope-nogap .grid-item {
    position: relative;
    height: 500px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .grid.isotope-grid.isotope-nogap .grid-item {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid.isotope-nogap .grid-item {
        height: 280px;
    }
}

.grid.isotope-grid.isotope-nogap .grid-sizer,
.grid.isotope-grid.isotope-nogap .grid-item {
    width: 25%;
}

.grid.isotope-grid.isotope-nogap .col-1 {
    width: 100%;
}

.grid.isotope-grid.isotope-nogap .col-2 {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .grid.isotope-grid.isotope-nogap .col-2 {
        width: 100%;
    }
}

.grid.isotope-grid.isotope-nogap .col-3 {
    width: 33.33333333%;
    height: 450px;
}

@media screen and (max-width: 1200px) {
    .grid.isotope-grid.isotope-nogap .col-3 {
        height: 380px;
    }
}

@media screen and (max-width: 991px) {
    .grid.isotope-grid.isotope-nogap .col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid.isotope-nogap .col-3 {
        height: 280px;
    }
}

@media screen and (max-width: 500px) {
    .grid.isotope-grid.isotope-nogap .col-3 {
        width: 100%;
    }
}

.grid.isotope-grid.isotope-nogap .col-4 {
    width: 25%;
    height: 400px;
}

@media screen and (max-width: 1200px) {
    .grid.isotope-grid.isotope-nogap .col-4 {
        height: 320px;
    }
}

@media screen and (max-width: 991px) {
    .grid.isotope-grid.isotope-nogap .col-4 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .grid.isotope-grid.isotope-nogap .col-4 {
        height: 280px;
    }
}

@media screen and (max-width: 500px) {
    .grid.isotope-grid.isotope-nogap .col-4 {
        width: 100%;
    }
}

.container .grid.isotope-grid.isotope-nogap .grid-item {
    height: auto;
}

.content-box {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

    .content-box.shadow {
        -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    }

    .content-box .icon,
    .content-box .thumb,
    .content-box .thumb-small {
        margin-bottom: 2px;
    }

    .content-box .thumb,
    .content-box .thumb-small {
        display: inline-block;
    }

        .content-box .thumb:hover,
        .content-box .thumb-small:hover,
        .content-box .thumb:focus,
        .content-box .thumb-small:focus {
            opacity: 1 !important;
        }

        .content-box .thumb img,
        .content-box .thumb-small img {
            display: block;
        }

    .content-box .content-box-title {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0px;
    }

        .content-box .content-box-title .icon {
            margin-bottom: 14.11764706px;
        }

    .content-box p {
        margin-bottom: 0;
    }

    .content-box .badge {
        position: absolute;
        top: 190px;
        left: 10%;
        margin-left: -35px;
    }

    .content-box .social-buttons {
        margin-top: 24px;
        margin-bottom: 7.5px;
    }

    .content-box .content-box-title + .social-buttons {
        margin-top: -5px;
    }

    .content-box.content-box-horizontal {
        display: table;
    }

        .content-box.content-box-horizontal .icon {
            margin: 0;
        }

        .content-box.content-box-horizontal .icon-cell,
        .content-box.content-box-horizontal .thumb-cell,
        .content-box.content-box-horizontal .content-cell,
        .content-box.content-box-horizontal .action-cell {
            display: table-cell;
            vertical-align: top;
        }

        .content-box.content-box-horizontal.icon-va-middle .icon-cell,
        .content-box.content-box-horizontal.icon-va-middle .thumb-cell {
            vertical-align: middle;
        }

        .content-box.content-box-horizontal.icon-va-middle .content-cell {
            padding-top: 0;
        }

        .content-box.content-box-horizontal.text-left .icon-cell,
        .content-box.content-box-horizontal.text-left .content-cell {
            padding-right: 0px;
        }

        .content-box.content-box-horizontal.text-left .action-cell {
            padding-left: 20px;
        }

        .content-box.content-box-horizontal.text-left .thumb-cell {
            padding-right: 10px;
        }

        .content-box.content-box-horizontal.text-right .icon-cell,
        .content-box.content-box-horizontal.text-right .content-cell {
            padding-left: 20px;
        }

        .content-box.content-box-horizontal.text-right .action-cell {
            padding-right: 20px;
        }

        .content-box.content-box-horizontal.text-right .thumb-cell {
            padding-left: 30px;
        }

    .content-box.client-box {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
        box-shadow: none;
    }

        .content-box.client-box .thumb {
            max-width: 180px;
        }

        .content-box.client-box .thumb-small {
            max-width: 65px;
        }

        .content-box.client-box.just-thumb {
            margin-bottom: 6px;
        }

.text-light .content-box-title {
    font-weight: 300;
}

.content-box-alt {
    padding: 16px 20px;
    background-color: #4d4d4d;
    margin-bottom: 31px;
}

@media screen and (max-width: 480px) {
    .content-box-alt {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.content-box-alt .content-box {
    margin-top: -36px;
    margin-bottom: -36px;
    padding: 17px 0;
}

    .content-box-alt .content-box.content-box-horizontal .icon-cell,
    .content-box-alt .content-box.content-box-horizontal .thumb-cell,
    .content-box-alt .content-box.content-box-horizontal .content-cell,
    .content-box-alt .content-box.content-box-horizontal .action-cell {
        vertical-align: middle;
    }

@media screen and (max-width: 768px) {
    .content-box-alt .container {
        padding: 0;
    }

    .content-box-alt .content-box {
        margin: 0;
        padding: 0;
    }

    .content-box-alt .content-box-horizontal .icon-cell,
    .content-box-alt .content-box-horizontal .thumb-cell,
    .content-box-alt .content-box-horizontal .content-cell,
    .content-box-alt .content-box-horizontal .action-cell {
        display: block;
        padding: 0 !important;
        text-align: center !important;
    }

    .content-box-alt .content-box-horizontal .content-cell {
        margin: 20px 0;
    }
}

.content-box-alt.content-box-fw {
    padding-left: 0;
    padding-right: 0;
}

    .content-box-alt.content-box-fw .content-box {
        box-shadow: none;
    }

.content-box-alt.content-box-alt-horizontal {
    display: table;
    width: 100%;
}

    .content-box-alt.content-box-alt-horizontal .icon-cell,
    .content-box-alt.content-box-alt-horizontal .content-cell,
    .content-box-alt.content-box-alt-horizontal .action-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .content-box-alt.content-box-alt-horizontal .icon-cell {
        width: 20%;
    }

    .content-box-alt.content-box-alt-horizontal .content-cell {
        width: 55%;
        padding: 0 30px;
    }

    .content-box-alt.content-box-alt-horizontal .action-cell {
        width: 25%;
    }

@media screen and (max-width: 768px) {
    .content-box-alt.content-box-alt-horizontal .icon-cell,
    .content-box-alt.content-box-alt-horizontal .content-cell,
    .content-box-alt.content-box-alt-horizontal .action-cell {
        display: block;
        width: 100%;
    }

    .content-box-alt.content-box-alt-horizontal .content-cell {
        padding: 20px 0 5px 0;
    }
}

.body-alt .content-box-alt {
    background-color: #ffffff;
}

.section-fw {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0px 12px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 12px -2px rgba(0, 0, 0, 0.4);
}

    .section-fw.dark-skin {
        -webkit-box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    .section-fw.no-shadow {
        box-shadow: none;
    }

    .section-fw.section-css-parallax {
        background-attachment: fixed;
    }

@media screen and (max-width: 768px) {
    .section-fw.section-css-parallax {
        background-attachment: scroll;
    }
}

.section-fw.section-video-bg {
    position: relative;
    overflow: hidden;
}

    .section-fw.section-video-bg video {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-attachment: fixed;
    }

    .section-fw.section-video-bg:before {
        display: block;
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0.5;
    }

    .section-fw.section-video-bg .img-placeholder {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media screen and (max-width: 991px) {
    .section-fw.section-video-bg video {
        display: none;
    }

    .section-fw.section-video-bg .img-placeholder {
        display: block;
    }
}

.section-fw .container,
.section-fw .widget,
.section-fw .row,
.section-fw .content-box,
.section-fw blockquote {
    position: relative;
    z-index: 2;
}

.section-fw .rating {
    margin-top: 10px;
}

.section-fw .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.7;
}

    .section-fw .overlay.overlay-light {
        background-color: #ffffff;
    }

    .section-fw .overlay.overlay-primary {
        background-color: #ff6b00;
    }

    .section-fw .overlay.overlay-success {
        background-color: #4cd964;
    }

    .section-fw .overlay.overlay-info {
        background-color: #5ac8fa;
    }

    .section-fw .overlay.overlay-warning {
        background-color: #ffcc00;
    }

    .section-fw .overlay.overlay-danger {
        background-color: #ff3b30;
    }

.section-fw .container,
.section-fw .widget,
.section-fw .row,
.section-fw .content-box,
.section-fw blockquote {
    position: relative;
    z-index: 2;
}

.section-fw .rating {
    margin-top: 10px;
}

.section-fw .parallax {
    background-attachment: fixed;
}

.parallax {
    background-size: cover;
    background-attachment: fixed !important;
    position: relative;
}

    .parallax .overlay {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .4;
        top: 0;
        left: 0;
    }

@media screen and (max-width: 991px) {
    .parallax {
        background-repeat: no-repeat;
    }
}

.touch .hide-on-touch {
    display: none;
}

.no-content {
    min-height: 650px;
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .no-content {
        min-height: 550px;
    }
}

@media screen and (max-width: 991px) {
    .no-content {
        min-height: 480px;
    }
}

@media screen and (max-width: 768px) {
    .no-content {
        min-height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .no-content {
        min-height: 260px;
    }
}

.section-css-parallax {
    background-attachment: fixed;
}

@media screen and (max-width: 991px) {
    .section-css-parallax {
        background-attachment: scroll;
    }
}

.section-split {
    display: table;
    width: 100%;
}

    .section-split .column {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        padding: 0 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media screen and (max-width: 991px) {
    .section-split {
        display: block;
    }

        .section-split .column {
            display: block;
            width: 100%;
        }
}

.timeline .timeline-row {
    display: table;
    width: 100%;
}

    .timeline .timeline-row .date {
        display: table-cell;
        position: relative;
        width: 95px;
        font-size: 13px;
        color: #bdbdbd;
        text-align: right;
        padding: 0 18px 40px 0;
    }

        .timeline .timeline-row .date:before {
            display: block;
            position: absolute;
            z-index: 2;
            content: "";
            width: 13px;
            height: 13px;
            background-color: #3a3a3a;
            border-radius: 50%;
            top: 5px;
            right: -7px;
        }

        .timeline .timeline-row .date:after {
            display: block;
            position: absolute;
            z-index: 1;
            content: "";
            width: 1px;
            height: 100%;
            top: 6px;
            right: -1px;
            background-color: #cccccc;
        }

    .timeline .timeline-row .event {
        display: table-cell;
        padding: 0 0 30px 28px;
        font-size: 14px;
    }

    .timeline .timeline-row:last-child .date,
    .timeline .timeline-row:last-child .event {
        padding-bottom: 0;
    }

        .timeline .timeline-row:last-child .date:after {
            display: none;
        }

.timeline.timeline-default .timeline-row .date:before {
    background-color: #3a3a3a;
}

.timeline.timeline-primary .timeline-row .date:before {
    background-color: #ff6b00;
}

.timeline.timeline-success .timeline-row .date:before {
    background-color: #4cd964;
}

.timeline.timeline-info .timeline-row .date:before {
    background-color: #5ac8fa;
}

.timeline.timeline-warning .timeline-row .date:before {
    background-color: #ffcc00;
}

.timeline.timeline-danger .timeline-row .date:before {
    background-color: #ff3b30;
}

.text-light.timeline,
.text-light .timeline {
    font-weight: 300;
}

    .text-light.timeline .date,
    .text-light .timeline .date {
        color: rgba(255, 255, 255, 0.6);
    }

        .text-light.timeline .date:after,
        .text-light .timeline .date:after {
            background-color: rgba(255, 255, 255, 0.5);
        }

        .text-light.timeline .date:before,
        .text-light .timeline .date:before {
            background-color: #fff;
        }

    .text-light.timeline.timeline-default .date:before,
    .text-light .timeline.timeline-default .date:before {
        background-color: #fff;
    }

.pricing-plan {
    position: relative;
    /*max-width: 300px;*/
    padding: 10px 10px 5px 10px;
    text-align: left;
    color: #fff;
    background-color: #3a3a3a;
    margin: 0 auto 29px auto;
    -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}

    .pricing-plan h1,
    .pricing-plan h2,
    .pricing-plan h3 {
        font-size: 36px;
    }

    .pricing-plan .price {
        margin: 20px 0;
    }

        .pricing-plan .price .currency {
            vertical-align: top;
        }

        .pricing-plan .price .value {
            font-size: 62px;
            line-height: 1;
            font-weight: 300;
        }

        .pricing-plan .price .period {
            vertical-align: bottom;
        }

    .pricing-plan .description {
        list-style: none;
        padding: 0;
        line-height: 1.7;
        margin: 24px 0 26px 0;
    }

    .pricing-plan .btn-ghost {
        margin-bottom: 12px;
    }

    .pricing-plan.pricing-plan-default {
        background-color: #fff;
        border: #ddd dashed 1px;
    }

    .pricing-plan.pricing-plan-primary {
        background-color: #ff6b00;
    }

    .pricing-plan.pricing-plan-success {
        background-color: #4cd964;
    }

    .pricing-plan.pricing-plan-info {
        background-color: #5ac8fa;
    }

    .pricing-plan.pricing-plan-warning {
        background-color: #ffcc00;
    }

    .pricing-plan.pricing-plan-danger {
        background-color: #ff3b30;
    }

    .pricing-plan.pricing-plan-ghost {
        color: #3a3a3a;
        border: 1px solid #3a3a3a;
        background-color: transparent;
        box-shadow: none;
    }

        .pricing-plan.pricing-plan-ghost.pricing-plan-default,
        .pricing-plan.pricing-plan-ghost.pricing-plan-primary,
        .pricing-plan.pricing-plan-ghost.pricing-plan-success,
        .pricing-plan.pricing-plan-ghost.pricing-plan-info,
        .pricing-plan.pricing-plan-ghost.pricing-plan-warning,
        .pricing-plan.pricing-plan-ghost.pricing-plan-danger {
            background-color: transparent;
        }

        .pricing-plan.pricing-plan-ghost.pricing-plan-default {
            border-color: #3a3a3a;
        }

        .pricing-plan.pricing-plan-ghost.pricing-plan-primary {
            border-color: #ff6b00;
        }

        .pricing-plan.pricing-plan-ghost.pricing-plan-success {
            border-color: #4cd964;
        }

        .pricing-plan.pricing-plan-ghost.pricing-plan-info {
            border-color: #5ac8fa;
        }

        .pricing-plan.pricing-plan-ghost.pricing-plan-warning {
            border-color: #ffcc00;
        }

        .pricing-plan.pricing-plan-ghost.pricing-plan-danger {
            border-color: #ff3b30;
        }

    .pricing-plan.pricing-plan-block {
        max-width: 100%;
    }

    .pricing-plan.img-bg:before {
        display: block;
        position: absolute;
        content: "";
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .55;
    }

    .pricing-plan.img-bg h1,
    .pricing-plan.img-bg h2,
    .pricing-plan.img-bg h3,
    .pricing-plan.img-bg h4,
    .pricing-plan.img-bg h5,
    .pricing-plan.img-bg h6,
    .pricing-plan.img-bg p,
    .pricing-plan.img-bg a,
    .pricing-plan.img-bg .price,
    .pricing-plan.img-bg .description {
        position: relative;
        z-index: 1;
    }

.pricing-badge {
    position: relative;
    width: 48px;
    height: 48px;
    text-align: right;
    padding-right: 8px;
    color: #fff;
    margin: -59px 0 25px -49px;
}

    .pricing-badge .background {
        display: block;
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: #ffcc00;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .pricing-badge .value {
        position: relative;
        z-index: 1;
        line-height: 68px;
    }

.pricing-stacked {
    display: table;
    width: 100%;
}

    .pricing-stacked .pricing-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .pricing-stacked .pricing-cell .pricing-plan {
            display: inline-block;
            width: 100%;
            max-width: 100%;
            text-align: center;
            z-index: 2;
        }

        .pricing-stacked .pricing-cell:first-child .pricing-plan {
            z-index: 1;
            margin-right: -2px;
        }

        .pricing-stacked .pricing-cell:last-child .pricing-plan {
            z-index: 1;
            margin-left: -2px;
        }

.pricing-plan-switcher .label {
    display: inline-block;
    vertical-align: middle;
    opacity: .6;
    margin-top: -3px;
    line-height: 60px;
}

.pricing-plan-switcher span {
    font-size: 12px;
    display: block;
    margin-top: -3px;
}

.pricing-plan-alt {
    text-align: center;
    margin-bottom: 48px;
}

    .pricing-plan-alt .icon {
        display: block;
        margin-bottom: 13px;
    }

        .pricing-plan-alt .icon i {
            font-size: 48px;
        }

            .pricing-plan-alt .icon i.flaticon-graduates1 {
                display: block;
                font-size: 68px;
                margin-bottom: -28px;
            }

.pricing-plan-title {
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 60px;
    white-space: nowrap;
    padding: 22px 0;
    margin: 0 auto 35px auto;
}

    .pricing-plan-title span {
        position: absolute;
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

    .pricing-plan-title .name {
        top: 0;
        left: 5px;
    }

    .pricing-plan-title .period {
        bottom: 2px;
        right: 5px;
        opacity: .6;
    }

.pricing-plan-description {
    list-style: none;
    padding: 0;
    font-size: 14px;
    opacity: .6;
    line-height: 1.5;
}

.pricing-plan-alt .btn {
    display: block;
    max-width: 170px;
    margin: 0 auto 30px auto;
}

.text-light.pricing-plan-switcher .label,
.text-light .pricing-plan-switcher .label {
    color: #fff;
}

.text-light.pricing-plan-switcher .checkbox,
.text-light .pricing-plan-switcher .checkbox,
.text-light.pricing-plan-switcher .radio,
.text-light .pricing-plan-switcher .radio,
.text-light.pricing-plan-switcher .checkbox-inline,
.text-light .pricing-plan-switcher .checkbox-inline,
.text-light.pricing-plan-switcher .radio-inline,
.text-light .pricing-plan-switcher .radio-inline {
    font-weight: 300;
}

.text-light .pricing-plan-alt .pricing-plan-description,
.text-light .pricing-plan-alt .pricing-plan-title span {
    font-weight: 300;
}

.pricing-table {
    width: 100%;
    min-width: 940px;
    table-layout: fixed;
}

    .pricing-table th,
    .pricing-table td {
        padding: 18px 22px;
        border-top: 1px solid #ff6b00;
    }

        .pricing-table th.highlighted,
        .pricing-table td.highlighted {
            background-color: #4d4d4d;
            color: #ffffff;
            border-color: #a6a6a6 !important;
        }

    .pricing-table thead th {
        position: relative;
        font-size: 24px;
        font-weight: 800;
        border-top: none;
        padding-top: 29px;
        overflow: hidden;
    }

        .pricing-table thead th .pricing-badge {
            position: absolute;
            font-size: 14px;
            margin: -53px 0 0 -46px;
        }

    .pricing-table tbody th {
        font-weight: 600;
    }

    .pricing-table .flaticon-cross37 {
        font-size: 13px;
    }

    .pricing-table .flaticon-correct7 {
        font-size: 20px;
    }

.body-alt .pricing-table th.highlighted,
.body-alt .pricing-table td.highlighted {
    background-color: #ffffff;
}

.team-item {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
}

    .team-item.content-box {
        box-shadow: none;
    }

    .team-item.content-box-horizontal {
        max-width: 100%;
    }

        .team-item.content-box-horizontal .thumb {
            width: 150px;
        }

@media screen and (max-width: 768px) {
    .team-item.content-box-horizontal .thumb {
        width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .team-item.content-box-horizontal .thumb {
        width: 80px;
    }
}

.team-item .thumb img {
    -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.36);
}

.team-item.team-item-alt {
    text-align: center;
    margin-bottom: 0;
}

    .team-item.team-item-alt .social-buttons a {
        margin: 5px 12px 10px 12px;
    }

@media screen and (max-width: 768px) {
    .team-item.team-item-alt {
        margin-bottom: 50px;
    }

        .team-item.team-item-alt.last-child {
            margin-bottom: 0;
        }
}

.grid .team-item {
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .grid .team-item img {
        display: block;
        -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    }

    .grid .team-item h3 {
        margin-bottom: 12px;
        color: #fff;
    }

    .grid .team-item span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

    .grid .team-item .social-buttons {
        position: absolute;
        left: 11%;
        bottom: 15%;
    }

        .grid .team-item .social-buttons a:last-child {
            margin-right: 0;
        }

    .grid .team-item .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        padding: 14% 11% 0 11%;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    .grid .team-item:hover .overlay {
        opacity: 1;
    }

@media screen and (max-width: 640px) {
    .grid .team-item .overlay {
        padding: 8% 9% 0 9%;
    }

    .grid .team-item .social-buttons {
        bottom: 10%;
    }
}

@media screen and (max-width: 480px) {
    .grid .team-item .overlay {
        padding: 10% 10% 0 10%;
    }

    .grid .team-item .social-buttons {
        bottom: 11%;
    }
}

.google-map {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .google-map {
        height: 350px !important;
    }
}

@media screen and (max-width: 480px) {
    .google-map {
        height: 250px !important;
    }
}

.google-map img {
    max-width: none;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none;
}

.map-collapse {
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

    .map-collapse .map-collapse-toggle {
        position: absolute;
        z-index: 10;
        width: 100%;
        left: 0;
        bottom: 0;
        line-height: 48px;
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        white-space: nowrap;
        cursor: pointer;
        background-color: rgba(77, 77, 77, 0.55);
        padding: 0 24px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .map-collapse .map-collapse-toggle:hover {
            background-color: rgba(77, 77, 77, 0.9);
        }

        .map-collapse .map-collapse-toggle i {
            font-size: 24px;
            margin-right: 5px;
        }

        .map-collapse .map-collapse-toggle:before {
            display: block;
            position: absolute;
            font-family: 'Pe-icon-7-stroke';
            content: "\e682";
            font-size: 24px;
            line-height: 48px;
            top: 0;
            right: 24px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

    .map-collapse.closed {
        max-height: 48px !important;
    }

        .map-collapse.closed .map-collapse-toggle:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.google-map-container {
    position: relative;
    overflow: hidden;
}

    .google-map-container .container {
        position: relative;
    }

@media screen and (max-width: 768px) {
    .google-map-container .container {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

.map-info-box {
    position: absolute;
    z-index: 5;
    top: 24px;
    right: 24px;
    background-color: #4d4d4d;
    padding: 36px 24px 24px 24px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .map-info-box .map-info-box-logo {
        max-width: 180px;
        vertical-align: top;
        text-align: center;
    }

        .map-info-box .map-info-box-logo .logo-icon {
            display: block;
            margin-bottom: 20px;
        }

            .map-info-box .map-info-box-logo .logo-icon:hover,
            .map-info-box .map-info-box-logo .logo-icon:focus {
                opacity: 1;
            }

            .map-info-box .map-info-box-logo .logo-icon img {
                padding-top: 8px;
            }

        .map-info-box .map-info-box-logo.inline {
            padding-right: 30px;
        }

@media screen and (max-width: 768px) {
    .map-info-box {
        top: 0;
        right: 0;
        min-height: 100%;
    }
}

@media screen and (max-width: 680px) {
    .map-info-box {
        display: none;
    }
}

.map-info-box.dark-skin address,
.map-info-box.dark-skin .map-info-box-logo {
    color: #fff;
}

.map-collapse.closed .map-info-box {
    visibility: hidden;
    opacity: 0;
}

.container > .map-info-box {
    right: 15px;
}

@media screen and (max-width: 768px) {
    .container > .map-info-box {
        right: 0;
    }
}

.counter {
    width: 100%;
    text-align: center;
    padding: 28px 20px 36px 20px;
    background-color: #4d4d4d;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.8);
}

    .counter img {
        display: inline-block;
    }

    .counter .digits {
        display: block;
        font-size: 48px;
        font-weight: 800;
    }

    .counter .counter-label {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 0;
    }

    .counter .counter-icon {
        font-size: 22px;
    }

    .counter.counter-ghost {
        background-color: transparent;
        margin-bottom: 0;
    }

@media screen and (max-width: 768px) {
    .counter.counter-ghost {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .counter .digits {
        font-size: 43px;
    }
}

.counter-bordered {
    background-color: transparent;
    border: 1px solid #3a3a3a;
    box-shadow: none;
}

    .counter-bordered.counter-primary {
        border-color: #ff6b00;
    }

    .counter-bordered.counter-success {
        border-color: #4cd964;
    }

    .counter-bordered.counter-info {
        border-color: #5ac8fa;
    }

    .counter-bordered.counter-warning {
        border-color: #ffcc00;
    }

    .counter-bordered.counter-danger {
        border-color: #ff3b30;
    }

.body-alt .counter {
    background-color: #ffffff;
}

.body-alt .counter-ghost,
.body-alt .counter-bordered {
    background-color: transparent;
}

.text-light .counter-bordered,
.text-light.counter-bordered {
    border-color: #fff;
}
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
    /**
	 *	This is all the elements used to house all text used
	 * in time circles
	 **/
}

    .time_circles > div {
        position: absolute;
        text-align: center;
        /* Titles (Days, Hours, etc) */
        /* Time numbers */
    }

        .time_circles > div > h4 {
            margin: 0px;
            padding: 0px;
            text-align: center;
            text-transform: uppercase;
        }

        .time_circles > div > span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 300%;
            margin-top: 0.5em;
            font-weight: 300;
        }

.comments-title {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 43px;
}

    .comments-title .column {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        padding-right: 20px;
        padding-bottom: 12px;
    }

        .comments-title .column:last-child {
            width: 30%;
            padding-right: 0;
            text-align: right;
        }

    .comments-title h2,
    .comments-title .h2,
    .comments-title h3,
    .comments-title .h3 {
        margin-bottom: 0;
    }

@media screen and (max-width: 430px) {
    .comments-title h2,
    .comments-title .h2 {
        font-size: 21px;
    }
}

.comment-count {
    display: inline-block;
    color: #5ac8fa;
    font-weight: 300;
}

.comment {
    margin-bottom: 48px;
}

    .comment .comment-inner {
        display: table;
        width: 100%;
    }

        .comment .comment-inner .author-ava,
        .comment .comment-inner .comment-content {
            display: table-cell;
            vertical-align: middle;
        }

        .comment .comment-inner .author-ava {
            width: 85px;
        }

            .comment .comment-inner .author-ava img {
                border-radius: 50%;
            }

        .comment .comment-inner .comment-content {
            padding-left: 18px;
        }

            .comment .comment-inner .comment-content h4,
            .comment .comment-inner .comment-content h5 {
                margin-bottom: 6px;
            }

            .comment .comment-inner .comment-content p {
                margin-bottom: 0;
            }

    .comment .comment-meta {
        display: table;
        width: 100%;
        margin-top: 12px;
    }

        .comment .comment-meta .column {
            display: table-cell;
            vertical-align: middle;
            width: 70%;
        }

            .comment .comment-meta .column:last-child {
                width: 30%;
                padding-left: 20px;
                text-align: right;
            }

        .comment .comment-meta a,
        .comment .comment-meta span {
            display: inline-block;
            font-size: 13px;
            margin-right: 20px;
        }

        .comment .comment-meta span {
            color: #c7c7c7;
        }

    .comment.depth-2 {
        margin-top: 43px;
        padding-left: 105px;
    }

@media screen and (max-width: 540px) {
    .comment .comment-inner {
        display: block;
    }

        .comment .comment-inner .comment-inner,
        .comment .comment-inner .author-ava,
        .comment .comment-inner .comment-content {
            display: block;
        }

        .comment .comment-inner .author-ava {
            margin-bottom: 20px;
        }

        .comment .comment-inner .comment-content {
            padding-left: 0;
        }

    .comment.depth-2 {
        padding-left: 40px;
    }
}

.sidebar {
    width: 100%;
    max-width: 320px;
}

    .sidebar.sidebar-right {
        border-left: 1px solid #ff6b00;
        padding-left: 25px;
    }

    .sidebar.sidebar-left {
        border-right: 1px solid #ff6b00;
        padding-right: 25px;
    }

@media screen and (max-width: 1200px) {
    .sidebar .slider-ui,
    .sidebar .slider.slider-horizontal {
        width: 185px;
    }
}

@media screen and (max-width: 991px) {
    .sidebar.sidebar-left {
        border-right: none;
        padding-right: 0;
        border-left: 1px solid #ff6b00;
        padding-left: 25px;
    }

    .sidebar .slider-ui,
    .sidebar .slider.slider-horizontal {
        width: 210px;
    }
}

.pagination {
    position: relative;
    width: 100%;
    /*text-align: center;*/
}

    .pagination .prev,
    .pagination .next {
        display: block;
        position: absolute;
        top: 0;
    }

        .pagination .prev i,
        .pagination .next i {
            display: inline-block;
            vertical-align: middle;
            font-size: 17px;
            margin-top: -2px;
        }

    .pagination .prev {
        left: 0;
    }

        .pagination .prev i {
            margin-right: 4px;
        }

    .pagination .next {
        right: 0;
    }

        .pagination .next i {
            margin-left: 4px;
        }

    .pagination .page-numbers {
        display: inline-block;
        margin: 0 8px;
    }

        .pagination .page-numbers.current {
            color: #cccccc;
        }

@media screen and (max-width: 570px) {
    .pagination {
        margin-bottom: 70px;
    }

        .pagination .prev,
        .pagination .next {
            display: block;
            position: absolute;
            top: 100%;
            margin-top: 20px;
        }
}

.footer-logo {
    margin-bottom: 24px;
}

    .footer-logo img {
        max-width: 45px;
    }

.footer {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.4);
    position: absolute;
}

    .footer .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer .widgets-row {
        margin-bottom: 0;
    }

    .footer .subfooter {
        width: 100%;
        font-size: 12px;
        background-color: #efefef;
    }

        .footer .subfooter .container {
            padding-top: 6px;
            padding-bottom: 6px;
        }

    .footer .copyright {
        font-size: 12px;
        margin-bottom: 0;
    }

.body-alt .footer:not(.footer-dark) {
    background-color: #ffffff;
}

.footer-mini .container {
    padding-top: 31.2px;
}

.footer-mini .copyright {
    margin-top: 10px;
}

.footer-dark {
    background-color: #4d4d4d;
    color: #cccccc;
}

    .footer-dark a {
        color: #ffffff;
    }

    .footer-dark .footer-logo,
    .footer-dark .footer-logo:hover,
    .footer-dark .footer-logo:focus {
        font-weight: 700;
        color: #ffffff;
    }

    .footer-dark .widget .widget-title {
        color: #cccccc;
    }

    .footer-dark .widget.widget-testimonial .author {
        color: #cccccc;
    }

    .footer-dark .widget.widget-categories ul li.active a,
    .footer-dark .widget.widget-categories ul li.active a:hover,
    .footer-dark .widget.widget-categories ul li.active a:focus {
        color: #ffc732;
    }

    .footer-dark .widget.widget-comments .w-item-thumb i {
        color: #ff6b00;
    }

    .footer-dark .widget.widget-comments .w-item-content a {
        color: #cccccc;
    }

    .footer-dark .widget.widget-inline {
        border-top-color: #cccccc;
    }

    .footer-dark .widgets-row .widgets-col:before {
        background-color: #5e5e5e;
    }

    .footer-dark .widget-carousel .owl-carousel .owl-dots .owl-dot {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    }

    .footer-dark .sub-submenu {
        top: -14px;
    }

    .footer-dark .social-buttons a {
        color: #fff !important;
    }

        .footer-dark .social-buttons a:hover,
        .footer-dark .social-buttons a:focus {
            color: #fff;
        }

        .footer-dark .social-buttons a.cbutton--effect::after {
            background-color: rgba(255, 255, 255, 0.13);
        }

    .footer-dark .tag {
        opacity: 1;
    }

        .footer-dark .tag:hover,
        .footer-dark .tag:focus,
        .footer-dark .tag.active {
            opacity: .6;
        }

    .footer-dark .subfooter {
        background-color: #3a3a3a;
    }

.cs-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    margin-bottom: -80px;
}

    .cs-content:after {
        content: "";
        display: block;
        height: 80px;
    }

    .cs-content .logo {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px auto;
        color: #fff;
        text-align: center;
        padding-top: 70px;
    }

        .cs-content .logo h1 {
            font-size: 46px;
            font-weight: 300;
            margin-bottom: 0;
        }

        .cs-content .logo img {
            padding-top: 15px;
        }

    .cs-content .social-icons a {
        background-color: rgba(255, 255, 255, 0.8);
    }

        .cs-content .social-icons a:hover {
            color: #5ac8fa;
        }

.cs-text-main {
    width: 100%;
    max-width: 580px;
    font-size: 26px;
    font-weight: 300;
    padding: 0 15px;
    margin: 0 auto 60px auto;
}

.cs-text-secondary {
    font-size: 18px;
    font-weight: normal;
    padding: 0 15px;
    margin-bottom: 25px;
}

.cs-footer {
    position: relative;
    height: 80px;
    z-index: 10;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 30px 15px 0 15px;
}

    .cs-footer p {
        margin-bottom: 0;
    }

    .cs-footer a {
        color: #fff;
    }

        .cs-footer a:hover {
            color: #5ac8fa;
        }

.cs-subscribe {
    max-width: 690px;
    padding: 0 15px;
    margin: 0 auto 50px auto;
}

    .cs-subscribe .form-control,
    .cs-subscribe .btn {
        display: inline-block;
        vertical-align: middle;
    }

    .cs-subscribe .form-control {
        width: 75%;
        margin-right: 15px;
        background-color: rgba(255, 255, 255, 0.5);
    }

@media (max-width: 615px) {
    .cs-subscribe .form-control {
        width: 70%;
    }
}

@media (max-width: 520px) {
    .cs-subscribe .form-control {
        width: 100%;
        margin: 0 0 18px 0;
    }

    .cs-subscribe .btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.big-logo img {
    margin-right: 0;
}

.fullscreen-fixed-bg {
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.md-slider > nav a,
.md-slider > nav a:hover {
    background: #ff6b00;
}

.md-device button {
    background: #ff6b00;
}

.mfp-bg {
    z-index: 1148;
}

.mfp-wrap {
    z-index: 1150;
}

.mfp-bg ~ .sticky-wrapper .navbar.stuck {
    padding-right: 17px;
}

.mfp-bg ~ .scroll-to-top-btn {
    right: 37px;
}

.mfp-bg ~ .fake-scrollbar {
    display: block;
    padding-right: 17px;
}

.mfp-zoom-out-cur .sticky-wrapper .navbar.stuck {
    padding-right: 17px;
}

.mfp-zoom-out-cur .scroll-to-top-btn {
    right: 37px;
}

.mfp-zoom-out-cur .fake-scrollbar {
    display: block;
    padding-right: 17px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        margin-right: 0 !important;
    }

    body,
    .mfp-bg ~ .sticky-wrapper .navbar.stuck {
        padding-right: 0 !important;
    }

    ~ .scroll-to-top-btn {
        right: 0 !important;
    }

    .mfp-bg ~ .fake-scrollbar {
        display: none;
        padding-right: 0 !important;
    }

    .mfp-zoom-out-cur .sticky-wrapper .navbar.stuck {
        padding-right: 0 !important;
    }

    .mfp-zoom-out-cur .scroll-to-top-btn {
        right: 0 !important;
    }

    .mfp-zoom-out-cur .fake-scrollbar {
        display: none;
        padding-right: 0 !important;
    }
}

.mac,
.touch {
    margin-right: 0 !important;
}

    .mac body,
    .touch body,
    .mac .mfp-bg ~ .sticky-wrapper .navbar.stuck,
    .touch .mfp-bg ~ .sticky-wrapper .navbar.stuck,
    .mac .mfp-zoom-out-cur .sticky-wrapper .navbar.stuck,
    .touch .mfp-zoom-out-cur .sticky-wrapper .navbar.stuck {
        padding-right: 0 !important;
    }

    .mac .mfp-bg ~ .scroll-to-top-btnk,
    .touch .mfp-bg ~ .scroll-to-top-btn,
    .mac .mfp-zoom-out-cur .scroll-to-top-btn,
    .touch .mfp-zoom-out-cur .scroll-to-top-btn {
        right: 0 !important;
    }

    .mac .mfp-bg ~ .fake-scrollbar,
    .touch .mfp-bg ~ .fake-scrollbar,
    .mac .mfp-zoom-out-cur .fake-scrollbar,
    .touch .mfp-zoom-out-cur .fake-scrollbar {
        display: none;
        padding-right: 0 !important;
    }

.mfp-close {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 300;
    opacity: .65;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 0;
    }

.mfp-arrow {
    height: 60px;
    margin-top: -45px;
    opacity: .65;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before {
        display: block;
        position: absolute;
        font-family: 'Pe-icon-7-stroke';
        font-size: 60px;
        color: #fff;
        left: 0;
        top: 0;
        margin-top: 0;
        margin-left: 35px;
    }

    .mfp-arrow:active {
        margin-top: -45px;
    }

    .mfp-arrow:before,
    .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
        border: none;
    }

.mfp-arrow-left {
    left: -35px;
}

    .mfp-arrow-left:before {
        content: '\e686';
    }

.mfp-arrow-right {
    right: 5px;
}

    .mfp-arrow-right:before {
        content: '\e684';
    }
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }
    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.ms-view {
    background: #1e1e1e;
}

.product-showcase-slider .ms-view {
    background: transparent;
}

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.18);
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

    .ms-skin-default .ms-slide .ms-slide-vpbtn:before,
    .ms-skin-default .ms-video-btn:before {
        display: inline-block;
        margin-left: 9px;
        font-family: 'Pe-icon-7-stroke';
        content: "\e624";
    }

    .ms-skin-default .ms-slide .ms-slide-vpbtn:hover,
    .ms-skin-default .ms-video-btn:hover {
        opacity: .7;
    }

.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 25px;
    color: #fff;
    font-size: 32px;
}

    .ms-skin-default .ms-slide .ms-slide-vcbtn:before {
        font-family: 'Pe-icon-7-stroke';
        content: "\e680";
    }

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: #ff6b00 !important;
    background: -moz-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6b00), color-stop(100%, #ff974d)) !important;
    background: -webkit-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -o-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: -ms-linear-gradient(left, #ff6b00 0%, #ff974d 100%) !important;
    background: linear-gradient(to right, #ff6b00 0%, #ff974d 100%) !important;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #cc5600;
    line-height: 24px;
    text-align: center;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .ms-skin-default .ms-nav-next:before,
    .ms-skin-default .ms-nav-prev:before {
        font-family: 'Pe-icon-7-stroke';
        font-size: 24px;
    }

    .ms-skin-default .ms-nav-next:before {
        content: "\e684";
    }

    .ms-skin-default .ms-nav-prev:before {
        content: "\e686";
    }

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
}

    .ms-skin-default .ms-nav-next:before {
        content: "\e684";
    }

.ms-skin-default .ms-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .5;
    margin: 0 6px 6px 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.ms-skin-default .ms-bullet-selected {
    opacity: 1;
}

.ms-skin-default .ms-time-bar {
    height: 3px !important;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}

.ms-skin-default .ms-tooltip {
    position: absolute;
    max-width: 200px;
    z-index: 210;
    cursor: auto;
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer;
}

    .ms-skin-default .ms-tooltip-point .ms-point-center {
        width: 12px;
        height: 12px;
        border-radius: 15px;
        border: solid 2px #BBB;
        background: white;
        margin: -8px 0 0 -8px;
        position: absolute;
        z-index: 105;
    }

    .ms-skin-default .ms-tooltip-point .ms-point-border {
        width: 22px;
        height: 22px;
        background: black;
        background: rgba(0, 0, 0, 0.36);
        margin: -11px 0 0 -11px;
        position: absolute;
        border-radius: 15px;
        animation: point-anim 1.5s infinite;
        -moz-animation: point-anim 1.5s infinite;
        -webkit-animation: point-anim 1.5s infinite;
        -o-animation: point-anim 1.5s infinite;
    }

.ms-slide-info {
    text-align: center;
    padding-top: 20px;
}

.ms-tabs-slider .ms-view {
    background: #fff;
}

.ms-tabs-slider .ms-thumb {
    text-align: center;
    padding: 25px 20px;
}

.ms-tabs-slider .ms-tabs .ms-thumb-frame {
    background: transparent;
    opacity: .55;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .ms-tabs-slider .ms-tabs .ms-thumb-frame.ms-thumb-frame-selected {
        opacity: 1;
    }

.ms-tabs-slider .ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    border-bottom-color: #fff;
}

.master-slider.controls-outside .ms-nav-prev,
.master-slider.controls-outside .ms-nav-next {
    background-color: rgba(255, 107, 0, 0.5);
}

    .master-slider.controls-outside .ms-nav-prev:hover,
    .master-slider.controls-outside .ms-nav-next:hover {
        background-color: #ff6b00;
    }

@media screen and (max-width: 768px) {
    .master-slider.controls-outside .ms-nav-prev,
    .master-slider.controls-outside .ms-nav-next {
        display: none;
    }
}

.master-slider.controls-outside .ms-bullet {
    background-color: #ff6b00;
}

.rev-slider-container {
    position: relative;
    width: 100%;
    padding: 0;
}

    .rev-slider-container .tp-loader {
        visibility: hidden;
    }

    .rev-slider-container .overlay {
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        opacity: 0.7;
    }

        .rev-slider-container .overlay.overlay-dark {
            background-color: #000000;
        }

        .rev-slider-container .overlay.overlay-light {
            background-color: #ffffff;
        }

        .rev-slider-container .overlay.overlay-primary {
            background-color: #ff6b00;
        }

        .rev-slider-container .overlay.overlay-success {
            background-color: #4cd964;
        }

        .rev-slider-container .overlay.overlay-info {
            background-color: #5ac8fa;
        }

        .rev-slider-container .overlay.overlay-warning {
            background-color: #ffcc00;
        }

        .rev-slider-container .overlay.overlay-danger {
            background-color: #ff3b30;
        }

.rev-slider {
    position: relative;
    z-index: 10;
    width: 100%;
}

.tp-bannertimer {
    height: 6px;
}

.tp-bullets.preview1 .bullet,
.tp-bullets.preview2 .bullet,
.tp-bullets.preview3 .bullet,
.tp-bullets.preview4 .bullet,
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview4 .bullet:hover {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    border-radius: 50% !important;
    background: #fff !important;
    opacity: .5 !important;
    margin: 0 6px 6px 0 !important;
    -webkit-transition: opacity 0.25s !important;
    transition: opacity 0.25s !important;
    -webkit-box-shadow: 1px 2px 3px 0 #000000;
    box-shadow: 1px 2px 3px 0 #000000;
}

    .tp-bullets.preview1 .bullet.selected,
    .tp-bullets.preview2 .bullet.selected,
    .tp-bullets.preview3 .bullet.selected,
    .tp-bullets.preview4 .bullet.selected,
    .tp-bullets.preview1 .bullet:hover.selected,
    .tp-bullets.preview2 .bullet:hover.selected,
    .tp-bullets.preview3 .bullet:hover.selected,
    .tp-bullets.preview4 .bullet:hover.selected {
        background: #fff !important;
        opacity: 1 !important;
        width: 8px !important;
        height: 8px !important;
        border: none !important;
        -webkit-box-shadow: 1px 2px 3px -1px #000000;
        box-shadow: 1px 2px 3px -1px #000000;
    }

.tparrows.preview1 {
    width: 30px;
    height: 110px;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

    .tparrows.preview1:after {
        position: absolute;
        line-height: 110px;
        text-align: center;
        font-family: "revicons";
        color: #fff;
        font-size: 20px;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 30px;
        height: 110px;
        background: #3a3a3a;
        background: rgba(0, 0, 0, 0.25);
    }

.tp-rightarrow.preview1:after {
    content: '\e825';
}

.tp-leftarrow.preview1:after {
    content: '\e824';
}

.tp-caption a {
    color: #fff;
}

.tp-caption.over-overlay {
    z-index: 105 !important;
}

.tp-caption a:hover {
    color: #fff;
}

.tp-caption iframe {
    border: none;
}

.tp-caption video {
    width: 100%;
    height: 100%;
}

.caption-black-bg {
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 300;
}

.header-demo {
    position: relative;
    margin-bottom: 50px;
}

    .header-demo .ghost-header-demo {
        position: relative;
        min-height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.grid-demo figure,
.grid-demo.masonry-grid-type-1 figure,
.grid-demo.masonry-grid-type-2 figure {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #5ac8fa;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
}

.grid-demo.masonry-grid-type-1 figure,
.grid-demo.masonry-grid-type-2 figure {
    height: auto;
    margin-bottom: 0;
}

.grid-demo.masonry-grid-type-2 figure {
    position: absolute;
    min-height: 100%;
    top: 0;
    left: 0;
}

.grid-demo.grid-no-gap figure {
    height: 180px;
    margin-bottom: 0;
}

.buttons-demo .btn {
    margin: 10px 10px 10px 0;
}

.badges-demo .badge {
    margin: 0 14px 15px 0;
}

.buttons-with-badge-demo .btn {
    margin: 5px 25px 25px 0;
}

@media screen and (max-width: 768px) {
    .sliders-demo .slider-ui,
    .sliders-demo .slider-ui-step,
    .sliders-demo .slider.slider-horizontal {
        width: 550px;
    }
}

@media screen and (max-width: 600px) {
    .sliders-demo .slider-ui,
    .sliders-demo .slider-ui-step,
    .sliders-demo .slider.slider-horizontal {
        width: 400px;
    }
}

@media screen and (max-width: 445px) {
    .sliders-demo .slider-ui,
    .sliders-demo .slider-ui-step,
    .sliders-demo .slider.slider-horizontal {
        width: 260px;
    }
}

.switches-demo .form-group {
    display: inline-block;
    width: 100px;
}

.tooltips-demo.static-tooltips .tooltip,
.popovers-demo.static-tooltips .tooltip,
.tooltips-demo.static-popovers .tooltip,
.popovers-demo.static-popovers .tooltip,
.tooltips-demo.static-tooltips .popover,
.popovers-demo.static-tooltips .popover,
.tooltips-demo.static-popovers .popover,
.popovers-demo.static-popovers .popover {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

    .tooltips-demo.static-tooltips .tooltip:last-child,
    .popovers-demo.static-tooltips .tooltip:last-child,
    .tooltips-demo.static-popovers .tooltip:last-child,
    .popovers-demo.static-popovers .tooltip:last-child,
    .tooltips-demo.static-tooltips .popover:last-child,
    .popovers-demo.static-tooltips .popover:last-child,
    .tooltips-demo.static-popovers .popover:last-child,
    .popovers-demo.static-popovers .popover:last-child {
        margin-right: 0;
    }

.tooltips-demo .btn,
.popovers-demo .btn {
    margin: 10px 10px 10px 0;
}

.popovers-demo.static-popovers .popover.left {
    margin-left: 0;
}

.popovers-demo.static-popovers .popover.top {
    margin-top: 0;
}

.demo-footer {
    margin: 24px 0 48px 0;
}

.color-boxes figure {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 24px;
}

.rating-demo .rating {
    margin: 0 20px 8px 0;
}

.animation-demo {
    padding-top: 72px;
}

@media screen and (max-width: 991px) {
    .animation-demo {
        padding-top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .animation-demo {
        text-align: center;
    }
}

.block-title-with-badge .block-title-badge .icon {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50fbdc', endColorstr='#56c2f4', GradientType=0);
}

.block-title-with-badge .block-title-badge.alt-color .icon {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ff00', endColorstr='#00ffcc', GradientType=0);
}

.block-title-with-badge .block-title-badge.alt-color-2 .icon {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff80', endColorstr='#0077ff', GradientType=0);
}

.block-title-with-badge .block-title-badge.alt-color-3 .icon {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbff', endColorstr='#007bff', GradientType=0);
}

.block-title-with-badge .block-title-badge.alt-color-4 .icon {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cd963', endColorstr='#18b535', GradientType=0);
}

.block-title-with-badge .block-title-badge.solid-default .icon,
.block-title-with-badge .block-title-badge.solid-primary .icon,
.block-title-with-badge .block-title-badge.solid-success .icon,
.block-title-with-badge .block-title-badge.solid-info .icon,
.block-title-with-badge .block-title-badge.solid-warning .icon,
.block-title-with-badge .block-title-badge.solid-danger .icon {
    filter: none;
}

.btn-app-store {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#242424', GradientType=0);
}

.btn-gradient.btn-default {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#313131', GradientType=0) !important;
}

.btn-gradient.btn-primary {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92b5f5', endColorstr='#c75ae0', GradientType=0) !important;
}

.btn-gradient.btn-success {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18b536', endColorstr='#4cd964', GradientType=0) !important;
}

.btn-gradient.btn-info {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51f1fc', endColorstr='#5ac8fa', GradientType=0) !important;
}

.btn-gradient.btn-warning {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffcc', endColorstr='#f2ff00', GradientType=0) !important;
}

.btn-gradient.btn-danger {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2676', endColorstr='#ff2d55', GradientType=0) !important;
}
/*New*/

.choose-industry {
    background-color: #012ab7;
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

.choose-industry li {
    width: 50%;
    float: left;
    border-top: 1px solid #485dc5;
    border-right: 1px solid #485dc5;
}

    .choose-industry li:hover a {
        background-color: #011d80;
    }

        .choose-industry li:hover a:after {
            background: url('../img/arrow-img2.png') no-repeat right bottom;
        }

    .choose-industry li:first-child {
        border-top: 0;
    }

    .choose-industry li:nth-child(2) {
        border-top: 0;
    }

    .choose-industry li:nth-child(2n) {
        border-right: 0;
    }

    .choose-industry li a {
        position: relative;
        display: block;
        padding: 37px 25% 36px 17%;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: left;
    }

        .choose-industry li a:after {
            content: "";
            background: url('../img/arrow-img.png') no-repeat right bottom;
            width: 26px;
            height: 26px;
            display: block;
            position: absolute;
            right: 17px;
            bottom: 32px;
        }

    .choose-industry li:last-child a:after {
        display: none;
    }

    .choose-industry li a .industry-option {
        font-size: 12px;
        display: block;
    }

    .choose-industry li a .industry-img {
        width: 35px;
        height: 33px;
        display: block;
        margin-bottom: 7px;
    }

    .choose-industry li a .education-img {
        background: url('../img/education-img.png') no-repeat center top;
    }

    .choose-industry li a .business-img {
        background: url('../img/business-img.png') no-repeat center top;
    }

    .choose-industry li a .technology-img {
        background: url('../img/technology-img.png') no-repeat center top;
    }

    .choose-industry li a .estate-img {
        background: url('../img/estate-img.png') no-repeat center top;
    }

    .choose-industry li a .banking-img {
        background: url('../img/banking-img.png') no-repeat center top;
    }

.banking-pic figure {
    position: relative;
}

.banking-pic .btn-theme {
    position: absolute;
    top: 20px;
    left: 21px;
    z-index: 10;
    background: none;
}

.banking-description {
    padding: 36px 29px;
}

.banking-pic figure img {
    width: 100%;
    display: block;
}

.banking-description p {
    padding-top: 11px;
}

.theme-yellow-bg {
    border: 1px solid #dae5e8;
    padding: 10px 10px;
}
/*Search*/
#site-menu1 form.search {
    position: relative;
}

#site-menu1 form.search {
    width: 374px;
    margin: 12px 0 0 20px;
    padding: 0;
}

    #site-menu1 form.search input {
        padding: 6px 26px 6px 6px;
        height: auto;
        width: 100%;
        font-size: 13px;
        position: relative;
        z-index: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

/*Search*/
#site-menu1 div.search {
    position: relative;
}

#site-menu1 div.search {
    max-width: 280px;
    margin: 12px 0 0 20px;
    padding: 0;
}

    #site-menu1 div.search input {
        padding: 6px 26px 6px 6px;
        height: auto;
        width: 100%;
        font-size: 13px;
        position: relative;
        z-index: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#site-menu1 form.search button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffc732;
    z-index: 1;
}

/*Vertical tab*/
.nav-pills > li > a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding-left: 8px;
    background-color: #F8F8F8;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0028a1;
    color: #fff;
}

.nav-tabs > li > a:focus,
.nav-pills > li > a:focus {
    outline: none;
}

.nav-tabs.tabs-iconized > li i,
.nav-pills.tabs-iconized > li i {
    position: relative;
    margin-right: 3px;
    top: 3px;
    font-size: 20px;
}

.nav-stacked i {
    position: relative;
    top: 1px;
    min-width: 20px;
    font-size: 14px;
    text-align: center;
}

.panel .tab-content {
    padding: 0px 8px;
}


/*body right tab*/
.nav-tabs1 {
    margin-top: 0px;
}

    .nav-tabs1 > li.active > a {
        color: #fff;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .nav-tabs1 > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding-bottom: 0px;
    }

    .nav-tabs1 > li {
        float: left;
        margin-bottom: -1px;
        padding-bottom: 0px;
    }

        .nav-tabs1 > li > a:after, .nav-filters > li > a:after {
            display: block;
            content: "";
            width: 0px;
            height: 2px;
            opacity: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.tabs-default li.active a {
    border: 0px;
    background: none;
    border-bottom: 2px solid #ffc732;
    -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
    background: #00279c;
}

.tab-content-default {
    padding: 5px 5px 0 5px;
    border-top: 2px solid #ffcc00;
}
/*Side NAV*/
.list-group1 {
    display: block;
    list-style: none;
    padding: 0 0 0 24px;
    margin-bottom: 28px;
    background-color: transparent;
    overflow: hidden;
}

    .list-group1 .list-group1-item {
        display: block;
        position: relative;
        padding: 13px 24px 13px 0;
        border-top: 1px solid #dedede;
    }

        .list-group1 .list-group1-item:first-child {
            border-top: none;
        }

        .list-group1 .list-group1-item .list-group1-item-text {
            display: block;
            font-size: 13px;
            line-height: 1.5;
            margin: 10px 0 0 0;
        }

    .list-group1.list-group1-linked {
        padding-left: 0;
    }

        .list-group1.list-group1-linked a.list-group1-item {
            padding: 14px 40px 15px 24px;
            color: #3a3a3a;
            border: none;
            cursor: pointer;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .list-group1.list-group1-linked a.list-group1-item:hover,
            .list-group1.list-group1-linked a.list-group1-item:focus {
                opacity: 1;
            }

            .list-group1.list-group1-linked a.list-group1-item:hover {
                background-color: #0237d4;
                color: #ffffff;
            }

                .list-group1.list-group1-linked a.list-group1-item:hover:before {
                    background-color: #0028a1;
                }

                .list-group1.list-group1-linked a.list-group1-item:hover:after {
                    color: #ffffff;
                }

            .list-group1.list-group1-linked a.list-group1-item.active {
                color: #fff;
                background-color: #0028a1;
            }

                .list-group1.list-group1-linked a.list-group1-item.active:after {
                    color: #ffc732;
                    background-color: #0028a1;
                }

            .list-group1.list-group1-linked a.list-group1-item:before {
                display: block;
                position: absolute;
                content: "";
                width: 100%;
                height: 1px;
                background-color: #dedede;
                top: 0;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .list-group1.list-group1-linked a.list-group1-item:first-child:before {
                display: none;
            }

            .list-group1.list-group1-linked a.list-group1-item:after {
                display: block;
                position: absolute;
                font-family: 'Pe-icon-7-stroke';
                content: "\e684";
                font-size: 28px;
                color: #0028a1;
                top: 50%;
                right: 16px;
                margin-top: -20px;
            }

/*Breadcrumb*/

.topic {
    position: relative;
    margin-top: -18px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #f5f5f5;
}

    .topic h3 {
        display: inline-block;
        margin: 0;
        padding: 23px 0;
        font-size: 14px;
    }

    .topic .breadcrumb {
        margin-bottom: 0;
        padding: 21px 0;
        background: transparent;
    }

/*Page title*/
.headline {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 20px;
    text-transform: none;
    font-weight: 700;
}

    .headline:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 6px;
        margin-top: -3px;
        border-width: 1px 0 1px;
        border-style: solid;
        border-color: #e9e9e9;
    }

    .headline > span {
        display: inline-block;
        position: relative;
        background: white;
        padding-right: 15px;
    }


/*Board of directors*/

#images {
    margin: 2em auto;
    max-width: 100%;
    width: 100%;
}

#image-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

figure, figcaption, h3, p {
    /*margin: 0;
	padding: 0;*/
}

#image-wrapper li {
    overflow: hidden;
    display: inline;
}

#image-wrapper li {
    background: none;
}

    #image-wrapper li > figure {
        float: left;
        margin: 0;
    }

    #image-wrapper li:first-child > figure {
        float: left;
        margin: 0;
        margin-left: 30px;
    }

    #image-wrapper li:last-child > figure {
        float: left;
        margin: 0;
        margin-left: 30px;
    }


    /*#image-wrapper li:last-child > figure {
	float: left;
	width: 14%;
	margin: 0;
}*/

    /*#image-wrapper li > figure img {
	display: block;
	max-width: 100%;
	height:200px; padding:5px; width:100%;
}*/

    #image-wrapper li > figure img {
        display: block;
        max-width: 100%;
        /*height:170px;*/ padding: 5px;
        width: 100%;
        -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(0, 0, 0, 0.36);
        margin-bottom: 10px;
    }

.image-details {
    clear: both;
    padding: 10px;
    background: #222;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}


.image-details-close {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 25px;
    height: 25px;
    text-indent: -9999em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2Fy ZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAA AAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5U Y3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6 eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8w Mi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpE ZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRv YmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20v eGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRv YmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0i eG1wLmlpZDpCNDg5MkEwM0ZEM0MxMUUzOTAyNDlCRDA2MTgzMjhENCIgeG1wTU06 RG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg5MkEwNEZEM0MxMUUzOTAyNDlCRDA2MTgz MjhENCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAu aWlkOkI0ODkyQTAxRkQzQzExRTM5MDI0OUJEMDYxODMyOEQ0IiBzdFJlZjpkb2N1 bWVudElEPSJ4bXAuZGlkOkI0ODkyQTAyRkQzQzExRTM5MDI0OUJEMDYxODMyOEQ0 Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8 P3hwYWNrZXQgZW5kPSJyIj8+8NlNEgAAAVBJREFUeNrs29EOgiAUgOHoLeC5Mq17 3/+2DTeSOmvWFFSoYf5nO2tuTTwfYEKlnHOHPcfxsPMAAAAAAAAAAAAAAAAAAAAA AAAAAAAgJZRS/kX32fZp/PE30p9b2tByvD78nmDG1H3e3DNsn9fcPebPKed20pZO uebcAK17jy4nghTffbTRlgRgBr0zRLhkKP4yUryVNssACPRSEsJE8a/RVRRABKFZ UXwTKr5IgEiv1QuKr+eMpiIBUhHmFl80QGQInwPFn5dMoaIBAr1pxxCkeLtk1BQP EEGoBu+plha/GYBA7/rjk6SdM0o2CxBBWFX85gACQ31yavwdgFz0aQLhMSV+taDb /X4AU4CbIB+DPAjxKMxiiOUwGyJsibEpyrY4X4zw1Vime4CWXjFfXMAZaUOn3gMU f5jg9wEAAAAAAAAAAAAAAAAAAAD7i7sAAwB/21/1MhzmOwAAAABJRU5ErkJggg==' );
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.image-details-content {
    float: left;
    width: 26.4%;
    margin: 0 3%;
    padding-right: 0.8em;
    border-right: 1px dotted #666;
}

.image {
    padding: 0.3em;
    border: 1px solid #888;
}

    .image img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.image-details-desc {
    float: left;
    width: 100%;
    color: #767676;
}

    .image-details-desc h3 {
        font-weight: normal;
        font-size: 19px;
        color: #fff;
        padding-bottom: 2px;
        border-bottom: 1px solid #777;
        margin-bottom: 0.3em;
    }

.nem-n-des {
    padding: 5px;
    text-align: center;
}

    .nem-n-des h3 {
        margin: 2px;
        font-size: 16px;
    }

.image-details-desc p {
    margin: 2px;
    color: #ccc;
}

#image-wrapper ul li {
    padding-left: 0px !important;
}

/* modal styled */
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sky-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sky-form .button {
    background-color: #A94545;
}


[type=file] {
    cursor: inherit;
    display: block;
    font-size: 12px;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    line-height: 0px;
}


/*Sidenav*/

.side-nav {
    -webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
    padding-left: 0;
    margin-top: 0px;
}


/* bootstrap side navigation */
ul.side-nav span.badge {
    float: right;
    margin-top: 6px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.side-nav > li > span.badge {
    margin-top: 12px;
    margin-right: 6px;
}

ul.side-nav li.list-group-item > a > .label {
    margin-right: 20px;
}

.list-group-item:first-child,
.list-group-item:last-child,
ul.side-nav {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    ul.side-nav li {
        list-style: none;
    }

    ul.side-nav ul {
        margin: 0;
        padding: 0;
        background-color: rgba(0,0,0,0.0);
    }

        ul.side-nav ul li {
            padding: 0 15px;
            border-bottom: rgba(0,0,0,0.05) 1px solid;
        }

            ul.side-nav ul li:last-child {
                border-bottom: 0;
            }

    ul.side-nav a {
        display: block;
        text-decoration: none;
        color: #333;
    }

        ul.side-nav a i.fa {
            width: 20px;
        }

    ul.side-nav ul li a {
        padding: 3px;
        font-size: 13px;
    }

        ul.side-nav ul li a : hover {
            background-color: #0028a1;
        }

    ul.side-nav > li {
        padding: 0;
    }

        ul.side-nav > li > a {
            padding: 9px 10px;
        }

        ul.side-nav > li.list-group-item.active {
            border: 0;
            background-color: transparent;
        }

        ul.side-nav > li.active > a {
            background-color: #0028a1;
        }

        ul.side-nav li.list-toggle.active:after,
        ul.side-nav > li.active > a {
            color: #fff !important;
        }

    ul.side-nav li.list-toggle:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        font-size: 20px;
        right: 10px;
        top: 7px;
        color: #ffcc00;
        font-weight: bold;
    }

    ul.side-nav li.list-toggle.active:after {
        content: "\f107";
    }

.list-group-item {
    border: 0;
    background: transparent;
    border: #ffcc00 1px solid;
    border-left: 0;
    border-right: 0;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.caret1 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/*=============*/
.tabs-vertical-env .tabs-vertical > li {
    margin-bottom: 2px;
}

.tabs-vertical-env .nav > li > a {
    font-size: 14px;
    padding: 9px 15px;
    color: #000;
    background-color: tranparent;
}

    .tabs-vertical-env .nav > li > a:hover {
        background-color: tranparent;
    }

.tabs-vertical-env .tabs-vertical {
    float: left;
    /*width: 20%;*/
    margin-bottom: 0px;
    background-clip: padding-box;
}

    .tabs-vertical-env .tabs-vertical > li.active > a {
        position: relative;
        display: block;
        color: #ffffff;
        background-color: #6d4691;
    }

        .tabs-vertical-env .tabs-vertical > li.active > a:before {
            position: absolute;
            top: 0;
            right: -1px;
            display: block;
            width: 0;
            height: 0;
            margin-top: 0;
            margin-right: -12px;
            content: '';
            border-width: 20px 0 20px 13px;
            border-style: solid;
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #0028a1;
        }

        .tabs-vertical-env .tabs-vertical > li.active > a:after {
            position: absolute;
            top: 2px;
            right: 0;
            display: block;
            width: 0;
            height: 0;
            margin-top: 0;
            margin-right: -12px;
            content: '';
            border-width: 18px 0 18px 12px;
            border-style: solid;
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #0028a1;
        }

    .tabs-vertical-env .tabs-vertical + .tab-content {
        line-height: 21px;
        float: right;
        box-sizing: border-box;
        width: 78%;
        min-height: 160px;
        margin: 0;
        padding: 0 15px 0 5px;
        background-color: #ffffff;
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
    }


    .tabs-vertical-env .tabs-vertical > li:first-child > a {
        background-clip: padding-box;
    }

.tabs-vertical-env.pull-right .tabs-vertical {
    float: right;
}

.tabs-vertical-env.pull-right .tab-content {
    float: left;
}

.tabs-vertical-env.pull-right .tabs-vertical > li.active > a:before {
    top: 0;
    right: auto;
    left: -1px;
    margin-top: 0;
    margin-right: 0;
    margin-left: -12px;
    border-width: 20px 13px 20px 0;
    border-color: rgba(0,0,0,0) #6d4691 rgba(0,0,0,0) rgba(0,0,0,0);
}

.tabs-vertical-env.pull-right .tabs-vertical > li.active > a:after {
    top: 2px;
    right: auto;
    left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: -12px;
    border-width: 18px 12px 18px 0;
    border-style: solid;
    border-color: rgba(0,0,0,0) #6d4691 rgba(0,0,0,0) rgba(0,0,0,0);
}

.tabs-vertical-env.tabs-vertical-custom .tabs-vertical li a {
    background-color: #f5f5f5;
}

.tabs-vertical-env.tabs-vertical-custom .tabs-vertical li.active a {
    background-color: #0028a1;
}

.tabs-vertical-env.tabs-vertical-custom .tab-content {
    background-color: #ffffff;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .tabs-vertical-env .tabs-vertical + .tab-content {
        line-height: 21px;
        float: left;
        box-sizing: border-box;
        min-height: 160px;
        margin: 0;
        padding: 0 15px 0 5px;
        background-color: #ffffff;
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
    }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {

    .tabs-vertical-env .tabs-vertical + .tab-content {
        line-height: 21px;
        float: left;
        box-sizing: border-box;
        min-height: 160px;
        margin: 0;
        padding: 10px 15px 0 5px;
        background-color: #ffffff;
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
    }
}







/**
 * Error Page
 */
.error-page__container {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 40px 60px;
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .error-page__container:before,
    .error-page__container:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
    }

    .error-page__container:before {
        top: -1px;
        right: -1px;
        border-top: 80px solid white;
        border-left: 80px solid transparent;
    }

    .error-page__container:after {
        top: -1px;
        right: -1px;
        border-bottom: 80px solid rgba(0, 0, 0, 0.1);
        border-right: 80px solid transparent;
    }

.error-page__404 {
    font-weight: 600;
    font-size: 96px;
    text-shadow: rgba(87, 87, 87, 0.3) 5px 1px;
}

.error-page1_404 {
    font-weight: 600;
    font-size: 40px;
    text-shadow: rgba(87, 87, 87, 0.3) 5px 1px;
}

.error-page__heading {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 600;
}

.error-page__desc {
    margin-bottom: 20px;
}

.sidebar-section-title h3 {
    border-bottom: 1px solid #3b54ec;
    color: #333;
    display: inline;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

    .sidebar-section-title h3::before {
        background: #3b54ec none repeat scroll 0 0;
        bottom: -4px;
        content: "";
        height: 8px;
        position: absolute;
        right: 0;
        transform: rotate(45deg);
        width: 8px;
    }

    .sidebar-section-title h3::after {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #3b54ec;
        bottom: -9px;
        content: "";
        height: 18px;
        position: absolute;
        right: -5px;
        transform: rotate(45deg);
        width: 18px;
    }




.box {
    position: relative;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
}

    .box.box-solid.box-danger {
        border: 1px solid #ffd600;
    }

        .box.box-solid.box-danger > .box-header {
            color: #000;
            background: #ffd600;
            background-color: #ffd600;
            border-bottom: 1px solid #e6c100;
        }

.box-header.with-border {
    border-bottom: 1px solid #e0e0e0;
}

.box-header {
    color: #444;
    display: block;
    padding: 5px 10px;
    position: relative;
}

    .box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        line-height: 1;
        font-size: 12px;
        font-weight: 700;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 20px;
    color: #000;
}

.error-page .error-headline {
    color: #e0e0e0;
    margin: 40px auto;
    font-size: 48px;
    text-align: center;
}

/*New box design*/
.list-nw {
    display: block;
    list-style: none;
    padding: 0 0 0 0px;
    margin-bottom: 0px;
    background-color: transparent;
    overflow-x: hidden;
    margin-top: -10px;
}

    .list-nw ul li p {
        padding-left: 18px;
        margin-bottom: 5px;
        color: #00249f;
        line-height: 18px;
    }

        .list-nw ul li p a:link {
        }

.size-sm-nw {
    color: #00249f;
    font-size: 12px
}

.list-nw ul li {
    border-bottom: #ededed 1px solid;
}

/*Home page box*/
.top-right-box {
    background-image: url(http://localhost:50861/Content/Images/top-right.jpg);
    padding: 15px;
    color: #fff;
    -webkit-box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

.top-right-box1 {
    padding: 15px;
    color: #0028a0;
    -webkit-box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    background-image: url(http://localhost:50861/Content/Images/top-right1.jpg);
    font-weight: bold;
}

/* Make it a marquee */
.marquee {
    /*width: 450px;*/
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 60s linear infinite;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    padding-right: 20px;
    animation: marquee 60s linear infinite;
}


    .marquee:hover {
        animation-play-state: paused;
    }

.marquee1 {
    /*width: 450px;*/
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 60s linear infinite;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    padding-right: 20px;
    animation: marquee 40s linear infinite;
}


    .marquee1:hover {
        animation-play-state: paused;
    }


/* Make it move */
@keyframes marquee {
    0% {
        text-indent: 90em
    }

    100% {
        text-indent: -160em
    }
}

@media only screen and (min-device-width: 320px) {
    @keyframes marquee {
        0% {
            text-indent: 27.5em;
        }

        100% {
            text-indent: -160em;
        }
    }
}

@media only screen and (min-device-width: 768px) {
    @keyframes marquee {
        0% {
            text-indent: 60em;
        }

        100% {
            text-indent: -160em;
        }
    }
}

@media only screen and (min-device-width: 1024px) {
    @keyframes marquee {
        0% {
            text-indent: 80em;
        }

        100% {
            text-indent: -160em;
        }
    }
}

/* Make it pretty */
.microsoft {
    padding-left: 1.5em;
    position: relative;
    font: 12px;
}

    /* ::before was :before before ::before was ::before - kthx */
    .microsoft:before, .microsoft::before {
        z-index: 2;
        content: '';
        position: absolute;
        /*top: -1em; left: -1em;
    width: .5em; height: .5em;*/
    }

    .microsoft:after, .microsoft::after {
    }

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: 12px;
}

    .vanity a, .microsoft a {
        color: #1570A6;
        transition: color .5s;
        text-decoration: none;
    }

        .vanity a:hover, .microsoft a:hover {
            color: #F65314;
        }

/* Style toggle button */
.toggle {
    display: block;
    margin: 2em auto;
}

.highlight {
    padding: 1px 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 2px;
    margin-bottom: 5px;
}

.highlight1 {
    padding: 4px 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 2px;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 11px;
    font-style: italic;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
     top: 50%;
     padding-left:10px; padding-right:10px;
}

    .carousel-control.left { /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
        background-repeat: repeat-x;
        top: 50%;
    }

    .carousel-control.right {
        top: 50%;
        right: 0;
        left: auto; /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x;*/
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control > .fa fa-chevron-left, .carousel-control > .fa fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .fa fa-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .fa fa-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        height: 3px !important;
        border-radius: 0px !important;
        width: 5%;
    }

    .carousel-indicators .active {
        background: #ffb900;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    top:15%;
    bottom: 2px;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width:30%;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
}
.carousel-caption p {
    color: #3c218a!important;
    font-weight:bold;
    margin-bottom:5px;
}

.carousel-caption .btn {
    text-shadow: none;
    margin:0px;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    /*.carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }*/

    .carousel-indicators {
        bottom: -15px;
    }
}

/*TV Media*/
#myCarousel1 .carousel-caption1 {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.03);
    text-shadow: none;
}

#myCarousel1 .list-group-tv {
    position: absolute;
    top: 0;
    right: 0;
}
#myCarousel1 .list-group-tv-item {
    /*position: relative;*/
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
}


#myCarousel1 .list-group-tv {
    display: block;
    list-style: none;
    padding: 0 0 0 0px;
    margin-bottom: 28px;
    background-color: transparent;
    overflow: hidden;
    border: solid 1px #ddd;
}
#myCarousel1 .list-group-tv-item {
    border-radius: 0px;
    cursor: pointer;
}

#myCarousel1 .list-group1 .active {
    background-color: #eee;
}

@media (min-width: 992px) {
    #myCarousel1 {
        padding-right: 33.3333%;
    }

        #myCarousel1 .carousel-controls {
            display: none;
        }
}

@media (max-width: 992px) {
    .carousel-caption1 p,
    #myCarousel1 .list-group-tv {
        /*display: none;*/
    }
}
div.scrollable-wrap {
    width: 100%;
    height: 322px;
    float: left;
    background: #f6f7f6;
    padding: 15px 10px 15px 20px;
}
.scrollable {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-bottom:#ddd solid 1px;
    margin-bottom:15px;
}
.scrollable :last-child {
    border-bottom: none;
}
.scrollable .items {
    width: 100%;
    float: left;
}
scrollable .items .thumb-wrap {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.scrollable .video-img {
    width: 30%;
    float: left;
}
.scrollable .video-description {
    width: 70%;
    float: left;
    padding-left: 10px;
}

/*Feedback Msg*/

.account-pages {
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    border-radius: 5px;
    max-width: 420px;
    margin: 5% auto;
    padding: 30px;
}

/*top-Menu*/

@media screen and (min-width: 1024px){
    .top-left {
        margin-left: 269px;
    }
}
@media screen and (min-width: 991px) {
    .top-left {
        padding-left: 0px;
    }
}
@media screen and (min-width: 480px) {
    .top-left {
        padding-left: 0px;
    }
}

.multiselect-native-select .btn-group > .btn:first-child {
    padding: 7px 0;
    width: 100%;
    text-align: left;
}

.multiselect-native-select .btn-group, .btn-group-vertical {
    width: 100%;
}

.multiselect-native-select .multiselect-container > li > a > label {
    padding: 3px 0 3px 7px;
}

.multiselect-native-select .btn.dropdown-toggle .caret {
    margin-left: 5px !important;
    margin-right: 8px;
    margin-top: -1px;
    position: absolute;
    right: 0;
}

.multiselect-native-select .dropdown-menu {
    min-width: 325px;
}

    .multiselect-native-select .dropdown-menu > li.active a, .dropdown-menu > li.active a:hover, .dropdown-menu > li.active a:focus {
        opacity: 1;
        color: #3a3a3a;
        background-color: rgb(241, 241, 241);
    }

.multiselect-native-select .dropdown-menu {
    min-width: 325px;
    height: 200px;
    overflow: auto;
}

@media(min-width:768px) {
    .container.height_on_desktop {
        height: 77px
    }
}
@media(min-width:768px) {
   .height_on_desktop {
        height: 77px
    }
}

/*Sticky Social Bar*/
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a.twitter:hover {
            background-color: #2e8ad0;
        }

        .icon-bar a.linkedin:hover {
            background-color: #03557b;
        }

        .icon-bar a.youtube:hover {
            background-color: #920404;
        }

/*.facebook {
    background: #3B5998;
    color: white;
}*/
.twitter {
    background: #55ACEE;
    color: white;
}

/*.google {
    background: #dd4b39;
    color: white;
}*/

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

