/*
Theme Name: HealthFlex
Version: 1.6.8
Author: Plethora Themes
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    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;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered 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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #323232;
    background-color: #efefef;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #45aaff;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #304770;
    text-decoration: underline;
}
a:focus {
    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: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #efefef;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    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: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 39px;
}
h2,
.h2 {
    font-size: 27px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 15px;
}
h6,
.h6 {
    font-size: 13px;
}
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }
}
small,
.small {
    font-size: 80%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #45aaff;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #1293ff;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #45aaff;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1293ff;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}
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: 22px;
}
dt,
dd {
    line-height: 1.5;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 991px) {
    .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 #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 18.75px;
    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.5;
    color: #777;
}
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";
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.5;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.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.5;
    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: #efefef;
}
.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-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .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: 22px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 9px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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;
    -o-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::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 31px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 45px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 37px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 0;
}
select.input-sm {
    height: 31px;
    line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 0;
}
.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 31px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.6;
}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 0;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 0;
}
.form-group-lg select.form-control {
    height: 45px;
    line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 45px;
    min-height: 39px;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 1.33;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 50px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #727272;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .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;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -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: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #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: #45aaff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.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.5;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 991px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.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 .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}
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: 31px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 31px;
    line-height: 31px;
}
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: 8px 24px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 0;
}
.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 {
    z-index: 2;
    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: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    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: #45aaff;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0 0 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: #efefef;
    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: 0;
}
.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: 0 0 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: #efefef;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.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: #45aaff;
}
.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: 0;
}
.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: 0 0 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #efefef;
    }
}
.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;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 24px;
    line-height: 1.5;
    text-decoration: none;
    color: #45aaff;
    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: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #304770;
    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: 3;
    color: #fff;
    background-color: #45aaff;
    border-color: #45aaff;
    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: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pager {
    padding-left: 0;
    margin: 22px 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: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #45aaff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1293ff;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #67b8fc;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #35a1fb;
}
.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: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #45aaff;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.5;
    background-color: #efefef;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #45aaff;
}
.thumbnail .caption {
    padding: 9px;
    color: #323232;
}
.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    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: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -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: 22px;
    color: #fff;
    text-align: center;
    background-color: #45aaff;
    -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;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #67b8fc;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    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: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #45aaff;
    border-color: #45aaff;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fff;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -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: -1;
    border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child 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: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #45aaff;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #45aaff;
    border-color: #45aaff;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #45aaff;
}
.panel-primary > .panel-heading .badge {
    color: #45aaff;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #45aaff;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -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: 0;
}
.well-sm {
    padding: 9px;
    border-radius: 0;
}
.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    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: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -o-transform: translate(0, -25%);
    -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 {
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -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;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    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;
    background-color: #000;
    border-radius: 0;
}
.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;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 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;
    -o-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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    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);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: 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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.background_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background_cover_fixed {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg_vtop {
    background-position: center top !important;
}
.bg_vbottom {
    background-position: center bottom !important;
}
.full_height {
    min-height: calc(100vh - 78px);
    min-height: -o-calc(100vh - 78px);
    min-height: -webkit-calc(100vh - 78px);
    min-height: -moz-calc(100vh - 78px);
}
.transparent_header .full_height {
    min-height: calc(100vh);
    min-height: -o-calc(100vh);
    min-height: -webkit-calc(100vh);
    min-height: -moz-calc(100vh);
}
.show {
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.not_visible {
    visibility: hidden;
}
.pause_animation {
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
    visibility: hidden;
}
.overflow_hidden {
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase !important;
}
.centered {
    text-align: center !important;
}
.elevate {
    -o-transform: translate(0px, -45%) !important;
    -webkit-transform: translate(0px, -45%) !important;
    -ms-transform: translate(0px, -45%) !important;
    transform: translate(0px, -45%) !important;
}
@media (max-width: 767px) {
    .elevate {
        -o-transform: translate(0px, 0px) !important;
        -webkit-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
        margin-bottom: 64px !important;
        margin-top: 0 !important;
    }
}
.lead {
    font-size: 17px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }
}
.btn_inline {
    display: inline-block;
    margin-right: 10px;
}
.btn_block a.btn {
    display: block !important;
}
.boxed {
    padding: 30px 20px;
}
.boxed_plus {
    padding: 30px 40px;
}
.boxed_special {
    padding-top: 40px !important;
    padding-bottom: 37px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: solid 1px #a9195f !important;
}
.boxed_special:after {
    content: "";
    display: inline-block;
    height: 5px;
    //background: #45aaff;
    bottom: 0;
    width: 80px;
    position: absolute;
    left: 50%;
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
div[class*="_section"].boxed_special {
    border: solid 1px #45aaff !important;
}
.stretchy_wrapper {
    width: 100% !important;
    padding-bottom: 56.25% !important;
    position: relative !important;
    overflow: hidden !important;
    height: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.stretchy_wrapper.ratio_16-9 {
    padding-bottom: 56.25% !important;
}
.stretchy_wrapper.ratio_15-9 {
    padding-bottom: 62% !important;
}
.stretchy_wrapper.ratio_4-3 {
    padding-bottom: 75% !important;
}
.stretchy_wrapper.ratio_12-5 {
    padding-bottom: 41.66% !important;
}
.stretchy_wrapper.ratio_2-1 {
    padding-bottom: 50% !important;
}
.stretchy_wrapper.ratio_1-1 {
    padding-bottom: 100% !important;
}
.stretchy_wrapper.ratio_5-1 {
    padding-bottom: 20% !important;
}
.stretchy_wrapper > * {
    display: block;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.transparent,
.transparent_film {
    background-color: transparent !important;
}
.transparent_film > * {
    position: relative;
}
.transparent_film:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #efefef;
    background-color: rgba(239, 239, 239, 0.5);
}
.black_section.transparent_film:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.white_section.transparent_film:before {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.skincolored_section.transparent_film:before {
    background-color: #2b9eff;
    background-color: rgba(44, 158, 255, 0.5);
}
.secondary_section.transparent_film:before {
    background-color: #283c5e;
    background-color: rgba(40, 60, 94, 0.5);
}
.dark_section.transparent_film:before {
    background-color: #19212e;
    background-color: rgb(59, 89, 152);
}
.light_section.transparent_film:before {
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, 0.5);
}
.neutralize_links a:link,
.neutralize_links a:visited {
    color: #323232 !important;
}
.black_section.neutralize_links a:link,
.black_section .neutralize_links a:link,
.black_section.neutralize_links a:visited,
.black_section .neutralize_links a:visited {
    color: #fff !important;
}
.white_section.neutralize_links a:link,
.white_section .neutralize_links a:link,
.white_section.neutralize_links a:visited,
.white_section .neutralize_links a:visited {
    color: #323232 !important;
}
.skincolored_section.neutralize_links a:link,
.skincolored_section .neutralize_links a:link,
.skincolored_section.neutralize_links a:visited,
.skincolored_section .neutralize_links a:visited {
    color: #fff !important;
}
.secondary_section.neutralize_links a:link,
.secondary_section .neutralize_links a:link,
.secondary_section.neutralize_links a:visited,
.secondary_section .neutralize_links a:visited {
    color: #fff !important;
}
.dark_section.neutralize_links a:link,
.dark_section .neutralize_links a:link,
.dark_section.neutralize_links a:visited,
.dark_section .neutralize_links a:visited {
    color: #fff !important;
}
.light_section.neutralize_links a:link,
.light_section .neutralize_links a:link,
.light_section.neutralize_links a:visited,
.light_section .neutralize_links a:visited {
    color: #323232 !important;
}
.gradient_film_to_top,
.gradient_film_to_bottom {
    background-color: transparent !important;
}
.gradient_film_to_top > *,
.gradient_film_to_bottom > * {
    position: relative;
}
.gradient_film_to_top:before,
.gradient_film_to_bottom:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.gradient_film_to_top:before {
    background: linear-gradient(to top, #efefef 0%, rgba(239, 239, 239, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
}
.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, #efefef 0%, rgba(239, 239, 239, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
}
.black_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.white_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.skincolored_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(69, 170, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.secondary_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(48, 71, 112, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.dark_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(34, 45, 63, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.light_section.gradient_film_to_bottom:before {
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.black_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.white_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.skincolored_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(69, 170, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.secondary_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(48, 71, 112, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.dark_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(34, 45, 63, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.light_section.gradient_film_to_top:before {
    background: linear-gradient(to top, rgba(229, 229, 229, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.separator_top > .separator_top,
.separator_bottom > .separator_bottom {
    position: absolute;
    width: 100%;
    background-color: inherit;
    border-color: inherit;
    z-index: 1;
}
.separator_top > .separator_top {
    top: 0px;
}
.separator_bottom > .separator_bottom {
    bottom: 0;
}
.sep_angled_positive_bottom .separator_bottom,
.sep_angled_negative_bottom .separator_bottom,
.sep_angled_positive_top .separator_top,
.sep_angled_negative_top .separator_top {
    display: none\9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_positive_top .separator_top:before,
.sep_angled_negative_top .separator_top:before,
.sep_angled_positive_bottom .separator_bottom:after,
.sep_angled_negative_bottom .separator_bottom:after,
.sep_angled_positive_top .separator_top:after,
.sep_angled_negative_top .separator_top:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 32px 0 0 900px;
    border-width: 32px 0 0 50vw;
    border-left-width: 900px;
    border-left-width: 50vw;
    position: absolute;
    z-index: 9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_positive_bottom .separator_bottom:after {
    bottom: -31px;
}
.sep_angled_positive_bottom .separator_bottom:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 49.8%;
}
.sep_angled_positive_bottom .separator_bottom:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:after {
    bottom: -31px;
}
.sep_angled_negative_bottom .separator_bottom:before {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
}
.sep_angled_negative_bottom .separator_bottom:after {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sep_angled_positive_top .separator_top:before,
.sep_angled_positive_top .separator_top:after {
    top: -31px;
}
.sep_angled_positive_top .separator_top:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 49.99%;
}
.sep_angled_positive_top .separator_top:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 49.99%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sep_angled_negative_top .separator_top:before,
.sep_angled_negative_top .separator_top:after {
    top: -31px;
}
.sep_angled_negative_top .separator_top:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 0;
}
.sep_angled_negative_top .separator_top:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.folded_section {
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    z-index: 1;
}
.folded_section > div,
.folded_section > div > div,
.folded_section > div > div > div,
.folded_section > div > div > div .separator_top,
.folded_section > div > div > div .separator_bottom {
    background-color: inherit;
    border-color: inherit;
}
.folded_section > div > div > div .separator_top {
    margin-bottom: 0px;
}
.folded_section > div > div > div .separator_bottom {
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .folded_section > div > div > div .separator_top,
    .folded_section > div > div > div .separator_bottom {
        display: none;
    }
    .folded_section > div > .separator_top,
    .folded_section > div > .separator_bottom {
        display: none;
    }
    .folded_section .teaser_box {
        margin-bottom: 0px !important;
    }
}
.sep_triangular_downhill_top .separator_top {
    border-style: solid;
    border-left-width: inherit;
    display: none\9;
}
.sep_triangular_downhill_top .separator_top:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    top: -24px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
}
.sep_triangular_uphill_top .separator_top {
    border-style: solid;
    border-left-width: inherit;
    display: none\9;
}
.sep_triangular_uphill_top .separator_top:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    top: -24px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    position: absolute;
    z-index: 9;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sep_triangular_downhill_bottom .separator_bottom {
    border-style: solid;
    border-left-width: inherit;
    display: none\9;
}
.sep_triangular_downhill_bottom .separator_bottom:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    bottom: -24px;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sep_triangular_uphill_bottom .separator_bottom {
    border-style: solid;
    border-left-width: inherit;
    display: none\9;
}
.sep_triangular_uphill_bottom .separator_bottom:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    bottom: -24px;
    border-left-color: transparent;
    border-right-color: transparent;
    right: 0;
    position: absolute;
    z-index: 9;
}
i.fa.skincolored_section {
    background-color: #45aaff !important;
}
i.fa.secondary_section {
    background-color: #304770 !important;
}
i.fa.light_section {
    background-color: #e5e5e5 !important;
}
i.fa.dark_section {
    background-color: #222d3f !important;
}
i.fa.black_section {
    background-color: #323232 !important;
}
i.fa.white_section {
    background-color: #fff !important;
}
.no_margin {
    margin: 0 !important;
}
.no_margin_top {
    margin-top: 0 !important;
}
.no_margin_bottom {
    margin-bottom: 0 !important;
}
.margin_top {
    margin-top: 128px !important;
}
.margin_bottom {
    margin-bottom: 128px !important;
}
.margin_top_half {
    margin-top: 64px !important;
}
.margin_bottom_half {
    margin-bottom: 64px !important;
}
.margin_top_third {
    margin-top: 42.66666667px !important;
}
.margin_bottom_third {
    margin-bottom: 42.66666667px !important;
}
.no_padding {
    padding: 0 !important;
}
.no_padding_top {
    padding-top: 0 !important;
}
.no_padding_bottom {
    padding-bottom: 0 !important;
}
.padding_top {
    padding-top: 128px !important;
}
.padding_bottom {
    padding-bottom: 128px !important;
}
.padding_top_half {
    padding-top: 64px !important;
}
.padding_bottom_half {
    padding-bottom: 64px !important;
}
.padding_top_third {
    padding-top: 42.66666667px !important;
}
.padding_bottom_third {
    padding-bottom: 42.66666667px !important;
}
@media only screen and (max-width: 991px) {
    .margin_top_grid {
        margin-top: 31px !important;
    }
    .margin_bottom_grid {
        margin-bottom: 31px !important;
    }
}
.btn {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    background-image: none;
    border: 0px solid transparent;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 24px;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #efefef;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-default {
    color: #efefef;
    background-color: #323232;
    border-color: transparent;
    color: #efefef !important;
    background-color: #323232 !important;
    border-color: transparent !important;
}
.btn-default:focus,
.btn-default.focus {
    color: #efefef;
    background-color: #181818;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
    color: #efefef;
    background-color: #181818;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #efefef;
    background-color: #181818;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #efefef;
    background-color: #070707;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #323232;
    border-color: transparent;
}
.btn-default .badge {
    color: #323232;
    background-color: #efefef;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #efefef !important;
    background-color: #181818 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #323232;
    border-color: transparent;
}
.btn-default .badge {
    color: #323232;
    background-color: #efefef;
}
.btn-primary {
    color: #fff;
    background-color: #45aaff;
    border-color: transparent;
    color: #fff !important;
    background-color: #a30908 !important;
    border-color: transparent !important;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #a30908;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
    color: #fff;
    background-color: #a30908;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #a30908;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #a30908;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #45aaff;
    border-color: transparent;
}
.btn-primary .badge {
    color: #45aaff;
    background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #a9195f !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #45aaff;
    border-color: transparent;
}
.btn-primary .badge {
    color: #45aaff;
    background-color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #304770;
    border-color: transparent;
    color: #fff !important;
    background-color: #304770 !important;
    border-color: transparent !important;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #21304c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:hover {
    color: #fff;
    background-color: #21304c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #21304c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
    color: #fff;
    background-color: #162133;
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #304770;
    border-color: transparent;
}
.btn-secondary .badge {
    color: #304770;
    background-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #fff !important;
    background-color: #21304c !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #304770;
    border-color: transparent;
}
.btn-secondary .badge {
    color: #304770;
    background-color: #fff;
}
.btn-white {
    color: #4eabf9;
    background-color: #fff;
    border-color: transparent;
    color: #4eabf9 !important;
    background-color: #fff !important;
    border-color: transparent !important;
}
.btn-white:focus,
.btn-white.focus {
    color: #4eabf9;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0);
}
.btn-white:hover {
    color: #4eabf9;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    color: #4eabf9;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0);
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
    color: #4eabf9;
    background-color: #d4d4d4;
    border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
    background-color: #fff;
    border-color: transparent;
}
.btn-white .badge {
    color: #fff;
    background-color: #4eabf9;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    color: #4eabf9 !important;
    background-color: #e6e6e6 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: transparent;
}
.btn-white .badge {
    color: #fff;
    background-color: #4eabf9;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent;
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: transparent !important;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: transparent;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: transparent;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #67b8fc;
    border-color: transparent;
    color: #fff !important;
    background-color: #67b8fc !important;
    border-color: transparent !important;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #35a1fb;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
    color: #fff;
    background-color: #35a1fb;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #35a1fb;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #1290fa;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #67b8fc;
    border-color: transparent;
}
.btn-info .badge {
    color: #67b8fc;
    background-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #35a1fb !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #67b8fc;
    border-color: transparent;
}
.btn-info .badge {
    color: #67b8fc;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent;
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: transparent !important;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: transparent;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: transparent;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent;
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: transparent !important;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: transparent;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: transparent;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #45aaff;
    font-weight: normal;
    border-radius: 0;
    padding: 8px 0 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #304770;
    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: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    font-size: 15px;
    line-height: 1.33;
    padding: 10px 16px;
    font-size: 15px !important;
    line-height: 1.33 !important;
    border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 10px;
    font-size: 12px !important;
    line-height: 1.6 !important;
    border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
    font-size: 10px;
    line-height: 1.6;
    padding: 4px 10px;
    font-size: 10px !important;
    line-height: 1.6 !important;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn.with-icon {
    position: relative;
    padding-right: 57px;
}
.btn.with-icon i {
    display: block;
    border: solid 1px transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 37px;
    height: 100%;
    line-height: 36px;
    font-size: 19px;
    color: inherit !important;
}
.btn.with-icon.btn-sm i {
    line-height: 29px;
}
.btn.with-icon.icon-left {
    padding-right: 24px;
    padding-left: 57px;
}
.btn.with-icon.icon-left i {
    right: inherit;
    left: -2px;
}
.btn.with-icon.btn-default i {
    background-color: #000;
}
.btn.with-icon.btn-primary i {
    background-color: #0079de;
}
.btn.with-icon.btn-secondary i {
    background-color: #111a29;
}
.btn.with-icon.btn-white i {
    background-color: #ccc;
}
.btn.with-icon.btn-danger i {
    background-color: #a02622;
}
.btn.with-icon.btn-warning i {
    background-color: #c77c11;
}
.btn.with-icon.btn-info i {
    background-color: #0589f8;
}
.btn.with-icon.btn-success i {
    background-color: #357935;
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #323232;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
}
body.sticky_header:not(.transparent_header) {
    margin-top: 78px;
}
.overflow_wrapper {
    overflow: hidden;
    position: relative;
}
a {
    color: #45aaff;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #304770;
}
a:focus {
    outline: none;
}
ul,
ol,
dl {
    padding-left: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
}
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 {
    color: inherit;
}
h1,
.h1 {
    font-size: 39px;
}
h2,
.h2 {
    font-size: 27px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 15px;
}
h6,
.h6 {
    font-size: 13px;
}
@media only screen and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 25px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .h4 {
        font-size: 17px;
    }
    h5,
    .h5 {
        font-size: 14px;
    }
    h6,
    .h6 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 15px;
    }
    h5,
    .h5 {
        font-size: 12px;
    }
    h6,
    .h6 {
        font-size: 11px;
    }
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
blockquote {
    border-left: 3px solid;
    border-color: inherit;
    padding: 16px 24px;
    margin: 10px 0 20px 0;
}
blockquote p {
    font-size: 18.75px;
    font-weight: 300;
    line-height: 1.43;
}
.page_title_in_content {
    margin-bottom: 42px;
}
.page_title_in_content + section {
    padding-top: 0px !important;
}
.page_title_in_content .section_header {
    margin: 32px 0 !important;
}
.sidebar_on {
    padding-top: 64px !important;
}
.sidebar_off {
    padding-top: 64px !important;
}
.head_panel.diagonal-bgcolor-trans + .main > section:first-child {
    padding-top: 128px !important;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
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.5;
    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: #efefef;
}
.header {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    border-color: #efefef;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 11;
    min-height: 30px;
    color: #555;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.header .container {
    position: relative;
}
.header a:link,
.header a:visited {
    color: #444;
}
.header a:hover,
.header a:active {
    color: #4eabf9;
}
.header .topbar {
    font-size: 13px;
    position: relative;
    z-index: 101;
    background-color:#a30908 !important;
    color: #555;
}
.header .topbar a:link,
.header .topbar a:visited {
    color: #555;
}
.header .topbar a:hover,
.header .topbar a:active {
    color: #4eabf9;
}
.header .topbar .container {
    border-bottom: solid 1px #ddd;
}
.header .topbar div[class*="col-"] {
    padding-top: 8px;
    padding-bottom: 2px;
}
.header .mainbar {
    border-color: #efefef;
}
.header.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #efefef !important;
    background-color: rgba(239, 239, 239, 0.8) !important;
}
.sticky_header .header.transparent {
    position: fixed;
}
body.sticky_header .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.collapsed {
    -o-transform: translate(-250px, 0px);
    -webkit-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px);
}
.logo {
    margin: 20px 0;
    display: inline-block;
}
.logo a.brand {
    display: block;
    line-height: 1em;
    text-align: left;
    font-size: 32px;
    font-weight: 900;
}
.logo a.brand img {
    width: 400px;
    max-height: 65px;
}
.logo a.brand:link,
.logo a.brand:visited {
    color: #444;
}
.logo p {
    padding: 0;
    margin: 0;
    color: #555;
}
@media only screen and (max-width: 991px) {
    .logo {
        margin: 14px 0;
    }
    .logo a.brand {
        font-size: 28px;
    }
    .logo a.brand img {
        max-height: 34px;
    }
    .logo p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .logo {
        margin: 10px 0;
    }
    .logo a.brand {
        font-size: 22px;
    }
    .logo a.brand img {
        max-height: 70px;
    }
    .logo p {
        font-size: 12px;
    }
}
label.mobile_collapser,
span.close_menu {
    display: none;
}
.menu_container,
.top_menu_container {
    position: absolute;
    top: 50%;
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: 4px;
    z-index: 100;
    background: transparent;
}
.menu_container ul.main_menu,
.top_menu_container ul.main_menu,
.menu_container ul.top_menu,
.top_menu_container ul.top_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu_container ul.main_menu li,
.top_menu_container ul.main_menu li,
.menu_container ul.top_menu li,
.top_menu_container ul.top_menu li {
    float: left;
    background: inherit;
    width: auto;
    text-align: left;
    position: relative;
}
.menu_container ul.main_menu li.lihasdropdown > a:after,
.top_menu_container ul.main_menu li.lihasdropdown > a:after,
.menu_container ul.top_menu li.lihasdropdown > a:after,
.top_menu_container ul.top_menu li.lihasdropdown > a:after {
    font-family: Arial, sans-serif;
    content: "\2023";
    font-size: 20px;
    position: absolute;
    top: 12.16666667px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 6px;
    color: #444;
    height: 13px;
    width: 13px;
    line-height: 13px;
    overflow: hidden;
    opacity: 0.5;
}
.menu_container ul.main_menu li.lihasdropdown:hover > a:after,
.top_menu_container ul.main_menu li.lihasdropdown:hover > a:after,
.menu_container ul.top_menu li.lihasdropdown:hover > a:after,
.top_menu_container ul.top_menu li.lihasdropdown:hover > a:after {
    opacity: 1;
}
.menu_container ul.main_menu li a,
.top_menu_container ul.main_menu li a,
.menu_container ul.top_menu li a,
.top_menu_container ul.top_menu li a {
    font-size: 13px;
    line-height: 1em;
    padding: 10px 13px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
}
.menu_container ul.main_menu li a:link,
.top_menu_container ul.main_menu li a:link,
.menu_container ul.top_menu li a:link,
.top_menu_container ul.top_menu li a:link,
.menu_container ul.main_menu li a:visited,
.top_menu_container ul.main_menu li a:visited,
.menu_container ul.top_menu li a:visited,
.top_menu_container ul.top_menu li a:visited {
    color: #444;
}
.menu_container ul.main_menu li a:hover,
.top_menu_container ul.main_menu li a:hover,
.menu_container ul.top_menu li a:hover,
.top_menu_container ul.top_menu li a:hover,
.menu_container ul.main_menu li a:active,
.top_menu_container ul.main_menu li a:active,
.menu_container ul.top_menu li a:active,
.top_menu_container ul.top_menu li a:active {
    color: #4eabf9;
}
.menu_container ul.main_menu li.lihasdropdown > a,
.top_menu_container ul.main_menu li.lihasdropdown > a,
.menu_container ul.top_menu li.lihasdropdown > a,
.top_menu_container ul.top_menu li.lihasdropdown > a {
    padding: 10px 23px 10px 13px;
}
.menu_container ul.main_menu li.lihasdropdown ul li a,
.top_menu_container ul.main_menu li.lihasdropdown ul li a,
.menu_container ul.top_menu li.lihasdropdown ul li a,
.top_menu_container ul.top_menu li.lihasdropdown ul li a {
    font-size: 11px;
}
.menu_container ul.main_menu li.active > a:link,
.top_menu_container ul.main_menu li.active > a:link,
.menu_container ul.top_menu li.active > a:link,
.top_menu_container ul.top_menu li.active > a:link,
.menu_container ul.main_menu li.active > a:visited,
.top_menu_container ul.main_menu li.active > a:visited,
.menu_container ul.top_menu li.active > a:visited,
.top_menu_container ul.top_menu li.active > a:visited {
    color: #4eabf9;
}
.menu_container ul.main_menu li.active > a:hover,
.top_menu_container ul.main_menu li.active > a:hover,
.menu_container ul.top_menu li.active > a:hover,
.top_menu_container ul.top_menu li.active > a:hover,
.menu_container ul.main_menu li.active > a:active,
.top_menu_container ul.main_menu li.active > a:active,
.menu_container ul.top_menu li.active > a:active,
.top_menu_container ul.top_menu li.active > a:active {
    color: #4eabf9;
}
.menu_container ul.main_menu li.drop-left ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-left ul.menu-dropdown,
.menu_container ul.top_menu li.drop-left ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-left ul.menu-dropdown,
.menu_container ul.main_menu li.dropleft ul.menu-dropdown,
.top_menu_container ul.main_menu li.dropleft ul.menu-dropdown,
.menu_container ul.top_menu li.dropleft ul.menu-dropdown,
.top_menu_container ul.top_menu li.dropleft ul.menu-dropdown {
    right: -27px;
    left: inherit;
}
.menu_container ul.main_menu li.drop-right ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-right ul.menu-dropdown,
.menu_container ul.top_menu li.drop-right ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-right ul.menu-dropdown {
    left: -27px;
}
.menu_container ul.main_menu li.drop-mid ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-mid ul.menu-dropdown,
.menu_container ul.top_menu li.drop-mid ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-mid ul.menu-dropdown {
    left: -130%;
}
.menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown,
.menu_container ul.top_menu li.drop-mid.two_column ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-mid.two_column ul.menu-dropdown {
    left: -225px;
}
.team_social + .menu_container {
    right: 45px;
}
.top_menu_container {
    z-index: 101;
}
.top_menu_container ul.top_menu li.lihasdropdown > a:after {
    color: #555;
}
.top_menu_container ul.top_menu li a {
    font-size: 11px;
}
.top_menu_container ul.top_menu li a:link,
.top_menu_container ul.top_menu li a:visited {
    color: #555;
}
.top_menu_container ul.top_menu li a:hover,
.top_menu_container ul.top_menu li a:active {
    color: #4eabf9;
}
.top_menu_container ul.top_menu li.active > a:link,
.top_menu_container ul.top_menu li.active > a:visited {
    color: #4eabf9;
}
.top_menu_container ul.top_menu li.active > a:hover,
.top_menu_container ul.top_menu li.active > a:active {
    color: #4eabf9;
}
.menu_container ul.main_menu li ul.menu-dropdown,
.top_menu_container ul.top_menu li ul.menu-dropdown {
    list-style: none;
    padding: 22px 0;
    margin: 0;
    background-color: #efefef;
    top: 23px;
    z-index: 30;
    overflow: visible !important;
    height: auto;
    min-height: 40px;
    max-height: 3000px;
    display: inherit;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: -27px;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #4eabf9;
}
.menu_container ul.main_menu li ul.menu-dropdown.show,
.top_menu_container ul.top_menu li ul.menu-dropdown.show {
    -o-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.menu_container ul.main_menu li ul.menu-dropdown li,
.top_menu_container ul.top_menu li ul.menu-dropdown li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0px;
}
.menu_container ul.main_menu li ul.menu-dropdown li a,
.top_menu_container ul.top_menu li ul.menu-dropdown li a {
    display: block;
    padding: 7px 40px;
    text-decoration: none;
    margin: 0;
    line-height: 1em;
    white-space: nowrap;
}
.menu_container ul.main_menu li ul.menu-dropdown li a .fa,
.top_menu_container ul.top_menu li ul.menu-dropdown li a .fa {
    font-size: 16px;
    line-height: 0.7em;
    margin-right: 6px;
}
.menu_container ul.main_menu li ul.menu-dropdown li a span.label,
.top_menu_container ul.top_menu li ul.menu-dropdown li a span.label {
    left: 3px;
    position: relative;
    top: -2px;
}
.menu_container ul.main_menu li ul.menu-dropdown li:hover > a,
.top_menu_container ul.top_menu li ul.menu-dropdown li:hover > a {
    background: #4eabf9;
    color: #efefef;
}
.menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown,
.top_menu_container ul.top_menu li ul.menu-dropdown li ul.menu-dropdown {
    height: auto;
    display: none;
    position: absolute;
    top: -150%;
    width: 100%;
    min-width: 160px;
    left: 100%;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown li a,
.top_menu_container ul.top_menu li ul.menu-dropdown li ul.menu-dropdown li a {
    font-weight: 700;
    padding: 7px 20px;
}
.top_menu_container ul.top_menu li ul.menu-dropdown {
    background-color: #efefef;
    border-bottom: 4px solid #4eabf9;
    top: 18px !important;
    padding: 6px 0 10px 0;
}
.top_menu_container ul.top_menu li ul.menu-dropdown li:hover > a {
    background: #4eabf9;
    color: #efefef;
}
.menu_container ul.menu-dropdown > li.active > a,
.menu_container ul.menu-dropdown > li.active > a:hover,
.menu_container ul.menu-dropdown > li.active > a:focus {
    background-color: #efefef;
}
.top_menu_container ul.menu-dropdown > li.active > a,
.top_menu_container ul.menu-dropdown > li.active > a:hover,
.top_menu_container ul.menu-dropdown > li.active > a:focus {
    background-color: #efefef;
}
.menu_container ul > li > ul > li.sublihasdropdown .menu-dropdown,
.top_menu_container ul > li > ul > li.sublihasdropdown .menu-dropdown {
    padding: 10px 0 !important;
    top: -20px !important;
}
.menu_container ul > li > ul > li.sublihasdropdown > a:after,
.top_menu_container ul > li > ul > li.sublihasdropdown > a:after {
    content: "\203A";
    position: absolute;
    font-family: Arial, sans-serif;
    top: 0px;
    right: 15px;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    opacity: 0.5;
}
.menu_container ul > li > ul > li.sublihasdropdown:hover > a:after,
.top_menu_container ul > li > ul > li.sublihasdropdown:hover > a:after {
    opacity: 1;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul,
.menu_container ul.main_menu li.two-column.lihasdropdown ul {
    overflow: hidden;
    width: 550px;
    padding: 22px 0;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li {
    float: left;
    width: 50%;
    border-right: solid 1px #444;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(even),
.menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(even) {
    border-right: solid 0px;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(odd),
.menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(odd) {
    clear: left;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li a,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li a {
    white-space: normal;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li ul,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li ul {
    width: auto;
    width: 100%;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li ul li,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li ul li {
    float: none;
    width: 100%;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown ul li,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown ul li {
    border-right: solid 0px;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown > a:after,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown > a:after {
    right: 10px;
}
.top_menu_container {
    position: relative;
    top: inherit;
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: inherit;
}
.top_menu_container ul.top_menu > li:first-child > a {
    padding-left: 0;
}
.top_menu_container ul.top_menu > li:last-child:not(.lihasdropdown) > a {
    padding-right: 0;
}
.menu_container ul.main_menu li.btn {
    padding: 0 5px;
    margin: 0 12px;
    border-radius: 30px;
}
.menu_container ul.main_menu li.btn.btn-sm > a,
.menu li.btn.btn-sm > a {
    font-size: 80%;
    line-height: 1.3em;
}
.menu_container ul.main_menu li.btn:last-child {
    margin-right: 0px;
}
.menu_container ul.main_menu li.btn > a,
.menu li.btn > a,
.menu_container ul.main_menu li.btn > a:after {
    color: inherit;
}
.main.collapsed,
.head_panel.collapsed {
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_container ul.main_menu > li > a {
        padding: 10px 9px;
    }
    .menu_container ul.main_menu > li.lihasdropdown > a {
        padding: 10px 18px 10px 9px;
    }
    .menu_container ul.main_menu > li.lihasdropdown > a:after {
        right: 5px;
    }
}
@media only screen and (max-width: 991px) {
    label.mobile_collapser {
        position: absolute;
        top: 50%;
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 15px;
        display: inline-block;
        cursor: pointer;
        color: #444;
        text-align: right;
        margin: 0;
        width: 80px;
        padding: 15px 30px 15px 0;
        font-size: 13px;
        line-height: 1em;
    }
    label.mobile_collapser:after {
        content: "\2261";
        display: block;
        position: absolute;
        font-size: 40px;
        top: 13px;
        right: -5px;
    }
    span.close_menu {
        cursor: pointer;
        font-size: 30px;
        font-weight: bold;
        line-height: 25px;
        position: absolute;
        margin: 15px;
        top: 0;
        left: 0;
        color: #444;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        text-align: center;
        display: block;
    }
    .menu_container {
        position: fixed;
        top: 0;
        right: 0;
        float: none;
        width: 250px;
        margin: 0;
        margin-right: 0 !important;
        -o-transform: translate(250px, 0px);
        -webkit-transform: translate(250px, 0px);
        -ms-transform: translate(250px, 0px);
        transform: translate(250px, 0px);
        background-color: #efefef;
        padding: 62px 0;
        border-left: solid 1px #ccc;
        display: block;
        overflow: auto;
    }
    .menu_container.collapsed {
        -o-transform: translate(250px, 0px);
        -webkit-transform: translate(250px, 0px);
        -ms-transform: translate(250px, 0px);
        transform: translate(250px, 0px);
    }
    .menu_container ul.main_menu {
        border-top: solid 1px #ccc;
    }
    .menu_container ul.main_menu li {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
        border-bottom: solid 1px #ccc;
    }
    .menu_container ul.main_menu li a {
        padding: 15px 15px;
    }
    .menu_container ul.main_menu li.lihasdropdown:after {
        right: 10px;
    }
    .menu_container ul.main_menu li.drop-left ul.menu-dropdown,
    .menu_container ul.main_menu li.dropleft ul.menu-dropdown {
        right: inherit;
        left: 0;
    }
    .menu_container ul.main_menu li.drop-right ul.menu-dropdown {
        left: 0;
    }
    .menu_container ul.main_menu li.drop-mid ul.menu-dropdown {
        left: 0;
    }
    .menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown {
        left: 0;
    }
    .menu_container ul.main_menu li ul.menu-dropdown {
        padding: 0px;
        top: 0;
        height: 0;
        min-height: inherit;
        max-height: inherit;
        position: relative;
        left: 0px;
        overflow: hidden !important;
        -o-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
        border: none;
    }
    .menu_container ul.main_menu li ul.menu-dropdown.show {
        height: auto;
        -o-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .menu_container ul.main_menu li ul.menu-dropdown li {
        display: block;
        position: relative;
        width: 100%;
        padding: 0 0px;
        border-bottom: solid 1px #ccc;
    }
    .menu_container ul.main_menu li ul.menu-dropdown li a {
        padding: 15px 20px;
    }
    .menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown {
        position: relative;
        top: inherit;
        width: 100%;
        min-width: inherit;
        left: inherit;
    }
    .menu_container ul.main_menu > li > ul.menu-dropdown > li.sublihasdropdown ul.menu-dropdown > li > a {
        padding: 15px 30px;
    }
    .menu_container ul.main_menu > li > ul.menu-dropdown > li.sublihasdropdown > a:after {
        content: "\2023";
        font-size: 20px;
        transform: rotate(90deg);
        position: absolute;
        top: 11px;
        right: 10px;
        color: #444;
    }
    .menu_container ul.main_menu > li > ul.menu-dropdown > li.sublihasdropdown > ul.menu-dropdown {
        border: none !important;
        top: 0px !important;
    }
    .menu_container ul.main_menu li.two_column.lihasdropdown ul,
    .menu_container ul.main_menu li.two-column.lihasdropdown ul {
        width: inherit;
        padding: 0;
    }
    .menu_container ul.main_menu li.two_column.lihasdropdown ul li,
    .menu_container ul.main_menu li.two-column.lihasdropdown ul li {
        float: none;
        width: 100%;
        border-right: solid 0px;
    }
    .menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(odd),
    .menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(odd) {
        clear: none;
    }
    .menu_container ul.main_menu li.two_column.lihasdropdown ul li ul,
    .menu_container ul.main_menu li.two-column.lihasdropdown ul li ul {
        width: 100%;
    }
    .menu_container ul.main_menu li.two_column.lihasdropdown ul li ul li,
    .menu_container ul.main_menu li.two-column.lihasdropdown ul li ul li {
        float: none;
        width: 100%;
    }
    .menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown > a:after,
    .menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown > a:after {
        right: 10px;
    }
    .team_social + .menu_container {
        right: 0px;
    }
}
a.social_links {
    position: absolute;
    top: 50%;
    right: 10px;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    text-align: center;
}
@media (max-width: 991px) {
    a.social_links {
        right: 0px;
        -o-transform: translate(-100px, -50%);
        -webkit-transform: translate(-100px, -50%);
        -ms-transform: translate(-100px, -50%);
        transform: translate(-100px, -50%);
        z-index: 101;
    }
}
.team_social {
    width: 100%;
    opacity: 0;
    padding-top: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    -o-transform: translate(0, -200%);
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    transform: translate(0, -200%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.team_social a {
    margin: 0 3px 3px 0;
}
.team_social a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
}
.team_social a:link i,
.team_social a:visited i {
    color: #fff;
}
.team_social a:hover i,
.team_social a:active i {
    background-color: #000;
}
.team_social.showLinks {
    opacity: 1;
    -o-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    z-index: 1;
}
.head_panel {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.stretchy_wrapper.ratio_slider {
    padding-bottom: 320px !important;
}
@media only screen and (min-width: 480px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom: 400px !important;
    }
}
@media only screen and (min-width: 768px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom: 640px !important;
    }
}
@media only screen and (min-width: 1900px) {
    .stretchy_wrapper.ratio_slider {
        padding-bottom: 35% !important;
    }
}
.transparent_header .stretchy_wrapper.ratio_slider {
    padding-bottom: 400px !important;
}
@media only screen and (min-width: 480px) {
    .transparent_header .stretchy_wrapper.ratio_slider {
        padding-bottom: 460px !important;
    }
}
@media only screen and (min-width: 768px) {
    .transparent_header .stretchy_wrapper.ratio_slider {
        padding-bottom: 720px !important;
    }
}
@media only screen and (min-width: 1900px) {
    .transparent_header .stretchy_wrapper.ratio_slider {
        padding-bottom: 40% !important;
    }
}
.head_panel .owl-carousel .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head_panel .owl-carousel .item:before {
    -webkit-backface-visibility: hidden;
}
.head_panel .owl-carousel .item .container {
    height: 100%;
    position: relative;
    min-height: inherit;
}
.head_panel .owl-carousel .owl-nav {
    height: 0px;
    top: 50%;
    width: 100%;
    position: absolute;
    margin: 0;
}
.head_panel .owl-carousel .owl-prev,
.head_panel .owl-carousel .owl-next {
    position: absolute;
    width: 44px;
    height: 50px;
    display: block;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("https://healthflex.plethorathemes.com/wp-content/themes/healthflex/assets/images/slider-arrows.png") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    margin: 0 !important;
    opacity: 0.3;
}
.head_panel .owl-carousel .owl-prev:hover,
.head_panel .owl-carousel .owl-next:hover {
    opacity: 1;
    background-image: url("https://healthflex.plethorathemes.com/wp-content/themes/healthflex/assets/images/slider-arrows.png") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}
.head_panel .owl-carousel .owl-prev {
    background-position: 0 0 !important;
    left: 0;
    top: 0;
    text-indent: -20000px;
}
.head_panel .owl-carousel .owl-next {
    background-position: -44px 0 !important;
    top: 0;
    right: 0;
    text-indent: 20000px;
}
.head_panel .owl-carousel .owl-next:hover {
    background-position: -44px 0 !important;
}
.head_panel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.head_panel .slider_wrapper .caption {
    position: absolute;
    left: 25%;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
}
.head_panel .slider_wrapper .caption.caption-full {
    width: 80%;
    left: 10%;
}
.head_panel .slider_wrapper .caption.caption_left {
    left: 0px;
    right: inherit;
}
.head_panel .slider_wrapper .caption.caption_right {
    right: 0;
    left: inherit;
}
.caption .inner.transparent_film {
    padding: 30px;
}
.caption .inner img {
    width: inherit;
}
.caption .inner .t1 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05em;
}
@media only screen and (min-width: 480px) {
    .caption .inner .t1 {
        font-size: 56px;
    }
}
.caption .inner .t1 img {
    vertical-align: inherit;
}
.caption .inner .t2 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2em;
}
@media only screen and (min-width: 480px) {
    .caption .inner .t2 {
        font-size: 30px;
    }
}
.caption .inner .t3 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}
@media only screen and (min-width: 480px) {
    .caption .inner .t3 {
        font-size: 24px;
    }
}
.caption .inner p {
    margin-bottom: 14px;
}
.caption .inner p.desc {
    font-size: 16px;
    line-height: 1.3em;
}
.caption .inner p.desc:before {
    content: "";
    border-bottom: 2px solid #45aaff;
    display: block;
    margin: 12px 0;
}
.caption.no-line p.desc:before,
.caption.no-line .t2:after {
    border-bottom: 0px !important;
    margin: 8px 0 0 0 !important;
}
.caption.caption_fancy .inner .t2 {
    display: inline-block;
}
.caption.caption_fancy .inner .t2:after {
    border-bottom: 7px solid #45aaff;
    content: "";
    display: block;
    margin: 12px 0 12px 0;
}
.caption.caption_fancy .inner .t3 {
    font-weight: 700;
    margin: 3px 0;
}
.caption.caption_fancy .inner p.desc:before {
    display: none;
}
.caption.caption_flat .inner .t1 {
    line-height: 1em;
}
.caption.caption_flat .inner .t1 small {
    font-weight: 300;
}
.caption.caption_flat .inner .t2 {
    margin-bottom: 20px;
}
.caption.caption_flat .inner p.desc {
    font-size: 18px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #45aaff;
    color: #fff;
    display: inline;
    line-height: 2.1em;
    padding: 6px 12px;
    width: 100%;
    margin: 0;
}
.caption.caption_flat .inner p.desc:before {
    display: none;
}
.caption.caption_flat .inner a.btn {
    margin-top: 23px;
}
.caption.caption_flat .inner.skincolored_section p.desc {
    background-color: #304770;
}
.caption.caption_elegant .inner .t2 {
    letter-spacing: 4px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
.caption.caption_elegant .inner .t2:after {
    border-bottom: 3px solid #45aaff;
    content: "";
    display: block;
    margin: 10px auto 0 auto;
    width: 10%;
}
.caption.caption_elegant .inner .t3 {
    font-size: 18px;
    font-weight: 300;
    margin: 12px 0 6px 0;
}
.full_width_photo {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    width: 100%;
}
.head_panel .hgroup {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: inherit;
    z-index: 10;
}
.head_panel .hgroup .title {
    position: relative;
}
.head_panel .hgroup .title h1 {
    font-weight: 900;
    margin: 0;
    padding: 15px 0 4px 0;
}
.head_panel .hgroup .title.transparent_film h1 {
    padding: 16px 0 13px 0;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans {
    margin: 30px 0 0 0;
    background: #e5e5e5;
    background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1200px) {
    .head_panel .hgroup .title.diagonal-bgcolor-trans {
        background: linear-gradient(to right, #e5e5e5 15%, #e5e5e5 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
    }
}
@media only screen and (min-width: 1600px) {
    .head_panel .hgroup .title.diagonal-bgcolor-trans {
        background: linear-gradient(to right, #e5e5e5 25%, #e5e5e5 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
    }
}
@media only screen and (min-width: 2250px) {
    .head_panel .hgroup .title.diagonal-bgcolor-trans {
        background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
    }
}
.head_panel .hgroup .title.diagonal-bgcolor-trans h1 {
    padding: 19px 30px 0px 0;
    display: inline-block;
    position: relative;
    background-color: #e5e5e5;
    color: #323232;
    min-width: 200px;
    z-index: 2;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans h1:after {
    background: #e5e5e5;
    background: linear-gradient(to top right, #e5e5e5 0%, #e5e5e5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    width: 72px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -72px;
}
.head_panel .hgroup .subtitle {
    position: relative;
    z-index: 1;
    padding: 10px 0 10px 0;
}
.head_panel .hgroup .subtitle p {
    font-size: 18px;
    margin: 0;
    line-height: 1.1em;
}
.head_panel .hgroup .subtitle.body-bg_section {
    background: #e5e5e5;
    color: #323232;
}
@media only screen and (min-width: 480px) {
    .head_panel .hgroup .subtitle.body-bg_section:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #e5e5e5;
        border-width: 64px 0 0 100vw;
        bottom: -63px;
        border-left-color: transparent;
        border-right-color: transparent;
        left: 0;
        position: absolute;
        z-index: 9;
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}
.sep_triangular_downhill_bottom .separator_bottom {
    border-style: solid;
    border-left-width: inherit;
    display: none\9;
}
.sep_triangular_downhill_bottom .separator_bottom:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    bottom: -24px;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.head_panel .hgroup.fancy.vcenter {
    bottom: inherit;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.head_panel .hgroup.fancy .title h1 {
    font-size: 78px;
    line-height: 1em;
}
.head_panel .hgroup.fancy .subtitle p {
    font-size: 30px;
    font-weight: 300;
    line-height: 1em;
}
.map {
    height: 480px !important;
}
.map img {
    max-width: none !important;
}
.main {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
}
.main > section {
    position: relative;
    background-color: #efefef;
    border-color: #efefef;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 128px;
}
@media only screen and (max-width: 480px) {
    .main > section {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.main > section.no_padding {
    padding-top: 0;
    padding-bottom: 0;
}
.main > section.no_top_padding {
    padding-top: 0;
}
.main > section.no_bottom_padding {
    padding-bottom: 0;
}
.main > section.no_cols_padding div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.main > section.full_width > .container {
    width: 100%;
}
.main > section div[class*="col-"] {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main[class*="_section"] section {
    background-color: transparent;
}
.main section .container .container {
    width: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .vcenter div[class*="col-"],
    .vbottom div[class*="col-"] {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-right: -4px;
    }
}
.vcenter div[class*="col-"].same_height_col,
.vbottom div[class*="col-"].same_height_col {
    margin-right: 0;
    float: left;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .vbottom div[class*="col-"] {
        vertical-align: bottom;
    }
}
.section_header {
    position: relative;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 42.66666667px 0 !important;
}
.section_header h1,
.section_header h2,
.section_header h3,
.section_header h4,
.section_header h5,
.section_header h6 {
    margin: 0 0 1px 0;
}
.section_header p {
    margin-bottom: 0;
}
.section_header h1 + p,
.section_header h2 + p {
    margin-top: 5px;
    font-size: 18px;
}
.section_header h3 + p {
    margin-top: 3px;
    font-size: 17px;
}
.section_header h4 + p,
.section_header h5 + p,
.section_header h6 + p {
    margin-top: 0px;
    font-size: 16px;
}
.section_header.xbold h1,
.section_header.xbold h2,
.section_header.xbold h3,
.section_header.xbold h4,
.section_header.xbold h5,
.section_header.xbold h6 {
    font-weight: 900;
}
.section_header.fancy h1 {
    font-size: 39px;
}
.section_header.fancy h2 {
    font-size: 39px;
}
.section_header.fancy h3 {
    font-size: 27px;
}
.section_header.fancy h4 {
    font-size: 24px;
}
.section_header.fancy h5 {
    font-size: 24px;
}
.section_header.fancy h6 {
    font-size: 24px;
}
@media only screen and (max-width: 480px) {
    .section_header.fancy h1 {
        font-size: 31.2px;
    }
    .section_header.fancy h2 {
        font-size: 31.2px;
    }
    .section_header.fancy h3 {
        font-size: 21.6px;
    }
    .section_header.fancy h4 {
        font-size: 19.2px;
    }
    .section_header.fancy h5 {
        font-size: 19.2px;
    }
    .section_header.fancy h6 {
        font-size: 19.2px;
    }
}
.section_header.fancy h1,
.section_header.fancy h2,
.section_header.fancy h3,
.section_header.fancy h4,
.section_header.fancy h5,
.section_header.fancy h6 {
    font-weight: 900;
}
.section_header.fancy p {
    font-weight: normal;
}
.section_header.thin h1,
.section_header.thin h2,
.section_header.thin h3,
.section_header.thin h4,
.section_header.thin h5,
.section_header.thin h6 {
    font-weight: 300;
}
.section_header.thin p {
    font-weight: 300;
}
.section_header.thin h1 + p {
    font-size: 19px;
}
.section_header.elegant h1 {
    font-size: 39px;
}
.section_header.elegant h2 {
    font-size: 39px;
}
.section_header.elegant h3 {
    font-size: 27px;
}
.section_header.elegant h4 {
    font-size: 24px;
}
.section_header.elegant h5 {
    font-size: 24px;
}
.section_header.elegant h6 {
    font-size: 24px;
}
.section_header.elegant h1,
.section_header.elegant h2,
.section_header.elegant h3,
.section_header.elegant h4,
.section_header.elegant h5,
.section_header.elegant h6 {
    font-weight: 500;
    margin: 0 0 8px 0;
}
.section_header.elegant p {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1em;
}
.section_header.elegant h1 + p,
.section_header.elegant h2 + p {
    font-size: 16px;
}
.section_header.elegant h3 + p {
    font-size: 15px;
}
.section_header.elegant h4 + p,
.section_header.elegant h5 + p,
.section_header.elegant h6 + p {
    font-size: 13px;
}
.skincolored_section,
.main .skincolored_section,
div[class*="_section"] .skincolored_section,
section[class*="_section"] .skincolored_section,
section[class*="_section"] div[class*="_section"] .skincolored_section {
    background-color: #45aaff;
    border-color: #45aaff;
    color: #fff;
}
.skincolored_section a:link,
.main .skincolored_section a:link,
div[class*="_section"] .skincolored_section a:link,
section[class*="_section"] .skincolored_section a:link,
section[class*="_section"] div[class*="_section"] .skincolored_section a:link,
.skincolored_section a:visited,
.main .skincolored_section a:visited,
div[class*="_section"] .skincolored_section a:visited,
section[class*="_section"] .skincolored_section a:visited,
section[class*="_section"] div[class*="_section"] .skincolored_section a:visited {
    color: #f9dd95;
}
.skincolored_section a:hover,
.main .skincolored_section a:hover,
div[class*="_section"] .skincolored_section a:hover,
section[class*="_section"] .skincolored_section a:hover,
section[class*="_section"] div[class*="_section"] .skincolored_section a:hover,
.skincolored_section a:active,
.main .skincolored_section a:active,
div[class*="_section"] .skincolored_section a:active,
section[class*="_section"] .skincolored_section a:active,
section[class*="_section"] div[class*="_section"] .skincolored_section a:active {
    color: #fbc02d;
}
.skincolored_section a i,
.main .skincolored_section a i,
div[class*="_section"] .skincolored_section a i,
section[class*="_section"] .skincolored_section a i,
section[class*="_section"] div[class*="_section"] .skincolored_section a i {
    color: #fff;
}
.secondary_section,
.main .secondary_section,
div[class*="_section"] .secondary_section,
section[class*="_section"] .secondary_section,
section[class*="_section"] div[class*="_section"] .secondary_section {
    background-color: #304770 !important;
    border-color: #304770;
    color: #fff;
}
.secondary_section a:link,
.main .secondary_section a:link,
div[class*="_section"] .secondary_section a:link,
section[class*="_section"] .secondary_section a:link,
section[class*="_section"] div[class*="_section"] .secondary_section a:link,
.secondary_section a:visited,
.main .secondary_section a:visited,
div[class*="_section"] .secondary_section a:visited,
section[class*="_section"] .secondary_section a:visited,
section[class*="_section"] div[class*="_section"] .secondary_section a:visited {
    color: #f9ce61;
}
.secondary_section a:hover,
.main .secondary_section a:hover,
div[class*="_section"] .secondary_section a:hover,
section[class*="_section"] .secondary_section a:hover,
section[class*="_section"] div[class*="_section"] .secondary_section a:hover,
.secondary_section a:active,
.main .secondary_section a:active,
div[class*="_section"] .secondary_section a:active,
section[class*="_section"] .secondary_section a:active,
section[class*="_section"] div[class*="_section"] .secondary_section a:active {
    color: #fbc02d;
}
.secondary_section a i,
.main .secondary_section a i,
div[class*="_section"] .secondary_section a i,
section[class*="_section"] .secondary_section a i,
section[class*="_section"] div[class*="_section"] .secondary_section a i {
    color: #fff;
}
.dark_section,
.main .dark_section,
div[class*="_section"] .dark_section,
section[class*="_section"] .dark_section,
section[class*="_section"] div[class*="_section"] .dark_section {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}
.dark_section a:link,
.main .dark_section a:link,
div[class*="_section"] .dark_section a:link,
section[class*="_section"] .dark_section a:link,
section[class*="_section"] div[class*="_section"] .dark_section a:link,
.dark_section a:visited,
.main .dark_section a:visited,
div[class*="_section"] .dark_section a:visited,
section[class*="_section"] .dark_section a:visited,
section[class*="_section"] div[class*="_section"] .dark_section a:visited {
    color: #f9ce61;
}
.dark_section a:hover,
.main .dark_section a:hover,
div[class*="_section"] .dark_section a:hover,
section[class*="_section"] .dark_section a:hover,
section[class*="_section"] div[class*="_section"] .dark_section a:hover,
.dark_section a:active,
.main .dark_section a:active,
div[class*="_section"] .dark_section a:active,
section[class*="_section"] .dark_section a:active,
section[class*="_section"] div[class*="_section"] .dark_section a:active {
    color: #fbc02d;
}
.dark_section a i,
.main .dark_section a i,
div[class*="_section"] .dark_section a i,
section[class*="_section"] .dark_section a i,
section[class*="_section"] div[class*="_section"] .dark_section a i {
    color: #fff;
}
.light_section,
.main .light_section,
div[class*="_section"] .light_section,
section[class*="_section"] .light_section,
section[class*="_section"] div[class*="_section"] .light_section {
    background-color: #ffffff;
    border-color: #e5e5e5;
    color: #323232;
}
.light_section a:link,
.main .light_section a:link,
div[class*="_section"] .light_section a:link,
section[class*="_section"] .light_section a:link,
section[class*="_section"] div[class*="_section"] .light_section a:link,
.light_section a:visited,
.main .light_section a:visited,
div[class*="_section"] .light_section a:visited,
section[class*="_section"] .light_section a:visited,
section[class*="_section"] div[class*="_section"] .light_section a:visited {
    color: #45aaff;
}
.light_section a:hover,
.main .light_section a:hover,
div[class*="_section"] .light_section a:hover,
section[class*="_section"] .light_section a:hover,
section[class*="_section"] div[class*="_section"] .light_section a:hover,
.light_section a:active,
.main .light_section a:active,
div[class*="_section"] .light_section a:active,
section[class*="_section"] .light_section a:active,
section[class*="_section"] div[class*="_section"] .light_section a:active {
    color: #304770;
}
.light_section a i,
.main .light_section a i,
div[class*="_section"] .light_section a i,
section[class*="_section"] .light_section a i,
section[class*="_section"] div[class*="_section"] .light_section a i {
    color: #323232;
}
.black_section,
.main .black_section,
div[class*="_section"] .black_section,
section[class*="_section"] .black_section,
section[class*="_section"] div[class*="_section"] .black_section {
    background-color: #323232;
    border-color: #323232;
    color: #fff;
}
.black_section a:link,
.main .black_section a:link,
div[class*="_section"] .black_section a:link,
section[class*="_section"] .black_section a:link,
section[class*="_section"] div[class*="_section"] .black_section a:link,
.black_section a:visited,
.main .black_section a:visited,
div[class*="_section"] .black_section a:visited,
section[class*="_section"] .black_section a:visited,
section[class*="_section"] div[class*="_section"] .black_section a:visited {
    color: #f9ce61;
}
.black_section a:hover,
.main .black_section a:hover,
div[class*="_section"] .black_section a:hover,
section[class*="_section"] .black_section a:hover,
section[class*="_section"] div[class*="_section"] .black_section a:hover,
.black_section a:active,
.main .black_section a:active,
div[class*="_section"] .black_section a:active,
section[class*="_section"] .black_section a:active,
section[class*="_section"] div[class*="_section"] .black_section a:active {
    color: #fbc02d;
}
.black_section a i,
.main .black_section a i,
div[class*="_section"] .black_section a i,
section[class*="_section"] .black_section a i,
section[class*="_section"] div[class*="_section"] .black_section a i {
    color: #fff;
}
.white_section,
.main .white_section,
div[class*="_section"] .white_section,
section[class*="_section"] .white_section,
section[class*="_section"] div[class*="_section"] .white_section {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
}
.white_section a:link,
.main .white_section a:link,
div[class*="_section"] .white_section a:link,
section[class*="_section"] .white_section a:link,
section[class*="_section"] div[class*="_section"] .white_section a:link,
.white_section a:visited,
.main .white_section a:visited,
div[class*="_section"] .white_section a:visited,
section[class*="_section"] .white_section a:visited,
section[class*="_section"] div[class*="_section"] .white_section a:visited {
    color: #4eabf9;
}
.white_section a:hover,
.main .white_section a:hover,
div[class*="_section"] .white_section a:hover,
section[class*="_section"] .white_section a:hover,
section[class*="_section"] div[class*="_section"] .white_section a:hover,
.white_section a:active,
.main .white_section a:active,
div[class*="_section"] .white_section a:active,
section[class*="_section"] .white_section a:active,
section[class*="_section"] div[class*="_section"] .white_section a:active {
    color: #304770;
}
.white_section a i,
.main .white_section a i,
div[class*="_section"] .white_section a i,
section[class*="_section"] .white_section a i,
section[class*="_section"] div[class*="_section"] .white_section a i {
    color: #323232;
}
.body-bg_section,
div[class*="_section"] .body-bg_section,
section[class*="_section"] .body-bg_section,
section[class*="_section"] div[class*="_section"] .body-bg_section {
    background-color: #efefef;
    border-color: #efefef;
    color: #323232;
}
.body-bg_section a:link,
div[class*="_section"] .body-bg_section a:link,
section[class*="_section"] .body-bg_section a:link,
section[class*="_section"] div[class*="_section"] .body-bg_section a:link,
.body-bg_section a:visited,
div[class*="_section"] .body-bg_section a:visited,
section[class*="_section"] .body-bg_section a:visited,
section[class*="_section"] div[class*="_section"] .body-bg_section a:visited {
    color: #45aaff;
}
.body-bg_section a:hover,
div[class*="_section"] .body-bg_section a:hover,
section[class*="_section"] .body-bg_section a:hover,
section[class*="_section"] div[class*="_section"] .body-bg_section a:hover,
.body-bg_section a:active,
div[class*="_section"] .body-bg_section a:active,
section[class*="_section"] .body-bg_section a:active,
section[class*="_section"] div[class*="_section"] .body-bg_section a:active {
    color: #304770;
}
.body-bg_section a i,
div[class*="_section"] .body-bg_section a i,
section[class*="_section"] .body-bg_section a i,
section[class*="_section"] div[class*="_section"] .body-bg_section a i {
    color: #323232;
}
.particles-js-container {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.col_header {
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0;
}
.testimonial li {
    font-size: 18px;
}
.testimonial .name {
    font-style: italic;
    font-size: 15px;
    margin-top: 30px;
}
.testimonial ul.slides li {
    display: none;
}
.testimonial ul.slides li:first-child {
    display: block;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
    background: #45aaff none repeat scroll 0 0;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #304770 none repeat scroll 0 0;
}
.wpcf7-form-control,
.wpcf7-form-control.wpcf7-date,
.form-control {
    background-color: #efefef;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    color: #323232;
    font-size: 14px;
    height: inherit;
    line-height: 1.5;
    padding: 7px 22px 6px 22px;
}
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-select {
    width: 100%;
}
select {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://healthflex.plethorathemes.com/wp-content/themes/healthflex/assets/images/form-selector-grey.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    margin-bottom: 0;
    padding: 7px 17px 6px 17px !important;
    max-width: 100%;
    line-height: 1.5;
}
select::-ms-expand {
    display: none;
}
input.wpcf7-captchar {
    float: right;
    height: 36px;
    width: 69%;
}
img.wpcf7-captchac {
    height: 36px;
    padding: 0;
    width: 30%;
}
.captcha-code {
    background-repeat: no-repeat;
    height: 30px;
}
.widget_quickcontact .captchainput,
.widget_appointment .captchainput {
    width: 50%;
    padding: 3px 5px 5px 5px;
    border: 0;
    margin-right: 5px;
    color: black;
}
.widget_appointment .wpcf7-submit,
.widget_quickcontact .wpcf7-submit {
    margin-top: 5px;
}
.loading {
    animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
form.wpcf7-form p {
    margin: 0 0 5px 0;
}
#contact_panel {
    z-index: 10;
}
.timetable table.timetable_hours {
    margin: 0px 0;
    width: 100%;
    font-size: 14px;
}
.timetable table.timetable_hours td {
    padding: 2px 10px 2px 0;
}
.timetable table.timetable_hours tr td:nth-child(even) {
    font-weight: 400;
    text-align: right;
    padding: 2px 25px 2px 0;
}
.widget .timetable table.timetable_hours {
    margin: 0 0 20px 0;
}
#newsletterResponse {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 130px;
    transition: all 600ms;
}
.newsletter_form button[type="submit"] {
    position: relative;
}
.newsletter_form .newsletter_input {
    margin-left: 10%;
    width: 59%;
}
.newsletter_form h3,
.newsletter_form h4 {
    text-align: center;
}
.newsletter_form h4 {
    margin-bottom: 20px;
}
.newsletter_form h3 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}
.newsletter_form .fa-refresh-animate {
    transition: all 600ms;
    display: none;
    -animation: respin 0.9s infinite linear;
    -webkit-animation: respin2 0.9s infinite linear;
}
.refresh-show {
    display: inline-block !important;
}
@-webkit-keyframes respin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes respin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
span.progress_ball {
    transition: all 600ms;
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    z-index: 999999;
}
span.progress_ball .fa {
    -webkit-animation: respin2 0.9s infinite linear;
    animation: respin 0.9s infinite linear;
    color: white;
    font-size: 50px;
    left: 28px;
    position: absolute;
    top: 14px;
}
span.progress_ball.show {
    display: block;
}
.svg_newsletter {
    position: relative;
    height: 220px;
}
.svg_newsletter .row {
    position: absolute;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    margin: 0;
}
.svg_newsletter #newsletterResponse {
    top: 44px;
    left: 0;
    position: absolute;
}
.svg_newsletter .left_area {
    -o-transform: translate(15px, -15px);
    -webkit-transform: translate(15px, -15px);
    -ms-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
}
.svg_newsletter .left_area h3,
.svg_newsletter .left_area p {
    text-align: left;
    line-height: 1.1em;
    font-size: 18px;
    margin: 0;
}
.svg_newsletter .left_area h3 {
    font-weight: 900;
    font-size: 26px;
}
.svg_newsletter .right_area {
    -o-transform: translate(0, 25px);
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0, 25px);
}
.teaser_box {
    position: relative;
    overflow: hidden;
}
.teaser_box.image_hover img {
    opacity: 0.7;
    transition: all 100ms;
}
.teaser_box.image_hover img:hover {
    opacity: 1;
    transform: translateY(-5px);
}
.teaser_box.image_hover .figure > i,
.teaser_box.image_hover .figure > a i {
    opacity: 0.75;
    transform: translateY(5px);
    transition: all 100ms;
}
.teaser_box.image_hover .figure > i:hover,
.teaser_box.image_hover .figure > a:hover i {
    opacity: 1;
    transform: translateY(0px);
}
@media only screen and (max-width: 767px) {
    .teaser_box {
        margin-bottom: 20px !important;
        max-width: 360px;
        margin: 0 auto;
    }
}
.teaser_box .figure {
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.teaser_box .figure > i,
.teaser_box .figure > a i {
    font-size: 45px;
    display: inline-block;
}
.teaser_box .figure.stretchy_wrapper > i,
.teaser_box .figure.stretchy_wrapper > a i {
    position: absolute;
    padding: 0;
    left: 50%;
    top: 50%;
    right: inherit;
    bottom: inherit;
    height: auto;
    width: auto;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.teaser_box .figure + .content {
    padding: 20px 0px 0px 0px;
}
.teaser_box .content {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.teaser_box .content.boxed {
    padding: 25px 20px 25px 20px !important;
}
.teaser_box .content.boxed_special {
    padding: 26px 20px 25px 20px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.teaser_box .content .hgroup {
    position: relative;
    margin: 0;
}
.teaser_box .content .hgroup h4 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 5px;
}
.teaser_box .content .hgroup p {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0;
}
.teaser_box .content .desc {
    padding: 8px 0px 0px 0px;
    font-size: 14px;
}
.teaser_box .content .desc p {
    margin: 0;
}
.teaser_box .content .link {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.teaser_box .content .link > a {
    min-width: 80px;
    cursor: pointer;
}
.teaser_box:hover .link {
    bottom: 0px;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.teaser_box:hover .content.with_button {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.teaser_box:hover .figure + .content.with_button {
    padding-top: 14px !important;
    padding-bottom: 6px !important;
}
.teaser_box:hover .content.boxed.with_button {
    padding: 20px 20px 30px 20px !important;
}
.teaser_box:hover .content.boxed_special.with_button {
    padding: 21px 20px 30px 20px !important;
}
@media only screen and (max-width: 767px) {
    .teaser_box .figure > i,
    .teaser_box .figure > a i {
        font-size: 70px;
    }
}
a[href="#team_profile"] {
    cursor: default;
}
.team_member:hover .team_social {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate(-50%, -100%) !important;
    -ms-transform: translate(-50%, -100%) !important;
    transform: translate(-50%, -100%) !important;
    z-index: 1000;
}
.teaser_box.team_member:hover {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
.teaser_box.team_member .content {
    position: relative;
}
.teaser_box.team_member .link {
    opacity: 0;
}
.teaser_box.team_member:hover .link {
    opacity: 1;
}
.teaser_box.team_member .team_social {
    top: 0;
    bottom: inherit;
    right: inherit;
    left: 50%;
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: inherit;
}
.teaser_box.team_member .team_social a:link i,
.teaser_box.team_member .team_social a:visited i {
    color: #ffffff !important;
    margin-bottom: 7px;
}
.teaser_box.team_member .team_social a:hover,
.teaser_box.team_member .team_social a:active {
    background-color: #ffffff;
    color: #45aaff;
    text-decoration: none;
}
.team_social a:hover,
.team_social a:active {
    background-color: #45aaff;
    color: #fff;
    text-decoration: none;
}
.team_social.show {
    position: relative;
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: center;
}
table.timetable_big {
    margin: 0;
}
table.timetable_big thead tr:nth-child(2) {
    background-color: #45aaff;
    color: white;
}
table.timetable_big thead tr:nth-child(2) th {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ddd;
}
table.timetable_big thead tr:nth-child(2) th:first-child {
    background-color: #fff;
    border-left: none;
}
table.timetable_big thead tr:nth-child(2) th:last-child {
    border-right: none;
}
table.timetable_big thead tr:nth-child(3) th {
    border-left: 1px solid #ddd;
    border-bottom: none;
}
table.timetable_big thead tr:nth-child(3) th:first-child {
    border-left: none;
}
table.timetable_big tbody tr:nth-child(odd):hover,
table.timetable_big tbody tr:hover {
    background-color: #45aaff;
}
table.timetable_big tbody tr:nth-child(odd):hover td:first-child,
table.timetable_big tbody tr:hover td:first-child {
    color: #fff;
}
table.timetable_big tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}
table.timetable_big tbody td {
    border-left: 1px solid #ddd;
}
table.timetable_big tbody td.check {
    background-color: rgba(184, 240, 178, 0.7);
    font: normal normal normal 14px/1 FontAwesome;
}
table.timetable_big tbody td.check.check::before {
    content: "\f00c";
}
table.timetable_big tbody td:first-child {
    border-left: none;
}
.pricing_plan {
    position: relative;
}
.pricing_plan:hover {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
.pricing_plan .plan_title {
    padding: 30px;
}
.pricing_plan .plan_title h3 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 900;
    margin: 0;
    padding: 0;
    position: relative;
}
.pricing_plan .plan_title p {
    margin: 0;
}
.pricing_plan .the_price {
    padding: 10px 30px;
    font-size: 30px;
    font-weight: 800;
}
.pricing_plan .the_price small {
    font-size: 14px;
    margin-left: 6px;
    font-weight: 400;
}
.pricing_plan .the_offerings {
    padding: 30px;
    line-height: 2em;
}
.pricing_plan .the_offerings a.btn {
    margin: 20px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}
.pricing_plan .pricing_plan_photo {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .pricing_plan {
        margin-bottom: 20px !important;
        max-width: 360px;
        margin: 0 auto;
    }
    .pricing_plan h3 {
        font-size: 1.5em;
    }
}
.heart {
    height: 100px !important;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
    width: 100px;
    z-index: 1;
}
.heart.beating .heart-inner {
    -webkit-animation: heartbeat 0.7s linear infinite;
    -moz-animation: heartbeat 0.7s linear infinite;
    -ms-animation: heartbeat 0.7s linear infinite;
    -o-animation: heartbeat 0.7s linear infinite;
    animation: heartbeat 0.7s linear infinite;
}
.heart-inner {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAwElEQVRIDe3BsSqFYRgA4Lc/C+WIkwswMJ7JBWAwGE+dO1A2k3IFFhOThSTZ3IHdFVAWpWTUP+lQJ49J6c/X950zyPA/T0TrL6hMxaQMXDq2bS4m4cO3M90Yl6Gfzs3HOGxq2jMT5Qw03epEGX37HjTVFqOENynLkWcopdaNHH1po8hzIu3VbOQ49CnlThU51rxLuYg8PS9SDqKEdY9+dxplbDhy5d7Isye1G9d27EY5lY5VW3pWLFkwrYpW61/7ArSManrIV35GAAAAAElFTkSuQmCC)
        25px 50px #45aaff no-repeat;
    background-color: #45aaff;
    bottom: 55px;
    height: 80px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    width: 80px;
}
.heartbeat 0% {
    transform: scale(0.8) rotate(45deg);
}
.heartbeat 5% {
    transform: scale(0.85) rotate(45deg);
}
.heartbeat 10% {
    transform: scale(0.9) rotate(45deg);
}
.heartbeat 15% {
    transform: scale(0.9) rotate(45deg);
}
.heartbeat 50% {
    transform: scale(0.8) rotate(45deg);
}
.heartbeat 100% {
    transform: scale(0.8) rotate(45deg);
}
@-webkit-keyframes heartbeat {
    0% {
        transform: scale(0.8) rotate(45deg);
    }
    5% {
        transform: scale(0.85) rotate(45deg);
    }
    10% {
        transform: scale(0.9) rotate(45deg);
    }
    15% {
        transform: scale(0.9) rotate(45deg);
    }
    50% {
        transform: scale(0.8) rotate(45deg);
    }
    100% {
        transform: scale(0.8) rotate(45deg);
    }
}
@-moz-keyframes heartbeat {
    0% {
        transform: scale(0.8) rotate(45deg);
    }
    5% {
        transform: scale(0.85) rotate(45deg);
    }
    10% {
        transform: scale(0.9) rotate(45deg);
    }
    15% {
        transform: scale(0.9) rotate(45deg);
    }
    50% {
        transform: scale(0.8) rotate(45deg);
    }
    100% {
        transform: scale(0.8) rotate(45deg);
    }
}
@-ms-keyframes heartbeat {
    0% {
        transform: scale(0.8) rotate(45deg);
    }
    5% {
        transform: scale(0.85) rotate(45deg);
    }
    10% {
        transform: scale(0.9) rotate(45deg);
    }
    15% {
        transform: scale(0.9) rotate(45deg);
    }
    50% {
        transform: scale(0.8) rotate(45deg);
    }
    100% {
        transform: scale(0.8) rotate(45deg);
    }
}
@-o-keyframes heartbeat {
    0% {
        transform: scale(0.8) rotate(45deg);
    }
    5% {
        transform: scale(0.85) rotate(45deg);
    }
    10% {
        transform: scale(0.9) rotate(45deg);
    }
    15% {
        transform: scale(0.9) rotate(45deg);
    }
    50% {
        transform: scale(0.8) rotate(45deg);
    }
    100% {
        transform: scale(0.8) rotate(45deg);
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(0.8) rotate(45deg);
    }
    5% {
        transform: scale(0.85) rotate(45deg);
    }
    10% {
        transform: scale(0.9) rotate(45deg);
    }
    15% {
        transform: scale(0.9) rotate(45deg);
    }
    50% {
        transform: scale(0.8) rotate(45deg);
    }
    100% {
        transform: scale(0.8) rotate(45deg);
    }
}
.clients_list {
    text-align: center;
}
.clients_list a {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    -webkit-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.clients_list a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.twitter_feed_wrapper .twitter_feed_icon {
    text-align: center;
}
.twitter_feed_wrapper .twitter_feed_icon i {
    font-size: 140px;
}
.twitter_feed_wrapper blockquote {
    border-left: 0px solid;
    margin: 0;
    padding: 15px 0 0 0;
}
.twitter_feed_wrapper blockquote p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
}
.twitter_feed_wrapper .twitter_slider {
    background-color: transparent;
    border: none;
    margin: 0;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav {
    transition: all 600ms;
    position: absolute;
    right: 0;
    top: 18px;
    opacity: 0.4;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav a {
    opacity: 1;
    background: url("https://healthflex.plethorathemes.com/wp-content/themes/healthflex/assets/images/luna-controls-twitter.png") no-repeat -55px 0;
    background-size: 80px;
    border: 1px solid #fff;
    height: 40px;
    margin: 0;
    top: 0;
    width: 40px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-prev,
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-next {
    text-indent: 20000px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-next {
    background-position: 100% 50%;
    right: -50px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-prev {
    background-position: 0 50%;
    left: inherit;
    position: absolute;
    right: -89px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav:hover {
    opacity: 1;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav.vertical {
    transform: rotate(-90deg) translateX(-75px);
}
.twitter_feed_wrapper .twitter_slider:hover .flex-next {
    right: -50px;
}
.twitter_feed_wrapper .twitter_slider:hover .flex-prev {
    left: inherit;
}
ul.portfolio_filters {
    list-style: none;
    margin: 0 0 24px 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
ul.portfolio_filters li {
    display: inline-block;
}
ul.portfolio_filters li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 2px 12px 2px;
    padding: 6px 30px;
    position: relative;
    text-transform: uppercase;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
ul.portfolio_filters li a.active {
    padding: 12px 40px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
ul.portfolio_filters li a.active:after {
    border: solid transparent;
    border-color: rgba(69, 170, 255, 0);
    border-top-color: #45aaff;
    border-width: 6px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
ul.portfolio_filters li a:hover,
ul.portfolio_filters li a:active {
    text-decoration: none;
    background-color: #45aaff;
    color: #ffffff;
}
ul.portfolio_filters li a:hover:after,
ul.portfolio_filters li a:active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(69, 170, 255, 0);
    border-top-color: #45aaff;
    border-width: 6px;
    margin-left: -6px;
}
ul.portfolio_filters li a.active,
ul.portfolio_filters li a.active:hover {
    background-color: #45aaff;
    color: #ffffff;
}
.portfolio_item {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.portfolio_item a {
    display: block;
}
.portfolio_item a .figure {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #304770;
}
.portfolio_item a .portfolio_title {
    bottom: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
.portfolio_item a .portfolio_title h3 {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.portfolio_item a .portfolio_description {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    -o-transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}
.portfolio_item a .portfolio_description p {
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.portfolio_item a .portfolio_description.portfolio_gradient,
.portfolio_item a .portfolio_description.degrade {
    background: linear-gradient(135deg, #304770 0%, #45aaff 100%) repeat scroll 0 0 #304770;
}
.portfolio_item a:hover .portfolio_description {
    -o-transform: translate(0px, 0%);
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}
.portfolio_item a:hover .portfolio_title {
    right: 50%;
    -o-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.knowledgebase h5 {
    border-radius: 100px;
    border: solid 1px;
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    margin: 0 0 10px 0;
}
.knowledgebase ul {
    list-style: none;
    border-left: 1px dashed;
    margin-left: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.knowledgebase ul li {
    position: relative;
}
.knowledgebase ul li a {
    display: block;
    position: relative;
    padding: 2px 0px;
}
.masked_heading {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.masked_heading h1,
.masked_heading h2,
.masked_heading h3,
.masked_heading h4,
.masked_heading h5,
.masked_heading h6 {
    font-size: 12vw;
    font-weight: 900;
    background-color: #efefef;
    mix-blend-mode: lighten;
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.masked_heading h1 small,
.masked_heading h2 small,
.masked_heading h3 small,
.masked_heading h4 small,
.masked_heading h5 small,
.masked_heading h6 small {
    font-size: 3vw;
    font-weight: 900;
    display: block;
}
.black_section .masked_heading h1,
.black_section .masked_heading h2,
.black_section .masked_heading h3,
.black_section .masked_heading h4,
.black_section .masked_heading h5,
.black_section .masked_heading h6 {
    mix-blend-mode: darken;
    background-color: #323232;
}
.dark_section .masked_heading h1,
.dark_section .masked_heading h2,
.dark_section .masked_heading h3,
.dark_section .masked_heading h4,
.dark_section .masked_heading h5,
.dark_section .masked_heading h6 {
    mix-blend-mode: darken;
    background-color: #222d3f;
}
.skincolored_section .masked_heading h1,
.skincolored_section .masked_heading h2,
.skincolored_section .masked_heading h3,
.skincolored_section .masked_heading h4,
.skincolored_section .masked_heading h5,
.skincolored_section .masked_heading h6 {
    mix-blend-mode: darken;
    background-color: #45aaff;
}
.secondary_section .masked_heading h1,
.secondary_section .masked_heading h2,
.secondary_section .masked_heading h3,
.secondary_section .masked_heading h4,
.secondary_section .masked_heading h5,
.secondary_section .masked_heading h6 {
    mix-blend-mode: darken;
    background-color: #304770;
}
.white_section .masked_heading h1,
.white_section .masked_heading h2,
.white_section .masked_heading h3,
.white_section .masked_heading h4,
.white_section .masked_heading h5,
.white_section .masked_heading h6 {
    background-color: #fff;
}
.light_section .masked_heading h1,
.light_section .masked_heading h2,
.light_section .masked_heading h3,
.light_section .masked_heading h4,
.light_section .masked_heading h5,
.light_section .masked_heading h6 {
    background-color: #e5e5e5;
}
.pin_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg);
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #89849b;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.pin:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #2f2f2f;
    position: absolute;
    border-radius: 50%;
}
.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    margin: 8px 0px 0px -22px;
    transform: rotateX(55deg) rotateY(38deg);
    z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    box-shadow: 0 0 1px 2px #89849b;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
.pl_image_post {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pl_image_post a.pl_image_post_content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.pl_image_post a.pl_image_post_content .section_header {
    margin-bottom: 1em;
}
.pl_image_post a.pl_image_post_content .section_header h4 {
    margin-bottom: 5px;
}
.pl_image_post a.pl_image_post_content .section_header p {
    margin: 0;
    font-weight: bold;
    letter-spacing: inherit;
}
.pl_image_post a.pl_image_post_content .section_header p.post_meta {
    font-weight: normal;
    margin: 15px 0 0 0;
    letter-spacing: 3px;
}
.pl_image_post a.pl_image_post_content .desc {
    overflow: hidden;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    max-height: 0;
}
.pl_image_post a.pl_image_post_content:hover .desc {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: 200px;
}
.pl_fixed_ratio_media .stretchy_wrapper img {
    z-index: -1;
}
.single-profile blockquote {
    text-align: center;
}
.twentytwenty-before-label-text,
.twentytwenty-after-label-text {
    display: none;
}
@media only screen and (min-width: 768px) {
    .posts_slider_classic_horizontal_wrapper .posts_list_item .flex {
        display: flex;
    }
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content .blog_post_date {
    font-size: 16px;
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content .blog_post_author {
    font-size: 14px;
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content .blog_post_date + .blog_post_author {
    margin-left: 10px;
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content h3 {
    margin-top: 0;
    margin-bottom: 4px;
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content h3 + p:not(.subtitle) {
    margin-top: 20px;
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content p {
    font-size: 16px;
}
.posts_slider_classic_horizontal_wrapper .posts_list_item .posts_list_item_content p.subtitle {
    font-size: 13px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item .flex {
        flex-direction: column;
    }
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal {
    opacity: 0;
    transition: all 450ms ease;
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    margin: 20px;
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item .posts_list_item_content {
    padding: 6px 30px 20px 30px;
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item .posts_list_item_content a.btn {
    display: none;
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item .post_list_item--img_link:hover > .posts_list_item_photo:after {
    opacity: 0.3;
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item .posts_list_item_photo {
    min-height: 160px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
    background-size: cover;
}
.posts_slider_classic_horizontal_wrapper.posts_slider_minimal .posts_list_item .posts_list_item_photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms ease;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
article.post {
    padding-bottom: 34px;
    margin-bottom: 40px;
}
article.post .post_headings {
    margin: 0 0 15px 0;
}
article.post .post_title {
    font-weight: 900;
    margin: -3px 0 13px 0;
    font-size: 33px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
article.post .post_title a:link,
article.post .post_title a:visited {
    color: inherit;
}
article.post p.post_subtitle {
    font-size: 17px;
    font-weight: 500;
}
article.post .post_figure_and_info {
    position: relative;
    margin: 0 0 15px 0;
}
article.post .post_figure_and_info .post_sub a {
    color: inherit;
}
article.post .post_figure_and_info .post_sub .post_info {
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
}
article.post .post_figure_and_info .post_sub .post_info i {
    margin-right: 5px;
}
article.post .post_figure_and_info .post_sub .post_info.post_date {
    background-color: #304770;
}
article.post .post_figure_and_info .post_sub .post_info.post_author {
    background-color: rgba(48, 71, 112, 0.75);
    border-left: solid 1px;
}
article.post .post_figure_and_info .post_sub .post_info.post_categories {
    background-color: #45aaff;
    border-left: solid 1px;
}
article.post .post_figure_and_info .post_sub .post_info.post_tags {
    background-color: #5cb85c;
    border-left: solid 1px;
}
article.post .post_figure_and_info .post_sub .post_info.post_comment {
    background-color: rgba(69, 170, 255, 0.5);
}
article.post.split_33 {
    overflow: hidden;
}
article.post.split_33 .post_figure_and_info {
    margin: 0 20px 0 0;
    width: 33%;
    float: left;
}
article.post figure a {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
article.post .stretchy_wrapper img {
    z-index: -1;
}
article.post.sticky {
    padding: 30px 20px;
    background-color: #e5e5e5;
    color: #323232;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
}
article.post.sticky a:link,
article.post.sticky a:visited {
    color: #45aaff;
}
article.post.sticky a:hover,
article.post.sticky a:active {
    color: #304770;
}
article.post.sticky a i {
    color: #323232;
}
.post-grid.classic article.post,
.post-grid.compact article.post {
    border-bottom: dashed 1px #b2b2b2;
}
.post-grid.classic article.post.boxed,
.post-grid.compact article.post.boxed {
    border-bottom: inherit;
}
.post-grid.classic div[class*="col-"]:last-child article.post,
.post-grid.compact div[class*="col-"]:last-child article.post {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: inherit;
}
.post-grid.compact article.post {
    overflow: hidden;
}
.post-grid.compact article.post .post_figure_and_info .post_sub {
    position: relative;
}
.post-grid.boxed_children article.post {
    padding: 30px 20px;
}
.post-grid.boxed_children article.post.dark_section,
.post-grid.boxed_children article.post.black_section,
.post-grid.boxed_children article.post.skincolored_section,
.post-grid.boxed_children article.post.white_section,
.post-grid.boxed_children article.post.light_section {
    border: none !important;
}
.post-grid.boxed_children article.post h2.post_title {
    color: inherit;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}
.post-grid.boxed_children article.post h2.post_title small,
.post-grid.boxed_children article.post h2.post_title .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
.post-grid.boxed_children article.post h2.post_title small,
.post-grid.boxed_children article.post h2.post_title .small {
    font-size: 65%;
}
.post-grid.boxed_children article.post p.post_subtitle {
    font-size: 15px;
}
.post-grid.boxed_children article.post .post_figure_and_info {
    margin-top: 10px;
    display: block;
    background-color: #304770;
}
.post-grid.boxed_children article.post .post_figure_and_info .post_sub {
    position: relative;
}
#post_comments {
    padding: 0 0 30px 0;
    margin: 20px 0 40px 0;
    border-bottom: dashed 1px #ccc;
}
#post_comments .comment {
    padding: 10px 0;
}
#post_comments .comment .comment_name {
    font-weight: 600;
    padding-top: 10px;
}
#post_comments .comment .comment_name a.reply {
    font-size: 12px;
    padding: 0 6px;
}
#post_comments .comment .comment_date {
    font-size: 12px;
}
.comment div[class^="col-"] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.comment-respond .comment-form p.form-submit {
    margin-top: 22px;
}
.wpb_widgetised_column {
    padding-top: 4px;
}
.widget {
    position: relative;
    margin: 0 0 32px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget h4 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    width: 100%;
    display: table;
    white-space: nowrap;
    overflow: hidden;
}
.widget h4:after {
    /*border-top: 1px solid;*/
    /*border-color: inherit;*/
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 100%;
    left: 1.5%;
}
.widget h4.centered:after {
    width: 50%;
}
.widget h4.centered:before {
    border-top: 1px solid;
    border-color: inherit;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 50%;
    right: 1.5%;
}
.pl_about_us_widget p {
    margin-bottom: 21px;
}
.pl_about_us_widget p a:link i,
.pl_about_us_widget p a:visited i {
    color: #323232;
}
.pl_about_us_widget p a:hover i,
.pl_about_us_widget p a:active i {
    background-color: #45aaff;
}
.pl_about_us_widget p i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    margin: 0 3px 3px 0;
    padding: 0 0px 0 0;
    background-color: #45aaff;
    background-color: rgba(69, 170, 255, 0.3);
}
.pl_about_us_widget p span {
    display: inline;
    margin: 0 0 0 3px;
    vertical-align: 15%;
}
.pl_about_us_widget p span a:link,
.pl_about_us_widget p span a:visited {
    color: #45aaff;
}
.pl_about_us_widget p span a:hover,
.pl_about_us_widget p span a:active {
    color: #304770;
}
.pl_about_us_widget p.contact_detail {
    margin: 0;
    line-height: 1.1em;
}
.pl_about_us_widget p.social {
    margin: 5px 0;
}
footer .pl_about_us_widget p a:link i,
footer .pl_about_us_widget p a:visited i {
    color: #fff;
}
footer .pl_about_us_widget p a:hover i,
footer .pl_about_us_widget p a:active i {
    background-color: #03a9f4;
}
footer .pl_about_us_widget p i {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
}
footer .pl_about_us_widget p span a:link,
footer .pl_about_us_widget p span a:visited {
    color: #fff;
}
footer .pl_about_us_widget p span a:hover,
footer .pl_about_us_widget p span a:active {
    color: #03a9f4;
}
.pl_about_us_widget i.fa-facebook,
.team_social i.fa-facebook {
    background-color: #3b5998;
}
.pl_about_us_widget i.fa-twitter,
.team_social i.fa-twitter {
    background-color: #00aced;
}
.pl_about_us_widget i.fa-google-plus,
.team_social i.fa-google-plus {
    background-color: #dd4b39;
}
.pl_about_us_widget i.fa-youtube,
.team_social i.fa-youtube {
    background-color: #bb0000;
}
.pl_about_us_widget i.fa-linkedin,
.team_social i.fa-linkedin {
    background-color: #007bb6;
}
.pl_about_us_widget i.fa-instagram,
.team_social i.fa-instagram {
    background-color: #517fa4;
}
.pl_about_us_widget i.fa-pinterest-p,
.team_social i.fa-pinterest-p {
    background-color: #cb2027;
}
.pl_about_us_widget i.fa-vine,
.team_social i.fa-vine {
    background-color: #00bf8f;
}
.pl_about_us_widget i.fa-flickr,
.team_social i.fa-flickr {
    background-color: #ff0084;
}
.pl_about_us_widget i.fa-tumblr,
.team_social i.fa-tumblr {
    background-color: #32506d;
}
.pl_about_us_widget i.fa-vimeo,
.team_social i.fa-vimeo {
    background-color: #aad450;
}
.pl_about_us_widget i.fa-foursquare,
.team_social i.fa-foursquare {
    background-color: #0072b1;
}
.pl_latest_portfolio_widget ul.media-list,
.pl_latest_news_widget ul.media-list {
    margin: 0;
}
.pl_latest_portfolio_widget li.media,
.pl_latest_news_widget li.media {
    position: relative;
    min-height: 65px;
    margin-top: 15px;
    overflow: hidden;
}
.pl_latest_portfolio_widget li.media:first-child,
.pl_latest_news_widget li.media:first-child {
    margin-top: 0;
}
.pl_latest_portfolio_widget li.media .media-photo,
.pl_latest_news_widget li.media .media-photo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
}
.pl_latest_portfolio_widget li.media h5.media-heading,
.pl_latest_news_widget li.media h5.media-heading {
    font-weight: 700;
    padding: 2px 0px 0px 0px;
    margin: 0 0 5px 85px;
    font-size: 14px;
}
.pl_latest_portfolio_widget li.media p,
.pl_latest_news_widget li.media p {
    margin: 0 0 0 85px;
    line-height: 1.1em;
    font-size: 13px;
}
.pl_latest_portfolio_widget li.media small,
.pl_latest_news_widget li.media small {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    width: 65px;
    z-index: 2;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.tagcloud {
    overflow: hidden;
}
.tagcloud a {
    display: inline-block;
    padding: 10px;
    margin: 0 3px 3px 0;
    font-weight: 300;
    background-color: #45aaff;
    color: #efefef;
}
.tagcloud a:hover {
    background-color: #323232;
}
footer .tagcloud a {
    background-color: #a30908;
    color: #2c4167 !important;
}
footer .tagcloud a:hover {
    background-color: #fff;
}
#tags a {
    display: block;
    float: left;
    font-weight: 300;
    margin: 0 10px 10px 0;
    padding: 10px;
}
.widget_nav_menu,
.widget_pages,
.widget_archive,
.widget_categories,
.widget_meta,
.widget_product_categories,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_product_categories ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    padding: 3px 0px;
    text-transform: uppercase;
    position: relative;
}
.widget_nav_menu ul li a:link,
.widget_pages ul li a:link,
.widget_archive ul li a:link,
.widget_categories ul li a:link,
.widget_meta ul li a:link,
.widget_product_categories ul li a:link,
.widget_recent_comments ul li a:link,
.widget_recent_entries ul li a:link,
.widget_rss ul li a:link,
.widget_nav_menu ul li a:visited,
.widget_pages ul li a:visited,
.widget_archive ul li a:visited,
.widget_categories ul li a:visited,
.widget_meta ul li a:visited,
.widget_product_categories ul li a:visited,
.widget_recent_comments ul li a:visited,
.widget_recent_entries ul li a:visited,
.widget_rss ul li a:visited {
    color: inherit;
}
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover {
    text-decoration: underline;
}
.widget_nav_menu ul li.current-menu-item > a,
.widget_pages ul li.current-menu-item > a,
.widget_archive ul li.current-menu-item > a,
.widget_categories ul li.current-menu-item > a,
.widget_meta ul li.current-menu-item > a,
.widget_product_categories ul li.current-menu-item > a,
.widget_recent_comments ul li.current-menu-item > a,
.widget_recent_entries ul li.current-menu-item > a,
.widget_rss ul li.current-menu-item > a,
.widget_nav_menu ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a,
.widget_archive ul li.current_page_item > a,
.widget_categories ul li.current_page_item > a,
.widget_meta ul li.current_page_item > a,
.widget_product_categories ul li.current_page_item > a,
.widget_recent_comments ul li.current_page_item > a,
.widget_recent_entries ul li.current_page_item > a,
.widget_rss ul li.current_page_item > a,
.widget_nav_menu ul li.current-cat > a,
.widget_pages ul li.current-cat > a,
.widget_archive ul li.current-cat > a,
.widget_categories ul li.current-cat > a,
.widget_meta ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a,
.widget_recent_comments ul li.current-cat > a,
.widget_recent_entries ul li.current-cat > a,
.widget_rss ul li.current-cat > a {
    text-decoration: underline;
}
.widget_nav_menu ul li ul.sub-menu,
.widget_pages ul li ul.sub-menu,
.widget_archive ul li ul.sub-menu,
.widget_categories ul li ul.sub-menu,
.widget_meta ul li ul.sub-menu,
.widget_product_categories ul li ul.sub-menu,
.widget_recent_comments ul li ul.sub-menu,
.widget_recent_entries ul li ul.sub-menu,
.widget_rss ul li ul.sub-menu,
.widget_nav_menu ul li ul.children,
.widget_pages ul li ul.children,
.widget_archive ul li ul.children,
.widget_categories ul li ul.children,
.widget_meta ul li ul.children,
.widget_product_categories ul li ul.children,
.widget_recent_comments ul li ul.children,
.widget_recent_entries ul li ul.children,
.widget_rss ul li ul.children {
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    border-left: dashed 1px #b2b2b2;
}
.widget_nav_menu ul li ul.sub-menu li a,
.widget_pages ul li ul.sub-menu li a,
.widget_archive ul li ul.sub-menu li a,
.widget_categories ul li ul.sub-menu li a,
.widget_meta ul li ul.sub-menu li a,
.widget_product_categories ul li ul.sub-menu li a,
.widget_recent_comments ul li ul.sub-menu li a,
.widget_recent_entries ul li ul.sub-menu li a,
.widget_rss ul li ul.sub-menu li a,
.widget_nav_menu ul li ul.children li a,
.widget_pages ul li ul.children li a,
.widget_archive ul li ul.children li a,
.widget_categories ul li ul.children li a,
.widget_meta ul li ul.children li a,
.widget_product_categories ul li ul.children li a,
.widget_recent_comments ul li ul.children li a,
.widget_recent_entries ul li ul.children li a,
.widget_rss ul li ul.children li a {
    text-transform: none !important;
    font-weight: 400;
    padding: 3px 3px 3px 15px;
}
.widget_nav_menu ul li ul.sub-menu ul,
.widget_pages ul li ul.sub-menu ul,
.widget_archive ul li ul.sub-menu ul,
.widget_categories ul li ul.sub-menu ul,
.widget_meta ul li ul.sub-menu ul,
.widget_product_categories ul li ul.sub-menu ul,
.widget_recent_comments ul li ul.sub-menu ul,
.widget_recent_entries ul li ul.sub-menu ul,
.widget_rss ul li ul.sub-menu ul,
.widget_nav_menu ul li ul.children ul,
.widget_pages ul li ul.children ul,
.widget_archive ul li ul.children ul,
.widget_categories ul li ul.children ul,
.widget_meta ul li ul.children ul,
.widget_product_categories ul li ul.children ul,
.widget_recent_comments ul li ul.children ul,
.widget_recent_entries ul li ul.children ul,
.widget_rss ul li ul.children ul {
    margin-left: 20px;
}
.widget_nav_menu ul li .rss-date,
.widget_pages ul li .rss-date,
.widget_archive ul li .rss-date,
.widget_categories ul li .rss-date,
.widget_meta ul li .rss-date,
.widget_product_categories ul li .rss-date,
.widget_recent_comments ul li .rss-date,
.widget_recent_entries ul li .rss-date,
.widget_rss ul li .rss-date {
    font-size: 13px;
    font-weight: bold;
}
.widget_nav_menu ul li .rssSummary,
.widget_pages ul li .rssSummary,
.widget_archive ul li .rssSummary,
.widget_categories ul li .rssSummary,
.widget_meta ul li .rssSummary,
.widget_product_categories ul li .rssSummary,
.widget_recent_comments ul li .rssSummary,
.widget_recent_entries ul li .rssSummary,
.widget_rss ul li .rssSummary {
    font-size: 13px;
}
.widget_nav_menu ul li cite,
.widget_pages ul li cite,
.widget_archive ul li cite,
.widget_categories ul li cite,
.widget_meta ul li cite,
.widget_product_categories ul li cite,
.widget_recent_comments ul li cite,
.widget_recent_entries ul li cite,
.widget_rss ul li cite {
    font-size: 13px;
}
.widget_rss ul li {
    margin-bottom: 10px;
}
#latest-flickr-images ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#latest-flickr-images ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 15px 15px 0px;
}
#latest-flickr-images ul li a {
    display: block;
    width: 70px;
    height: 70px;
    border: solid 1px #333 33;
    overflow: hidden;
    border-radius: 0;
    opacity: 0.85;
}
#latest-flickr-images ul li a:hover {
    opacity: 1;
}
#latest-flickr-images ul li a img {
    min-width: 70px;
    min-height: 70px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: inherit;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid 1px;
}
#wp-calendar tbody td {
    background: transparent;
    border: 1px solid;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td:hover {
    color: #efefef;
    background: #45aaff;
}
#wp-calendar tbody td:hover a {
    color: #efefef;
}
#wp-calendar tbody .pad {
    background: none;
}
#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;
}
.widget_ads a {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #efefef;
    border-top: solid 2px #45aaff;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.tab-content {
    padding: 10px 0;
}
.widget_categories label {
    margin-right: 5px;
}
footer {
    background-color: #a30908;
    border-color: #a30908;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 9;
}
footer a:link,
footer a:visited {
    color: #03a9f4;
}
footer a:hover,
footer a:active {
    color: #fbc02d;
}
footer .widget {
    margin: 15px 0;
}
@media (min-width: 768px) {
    footer .widget.boxed {
        position: relative;
        top: -30px;
    }
}
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    height: auto !important;
    font-size: 14px;
}
.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}
.form-control {
    -webkit-appearance: none;
    box-shadow: none;
}
.panel-primary {
    border-color: #45aaff;
}
.pagination > li > a,
.pagination > li > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    background-color: rgba(255, 255, 255, 0.65);
}
.progress,
.progress-bar {
    box-shadow: none;
}
.badge {
    background-color: #45aaff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #304770;
    border-color: #304770;
}
.jumbotron {
    background-color: #ccc;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
figure img {
    max-width: 100%;
}
select {
    background-color: #efefef;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    color: #323232;
    font-size: 14px;
    height: inherit;
    line-height: 1.5;
    padding: 8px 24px;
}
.brand-colors {
    height: 0;
    width: 0;
    display: none;
    margin: 0;
    padding: 0;
    color: #45aaff;
    background-color: #304770;
}
i.fa.primary {
    color: #45aaff;
}
i.fa.secondary {
    color: #304770;
}
i.fa.success {
    color: #5cb85c;
}
i.fa.info {
    color: #67b8fc;
}
i.fa.warning {
    color: #f0ad4e;
}
i.fa.danger {
    color: #d9534f;
}
#imagelightbox iframe {
    border: none;
}
.pager li a {
    background-color: #45aaff;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}
.pager li a:hover {
    color: #555;
}
.video_iframe iframe {
    border: none;
    width: 100%;
}
.single-tribe_events .tribe-events-schedule {
    margin: 0 0 10px 0;
}
.single-tribe_events .tribe-events-schedule h2 {
    display: inline-block;
    margin-top: 0px;
}
.single-tribe_events .tribe-events-event-meta {
    background-color: inherit;
}
a.tribe-events-gmap:link,
a.tribe-events-gmap:visited {
    color: #3b9dc6 !important;
}
a.tribe-events-gmap:hover,
a.tribe-events-gmap:active {
    color: #21759b !important;
}
.tribe-events-event-categories a:link,
.tribe-events-event-categories a:visited {
    color: #3b9dc6 !important;
}
.tribe-events-event-categories a:hover,
.tribe-events-event-categories a:active {
    color: #21759b !important;
}
.roll {
    display: inline-block;
    overflow: hidden;
    perspective: 400px;
    perspective-origin: 50% 50%;
    vertical-align: top;
}
.roll span {
    display: block;
    padding: 0 2px;
    position: relative;
    transform-origin: 50% 0%;
    transform-style: preserve-3d;
    transition: all 400ms ease;
}
.roll:hover span {
    background: #111;
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.roll span:after {
    background: #304770;
    color: #fff;
    content: attr(data-title);
    display: block;
    left: 0;
    padding: 0 2px;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform-origin: 50% 0%;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
    z-index: 10001;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 19px;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.loader-modal {
    display: block;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.main.ajaxed {
    z-index: 999;
}
.ajax-error {
    left: 25%;
    position: absolute;
    top: 25%;
}
.member-bio,
.team-bio {
    display: none;
}
#loader {
    z-index: 99999;
}
.close-handle {
    cursor: pointer;
    position: fixed;
    right: 60px;
    top: 30px;
    z-index: 999999;
    padding: 30px;
}
.close-handle:before,
.close-handle:after {
    -webkit-transition: all 200ms linear;
    content: "";
    height: 3px;
    position: absolute;
    top: 29px;
    left: 11px;
    transition: all 200ms linear;
    width: 40px;
}
.close-handle:before,
.close-handle:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-handle:after,
.close-handle:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-handle {
    border-radius: 60px;
    background-color: #fff;
}
.close-handle:before,
.close-handle:after {
    background-color: #323232;
}
.pageload-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.pageload-overlay.show {
    visibility: visible;
}
.pageload-overlay svg {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}
.pageload-overlay svg path {
    fill: #45aaff;
}
.pageload-overlay::after,
.pageload-overlay::before {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
ul.owl-carousel {
    list-style: none;
}
.profile_single_photo .stretchy_wrapper img {
    z-index: -1;
}
.video_bg_col video,
.video_bg_row video {
    display: inline-block;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: -1;
}
.video_bg_row .video_bg_poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video_bg_row video {
    height: auto;
    width: 100%;
}
.video_bg_col video {
    height: 100%;
    width: auto;
}
.wpml-ls-menu-item a img {
    vertical-align: top !important;
    max-width: 30px !important;
}
.wpcf7-form-control.wpcf7-acceptance {
    padding-left: 0;
    background-color: transparent;
    border: none;
    color: #fff;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-left: 0px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.non_responsive .row .col-sm-1\/5 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.non_responsive .row .col-sm-2\/5 {
    position: relative;
    float: left;
    width: 40%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.non_responsive .row .col-sm-3\/5 {
    position: relative;
    float: left;
    width: 60%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.non_responsive .row .col-sm-4\/5 {
    position: relative;
    float: left;
    width: 80%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.non_responsive .row .col-sm-5\/5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.non_responsive .row .col-sm-offset-5\/5 {
    margin-left: 100%;
}
.non_responsive .row .col-sm-offset-4\/5 {
    margin-left: 80%;
}
.non_responsive .row .col-sm-offset-3\/5 {
    margin-left: 60%;
}
.non_responsive .row .col-sm-offset-2\/5 {
    margin-left: 40%;
}
.non_responsive .row .col-sm-offset-1\/5 {
    margin-left: 20%;
}
.non_responsive .row .col-sm-offset-0\/5 {
    margin-left: 0;
}
.col-lg-1\/5,
.col-lg-2\/5,
.col-lg-3\/5,
.col-lg-4\/5,
.col-lg-5\/5,
.col-md-1\/5,
.col-md-2\/5,
.col-md-3\/5,
.col-md-4\/5,
.col-md-5\/5,
.col-sm-1\/5,
.col-sm-2\/5,
.col-sm-3\/5,
.col-sm-4\/5,
.col-sm-5\/5,
.col-xs-1\/5,
.col-xs-2\/5,
.col-xs-3\/5,
.col-xs-4\/5,
.col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-xs-1\/5,
.col-xs-2\/5,
.col-xs-3\/5,
.col-xs-4\/5,
.col-xs-5\/5 {
    float: left;
}
.col-xs-5\/5 {
    width: 100%;
}
.col-xs-4\/5 {
    width: 80%;
}
.col-xs-3\/5 {
    width: 60%;
}
.col-xs-2\/5 {
    width: 40%;
}
.col-xs-1\/5 {
    width: 20%;
}
.col-xs-pull-5\/5 {
    right: 100%;
}
.col-xs-pull-4\/5 {
    right: 80%;
}
.col-xs-pull-3\/5 {
    right: 60%;
}
.col-xs-pull-2\/5 {
    right: 40%;
}
.col-xs-pull-1\/5 {
    right: 20%;
}
.col-xs-pull-0\/5 {
    right: auto;
}
.col-xs-push-5\/5 {
    left: 100%;
}
.col-xs-push-4\/5 {
    left: 80%;
}
.col-xs-push-3\/5 {
    left: 60%;
}
.col-xs-push-2\/5 {
    left: 40%;
}
.col-xs-push-1\/5 {
    left: 20%;
}
.col-xs-push-0\/5 {
    left: auto;
}
.col-xs-offset-5\/5 {
    margin-left: 100%;
}
.col-xs-offset-4\/5 {
    margin-left: 80%;
}
.col-xs-offset-3\/5 {
    margin-left: 60%;
}
.col-xs-offset-2\/5 {
    margin-left: 40%;
}
.col-xs-offset-1\/5 {
    margin-left: 20%;
}
.col-xs-offset-0\/5 {
    margin-left: 0;
}
.rtl .rtl-columns-reverse .col-xs-1\/5,
.rtl .rtl-columns-reverse .col-xs-2\/5,
.rtl .rtl-columns-reverse .col-xs-3\/5,
.rtl .rtl-columns-reverse .col-xs-4\/5,
.rtl .rtl-columns-reverse .col-xs-5\/5,
.rtl .rtl-columns-reverse .non_responsive .row .col-sm-1\/5,
.rtl .rtl-columns-reverse .non_responsive .row .col-sm-2\/5,
.rtl .rtl-columns-reverse .non_responsive .row .col-sm-3\/5,
.rtl .rtl-columns-reverse .non_responsive .row .col-sm-4\/5,
.rtl .rtl-columns-reverse .non_responsive .row .col-sm-5\/5 {
    float: right;
}
@media (min-width: 768px) {
    .col-sm-1\/5,
    .col-sm-2\/5,
    .col-sm-3\/5,
    .col-sm-4\/5,
    .col-sm-5\/5 {
        float: left;
    }
    .rtl .rtl-columns-reverse .col-sm-1\/5,
    .rtl .rtl-columns-reverse .col-sm-2\/5,
    .rtl .rtl-columns-reverse .col-sm-3\/5,
    .rtl .rtl-columns-reverse .col-sm-4\/5,
    .rtl .rtl-columns-reverse .col-sm-5\/5 {
        float: right;
    }
    .col-sm-5\/5 {
        width: 100%;
    }
    .col-sm-4\/5 {
        width: 80%;
    }
    .col-sm-3\/5 {
        width: 60%;
    }
    .col-sm-2\/5 {
        width: 40%;
    }
    .col-sm-1\/5 {
        width: 20%;
    }
    .col-sm-pull-5\/5 {
        right: 100%;
    }
    .col-sm-pull-4\/5 {
        right: 80%;
    }
    .col-sm-pull-3\/5 {
        right: 60%;
    }
    .col-sm-pull-2\/5 {
        right: 40%;
    }
    .col-sm-pull-1\/5 {
        right: 20%;
    }
    .col-sm-pull-0\/5 {
        right: auto;
    }
    .col-sm-push-5\/5 {
        left: 100%;
    }
    .col-sm-push-4\/5 {
        left: 80%;
    }
    .col-sm-push-3\/5 {
        left: 60%;
    }
    .col-sm-push-2\/5 {
        left: 40%;
    }
    .col-sm-push-1\/5 {
        left: 20%;
    }
    .col-sm-push-0\/5 {
        left: auto;
    }
    .col-sm-offset-5\/5 {
        margin-left: 100%;
    }
    .col-sm-offset-4\/5 {
        margin-left: 80%;
    }
    .col-sm-offset-3\/5 {
        margin-left: 60%;
    }
    .col-sm-offset-2\/5 {
        margin-left: 40%;
    }
    .col-sm-offset-1\/5 {
        margin-left: 20%;
    }
    .col-sm-offset-0\/5 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1\/5,
    .col-md-2\/5,
    .col-md-3\/5,
    .col-md-4\/5,
    .col-md-5\/5 {
        float: left;
    }
    .rtl .rtl-columns-reverse .col-sm-1\/5,
    .rtl .rtl-columns-reverse .col-sm-2\/5,
    .rtl .rtl-columns-reverse .col-sm-3\/5,
    .rtl .rtl-columns-reverse .col-sm-4\/5,
    .rtl .rtl-columns-reverse .col-sm-5\/5 {
        float: right;
    }
    .col-md-5\/5 {
        width: 100%;
    }
    .col-md-4\/5 {
        width: 80%;
    }
    .col-md-3\/5 {
        width: 60%;
    }
    .col-md-2\/5 {
        width: 40%;
    }
    .col-md-1\/5 {
        width: 20%;
    }
    .col-md-pull-5\/5 {
        right: 100%;
    }
    .col-md-pull-4\/5 {
        right: 80%;
    }
    .col-md-pull-3\/5 {
        right: 60%;
    }
    .col-md-pull-2\/5 {
        right: 40%;
    }
    .col-md-pull-1\/5 {
        right: 20%;
    }
    .col-md-pull-0\/5 {
        right: auto;
    }
    .col-md-push-5\/5 {
        left: 100%;
    }
    .col-md-push-4\/5 {
        left: 80%;
    }
    .col-md-push-3\/5 {
        left: 60%;
    }
    .col-md-push-2\/5 {
        left: 40%;
    }
    .col-md-push-1\/5 {
        left: 20%;
    }
    .col-md-push-0\/5 {
        left: auto;
    }
    .col-md-offset-5\/5 {
        margin-left: 100%;
    }
    .col-md-offset-4\/5 {
        margin-left: 80%;
    }
    .col-md-offset-3\/5 {
        margin-left: 60%;
    }
    .col-md-offset-2\/5 {
        margin-left: 40%;
    }
    .col-md-offset-1\/5 {
        margin-left: 20%;
    }
    .col-md-offset-0\/5 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1\/5,
    .col-lg-2\/5,
    .col-lg-3\/5,
    .col-lg-4\/5,
    .col-lg-5\/5 {
        float: left;
    }
    .rtl .rtl-columns-reverse .col-sm-1\/5,
    .rtl .rtl-columns-reverse .col-sm-2\/5,
    .rtl .rtl-columns-reverse .col-sm-3\/5,
    .rtl .rtl-columns-reverse .col-sm-4\/5,
    .rtl .rtl-columns-reverse .col-sm-5\/5 {
        float: right;
    }
    .col-lg-5\/5 {
        width: 100%;
    }
    .col-lg-4\/5 {
        width: 80%;
    }
    .col-lg-3\/5 {
        width: 60%;
    }
    .col-lg-2\/5 {
        width: 40%;
    }
    .col-lg-1\/5 {
        width: 20%;
    }
    .col-lg-pull-5\/5 {
        right: 100%;
    }
    .col-lg-pull-4\/5 {
        right: 80%;
    }
    .col-lg-pull-3\/5 {
        right: 60%;
    }
    .col-lg-pull-2\/5 {
        right: 40%;
    }
    .col-lg-pull-1\/5 {
        right: 20%;
    }
    .col-lg-pull-0\/5 {
        right: auto;
    }
    .col-lg-push-5\/5 {
        left: 100%;
    }
    .col-lg-push-4\/5 {
        left: 80%;
    }
    .col-lg-push-3\/5 {
        left: 60%;
    }
    .col-lg-push-2\/5 {
        left: 40%;
    }
    .col-lg-push-1\/5 {
        left: 20%;
    }
    .col-lg-push-0\/5 {
        left: auto;
    }
    .col-lg-offset-5\/5 {
        margin-left: 100%;
    }
    .col-lg-offset-4\/5 {
        margin-left: 80%;
    }
    .col-lg-offset-3\/5 {
        margin-left: 60%;
    }
    .col-lg-offset-2\/5 {
        margin-left: 40%;
    }
    .col-lg-offset-1\/5 {
        margin-left: 20%;
    }
    .col-lg-offset-0\/5 {
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .head_panel .slider_wrapper .caption {
        left: 5%;
        width: 90%;
    }
    .head_panel .slider_wrapper .caption.caption_left {
        left: 5%;
    }
    .head_panel .slider_wrapper .caption.caption_right {
        right: 5%;
    }
    .full_width_photo {
        min-height: 280px;
    }
    .map {
        height: 280px !important;
    }
    .twitter_feed_wrapper blockquote p {
        font-size: 15px;
    }
    .newsletter_form .newsletter_input {
        width: 50%;
        display: inline-block;
    }
    .elevate {
        margin-top: 0px;
    }
    .svg_newsletter .newsletter_input {
        margin: 0;
    }
    .svg_newsletter .right_area {
        -o-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    footer.vbottom .widget.boxed {
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .close-handle {
        padding: 20px;
        right: 10px;
        top: 10px;
    }
    .close-handle:after,
    .close-handle:before {
        left: 10px;
        top: 19px;
        width: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .full_width_photo {
        min-height: 180px;
    }
    .map {
        height: 180px !important;
    }
    .newsletter_form .newsletter_input {
        width: 69%;
        display: inline-block;
    }
    .newsletter_form button.form-control {
        display: inline-block;
        width: auto;
    }
    .pricing_plan {
        margin-bottom: 10px;
    }
    .owl-nav {
        visibility: hidden;
    }
    .copyright div {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .hidden-xxs {
        display: none;
    }
    .menu_container > ul.collapsed > li {
        width: 100% !important;
        border-right: solid 0px #ccc !important;
    }
    .menu_container > ul.collapsed > li:last-child {
        border-bottom: solid 0px #f00 !important;
    }
    .newsletter_form .newsletter_input {
        width: 100%;
        display: block;
    }
    .newsletter_form button.form-control {
        display: block;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 320px) {
    .hidden-xxxs {
        display: none;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menu_container.collapsed {
        -o-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.textcenter {
    text-align: center;
}
.textright {
    text-align: right;
}
.textleft {
    text-align: left;
}
.wp-caption,
.gallery-caption {
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 5px;
    max-width: 100%;
}
.wp-caption img,
.gallery-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
    height: auto !important;
}
.wp-caption p.wp-caption-text,
.gallery-caption p.wp-caption-text {
    line-height: 17px;
    padding: 5px;
    margin: 0;
    text-align: center;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
body.admin-bar.sticky_header .overflow_wrapper,
body.admin-bar.sticky_header .header {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .vc_row .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.main_col .vc_row {
    margin: 0;
}
.wpb_row {
    margin-bottom: 0px;
}
.wpb_content_element {
    margin-bottom: 32px;
}
.wpb_content_element + .vc_separator {
    position: relative;
    margin-top: -5px;
}
.vc_separator + .wpb_content_element {
    position: relative;
    margin-top: -7px;
}
.vc_separator + .wpb_text_column {
    position: relative;
    margin-top: -12px;
}
.wpb_text_column + .wpb_content_element {
    position: relative;
    margin-top: -7px;
}
.wpb_text_column + .vc_separator {
    position: relative;
    margin-top: -11px;
}
.vc_separator h4 {
    font-size: 18px;
    line-height: 1.3em;
}
.vc_separator .vc_sep_line {
    border-color: inherit !important;
}
.wpb_text_column .wpb_wrapper h1,
.wpb_text_column .wpb_wrapper h2,
.wpb_text_column .wpb_wrapper h3,
.wpb_text_column .wpb_wrapper h4,
.wpb_text_column .wpb_wrapper h5,
.wpb_text_column .wpb_wrapper h6 {
    margin-top: 0px;
}
.wpb_text_column .wpb_wrapper p + h1,
.wpb_text_column .wpb_wrapper p + h2,
.wpb_text_column .wpb_wrapper p + h3,
.wpb_text_column .wpb_wrapper p + h4,
.wpb_text_column .wpb_wrapper p + h5,
.wpb_text_column .wpb_wrapper p + h6 {
    margin-top: 22px;
}
.transparent_film.video > .vc_video-bg {
    position: absolute;
    z-index: -1;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: none;
    padding: 0px;
}
@media (min-width: 768px) {
    .vc_grid-item {
        float: left !important;
    }
}
.vc-gitem-zone-height-mode-auto::before {
    padding-top: 56.25%;
}
.vc_round-chart {
    max-width: 320px;
}
.vc_message_box-icon > .fa {
    top: 16px;
}
.woocommerce .plethora-woo-shop-grid-3 ul.products li.product,
.woocommerce .plethora-woo-related-grid-3 .related ul.products li.product,
.woocommerce .plethora-woo-related-grid-3 .upsells.products ul.products li.product {
    width: 30.8%;
}
.woocommerce .plethora-woo-shop-grid-2 ul.products li.product,
.woocommerce .plethora-woo-related-grid-2 .related ul.products li.product,
.woocommerce .plethora-woo-related-grid-2 .upsells.products ul.products li.product {
    width: 48.1%;
}
.woocommerce .plethora-woo-related-grid-4 .related ul.products li.product,
.woocommerce .plethora-woo-related-grid-4 .upsells.products ul.products li.product {
    width: 22.05%;
}
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
    font-weight: 800;
}
.radio,
.checkbox {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-left: 0px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce form select,
.woocommerce-page form select,
.woocommerce form input[type="text"],
.woocommerce-page input[type="text"],
.woocommerce-page form textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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;
    -o-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;
    background-color: #efefef;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    color: #323232;
    font-size: 14px;
    height: inherit;
    line-height: 1.5;
    padding: 7px 22px 6px 22px;
    -webkit-appearance: none;
    box-shadow: none;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row select:focus,
.woocommerce form select:focus,
.woocommerce-page form select:focus,
.woocommerce form input[type="text"]:focus,
.woocommerce-page input[type="text"]:focus,
.woocommerce-page form textarea: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);
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder,
.woocommerce-page form .form-row input.input-text::-moz-placeholder,
.woocommerce-page form .form-row textarea::-moz-placeholder,
.woocommerce form .form-row select::-moz-placeholder,
.woocommerce-page form .form-row select::-moz-placeholder,
.woocommerce form select::-moz-placeholder,
.woocommerce-page form select::-moz-placeholder,
.woocommerce form input[type="text"]::-moz-placeholder,
.woocommerce-page input[type="text"]::-moz-placeholder,
.woocommerce-page form textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce-page form .form-row input.input-text:-ms-input-placeholder,
.woocommerce-page form .form-row textarea:-ms-input-placeholder,
.woocommerce form .form-row select:-ms-input-placeholder,
.woocommerce-page form .form-row select:-ms-input-placeholder,
.woocommerce form select:-ms-input-placeholder,
.woocommerce-page form select:-ms-input-placeholder,
.woocommerce form input[type="text"]:-ms-input-placeholder,
.woocommerce-page input[type="text"]:-ms-input-placeholder,
.woocommerce-page form textarea:-ms-input-placeholder {
    color: #999;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder,
.woocommerce-page form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce-page form .form-row textarea::-webkit-input-placeholder,
.woocommerce form .form-row select::-webkit-input-placeholder,
.woocommerce-page form .form-row select::-webkit-input-placeholder,
.woocommerce form select::-webkit-input-placeholder,
.woocommerce-page form select::-webkit-input-placeholder,
.woocommerce form input[type="text"]::-webkit-input-placeholder,
.woocommerce-page input[type="text"]::-webkit-input-placeholder,
.woocommerce-page form textarea::-webkit-input-placeholder {
    color: #999;
}
.woocommerce form .form-row input.input-text::-ms-expand,
.woocommerce form .form-row textarea::-ms-expand,
.woocommerce-page form .form-row input.input-text::-ms-expand,
.woocommerce-page form .form-row textarea::-ms-expand,
.woocommerce form .form-row select::-ms-expand,
.woocommerce-page form .form-row select::-ms-expand,
.woocommerce form select::-ms-expand,
.woocommerce-page form select::-ms-expand,
.woocommerce form input[type="text"]::-ms-expand,
.woocommerce-page input[type="text"]::-ms-expand,
.woocommerce-page form textarea::-ms-expand {
    border: 0;
    background-color: transparent;
}
.woocommerce form .form-row input.input-text[disabled],
.woocommerce form .form-row textarea[disabled],
.woocommerce-page form .form-row input.input-text[disabled],
.woocommerce-page form .form-row textarea[disabled],
.woocommerce form .form-row select[disabled],
.woocommerce-page form .form-row select[disabled],
.woocommerce form select[disabled],
.woocommerce-page form select[disabled],
.woocommerce form input[type="text"][disabled],
.woocommerce-page input[type="text"][disabled],
.woocommerce-page form textarea[disabled],
.woocommerce form .form-row input.input-text[readonly],
.woocommerce form .form-row textarea[readonly],
.woocommerce-page form .form-row input.input-text[readonly],
.woocommerce-page form .form-row textarea[readonly],
.woocommerce form .form-row select[readonly],
.woocommerce-page form .form-row select[readonly],
.woocommerce form select[readonly],
.woocommerce-page form select[readonly],
.woocommerce form input[type="text"][readonly],
.woocommerce-page input[type="text"][readonly],
.woocommerce-page form textarea[readonly],
fieldset[disabled] .woocommerce form .form-row input.input-text,
fieldset[disabled] .woocommerce form .form-row textarea,
fieldset[disabled] .woocommerce-page form .form-row input.input-text,
fieldset[disabled] .woocommerce-page form .form-row textarea,
fieldset[disabled] .woocommerce form .form-row select,
fieldset[disabled] .woocommerce-page form .form-row select,
fieldset[disabled] .woocommerce form select,
fieldset[disabled] .woocommerce-page form select,
fieldset[disabled] .woocommerce form input[type="text"],
fieldset[disabled] .woocommerce-page input[type="text"],
fieldset[disabled] .woocommerce-page form textarea {
    background-color: #eee;
    opacity: 1;
}
.woocommerce form .form-row input.input-text[disabled],
.woocommerce form .form-row textarea[disabled],
.woocommerce-page form .form-row input.input-text[disabled],
.woocommerce-page form .form-row textarea[disabled],
.woocommerce form .form-row select[disabled],
.woocommerce-page form .form-row select[disabled],
.woocommerce form select[disabled],
.woocommerce-page form select[disabled],
.woocommerce form input[type="text"][disabled],
.woocommerce-page input[type="text"][disabled],
.woocommerce-page form textarea[disabled],
fieldset[disabled] .woocommerce form .form-row input.input-text,
fieldset[disabled] .woocommerce form .form-row textarea,
fieldset[disabled] .woocommerce-page form .form-row input.input-text,
fieldset[disabled] .woocommerce-page form .form-row textarea,
fieldset[disabled] .woocommerce form .form-row select,
fieldset[disabled] .woocommerce-page form .form-row select,
fieldset[disabled] .woocommerce form select,
fieldset[disabled] .woocommerce-page form select,
fieldset[disabled] .woocommerce form input[type="text"],
fieldset[disabled] .woocommerce-page input[type="text"],
fieldset[disabled] .woocommerce-page form textarea {
    cursor: not-allowed;
}
textarea.woocommerce form .form-row input.input-text,
textarea.woocommerce form .form-row textarea,
textarea.woocommerce-page form .form-row input.input-text,
textarea.woocommerce-page form .form-row textarea,
textarea.woocommerce form .form-row select,
textarea.woocommerce-page form .form-row select,
textarea.woocommerce form select,
textarea.woocommerce-page form select,
textarea.woocommerce form input[type="text"],
textarea.woocommerce-page input[type="text"],
textarea.woocommerce-page form textarea {
    height: auto;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: inline-block !important;
    background-image: none !important;
    border: 0px solid transparent !important;
    font-weight: bold !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 8px 24px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
    color: #fff !important;
    background-color: #45aaff !important;
    border-color: transparent !important;
}
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #content input.button:active:focus,
.woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce-page #content input.button:active:focus,
.woocommerce-page #respond input#submit:active:focus,
.woocommerce-page a.button:active:focus,
.woocommerce-page button.button:active:focus,
.woocommerce-page input.button:active:focus,
.woocommerce #content input.button.active:focus,
.woocommerce #respond input#submit.active:focus,
.woocommerce a.button.active:focus,
.woocommerce button.button.active:focus,
.woocommerce input.button.active:focus,
.woocommerce-page #content input.button.active:focus,
.woocommerce-page #respond input#submit.active:focus,
.woocommerce-page a.button.active:focus,
.woocommerce-page button.button.active:focus,
.woocommerce-page input.button.active:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus {
    color: #efefef !important;
    text-decoration: none !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active {
    outline: 0 !important;
    background-image: none !important;
}
.woocommerce #content input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #content input.button[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled],
.woocommerce-page #content input.button[disabled],
.woocommerce-page #respond input#submit[disabled],
.woocommerce-page a.button[disabled],
.woocommerce-page button.button[disabled],
.woocommerce-page input.button[disabled],
fieldset[disabled] .woocommerce #content input.button,
fieldset[disabled] .woocommerce #respond input#submit,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce input.button,
fieldset[disabled] .woocommerce-page #content input.button,
fieldset[disabled] .woocommerce-page #respond input#submit,
fieldset[disabled] .woocommerce-page a.button,
fieldset[disabled] .woocommerce-page button.button,
fieldset[disabled] .woocommerce-page input.button {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
}
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #content input.button.focus,
.woocommerce #respond input#submit.focus,
.woocommerce a.button.focus,
.woocommerce button.button.focus,
.woocommerce input.button.focus,
.woocommerce-page #content input.button.focus,
.woocommerce-page #respond input#submit.focus,
.woocommerce-page a.button.focus,
.woocommerce-page button.button.focus,
.woocommerce-page input.button.focus {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active:hover,
.woocommerce #respond input#submit:active:hover,
.woocommerce a.button:active:hover,
.woocommerce button.button:active:hover,
.woocommerce input.button:active:hover,
.woocommerce-page #content input.button:active:hover,
.woocommerce-page #respond input#submit:active:hover,
.woocommerce-page a.button:active:hover,
.woocommerce-page button.button:active:hover,
.woocommerce-page input.button:active:hover,
.woocommerce #content input.button.active:hover,
.woocommerce #respond input#submit.active:hover,
.woocommerce a.button.active:hover,
.woocommerce button.button.active:hover,
.woocommerce input.button.active:hover,
.woocommerce-page #content input.button.active:hover,
.woocommerce-page #respond input#submit.active:hover,
.woocommerce-page a.button.active:hover,
.woocommerce-page button.button.active:hover,
.woocommerce-page input.button.active:hover,
.open > .dropdown-toggle.woocommerce #content input.button:hover,
.open > .dropdown-toggle.woocommerce #respond input#submit:hover,
.open > .dropdown-toggle.woocommerce a.button:hover,
.open > .dropdown-toggle.woocommerce button.button:hover,
.open > .dropdown-toggle.woocommerce input.button:hover,
.open > .dropdown-toggle.woocommerce-page #content input.button:hover,
.open > .dropdown-toggle.woocommerce-page #respond input#submit:hover,
.open > .dropdown-toggle.woocommerce-page a.button:hover,
.open > .dropdown-toggle.woocommerce-page button.button:hover,
.open > .dropdown-toggle.woocommerce-page input.button:hover,
.woocommerce #content input.button:active:focus,
.woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce-page #content input.button:active:focus,
.woocommerce-page #respond input#submit:active:focus,
.woocommerce-page a.button:active:focus,
.woocommerce-page button.button:active:focus,
.woocommerce-page input.button:active:focus,
.woocommerce #content input.button.active:focus,
.woocommerce #respond input#submit.active:focus,
.woocommerce a.button.active:focus,
.woocommerce button.button.active:focus,
.woocommerce input.button.active:focus,
.woocommerce-page #content input.button.active:focus,
.woocommerce-page #respond input#submit.active:focus,
.woocommerce-page a.button.active:focus,
.woocommerce-page button.button.active:focus,
.woocommerce-page input.button.active:focus,
.open > .dropdown-toggle.woocommerce #content input.button:focus,
.open > .dropdown-toggle.woocommerce #respond input#submit:focus,
.open > .dropdown-toggle.woocommerce a.button:focus,
.open > .dropdown-toggle.woocommerce button.button:focus,
.open > .dropdown-toggle.woocommerce input.button:focus,
.open > .dropdown-toggle.woocommerce-page #content input.button:focus,
.open > .dropdown-toggle.woocommerce-page #respond input#submit:focus,
.open > .dropdown-toggle.woocommerce-page a.button:focus,
.open > .dropdown-toggle.woocommerce-page button.button:focus,
.open > .dropdown-toggle.woocommerce-page input.button:focus,
.woocommerce #content input.button:active.focus,
.woocommerce #respond input#submit:active.focus,
.woocommerce a.button:active.focus,
.woocommerce button.button:active.focus,
.woocommerce input.button:active.focus,
.woocommerce-page #content input.button:active.focus,
.woocommerce-page #respond input#submit:active.focus,
.woocommerce-page a.button:active.focus,
.woocommerce-page button.button:active.focus,
.woocommerce-page input.button:active.focus,
.woocommerce #content input.button.active.focus,
.woocommerce #respond input#submit.active.focus,
.woocommerce a.button.active.focus,
.woocommerce button.button.active.focus,
.woocommerce input.button.active.focus,
.woocommerce-page #content input.button.active.focus,
.woocommerce-page #respond input#submit.active.focus,
.woocommerce-page a.button.active.focus,
.woocommerce-page button.button.active.focus,
.woocommerce-page input.button.active.focus,
.open > .dropdown-toggle.woocommerce #content input.button.focus,
.open > .dropdown-toggle.woocommerce #respond input#submit.focus,
.open > .dropdown-toggle.woocommerce a.button.focus,
.open > .dropdown-toggle.woocommerce button.button.focus,
.open > .dropdown-toggle.woocommerce input.button.focus,
.open > .dropdown-toggle.woocommerce-page #content input.button.focus,
.open > .dropdown-toggle.woocommerce-page #respond input#submit.focus,
.open > .dropdown-toggle.woocommerce-page a.button.focus,
.open > .dropdown-toggle.woocommerce-page button.button.focus,
.open > .dropdown-toggle.woocommerce-page input.button.focus {
    color: #fff !important;
    background-color: #0081ed !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
    background-image: none !important;
}
.woocommerce #content input.button.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce-page #content input.button.disabled:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce #content input.button[disabled]:hover,
.woocommerce #respond input#submit[disabled]:hover,
.woocommerce a.button[disabled]:hover,
.woocommerce button.button[disabled]:hover,
.woocommerce input.button[disabled]:hover,
.woocommerce-page #content input.button[disabled]:hover,
.woocommerce-page #respond input#submit[disabled]:hover,
.woocommerce-page a.button[disabled]:hover,
.woocommerce-page button.button[disabled]:hover,
.woocommerce-page input.button[disabled]:hover,
fieldset[disabled] .woocommerce #content input.button:hover,
fieldset[disabled] .woocommerce #respond input#submit:hover,
fieldset[disabled] .woocommerce a.button:hover,
fieldset[disabled] .woocommerce button.button:hover,
fieldset[disabled] .woocommerce input.button:hover,
fieldset[disabled] .woocommerce-page #content input.button:hover,
fieldset[disabled] .woocommerce-page #respond input#submit:hover,
fieldset[disabled] .woocommerce-page a.button:hover,
fieldset[disabled] .woocommerce-page button.button:hover,
fieldset[disabled] .woocommerce-page input.button:hover,
.woocommerce #content input.button.disabled:focus,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce-page #content input.button.disabled:focus,
.woocommerce-page #respond input#submit.disabled:focus,
.woocommerce-page a.button.disabled:focus,
.woocommerce-page button.button.disabled:focus,
.woocommerce-page input.button.disabled:focus,
.woocommerce #content input.button[disabled]:focus,
.woocommerce #respond input#submit[disabled]:focus,
.woocommerce a.button[disabled]:focus,
.woocommerce button.button[disabled]:focus,
.woocommerce input.button[disabled]:focus,
.woocommerce-page #content input.button[disabled]:focus,
.woocommerce-page #respond input#submit[disabled]:focus,
.woocommerce-page a.button[disabled]:focus,
.woocommerce-page button.button[disabled]:focus,
.woocommerce-page input.button[disabled]:focus,
fieldset[disabled] .woocommerce #content input.button:focus,
fieldset[disabled] .woocommerce #respond input#submit:focus,
fieldset[disabled] .woocommerce a.button:focus,
fieldset[disabled] .woocommerce button.button:focus,
fieldset[disabled] .woocommerce input.button:focus,
fieldset[disabled] .woocommerce-page #content input.button:focus,
fieldset[disabled] .woocommerce-page #respond input#submit:focus,
fieldset[disabled] .woocommerce-page a.button:focus,
fieldset[disabled] .woocommerce-page button.button:focus,
fieldset[disabled] .woocommerce-page input.button:focus,
.woocommerce #content input.button.disabled.focus,
.woocommerce #respond input#submit.disabled.focus,
.woocommerce a.button.disabled.focus,
.woocommerce button.button.disabled.focus,
.woocommerce input.button.disabled.focus,
.woocommerce-page #content input.button.disabled.focus,
.woocommerce-page #respond input#submit.disabled.focus,
.woocommerce-page a.button.disabled.focus,
.woocommerce-page button.button.disabled.focus,
.woocommerce-page input.button.disabled.focus,
.woocommerce #content input.button[disabled].focus,
.woocommerce #respond input#submit[disabled].focus,
.woocommerce a.button[disabled].focus,
.woocommerce button.button[disabled].focus,
.woocommerce input.button[disabled].focus,
.woocommerce-page #content input.button[disabled].focus,
.woocommerce-page #respond input#submit[disabled].focus,
.woocommerce-page a.button[disabled].focus,
.woocommerce-page button.button[disabled].focus,
.woocommerce-page input.button[disabled].focus,
fieldset[disabled] .woocommerce #content input.button.focus,
fieldset[disabled] .woocommerce #respond input#submit.focus,
fieldset[disabled] .woocommerce a.button.focus,
fieldset[disabled] .woocommerce button.button.focus,
fieldset[disabled] .woocommerce input.button.focus,
fieldset[disabled] .woocommerce-page #content input.button.focus,
fieldset[disabled] .woocommerce-page #respond input#submit.focus,
fieldset[disabled] .woocommerce-page a.button.focus,
fieldset[disabled] .woocommerce-page button.button.focus,
fieldset[disabled] .woocommerce-page input.button.focus {
    background-color: #45aaff !important;
    border-color: transparent !important;
}
.woocommerce #content input.button .badge,
.woocommerce #respond input#submit .badge,
.woocommerce a.button .badge,
.woocommerce button.button .badge,
.woocommerce input.button .badge,
.woocommerce-page #content input.button .badge,
.woocommerce-page #respond input#submit .badge,
.woocommerce-page a.button .badge,
.woocommerce-page button.button .badge,
.woocommerce-page input.button .badge {
    color: #45aaff !important;
    background-color: #fff !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #content input.button.focus,
.woocommerce #respond input#submit.focus,
.woocommerce a.button.focus,
.woocommerce button.button.focus,
.woocommerce input.button.focus,
.woocommerce-page #content input.button.focus,
.woocommerce-page #respond input#submit.focus,
.woocommerce-page a.button.focus,
.woocommerce-page button.button.focus,
.woocommerce-page input.button.focus,
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
    background-image: none !important;
}
.woocommerce #content input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #content input.button[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled],
.woocommerce-page #content input.button[disabled],
.woocommerce-page #respond input#submit[disabled],
.woocommerce-page a.button[disabled],
.woocommerce-page button.button[disabled],
.woocommerce-page input.button[disabled],
fieldset[disabled] .woocommerce #content input.button,
fieldset[disabled] .woocommerce #respond input#submit,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce input.button,
fieldset[disabled] .woocommerce-page #content input.button,
fieldset[disabled] .woocommerce-page #respond input#submit,
fieldset[disabled] .woocommerce-page a.button,
fieldset[disabled] .woocommerce-page button.button,
fieldset[disabled] .woocommerce-page input.button,
.woocommerce #content input.button.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce-page #content input.button.disabled:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce #content input.button[disabled]:hover,
.woocommerce #respond input#submit[disabled]:hover,
.woocommerce a.button[disabled]:hover,
.woocommerce button.button[disabled]:hover,
.woocommerce input.button[disabled]:hover,
.woocommerce-page #content input.button[disabled]:hover,
.woocommerce-page #respond input#submit[disabled]:hover,
.woocommerce-page a.button[disabled]:hover,
.woocommerce-page button.button[disabled]:hover,
.woocommerce-page input.button[disabled]:hover,
fieldset[disabled] .woocommerce #content input.button:hover,
fieldset[disabled] .woocommerce #respond input#submit:hover,
fieldset[disabled] .woocommerce a.button:hover,
fieldset[disabled] .woocommerce button.button:hover,
fieldset[disabled] .woocommerce input.button:hover,
fieldset[disabled] .woocommerce-page #content input.button:hover,
fieldset[disabled] .woocommerce-page #respond input#submit:hover,
fieldset[disabled] .woocommerce-page a.button:hover,
fieldset[disabled] .woocommerce-page button.button:hover,
fieldset[disabled] .woocommerce-page input.button:hover,
.woocommerce #content input.button.disabled:focus,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce-page #content input.button.disabled:focus,
.woocommerce-page #respond input#submit.disabled:focus,
.woocommerce-page a.button.disabled:focus,
.woocommerce-page button.button.disabled:focus,
.woocommerce-page input.button.disabled:focus,
.woocommerce #content input.button[disabled]:focus,
.woocommerce #respond input#submit[disabled]:focus,
.woocommerce a.button[disabled]:focus,
.woocommerce button.button[disabled]:focus,
.woocommerce input.button[disabled]:focus,
.woocommerce-page #content input.button[disabled]:focus,
.woocommerce-page #respond input#submit[disabled]:focus,
.woocommerce-page a.button[disabled]:focus,
.woocommerce-page button.button[disabled]:focus,
.woocommerce-page input.button[disabled]:focus,
fieldset[disabled] .woocommerce #content input.button:focus,
fieldset[disabled] .woocommerce #respond input#submit:focus,
fieldset[disabled] .woocommerce a.button:focus,
fieldset[disabled] .woocommerce button.button:focus,
fieldset[disabled] .woocommerce input.button:focus,
fieldset[disabled] .woocommerce-page #content input.button:focus,
fieldset[disabled] .woocommerce-page #respond input#submit:focus,
fieldset[disabled] .woocommerce-page a.button:focus,
fieldset[disabled] .woocommerce-page button.button:focus,
fieldset[disabled] .woocommerce-page input.button:focus,
.woocommerce #content input.button.disabled.focus,
.woocommerce #respond input#submit.disabled.focus,
.woocommerce a.button.disabled.focus,
.woocommerce button.button.disabled.focus,
.woocommerce input.button.disabled.focus,
.woocommerce-page #content input.button.disabled.focus,
.woocommerce-page #respond input#submit.disabled.focus,
.woocommerce-page a.button.disabled.focus,
.woocommerce-page button.button.disabled.focus,
.woocommerce-page input.button.disabled.focus,
.woocommerce #content input.button[disabled].focus,
.woocommerce #respond input#submit[disabled].focus,
.woocommerce a.button[disabled].focus,
.woocommerce button.button[disabled].focus,
.woocommerce input.button[disabled].focus,
.woocommerce-page #content input.button[disabled].focus,
.woocommerce-page #respond input#submit[disabled].focus,
.woocommerce-page a.button[disabled].focus,
.woocommerce-page button.button[disabled].focus,
.woocommerce-page input.button[disabled].focus,
fieldset[disabled] .woocommerce #content input.button.focus,
fieldset[disabled] .woocommerce #respond input#submit.focus,
fieldset[disabled] .woocommerce a.button.focus,
fieldset[disabled] .woocommerce button.button.focus,
fieldset[disabled] .woocommerce input.button.focus,
fieldset[disabled] .woocommerce-page #content input.button.focus,
fieldset[disabled] .woocommerce-page #respond input#submit.focus,
fieldset[disabled] .woocommerce-page a.button.focus,
fieldset[disabled] .woocommerce-page button.button.focus,
fieldset[disabled] .woocommerce-page input.button.focus,
.woocommerce #content input.button.disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce-page #content input.button.disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce #content input.button[disabled]:active,
.woocommerce #respond input#submit[disabled]:active,
.woocommerce a.button[disabled]:active,
.woocommerce button.button[disabled]:active,
.woocommerce input.button[disabled]:active,
.woocommerce-page #content input.button[disabled]:active,
.woocommerce-page #respond input#submit[disabled]:active,
.woocommerce-page a.button[disabled]:active,
.woocommerce-page button.button[disabled]:active,
.woocommerce-page input.button[disabled]:active,
fieldset[disabled] .woocommerce #content input.button:active,
fieldset[disabled] .woocommerce #respond input#submit:active,
fieldset[disabled] .woocommerce a.button:active,
fieldset[disabled] .woocommerce button.button:active,
fieldset[disabled] .woocommerce input.button:active,
fieldset[disabled] .woocommerce-page #content input.button:active,
fieldset[disabled] .woocommerce-page #respond input#submit:active,
fieldset[disabled] .woocommerce-page a.button:active,
fieldset[disabled] .woocommerce-page button.button:active,
fieldset[disabled] .woocommerce-page input.button:active,
.woocommerce #content input.button.disabled.active,
.woocommerce #respond input#submit.disabled.active,
.woocommerce a.button.disabled.active,
.woocommerce button.button.disabled.active,
.woocommerce input.button.disabled.active,
.woocommerce-page #content input.button.disabled.active,
.woocommerce-page #respond input#submit.disabled.active,
.woocommerce-page a.button.disabled.active,
.woocommerce-page button.button.disabled.active,
.woocommerce-page input.button.disabled.active,
.woocommerce #content input.button[disabled].active,
.woocommerce #respond input#submit[disabled].active,
.woocommerce a.button[disabled].active,
.woocommerce button.button[disabled].active,
.woocommerce input.button[disabled].active,
.woocommerce-page #content input.button[disabled].active,
.woocommerce-page #respond input#submit[disabled].active,
.woocommerce-page a.button[disabled].active,
.woocommerce-page button.button[disabled].active,
.woocommerce-page input.button[disabled].active,
fieldset[disabled] .woocommerce #content input.button.active,
fieldset[disabled] .woocommerce #respond input#submit.active,
fieldset[disabled] .woocommerce a.button.active,
fieldset[disabled] .woocommerce button.button.active,
fieldset[disabled] .woocommerce input.button.active,
fieldset[disabled] .woocommerce-page #content input.button.active,
fieldset[disabled] .woocommerce-page #respond input#submit.active,
fieldset[disabled] .woocommerce-page a.button.active,
fieldset[disabled] .woocommerce-page button.button.active,
fieldset[disabled] .woocommerce-page input.button.active {
    background-color: #45aaff !important;
    border-color: transparent !important;
}
.woocommerce #content input.button .badge,
.woocommerce #respond input#submit .badge,
.woocommerce a.button .badge,
.woocommerce button.button .badge,
.woocommerce input.button .badge,
.woocommerce-page #content input.button .badge,
.woocommerce-page #respond input#submit .badge,
.woocommerce-page a.button .badge,
.woocommerce-page button.button .badge,
.woocommerce-page input.button .badge {
    color: #45aaff !important;
    background-color: #fff !important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error:before {
    background-color: #d9534f;
    color: #ffffff;
}
.woocommerce .woocommerce-error {
    border: none;
}
.woocommerce .woocommerce-error a:link,
.woocommerce .woocommerce-error a:visited {
    color: #fcec07;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-error a:active {
    color: #fff;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-info:before {
    background-color: #67b8fc;
    color: #ffffff;
}
.woocommerce .woocommerce-info {
    border: none;
}
.woocommerce .woocommerce-info a:link,
.woocommerce .woocommerce-info a:visited {
    color: #fcec07;
}
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-info a:active {
    color: #fff;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-message:before {
    background-color: #304770;
    color: #fff;
}
.woocommerce .woocommerce-message {
    border: none;
    overflow: hidden;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-message a:link,
.woocommerce .woocommerce-message a:visited {
    color: #f9ce61;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-message a:active {
    color: #fbc02d;
}
.chosen-container-single .chosen-single {
    background-position: inherit;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inherit !important;
    color: inherit !important;
    height: 34px !important;
    line-height: 33px;
    overflow: hidden;
    padding: 0 0 0 10px;
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-attachment: inherit !important;
}
#order_comments {
    min-height: 6em !important;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #989898 !important;
}
.woocommerce .woocommerce-breadcrumb {
    color: inherit;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
}
.woocommerce-ordering select.orderby {
    -moz-appearance: none;
    background-color: #e5e5e5;
    background-image: url("https://healthflex.plethorathemes.com/wp-content/themes/healthflex/assets/images/form-selector-grey.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: medium none;
    color: #323232;
    margin-bottom: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
}
.woocommerce ul.products li.product a:link,
.woocommerce-page ul.products li.product a:link,
.woocommerce ul.products li.product a:visited,
.woocommerce-page ul.products li.product a:visited {
    color: #4eabf9;
}
.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover,
.woocommerce ul.products li.product a:active,
.woocommerce-page ul.products li.product a:active {
    color: #304770;
}
.woocommerce ul.products li.product a i,
.woocommerce-page ul.products li.product a i {
    color: #323232;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
    padding: 10px 5px;
    background-color: #fff;
    border-color: #fff;
    color: #323232;
    font-size: 18px;
}
.woocommerce ul.products li.product h2 a:link,
.woocommerce-page ul.products li.product h2 a:link,
.woocommerce ul.products li.product h2 a:visited,
.woocommerce-page ul.products li.product h2 a:visited {
    color: #4eabf9;
}
.woocommerce ul.products li.product h2 a:hover,
.woocommerce-page ul.products li.product h2 a:hover,
.woocommerce ul.products li.product h2 a:active,
.woocommerce-page ul.products li.product h2 a:active {
    color: #304770;
}
.woocommerce ul.products li.product h2 a i,
.woocommerce-page ul.products li.product h2 a i {
    color: #323232;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    display: block;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    padding: 5px 20px;
    font-weight: 400;
    margin: 0;
    font-size: 1em;
    position: relative;
}
.woocommerce ul.products li.product .price a:link,
.woocommerce-page ul.products li.product .price a:link,
.woocommerce ul.products li.product .price a:visited,
.woocommerce-page ul.products li.product .price a:visited {
    color: #45aaff;
}
.woocommerce ul.products li.product .price a:hover,
.woocommerce-page ul.products li.product .price a:hover,
.woocommerce ul.products li.product .price a:active,
.woocommerce-page ul.products li.product .price a:active {
    color: #304770;
}
.woocommerce ul.products li.product .price a i,
.woocommerce-page ul.products li.product .price a i {
    color: #323232;
}
.woocommerce ul.products li.product .price:before,
.woocommerce-page ul.products li.product .price:before,
.woocommerce ul.products li.product .price:after,
.woocommerce-page ul.products li.product .price:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 90px;
    position: absolute;
    z-index: 29;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
.woocommerce ul.products li.product .price:before,
.woocommerce-page ul.products li.product .price:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
.woocommerce ul.products li.product .price:after,
.woocommerce-page ul.products li.product .price:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.woocommerce ul.products li.product .add_to_cart_button {
    padding-top: 20px !important;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background-color: #304770;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    height: 48px;
    width: 48px;
    padding: 8px;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    color: #45aaff !important;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
    color: #45aaff !important;
}
.woocommerce .products .star-rating {
    margin: 5px auto;
    padding: 10px;
}
mark {
    background: none repeat scroll 0 0 transparent;
    color: inherit;
}
.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
    display: none !important;
}
.products li {
    text-align: center;
}
.products li a.button {
    display: block;
    margin: 0 !important;
}
.woocommerce a.added_to_cart {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    padding: 5px;
    white-space: nowrap;
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent;
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: transparent !important;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.focus {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:hover {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:active:hover,
.woocommerce a.added_to_cart.active:hover,
.open > .dropdown-toggle.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:active:focus,
.woocommerce a.added_to_cart.active:focus,
.open > .dropdown-toggle.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:active.focus,
.woocommerce a.added_to_cart.active.focus,
.open > .dropdown-toggle.woocommerce a.added_to_cart.focus {
    color: #fff;
    background-color: #398439;
    border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
    background-image: none;
}
.woocommerce a.added_to_cart.disabled:hover,
.woocommerce a.added_to_cart[disabled]:hover,
fieldset[disabled] .woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart.disabled:focus,
.woocommerce a.added_to_cart[disabled]:focus,
fieldset[disabled] .woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.disabled.focus,
.woocommerce a.added_to_cart[disabled].focus,
fieldset[disabled] .woocommerce a.added_to_cart.focus {
    background-color: #5cb85c;
    border-color: transparent;
}
.woocommerce a.added_to_cart .badge {
    color: #5cb85c;
    background-color: #fff;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.focus,
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
    background-image: none;
}
.woocommerce a.added_to_cart.disabled,
.woocommerce a.added_to_cart[disabled],
fieldset[disabled] .woocommerce a.added_to_cart,
.woocommerce a.added_to_cart.disabled:hover,
.woocommerce a.added_to_cart[disabled]:hover,
fieldset[disabled] .woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart.disabled:focus,
.woocommerce a.added_to_cart[disabled]:focus,
fieldset[disabled] .woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.disabled.focus,
.woocommerce a.added_to_cart[disabled].focus,
fieldset[disabled] .woocommerce a.added_to_cart.focus,
.woocommerce a.added_to_cart.disabled:active,
.woocommerce a.added_to_cart[disabled]:active,
fieldset[disabled] .woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.disabled.active,
.woocommerce a.added_to_cart[disabled].active,
fieldset[disabled] .woocommerce a.added_to_cart.active {
    background-color: #5cb85c;
    border-color: transparent;
}
.woocommerce a.added_to_cart .badge {
    color: #5cb85c;
    background-color: #fff;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    margin: 4px 4px 0 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    border: 0px solid;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:link,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited {
    color: #45aaff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active {
    color: #304770;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a i {
    color: #323232;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff none repeat scroll 0 0;
    border: none !important;
    border-bottom-color: #fff;
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0px solid #d3ced2;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: inherit;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    height: 0px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    color: inherit !important;
    font-weight: 700 !important;
    padding: 10px !important;
    text-decoration: none !important;
    text-shadow: inherit !important;
}
.panel {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
    border: 0px solid !important;
    border-radius: inherit;
    box-shadow: none !important;
    margin-bottom: 20px;
    padding: 10px 20px !important;
}
.panel a:link,
.panel a:visited {
    color: #4eabf9;
}
.panel a:hover,
.panel a:active {
    color: #304770;
}
.panel a i {
    color: #323232;
}
.panel h2,
.panel h3 {
    font-size: 16px;
}
.woocommerce #reviews h3 {
    margin: 0 0 16px 0;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
    padding: 10px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border-radius: inherit;
    margin: 0 0 0 80px;
    padding: 10px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    background: inherit;
    border: inherit;
    border-radius: 60px;
    width: 60px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
    margin: 0 0 20px 0;
}
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
    border: 0px solid;
    color: inherit;
    font-weight: bold !important;
}
.woocommerce #content div.product .summary p.price,
.woocommerce #content div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.woocommerce-page #content .summary div.product p.price,
.woocommerce-page #content .summary div.product span.price,
.woocommerce-page div.product .summary p.price,
.woocommerce-page div.product .summary span.price {
    color: #323232 !important;
    font-size: 2em !important;
    font-weight: bold !important;
}
.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
    color: #323232 !important;
    font-size: 133% !important;
    margin-bottom: 0px !important;
    line-height: 34px !important;
    height: 34px !important;
}
.upsells.products h2,
.related.products h2 {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 30px;
}
.upsells.products h2 a:link,
.related.products h2 a:link,
.upsells.products h2 a:visited,
.related.products h2 a:visited {
    color: #45aaff;
}
.upsells.products h2 a:hover,
.related.products h2 a:hover,
.upsells.products h2 a:active,
.related.products h2 a:active {
    color: #304770;
}
.upsells.products h2 a i,
.related.products h2 a i {
    color: #323232;
}
.upsells.products h2:before,
.related.products h2:before,
.upsells.products h2:after,
.related.products h2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 90px;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
.upsells.products h2:before,
.related.products h2:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
.upsells.products h2:after,
.related.products h2:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
    .woocommerce.single-product #sidebar {
        float: right;
    }
}
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em;
}
.woocommerce-product-gallery figure {
    margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 25%;
    display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 0.5;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
}
.woocommerce-product-gallery img {
    display: block;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}
a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.875em;
    right: 0.875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-radius: 0px;
    margin: 0;
    text-align: left;
    width: 100%;
}
.woocommerce table.shop_table thead tr th {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    font-size: 15px;
    margin-bottom: 33px;
}
.woocommerce table.shop_table thead tr th a:link,
.woocommerce table.shop_table thead tr th a:visited {
    color: #45aaff;
}
.woocommerce table.shop_table thead tr th a:hover,
.woocommerce table.shop_table thead tr th a:active {
    color: #304770;
}
.woocommerce table.shop_table thead tr th a i {
    color: #323232;
}
.woocommerce table.shop_table thead tr th:before,
.woocommerce table.shop_table thead tr th:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 30px;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
.woocommerce table.shop_table thead tr th:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
.woocommerce table.shop_table thead tr th:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.woocommerce table.shop_table tbody tr {
    margin-top: 15px;
}
.woocommerce table.shop_table tbody tr td,
.woocommerce table.shop_table tbody tr th {
    text-align: center;
    border-top: none;
    background-color: #fff;
    padding: 15px 5px;
    border-top: solid 5px #efefef;
}
.woocommerce table.shop_table tbody tr:first-child td {
    border-top: solid 20px #efefef;
}
.woocommerce table.shop_table tfoot tr {
    margin-top: 15px;
}
.woocommerce table.shop_table tfoot tr td,
.woocommerce table.shop_table tfoot tr th {
    text-align: center;
    background-color: #fff;
    padding: 15px 5px;
    border-top: solid 5px #efefef;
}
.woocommerce table.shop_table tfoot tr th {
    text-align: right;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    border-top: solid 5px #efefef;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:link,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:link,
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:visited,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:visited {
    color: #45aaff;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:hover,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:hover,
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:active,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:active {
    color: #304770;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th a i,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a i {
    color: #323232;
}
.woocommerce table.shop_table .woocommerce a.remove {
    margin: 0 auto;
}
.woocommerce table.shop_table td.actions {
    padding: 15px;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
    min-width: 250px;
    outline: 0 none;
    padding: 10px 15px;
}
.cross-sells h2,
.cart_totals h2 {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    font-size: 15px;
    margin-bottom: 33px;
}
.cross-sells h2 a:link,
.cart_totals h2 a:link,
.cross-sells h2 a:visited,
.cart_totals h2 a:visited {
    color: #45aaff;
}
.cross-sells h2 a:hover,
.cart_totals h2 a:hover,
.cross-sells h2 a:active,
.cart_totals h2 a:active {
    color: #304770;
}
.cross-sells h2 a i,
.cart_totals h2 a i {
    color: #323232;
}
.cross-sells h2:before,
.cart_totals h2:before,
.cross-sells h2:after,
.cart_totals h2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 90px;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
.cross-sells h2:before,
.cart_totals h2:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
.cross-sells h2:after,
.cart_totals h2:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ccc !important;
}
.woocommerce .cart-collaterals .cart_totals tr:first-child td,
.woocommerce .cart-collaterals .cart_totals tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals tr:first-child th {
    border-top: 0px solid #ccc !important;
}
.woocommerce-checkout .main > section:first-child {
    padding-top: 64px !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #ccc;
    border-radius: 0;
}
.clear {
    clear: both;
}
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0px;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #e5e5e5;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #e5e5e5;
    border-radius: 0px;
    color: #323232;
}
.woocommerce ul.order_details {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
    list-style: outside none none;
    margin: 0 0 1.5em;
    padding: 15px;
}
.woocommerce ul.order_details a:link,
.woocommerce ul.order_details a:visited {
    color: #4eabf9;
}
.woocommerce ul.order_details a:hover,
.woocommerce ul.order_details a:active {
    color: #304770;
}
.woocommerce ul.order_details a i {
    color: #323232;
}
.woocommerce-order-received header h2,
.woocommerce-order-received header h3 {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    font-size: 15px;
    margin-bottom: 33px;
}
.woocommerce-order-received header h2 a:link,
.woocommerce-order-received header h3 a:link,
.woocommerce-order-received header h2 a:visited,
.woocommerce-order-received header h3 a:visited {
    color: #45aaff;
}
.woocommerce-order-received header h2 a:hover,
.woocommerce-order-received header h3 a:hover,
.woocommerce-order-received header h2 a:active,
.woocommerce-order-received header h3 a:active {
    color: #304770;
}
.woocommerce-order-received header h2 a i,
.woocommerce-order-received header h3 a i {
    color: #323232;
}
.woocommerce-order-received header h2:before,
.woocommerce-order-received header h3:before,
.woocommerce-order-received header h2:after,
.woocommerce-order-received header h3:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 90px;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
.woocommerce-order-received header h2:before,
.woocommerce-order-received header h3:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
.woocommerce-order-received header h2:after,
.woocommerce-order-received header h3:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.woocommerce.widget h4 {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    font-size: 15px;
    overflow: inherit;
}
.woocommerce.widget h4 a:link,
.woocommerce.widget h4 a:visited {
    color: #45aaff;
}
.woocommerce.widget h4 a:hover,
.woocommerce.widget h4 a:active {
    color: #304770;
}
.woocommerce.widget h4 a i {
    color: #323232;
}
.woocommerce.widget h4:before,
.woocommerce.widget h4:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 90px;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
.woocommerce.widget h4:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
.woocommerce.widget h4:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    background: none repeat-x scroll center top #45aaff !important;
    background-color: #45aaff;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0) inset !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #666666;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    background-position: inherit;
    background-color: #304770 !important;
    height: 1.2em !important;
    top: -5px !important;
    width: 1.2em !important;
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-attachment: inherit !important;
}
.woocommerce.widget_product_categories ul li a {
    display: block;
    font-size: 15px;
    font-weight: 800;
    padding: 3px 0;
    position: relative;
    text-transform: uppercase;
}
.woocommerce.widget_product_categories ul li a:link {
    color: inherit;
}
.woocommerce.widget_layered_nav_filters ul li a {
    background: none repeat scroll 0 0 #45aaff !important;
    border: 1px solid #45aaff !important;
}
.widget_product_search label {
    display: none;
}
.widget_product_search input#s {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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;
    -o-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;
    background-color: #efefef;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    color: #323232;
    font-size: 14px;
    height: inherit;
    line-height: 1.5;
    padding: 7px 22px 6px 22px;
    -webkit-appearance: none;
    box-shadow: none;
    width: 68%;
    display: inline-block;
}
.widget_product_search input#s: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);
}
.widget_product_search input#s::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.widget_product_search input#s:-ms-input-placeholder {
    color: #999;
}
.widget_product_search input#s::-webkit-input-placeholder {
    color: #999;
}
.widget_product_search input#s::-ms-expand {
    border: 0;
    background-color: transparent;
}
.widget_product_search input#s[disabled],
.widget_product_search input#s[readonly],
fieldset[disabled] .widget_product_search input#s {
    background-color: #eee;
    opacity: 1;
}
.widget_product_search input#s[disabled],
fieldset[disabled] .widget_product_search input#s {
    cursor: not-allowed;
}
textarea.widget_product_search input#s {
    height: auto;
}
.widget_product_search input#searchsubmit {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: inline-block !important;
    background-image: none !important;
    border: 0px solid transparent !important;
    font-weight: bold !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 8px 24px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
    color: #efefef !important;
    background-color: #323232 !important;
    border-color: transparent !important;
    width: 30%;
    position: relative;
    top: -1px;
}
.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit:active:focus,
.widget_product_search input#searchsubmit.active:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}
.widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit:focus {
    color: #efefef !important;
    text-decoration: none !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active {
    outline: 0 !important;
    background-image: none !important;
}
.widget_product_search input#searchsubmit.disabled,
.widget_product_search input#searchsubmit[disabled],
fieldset[disabled] .widget_product_search input#searchsubmit {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
}
.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.focus {
    color: #efefef !important;
    background-color: #181818 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:hover {
    color: #efefef !important;
    background-color: #181818 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
    color: #efefef !important;
    background-color: #181818 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active:hover,
.widget_product_search input#searchsubmit.active:hover,
.open > .dropdown-toggle.widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit:active:focus,
.widget_product_search input#searchsubmit.active:focus,
.open > .dropdown-toggle.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit:active.focus,
.widget_product_search input#searchsubmit.active.focus,
.open > .dropdown-toggle.widget_product_search input#searchsubmit.focus {
    color: #efefef !important;
    background-color: #070707 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
    background-image: none !important;
}
.widget_product_search input#searchsubmit.disabled:hover,
.widget_product_search input#searchsubmit[disabled]:hover,
fieldset[disabled] .widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit.disabled:focus,
.widget_product_search input#searchsubmit[disabled]:focus,
fieldset[disabled] .widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.disabled.focus,
.widget_product_search input#searchsubmit[disabled].focus,
fieldset[disabled] .widget_product_search input#searchsubmit.focus {
    background-color: #323232 !important;
    border-color: transparent !important;
}
.widget_product_search input#searchsubmit .badge {
    color: #323232 !important;
    background-color: #efefef !important;
}
.widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.focus,
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
    color: #efefef !important;
    background-color: #181818 !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
    background-image: none !important;
}
.widget_product_search input#searchsubmit.disabled,
.widget_product_search input#searchsubmit[disabled],
fieldset[disabled] .widget_product_search input#searchsubmit,
.widget_product_search input#searchsubmit.disabled:hover,
.widget_product_search input#searchsubmit[disabled]:hover,
fieldset[disabled] .widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit.disabled:focus,
.widget_product_search input#searchsubmit[disabled]:focus,
fieldset[disabled] .widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.disabled.focus,
.widget_product_search input#searchsubmit[disabled].focus,
fieldset[disabled] .widget_product_search input#searchsubmit.focus,
.widget_product_search input#searchsubmit.disabled:active,
.widget_product_search input#searchsubmit[disabled]:active,
fieldset[disabled] .widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.disabled.active,
.widget_product_search input#searchsubmit[disabled].active,
fieldset[disabled] .widget_product_search input#searchsubmit.active {
    background-color: #323232 !important;
    border-color: transparent !important;
}
.widget_product_search input#searchsubmit .badge {
    color: #323232 !important;
    background-color: #efefef !important;
}
.widget_shopping_cart h4 {
    background-color: #304770 !important;
    border-color: #304770 !important;
    color: #fff !important;
}
.widget_shopping_cart h4 a:link,
.widget_shopping_cart h4 a:visited {
    color: #f9ce61 !important;
}
.widget_shopping_cart h4 a:hover,
.widget_shopping_cart h4 a:active {
    color: #fbc02d !important;
}
.widget_shopping_cart h4 a i {
    color: #fff !important;
}
.widget_shopping_cart .widget_shopping_cart_content {
    padding: 0px 0 !important;
}
.widget_shopping_cart .widget_shopping_cart_content ul {
    margin-bottom: 10px !important;
}
.widget_shopping_cart .widget_shopping_cart_content p {
    padding: 20px 0 10px 0px !important;
}
.widget_shopping_cart .widget_shopping_cart_content p.buttons {
    padding: 0px 0 0px 0px !important;
    margin-bottom: 0px;
}
.widget_shopping_cart p.total {
    background-color: #304770;
    border-color: #304770;
    color: #fff;
    border-top: none !important;
    padding: 10px 20px !important;
    margin: 5px 0 !important;
}
.widget_shopping_cart p.total a:link,
.widget_shopping_cart p.total a:visited {
    color: #f9ce61;
}
.widget_shopping_cart p.total a:hover,
.widget_shopping_cart p.total a:active {
    color: #fbc02d;
}
.widget_shopping_cart p.total a i {
    color: #fff;
}
.woocommerce.widget ul.product_list_widget li {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
    padding: 10px 20px;
    margin: 5px 0;
}
.woocommerce.widget ul.product_list_widget li a:link,
.woocommerce.widget ul.product_list_widget li a:visited {
    color: #4eabf9;
}
.woocommerce.widget ul.product_list_widget li a:hover,
.woocommerce.widget ul.product_list_widget li a:active {
    color: #304770;
}
.woocommerce.widget ul.product_list_widget li a i {
    color: #323232;
}
.woocommerce.widget ul.product_list_widget li a {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    line-height: 1.2em;
    font-weight: 800;
}
.woocommerce.widget ul.product_list_widget li a:link,
.woocommerce.widget ul.product_list_widget li a:visited {
    color: inherit;
}
.woocommerce.widget ul.product_list_widget li a img {
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 4px;
    width: 80px;
}
.woocommerce.widget ul.product_list_widget li .star-rating {
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 0.9em;
}
.woocommerce.widget ul.product_list_widget li .amount {
    font-weight: 600;
}
.woocommerce.widget ul.product_list_widget.cart_list li a {
    margin-top: 15px;
    line-height: 1.2em;
}
.woocommerce.widget ul.product_list_widget.cart_list li a:link,
.woocommerce.widget ul.product_list_widget.cart_list li a:visited {
    color: inherit;
}
.woocommerce.widget ul.product_list_widget.cart_list li a img {
    width: 60px;
}
.woocommerce.widget ul.product_list_widget.cart_list li a.remove {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    line-height: 1em;
    float: right;
}
@media only screen and (max-width: 991px) {
    .woocommerce .plethora-woo-shop-grid-4 ul.products li.product,
    .woocommerce .plethora-woo-related-grid-4 .related ul.products li.product,
    .woocommerce .plethora-woo-related-grid-4 .upsells.products ul.products li.product {
        width: 46.2%;
    }
    .button.wc-forward {
        margin-bottom: 5px !important;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }
    .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product,
    .woocommerce .main_col.plethora-woo-related-grid-3 .related ul.products li.product,
    .woocommerce .main_col.plethora-woo-related-grid-3 .upsells.products ul.products li.product {
        width: 45%;
    }
    .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product.first {
        clear: none;
    }
    .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product.last {
        margin: 0 3.8% 2.992em 0;
    }
}
@media only screen and (max-width: 767px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 48%;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        float: none;
        width: 100%;
    }
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .woocommerce .plethora-woo-shop-grid-4 ul.products li.product,
    .woocommerce .plethora-woo-related-grid-4 .related ul.products li.product,
    .woocommerce .plethora-woo-related-grid-4 .upsells.products ul.products li.product,
    .woocommerce .plethora-woo-shop-grid-3 ul.products li.product,
    .woocommerce .plethora-woo-related-grid-3 .related ul.products li.product,
    .woocommerce .plethora-woo-related-grid-3 .upsells.products ul.products li.product,
    .woocommerce .plethora-woo-shop-grid-2 ul.products li.product,
    .woocommerce .plethora-woo-related-grid-2 .related ul.products li.product,
    .woocommerce .plethora-woo-related-grid-2 .upsells.products ul.products li.product {
        width: 100%;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }
    .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product,
    .woocommerce .main_col.plethora-woo-related-grid-3 .related ul.products li.product,
    .woocommerce .main_col.plethora-woo-related-grid-3 .upsells.products ul.products li.product {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        float: none;
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
}
.ecwid,
.ecwid-minicart,
.ecwid-SearchPanel,
.dateBoxPopup,
.gwt-PopupPanel {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ecwid {
    font-size: 15px !important;
    font-weight: normal !important;
    color: #323232 !important;
}
.ecwid a,
.ecwid a:visited,
.ecwid a:hover,
.ecwid a:active {
    color: #45aaff !important;
}
.ecwid input[type="text"],
.ecwid input[type="password"],
.ecwid input[type="button"],
.ecwid input[type="checkbox"],
.ecwid input[type="image"],
.ecwid input[type="submit"],
.ecwid textarea,
.ecwid input[type="email"] {
    border: 1px solid #cbcbcb !important;
    border-radius: 0 !important;
    color: #323232 !important;
    padding: 7px 22px 7px !important;
    box-sizing: border-box !important;
}
.ecwid-EcwidHintingLink {
    color: #45aaff !important;
    font-size: inherit !important;
    font-weight: normal !important;
}
div.ecwid-Terms-link-title {
    color: #45aaff !important;
}
.ecwid-incart {
    color: inherit !important;
    fill: #5cb85c !important;
}
.ecwid button {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ecwid .ecwid-btn {
    font: normal normal 13px/1.5em Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 8px 24px !important;
    text-transform: uppercase !important;
    transition: none !important;
    font-weight: bold !important;
}
.ecwid .ecwid-btn--primary {
    background: #45aaff !important;
    border-radius: 0px !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    padding: 8px 24px !important;
}
.ecwid .ecwid-btn--primary:hover,
.ecwid .ecwid-btn--primary-hover {
    background: #1293ff !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    transition: none !important;
}
.ecwid .ecwid-btn--primary:active,
.ecwid .ecwid-btn--primary:focus:active {
    padding: 8px 24px !important;
    background: #1293ff !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
.ecwid .ecwid-btn--secondary {
    background: #304770 !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.ecwid .ecwid-btn--secondary:hover,
.ecwid .ecwid-btn--secondary-hover {
    background: #21304c !important;
    color: #fff !important;
}
.ecwid .ecwid-btn--secondary:active,
.ecwid .ecwid-btn--secondary:focus:active {
    padding: 8px 24px !important;
    background: #21304c !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: inline-block !important;
    background-image: none !important;
    border: 0px solid transparent !important;
    font-weight: bold !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 8px 24px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
    color: #fff !important;
    background-color: #45aaff !important;
    border-color: transparent !important;
    position: relative;
    top: -1px;
}
button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button:active:focus,
button.ecwid-SearchPanel-button.active:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}
button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button:focus {
    color: #efefef !important;
    text-decoration: none !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active {
    outline: 0 !important;
    background-image: none !important;
}
button.ecwid-SearchPanel-button.disabled,
button.ecwid-SearchPanel-button[disabled],
fieldset[disabled] button.ecwid-SearchPanel-button {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
}
button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.focus {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:hover {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active:hover,
button.ecwid-SearchPanel-button.active:hover,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button:active:focus,
button.ecwid-SearchPanel-button.active:focus,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button:active.focus,
button.ecwid-SearchPanel-button.active.focus,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button.focus {
    color: #fff !important;
    background-color: #0081ed !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
    background-image: none !important;
}
button.ecwid-SearchPanel-button.disabled:hover,
button.ecwid-SearchPanel-button[disabled]:hover,
fieldset[disabled] button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button.disabled:focus,
button.ecwid-SearchPanel-button[disabled]:focus,
fieldset[disabled] button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.disabled.focus,
button.ecwid-SearchPanel-button[disabled].focus,
fieldset[disabled] button.ecwid-SearchPanel-button.focus {
    background-color: #45aaff !important;
    border-color: transparent !important;
}
button.ecwid-SearchPanel-button .badge {
    color: #45aaff !important;
    background-color: #fff !important;
}
button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.focus,
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
    color: #fff !important;
    background-color: #1293ff !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
    background-image: none !important;
}
button.ecwid-SearchPanel-button.disabled,
button.ecwid-SearchPanel-button[disabled],
fieldset[disabled] button.ecwid-SearchPanel-button,
button.ecwid-SearchPanel-button.disabled:hover,
button.ecwid-SearchPanel-button[disabled]:hover,
fieldset[disabled] button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button.disabled:focus,
button.ecwid-SearchPanel-button[disabled]:focus,
fieldset[disabled] button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.disabled.focus,
button.ecwid-SearchPanel-button[disabled].focus,
fieldset[disabled] button.ecwid-SearchPanel-button.focus,
button.ecwid-SearchPanel-button.disabled:active,
button.ecwid-SearchPanel-button[disabled]:active,
fieldset[disabled] button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.disabled.active,
button.ecwid-SearchPanel-button[disabled].active,
fieldset[disabled] button.ecwid-SearchPanel-button.active {
    background-color: #45aaff !important;
    border-color: transparent !important;
}
button.ecwid-SearchPanel-button .badge {
    color: #45aaff !important;
    background-color: #fff !important;
}
.horizontal-menu {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.horizontal-menu svg,
.horizontal-menu-button svg {
    fill: #45aaff !important;
}
#horizontal-menu.horizontal-mobile .horizontal-menu-button {
    color: #45aaff !important;
}
.horizontal-menu.horizontal-menu--mobile .horizontal-menu-item > a {
    color: #45aaff !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-item > a {
    border-radius: 0px !important;
    color: #323232 !important;
    border-right: solid 1px #ccc !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-item > a span {
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-item.horizontal-menu-item--hover > a {
    background: none !important;
    color: #45aaff !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-subParent > li > a {
    padding: 5px 15px !important;
    border-right: solid 0px #ccc !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-subParent > li > a span {
    font-size: 12px !important;
}
#horizontal-menu .horizontal-menu-item.horizontal-menu-item--active > a {
    color: #323232 !important;
}
#horizontal-menu .horizontal-menu-item.horizontal-menu-item--active > a span {
    color: #45aaff !important;
}
.ecwid-minicart-mini-link,
.ecwid-productBrowser-auth-signInLink,
.ecwid-favorite-menu-item {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
div.ecwid-minicart-mini-rollover {
    border: solid 1px #45aaff !important;
    border-radius: 0px !important;
}
.ecwid-minicart-mini-count {
    color: #45aaff !important;
}
.ecwid-productBrowser-subcategories-categoryName {
    position: relative !important;
    text-align: center !important;
    padding: 10px !important;
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #323232 !important;
    font-size: 15px !important;
    overflow: inherit !important;
}
.ecwid-productBrowser-subcategories-categoryName a:link,
.ecwid-productBrowser-subcategories-categoryName a:visited {
    color: #45aaff !important;
}
.ecwid-productBrowser-subcategories-categoryName a:hover,
.ecwid-productBrowser-subcategories-categoryName a:active {
    color: #304770 !important;
}
.ecwid-productBrowser-subcategories-categoryName a i {
    color: #323232 !important;
}
.ecwid-productBrowser-subcategories-categoryName:before,
.ecwid-productBrowser-subcategories-categoryName:after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-color: inherit !important;
    border-width: 10px 0 0 90px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: -10px !important;
    bottom: inherit !important;
    display: none\9 !important;
}
.ecwid-productBrowser-subcategories-categoryName:before {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: 50% !important;
    right: inherit !important;
}
.ecwid-productBrowser-subcategories-categoryName:after {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    right: 50% !important;
    left: inherit !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName {
    margin-top: 0px !important;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-sixe: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
div.ecwid-productBrowser-head {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 27px !important;
    font-weight: bold !important;
    color: inherit !important;
    text-transform: uppercase !important;
}
.ecwid-results-topPanel-controlsPanel {
    padding: 5px 10px !important;
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #323232 !important;
}
.ecwid-results-topPanel-controlsPanel a:link,
.ecwid-results-topPanel-controlsPanel a:visited {
    color: #45aaff !important;
}
.ecwid-results-topPanel-controlsPanel a:hover,
.ecwid-results-topPanel-controlsPanel a:active {
    color: #304770 !important;
}
.ecwid-results-topPanel-controlsPanel a i {
    color: #323232 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment {
    position: relative !important;
    text-align: center !important;
    padding: 10px !important;
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #323232 !important;
    font-size: 15px !important;
    overflow: inherit !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment a:link,
.ecwid-productBrowser-productsGrid-productMiddleFragment a:visited {
    color: #45aaff !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment a:hover,
.ecwid-productBrowser-productsGrid-productMiddleFragment a:active {
    color: #304770 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment a i {
    color: #323232 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment:before,
.ecwid-productBrowser-productsGrid-productMiddleFragment:after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-color: inherit !important;
    border-width: 10px 0 0 90px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: -10px !important;
    bottom: inherit !important;
    display: none\9 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment:before {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: 50% !important;
    right: inherit !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment:after {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    right: 50% !important;
    left: inherit !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}
div.ecwid-productBrowser-productNameLink a,
div.ecwid-productBrowser-productNameLink a:link,
div.ecwid-productBrowser-productNameLink a:active,
div.ecwid-productBrowser-productNameLink a:visited {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #323232 !important;
}
div.ecwid-productBrowser-price {
    position: relative !important;
    text-align: center !important;
    padding: 10px !important;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #323232 !important;
    font-size: 14px !important;
    overflow: inherit !important;
}
div.ecwid-productBrowser-price a:link,
div.ecwid-productBrowser-price a:visited {
    color: #4eabf9 !important;
}
div.ecwid-productBrowser-price a:hover,
div.ecwid-productBrowser-price a:active {
    color: #304770 !important;
}
div.ecwid-productBrowser-price a i {
    color: #323232 !important;
}
div.ecwid-productBrowser-price:before,
div.ecwid-productBrowser-price:after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-color: inherit !important;
    border-width: 10px 0 0 90px !important;
    position: absolute !important;
    z-index: 9 !important;
    bottom: -10px !important;
    top: inherit !important;
    display: none\9 !important;
}
div.ecwid-productBrowser-price:before {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    right: 50% !important;
    left: inherit !important;
}
div.ecwid-productBrowser-price:after {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    left: 50% !important;
    right: inherit !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsTable-addToBagLink {
    color: #45aaff !important;
}
div.ecwid-productBrowser-backgroundedPanel {
    background-color: #e5e5e5 !important;
}
div.ecwid-form {
    background-color: #e5e5e5 !important;
}
html#ecwid_html .widget h4 {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
    font-size: 15px;
    overflow: inherit;
}
html#ecwid_html .widget h4 a:link,
html#ecwid_html .widget h4 a:visited {
    color: #45aaff;
}
html#ecwid_html .widget h4 a:hover,
html#ecwid_html .widget h4 a:active {
    color: #304770;
}
html#ecwid_html .widget h4 a i {
    color: #323232;
}
html#ecwid_html .widget h4:before,
html#ecwid_html .widget h4:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 10px 0 0 90px;
    position: absolute;
    z-index: 9;
    bottom: -10px;
    top: inherit;
    display: none\9;
}
html#ecwid_html .widget h4:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
    left: inherit;
}
html#ecwid_html .widget h4:after {
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    right: inherit;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.ecwid-categories-vertical-table-cell {
    background-color: #fff !important;
    border-bottom: solid 3px #efefef !important;
    width: 100% !important;
}
.ecwid-categories-vertical-table-cell-categoryLink a:hover {
    background-color: #45aaff !important;
}
.ecwid-categories-vertical-table-cell-categoryLink a:hover span {
    color: #fff !important;
}
span.ecwid-categories-category {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #323232 !important;
}
div.ecwid-categoriesMenuBar span.ecwid-categories-category {
    font-size: 15px !important;
}
div.ecwid-categories-MenuBarPopup div.ecwid-categoriesMenuBar span.ecwid-categories-category {
    font-size: 13px !important;
}
div.ecwid-categoriesMenuBar td.gwt-MenuItem-selected a,
div.ecwid-categoriesMenuBar td.gwt-MenuItem-current a,
td.ecwid-categories-vertical-table-cell-selected a,
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected a {
    background-color: #45aaff !important;
}
div.ecwid-categoriesMenuBar td.gwt-MenuItem-selected span.ecwid-categories-category,
div.ecwid-categoriesMenuBar td.gwt-MenuItem-current span.ecwid-categories-category,
td.ecwid-categories-vertical-table-cell-selected span.ecwid-categories-category,
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected span.ecwid-categories-category {
    color: #fff !important;
}
div.ecwid-categoriesMenuBar td.gwt-MenuItem a:hover span,
div.ecwid-categoriesMenuBar td.gwt-MenuItem a:focus span,
div.ecwid-categoriesMenuBar td.gwt-MenuItem a:active span {
    background-color: transparent !important;
    color: #45aaff !important;
}
div.ecwid-categoriesMenuBar td.gwt-MenuItem.gwt-MenuItem-current a span {
    color: #45aaff !important;
}
div.ecwid-minicart {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    width: 100% !important;
    border: 0px solid #bfbfbf !important;
    border-radius: 0px !important;
}
div.ecwid-minicart-link * {
    color: #45aaff !important;
}
div.ecwid-minicart-counter {
    left: 50% !important;
    color: #45aaff !important;
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
div.ecwid-minicart-clickArea {
    left: 50% !important;
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
html#ecwid_html body#ecwid_body .ecwid-productsList ul li .ecwid-productsList-name {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #323232 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-blockTitle,
html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-Label,
html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-HTML {
    color: #323232 !important;
    padding: 8px 0 0 0 !important;
}
html#ecwid_html body#ecwid_body td.ecwid-Invoice-cell {
    background-color: #ffffff !important;
}
body.rtl .header .topbar div[class*="col-"] {
    direction: ltr;
    text-align: right;
}
body.rtl .top_menu_container .menu-item img.iclflag {
    float: right;
    margin-left: 4px;
}
body.rtl a.social_links {
    left: 10px !important;
    right: inherit;
}
body.rtl #return-to-top i {
    right: 16px;
}
body.rtl .pl_about_us_widget p.contact_detail:nth-child(2) span {
    direction: ltr;
    unicode-bidi: bidi-override;
}
body.rtl .wpb_images_carousel,
body.rtl .owl-carousel {
    direction: ltr !important;
}
@media only screen and (min-width: 320px) {
    body.rtl .mainbar .logo {
        display: block;
    }
    .logo a.brand img
    {
        width:230px !important;
        max-height:60px !important;
    }
}
 @media only screen and (min-width:350px) {
                .logo a.brand img {
                    width: 250px !important;
                }
            }
@media only screen and (min-width: 375px) {
    body.rtl .mainbar .logo {
        display: block;
    }
    .logo a.brand img
    {
        width:250px !important;
        max-height:55px !important;
    }
}

  
@media only screen and (max-width: 425px) {
   
    body.rtl .mainbar .logo 
    {
        display: block;
    }
   
}




