html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
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 silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 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: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    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: 400;
    line-height: 1;
    color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote 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.42857143;
    color: #999;
}
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 #eee;
    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";
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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 {
    color: #333;
    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: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.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: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: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.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: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: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.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: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: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.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: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: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.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: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: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.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: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: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    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: #999;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.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;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.caret {
    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;
}
.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;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}
.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: 12px;
    line-height: 1.42857143;
    color: #999;
}
.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: 1px;
}
@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:focus,
.btn-group-vertical > .btn:focus {
    outline: 0;
}
.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.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: #fff;
    background-color: #428bca;
    border-color: #428bca;
    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: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 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: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 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: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.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: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -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);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.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: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    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;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    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: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    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: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    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: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.modal-backdrop.in {
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #333;
}
.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}
.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.ekko-lightbox .modal-header .close {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0;
}
.ekko-lightbox-nav-overlay a {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-shadow: none;
}

.ekko-lightbox-container {
    position: relative;
}
.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    padding-top: 45%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
    width: 49%;
}
.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1;
}
.ekko-lightbox .glyphicons.chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.ekko-lightbox .glyphicons.chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}
.ekko-lightbox .modal-footer {
    text-align: left;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
@font-face {
    font-family: flexslider-icon;
    src: url(./fonts/flexslider-icon.eot);
    src: url(./fonts/flexslider-icon.eot#iefix) format("embedded-opentype"), url(./fonts/flexslider-icon.woff) format("woff"), url(./fonts/flexslider-icon.ttf) format("truetype"), url(./fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    content: "\f001";
}
.flex-direction-nav a.flex-next:before {
    content: "\f002";
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5c5c5c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

#boxed {
    background: #fbfcfd;
    margin: 0 auto;
}

@font-face {
    font-family: "themovation-icons";
    src: url("./fonts/themovation-icons.eot");
    src: url("./fonts/themovation-icons.eot#iefix") format("embedded-opentype"), url("./fonts/themovation-icons.woff") format("woff"), url("./fonts/themovation-icons.ttf") format("truetype"), url("./fonts/themovation-icons.svg#themovation-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
.th-icon:before {
    font-family: "themovation-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.th-i-prev:before {
    content: "a";
}
.th-i-gallery:before {
    content: "b";
}
.th-i-next:before {
    content: "c";
}
.th-i-up:before {
    content: "d";
}
.th-i-down:before {
    content: "e";
}
.th-i-cart:before {
    content: "f";
}
.th-i-card:before {
    content: "g";
}
.th-i-card2:before {
    content: "h";
}
.th-i-card,
.th-i-card2 {
    font-size: 24px;
}
.th-i-cart2:before {
    content: "i";
}
.th-i-cart3:before {
    content: "j";
}

/* Responsive Images */

img {
    max-width: 100%;
    height: auto;
}

/* =============================================================================
   Header
   ========================================================================== */

.banner {
    z-index: 20;
}

.navbar {
    background-color: #fff;
    margin-bottom: 0;
}

.banner #logo {
    float: left;
    display: block;
    margin: 25px 0;
}
.banner #logo .logo-trans {
    display: none;
}

.navbar .navbar-nav {
    float: right;
    text-align: right;
    margin: 12px 0 0 0;
}

.navbar .navbar-nav > li > a {
    position: relative;
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0;
    margin: 0 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.navbar .navbar-nav > li > a:after {
    position: absolute;
    bottom: 12px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s linear;
}

.navbar .navbar-nav > li > a:hover {
    color: #5d5d5d;
}

.navbar .navbar-nav > li > a:hover:after,
.navbar .navbar-nav > li.active > a:after,
.navbar .navbar-nav > li.active > a:hover:after,
.navbar .navbar-nav > li.active > a:focus:after {
    width: 100%;
    height: 1px;
    background-color: #3a3b74;
}

.navbar-nav > li + li {
    margin-left: 2px;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus {
    color: #5d5d5d;
    background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu {
    background-color: #353c40;
    border-radius: 0 !important;
}

.navbar .navbar-nav .dropdown-menu li a {
    position: relative;
    font-size: 14px;
}

.navbar .navbar-nav .dropdown-menu li.active a {
    background-color: transparent;
    color: #3a3b74;
}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu li.active a:hover {
    color: #3a3b74;
    background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

@media (min-width: 768px) and (max-width: 1449px) {
    .navbar .navbar-nav .dropdown .dropdown .dropdown-menu {
        right: auto;
    }
}

.navbar-collapse {
    max-height: none;
}
.navbar-collapse ul {
    margin-bottom: 10px;
}

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

.navbar .navbar-nav .th-anchor.active a:after {
    width: 0;
}

/* Top Navigation */

.top-nav {
    background: rgba(0, 0, 0, 0.03);
    padding: 5px 0;
}

.top-nav-text {
    float: left;
}

.top-nav-icon-blocks {
    float: right;
}

.top-nav-icon-blocks .icon-block {
    display: inline-block;
    padding: 0 10px;
    text-align: right;
}

.top-nav-icon-blocks .icon-block:last-child {
    padding: 0 0 0 10px;
}

.top-nav-icon-blocks .icon-block a:hover {
    text-decoration: none;
}
.top-nav-icon-blocks .icon-block i {
    padding-right: 6px;
}

.top-nav-icon-blocks .icon-block p,
.top-nav-icon-blocks .icon-block a,
.top-nav-text p,
.top-nav-text a {
    font-size: 12px;
    line-height: 26px;
    margin: 0;
    color: #5d5d5d;
}

.top-nav-icon-blocks .icon-block i {
    font-size: 13px;
}

/* Transparent Header */

.banner[data-transparent-header="true"] {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: visible !important;
    z-index: 9998;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-bottom: 0;
}

.boxed-mode .banner[data-transparent-header="true"] {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner[data-transparent-header="true"] #logo .logo-trans {
    display: inline;
}
.banner[data-transparent-header="true"] #logo .logo-main {
    display: none;
}

.banner[data-transparent-header="true"] .navbar-nav > li > a,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a {
    color: #fff;
}
.banner[data-transparent-header="true"] .navbar-nav > li > a:hover,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:hover {
    color: #fff;
}

.banner[data-transparent-header="true"] .navbar-nav > li > a:hover:after,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:after,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:hover:after,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:focus:after {
    background-color: #fff;
}

.banner[data-transparent-header="true"] .top-nav-icon-blocks .icon-block p,
.banner[data-transparent-header="true"] .top-nav-icon-blocks .icon-block a,
.banner[data-transparent-header="true"] .top-nav-text p,
.banner[data-transparent-header="true"] .top-nav-text a {
    color: #fff;
}

.banner[data-transparent-header="true"] .top-nav {
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
    General
   ========================================================================== */

.page-title {
    margin: 0 15px;
}

body.blog .page-title,
body.single .page-title,
body.search .page-title,
body.archive .page-title,
body.error404 .page-title {
    border-bottom: 1px solid #e6e6e6;
}

.page-title.centered {
    padding: 60px 10%;
}
.page-title.left {
    padding: 60px 10% 60px 0;
}
.page-title.right {
    padding: 60px 0 60px 10%;
    text-align: right;
}

.page-title .header-icon {
    font-size: 28px;
    margin-bottom: 20px;
    color: #a3a3a3;
}

.page-title h1 {
    margin: 0;
    color: #3a3b74;
}

.page-title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 10px 0 0;
}

.full-header-img {
    background: #f2f3f7;
    background-size: cover;
}
.preloader .page-title {
    border-bottom: 0;
}

.page-title .page-title-button {
    margin: 30px 0 0;
}

.page-title .btn-standard,
.page-title .btn-ghost,
.page-title .a2c-btn a.button {
    font-size: 18px;
}

.page-title .th-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-title.left .th-btn {
    margin-right: 8px;
}
.page-title.left .th-btn + .th-btn {
    margin-right: 0;
}

.page-title.centered .th-btn {
    margin-left: 4px;
    margin-right: 4px;
}

.page-title.right .th-btn + .th-btn {
    margin-left: 8px;
}

.inner-container > h1.entry-title {
    width: calc(100% - 60px);
    max-width: 1140px;
    color: #3a3b74;
    padding: 60px 0;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
}

.clear {
    clear: both;
}

.circle {
    -webkit-border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important;
}

.accent {
    color: #3a3b74;
}

.centered {
    text-align: center;
}

.th-circle {
    -webkit-border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important;
}

.elementor-icon i.th-linea,
.elementor-icon i.th-trip {
    font-weight: normal;
}

/* Small Icons */

.th-icon-size-sm .elementor-icon,
.th-icon-size-sm i {
    font-size: 36px;
}

/* Medium Icons */

.th-icon-size-md .elementor-icon,
.th-icon-size-md i {
    font-size: 44px;
}

/* Large Icons */

.th-icon-size-lg .elementor-icon,
.th-icon-size-lg i {
    font-size: 54px;
}

/* Extra Large Icons */

.th-icon-size-xl .elementor-icon,
.th-icon-size-xl i {
    font-size: 66px;
}

/* FontAwesome */
/*
.elementor-view-framed .elementor-icon i.fa,
.elementor-view-stacked .elementor-icon i.fa {
    width:1.28571429em;
    height:1.28571429em;
    line-height:1.28571429em;
    text-align:center;
} */

/* Travel Pack */

.elementor-icon i.th-trip {
    line-height: 0.98;
}

/* Linea */

.elementor-icon i.th-linea:before {
    vertical-align: bottom;
}

.titlee {
    font-size: 48px !important;
}
.titlee_main {
    font-size: 78px !important;
}
.whitee {
    color: white !important;
}
.flex-reverse {
    flex-direction: row-reverse !important;
    align-items: center !important;
}
.align-items_center {
    align-items: center !important;
}
.white {
    color: white !important;
}
.gray {
    opacity: 0.5 !important;
    color: white !important;
}
.fz-14 {
    font-size: 14px !important;
}
.card_middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 500px) {
    .card_middle {
        flex-direction: column;
        gap: 20px 0px;
        align-items: flex-start;
    }
}

/* Flexible iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Page Comments */

body.page .comment-respond {
    margin-bottom: 75px;
}

body.page #respond,
body.page #comments {
    border-top: 1px solid #e2e2e2;
}

body.page #comments + #respond {
    border-top: 0;
}

body.page #respond {
    margin-top: 50px;
}

body.page #comments {
    margin-bottom: 70px;
}

/* Misc */

.float-left {
    float: left;
}
.float-right {
    float: right;
}

.panel,
.panel-group .panel {
    border-radius: 5px;
    box-shadow: none;
}

label {
    font-weight: 600;
}

section.th-parallax:not(.th-mobile) {
    background: none !important;
}

.content-editor > table,
.post .entry-content > table,
#comments .media-body > table {
    margin-bottom: 25px;
}

.content-editor > table th,
.post .entry-content > table th,
#comments .media-body > table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.content-editor > table tr,
.post .entry-content > table tr,
#comments .media-body > table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.content-editor > table th,
.content-editor > table td,
.post .entry-content > table th,
.post .entry-content > table td,
#comments .media-body > table th,
#comments .media-body > table td {
    padding: 5px 24px 5px 0;
}

.content-editor > dl dt,
.post .entry-content > dl dt,
#comments .media-body > dl dt {
    margin: 14px 0 4px;
}

.content-editor .th-pagination,
.post .pagination {
    display: block;
    clear: both;
    font-size: 18px;
    letter-spacing: 6px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #dedede;
    border-radius: 0;
}
.content-editor .th-pagination a,
.post .pagination a:hover {
    text-decoration: none;
}

/* ==========================================================================
   Primary Content
   ========================================================================== */

.meta-border {
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
}

.standard-blog .page {
    padding-top: 45px;
}
.standard-blog .page:first-child {
    padding-top: 0;
}
.standard-blog .page .post-title {
    margin-top: 0;
}

.container {
    width: calc(100% - 30px);
    max-width: 1170px !important; /* override default Bootstrap media queries */
}

.content-width {
    width: calc(100% - 60px);
    max-width: 1140px;
}

.inner-container > .content-editor {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 15px;
}

.error-404 {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.elementor-page .inner-container > .content-editor,
body.elementor-editor-active .inner-container > .content-editor,
body.elementor-editor-preview .inner-container > .content-editor {
    width: auto !important;
    max-width: none;
    margin: 0;
    padding: 0;
}

.elementor-section-boxed .elementor-container {
    width: calc(100% - 60px);
}

.elementor-section-boxed .elementor-column-gap-default .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.elementor-section-boxed .elementor-column-gap-extended .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.elementor-section-boxed .elementor-column-gap-wide .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-section-boxed .elementor-column-gap-wider .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

/* ==========================================================================
   Preloader
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    transition: all 0.4s ease-out;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#3498db */ #969696;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#e74c3c*/ #9f9f9f;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#f9c922*/ #c6c6c6;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /*background: #222;*/
    background: #fff;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
    display: none;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
    display: none;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    background: transparent;
    transition: all 0.9s ease-out;

    /*-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateX(-100%);  /* IE 9 */
    /*transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
    background: transparent;
    transition: all 0.9s ease-out;

    /*-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateX(100%);  /* IE 9 */
    /*transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
    opacity: 0;

    /*-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
    background: transparent;
    visibility: hidden;

    /*-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateY(-100%);  /* IE 9 */
    /*transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/* ==========================================================================
   Audio, Video, Media
   ========================================================================== */

.video-container,
.wp-hosted-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container {
    padding-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed,
.wp-hosted-video iframe,
.wp-hosted-video object,
.wp-hosted-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.wp-video-shortcode .mejs-controls,
.wp-audio-shortcode .mejs-controls {
    background: #1d1d1d !important;
}

/* Gutenberg Video Block */

.wp-block-embed.is-type-video .wp-block-embed__wrapper .entry-content-asset {
    position: relative;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper .entry-content-asset:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-1-1 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-1-2 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 200%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 75%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 56.25%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-18-9 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 50%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-21-9 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 42.85%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Typography
   ========================================================================== */

p,
li {
    font-size: 15px;
    line-height: 165%;
}

p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #5c5c5c;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #3a3b74;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: #5c5c5c;
}

/* Standard Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #515151;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

.single-post h1 {
    font-size: 48px;
}

@media (max-width: 991px) {
    h1:not(.product_title) {
        font-size: 56px;
    }
    .single-post h1 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    h1:not(.product_title) {
        font-size: 48px;
    }
    .single-post h1 {
        font-size: 40px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 23px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 17px;
    }
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
    text-decoration: none;
}

code {
    white-space: normal;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    white-space: normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn:focus,
.btn:focus:hover {
    color: #fff;
}

.btn-standard-primary {
    color: #fff;
    background-color: #3a3b74;
    border-color: #3a3b74;
}

.btn-standard-accent {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64;
}

.btn-standard-light,
.btn-standard-light:focus:hover {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff;
}

.btn-standard-dark {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-standard-primary:hover,
.btn-standard-accent:hover,
.btn-standard-dark:hover {
    color: #fff;
    opacity: 0.85;
}
.btn-standard-light:hover,
.btn-standard-light:focus {
    color: #1b1b1b;
    opacity: 0.85;
}

.btn-standard-primary,
.btn-standard-accent,
.btn-standard-light,
.btn-standard-dark,
.btn-ghost-primary,
.btn-ghost-accent,
.btn-ghost-light,
.btn-ghost-dark {
    border-width: 2px;
}

.btn-ghost-primary {
    color: #3a3b74;
    background-color: transparent;
    border-color: #3a3b74;
}
.btn-ghost-primary:hover {
    color: #fff;
    background-color: #3a3b74;
    border-color: #3a3b74;
}

.btn-ghost-accent {
    color: #f96d64;
    background-color: transparent;
    border-color: #f96d64;
}
.btn-ghost-accent:hover {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64;
}

.btn-ghost-light,
.btn-ghost-light:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-ghost-light:hover,
.btn-ghost-light:focus:hover {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff;
}

.btn-ghost-dark,
.btn-ghost-dark:focus {
    color: #1b1b1b;
    background-color: transparent;
    border-color: #1b1b1b;
}
.btn-ghost-dark:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-cta-primary,
.btn-cta-accent {
    display: inline-block;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.btn-cta-primary {
    background-color: #3a3b74;
}
.btn-cta-accent {
    background-color: #f96d64;
}

.btn-cta-primary:hover,
.btn-cta-accent:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.th-btn i,
.th-btn span {
    margin-top: 2px;
    margin-left: 8px;
}

.th-btn-align-left {
    text-align: left;
}
.th-btn-align-center {
    text-align: center;
}
.th-btn-align-right {
    text-align: right;
}

a:focus,
.button:focus,
.btn:focus {
    outline: none;
}

.th-btn.btn-image img {
    max-height: 50px;
    width: auto;
}

/* Bootstrap Buttons */

.btn-lg,
.btn-large,
.btn-group-lg > .btn,
.btn-group-large > .btn {
    font-size: 18px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 50px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 50px;
}

.btn.dropdown-toggle,
.btn-group .btn,
#main-flex-slider .btn.dropdown-toggle,
#main-flex-slider .dropdown-menu li a {
    margin-bottom: 0;
}

.btn-group .dropdown-menu li a {
    text-align: left;
}

.navbar-toggle {
    border: 0;
    padding: 10px 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/* General */

form input,
.frm_forms form label,
.with_frm_style label.frm_primary_label,
.with_frm_style.frm_login_form label,
.frm_forms form input,
.frm_forms form textarea,
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style select,
.frm_style_formidable-style.with_frm_style select,
.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style textarea,
#content .with_frm_style input:not([type="submit"]):not([type="button"]),
#content .with_frm_style select,
#content .with_frm_style textarea,
.with_frm_style .chzn-container,
.with_frm_style input[type="file"],
.with_frm_style .frm_submit input[type="submit"],
.with_frm_style .frm_submit input[type="button"],
.frm_form_submit_style,
.with_frm_style.frm_login_form input[type="submit"],
a.frm_save_draft,
.with_frm_style #frm_field_cptch_number_container,
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label,
.frm_forms .frm_description,
.with_frm_style p.description,
.with_frm_style div.description,
.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: none !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
    color: #5c5c5c !important;
    -webkit-appearance: none;
}

.frm_form_field input::placeholder,
.frm_form_field textarea::placeholder {
    opacity: 1;
}

.radio,
.checkbox {
    padding-left: 0;
}

.with_frm_style .form-field,
.with_frm_style .frm_form_field,
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 15px;
}

.frm_forms form input[type="text"],
.frm_forms form input[type="email"],
.frm_forms form input[type="url"],
.frm_forms form input[type="password"],
.frm_forms form input[type="number"],
.frm_forms form input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="password"],
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="number"],
.frm_style_formidable-style.with_frm_style input[type="url"],
.frm_style_formidable-style.with_frm_style input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="file"],
.frm_style_formidable-style.with_frm_style input[type="search"] {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 46px;
    margin-bottom: 0;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.frm_forms form input,
.frm_forms form textarea,
.frm_style_formidable-style.with_frm_style textarea {
    font-size: 13px;
    margin-bottom: 0;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.frm_forms form textarea,
.frm_style_formidable-style.with_frm_style textarea {
    padding: 20px !important;
}

.frm_forms form label,
.with_frm_style label.frm_primary_label,
.with_frm_style.frm_login_form label,
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label,
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 6px;
}

.with_frm_style .frm_radio label,
.frm_radio label,
.with_frm_style .frm_checkbox label,
.frm_checkbox label {
    font-size: 12px;
}

form select:focus,
form textarea:focus,
form input:focus {
    border: 1px solid #3a3b74 !important;
    outline: 0 !important;
}

.frm_forms form select,
.frm_style_formidable-style.with_frm_style select,
.frm_forms .frm_form_field select {
    font-size: 13px;
    height: 46px;
    padding: 0 12px !important;
    color: #6c6c6c;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

form input[type="submit"],
.with_frm_style .frm_submit input[type="submit"],
.with_frm_style .frm_submit input[type="button"],
.frm_form_submit_style,
.with_frm_style.frm_login_form input[type="submit"] {
    background: #3a3b74;
    color: #fff;
    padding: 10px 30px;
    margin-top: 0;
    border: 0;
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
form input[type="submit"]:hover,
.with_frm_style .frm_submit input[type="submit"]:hover,
.with_frm_style .frm_submit input[type="button"]:hover,
.frm_form_submit_style:hover,
.with_frm_style.frm_login_form input[type="submit"]:hover {
    background: #3a3b74;
    color: #fff;
    opacity: 0.9;
}

.frm_forms .frm_none_container label.frm_primary_label,
.frm_forms .frm_pos_none {
    display: none;
}

.frm_forms .frm_description {
    font-size: 14px !important;
}

.with_frm_style .frm_error_style,
.with_frm_style .frm_message,
.frm_success_style {
    line-height: 1.4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-datepicker-header,
.ui-widget-header {
    background: #ccc !important;
    border-color: #aaa !important;
}
.ui-datepicker select {
    color: #333;
}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
    background: #ddd;
    border-color: #999;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
    background: #eee;
    border-color: #eee;
    color: #737373;
}

.ui-datepicker .ui-state-default.ui-state-active {
    background: #eee;
    border-color: #999;
    color: #363636;
}

.ui-datepicker .ui-state-default:hover {
    background: #ccc;
    border-color: #999;
    color: #363636;
}

/* reCaptcha */

#recaptcha_area input {
    height: auto;
    border-radius: 0;
}

#recaptcha_privacy a {
    color: #666;
}

/* Widget Forms */

.th-widget-area .widget .frm_forms {
    padding-top: 4px;
}

.th-widget-area .widget .frm_style_formidable-style.with_frm_style fieldset {
    padding-bottom: 0;
}

.th-widget-area .widget .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 15px;
}

.th-widget-area .widget input[type="text"],
.th-widget-area .widget input[type="email"],
.th-widget-area .widget input[type="url"],
.th-widget-area .widget input[type="password"],
.th-widget-area .widget input[type="number"],
.th-widget-area .widget input[type="tel"],
.th-widget-area .widget textarea,
.th-widget-area .widget select,
.th-widget-area .widget input[type="submit"] {
    width: 100% !important;
    max-width: 450px !important;
}
.th-widget-area .widget input {
    height: 50px !important;
}

.th-widget-area .widget input[type="checkbox"],
.th-widget-area .widget input[type="radio"] {
    height: auto !important;
}

.th-widget-area .widget input[type="submit"],
.th-widget-area .widget .frm_style_formidable-style.with_frm_style input[type="submit"] {
    padding: 12px !important;
    margin: 0;
    box-sizing: border-box !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.footer input[type="text"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="password"],
.footer input[type="number"],
.footer input[type="tel"],
.footer textarea,
.footer select {
    max-width: 450px;
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}
.footer select {
    color: #9f9f9f !important;
}

.footer .frm_forms .frm_message p,
.footer .with_frm_style .frm_message p {
    color: #468847 !important;
}

.footer .frm_forms input[type="submit"],
.footer .frm_forms input[type="submit"]:hover {
    border: 1px solid transparent;
}

.footer #recaptcha_area input {
    background: #fff !important;
}

.footer label,
.footer .frm_forms .frm_description {
    color: #c6c6c6 !important;
}

/* MailChimp */

#mc_signup input {
    height: 46px;
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
}
#mc_signup input[type="submit"] {
    border: 0;
}

/* Password Protected Posts */

.post-password-form label {
    margin-top: 10px;
}

.post-password-form input[type="password"] {
    display: block;
    width: 340px;
    padding: 8px 12px;
    margin-bottom: 6px;
    border: 1px solid #999;
}
.post-password-form input[type="submit"] {
    display: block;
    padding: 8px 24px;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .post-password-form input[type="password"] {
        width: 260px;
    }
}

/* ==========================================================================
   Blog
   ========================================================================== */

/* General */

.elementor-editor-active .th-no-sidebar #elementor-add-section,
.th-no-sidebar .elementor-section-boxed > .elementor-container {
    max-width: 800px;
    margin: 0 auto;
}
.th-no-sidebar > .standard-blog .container,
body:not(.elementor-page):not(.elementor-editor-active):not(.elementor-editor-preview) .th-no-sidebar .container,
body:not(.elementor-page):not(.elementor-editor-active):not(.elementor-editor-preview) .th-no-sidebar > .content-editor {
    max-width: 830px !important;
    margin: 0 auto !important;
}
.th-no-sidebar > h1.entry-title {
    max-width: 800px !important;
}
.th-no-sidebar .page-title {
    padding-left: 0;
    padding-right: 0;
}

a img.wp-post-image {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-title,
.post-title {
    word-wrap: break-word;
}

.post-meta,
.date-meta,
.entry-meta {
    font-size: 13px;
    color: #8b8b8b;
}

.entry-content a {
    white-space: nowrap;
}

.post-meta a {
    white-space: nowrap;
}

.pager {
    padding-left: 15px;
    padding-right: 15px;
}
.pager li > a,
.pager li > span {
    background-color: transparent;
    border: 1px solid #cecece;
    font-weight: 400;
    border-radius: 50px;
    padding: 10px 35px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pager li > a:hover,
.pager li > span:hover {
    background-color: #3a3b74;
    border: 1px solid #3a3b74;
    color: #fff;
}

.is-sticky {
    display: none;
}
.sticky .is-sticky {
    display: inline;
}
.th-masonry-blog .sticky time.published,
.sticky .show-date {
    display: none;
}

body.elementor-page .th-pagination {
    display: none;
}

/* Standard Blog */

.standard-blog {
    padding: 40px 0;
}

.standard-blog .post {
    padding-top: 50px;
}
.standard-blog .post:first-child {
    padding-top: 0;
}

.standard-blog .entry-content {
    padding: 20px 0 0;
}
.standard-blog .post-excerpt p {
    margin-bottom: 0;
}

.standard-blog .post .wp-post-image {
    width: auto;
}

.standard-blog .post-inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.standard-blog .post.sticky .post-inner {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 40px;
    border: 0;
}

.standard-blog .post.sticky h3.post-title {
    margin-top: 0;
}

.standard-blog .meta-tags {
    margin-top: 20px;
}

.standard-blog .pager {
    padding-top: 30px;
}

/* Masonry Blog */

.th-masonry-blog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mas-blog:after {
    content: "";
    display: block;
    clear: both;
}

.mas-blog-post-sizer {
    float: none;
}

.mas-blog-post {
    margin-bottom: 30px;
}

@media (max-width: 699px) {
    .mas-blog-post-sizer,
    .mas-blog-post {
        width: 100%;
    }
}
@media (min-width: 700px) and (max-width: 767px) {
    .mas-blog-post-sizer,
    .mas-blog-post {
        width: 50%;
    }
}

.category .mas-blog-post .post-inner,
.page-template-blog-masonry .mas-blog-post .post-inner,
.mas-blog-post .post-inner {
    padding: 30px;
    background: #fff;
    border: 1px solid #e1e1e1;
}
.mas-blog-post .post-inner {
    border-width: 0;
}

.mas-blog-post .post-title {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 0;
}
.mas-blog-post .post-meta {
    padding-bottom: 10px;
}
.mas-blog-post .date-meta {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 20px;
}

.mas-blog-post .date-meta i.xs-icon {
    display: none;
    /*font-size:16px;
    margin-right:5px;
    color:rgba(0,0,0,0.4);*/
}

/* Blog Single Page */

body.single .post-inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

body.single .post-inner .entry-content:before,
body.single .post-inner .entry-content:after {
    content: " ";
    display: table;
}
body.single .post-inner .entry-content:after {
    clear: both;
}

#themo_single_post_layout_content {
    padding: 40px 0;
}

body.single .wp-post-image {
    margin-bottom: 20px;
}
body.single .entry-content {
    padding: 30px 0 20px;
}

/* Comments */

.comments-title {
    margin: 50px 0 30px;
}

#comments li.comment .avatar {
    margin: 10px 15px 0 0;
    border-radius: 50em;
}

#comments .bypostauthor {
}

#comments .comment h4.media-heading {
    margin-top: 16px;
    font-size: 23px;
    font-weight: normal;
}
#comments .pingback h4.media-heading {
    margin-top: 5px;
}

#comments .post-meta {
    margin-bottom: 15px;
}

#comments .comment-reply {
    font-size: 13px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e2e2e2;
}

#comments .pager {
    padding: 0;
    margin: 40px 0 10px;
}

#comments .comment-awaiting {
    font-style: italic;
    margin: 0 0 15px;
}

.comment-reply-title {
    margin: 50px 0 5px;
}

#respond .comment-info {
    margin: 10px 0 30px;
}

.form-control {
    height: 46px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0, 0 0 0;
    box-shadow: inset 0 0 0, 0 0 0;
}
.form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 0 0, 0 0 0;
    box-shadow: inset 0 0 0, 0 0 0;
}

#respond .form-group label {
    margin: 4px 0;
}

.form-allowed-tags {
    font-size: 14px;
}
.form-allowed-tags code {
    white-space: normal;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond input[type="submit"] {
    padding: 8px 30px;
    border-radius: 50px;
}

.comments-closed {
    font-style: italic;
    margin: 50px 0 10px;
}

.required-fields {
    white-space: nowrap;
}

/* Standard Format */

.standard-blog .format-standard .wp-post-image {
    margin-bottom: 20px;
}
.standard-blog .format-standard .post-title {
    margin-top: 0;
}

.standard-blog .format-standard.sticky .wp-post-image {
    margin-bottom: 0;
}

/* Aside Format */

.standard-blog .format-aside .entry-content {
    padding-top: 0;
}
.standard-blog .format-aside .post-meta {
    margin: 20px 0 0;
}

.th-masonry-blog .format-aside .date-meta {
    margin-top: 10px;
}

body.single .format-aside .post-meta {
    padding-top: 20px;
}
body.single .format-aside .entry-content {
    padding: 0;
}

/* Audio Format */

.th-masonry-blog .format-audio .audio-embed {
    padding-bottom: 15px;
}

.standard-blog .format-audio.sticky h3.post-title {
    margin-top: 20px;
}

body.single .format-audio .audio-embed {
    padding-bottom: 20px;
}

/* Image Format */

.standard-blog .format-image .post-meta {
    margin-top: 20px;
}

.th-masonry-blog .format-image .date-meta {
    margin-top: 10px;
}

/* Video Format */

.format-video iframe {
    border: 0;
}

body.single .video-container,
body.single .wp-hosted-video {
    margin-bottom: 20px;
}

.th-masonry-blog .format-video .wp-hosted-video {
    margin-bottom: -1px;
}

/* Gallery Format */

.th-masonry-blog .format-gallery .flex-control-nav {
    display: none;
}

.th-masonry-blog .format-gallery .flex-direction-nav a:before {
    font-size: 16px;
    line-height: 50px;
}
.th-masonry-blog .format-gallery .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

body.single .flexslider {
    margin-bottom: 20px;
}

/* Quote Format */

.standard-blog .format-quote .post-inner,
body.single .format-quote .post-inner {
    position: relative;
    padding-bottom: 35px;
}

.format-quote blockquote {
    border: 0;
}
.format-quote blockquote p {
    position: relative;
    font-style: italic;
    z-index: 10 !important;
}
.format-quote blockquote:before,
.format-quote blockquote:after {
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 136px;
    color: #d3d3d3;
    opacity: 0.4;
}
.format-quote blockquote:before {
    content: "\201C";
    top: -30px;
    left: 15px;
}
.format-quote blockquote:after {
    content: "\201D";
    bottom: -45px;
    right: 15px;
}
.format-quote blockquote {
    padding: 35px 20px 22px;
}
.format-quote blockquote footer {
    margin-top: 20px;
}

.format-quote blockquote p {
    font-size: 26px;
    font-weight: 300;
    line-height: 110%;
    color: #656565;
}

.standard-blog .format-quote blockquote,
body.single .format-quote blockquote {
    max-width: 900px;
    width: auto;
    margin: 0 auto;
}

.th-masonry-blog .format-quote blockquote:before {
    top: -20px;
    left: 30px;
}
.th-masonry-blog .format-quote blockquote:after {
    bottom: -10px;
    right: 30px;
}
.th-masonry-blog .format-quote blockquote {
    padding: 26px 20px 20px;
}
.th-masonry-blog .format-quote blockquote p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    color: #656565;
}
.th-masonry-blog .format-quote blockquote footer {
    margin-top: 15px;
}
.th-masonry-blog .format-quote .date-meta {
    display: none;
}

/* Link Format */

.link-icon {
    font-size: 18px;
}

.format-link i {
    margin-right: 5px;
}
.format-link .post-meta {
    margin-bottom: 20px;
    display: none;
}

.standard-blog .link-icon {
    font-size: 20px;
}
.standard-blog .format-link .link-title {
    margin-top: 0;
}
.standard-blog .format-link .link-text {
    margin-bottom: 0;
}
.standard-blog .format-link .link-text a {
    font-size: 16px;
}

.th-masonry-blog .format-link .link-text {
    margin-bottom: 30px;
}
.th-masonry-blog .format-link .link-title {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 15px;
}
.th-masonry-blog .format-link .link-icon {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.th-masonry-blog .format-link .date-meta {
    margin-top: 10px;
}
.th-masonry-blog .format-link .entry-content p {
    margin-top: 10px;
}

body.single .format-link .link-text a {
    font-size: 20px;
}
body.single .link-icon {
    font-size: 24px;
}

/* Archives */

body.blog .pager,
body.archive .pager,
body.search-results .pager {
    padding-left: 0;
    padding-right: 0;
}

/* Blog Templates */

.page-template-blog-standard .content-editor,
.page-template-blog-masonry .content-editor,
.page-template-blog-masonry-wide .content-editor {
    padding-bottom: 0;
}

.th-editor-empty {
    display: none;
}

/* Masonry Blog Template */

@media (min-width: 768px) and (max-width: 991px) {
    .page-template-blog-masonry .main.col-sm-8 .mas-blog-post-sizer,
    .page-template-blog-masonry .main.col-sm-8 .mas-blog-post,
    .page-template-blog-masonry-wide .main.col-sm-8 .mas-blog-post-sizer,
    .page-template-blog-masonry-wide .main.col-sm-8 .mas-blog-post {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-template-blog-masonry .main #th-masonry .mas-blog {
        min-height: 100px;
    }
}

/* Masonry Blog FW Template */

.page-template-blog-masonry-wide .inner-container .container:last-child {
    max-width: none !important;
    width: 100% !important;
}

@media (min-width: 1300px) {
    .page-template-blog-masonry-wide .inner-container > .th-masonry-blog .container .col-sm-6 {
        width: 25%;
    }
}
@media (min-width: 1600px) {
    .page-template-blog-masonry-wide .inner-container > .th-masonry-blog .container .col-sm-6 {
        width: 20%;
    }
}

/* Masonry Blog Widget */

.elementor-widget-container .th-masonry-blog {
    padding: 0;
}

.elementor-widget-container .th-masonry-blog .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1300px) {
    .elementor-section-full_width .th-blog-4-col .col-sm-6,
    .elementor-section-full_width .th-blog-5-col .col-sm-6 {
        width: 25%;
    }
}
@media (min-width: 1600px) {
    .elementor-section-full_width .th-blog-5-col .col-sm-6 {
        width: 20%;
    }
}

/* ==========================================================================
   Portfolio Grid
   ========================================================================== */

/* Index / Widget */

.th-portfolio-filters {
    padding: 0 0 30px;
    text-align: center;
    font-size: 15px;
}
.th-portfolio-filters span {
    font-weight: 600;
    margin-right: 15px;
}
.th-portfolio-filters a {
    display: inline-block;
    margin: 5px 15px;
    padding: 1px 0;
    color: #8d9093;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.th-portfolio-filters a:hover {
    color: #414141;
}

.th-portfolio-filters a.current {
    color: #3a3b74;
    border: 0;
    border-bottom: 1px solid #3a3b74;
}

.th-light-text .th-portfolio-filters span,
.th-light-text .th-portfolio-filters a {
    color: #fff;
    opacity: 0.6;
}
.th-light-text .th-portfolio-filters a:hover,
.th-light-text .th-portfolio-filters a.current {
    color: #fff;
    opacity: 1;
}
.th-light-text .th-portfolio-filters a.current {
    border-bottom: 1px solid #fff;
}

#th-portfolio-row {
    margin-left: 0;
    margin-right: 0;
}

.th-portfolio .th-portfolio-item {
    padding: 0;
    overflow: hidden;
}

.th-port-gutter .th-portfolio-item {
    border: 5px solid transparent;
}

body.single .th-port-wrap .wp-post-image {
    margin-bottom: 0;
}

.th-port-img {
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.th-portfolio-item:hover .th-port-img {
    transform: scale(1.05, 1.05);
}

.th-port-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.th-portfolio-item:hover .th-port-overlay {
    background-color: rgba(4, 80, 137, 0.8);
}

.th-port-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-port-top-text {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
}

.th-port-center {
    flex: 1;
    padding: 30px;
    text-align: center;
}

.th-port-top-text,
.th-port-center {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.th-portfolio-item:hover .th-port-top-text,
.th-portfolio-item:hover .th-port-center {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.th-port-icon,
.th-port-top-text,
.th-port-title,
.th-port-sub,
.th-port-btn {
    color: #fff;
}

.th-port-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 120%;
    text-transform: uppercase;
    margin: 8px 0 0;
}

.th-port-sub {
    line-height: 130%;
    margin: 8px 0 0;
}

.th-port-btn {
    display: inline-block;
    margin: 20px 0 0;
    padding: 8px 22px;
    border: 2px solid #fff;
    font-weight: 600;
    border-radius: 50px;
}

.th-port-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .th-portfolio .th-portfolio-item {
        width: 100%;
    }
}

/* Three Columns */

@media (min-width: 992px) {
    .th-portfolio .th-portfolio-item.col-md-4 {
        width: 33.333332%;
    }
}

/* Four Columns */

@media (min-width: 992px) and (max-width: 1199px) {
    .th-portfolio-item.col-lg-3 .th-port-icon {
        font-size: 30px;
    }

    .th-portfolio-item.col-lg-3 .th-port-title {
        font-size: 16px;
        margin-top: 5px;
    }

    .th-portfolio-item.col-lg-3 .th-port-sub {
        font-size: 13px;
        margin-top: 5px;
    }
}

/* Five Columns */

@media (min-width: 992px) {
    .five-columns .th-portfolio-item {
        width: 33%;
    }

    .five-columns .th-port-icon {
        font-size: 30px;
    }

    .five-columns .th-port-title {
        font-size: 16px;
        margin-top: 5px;
    }

    .five-columns .th-port-sub {
        font-size: 13px;
        margin-top: 5px;
    }

    .five-columns .th-port-btn {
        font-size: 13px;
        padding: 6px 16px;
    }
}

@media (min-width: 1200px) {
    .five-columns .th-portfolio-item {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .elementor-section-full_width .five-columns .th-port-title {
        font-size: 20px;
    }

    .elementor-section-full_width .five-columns .th-port-sub {
        font-size: 14px;
    }

    .elementor-section-full_width .five-columns .th-port-btn {
        font-size: 14px;
        padding: 8px 20px;
    }
}

/* Project Single Page */

body.single-themo_portfolio #respond {
    margin-bottom: 50px;
}

body.single-themo_portfolio .comments-closed {
    display: none;
}

/* ==========================================================================
   Booked Plugin
   ========================================================================== */

/* General */

body table.booked-calendar th,
body table.booked-calendar td {
    font-family: "Lato", sans-serif;
}

body table.booked-calendar td {
    color: #656565;
}

/* Custom Tooltip */

.th-cal-tooltip {
    position: relative;
    margin: 0 auto 6px;
    padding: 20px 10px;
    text-align: center;
    background-color: #353c40;
    z-index: 10;
}

.th-cal-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid #353c40;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.th-cal-tooltip h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 120%;
    margin: 0;
}

/* Buttons */

body #booked-profile-page input[type="submit"],
body #booked-profile-page button,
body table.booked-calendar input[type="submit"],
body table.booked-calendar button,
body .booked-modal input[type="submit"],
body .booked-modal button {
    border-radius: 50px;
}

/* Calendar Styles */

body table.booked-calendar {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
}

body table.booked-calendar thead,
body table.booked-calendar tr.days {
    text-transform: none;
}

body table.booked-calendar thead th {
    letter-spacing: normal !important;
}

body table.booked-calendar .monthName {
    color: #353c40;
}
body table.booked-calendar .monthName .backToMonth {
    color: #353c40;
    opacity: 0.6;
}
body table.booked-calendar .monthName .backToMonth:hover {
    color: #353c40;
    opacity: 1;
}

body table.booked-calendar tr.days th {
    color: #8d9093 !important;
}

body table.booked-calendar td {
    /*	max-height:94px !important; */
    border: 1px solid #ddd;
    border-left: 0 !important;
    border-right: 0 !important;
}

body table.booked-calendar td:hover .date {
    background: #fff;
}
body table.booked-calendar td:hover .date .number {
    color: #000;
    background: #f9f9f9;
}

body table.booked-calendar td.prev-date .date,
body table.booked-calendar td.prev-date:hover .date,
body table.booked-calendar td.blur .date,
body table.booked-calendar td.blur:hover .date,
body table.booked-calendar td.next-month .date,
body table.booked-calendar td.next-month:hover .date,
body table.booked-calendar td.prev-month .date,
body table.booked-calendar td.prev-month:hover .date {
    background: #fff !important;
}

body table.booked-calendar td.next-month:hover .date .number,
body table.booked-calendar td.prev-month:hover .date .number {
    color: #000;
}

body table.booked-calendar td.blur:hover .date .number,
body table.booked-calendar td.prev-date:hover .date .number {
    background: transparent !important;
}

body table.booked-calendar td.prev-date .date,
body table.booked-calendar td.prev-date:hover .date {
    color: #d0d0d0;
}

body table.booked-calendar td.blur .date,
body table.booked-calendar td.blur:hover .date {
    color: #e4e4e4;
}

body table.booked-calendar td.today .date {
    background: #fff;
}
body table.booked-calendar td.today:hover .date {
    background: #fff;
    color: #333;
}
body table.booked-calendar td.today .date .number,
body table.booked-calendar td.today.prev-date .date .number {
    color: #6c6c6c !important;
    background: #e3f2f9;
    border: 0;
}
body table.booked-calendar td.today:hover .date .number {
    background: #d4edf8 !important;
    color: #000 !important;
}
body table.booked-calendar td.today.prev-date:hover .date {
    color: #6c6c6c;
}

body table.booked-calendar td.booked .date,
body table.booked-calendar td.booked:hover .date {
    background: #fff !important;
}
body table.booked-calendar td.booked .date .number,
body table.booked-calendar td.booked:hover .date .number {
    background: #ffefed !important;
}

body table.booked-calendar td.today.booked .date {
    color: #f0b1a1;
}

/* Small Calendar */

body .booked-calendar-wrap.small table.booked-calendar td:hover .date {
    background: #fff;
}
body .booked-calendar-wrap.small table.booked-calendar td:hover .date .number {
    background: #f9f9f9;
}

body .booked-calendar-wrap.small table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date,
body .booked-calendar-wrap.small table.booked-calendar td.blur .date,
body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date {
    background: #fff;
}

body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date .number,
body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date .number {
    background: transparent;
}

body .booked-calendar-wrap.small table.booked-calendar td.today .date {
    background: #fff;
    color: #6c6c6c;
}
body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date {
    background: #fff;
    color: #333;
}
body .booked-calendar-wrap.small table.booked-calendar td.today .date .number {
    background: #e3f2f9;
}
body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date .number {
    background: #e3f2f9;
}
body .booked-calendar-wrap.small table.booked-calendar td.today.prev-date:hover .date {
    color: #6c6c6c;
}

body .booked-calendar-wrap.small table.booked-calendar td.booked .date {
    background: #fff;
}
body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date {
    background: #fff;
}
body .booked-calendar-wrap.small table.booked-calendar td.booked .date .number {
    background: #ffeae7;
}
body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date .number {
    background: #ffeae7;
}

body .booked-calendar-wrap.small table.booked-calendar td.today.booked .date {
    color: #f0b1a1;
}

/* Custom */
/*
body .booked-calendar-wrap.small table.booked-calendar td .date .number {
	width:25px;
	height:25px;
	line-height:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
} */

body table.booked-calendar .fa.fa-arrow-right,
body table.booked-calendar .fa.fa-arrow-left,
body table.booked-calendar .booked-icon-arrow-right,
body table.booked-calendar .booked-icon-arrow-left {
    font-family: "themovation-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #353c40;
}
body table.booked-calendar .fa.fa-arrow-left:before,
body table.booked-calendar .booked-icon-arrow-left:before {
    content: "a";
}

body table.booked-calendar .fa.fa-arrow-right:before,
body table.booked-calendar .booked-icon-arrow-right:before {
    content: "c";
}

body table.booked-calendar .fa.fa-spin,
body table.booked-calendar .booked-icon-spin {
    color: #6f6f6f;
}

body .booked-calendarSwitcher.calendar {
    background: #e5e7e9 !important;
    color: #414141 !important;
    margin-bottom: 1px;
    border: 1px solid #ddd;
    border-bottom: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
body .booked-calendarSwitcher.calendar p i.fa,
body .booked-calendarSwitcher.calendar p i.booked-icon-calendar {
    color: #414141 !important;
}
body .booked-calendarSwitcher.calendar select {
    background: #e5e7e9 !important;
    color: #414141 !important;
    -moz-appearance: none;
}

body .booked-calendarSwitcher.calendar p {
    line-height: 1.15;
}

body .booked-calendarSwitcher.calendar p:before {
    top: auto;
    bottom: 0;
    color: #444;
    font-size: 15px;
    z-index: 5;
}

.cal-tooltip + .booked-calendar-shortcode-wrap .booked-calendarSwitcher {
    margin-top: 20px;
}

/**** Default & Custom Color Overrides */

/* Light Color */

body table.booked-calendar thead,
body table.booked-calendar thead th {
    background: #e5e7e9 !important;
}

body table.booked-calendar th {
    border-color: #e5e7e9 !important;
}

body #booked-profile-page input[type="submit"].button-primary:hover,
body table.booked-calendar input[type="submit"].button-primary:hover,
body .booked-modal input[type="submit"].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button .atcb-link,
body #booked-profile-page .booked-profile-header {
    background: #434a4d !important;
}

body #booked-profile-page input[type="submit"].button-primary:hover,
body table.booked-calendar input[type="submit"].button-primary:hover,
body .booked-modal input[type="submit"].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button .atcb-link,
body #booked-profile-page .booked-profile-header {
    border-color: #434a4d !important;
}

/* Dark Color */

body table.booked-calendar thead tr.days th,
body table.booked-calendar tr.days {
    background: #f1f3f4 !important;
}

body table.booked-calendar tr.days th {
    border-color: #f1f3f4 !important;
}

/* Primary Button Color */

body #booked-profile-page input[type="submit"].button-primary,
body table.booked-calendar input[type="submit"].button-primary,
body .booked-modal input[type="submit"].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block {
    background: #f96d64 !important;
}

body #booked-profile-page input[type="submit"].button-primary,
body table.booked-calendar input[type="submit"].button-primary,
body .booked-modal input[type="submit"].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    border-color: #f96d64 !important;
}

.booked-modal p.booked-title-bar {
    background: #afafaf !important;
}

/* Custom Color Additions */

body table.booked-calendar th {
    border-color: #ddd !important;
}

body table.booked-calendar tr.days {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}

body table.booked-calendar tr.days th {
    border: 0 !important;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled],
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
    background: #eee !important;
    border-color: #ddd !important;
    color: #aaa !important;
}

body #booked-profile-page .booked-tabs {
    border-color: #ccc !important;
    background-color: #ddd !important;
}

body #booked-profile-page .booked-tabs li a {
    background: #eee;
    color: #888;
}
body #booked-profile-page .booked-tabs li a:hover {
    background: #f5f5f5;
    color: #555;
}

body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover {
    background-color: #fff !important;
    color: #555 !important;
}

body #booked-profile-page .booked-logout-button {
    color: #bbb;
}

/**** END Custom Color Theme */

/* Booked Form Styling */

.bookedClearFix input,
.bookedClearFix textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bookedClearFix label {
    margin-bottom: 0;
}

/* Modal */

.booked-modal .checkbox-radio-block input {
    height: auto;
}
.booked-modal .checkbox-radio-block label {
    margin: inherit;
}

body .booked-modal .bm-window p i.fa {
    color: #888 !important;
}

/* Media Queries */

@media screen and (max-width: 720px) {
    body table.booked-calendar td .date .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    body table.booked-calendar tbody td,
    body table.booked-calendar tr.days,
    body table.booked-calendar thead th {
        border-collapse: separate !important;
        border-bottom: 1px solid #ddd !important;
    }
}

@media screen and (max-width: 480px) {
    body table.booked-calendar td .date .number {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        font-size: 11px;
    }
}

/* ==========================================================================
   WooCommerce Plugin
   ========================================================================== */

/* General */

body.woocommerce-page .preloader .page-title {
    border-bottom: 0;
}

html .woocommerce a.button,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt,
html .woocommerce #content input.button.alt,
html .woocommerce-page a.button.alt,
html .woocommerce-page button.button.alt,
html .woocommerce-page input.button.alt,
html .woocommerce-page #respond input#submit.alt,
html .woocommerce-page #content input.button.alt,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit,
html .woocommerce #content input.button,
html .woocommerce-page a.button,
html .woocommerce-page button.button,
html .woocommerce-page input.button,
html .woocommerce-page #respond input#submit,
html .woocommerce-page #content input.button {
    font-weight: normal;
}

html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .woocommerce input.button:hover,
html .woocommerce #respond input#submit:hover,
html .woocommerce #content input.button:hover,
html .woocommerce-page a.button:hover,
html .woocommerce-page button.button:hover,
html .woocommerce-page input.button:hover,
html .woocommerce-page #respond input#submit:hover,
html .woocommerce-page #content input.button:hover {
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

html .woocommerce a.button,
html .woocommerce-page a.button,
html .woocommerce a.button.alt,
.woocommerce #respond input#submit.alt,
html .woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #3a3b74;
    color: #fff;
    padding: 12px 24px;
}

html .woocommerce a.button:hover,
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    opacity: 0.85;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #3a3b74;
    color: #fff;
    cursor: default;
    opacity: 1;
    padding-left: 24px;
    padding-right: 24px;
}

.woocommerce form input[type="text"],
.woocommerce form input[type="password"],
.woocommerce form input[type="email"],
.woocommerce form input[type="number"],
.woocommerce form input[type="url"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="file"],
.woocommerce form input[type="search"] {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce form textarea {
    font-size: 13px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.woocommerce form select,
.woocommerce-cart select {
    font-size: 13px;
    height: 40px;
    padding: 0 12px !important;
    color: #6c6c6c;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 14px;
    padding: 12px 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.woocommerce .woocommerce-message {
    margin-top: 30px !important;
    border-radius: 5px;
    padding: 1em 1.75em 1em 3.5em;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
    border-top-color: #ebe9eb;
}

.woocommerce .woocommerce-message a.button.wc-forward {
    font-size: 13px;
    padding: 10px 22px;
    margin-top: -2px;
}

p.demo_store {
    background-color: #3a3b74;
    padding: 10px 20px;
    box-shadow: none;
}

/* Product Index Page */

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering {
    margin-top: 4px;
}

.woocommerce .woocommerce-result-count {
    font-size: 15px;
    margin-top: 12px;
}

.products mark.count {
    color: #515151;
    background-color: transparent;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 45px;
}

.woocommerce ul.products li.product {
    text-align: center;
}

@media (max-width: 479px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
        float: none;
        text-align: center;
    }

    .woocommerce .woocommerce-result-count {
        margin-top: 30px;
    }

    .woocommerce .woocommerce-ordering {
        margin-top: 20px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        padding-top: 35px;
    }
}

@media (min-width: 768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        width: 30.66%;
        margin-right: 4%;
    }

    .woocommerce ul.products li.first,
    .woocommerce ul.products li.last {
        clear: none;
    }

    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
        margin-right: 4%;
    }

    .woocommerce ul.products li:nth-child(3n + 3),
    .woocommerce-page.columns-3 ul.products li:nth-child(3n + 3) {
        margin-right: 0 !important;
    }
    .woocommerce ul.products li:nth-child(3n-8) {
        clear: left;
    }
}

.woocommerce ul.products a img.wp-post-image:hover {
    opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #3a3b74;
}
.woocommerce ul.products li.product .price del {
    color: #3a3b74;
    display: inline;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
    color: #444;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce span.onsale {
    padding: 0;
    font-weight: normal;
    background-color: #ff4c4c;
}

.woocommerce .products .product .button.add_to_cart_button {
    /*    background: transparent !important;
        color:#393939;
        font-weight:600;
        text-transform:uppercase; */
}

.woocommerce .products a.added_to_cart {
    display: block;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 4px;
    border: 1px solid #d3ced2;
    border-radius: 2px;
}

/* Product Single Page */

.woocommerce .product .images img {
    opacity: 1;
}

.woocommerce.single-product .product .attachment-shop_single,
.woocommerce .single-product .product .attachment-shop_single {
    margin-bottom: 2%;
}

.woocommerce .product .woocommerce-product-gallery img {
    margin-bottom: 2%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23.5%;
    margin: 0 2% 2% 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.woocommerce.single-product .page-title {
    border: 0;
}

@media (min-width: 480px) {
    .woocommerce.single-product h1.product_title {
        font-size: 42px;
    }
}

.woocommerce .single-product .product {
    margin-top: 10px;
}
.woocommerce.single-product .product {
    margin-top: 50px;
}

.woocommerce .single-product .product .price,
.woocommerce.single-product .product .price {
    font-size: 26px;
    color: #3a3b74;
}

.woocommerce .single-product .product .price ins,
.woocommerce.single-product .product .price ins {
    color: #3a3b74;
    text-decoration: none;
    font-weight: inherit;
}

.woocommerce .single-product .product .price del,
.woocommerce.single-product .product .price del {
    color: #aaa;
}

.woocommerce .single-product div[itemprop~="description"],
.woocommerce.single-product div[itemprop~="description"] {
    margin-bottom: 30px;
}

.woocommerce .quantity .qty {
    padding: 0;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .button {
    height: 40px;
    border-radius: 50px;
}

.single_variation_wrap .single_variation {
    margin: 5px 0 15px;
}

.single-product div.product table.variations td,
.single-product div.product table.variations th {
    display: list-item;
    list-style: none;
    padding: 0;
    text-align: left;
    background-color: transparent;
}

.woocommerce .product .summary .variations td.label {
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
    margin-top: 10px;
}
.woocommerce .product .summary .variations td.value select {
    margin-bottom: 6px;
}

.woocommerce .product-type-grouped .group_table {
    margin-bottom: 15px;
}

.woocommerce .product-type-grouped .group_table .label,
.woocommerce .product-type-grouped .group_table .price {
    display: table-cell;
    vertical-align: middle !important;
}

.woocommerce .product-type-grouped .group_table .label {
    font-size: 15px;
    color: #5c5c5c;
    text-align: left;
    font-weight: normal;
    white-space: normal;
}
.woocommerce .product-type-grouped .group_table .label label {
    font-weight: normal;
}

.woocommerce .product-type-grouped .group_table .price {
    font-size: 15px;
    font-weight: 600;
}

body.single.woocommerce .single_variation_wrap {
    margin-top: 30px;
}
body.single.woocommerce .product form.cart {
    margin-top: 30px;
}

.woocommerce .single-product .product_meta .sku_wrapper,
.woocommerce .single-product .product_meta .posted_in,
.woocommerce .single-product .product_meta .tagged_as,
.woocommerce.single-product .product_meta .sku_wrapper,
.woocommerce.single-product .product_meta .posted_in,
.woocommerce.single-product .product_meta .tagged_as {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
    .woocommerce .single-product .product_meta .sku_wrapper,
    .woocommerce .single-product .product_meta .posted_in,
    .woocommerce .single-product .product_meta .tagged_as,
    .woocommerce.single-product .product_meta .sku_wrapper,
    .woocommerce.single-product .product_meta .posted_in,
    .woocommerce.single-product .product_meta .tagged_as {
        border: 0;
        padding: 5px 0;
    }
}

.woocommerce .single-product .product_meta span:last-child,
.woocommerce.single-product .product_meta span:last-child {
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    width: 0;
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    width: 0;
    height: 0;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    width: 0;
    height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    display: block;
    background-color: transparent;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    color: #888;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #333;
}

.woocommerce-tabs .panel {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .single-product div.product .woocommerce-tabs {
        clear: both;
        border-top: 1px solid #e3e3e3;
        padding-top: 40px;
    }

    .woocommerce-tabs ul.tabs {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%;
        text-align: left;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 12px 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
        font-family: "themovation-icons";
        content: "c";
        width: 20px;
        height: auto;
        font-size: 14px;
        color: #888;
        top: 12px;
        border: 0;
        box-shadow: none;
    }

    .woocommerce-tabs .panel {
        width: 64.7058823529%;
        float: right;
        margin-right: 0;
        margin-top: 0;
    }

    .woocommerce-tabs .panel h2 {
        margin-top: 8px;
    }

    .woocommerce-tabs:after {
        clear: both;
        display: table;
        content: "";
    }
}

.woocommerce .wc-tab h2,
.woocommerce .wc-tab h3,
.woocommerce .wc-tab h4,
.woocommerce .wc-tab h5 {
    font-weight: normal;
}

.woocommerce .wc-tab h2 {
    font-size: 24px;
}

.woocommerce .wc-tab .shop_attributes {
    margin-top: 25px;
    border-top: 0;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background: transparent;
    border: 0;
}
.woocommerce table.shop_attributes th {
    width: 110px;
    padding-left: 0;
}

.woocommerce #reviews h3 {
    margin: 10px 0;
}

.woocommerce #reviews .commentlist {
    padding: 10px 0 0 0;
}

.woocommerce #reviews #commentform .comment-form-author input,
.woocommerce #reviews #commentform .comment-form-email input {
    width: 100%;
}

.woocommerce #reviews #commentform label {
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .woocommerce #reviews #commentform .comment-form-author,
    .woocommerce #reviews #commentform .comment-form-email {
        width: 48%;
        float: left;
    }
    .woocommerce #reviews #commentform .comment-form-author {
        margin-right: 4%;
    }
}

.woocommerce-tabs + .upsells.products,
.woocommerce-tabs + .related.products {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
}

.upsells.products h2,
.related.products h2 {
    text-align: center;
}

/* Show product title on homepage Woo Shortcode */
.woocommerce div.product .product_title {
    display: inherit;
}

/* Cart Page */

.woocommerce .shop_table.cart {
    border: 0;
}

@media screen and (min-width: 992px) {
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-cart table.cart .product-thumbnail {
        width: 10%;
    }
}

.woocommerce .shop_table.cart thead th {
    text-transform: uppercase;
    font-size: 13px;
    padding: 9px 0;
}

.woocommerce .shop_table.cart td {
    padding: 20px 0;
}

.woocommerce table.cart .product-thumbnail img,
.woocommerce-cart table.cart img {
    width: 80px;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .woocommerce .shop_table.cart thead tr th.product-price,
    .woocommerce .shop_table.cart thead tr th.product-quantity {
        visibility: hidden;
    }

    .woocommerce .shop_table.cart td.product-price {
        padding-left: 10px;
        padding-right: 10px;
    }

    .woocommerce .shop_table.cart .cart_item .product-name,
    .woocommerce .shop_table.cart .cart_item .product-name .variation dt,
    .woocommerce .shop_table.cart .cart_item .product-name .variation dd,
    .woocommerce .shop_table.cart .cart_item .product-name .variation dd p,
    .woocommerce .shop_table.cart .cart_item .product-price,
    .woocommerce .shop_table.cart .cart_item .product-subtotal {
        font-size: 13px;
    }

    .woocommerce-cart-form .actions .button {
        padding: 12px 24px !important;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce .shop_table.cart .cart_item .product-name,
    .woocommerce .shop_table.cart .cart_item .product-price,
    .woocommerce .shop_table.cart .cart_item .product-subtotal {
        font-size: 16px;
    }
}

.woocommerce .shop_table.cart .cart_item .product-name,
.woocommerce .shop_table.cart .cart_item .product-subtotal {
    font-weight: 600;
}

.woocommerce .shop_table.cart .cart_item .product-name .variation dt,
.woocommerce .shop_table.cart .cart_item .product-name .variation dd,
.woocommerce .shop_table.cart .cart_item .product-name .variation dd p {
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.woocommerce .shop_table.cart .cart_item .product-remove .remove {
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.woocommerce .shop_table.cart td.actions .coupon .input-text {
    height: auto;
    padding: 6px;
    line-height: inherit;
}

@media screen and (min-width: 768px) {
    .woocommerce .shop_table.cart td.actions .coupon .input-text {
        width: 160px;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 36%;
    }

    .woocommerce .shop_table.cart td.actions > button.button {
        padding: 12px 24px;
    }
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2 {
    font-size: 22px;
}

.woocommerce .cart-collaterals .cross-sells .products {
    padding-top: 16px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 46%;
}

.cart-collaterals .cart_totals table {
    width: 100%;
    margin: 0 0 6px;
    border: 0;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px 0;
    line-height: 2em;
    background: transparent !important;
}

.woocommerce .cart-collaterals .cart_totals table td {
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals table tr th {
    border-top: 1px solid #ebe9eb;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

/*.cart-collaterals .cart_totals th {font-weight:normal}*/
.cart-collaterals .cart_totals .cart-subtotal .amount {
    font-size: 16px;
}
.cart-collaterals .cart_totals .order-total .amount {
    font-size: 20px;
}

.cart-collaterals .cart_totals .order-total .includes_tax {
    display: block;
    font-size: 90%;
}
.cart-collaterals .cart_totals .order-total .includes_tax .amount {
    font-size: inherit;
}

.woocommerce ul#shipping_method li {
    text-indent: 4px;
}

.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: auto;
}

.woocommerce .cart-collaterals .cart_totals tr.shipping td > p,
.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td > p {
    font-size: 14px;
}

.woocommerce .cart-collaterals p.wc-cart-shipping-notice small {
    font-size: 90%;
}

.woocommerce .wc-proceed-to-checkout {
    padding: 1em 0;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

html .woocommerce .wc-proceed-to-checkout a.button {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* Checkout Page */

.checkout.woocommerce-checkout {
    overflow: auto;
}

.woocommerce .blockOverlay {
    z-index: 115 !important;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    border-radius: 5px;
}

.woocommerce .woocommerce-info {
    padding: 14px 20px !important;
}

.woocommerce .woocommerce-info:before {
    display: none;
}

.woocommerce .woocommerce-info a:link,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-info a:active {
    text-decoration: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 2px solid #e3e3e3;
    border-radius: 5px;
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
    max-width: 320px;
    float: left;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
    margin-bottom: 0;
}

.woocommerce form.login .button {
    margin: 8px 14px 8px 0;
}

.woocommerce form.login p {
    font-size: 14px;
}

.woocommerce-checkout .content-editor > .woocommerce:before,
.woocommerce-checkout .content-editor > .woocommerce:after {
    display: table;
    content: " ";
}
.woocommerce-checkout .content-editor > .woocommerce:after {
    clear: both;
}

.woocommerce-checkout .woocommerce-account-fields .input-checkbox {
    margin-top: 9px !important;
}

@media screen and (min-width: 768px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: none;
    }

    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 52.9411764706%;
        float: left;
        margin-right: 5.8823529412%;
        margin-bottom: 25px;
    }

    .woocommerce form.login .form-row-last {
        margin-left: 40px;
    }

    .woocommerce form.checkout_coupon input.button {
        height: 40px;
        margin-left: 12px;
    }

    #order_review,
    #order_review_heading {
        width: 41.1764705882%;
        float: right;
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review,
    .woocommerce-order-pay #order_review {
        border-width: 3px;
        width: 100%;
        float: none;
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
    .woocommerce-order-pay #order_review #payment h3 {
        padding-left: 1em;
        padding-top: 1em;
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row,
    .woocommerce-order-pay #order_review #payment .form-row,
    .woocommerce-order-pay #order_review .payment_methods + .form-row {
        padding: 1em;
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,
    .woocommerce-order-pay #order_review .button#place_order {
        display: block;
        width: 100%;
        font-size: 1.387em;
    }

    #wc_checkout_add_ons {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        width: 100%;
        float: none;
    }
}

.select2-container .select2-choice,
.select2-container .select2-selection--single {
    height: 40px;
    font-size: 13px;
    line-height: 1;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-dropdown .select2-results li {
    font-size: 13px;
    color: #5c5c5c;
}

#order_review,
#order_review_heading {
    margin-right: 0;
    border: 3px solid #e3e3e3;
    clear: right;
    padding-left: 26px;
    padding-right: 26px;
}

#order_review_heading {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 26px;
    border-width: 3px 3px 0;
}

#order_review {
    border-width: 0 3px 3px;
}

.woocommerce #order_review table.shop_table {
    border: 0;
    border-radius: 0;
}

.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td {
    width: 48%;
    padding: 14px 0;
}

.woocommerce #order_review table.shop_table td.product-name dl.variation {
    display: none;
}

.woocommerce #order_review table.shop_table thead th {
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 0;
}

.woocommerce #order_review table.shop_table .product-total,
.woocommerce #order_review table.shop_table .cart-subtotal td,
.woocommerce #order_review table.shop_table .shipping td,
.woocommerce #order_review table.shop_table .tax-rate td,
.woocommerce #order_review table.shop_table .order-total td {
    text-align: right;
}

.woocommerce #order_review table.shop_table .shipping p {
    font-size: 13px;
    margin-bottom: 0;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 6px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
    line-height: 1.65;
}

.woocommerce-checkout #payment div.payment_box {
    width: 100%;
    padding: 12px 18px;
    background-color: #edf7ff;
    color: #666;
    border-radius: 5px;
    border: 1px solid #49aff5;
    margin: 0 0 16px;
}
.woocommerce-checkout #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:after {
    border: 0;
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 13px;
}

.woocommerce-checkout #payment .about_paypal {
    margin-left: 10px;
}

.woocommerce-checkout #payment div.form-row {
    padding: 14px 0 20px;
}

.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper .input-checkbox {
    margin: 8px 8px 0 -3px;
}

.woocommerce-checkout #payment #place_order {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 10px;
}

.woocommerce #ship-to-different-address label {
    display: inline;
    padding-left: 0;
    font-weight: 600;
}

.woocommerce #ship-to-different-address-checkbox {
    margin: 17px 10px 0 3px;
}

.woocommerce form textarea#order_comments {
    height: 90px;
}

.woocommerce .order_details {
    margin: 25px 0;
    padding-left: 0;
}

/* Order Received Page */

body.woocommerce-order-received .woocommerce h2 {
    margin-top: 40px;
}

body.woocommerce-order-received .woocommerce table.shop_table {
    border-radius: 0;
}

body.woocommerce-order-received table.shop_table dl.variation dd {
    margin-bottom: 0;
}

body.woocommerce-order-received table.shop_table dl.variation p {
    font-size: inherit;
    line-height: inherit;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
    padding: 10px 12px;
}

body.woocommerce-order-received .order_details {
    margin: 25px 0 5px;
    padding-left: 0;
}

body.woocommerce-order-received .order_details li {
    margin-bottom: 20px;
}

/* My Account Page */

@media (max-width: 767px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
    .woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }
}

/* Price Filter Widget */

.woocommerce.widget_price_filter .price_slider_amount,
.woocommerce.widget_price_filter .price_slider_amount .button {
    font-size: 1em;
}

.woocommerce.widget_price_filter .price_slider_amount {
    margin-top: 20px;
    text-align: left;
}

.woocommerce.widget_price_filter .price_slider_amount .button {
    float: right;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #3a3b74;
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #7d7d7d;
}

/* Shopping Cart Widget */

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 16px 0;
}

.woocommerce.widget_shopping_cart .cart_list li:first-child {
}

.woocommerce ul.cart_list li a {
    line-height: 134%;
    margin: 0 22px 2px 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 56px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    opacity: 1;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 16px;
    left: auto;
    right: 0;
    line-height: 1;
    margin: 0;
}

.woocommerce ul.cart_list li dl.variation {
    display: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
    float: left;
    font-size: 13px;
    line-height: 130%;
    padding: 0;
    border: 0;
    margin: 0;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    margin-right: 4px;
}

.woocommerce ul.cart_list li .quantity {
    font-size: 14px;
    float: none;
}

.woocommerce.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .buttons {
    text-align: right;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    margin-top: 6px;
    border-top: 0;
}

/* Product Category Widget */

.widget.woocommerce.widget_product_categories ul li {
    border-bottom: 0;
    padding: 0;
}

.widget.woocommerce.widget_product_categories li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.footer .widget.woocommerce.widget_product_categories li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/*.widget.woocommerce.widget_product_categories ul.product-categories > li:first-child a {padding-top:0}*/

/* Add to Cart Button */

.a2c-btn {
    display: inline-block;
}

.a2c-btn a.button {
    font-weight: 400;
    text-align: center;
    padding: 10px 45px;
    margin-bottom: 0;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.a2c-btn a.button:hover {
    opacity: 0.85;
}

.a2c-ghost.woocommerce a.button {
    color: #3a3b74;
    background-color: transparent;
    border-color: #3a3b74;
}
.a2c-ghost.woocommerce a.button:hover {
    color: #fff;
    background-color: #3a3b74;
    border-color: #3a3b74;
    opacity: 1;
}

.a2c-cta.woocommerce a.button {
    display: inline-block;
    background-color: #f96d64;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.a2c-cta.woocommerce a.button:hover {
    text-decoration: none;
    background-color: #f96d64;
    font-weight: 600;
    color: #fff;
    opacity: 0.85;
}

/* Cart indicator */

.themo_cart_icon {
    position: relative;
    float: right;
    font-size: 22px;
    padding-left: 22px;
    margin-top: 27px;
    margin-left: 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.headhesive--clone .themo_cart_icon {
    margin-top: 17px;
}

.headhesive--clone.themo_cart_icon,
.headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.themo_cart_icon a,
.themo_cart_icon a:link,
.themo_cart_icon a:hover,
.themo_cart_icon a:focus {
    text-decoration: none;
}

.themo_cart_icon a i,
.headhesive--clone.themo_cart_icon a i,
.headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon a i {
    color: #5d5d5d;
}

.themo_cart_icon span {
    vertical-align: super;
    font-size: 10px;
    line-height: 0;
    top: -0.5em;
    color: #fff;

    background: #4da8e5;
    border-radius: 25px;
    position: absolute;
    height: 14px;
    text-align: center;
    width: 14px;
    right: -5px;
    padding-top: 6px;
}

.dark-header .themo_cart_icon a i,
.banner[data-transparent-header="true"] .themo_cart_icon a i,
.dark-header.headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon a i {
    color: #fff;
}

.dark-header .themo_cart_icon,
.banner[data-transparent-header="true"] .themo_cart_icon,
.dark-header.headhesive--clone.banner[data-transparent-header="true"] .themo_cart_icon {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .themo_cart_icon {
        display: none;
    }
}

@media (min-width: 768px) {
    .themo_cart_icon + .navbar-collapse .navbar-nav li:last-child.th-accent {
        margin-right: 10px;
    }
}

/* Menu Social Icons */

.th-header-social {
    font-size: 17px;
    padding-top: 2px;
    padding-left: 6px;
}

.th-header-social a {
    padding-left: 8px;
}

/* ==========================================================================
   Accordion Widget
   ========================================================================== */

.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:focus {
    outline: 0;
}

/* ==========================================================================
   Booked Calendar Widget
   ========================================================================== */

.th-book-cal-large {
    max-width: 700px;
}

.th-book-cal-small {
    max-width: 400px;
}

.th-book-cal-large,
.th-book-cal-small {
    margin-left: auto;
    margin-right: auto;
}

.th-book-cal-large.th-left,
.th-book-cal-small.th-left {
    margin-left: 0;
}

.th-book-cal-large.th-right,
.th-book-cal-small.th-right {
    margin-right: 0;
}

@media (min-width: 1100px) {
    body table.booked-calendar th .monthName {
        font-size: 20px;
    }
}

/* Calendar in Column */

@media screen and (min-width: 721px) {
    body .th-book-cal-small table.booked-calendar .booked-appt-list {
        max-height: 190px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 15px 20px 10px;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 16px;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list h2 span {
        display: none;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 6px;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px;
    }
    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none;
    }
}

/* Calendar on Page w/ Sidebar */

@media screen and (min-width: 721px) and (max-width: 991px) {
    body .main.col-sm-8 table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 16px;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list h2 span {
        display: none;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 6px;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
        width: 35%;
    }
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        width: 35%;
    }
}

/* Full Calendar at Smaller Screen Sizes */

@media screen and (min-width: 721px) and (max-width: 767px) {
    body .th-book-cal-large table.booked-calendar .booked-appt-list {
        max-height: 190px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 15px 20px 10px;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 16px;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list h2 span {
        display: none;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 6px;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px;
    }
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
        font-size: 14px;
    }
}

/* ==========================================================================
    Button Widget
   ========================================================================== */

.elementor-widget-themo-button .th-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.elementor-widget-themo-button .btn-image {
    display: inline-block;
}

.elementor-widget-themo-button .btn-1 {
    margin-right: 6px;
}

.elementor-widget-themo-button.th-btn-align-center .th-btn {
    margin-left: 3px;
    margin-right: 3px;
}

.elementor-widget-themo-button.th-btn-align-right .btn-1 {
    margin-right: 0;
}
.elementor-widget-themo-button.th-btn-align-right .btn-2 {
    margin-left: 6px;
}

@media (max-width: 1024px) {
    .elementor-widget-themo-button.th-btn-align-tablet-left {
        text-align: left;
    }

    .elementor-widget-themo-button.th-btn-align-tablet-center {
        text-align: center;
    }
    .elementor-widget-themo-button.th-btn-align-tablet-center .th-btn {
        margin-left: 3px;
        margin-right: 3px;
    }

    .elementor-widget-themo-button.th-btn-align-tablet-right {
        text-align: right;
    }
    .elementor-widget-themo-button.th-btn-align-tablet-right .btn-1 {
        margin-right: 0;
    }
    .elementor-widget-themo-button.th-btn-align-tablet-right .btn-2 {
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-themo-button.th-btn-align-mobile-left {
        text-align: left;
    }

    .elementor-widget-themo-button.th-btn-align-mobile-center {
        text-align: center;
    }
    .elementor-widget-themo-button.th-btn-align-mobile-center .th-btn {
        margin-left: 3px;
        margin-right: 3px;
    }

    .elementor-widget-themo-button.th-btn-align-mobile-right {
        text-align: right;
    }
    .elementor-widget-themo-button.th-btn-align-mobile-right .btn-1 {
        margin-right: 0;
    }
    .elementor-widget-themo-button.th-btn-align-mobile-right .btn-2 {
        margin-left: 6px;
    }
}

/* ==========================================================================
    Call To Action Widget
   ========================================================================== */

.th-cta {
    text-align: center;
}

.th-cta .th-cta-text,
.th-cta .th-cta-btn {
    display: inline-block;
}

.th-cta .th-cta-text span {
    font-size: 24px;
    color: #3a3b74;
    margin-left: 15px;
    margin-right: 15px;
}

.th-cta .th-cta-btn {
    margin: 10px 15px;
}

.th-cta .btn-cta,
.th-cta .a2c-cta a.button {
    margin: 5px 5px 8px;
}

.th-cta .th-btn {
    font-size: 18px;
    padding: 12px 45px;
    margin: 5px 5px 10px;
}

.th-cta .btn-image {
    display: inline-block;
    padding: 0 !important;
}

/* ==========================================================================
    FAQ Widget
   ========================================================================== */

.th-faq {
}

.th-faq dl dt {
    padding-top: 20px;
    color: #515151;
    font-size: 18px;
    font-weight: 600;
}

.th-faq dl dd {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #e2e3e4;
    color: #5c5c5c;
    line-height: 24px;
}

.th-light-text .th-faq dl dt,
.th-light-text .th-faq dl dd {
    color: #fff;
}

/* ==========================================================================
   Formidable Forms Widget
   ========================================================================== */

/* General */

.th-fo-form {
    margin: 0 auto;
}

.th-fo-form.th-left {
    margin-left: 0;
}
.th-fo-form.th-right {
    margin-right: 0;
}

/* Inline Form Style */

.th-conversion {
    padding-top: 10px;
    text-align: center;
}

.th-conversion .frm_forms.with_frm_style {
    max-width: 100% !important;
}

.th-conversion .with_frm_style form {
    text-align: center;
}

.th-conversion .frm_form_field {
    position: relative;
}

.th-conversion form input {
    width: 225px !important;
    height: 56px !important;
    /*border-radius:5px !important; */
    margin: 5px 10px !important;
    border: 1px solid #d3d3d3;
    padding: 0 20px;
}
.th-conversion form input[type="submit"],
.th-conversion .with_frm_style input[type="submit"] {
    width: 225px;
    height: 56px;
    padding: 0;
    background-color: #3a3b74;
    color: #fff;
    box-sizing: border-box !important;
    /*border-radius:50px !important;
    border:0 !important;
    border-bottom:3px solid rgba(0, 0, 0, 0.1) !important; */
}
.th-conversion form input[type="submit"]:hover,
.th-conversion form input[type="submit"]:active,
.th-conversion form input[type="submit"]:focus,
.th-conversion .with_frm_style input[type="submit"]:hover,
.th-conversion .with_frm_style input[type="submit"]:active,
.th-conversion .with_frm_style input[type="submit"]:focus {
    opacity: 0.85;
    /*    border:0 !important;
    border-bottom:3px solid rgba(0, 0, 0, 0.1) !important; */
}

#frm_submit_entry {
    text-align: center;
}

.th-conversion fieldset,
.th-conversion div,
.th-conversion .frm_form_field,
.th-conversion .frm_submit {
    display: inline-block !important;
}

.th-conversion .frm_form_fields {
    display: block !important;
}

.th-conversion form .frm_top_container label {
    display: block !important;
    text-align: left;
    margin-left: 10px !important;
}

.th-conversion .frm_error {
    position: absolute;
    left: 10px;
    bottom: -12px;
    line-height: 1.4;
}

.th-conversion .frm_ajax_loading {
    display: none;
}

.th-conversion.th-left,
.th-conversion.th-left .with_frm_style form {
    text-align: left;
}

.th-conversion.th-right,
.th-conversion.th-right .with_frm_style form {
    text-align: right;
}

.th-conversion.th-left form input {
    margin: 5px 20px 5px 0 !important;
}
.th-conversion.th-right form input {
    margin: 5px 0 5px 20px !important;
}

.th-conversion.th-left .frm_error {
    left: 0;
}
.th-conversion.th-right .frm_error {
    left: 20px;
}

/* Stacked Form Style */

.th-form-stacked {
    width: 100%;
    padding: 25px;
}

.th-form-stacked.th-form-bg.th-light-bg {
    background: rgba(255, 255, 255, 0.3);
}
.th-form-stacked.th-form-bg.th-dark-bg {
    background: rgba(0, 0, 0, 0.2);
}

.th-form-stacked.th-form-bg fieldset {
    padding-bottom: 0 !important;
}

.th-form-stacked form input {
    height: 56px !important;
}

.th-form-stacked form input[type="submit"],
.th-form-stacked .with_frm_style input[type="submit"] {
    height: 56px;
    /*border:0 !important;
    border-bottom:3px solid rgba(0, 0, 0, 0.1) !important; */
}

.th-form-stacked form,
.th-form-stacked form input,
.th-form-stacked form textarea,
.th-form-stacked form .frm_submit,
.th-form-stacked .frm_error_style {
    /* width:400px !important; */
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.th-form-stacked form input {
    margin: 0 !important;
}
.th-form-stacked form textarea {
    margin-bottom: -5px !important;
}

.th-form-stacked .with_frm_style form {
    text-align: left;
}
.th-form-stacked .frm_error {
    position: relative;
    left: 0;
    bottom: 0;
}

.th-form-stacked .frm_submit .frm_ajax_loading {
    display: none;
}

/* Button Styles */

/*
.th-btn-form .frm_submit input[type=submit] {
    font-size:15px;
    font-weight:600;
    padding:10px 30px;
    border-radius:50px;
    white-space:normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.th-btn-form .frm_submit input[type=submit]:focus {color:#fff} */

.btn-standard-primary-form form .frm_submit input[type="submit"],
.btn-standard-primary-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #045089;
    border-color: #045089;
}

.btn-standard-accent-form form .frm_submit input[type="submit"],
.btn-standard-accent-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64;
}

.btn-standard-light-form form .frm_submit input[type="submit"],
.btn-standard-light-form form .frm_submit input[type="submit"]:hover {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff;
}

.btn-standard-dark-form form .frm_submit input[type="submit"],
.btn-standard-dark-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-standard-primary-form form .frm_submit input[type="submit"]:hover,
.btn-standard-accent-form form .frm_submit input[type="submit"]:hover,
.btn-standard-dark-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    opacity: 0.85;
}
.btn-standard-light-form form .frm_submit input[type="submit"]:hover,
.btn-standard-light-form form .frm_submit input[type="submit"]:focus {
    color: #1b1b1b;
    opacity: 0.85;
}

.btn-ghost-primary-form form .frm_submit input[type="submit"],
.btn-ghost-accent-form form .frm_submit input[type="submit"],
.btn-ghost-light-form form .frm_submit input[type="submit"],
.btn-ghost-dark-form form .frm_submit input[type="submit"] {
    border-width: 2px;
    border-style: solid;
}

.btn-ghost-primary-form form .frm_submit input[type="submit"] {
    color: #045089;
    background-color: transparent;
    border-color: #045089;
}
.btn-ghost-primary-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #045089;
    border-color: #045089;
}

.btn-ghost-accent-form form .frm_submit input[type="submit"] {
    color: #f96d64;
    background-color: transparent;
    border-color: #f96d64;
}
.btn-ghost-accent-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64;
}

.btn-ghost-light-form form .frm_submit input[type="submit"] {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-ghost-light-form form .frm_submit input[type="submit"]:hover,
.btn-ghost-light-form form .frm_submit input[type="submit"]:focus {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff;
}

.btn-ghost-dark-form form .frm_submit input[type="submit"] {
    color: #1b1b1b;
    background-color: transparent;
    border-color: #1b1b1b;
}
.btn-ghost-dark-form form .frm_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-cta-primary-form form .frm_submit input[type="submit"],
.btn-cta-accent-form form .frm_submit input[type="submit"] {
    display: inline-block;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.btn-cta-primary-form form .frm_submit input[type="submit"] {
    background-color: #045089;
}
.btn-cta-accent-form form .frm_submit input[type="submit"] {
    background-color: #f96d64;
}

.btn-cta-primary-form form .frm_submit input[type="submit"]:hover,
.btn-cta-accent-form form .frm_submit input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

.btn-cta-primary-form form .frm_submit input[type="submit"]:hover {
    background-color: #045089;
}
.btn-cta-accent-form form .frm_submit input[type="submit"]:hover {
    background-color: #f96d64;
}

/* ==========================================================================
    Header Widget
   ========================================================================== */

/* General */

.th-header-wrap .elementor-icon-box-title,
.th-header-wrap .elementor-icon-box-description {
    margin-left: 5px;
    margin-right: 5px;
}

.th-header-wrap .elementor-icon-box-title {
    margin-top: 0;
}

.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-title {
}

.th-header-wrap .th-header-divider {
    height: 0;
    display: inline-block;
    border: 1px solid #1e8190;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 18px;
}

.th-header-wrap h1 + .th-header-divider {
    width: 60px;
    margin-top: 2px;
}

.th-header-wrap h2 + .th-header-divider {
    width: 54px;
}

.th-header-wrap h3 + .th-header-divider {
    width: 50px;
    margin-bottom: 14px;
}

.th-header-wrap h4 + .th-header-divider {
    width: 44px;
    margin-bottom: 14px;
}

.th-header-wrap h5 + .th-header-divider {
    width: 42px;
    margin-bottom: 10px;
}

.th-header-wrap h6 + .th-header-divider {
    width: 30px;
    margin-bottom: 10px;
}

.elementor-widget-themo-header .elementor-icon-box-content h1 ~ p {
    font-size: 18px;
}

.elementor-widget-themo-header .th-btn-wrap {
    margin-top: 32px;
}

.elementor-widget-themo-header .th-btn-wrap .th-btn {
    margin: 0 5px 10px 5px;
}

@media (min-width: 480px) {
    .elementor-widget-themo-header .elementor-icon-box-content h1 ~ .th-btn-wrap .th-btn {
        font-size: 17px;
        padding: 12px 38px;
    }
}

.elementor-widget-themo-header .th-btn-wrap .btn-image {
    display: inline-block;
    padding: 0 !important;
}

.th-header-wrap .elementor-icon-box-description {
    white-space: pre-line;
}

/* Default icon */

.elementor-widget-themo-header .th-header-wrap .elementor-icon,
.elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon {
    color: #045089;
}
.elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon svg {
    fill: #045089;
}

/* Framed */

.elementor-widget-themo-header.elementor-view-framed .th-header-wrap .elementor-icon {
    padding: 0.65em;
    color: #045089;
    border-color: #045089;
}
.elementor-widget-themo-header.elementor-view-framed .th-header-wrap .elementor-icon svg {
    fill: #045089;
}

/* Filled */

.elementor-widget-themo-header.elementor-view-stacked .th-header-wrap .elementor-icon {
    padding: 0.65em;
    color: #fff;
    background-color: #045089;
}

/* Icon Positioned Top */

.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-icon {
    margin-bottom: 15px;
}

/* Icon Positioned Left / Right */

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon,
.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon {
    margin-right: 20px;
    margin-bottom: 0;
}

.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {
    margin-left: 20px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    /* Icon Positioned Top */
    .elementor-widget-themo-header.elementor-position-tablet-top .th-header-wrap .elementor-icon-box-icon {
        margin-bottom: 15px;
    }

    .elementor-widget-themo-header.elementor-position-tablet-top .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: block;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* Icon Positioned Left / Right */
    .elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-icon,
    .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-icon {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-icon {
        margin-left: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    /* Icon Positioned Top */
    .elementor-widget-themo-header.elementor-position-mobile-top .th-header-wrap .elementor-icon-box-icon {
        margin-bottom: 15px;
    }

    .elementor-widget-themo-header.elementor-position-mobile-top .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: block;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* Icon Positioned Left / Right */
    .elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-icon,
    .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-icon {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-icon {
        margin-left: 20px;
        margin-bottom: 0;
    }
}

/* ==========================================================================
    Image Gallery Widget
   ========================================================================== */

.elementor-section-full_width .elementor-image-gallery .gallery {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.row.gallery-row {
    padding: 15px 0;
}

.gallery .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
}

.gallery a.img-thumbnail {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.gallery a.img-thumbnail:hover {
    opacity: 0.7;
}

.gallery .gallery-text {
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 10px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.gallery .image-title {
    color: #515151;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.gallery .caption {
    color: #5c5c5c;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .row.gallery-row {
        padding: 0;
    }

    .row.gallery-row > div {
        margin: 15px auto;
    }
}

/* ==========================================================================
    Info Card Widget
   ========================================================================== */

.elementor-widget-themo-info-card .th-info-card-wrap {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.elementor-widget-themo-info-card .th-info-card-wrap .elementor-icon-box-title {
    font-size: 28px;
    color: #045089;
    margin: 0 0 20px;
}

.elementor-widget-themo-info-card .th-info-card-wrap .elementor-icon-box-description {
    color: #5c5c5c;
    white-space: pre-line;
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap {
    margin-top: 25px;
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a {
    display: block;
    color: #6772e5;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    margin-left: 5px;
}
.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a:hover {
    opacity: 0.7;
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap .th-btn-2 {
    margin-top: 6px;
}

@media (max-width: 767px) {
    .elementor-widget-themo-info-card .th-info-card-wrap {
        padding: 30px;
    }
}

/* ==========================================================================
    Expand List Widget
   ========================================================================== */

.th-itin-narrow {
    max-width: 450px;
}
.th-itin-med {
    max-width: 700px;
}
.th-itin-fw {
    max-width: none;
}

.th-itin-center {
    margin: 0 auto;
}

.th-itin-single {
    margin-bottom: 10px;
    position: relative;
}

.th-itin-icon {
    position: absolute;
    top: 3px;
    font-size: 22px;
    color: rgba(35, 35, 35, 1);
}

.th-itin-title {
    padding-left: 42px;
    font-size: 18px;
    cursor: pointer;
}

.th-itin-content {
    padding: 8px 0 28px 30px;
    margin: 10px 0 0 8px;
    font-size: 15px;
    border-left: 2px solid rgba(35, 35, 35, 0.25);
}

.th-itin-inactive .th-itin-content {
    display: none;
}

/* ==========================================================================
    Map Widget
   ========================================================================== */

.th-google-map {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.th-gmap-wrap {
    position: relative;
}

.map-info {
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 2;
    min-width: 290px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.map-info:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.map-info h3 {
    font-size: 22px;
    color: #045089;
    margin: 0 0 20px;
}

.map-info .th-gmap-hoursop p {
    font-size: 14px;
}

.map-info .th-gmap-links {
    margin-top: 25px;
}

.map-info .th-gmap-links a {
    font-size: 14px;
    color: #6772e5;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 20px;
    margin-top: 5px;
}
.map-info .th-gmap-links a:last-child {
    padding-right: 0;
}

@media (max-width: 400px) {
    .map-info {
        top: 20px;
        left: 20px;
        min-width: 0;
    }
}

/* ==========================================================================
    Package Widget
   ========================================================================== */

.th-package {
    max-width: 560px;
    position: relative;
}
.elementor-section-full_width .th-package {
    max-width: 680px;
}

.th-package a.th-pkg-click {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.th-pkg-info {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.th-pkg-info h4,
.th-pkg-info span {
    line-height: 100%;
    margin: 0;
}
.th-pkg-info span {
    font-size: 14px;
}

.th-pkg-content {
    font-size: 16px;
    padding: 40px;
    margin-top: -1px;
    background-color: #f1f1f1;
}

.th-pkg-content h3 {
    font-size: 22px;
    color: #045089;
    margin: 0 0 10px;
}

.th-package-pre-title {
    font-size: 13px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.th-pkg-img img {
    border-radius: 5px 5px 0 0;
}
.th-pkg-content {
    border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
    .th-package {
        margin: 0 auto;
    }
}

/* ==========================================================================
   Price List Widget
   ========================================================================== */

.th-plist-item:before,
.th-plist-item:after {
    content: " ";
    display: table;
}

.th-plist-item:after {
    clear: both;
}

.th-plist-item {
    margin-bottom: 10px;
}

.th-price-list.th-show-divider .th-plist-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.th-plist-item:last-child,
.th-price-list.th-show-divider .th-plist-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.th-plist-title {
    display: block;
    font-size: 20px;
}

.th-plist-subtitle {
    font-size: 14px;
}

.th-plist-content {
    width: 70%;
    float: left;
    padding: 0 15px 0 0;
}

.th-plist-description {
    padding-top: 10px;
    font-size: 14px;
}

.th-plist-price {
    width: 30%;
    float: left;
    text-align: right;
}

.th-plist-price-number {
    display: block;
    font-size: 34px;
}

.th-plist-price-text {
    font-size: 13px;
}

/* ==========================================================================
   Pricing Plans Widget
   ========================================================================== */

.th-pricing-table {
    padding: 30px 15px;
}

.th-pricing-column {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #e4e4e4;
    border-left: 0;
    background-color: #fff;
}
.th-pricing-column:first-child {
    border-left: 1px solid #e4e4e4;
}

.th-pricing-column.th-highlight {
    position: relative;
    z-index: 100;
    margin: -20px -1px 0 -1px;
    padding: 60px 30px;
    background-color: #045089;
    border: 0;
}
.th-pricing-column.th-highlight .th-pricing-cost,
.th-pricing-column.th-highlight .th-pricing-title,
.th-pricing-column.th-highlight .th-pricing-sub-title,
.th-pricing-column.th-highlight ul li {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.th-one-col .th-pricing-column.th-highlight {
    margin-left: 25%;
    margin-right: 25%;
}

.th-pricing-title {
    font-size: 24px;
    color: #515151;
    font-weight: 600;
    margin-bottom: 2px;
}

.th-pricing-cost {
    font-size: 46px;
    color: #045089;
    font-weight: 600;
    margin: 25px 0 5px;
}
.th-pricing-cost span {
    font-size: 20px;
    font-weight: 400;
}

.th-pricing-table ul,
.th-pricing-table ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.th-pricing-table ul {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.th-pricing-table ul li {
    font-size: 15px;
    color: #5c5c5c;
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7;
}

.th-pricing-table .th-btn {
    margin: 15px 5px 0;
}

.th-pricing-table p.a2c-btn {
    margin-bottom: 0;
}

.th-pricing-footer {
    text-align: center;
    font-size: 13px;
    padding-top: 20px;
}

/* ==========================================================================
    Service Block Widget
   ========================================================================== */

/* General */

.th-service-block-w .elementor-icon-box-title {
    margin-top: 0;
}

.elementor-widget-themo-service-block .th-service-block-w .elementor-icon-box-title {
}

.th-service-block-w .elementor-icon-box-description {
    white-space: pre-line;
}

.th-service-block-w a.elementor-icon,
.th-service-block-w a.elementor-icon:hover {
    text-decoration: none;
}

.th-service-block-w .elementor-icon-box-title a {
    color: inherit;
}

/* Default icon */

.elementor-widget-themo-service-block .th-service-block-w .elementor-icon,
.elementor-widget-themo-service-block.elementor-view-default .th-service-block-w .elementor-icon {
    color: #045089;
}

.elementor-widget-themo-service-block.elementor-view-default .th-service-block-w .elementor-icon svg {
    fill: #045089;
}

/* Framed */

.elementor-widget-themo-service-block.elementor-view-framed .th-service-block-w .elementor-icon {
    padding: 0.65em;
    color: #045089;
    border-color: #045089;
}
.elementor-widget-themo-service-block.elementor-view-framed .th-service-block-w .elementor-icon svg {
    fill: #045089;
}

.elementor-view-framed .th-icon-size-sm .elementor-icon {
    border-width: 2px;
}

/* Filled */

.elementor-widget-themo-service-block.elementor-view-stacked .th-service-block-w .elementor-icon {
    padding: 0.65em;
    color: #fff;
    background-color: #045089;
}

/* Icon Positioned Top */

.elementor-widget-themo-service-block.elementor-position-top .th-service-block-w .elementor-icon-box-wrapper {
    text-align: center;
}

.elementor-widget-themo-service-block .th-service-block-w .elementor-icon-box-icon {
    margin-bottom: 12px;
}

/* Icon Positioned Left / Right */

.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-icon,
.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-icon {
    margin-right: 20px;
    margin-bottom: 0;
}

.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-icon {
    margin-left: 20px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    /* Icon Positioned Top */
    .elementor-widget-themo-service-block.elementor-position-tablet-top .th-service-block-w .elementor-icon-box-icon {
        margin-bottom: 15px;
    }

    .elementor-widget-themo-service-block.elementor-position-tablet-top .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
        display: block;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* Icon Positioned Left / Right */
    .elementor-widget-themo-service-block.elementor-position-tablet-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-widget-themo-service-block.elementor-position-tablet-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-widget-themo-service-block.elementor-position-tablet-left .th-service-block-w .elementor-icon-box-icon,
    .elementor-widget-themo-service-block.elementor-position-tablet-right .th-service-block-w .elementor-icon-box-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .elementor-widget-themo-service-block.elementor-position-tablet-left .th-service-block-w .elementor-icon-box-icon {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .elementor-widget-themo-service-block.elementor-position-tablet-right .th-service-block-w .elementor-icon-box-icon {
        margin-left: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    /* Icon Positioned Top */
    .elementor-widget-themo-service-block.elementor-position-mobile-top .th-service-block-w .elementor-icon-box-wrapper {
        margin-bottom: 12px;
    }

    .elementor-widget-themo-service-block.elementor-position-mobile-top .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
        display: block;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* Icon Positioned Left / Right */
    .elementor-widget-themo-service-block.elementor-position-mobile-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-widget-themo-service-block.elementor-position-mobile-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-widget-themo-service-block.elementor-position-mobile-left .th-service-block-w .elementor-icon-box-icon,
    .elementor-widget-themo-service-block.elementor-position-mobile-right .th-service-block-w .elementor-icon-box-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .elementor-widget-themo-service-block.elementor-position-mobile-left .th-service-block-w .elementor-icon-box-icon {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .elementor-widget-themo-service-block.elementor-position-mobile-right .th-service-block-w .elementor-icon-box-icon {
        margin-left: 20px;
        margin-bottom: 0;
    }
}

/* ==========================================================================
   Slider Widget
   ========================================================================== */

#main-flex-slider {
    background: transparent;
}

#main-flex-slider .slider-bg {
    display: flex;
    flex-direction: column;
}

#main-flex-slider .th-slide-wrap,
#main-flex-slider .th-slider-overlay,
#main-flex-slider .has-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#main-flex-slider .th-slide-inner {
    height: 100%;
    flex: 1 0 100%;
}

#main-flex-slider .th-slide-inner {
    display: flex;
    padding: 40px;
}

#main-flex-slider .th-slide-content {
    width: 100%;
}

.th-slide-inner.th-left {
    text-align: left;
}
.th-slide-inner.th-centered {
    text-align: center;
}
.th-slide-inner.th-right {
    text-align: right;
}

#main-flex-slider .slides img {
    width: auto;
    max-width: 100%;
}

#main-flex-slider .slides h1 {
    font-size: 44px;
    font-weight: 300;
    color: #045089;
    margin-bottom: 20px;
}

#main-flex-slider .slider-subtitle p {
    font-size: 22px;
    font-weight: 300;
    color: #2e2e2e;
    margin-bottom: 30px;
}

#main-flex-slider .th-btn {
    margin: 10px 5px 8px;
}

#main-flex-slider .th-btn:not(.btn-cta-primary):not(.btn-cta-accent) {
    font-size: 17px;
    padding: 12px 38px;
}
#main-flex-slider .btn-cta-primary,
#main-flex-slider .btn-cta-accent {
    padding: 12px 50px;
}

#main-flex-slider .slides .btn-image img {
    display: inline;
}

#main-flex-slider .slides .btn-image {
    display: inline-block;
    padding: 0 !important;
}

#main-flex-slider .slides .hero {
    margin: 20px auto;
}

#main-flex-slider .th-left .hero {
    margin-left: 0;
}
#main-flex-slider .th-right .hero {
    margin-right: 0;
}

.flex-direction-nav a {
    width: 60px;
    height: 60px;
    background-color: #111;
    padding: 0 !important;
    margin-top: -30px;
    overflow: visible;
    border-radius: 5px;
}
.flex-direction-nav a:before {
    font-family: "themovation-icons" !important;
    font-size: 22px;
    line-height: 60px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 0.65;
    color: #fff;
}

.flex-direction-nav .flex-next:before {
    content: "c" !important;
}
.flex-direction-nav .flex-prev:before {
    content: "a" !important;
}

.flex-direction-nav .flex-prev {
    opacity: 0.1;
    left: 0;
    text-align: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.flexslider:hover .flex-prev {
    opacity: 0.35;
    left: 0;
}

.flex-direction-nav .flex-next {
    opacity: 0.1;
    right: 0;
    text-align: center;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.35;
    right: 0;
}

#main-flex-slider .flex-control-nav {
    bottom: 20px;
    z-index: 5;
}

#main-flex-slider .slider-scroll-down + .flex-control-nav {
    text-align: right;
    padding-right: 20px;
}
#main-flex-slider .slider-scroll-down + .flex-control-nav li a {
    color: transparent;
}

/* Slider Scroll Down Arrow */

a.slider-scroll-down {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    margin-left: -25px;
    color: #fff;
    font-size: 25px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    opacity: 0.6;
    border-radius: 50em;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
}
.slider-scroll-down:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transform: translate(0, 8px);
}

/* Slider Form - Inline */

#main-flex-slider .th-conversion {
    padding-top: 40px;
    padding-bottom: 20px;
}

#main-flex-slider .th-conversion form input {
    border-color: #ababab;
}

#main-flex-slider .th-conversion form input[type="submit"],
#main-flex-slider .th-conversion .with_frm_style input[type="submit"] {
    border-color: rgba(0, 0, 0, 0.1);
}

#main-flex-slider .th-conversion .frm_message p {
    font-size: 14px;
    color: #468847;
    margin-bottom: 0;
}

.th-left .th-conversion,
.th-left .th-conversion .with_frm_style form {
    text-align: left;
}

.th-right .th-conversion,
.th-right .th-conversion .with_frm_style form {
    text-align: right;
}

.th-left .th-conversion form input {
    margin: 5px 20px 5px 0 !important;
}
.th-right .th-conversion form input {
    margin: 5px 0 5px 20px !important;
}

.th-left .th-conversion .frm_error {
    left: 0;
}
.th-right .th-conversion .frm_error {
    left: 20px;
}

/* Slider Form - Stacked */

#main-flex-slider .th-form-stacked {
    width: 100%;
    padding: 25px;
    margin: 20px auto 0;
}
#main-flex-slider .th-form-bg.th-light-bg .th-form-stacked {
    background: rgba(255, 255, 255, 0.3);
}
#main-flex-slider .th-form-bg.th-dark-bg .th-form-stacked {
    background: rgba(0, 0, 0, 0.2);
}

#main-flex-slider .th-form-bg .th-form-stacked fieldset {
    padding-bottom: 0 !important;
}

#main-flex-slider .th-form-stacked form,
#main-flex-slider .th-form-stacked form input,
#main-flex-slider .th-form-stacked form textarea,
#main-flex-slider .th-form-stacked form .frm_submit,
#main-flex-slider .th-form-stacked .frm_error_style {
    /*  width:400px !important;  */
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#main-flex-slider .th-form-stacked form input {
    margin: 0 !important;
}
#main-flex-slider .th-form-stacked form textarea {
    margin-bottom: -5px !important;
}

#main-flex-slider .th-form-stacked .with_frm_style form {
    text-align: left;
}
#main-flex-slider .th-form-stacked .frm_error {
    position: relative;
    left: 0;
    bottom: 0;
}

/* Slider Booked Calendar */

#main-flex-slider .booked-cal-sm {
    max-width: 400px;
    margin: 35px auto 0;
}

#main-flex-slider .slider-title + .booked-cal-sm {
    margin-top: 50px;
}

#main-flex-slider .booked-calendarSwitcher p {
    line-height: 1;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0 !important;
    font-weight: normal;
}

/* ==========================================================================
    Team Member Widget
   ========================================================================== */

.th-team-member {
    max-width: 560px;
    background-color: #f1f1f1;
}
.elementor-section-full_width .th-team-member {
    max-width: 680px;
}

.th-team-member a:hover {
    text-decoration: none;
}

.th-team-member-content {
    padding: 25px;
}

.th-team-member-name {
    font-size: 22px;
    margin: 0 0 5px;
}

.th-team-member-title {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
}

.th-team-member-text {
    margin-top: 15px;
    white-space: pre-line;
}

.th-team-member-social {
    margin: 6px 0 0;
}

.th-team-member-social i,
.th-team-member-social svg {
    opacity: 0.3;
    margin: 8px 8px 0 0;
}
.th-team-member-social i {
    font-size: 16px;
    color: #000;
}
.th-team-member-social svg {
    height: 16px;
    width: auto;
    fill: #000;
    vertical-align: text-bottom;
}
.th-team-member-social a i:hover {
    color: #045089;
    opacity: 1;
}
.th-team-member-social a svg:hover {
    fill: #045089;
    opacity: 1;
}

/* ==========================================================================
    Testimonial Widget
   ========================================================================== */

.th-testimonial-w.th-txt-sm .elementor-testimonial-content {
    font-size: 18px;
}
.th-testimonial-w.th-txt-md .elementor-testimonial-content {
    font-size: 22px;
}
.th-testimonial-w.th-txt-lg .elementor-testimonial-content {
    font-size: 26px;
}

.th-testimonial-w .elementor-testimonial-name {
    color: #6d6d6d;
    font-size: 18px;
}

.th-testimonial-w .elementor-testimonial-job {
    color: #868686;
    font-size: 14px;
}

.elementor-testimonial-image img {
    width: 60px !important;
    height: 60px !important;
}

.th-testimonial-w .th-star-rating {
    margin-bottom: 20px;
}
.th-testimonial-w .th-star-rating span {
    font-size: 18px;
}
.th-testimonial-w .th-star-rating span:before {
    content: "\f006";
}

.th-testimonial-w .th-star-05 .th-star-1:before,
.th-testimonial-w .th-star-15 .th-star-2:before,
.th-testimonial-w .th-star-25 .th-star-3:before,
.th-testimonial-w .th-star-35 .th-star-4:before,
.th-testimonial-w .th-star-45 .th-star-5:before {
    content: "\f123";
}

.th-testimonial-w .th-star-10 .th-star-1:before,
.th-testimonial-w .th-star-15 .th-star-1:before,
.th-testimonial-w .th-star-20 .th-star-1:before,
.th-testimonial-w .th-star-20 .th-star-2:before,
.th-testimonial-w .th-star-25 .th-star-1:before,
.th-testimonial-w .th-star-25 .th-star-2:before,
.th-testimonial-w .th-star-30 .th-star-1:before,
.th-testimonial-w .th-star-30 .th-star-2:before,
.th-testimonial-w .th-star-30 .th-star-3:before,
.th-testimonial-w .th-star-35 .th-star-1:before,
.th-testimonial-w .th-star-35 .th-star-2:before,
.th-testimonial-w .th-star-35 .th-star-3:before,
.th-testimonial-w .th-star-40 .th-star-1:before,
.th-testimonial-w .th-star-40 .th-star-2:before,
.th-testimonial-w .th-star-40 .th-star-3:before,
.th-testimonial-w .th-star-40 .th-star-4:before,
.th-testimonial-w .th-star-45 .th-star-1:before,
.th-testimonial-w .th-star-45 .th-star-2:before,
.th-testimonial-w .th-star-45 .th-star-3:before,
.th-testimonial-w .th-star-45 .th-star-4:before,
.th-testimonial-w .th-star-50 .th-star-1:before,
.th-testimonial-w .th-star-50 .th-star-2:before,
.th-testimonial-w .th-star-50 .th-star-3:before,
.th-testimonial-w .th-star-50 .th-star-4:before,
.th-testimonial-w .th-star-50 .th-star-5:before {
    content: "\f005";
}

/* ==========================================================================
    Text Editor Widget
   ========================================================================== */

.elementor-text-editor,
.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6,
.elementor-text-editor p,
.elementor-text-editor ul li,
.elementor-text-editor ol li {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;
}

.elementor-text-editor p,
.elementor-text-editor ul li,
.elementor-text-editor ol li {
    font-size: inherit;
}

/* ==========================================================================
   Thumbnail Slider Widget
   ========================================================================== */

/* .thumb-slider {
    padding-top:40px;
    padding-bottom:40px;
} */

.th-thumb-flex-slider {
    /*    padding-left:15px;
    padding-right:15px; */
}

.th-thumb-flex-slider .slides img {
    display: none;
}

.th-thumb-flex-slider .slides {
    text-align: center;
}

.th-thumb-flex-slider .slides > li {
    margin-right: 40px;
}

.th-thumb-flex-slider a img {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.th-thumb-flex-slider a img:hover {
    opacity: 0.85;
}

.th-thumb-flex-slider .th-thumb-title {
    font-size: 18px;
    font-weight: 600;
    color: #515151;
    margin: 10px auto 0;
}
.th-thumb-flex-slider .th-thumb-title a {
    text-decoration: none;
}

.th-thumb-flex-slider .th-thumb-title span {
    font-size: 14px;
    font-weight: normal;
    color: #5c5c5c;
    display: block;
}

.flexslider a.img-thumbnail {
    background: transparent !important;
}

.th-thumb-flex-slider .flex-direction-nav a:before {
    font-size: 16px;
    line-height: 50px;
}
.th-thumb-flex-slider .flex-direction-nav a {
    color: #fff;
    opacity: 0.5;
    height: 50px;
    width: 50px;
}

.th-thumb-flex-slider.flex-landscape .flex-direction-nav a {
    top: 60px;
    margin-top: 0;
}

.th-thumb-flex-slider .flex-direction-nav .flex-prev {
    left: 0;
}
.th-thumb-flex-slider .flex-direction-nav .flex-next {
    right: 0;
}

.th-thumb-flex-slider.flexslider:hover .flex-prev,
.th-thumb-flex-slider.flexslider:hover .flex-next {
    opacity: 0.6;
}

.th-thumb-flex-slider.flexslider .flex-prev:hover,
.th-thumb-flex-slider.flexslider .flex-next:hover {
    opacity: 0.8;
}

.th-light-text .th-thumb-flex-slider .th-thumb-title {
    color: #fff;
}
.th-light-text .th-thumb-flex-slider span {
    color: rgba(255, 255, 255, 0.8);
}

/* General FlexSlider */

.flex-control-nav {
    bottom: 5px;
    z-index: 5;
}

.flex-control-paging li a {
    background: #e8e8e8;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: #fff;
}
.flex-control-paging li a.flex-active {
    background: #fff;
}

/* ==========================================================================
   Timeline Widget
   ========================================================================== */

.th-image-carousel-timeline .slick-slide {
    opacity: 0.2;
    transform: scale(0.8, 0.8);
    transition: all 0.65s ease;
}

.th-image-carousel-timeline .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1, 1);
}

.th-image-carousel-timeline .slick-slide figcaption {
    padding-top: 14px;
    opacity: 0;
    transition: all 0.8s ease;
}
.th-image-carousel-timeline .slick-current figcaption {
    opacity: 1;
}

.th-image-carousel-timeline .slick-slide figcaption .th-timeline-title {
    font-size: 20px;
    display: block;
}
.th-image-carousel-timeline .slick-slide figcaption .th-timeline-caption {
    font-size: 15px;
}

/* ==========================================================================
    Toggle Widget
   ========================================================================== */

.elementor-widget-toggle .elementor-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle .elementor-toggle-title.active,
.elementor-widget-toggle .elementor-toggle .elementor-toggle-icon {
    color: #045089;
}

.elementor-toggle .elementor-toggle-title {
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    transition: all 0.25s linear;
}
.elementor-toggle .elementor-toggle-title.active {
    padding-bottom: 10px;
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon {
    float: right;
    width: auto;
    font-size: 14px;
    margin-top: 3px;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon i.fa:before {
    content: "\f067";
}
.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon i.fa:before {
    content: "\f068";
}

.elementor-toggle .elementor-toggle-content {
    padding: 0 40px 20px 20px;
}

/* ==========================================================================
    Feature Bar Widget
   ========================================================================== */

.th-tour-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.th-tour-nav-price,
.th-tour-nav-items {
    color: #1b1b1b;
}

.th-tour-nav-price {
    order: 1;
    font-size: 32px;
}
.th-tour-nav-price span {
    font-size: 22px;
}

.th-tour-nav-btn {
    order: 3;
}

.th-tour-nav-items {
    order: 2;
    text-align: center;
}

.th-tour-nav-item {
    display: inline-block;
    font-size: 20px;
    margin: 5px 18px;
}
.th-tour-nav-item i {
    position: relative;
    font-size: 24px;
    margin-right: 4px;
}
.th-tour-nav-item .fa,
.th-tour-nav-item .th-trip {
    top: 2px;
}
.th-tour-nav-item .travelpack-person-plus {
    font-size: 28px;
    top: 5px;
}
.th-tour-nav-item .th-linea {
    top: 5px;
}
.th-tour-nav-item svg {
    position: relative;
    height: 24px;
    width: auto;
    margin-right: 4px;
    vertical-align: text-bottom;
}

@media (max-width: 767px) {
    .th-tour-nav {
        display: block;
        text-align: center;
    }

    .th-tour-nav-price {
        display: inline;
        margin: 0 5px;
    }

    .th-tour-nav-btn {
        display: inline;
        margin: 0 5px;
    }
    .th-tour-nav-btn .btn {
        margin-bottom: 10px;
    }

    .th-tour-nav-items {
        display: block;
    }

    .th-tour-nav-item {
        font-size: 18px;
        margin: 5px 12px;
    }
    .th-tour-nav-item .fa,
    .th-tour-nav-item .th-trip {
        top: 3px;
    }
    .th-tour-nav-item .th-linea {
        top: 6px;
    }
}

/* ==========================================================================
   Default & Custom Widgets
   ========================================================================== */

/* List style widgets */

.th-widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.th-widget-area .widget ul li {
    padding: 8px 0;
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
}
.th-widget-area .widget ul li:first-child {
    padding-top: 0;
}
.th-widget-area .widget ul li ul li {
    margin-left: 20px;
}
.th-widget-area .widget ul li a:hover {
    text-decoration: none;
}

.th-widget-area .widget.widget_categories ul li,
.th-widget-area .widget.widget_pages ul li,
.th-widget-area .widget.widget_nav_menu ul li {
    border-bottom: 0;
    padding: 0;
}

.th-widget-area .widget.widget_categories li a,
.th-widget-area .widget.widget_pages li a,
.th-widget-area .widget.widget_nav_menu li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.th-widget-area .widget .post-date {
    display: block;
    font-size: 12px;
    color: #848484;
}

/* Dropdowns */

.th-widget-area .widget select {
    display: block;
    width: 100%;
    padding: 10px;
    color: #6d6d6d;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.th-widget-area .widget select:focus {
    border: 1px solid #045089;
    outline: 0;
}

/* Custom Menus */

.th-widget-area .widget .dropdown .caret {
    display: none;
}
.th-widget-area .widget .dropdown-menu {
    position: static;
    display: block;
    float: none;
    min-width: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.th-widget-area .widget ul.menu li.th-accent {
    border: 0;
    margin-top: 0;
}

/* Calendar Widget */

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin: 0 0 15px 0;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    text-align: center;
    padding-bottom: 10px;
}
#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
    font-size: 12px;
    background: #f5f5f5;
    border: 1px solid #fbfcfd;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#wp-calendar tbody td a:link,
#wp-calendar tbody td a {
    font-weight: 600;
    text-decoration: underline;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar tbody .pad {
    background: transparent;
}
#wp-calendar tbody td:hover {
    background: transparent;
}
#wp-calendar thead th,
#wp-calendar caption,
#wp-calendar tbody {
    color: #2a2a2a;
}

/* Search */

.search-form input,
.search-submit {
    height: 50px;
    border-top-left-radius: 50px;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}
.search-form input {
    border-right: 0 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.search-form .input-group .search-field {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.search-form input:focus {
    border: 1px solid #045089;
}
.search-form input[type="search"] {
    padding: 6px 20px 6px 25px;
}
.search-submit {
    padding: 14px 20px;
    color: #fff;
    background-color: #045089;
    opacity: 1;
    border: 0;
    margin-left: 0 !important;
}
.search-submit:hover {
    color: #fff;
    background-color: #045089;
    opacity: 0.9;
    box-shadow: none;
}

/* Tag Cloud */

.widget .tagcloud {
    padding-top: 2px;
}

.widget .tagcloud a {
    display: inline-block;
    text-align: center;
    font-size: 13px !important;
    line-height: 1;
    padding: 6px 8px;
    margin: 3px 0 2px;
    background-color: #f1f3f4;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.widget .tagcloud a:hover {
    background-color: #045089;
    color: #fff;
    text-decoration: none;
}

/* Gallery */

.th-widget-area .widget .gallery .gallery-item {
    float: left;
}
.th-widget-area .widget .gallery.gallery-columns-2 .gallery-item {
    width: 47%;
    margin-right: 2.75%;
}
.th-widget-area .widget .gallery.gallery-columns-3 .gallery-item {
    width: 30%;
    margin-right: 3%;
}
.th-widget-area .widget .gallery.gallery-columns-4 .gallery-item {
    width: 22%;
    margin-right: 2.75%;
}
.th-widget-area .widget .gallery.gallery-columns-5 .gallery-item {
    width: 17.25%;
    margin-right: 2.75%;
}
.th-widget-area .widget .gallery.gallery-columns-6 .gallery-item {
    width: 14%;
    margin-right: 2.5%;
}
.th-widget-area .widget .gallery.gallery-columns-7 .gallery-item,
.th-widget-area .widget .gallery.gallery-columns-8 .gallery-item,
.th-widget-area .widget .gallery.gallery-columns-9 .gallery-item {
    width: 12.5%;
    margin-right: 1.75%;
}

.th-widget-area .widget .gallery .gallery-item .thumbnail {
    background-color: transparent;
}

/* RSS */

.widget.widget_rss ul li {
    margin: 0 0 16px;
}

.widget.widget_rss ul li a.rsswidget {
    line-height: 1.45;
}

.widget.widget_rss .rss-date {
    display: block;
    font-size: 13px;
    color: #848484;
}

.widget.widget_rss .rssSummary {
    margin: 6px 0 4px;
    line-height: 1.5;
}

.widget.widget_rss .rssSummary,
.widget.widget_rss cite {
    font-size: 14px;
}

/* Social Icons Widget */

.soc-widget i,
.soc-widget a i {
    font-size: 32px;
    margin: 0;
    padding: 0 10px 10px 0 !important;
}

@media (min-width: 768px) {
    .th-social-align-right .soc-widget {
        text-align: right;
    }

    .th-social-align-right .soc-widget i,
    .th-social-align-right .soc-widget a i {
        padding: 0 0 10px 10px !important;
    }
}

/* Payment Types Widget */

.th-payments-widget img {
    margin: 0 8px 14px 0;
    width: auto;
    height: auto;
    max-height: 40px;
}

span.th-payment-no-img {
    display: inline-block;
    margin: 0 8px 14px 0;
    padding: 6px 8px;
    border: 1px #eee solid;
    border-radius: 1px;
}

/* Contact Info Widget */

.th-contact-info-widget .icon-blocks {
    text-align: inherit;
    padding: 0;
}

.th-contact-info-widget .icon-block {
    padding: 0;
}

.th-contact-info-widget .icon-blocks p {
    padding: 0;
    line-height: 195%;
}

.th-contact-info-widget .icon-block i {
    padding-right: 10px;
    vertical-align: -1px;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
    padding: 40px 15px 40px 40px;
}
.sidebar.side-left {
    padding: 40px 40px 40px 15px;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #6d6d6d;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e2e2e2;
}

.sidebar #wp-calendar tbody td a:link {
    font-weight: 600;
}
.sidebar #wp-calendar tbody td a:hover {
    background-color: transparent;
}

/* Widget Sidebar */

.th-sidebar-widget {
    width: 100%;
    padding: 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    background: #292e31;
    color: #d2d2d2;
    padding: 70px 0 0;
    margin-top: -1px;
}
.footer-btm-bar {
    background: #23272a;
    padding: 30px 0 20px;
}

.footer-widgets.row {
    margin-bottom: 30px;
}

.footer .widget {
    text-align: left;
    margin-bottom: 40px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff;
}

.footer p,
.footer a,
.footer ul li,
.footer ol li {
    color: #d2d2d2;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .footer-copyright {
    text-align: center;
}

.footer .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .meta-border {
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer .meta-border,
.footer ul li,
.footer .widget ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .widget.widget_categories ul li,
.footer .widget.widget_pages ul li,
.footer .widget.widget_nav_menu ul li {
    border-bottom: 0;
    box-shadow: none;
}

.footer .widget.widget_categories li a,
.footer .widget.widget_pages li a,
.footer .widget.widget_nav_menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer #wp-calendar tbody .pad {
    background: #292e31;
}
.footer #wp-calendar tbody td {
    background: #464a4d;
    border: 1px solid #292e31;
}
.footer #wp-calendar tbody td:hover {
    background: #292e31;
}

.footer #wp-calendar thead th,
.footer #wp-calendar caption {
    color: #fff;
}
.footer #wp-calendar tbody {
    color: #fff;
}
.footer #wp-calendar #prev {
    text-align: left;
}

.footer .tagcloud a {
    background-color: #464a4d;
}
.footer .tagcloud a:hover {
    background-color: #045089;
    color: #fff;
    text-decoration: none;
}

.footer .search-form input {
    border: 0;
}
.footer .search-form input:focus {
    border: 0;
    box-shadow: none;
}

.footer .widget select {
    border: 0;
}

.footer .widget select:focus {
    border: 0;
    box-shadow: none;
}

.footer .soc-widget i {
    color: #4f5356;
}
.footer .soc-widget i:hover {
    color: #8e979d;
}

.footer .widget .dropdown-menu a,
.footer .widget .dropdown-menu > .active > a {
    color: #d2d2d2;
    background-color: transparent;
}
.footer .widget .dropdown-menu a:hover,
.footer .widget .dropdown-menu > .active > a:hover,
.footer .widget .dropdown-menu > .active > a:focus {
    color: #fff;
}

.footer .widget ul li ul li {
    margin-left: 0;
}

.footer .icon-blocks p {
    font-size: 15px;
}

.footer .widget.widget_rss .rssSummary,
.footer .widget.widget_rss cite {
    color: #bbb;
}

/* ==========================================================================
   Shortcodes
   ========================================================================== */

/* Alerts */

.alert {
    border-radius: 5px;
}

/* Blockquotes */

.blockquote-space {
    margin-left: 10px;
}

.light-text blockquote footer {
    color: #eaeaea;
}

/* Drop Caps */

span.dropcap {
    display: block;
    float: left;
    font-size: 36px;
    line-height: 30px;
    margin: 6px 8px 0 0;
}
.dropcap.dropcap-box {
    background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.2);
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 6px 12px 0 0;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.dropcap.dropcap-circle {
    background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.2);
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin: 6px 12px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.dropcap.dropcap-book {
    line-height: 30px;
    margin: 6px 8px 0 0;
}

/* Google Map */

.googlemap {
    position: relative;
    max-width: inherit;
}
.googlemap .map_canvas {
    width: 100%;
    height: 100%;
}
.googlemap .map_canvas h3 {
    margin: 0 0 10px;
    font-size: 14px;
}
.map_canvas img {
    max-width: none !important;
}

/* Jumbotron */

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron p {
    color: #555;
}

/* Progress Bars */

.progress {
    border-radius: 5px;
}

/* Tabs */

.nav-tabs {
    margin-top: 20px;
}

.nav-tabs > li > a {
    border-radius: 5px 5px 0 0;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fbfcfd;
}

.tab-content {
    padding: 20px 0;
}

/* Bootstrap Modified Colors */

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

.bg-info {
    background-color: #bce8f1;
}
.alert-info {
    color: #31708f;
    background-color: #bce8f1;
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #bce8f1;
    border-color: #bce8f1;
}

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

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

/* Video Lightbox Shortcode */

.icon-light {
    color: #fff;
}

.icon-large {
    font-size: 90px !important;
}

/* ==========================================================================
   Scroll Up
   ========================================================================== */

#scrollUp:before {
    font-family: "themovation-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#scrollUp:before {
    content: "d";
}

#scrollUp {
    width: 50px;
    height: 50px;
    bottom: 18px;
    right: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(000, 000, 000, 0.3);
    opacity: 0.6;
    border-radius: 5px;
}
#scrollUp:hover {
    opacity: 1;
    background-color: rgba(000, 000, 000, 0.5);
}

/* ==========================================================================
   Headhesive
   ========================================================================== */

.headhesive--clone {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    background-color: #fff !important;
    z-index: 120;
    box-shadow: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.headhesive--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.boxed-mode .headhesive--clone {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.headhesive--clone #logo {
    margin-top: 16px;
    margin-bottom: 16px;
}
.headhesive--clone #logo img {
    max-height: 30px !important;
    width: auto;
}
.headhesive--clone #logo .logo-trans {
    display: none !important;
}
.headhesive--clone #logo .logo-main {
    display: inline !important;
}
.headhesive--clone .navbar-nav {
    margin-top: 5px !important;
}
.headhesive--clone .navbar-toggle {
    top: 6px !important;
}

.headhesive--clone .navbar-nav > li > a {
    color: #5d5d5d;
}

.headhesive--clone .navbar-nav > li > a:hover:after,
.headhesive--clone .navbar-nav > li.active > a:after,
.headhesive--clone .navbar-nav > li.active > a:hover:after,
.headhesive--clone .navbar-nav > li.active > a:focus:after {
    bottom: 12px;
    background-color: #045089;
}

.headhesive--clone .navbar-nav .dropdown-menu {
    margin-top: -2px;
}

.headhesive--clone .top-nav {
    background: rgba(0, 0, 0, 0.03) !important;
}

.headhesive--clone .top-nav-icon-blocks .icon-block p,
.headhesive--clone .top-nav-icon-blocks .icon-block a,
.headhesive--clone .top-nav-text p,
.headhesive--clone .top-nav-text a {
    color: #5d5d5d !important;
}

.headhesive--clone.headhesive--stick[data-transparent-header="true"],
.headhesive--clone.headhesive--unstick[data-transparent-header="true"] {
    z-index: 10000;
}

/* ==========================================================================
   Animation Adjustments
   ========================================================================== */

/* Fade In */

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Slide In */

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ==========================================================================
   Navigation & Header Additions
   ========================================================================== */

/* Navigation Accent Button */

.navbar .th-accent,
.headhesive--clone.banner[data-transparent-header="true"] .th-accent {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 8px 18px;
    margin-top: 6px;
    border-radius: 50px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.banner[data-transparent-header="true"] .th-accent {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar .navbar-nav > li.th-accent > a {
    padding: 0;
    margin: 0;
}

.navbar .navbar-nav > li.th-accent:hover,
.banner[data-transparent-header="true"].headhesive--clone.navbar .navbar-nav > li.th-accent:hover {
    border-color: rgba(0, 0, 0, 0.6);
    background: none;
}

.banner[data-transparent-header="true"].navbar .navbar-nav > li.th-accent:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav > li.th-accent > a:after,
.navbar .navbar-nav > li.th-accent > a:hover:after,
.navbar .navbar-nav > li.th-accent.active > a:after,
.navbar .navbar-nav > li.th-accent.active > a:hover:after,
.navbar .navbar-nav > li.th-accent.active > a:focus:after {
    background: none !important;
}

.headhesive--clone .navbar-nav > li.th-accent > a:hover:after,
.headhesive--clone .navbar-nav > li.th-accent.active > a:after,
.headhesive--clone .navbar-nav > li.th-accent.active > a:hover:after,
.headhesive--clone .navbar-nav > li.th-accent.active > a:focus:after {
    background: none !important;
}

/* Dark Header */

header.dark-header {
    background-color: #252b2d;
    border-color: transparent;
    border-bottom: 0;
}

.headhesive--clone.dark-header {
    background-color: #252b2d !important;
}

header.dark-header .navbar-nav > li > a,
header.dark-header .navbar-nav > li > a:hover,
.headhesive--clone.dark-header .navbar-nav > li > a,
.headhesive--clone.dark-header .navbar-nav > li > a:hover {
    color: #fff !important;
}

header.dark-header .navbar-nav > li.active > a,
header.dark-header .navbar-nav > li.active > a:hover,
header.dark-header .navbar-nav > li.active > a:focus {
    color: #fff;
}

header.dark-header .top-nav {
    background: rgba(255, 255, 255, 0.04);
}

.headhesive--clone.dark-header .top-nav {
    background: rgba(255, 255, 255, 0.04) !important;
}

header.dark-header .top-nav-icon-blocks .icon-block p,
header.dark-header .top-nav-icon-blocks .icon-block a,
header.dark-header .top-nav-text p,
.top-nav-text a,
.headhesive--clone.dark-header .top-nav-icon-blocks .icon-block p,
.headhesive--clone.dark-header .top-nav-icon-blocks .icon-block a,
.headhesive--clone.dark-header .top-nav-text p,
.headhesive--clone.dark-header .top-nav-text a {
    color: #fff !important;
}

header.dark-header .navbar-nav > li > a:hover:after,
header.dark-header .navbar-nav > li.active > a:after,
header.dark-header .navbar-nav > li.active > a:hover:after {
    background-color: #fff !important;
}

header.dark-header .navbar-collapse {
    box-shadow: none;
}

header.dark-header .navbar-nav > li.th-accent,
header.dark-header.headhesive--clone[data-transparent-header="true"] .navbar-nav > li.th-accent {
    border: 1px solid rgba(255, 255, 255, 0.65);
}

header.dark-header .navbar-nav > li.th-accent:hover,
header.dark-header.headhesive--clone[data-transparent-header="true"] .navbar-nav > li.th-accent:hover {
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 767px) {
    header.dark-header .navbar-nav {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    header.dark-header .navbar-nav .open .dropdown-toggle {
        background-color: #1c2022 !important;
    }
    header.dark-header .navbar-nav .dropdown-menu {
        background-color: #1f2426 !important;
    }
    header.dark-header .navbar-nav .open .dropdown-menu > li > a,
    header.dark-header .navbar-nav .open .dropdown-menu > .active > a,
    header.dark-header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #a2a7a9;
    }
    header.dark-header .navbar-nav .open .dropdown-menu > li > a:hover,
    header.dark-header .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
    }

    header.dark-header .navbar-toggle .icon-bar {
        background-color: #acacac;
    }
}

/* Transparent Header - Dark Content Style */

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:hover,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .themo_cart_icon a i {
    color: #000 !important;
}

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:after,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a:after,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a:hover:after,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:hover:after {
    background-color: #000 !important;
}

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .themo_cart_icon {
    border-color: rgba(0, 0, 0, 0.2);
}

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent:hover {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
}

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent a:after,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.th-accent a:hover:after {
    height: 0 !important;
}

/*.th-dark-tr.banner[data-transparent-header="true"] .top-nav {background: rgba(255,255,255,0.04)}*/

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-icon-blocks .icon-block p,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-icon-blocks .icon-block a,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-text p,
.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .top-nav-text a {
    color: #000 !important;
}

/* Third Level Navigation */

@media (max-width: 767px) {
    .navbar .navbar-nav .dropdown-menu > li > a {
        white-space: normal;
    }

    .navbar-nav > li + li {
        margin-left: 0;
    }

    .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
        background-color: #eaeaea;
        margin-bottom: 5px;
    }

    .dark-header.navbar .navbar-nav .dropdown-submenu .dropdown-menu {
        background-color: #1d1f22 !important;
    }

    .navbar .navbar-nav .dropdown-submenu .dropdown-menu li {
        padding-left: 10px;
    }

    .navbar .navbar-nav .dropdown-submenu:not(.open) .dropdown-toggle {
        background-color: transparent !important;
    }

    .dropdown-toggle .caret {
        margin-left: 4px;
    }

    .dark-header .dropdown-submenu.open > a.dropdown-toggle {
        color: #fff !important;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        display: none !important;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu {
        display: block !important;
        position: absolute;
        top: -14px;
        left: 100%;
    }
    .headhesive--clone .navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu {
        top: -10px;
    }

    .navbar .navbar-nav li:last-child .dropdown-menu .dropdown:hover .dropdown-menu {
        right: 100%;
        left: auto !important;
    }
}

/* HFE */

@media (max-width: 767px) {
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {
        display: none;
    }
}

/* ==========================================================================
   Groovy Menu
   ========================================================================== */

/* Logo */

.gm-navbar .gm-logo img {
}

/* General */

.gm-navbar a,
.gm-navbar a:hover,
.gm-navbar-nav li a,
.gm-navbar-nav li a:hover,
.gm-actions a,
.gm-actions a:hover,
.gm-minicart a,
.gm-minicart a:hover {
    text-decoration: none;
}

.gm-navbar--style-1 .gm-container {
    padding-left: 30px;
    padding-right: 30px;
}

/* Dropdown menus */

.gm-navbar .gm-dropdown-menu {
    padding: 10px 8px;
}

.gm-navbar .gm-dropdown-menu .gm-dropdown-toggle span i {
    text-align: right;
}

.gm-navbar .gm-dropdown-menu .gm-dropdown-menu {
    padding: 12px 8px;
}

.gm-navbar .gm-dropdown-menu .gm-dropdown-menu-wrapper {
    margin-top: -10px;
}

/* Mega menu */

.gm-navbar li.mega-gm-dropdown > .gm-dropdown-menu-wrapper .gm-dropdown-menu {
    padding: 16px 10px;
}

/* Minimal / Sidebar menu */

.gm-navbar--style-3 .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > a {
    padding: 8px 0;
}

.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-menu-item__link,
.gm-navbar--style-3 .gm-main-menu-wrapper .gm-menu-item__link {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Icon menu */

.gm-navbar--style-4 .gm-navbar-nav > .gm-menu-item > a > .gm-menu-item__txt {
    padding-left: 22px;
}

/* Mobile menu */

.gm-navigation-drawer {
    padding: 25% 14px 14px 14px;
}

.gm-navigation-drawer .gm-anchor {
    border-color: transparent;
}

.gm-navigation-drawer .gm-anchor span i {
    text-align: right;
}

/* WooCommerce Mini Cart */

.gm-navbar--style-1 .gm-minicart {
    margin-right: 0;
}

.gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown {
    padding: 22px;
}

.gm-main-menu-wrapper .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

/* Accent button */

.gm-navbar ul.gm-navbar-nav li.th-accent,
.gm-navigation-drawer ul li.th-accent {
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.gm-navbar:not(.gm-navbar--style-3) ul.gm-navbar-nav li.th-accent,
.gm-navigation-drawer ul li.th-accent {
    padding: 0;
}

.gm-navbar ul.gm-navbar-nav li.th-btn-white a,
.gm-navbar ul.gm-navbar-nav li.th-btn-black a {
    padding: 8px 18px;
    border-radius: 50px;
}

.gm-navbar ul.gm-navbar-nav li.th-btn-white a {
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.gm-navbar ul.gm-navbar-nav li.th-btn-black a {
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.gm-navbar--style-3 ul.gm-navbar-nav li.th-btn-white a,
.gm-navbar--style-3 ul.gm-navbar-nav li.th-btn-black a {
    text-align: center;
}

/* Full screen search */

.gm-search__fullscreen-container {
    background-color: rgba(12, 12, 12, 0.98);
}

.gm-search__fullscreen-container .gm-search__inner input:focus {
    border: 0 !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.31) !important;
}

/* Light Dropdown Style */

@media (min-width: 768px) {
    header.th-light-dropdown .navbar-nav .dropdown-menu {
        background-color: #fff;
    }

    header.th-light-dropdown .navbar-nav .dropdown-menu li a {
        color: #585858 !important;
    }

    header.th-light-dropdown .navbar-nav .dropdown-menu li.active a,
    header.th-light-dropdown .navbar-nav .dropdown-menu li a:hover {
        color: #828282 !important;
    }
}

/* ==========================================================================
   Misc
   ========================================================================== */

/* Lightbox */

.modal-backdrop.in {
    z-index: 10000 !important;
}
.ekko-lightbox,
.modal {
    z-index: 50000 !important;
}

.ekko-lightbox-container .flex-direction-nav a {
    opacity: 0.5;
}
.ekko-lightbox-container .flex-direction-nav a:hover {
    color: #fff !important;
    opacity: 0.8;
}

/* Attachment Page */

.attachment .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}

/* WordPress Generated Classes */

.aligncenter {
    display: block;
    margin: 40px auto;
    clear: both;
}
figure.aligncenter {
    margin: 50px auto;
}

.alignleft {
    float: left;
    margin: 10px 40px 40px 0;
}
.alignright {
    float: right;
    margin: 10px 0 40px 40px;
}

.content-editor > p img.alignnone,
.content-editor > figure.alignnone {
    margin: 25px 0;
}

figure.alignnone {
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.wp-caption {
    max-width: 100%;
    height: auto;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
    color: #5c5c5c;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Additional Classes */

.alignleft-40 {
    float: left;
    margin: 0 40px 40px 0;
}
.alignright-40 {
    float: right;
    margin: 0 0 40px 40px;
}

.alignleft-60 {
    float: left;
    margin: 0 60px 60px 0;
}
.alignright-60 {
    float: right;
    margin: 0 0 60px 60px;
}

.hide-overflow {
    overflow: hidden;
}

/* WP Admin Bar */

#wpadminbar {
    z-index: 1000000 !important;
}

/* Responsive Images */

.th-pkg-img img,
a img.wp-post-image,
img.th-img-stretch,
.th-image-stretch img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 479px) {
    #boxed {
        width: auto;
    }
    .boxed-mode .headhesive--clone,
    .boxed-mode .banner[data-transparent-header="true"] {
        max-width: 330px;
    }

    /* Header */
    .banner #logo {
        max-width: 230px;
    }

    section#themo_page_header_1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* Top Navigation */
    .top-nav-text + .top-nav-icon-blocks {
        margin-top: 4px;
    }

    .top-nav-text,
    .top-nav-icon-blocks {
        float: none;
        text-align: center;
    }

    .top-nav-icon-blocks .icon-block p {
        font-size: 14px;
        line-height: 100%;
    }

    /* Buttons */
    .btn-standard,
    .btn-ghost,
    .btn-default {
        padding: 10px 25px;
    }
    .btn-cta {
        padding: 14px 30px;
    }

    /* Main Slider */
    #main-flex-slider p,
    #main-flex-slider .lrg-txt p {
        font-size: 20px;
        line-height: 22px;
    }
    #main-flex-slider .slides p {
        margin-bottom: 20px;
    }
    #main-flex-slider .slides a {
        margin-bottom: 10px;
    }
    #main-flex-slider .th-conversion {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #main-flex-slider .flex-direction-nav {
        display: none;
    }

    /*#main-flex-slider .col-sm-6 .th-conversion/*.th-form-bg {padding:20px}*/

    /* Blog
    .mas-blog-post {width:300px} */
}

@media (min-width: 480px) and (max-width: 767px) {
    #boxed {
        width: 420px;
    }
    .boxed-mode .headhesive--clone,
    .boxed-mode .banner[data-transparent-header="true"] {
        max-width: 420px;
    }

    /* Header */
    .banner #logo {
        max-width: 310px;
    }

    /* Blog
    .mas-blog-post {width:390px} */
}

@media (max-width: 767px) {
    /* Top Navigation */
    .top-nav {
        background: rgba(0, 0, 0, 0.02);
    }

    .top-nav-icon-blocks .icon-block p,
    .top-nav-icon-blocks .icon-block a,
    .top-nav-text p,
    .top-nav-text a {
        color: #5d5d5d;
    }

    .top-nav-icon-blocks .icon-block p {
        font-size: 13px;
    }

    .top-nav-icon-blocks .icon-block {
        padding: 0 4px;
    }
    .top-nav-icon-blocks .icon-block:last-child {
        padding: 0 0 0 4px;
    }

    .top-nav-icon-blocks .icon-block span {
        display: none;
    }

    /* Header */
    .banner #logo {
        margin-left: 15px;
    }

    .navbar-default .navbar-collapse {
        border: 0;
    }

    .navbar .navbar-nav {
        float: none;
        text-align: left;
        margin: 0 0 10px;
        padding-top: 15px;
        border-top: 1px solid #e7e7e7 !important;
    }
    .navbar .navbar-nav > li > a {
        padding: 10px 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .th-accent {
        text-align: center;
    }

    .navbar .navbar-nav > li > a:after,
    .navbar .navbar-nav > li > a:hover:after {
        height: 0 !important;
    }

    .navbar .navbar-nav .open .dropdown-toggle {
        background-color: #eee !important;
    }

    .navbar .navbar-nav .dropdown-menu {
        background-color: #f4f4f4;
    }

    .navbar .navbar-nav .dropdown-menu li a {
        line-height: 200%;
    }

    .navbar .navbar-nav .dropdown-menu li.active a {
        background-color: transparent !important;
    }

    /* Sidebar */
    .sidebar,
    .sidebar.side-left {
        padding: 40px 15px;
    }

    .page-title.centered {
        padding-left: 0;
        padding-right: 0;
    }

    /* Blog */
    #comments li.comment .avatar {
        height: 45px;
        width: 45px;
        margin: 5px 0 0 0;
        display: block;
        float: none !important;
    }
    #comments h4.media-heading {
        margin-top: 5px;
    }
    #comments ul.comment {
        margin-left: 25px;
    }

    /* CTA
    .simple-cta span {margin-right:0}   */

    /* Portfolio */
    .th-portfolio-filters a {
        margin: 5px 8px;
    }
    .th-portfolio-filters span {
        margin-right: 8px;
    }

    /* Pricing Table */
    .th-pricing-column {
        max-width: 520px;
        margin: 10px auto;
        border-left: 1px solid #dfe7eb;
    }
    .th-pricing-column.th-highlight {
        margin: 10px auto;
        padding: 40px 30px;
    }
    .th-one-col .th-pricing-column.th-highlight {
        margin-left: 0;
        margin-right: 0;
    }

    /* Footer */
    .footer-widgets.row {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .footer .widget {
        margin-bottom: 50px;
    }
    .footer .widget-title {
        margin-bottom: 18px;
    }
}

@media (min-width: 768px) {
    /* Navigation */
    .navbar .navbar-nav .dropdown-menu {
        left: -10px;
        padding: 12px 5px;
        border: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }
    .navbar .navbar-nav .dropdown-menu li a {
        font-size: 13px;
        text-align: left;
        padding: 8px 20px;
        color: #c8c8c8;
    }
    .navbar .navbar-nav .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown-menu li.active a {
        color: #fff !important;
    }

    .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar .navbar-nav li:last-child .dropdown-menu {
        right: -5px;
        left: auto;
    }
    .navbar .caret {
        display: none;
    }

    .center-table-con {
        display: table;
        width: 100%;
        height: 100%;
        table-layout: fixed;
    }
    .center-table-cell {
        display: table-cell;
        vertical-align: middle;
    }
    /*.center-table-block {
        width:90%;
        margin:0 auto;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    #boxed {
        max-width: 780px;
    }
    .boxed-mode .headhesive--clone,
    .boxed-mode .banner[data-transparent-header="true"] {
        max-width: 780px;
    }

    .sidebar,
    .sidebar.side-left {
        padding: 40px 15px;
    }

    /* Navigation */
    .navbar .navbar-nav > li > a {
        margin-left: 12px;
        margin-right: 12px;
    }

    /* Five Column Row */
    .th-five-col .col-sm-2 {
        width: 20%;
    }

    /* Blog */
    #comments li.comment .avatar {
        height: 45px;
        width: 45px;
        margin: 10px 10px 0 0;
    }
    #comments h4.media-heading {
        margin-top: 10px;
    }

    /* Pricing Table */
    .th-pricing-column {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .th-pricing-column:nth-child(odd) {
        border-left: 1px solid #dfe7eb;
    }
    .th-pricing-column.th-highlight {
        margin: 10px -1px 10px -1px;
        padding: 40px 30px;
    }

    /* Service Blocks */
    .service-block-col {
        padding-top: 0;
    }
    .service-block-col .service-block {
        margin-bottom: 20px;
    }
    .service-block-col .service-block i {
        display: none;
    }
    .service-block-col .service-block h3,
    .service-block-col .service-block p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    /* Home */
    .icon-block {
        margin-bottom: 50px;
    }
    .icon-block:last-child {
        margin-bottom: 0;
    }
    .icon-blocks h3 {
        margin-bottom: 10px;
    }

    /* Top Navigation */
    .top-nav-icon-blocks .icon-block,
    .th-contact-info-widget .icon-block {
        margin-bottom: 0;
    }

    /* Footer */
    .footer-area-3 {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #boxed {
        max-width: 1000px;
    }
    .boxed-mode .headhesive--clone,
    .boxed-mode .banner[data-transparent-header="true"] {
        max-width: 1000px;
    }

    /* Five Column Row */
    .th-five-col .col-sm-2,
    .th-five-col .col-md-2 {
        width: 20%;
    }
    .pricing-table .th-five-col .btn {
        padding: 10px 30px;
    }
}

@media (min-width: 992px) {
    /* Top Navigation */
    .top-nav .row {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
}

@media (min-width: 1200px) {
    #boxed {
        max-width: 1230px;
    }
    .boxed-mode .headhesive--clone,
    .boxed-mode .banner[data-transparent-header="true"] {
        max-width: 1230px;
    }

    /* Five Column Row */
    .th-five-col .col-sm-2,
    .th-five-col .col-md-2,
    .th-five-col .col-lg-2 {
        width: 20%;
    }
    .pricing-table .th-five-col .btn {
        padding: 10px 45px;
    }
}

@media (min-width: 1450px) {
    /* Navigation */
    .navbar .navbar-nav li:last-child .dropdown-menu {
        left: -10px;
        right: auto;
    }
}

/* WP Admin Bar Specific */

@media (min-width: 601px) and (max-width: 782px) {
    body.admin-bar .headhesive--stick,
    body.admin-bar .banner[data-transparent-header="true"] {
        top: 46px;
    }
}
@media (min-width: 783px) {
    body.admin-bar .headhesive--stick,
    body.admin-bar .banner[data-transparent-header="true"] {
        top: 32px;
    }
}

body[class*="groovy_menu"] .banner[data-transparent-header="true"]:not(.headhesive--stick) {
    top: 0;
}
