html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@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;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered 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 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -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: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.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;
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    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: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 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: #999999;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.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 #dddddd;
}

.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: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .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;
    }
}



select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
    color: #999999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
    color: #999999;
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
    background-color: #eeeeee;
    opacity: 1;
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
    cursor: not-allowed;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
    height: auto;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
    color: #999999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
    color: #999999;
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
    height: auto;
}


select,
select.form-control,
select.inputbox,
select.input {
    padding-right: 5px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

selectinput.input-sm {
    height: 30px;
    line-height: 30px;
}

textareainput.input-sm,
select[multiple]input.input-sm {
    height: auto;
}

input.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

selectinput.input-lg {
    height: 45px;
    line-height: 45px;
}

textareainput.input-lg,
select[multiple]input.input-lg {
    height: auto;
}

@media (min-width: 768px) {
    .form-inline .inputbox,
    .form-inline select,
    .form-inline textarea,
    .form-inline input {
        display: inline-block;
    }
}

.control-group {
    margin-bottom: 10px;
}

legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    content: " ";
    display: table;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    content: " ";
    display: table;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-group .control-label {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .form-horizontal .control-group .control-label {
        display: inline-block;
        float: left;
        width: 160px;
        padding-top: 5px;
        text-align: right;
    }
}

.form-horizontal .control-group .controls {
    margin-left: 180px;
}

.form-actions {
    padding: 20px;
    margin: 20px 0;
    background-color: #eeeeee;
    border-radius: 4px;
}

.form-actions:before,
.form-actions:after {
    content: " ";
    display: table;
}

.form-actions:after {
    clear: both;
}

.form-actions:before,
.form-actions:after {
    content: " ";
    display: table;
}

.form-actions:after {
    clear: both;
}

.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
    padding-left: 5px !important;
}

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 34px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #bbff33;
    border-color: #669900;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    border-radius: 0;
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

.btn-large {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }
    input[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: 30px;
    }
    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 label,
.checkbox label {
    min-height: 20px;
    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: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

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: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 45px;
    line-height: 45px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    min-height: 38px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.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: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #468847;
}

.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: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #c09853;
}

.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: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b94a48;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ffffff;
}

@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: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.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: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
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: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
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: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
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: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
}

.dropdown-submenu.open>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu {
    border-radius: 4px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu.open>a:after {
    border-left-color: #262626;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    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: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1200px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.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-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 1200px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1200px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1200px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1200px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 1200px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .inputbox,
    .navbar-form select,
    .navbar-form textarea,
    .navbar-form input {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #999999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb>.active {
    color: #999999;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.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: #999999;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    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: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #ffffff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -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: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #ffffff;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 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: #468847;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #356635;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -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: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -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-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: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #999999;
    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: #999999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.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: #e1edf7;
}

.list-group-item-success {
    color: #468847;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #468847;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #468847;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #468847;
    border-color: #468847;
}

.list-group-item-info {
    color: #3a87ad;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #3a87ad;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #3a87ad;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #3a87ad;
    border-color: #3a87ad;
}

.list-group-item-warning {
    color: #c09853;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #c09853;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #c09853;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #c09853;
    border-color: #c09853;
}

.list-group-item-danger {
    color: #b94a48;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #b94a48;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #b94a48;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b94a48;
    border-color: #b94a48;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.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: 3px;
    border-top-left-radius: 3px;
}

.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: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.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: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #468847;
    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: #468847;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #3a87ad;
    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: #3a87ad;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #c09853;
    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: #c09853;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #b94a48;
    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: #b94a48;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.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: 1030;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 350px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    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: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }
    .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: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    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;
    margin-top: -10px;
    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 #ffffff;
    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: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.qx-inner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qx-inner *:before,
.qx-inner *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
    display: initial;
}

img {
    vertical-align: middle;
}

.qx-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.qx-img-rounded {
    border-radius: 6px;
}

.qx-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.qx-img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.qx-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.qx-sr-only-focusable:active,
.qx-sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.qx-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .qx-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .qx-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .qx-container {
        width: 1170px;
    }
}

.qx-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.qx-row {
    margin-left: -15px;
    margin-right: -15px;
}

.qx-col-xs-1,
.qx-col-sm-1,
.qx-col-md-1,
.qx-col-lg-1,
.qx-col-xs-2,
.qx-col-sm-2,
.qx-col-md-2,
.qx-col-lg-2,
.qx-col-xs-3,
.qx-col-sm-3,
.qx-col-md-3,
.qx-col-lg-3,
.qx-col-xs-4,
.qx-col-sm-4,
.qx-col-md-4,
.qx-col-lg-4,
.qx-col-xs-5,
.qx-col-sm-5,
.qx-col-md-5,
.qx-col-lg-5,
.qx-col-xs-6,
.qx-col-sm-6,
.qx-col-md-6,
.qx-col-lg-6,
.qx-col-xs-7,
.qx-col-sm-7,
.qx-col-md-7,
.qx-col-lg-7,
.qx-col-xs-8,
.qx-col-sm-8,
.qx-col-md-8,
.qx-col-lg-8,
.qx-col-xs-9,
.qx-col-sm-9,
.qx-col-md-9,
.qx-col-lg-9,
.qx-col-xs-10,
.qx-col-sm-10,
.qx-col-md-10,
.qx-col-lg-10,
.qx-col-xs-11,
.qx-col-sm-11,
.qx-col-md-11,
.qx-col-lg-11,
.qx-col-xs-12,
.qx-col-sm-12,
.qx-col-md-12,
.qx-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.qx-col-xs-1,
.qx-col-xs-2,
.qx-col-xs-3,
.qx-col-xs-4,
.qx-col-xs-5,
.qx-col-xs-6,
.qx-col-xs-7,
.qx-col-xs-8,
.qx-col-xs-9,
.qx-col-xs-10,
.qx-col-xs-11,
.qx-col-xs-12 {
    float: left;
}

.qx-col-xs-12 {
    width: 100%;
}

.qx-col-xs-11 {
    width: 91.66666667%;
}

.qx-col-xs-10 {
    width: 83.33333333%;
}

.qx-col-xs-9 {
    width: 75%;
}

.qx-col-xs-8 {
    width: 66.66666667%;
}

.qx-col-xs-7 {
    width: 58.33333333%;
}

.qx-col-xs-6 {
    width: 50%;
}

.qx-col-xs-5 {
    width: 41.66666667%;
}

.qx-col-xs-4 {
    width: 33.33333333%;
}

.qx-col-xs-3 {
    width: 25%;
}

.qx-col-xs-2 {
    width: 16.66666667%;
}

.qx-col-xs-1 {
    width: 8.33333333%;
}

.qx-col-xs-pull-12 {
    right: 100%;
}

.qx-col-xs-pull-11 {
    right: 91.66666667%;
}

.qx-col-xs-pull-10 {
    right: 83.33333333%;
}

.qx-col-xs-pull-9 {
    right: 75%;
}

.qx-col-xs-pull-8 {
    right: 66.66666667%;
}

.qx-col-xs-pull-7 {
    right: 58.33333333%;
}

.qx-col-xs-pull-6 {
    right: 50%;
}

.qx-col-xs-pull-5 {
    right: 41.66666667%;
}

.qx-col-xs-pull-4 {
    right: 33.33333333%;
}

.qx-col-xs-pull-3 {
    right: 25%;
}

.qx-col-xs-pull-2 {
    right: 16.66666667%;
}

.qx-col-xs-pull-1 {
    right: 8.33333333%;
}

.qx-col-xs-pull-0 {
    right: auto;
}

.qx-col-xs-push-12 {
    left: 100%;
}

.qx-col-xs-push-11 {
    left: 91.66666667%;
}

.qx-col-xs-push-10 {
    left: 83.33333333%;
}

.qx-col-xs-push-9 {
    left: 75%;
}

.qx-col-xs-push-8 {
    left: 66.66666667%;
}

.qx-col-xs-push-7 {
    left: 58.33333333%;
}

.qx-col-xs-push-6 {
    left: 50%;
}

.qx-col-xs-push-5 {
    left: 41.66666667%;
}

.qx-col-xs-push-4 {
    left: 33.33333333%;
}

.qx-col-xs-push-3 {
    left: 25%;
}

.qx-col-xs-push-2 {
    left: 16.66666667%;
}

.qx-col-xs-push-1 {
    left: 8.33333333%;
}

.qx-col-xs-push-0 {
    left: auto;
}

.qx-col-xs-offset-12 {
    margin-left: 100%;
}

.qx-col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.qx-col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.qx-col-xs-offset-9 {
    margin-left: 75%;
}

.qx-col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.qx-col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.qx-col-xs-offset-6 {
    margin-left: 50%;
}

.qx-col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.qx-col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.qx-col-xs-offset-3 {
    margin-left: 25%;
}

.qx-col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.qx-col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.qx-col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .qx-col-sm-1,
    .qx-col-sm-2,
    .qx-col-sm-3,
    .qx-col-sm-4,
    .qx-col-sm-5,
    .qx-col-sm-6,
    .qx-col-sm-7,
    .qx-col-sm-8,
    .qx-col-sm-9,
    .qx-col-sm-10,
    .qx-col-sm-11,
    .qx-col-sm-12 {
        float: left;
    }
    .qx-col-sm-12 {
        width: 100%;
    }
    .qx-col-sm-11 {
        width: 91.66666667%;
    }
    .qx-col-sm-10 {
        width: 83.33333333%;
    }
    .qx-col-sm-9 {
        width: 75%;
    }
    .qx-col-sm-8 {
        width: 66.66666667%;
    }
    .qx-col-sm-7 {
        width: 58.33333333%;
    }
    .qx-col-sm-6 {
        width: 50%;
    }
    .qx-col-sm-5 {
        width: 41.66666667%;
    }
    .qx-col-sm-4 {
        width: 33.33333333%;
    }
    .qx-col-sm-3 {
        width: 25%;
    }
    .qx-col-sm-2 {
        width: 16.66666667%;
    }
    .qx-col-sm-1 {
        width: 8.33333333%;
    }
    .qx-col-sm-pull-12 {
        right: 100%;
    }
    .qx-col-sm-pull-11 {
        right: 91.66666667%;
    }
    .qx-col-sm-pull-10 {
        right: 83.33333333%;
    }
    .qx-col-sm-pull-9 {
        right: 75%;
    }
    .qx-col-sm-pull-8 {
        right: 66.66666667%;
    }
    .qx-col-sm-pull-7 {
        right: 58.33333333%;
    }
    .qx-col-sm-pull-6 {
        right: 50%;
    }
    .qx-col-sm-pull-5 {
        right: 41.66666667%;
    }
    .qx-col-sm-pull-4 {
        right: 33.33333333%;
    }
    .qx-col-sm-pull-3 {
        right: 25%;
    }
    .qx-col-sm-pull-2 {
        right: 16.66666667%;
    }
    .qx-col-sm-pull-1 {
        right: 8.33333333%;
    }
    .qx-col-sm-pull-0 {
        right: auto;
    }
    .qx-col-sm-push-12 {
        left: 100%;
    }
    .qx-col-sm-push-11 {
        left: 91.66666667%;
    }
    .qx-col-sm-push-10 {
        left: 83.33333333%;
    }
    .qx-col-sm-push-9 {
        left: 75%;
    }
    .qx-col-sm-push-8 {
        left: 66.66666667%;
    }
    .qx-col-sm-push-7 {
        left: 58.33333333%;
    }
    .qx-col-sm-push-6 {
        left: 50%;
    }
    .qx-col-sm-push-5 {
        left: 41.66666667%;
    }
    .qx-col-sm-push-4 {
        left: 33.33333333%;
    }
    .qx-col-sm-push-3 {
        left: 25%;
    }
    .qx-col-sm-push-2 {
        left: 16.66666667%;
    }
    .qx-col-sm-push-1 {
        left: 8.33333333%;
    }
    .qx-col-sm-push-0 {
        left: auto;
    }
    .qx-col-sm-offset-12 {
        margin-left: 100%;
    }
    .qx-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .qx-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .qx-col-sm-offset-9 {
        margin-left: 75%;
    }
    .qx-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .qx-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .qx-col-sm-offset-6 {
        margin-left: 50%;
    }
    .qx-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .qx-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .qx-col-sm-offset-3 {
        margin-left: 25%;
    }
    .qx-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .qx-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .qx-col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .qx-col-md-1,
    .qx-col-md-2,
    .qx-col-md-3,
    .qx-col-md-4,
    .qx-col-md-5,
    .qx-col-md-6,
    .qx-col-md-7,
    .qx-col-md-8,
    .qx-col-md-9,
    .qx-col-md-10,
    .qx-col-md-11,
    .qx-col-md-12 {
        float: left;
    }
    .qx-col-md-12 {
        width: 100%;
    }
    .qx-col-md-11 {
        width: 91.66666667%;
    }
    .qx-col-md-10 {
        width: 83.33333333%;
    }
    .qx-col-md-9 {
        width: 75%;
    }
    .qx-col-md-8 {
        width: 66.66666667%;
    }
    .qx-col-md-7 {
        width: 58.33333333%;
    }
    .qx-col-md-6 {
        width: 50%;
    }
    .qx-col-md-5 {
        width: 41.66666667%;
    }
    .qx-col-md-4 {
        width: 33.33333333%;
    }
    .qx-col-md-3 {
        width: 25%;
    }
    .qx-col-md-2 {
        width: 16.66666667%;
    }
    .qx-col-md-1 {
        width: 8.33333333%;
    }
    .qx-col-md-pull-12 {
        right: 100%;
    }
    .qx-col-md-pull-11 {
        right: 91.66666667%;
    }
    .qx-col-md-pull-10 {
        right: 83.33333333%;
    }
    .qx-col-md-pull-9 {
        right: 75%;
    }
    .qx-col-md-pull-8 {
        right: 66.66666667%;
    }
    .qx-col-md-pull-7 {
        right: 58.33333333%;
    }
    .qx-col-md-pull-6 {
        right: 50%;
    }
    .qx-col-md-pull-5 {
        right: 41.66666667%;
    }
    .qx-col-md-pull-4 {
        right: 33.33333333%;
    }
    .qx-col-md-pull-3 {
        right: 25%;
    }
    .qx-col-md-pull-2 {
        right: 16.66666667%;
    }
    .qx-col-md-pull-1 {
        right: 8.33333333%;
    }
    .qx-col-md-pull-0 {
        right: auto;
    }
    .qx-col-md-push-12 {
        left: 100%;
    }
    .qx-col-md-push-11 {
        left: 91.66666667%;
    }
    .qx-col-md-push-10 {
        left: 83.33333333%;
    }
    .qx-col-md-push-9 {
        left: 75%;
    }
    .qx-col-md-push-8 {
        left: 66.66666667%;
    }
    .qx-col-md-push-7 {
        left: 58.33333333%;
    }
    .qx-col-md-push-6 {
        left: 50%;
    }
    .qx-col-md-push-5 {
        left: 41.66666667%;
    }
    .qx-col-md-push-4 {
        left: 33.33333333%;
    }
    .qx-col-md-push-3 {
        left: 25%;
    }
    .qx-col-md-push-2 {
        left: 16.66666667%;
    }
    .qx-col-md-push-1 {
        left: 8.33333333%;
    }
    .qx-col-md-push-0 {
        left: auto;
    }
    .qx-col-md-offset-12 {
        margin-left: 100%;
    }
    .qx-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .qx-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .qx-col-md-offset-9 {
        margin-left: 75%;
    }
    .qx-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .qx-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .qx-col-md-offset-6 {
        margin-left: 50%;
    }
    .qx-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .qx-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .qx-col-md-offset-3 {
        margin-left: 25%;
    }
    .qx-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .qx-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .qx-col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .qx-col-lg-1,
    .qx-col-lg-2,
    .qx-col-lg-3,
    .qx-col-lg-4,
    .qx-col-lg-5,
    .qx-col-lg-6,
    .qx-col-lg-7,
    .qx-col-lg-8,
    .qx-col-lg-9,
    .qx-col-lg-10,
    .qx-col-lg-11,
    .qx-col-lg-12 {
        float: left;
    }
    .qx-col-lg-12 {
        width: 100%;
    }
    .qx-col-lg-11 {
        width: 91.66666667%;
    }
    .qx-col-lg-10 {
        width: 83.33333333%;
    }
    .qx-col-lg-9 {
        width: 75%;
    }
    .qx-col-lg-8 {
        width: 66.66666667%;
    }
    .qx-col-lg-7 {
        width: 58.33333333%;
    }
    .qx-col-lg-6 {
        width: 50%;
    }
    .qx-col-lg-5 {
        width: 41.66666667%;
    }
    .qx-col-lg-4 {
        width: 33.33333333%;
    }
    .qx-col-lg-3 {
        width: 25%;
    }
    .qx-col-lg-2 {
        width: 16.66666667%;
    }
    .qx-col-lg-1 {
        width: 8.33333333%;
    }
    .qx-col-lg-pull-12 {
        right: 100%;
    }
    .qx-col-lg-pull-11 {
        right: 91.66666667%;
    }
    .qx-col-lg-pull-10 {
        right: 83.33333333%;
    }
    .qx-col-lg-pull-9 {
        right: 75%;
    }
    .qx-col-lg-pull-8 {
        right: 66.66666667%;
    }
    .qx-col-lg-pull-7 {
        right: 58.33333333%;
    }
    .qx-col-lg-pull-6 {
        right: 50%;
    }
    .qx-col-lg-pull-5 {
        right: 41.66666667%;
    }
    .qx-col-lg-pull-4 {
        right: 33.33333333%;
    }
    .qx-col-lg-pull-3 {
        right: 25%;
    }
    .qx-col-lg-pull-2 {
        right: 16.66666667%;
    }
    .qx-col-lg-pull-1 {
        right: 8.33333333%;
    }
    .qx-col-lg-pull-0 {
        right: auto;
    }
    .qx-col-lg-push-12 {
        left: 100%;
    }
    .qx-col-lg-push-11 {
        left: 91.66666667%;
    }
    .qx-col-lg-push-10 {
        left: 83.33333333%;
    }
    .qx-col-lg-push-9 {
        left: 75%;
    }
    .qx-col-lg-push-8 {
        left: 66.66666667%;
    }
    .qx-col-lg-push-7 {
        left: 58.33333333%;
    }
    .qx-col-lg-push-6 {
        left: 50%;
    }
    .qx-col-lg-push-5 {
        left: 41.66666667%;
    }
    .qx-col-lg-push-4 {
        left: 33.33333333%;
    }
    .qx-col-lg-push-3 {
        left: 25%;
    }
    .qx-col-lg-push-2 {
        left: 16.66666667%;
    }
    .qx-col-lg-push-1 {
        left: 8.33333333%;
    }
    .qx-col-lg-push-0 {
        left: auto;
    }
    .qx-col-lg-offset-12 {
        margin-left: 100%;
    }
    .qx-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .qx-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .qx-col-lg-offset-9 {
        margin-left: 75%;
    }
    .qx-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .qx-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .qx-col-lg-offset-6 {
        margin-left: 50%;
    }
    .qx-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .qx-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .qx-col-lg-offset-3 {
        margin-left: 25%;
    }
    .qx-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .qx-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .qx-col-lg-offset-0 {
        margin-left: 0%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.qx-h1,
.qx-h2,
.qx-h3,
.qx-h4,
.qx-h5,
.qx-h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.qx-h1 small,
.qx-h2 small,
.qx-h3 small,
.qx-h4 small,
.qx-h5 small,
.qx-h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.qx-h1 .qx-small,
.qx-h2 .qx-small,
.qx-h3 .qx-small,
.qx-h4 .qx-small,
.qx-h5 .qx-small,
.qx-h6 .qx-small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.qx-h1,
h2,
.qx-h2,
h3,
.qx-h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.qx-h1 small,
h2 small,
.qx-h2 small,
h3 small,
.qx-h3 small,
h1 .small,
.qx-h1 .qx-small,
h2 .small,
.qx-h2 .qx-small,
h3 .small,
.qx-h3 .qx-small {
    font-size: 65%;
}

h4,
.qx-h4,
h5,
.qx-h5,
h6,
.qx-h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.qx-h4 small,
h5 small,
.qx-h5 small,
h6 small,
.qx-h6 small,
h4 .small,
.qx-h4 .qx-small,
h5 .small,
.qx-h5 .qx-small,
h6 .small,
.qx-h6 .qx-small {
    font-size: 75%;
}

h1,
.qx-h1 {
    font-size: 36px;
}

h2,
.qx-h2 {
    font-size: 30px;
}

h3,
.qx-h3 {
    font-size: 24px;
}

h4,
.qx-h4 {
    font-size: 18px;
}

h5,
.qx-h5 {
    font-size: 14px;
}

h6,
.qx-h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.qx-lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .qx-lead {
        font-size: 21px;
    }
}

small,
.qx-small {
    font-size: 85%;
}

mark,
.qx-mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.qx-text-left {
    text-align: left;
}

.qx-text-right {
    text-align: right;
}

.qx-text-center {
    text-align: center;
}

.qx-text-justify {
    text-align: justify;
}

.qx-text-nowrap {
    white-space: nowrap;
}

.qx-text-lowercase {
    text-transform: lowercase;
}

.qx-text-uppercase {
    text-transform: uppercase;
}

.qx-text-capitalize {
    text-transform: capitalize;
}

.qx-text-muted {
    color: #777777;
}

.qx-text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.qx-text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.qx-text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.qx-text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.qx-text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.qx-bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.qx-bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.qx-bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.qx-bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.qx-bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.qx-page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.qx-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.qx-list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.qx-list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .qx-dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .qx-dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.qx-initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.qx-blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.qx-blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.qx-blockquote-reverse small:before,
blockquote.pull-right small:before,
.qx-blockquote-reverse .qx-small:before,
blockquote.pull-right .small:before {
    content: '';
}

.qx-blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.qx-blockquote-reverse small:after,
blockquote.pull-right small:after,
.qx-blockquote-reverse .qx-small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.qx-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qx-btn:focus,
.qx-btn:active:focus,
.qx-btn.qx-active:focus,
.qx-btn.qx-focus,
.qx-btn:active.qx-focus,
.qx-btn.qx-active.qx-focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.qx-btn:hover,
.qx-btn:focus,
.qx-btn.qx-focus {
    color: #333;
    text-decoration: none;
}

.qx-btn:active,
.qx-btn.qx-active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.qx-btn.qx-disabled,
.qx-btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.qx-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.qx-btn-default:focus,
.qx-btn-default.qx-focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.qx-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.qx-btn-default:active,
.qx-btn-default.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.qx-btn-default:active:hover,
.qx-btn-default.qx-active:hover,
.qx-open>.qx-dropdown-toggle.qx-btn-default:hover,
.qx-btn-default:active:focus,
.qx-btn-default.qx-active:focus,
.qx-open>.qx-dropdown-toggle.qx-btn-default:focus,
.qx-btn-default:active.qx-focus,
.qx-btn-default.qx-active.qx-focus,
.qx-open>.qx-dropdown-toggle.qx-btn-default.qx-focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.qx-btn-default:active,
.qx-btn-default.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-default {
    background-image: none;
}

.qx-btn-default.qx-disabled:hover,
.qx-btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.qx-btn-default.qx-disabled:focus,
.qx-btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.qx-btn-default.qx-disabled.qx-focus,
.qx-btn-default[disabled].qx-focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.qx-btn-default .qx-badge {
    color: #fff;
    background-color: #333;
}

.qx-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.qx-btn-primary:focus,
.qx-btn-primary.qx-focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.qx-btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.qx-btn-primary:active,
.qx-btn-primary.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.qx-btn-primary:active:hover,
.qx-btn-primary.qx-active:hover,
.qx-open>.qx-dropdown-toggle.qx-btn-primary:hover,
.qx-btn-primary:active:focus,
.qx-btn-primary.qx-active:focus,
.qx-open>.qx-dropdown-toggle.qx-btn-primary:focus,
.qx-btn-primary:active.qx-focus,
.qx-btn-primary.qx-active.qx-focus,
.qx-open>.qx-dropdown-toggle.qx-btn-primary.qx-focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.qx-btn-primary:active,
.qx-btn-primary.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-primary {
    background-image: none;
}

.qx-btn-primary.qx-disabled:hover,
.qx-btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.qx-btn-primary.qx-disabled:focus,
.qx-btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.qx-btn-primary.qx-disabled.qx-focus,
.qx-btn-primary[disabled].qx-focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.qx-btn-primary .qx-badge {
    color: #337ab7;
    background-color: #fff;
}

.qx-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.qx-btn-success:focus,
.qx-btn-success.qx-focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.qx-btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.qx-btn-success:active,
.qx-btn-success.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.qx-btn-success:active:hover,
.qx-btn-success.qx-active:hover,
.qx-open>.qx-dropdown-toggle.qx-btn-success:hover,
.qx-btn-success:active:focus,
.qx-btn-success.qx-active:focus,
.qx-open>.qx-dropdown-toggle.qx-btn-success:focus,
.qx-btn-success:active.qx-focus,
.qx-btn-success.qx-active.qx-focus,
.qx-open>.qx-dropdown-toggle.qx-btn-success.qx-focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.qx-btn-success:active,
.qx-btn-success.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-success {
    background-image: none;
}

.qx-btn-success.qx-disabled:hover,
.qx-btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.qx-btn-success.qx-disabled:focus,
.qx-btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.qx-btn-success.qx-disabled.qx-focus,
.qx-btn-success[disabled].qx-focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.qx-btn-success .qx-badge {
    color: #5cb85c;
    background-color: #fff;
}

.qx-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.qx-btn-info:focus,
.qx-btn-info.qx-focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.qx-btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.qx-btn-info:active,
.qx-btn-info.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.qx-btn-info:active:hover,
.qx-btn-info.qx-active:hover,
.qx-open>.qx-dropdown-toggle.qx-btn-info:hover,
.qx-btn-info:active:focus,
.qx-btn-info.qx-active:focus,
.qx-open>.qx-dropdown-toggle.qx-btn-info:focus,
.qx-btn-info:active.qx-focus,
.qx-btn-info.qx-active.qx-focus,
.qx-open>.qx-dropdown-toggle.qx-btn-info.qx-focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.qx-btn-info:active,
.qx-btn-info.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-info {
    background-image: none;
}

.qx-btn-info.qx-disabled:hover,
.qx-btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.qx-btn-info.qx-disabled:focus,
.qx-btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.qx-btn-info.qx-disabled.qx-focus,
.qx-btn-info[disabled].qx-focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.qx-btn-info .qx-badge {
    color: #5bc0de;
    background-color: #fff;
}

.qx-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.qx-btn-warning:focus,
.qx-btn-warning.qx-focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.qx-btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.qx-btn-warning:active,
.qx-btn-warning.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.qx-btn-warning:active:hover,
.qx-btn-warning.qx-active:hover,
.qx-open>.qx-dropdown-toggle.qx-btn-warning:hover,
.qx-btn-warning:active:focus,
.qx-btn-warning.qx-active:focus,
.qx-open>.qx-dropdown-toggle.qx-btn-warning:focus,
.qx-btn-warning:active.qx-focus,
.qx-btn-warning.qx-active.qx-focus,
.qx-open>.qx-dropdown-toggle.qx-btn-warning.qx-focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.qx-btn-warning:active,
.qx-btn-warning.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-warning {
    background-image: none;
}

.qx-btn-warning.qx-disabled:hover,
.qx-btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.qx-btn-warning.qx-disabled:focus,
.qx-btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.qx-btn-warning.qx-disabled.qx-focus,
.qx-btn-warning[disabled].qx-focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.qx-btn-warning .qx-badge {
    color: #f0ad4e;
    background-color: #fff;
}

.qx-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.qx-btn-danger:focus,
.qx-btn-danger.qx-focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.qx-btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.qx-btn-danger:active,
.qx-btn-danger.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.qx-btn-danger:active:hover,
.qx-btn-danger.qx-active:hover,
.qx-open>.qx-dropdown-toggle.qx-btn-danger:hover,
.qx-btn-danger:active:focus,
.qx-btn-danger.qx-active:focus,
.qx-open>.qx-dropdown-toggle.qx-btn-danger:focus,
.qx-btn-danger:active.qx-focus,
.qx-btn-danger.qx-active.qx-focus,
.qx-open>.qx-dropdown-toggle.qx-btn-danger.qx-focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.qx-btn-danger:active,
.qx-btn-danger.qx-active,
.qx-open>.qx-dropdown-toggle.qx-btn-danger {
    background-image: none;
}

.qx-btn-danger.qx-disabled:hover,
.qx-btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.qx-btn-danger.qx-disabled:focus,
.qx-btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.qx-btn-danger.qx-disabled.qx-focus,
.qx-btn-danger[disabled].qx-focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.qx-btn-danger .qx-badge {
    color: #d9534f;
    background-color: #fff;
}

.qx-btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.qx-btn-link,
.qx-btn-link:active,
.qx-btn-link.qx-active,
.qx-btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.qx-btn-link,
.qx-btn-link:hover,
.qx-btn-link:focus,
.qx-btn-link:active {
    border-color: transparent;
}

.qx-btn-link:hover,
.qx-btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.qx-btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.qx-btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.qx-btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.qx-btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.qx-btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.qx-btn-block {
    display: block;
    width: 100%;
}

.qx-btn-block+.qx-btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.qx-media {
    margin-top: 15px;
}

.qx-media:first-child {
    margin-top: 0;
}

.qx-media,
.qx-media-body {
    zoom: 1;
    overflow: hidden;
}

.qx-media-body {
    width: 10000px;
}

.qx-media-object {
    display: block;
}

.qx-media-object.qx-img-thumbnail {
    max-width: none;
}

.qx-media-right,
.qx-media>.qx-pull-right {
    padding-left: 10px;
}

.qx-media-left,
.qx-media>.qx-pull-left {
    padding-right: 10px;
}

.qx-media-left,
.qx-media-right,
.qx-media-body {
    display: table-cell;
    vertical-align: top;
}

.qx-media-middle {
    vertical-align: middle;
}

.qx-media-bottom {
    vertical-align: bottom;
}

.qx-media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.qx-media-list {
    padding-left: 0;
    list-style: none;
}

@-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;
    }
}

.qx-progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.qx-progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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;
}

.qx-progress-striped .qx-progress-bar,
.qx-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;
}

.qx-progress.qx-active .qx-progress-bar,
.qx-progress-bar.qx-active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.qx-progress-bar-success {
    background-color: #5cb85c;
}

.qx-progress-striped .qx-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);
}

.qx-progress-bar-info {
    background-color: #5bc0de;
}

.qx-progress-striped .qx-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);
}

.qx-progress-bar-warning {
    background-color: #f0ad4e;
}

.qx-progress-striped .qx-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);
}

.qx-progress-bar-danger {
    background-color: #d9534f;
}

.qx-progress-striped .qx-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);
}

.qx-clearfix:before,
.qx-clearfix:after,
.qx-container:before,
.qx-container:after,
.qx-container-fluid:before,
.qx-container-fluid:after,
.qx-row:before,
.qx-row:after,
.qx-dl-horizontal dd:before,
.qx-dl-horizontal dd:after {
    content: " ";
    display: table;
}

.qx-clearfix:after,
.qx-container:after,
.qx-container-fluid:after,
.qx-row:after,
.qx-dl-horizontal dd:after {
    clear: both;
}

.qx-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.qx-pull-right {
    float: right !important;
}

.qx-pull-left {
    float: left !important;
}

.qx-hide {
    display: none !important;
}

.qx-show {
    display: block !important;
}

.qx-invisible {
    visibility: hidden;
}

.qx-text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.qx-hidden {
    display: none !important;
}

.qx-affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.qx-visible-xs,
.qx-visible-sm,
.qx-visible-md,
.qx-visible-lg {
    display: none !important;
}

.qx-visible-xs-block,
.qx-visible-xs-inline,
.qx-visible-xs-inline-block,
.qx-visible-sm-block,
.qx-visible-sm-inline,
.qx-visible-sm-inline-block,
.qx-visible-md-block,
.qx-visible-md-inline,
.qx-visible-md-inline-block,
.qx-visible-lg-block,
.qx-visible-lg-inline,
.qx-visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .qx-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) {
    .qx-visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .qx-visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .qx-visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qx-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) {
    .qx-visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qx-visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qx-visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qx-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) {
    .qx-visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qx-visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qx-visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .qx-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) {
    .qx-visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .qx-visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .qx-visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .qx-hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qx-hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qx-hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .qx-hidden-lg {
        display: none !important;
    }
}

.qx-visible-print {
    display: none !important;
}

@media print {
    .qx-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;
    }
}

.qx-visible-print-block {
    display: none !important;
}

@media print {
    .qx-visible-print-block {
        display: block !important;
    }
}

.qx-visible-print-inline {
    display: none !important;
}

@media print {
    .qx-visible-print-inline {
        display: inline !important;
    }
}

.qx-visible-print-inline-block {
    display: none !important;
}

@media print {
    .qx-visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .qx-hidden-print {
        display: none !important;
    }
}

.qx-fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.qx-fade.qx-in {
    opacity: 1;
}

.qx-collapse {
    display: none;
}

.qx-collapse.qx-in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.qx-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.dropdown-header {
    padding: 3px 20px;
    font-size: 14px;
}

.dropdown-header a {
    color: #999999;
}

.dropdown-submenu>a:after {
    border-left-color: #333333;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #262626;
}

.nav>li>.separator {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .nav>li>.separator {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .nav>li>span {
        padding: 10px 15px;
        display: inline-block;
    }
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.t3-navhelper {
    background: #f5f5f5;
    border-top: 1px solid #eeeeee;
    color: #555555;
    padding: 5px 0;
}

.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #999999;
}

.breadcrumb>.active+li:before {
    content: "";
    padding: 0;
}

.breadcrumb>.active .hasTooltip {
    padding-right: 10px;
}

.breadcrumb .divider {
    display: none;
}

.pagination:before,
.pagination:after {
    content: " ";
    display: table;
}

.pagination:after {
    clear: both;
}

.counter {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .counter {
        float: right;
    }
}

.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
    content: " ";
    display: table;
}

.t3-megamenu .mega-inner:after {
    clear: both;
}

.t3-megamenu .mega>.mega-dropdown-menu {
    min-width: 200px;
    display: none;
}

.t3-megamenu .mega.open>.mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open>.mega-dropdown-menu {
    display: block;
}

.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
    content: " ";
    display: table;
}

.t3-megamenu .mega-group:after {
    clear: both;
}

.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header {
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: normal;
}

.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:focus {
    background: inherit;
    color: inherit;
}

.t3-megamenu .mega-group-ct {
    margin: 0;
    padding: 0;
}

.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
    content: " ";
    display: table;
}

.t3-megamenu .mega-group-ct:after {
    clear: both;
}

.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t3-megamenu .mega-nav>li,
.t3-megamenu .dropdown-menu .mega-nav>li {
    list-style: none;
    margin-left: 0;
}

.t3-megamenu .mega-nav>li a,
.t3-megamenu .dropdown-menu .mega-nav>li a {
    white-space: normal;
    display: block;
    padding: 5px;
}

.t3-megamenu .mega-nav>li a:hover,
.t3-megamenu .dropdown-menu .mega-nav>li a:hover,
.t3-megamenu .mega-nav>li a:focus,
.t3-megamenu .dropdown-menu .mega-nav>li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.t3-megamenu .mega-nav>li .separator {
    display: block;
    padding: 5px;
}

.t3-megamenu .mega-group>.mega-nav,
.t3-megamenu .dropdown-menu .mega-group>.mega-nav {
    margin-left: -5px;
    margin-right: -5px;
}

.t3-megamenu .mega-nav .dropdown-submenu>a::after {
    margin-right: 5px;
}

.t3-megamenu .t3-module {
    margin-bottom: 10px;
}

.t3-megamenu .t3-module .module-title {
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
}

.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
    background: inherit;
    color: inherit;
}

.t3-megamenu .t3-module .module-ct {
    margin: 0;
    padding: 0;
}

.t3-megamenu .mega-caption {
    display: block;
    white-space: nowrap;
}

.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
    display: none;
}

.t3-megamenu .nav>.dropdown>.dropdown-toggle .caret {
    display: inline-block;
}

.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
    margin-right: 5px;
}

.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
    margin-right: 0;
}

.t3-megamenu .mega-align-left>.dropdown-menu {
    left: 0;
}

.t3-megamenu .mega-align-right>.dropdown-menu {
    left: auto;
    right: 0;
}

.t3-megamenu .mega-align-center>.dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.t3-megamenu .dropdown-submenu.mega-align-left>.dropdown-menu {
    left: 100%;
}

.t3-megamenu .dropdown-submenu.mega-align-right>.dropdown-menu {
    left: auto;
    right: 100%;
}

.t3-megamenu .mega-align-justify {
    position: static;
}

.t3-megamenu .mega-align-justify>.dropdown-menu {
    left: 0;
    margin-left: 0;
    top: auto;
}

.t3-megamenu .mega-tab>div {
    position: relative;
}

.t3-megamenu .mega-tab>div>ul {
    width: 200px;
}

.t3-megamenu .mega-tab>div>ul>li {
    position: static;
}

.t3-megamenu .mega-tab>div>ul>li>.dropdown-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
}

.t3-megamenu .mega-tab>div>ul>li>.mega-dropdown-menu {
    border: none;
    box-shadow: none;
}

.t3-megamenu .mega-tab>div>ul>li>.mega-dropdown-menu>div {
    opacity: 1 !important;
    margin-left: 0 !important;
    transition: none !important;
}

@media (min-width: 1200px) {
    .t3-megamenu.animate .mega>.mega-dropdown-menu {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
    }
    .t3-megamenu.animate .mega.animating>.mega-dropdown-menu {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        display: block;
    }
    .t3-megamenu.animate .mega.open>.mega-dropdown-menu,
    .t3-megamenu.animate .mega.animating.open>.mega-dropdown-menu {
        opacity: 1;
    }
    .t3-megamenu.animate.zoom .mega>.mega-dropdown-menu {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transform-origin: 20% 20%;
        -moz-transform-origin: 20% 20%;
        -ms-transform-origin: 20% 20%; 
        transform-origin: 20% 20%;
    }
    .t3-megamenu.animate.zoom .mega.open>.mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .t3-megamenu.animate.zoom .level0>.mega-align-center>.mega-dropdown-menu {
        -webkit-transform: scale(0, 0) translate(-50%, 0);
        -ms-transform: scale(0, 0) translate(-50%, 0);
        transform: scale(0, 0) translate(-50%, 0);
        -webkit-transform-origin: 0% 20%;
        -moz-transform-origin: 0% 20%;
        -ms-transform-origin: 0% 20%;
        transform-origin: 0% 20%; 
    }
    .t3-megamenu.animate.zoom .level0>.mega-align-center.open>.mega-dropdown-menu {
        -webkit-transform: scale(1, 1) translate(-50%, 0);
        -ms-transform: scale(1, 1) translate(-50%, 0);
        transform: scale(1, 1) translate(-50%, 0);
    }
    .t3-megamenu.animate.elastic .mega>.mega-dropdown-menu {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 10% 0;
        -moz-transform-origin: 10% 0;
        -ms-transform-origin: 10% 0;
        transform-origin: 10% 0;
    }
    .t3-megamenu.animate.elastic .mega.open>.mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .t3-megamenu.animate.elastic .level0>.mega>.mega-dropdown-menu {
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    .t3-megamenu.animate.elastic .level0 .open>.mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .t3-megamenu.animate.elastic .level0>.mega-align-center>.mega-dropdown-menu {
        transform: scale(1, 0) translate(-50%, 0);
        -webkit-transform: scale(1, 0) translate(-50%, 0);
        -ms-transform: scale(1, 0) translate(-50%, 0);
    }
    .t3-megamenu.animate.elastic .level0>.mega-align-center.open>.mega-dropdown-menu {
        transform: scale(1, 1) translate(-50%, 0);
        -webkit-transform: scale(1, 1) translate(-50%, 0);
        -ms-transform: scale(1, 1) translate(-50%, 0);
    }
    .t3-megamenu.animate.slide .mega {}
    .t3-megamenu.animate.slide .mega.animating>.mega-dropdown-menu {
        overflow: hidden;
    }
    .t3-megamenu.animate.slide .mega>.mega-dropdown-menu>div {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-top: -30%;
    }
    .t3-megamenu.animate.slide .mega.open>.mega-dropdown-menu>div {
        margin-top: 0%;
    }
    .t3-megamenu.animate.slide .mega .mega>.mega-dropdown-menu {
        min-width: 0;
    }
    .t3-megamenu.animate.slide .mega .mega>.mega-dropdown-menu>div {
        min-width: 200px;
        margin-top: 0;
        margin-left: -500px;
        width: 100%;
    }
    .t3-megamenu.animate.slide .mega .mega.open>.mega-dropdown-menu>div {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .t3-megamenu .mega-inner:before,
    .t3-megamenu .mega-inner:after {
        content: " ";
        display: table;
    }
    .t3-megamenu .mega-inner:after {
        clear: both;
    }
    .t3-megamenu .row,
    .t3-megamenu .mega-dropdown-menu,
    .t3-megamenu .row [class*="col-lg-"],
    .t3-megamenu .row [class*="col-md-"],
    .t3-megamenu .row [class*="col-sm-"],
    .t3-megamenu .row [class*="col-xs-"] {
        width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .t3-megamenu .hidden-collapse,
    .t3-megamenu .always-show .caret,
    .t3-megamenu .always-show .dropdown-submenu>a:after .sub-hidden-collapse>.nav-child,
    .t3-megamenu .sub-hidden-collapse .caret,
    .t3-megamenu .sub-hidden-collapse>a:after {
        display: none !important;
    }
    .mega-caption {
        display: none !important;
    }
    html[dir="rtl"] .t3-megamenu .row,
    html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
    html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
    html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
    html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
    html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
        left: auto;
        right: 0 !important;
        margin-right: 0 !important;
    }
}

.off-canvas-toggle {
    z-index: 100;
}

html,
body {
    height: 100%;
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.t3-wrapper {
    background: #ffffff;
    position: relative;
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: visible;
}

.t3-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 100;
}

.t3-mainnav-android {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.off-canvas-open .t3-wrapper::after {
    width: 100%;
    height: 10000px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.off-canvas-open .t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.t3-off-canvas {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 310px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.t3-off-canvas::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.off-canvas-right.t3-off-canvas {
    display: none;
}

.off-canvas-right .off-canvas-right.t3-off-canvas {
    display: block;
}

html[dir="ltr"] .off-canvas-right.t3-off-canvas {
    left: auto;
    right: 0;
}

.off-canvas-open .t3-off-canvas::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.off-canvas-open .off-canvas-current {
    visibility: visible;
}

.off-canvas-open .t3-off-canvas {
    overflow-y: auto;
}

.t3-off-canvas {
    background: #ffffff;
    color: #ffffff;
}

.t3-off-canvas .t3-off-canvas-header {
    background: #eeeeee;
    color: #ffffff;
    padding: 6px 12px;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    margin: 0;
}

.t3-off-canvas .t3-off-canvas-body {
    padding: 6px 12px;
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #428bca;
}

.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
    color: #2a6496;
}

.t3-off-canvas .t3-off-canvas-body a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    position: static;
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-1.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.off-canvas-effect-2.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-2.t3-off-canvas {
    z-index: 1;
}

.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.off-canvas-effect-2.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.off-canvas-effect-3.t3-off-canvas::after {
    display: none;
}

body.off-canvas-open {
    right: 310px;
}

.header-innerwrap {
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}

#t3-off-canvas {
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    display: block !important;
}

.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-4.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-4.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.off-canvas-effect-5.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-5.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

body.off-canvas-effect-6 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.off-canvas-effect-6 .t3-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
    overflow: hidden;
}

.off-canvas-effect-6.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0) rotateY(-15deg);
    transform: translate3d(310px, 0, 0) rotateY(-15deg);
}

.off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-6.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0) rotateY(15deg);
    transform: translate3d(-310px, 0, 0) rotateY(15deg);
}

.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

body.off-canvas-effect-7 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.off-canvas-effect-7 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-7.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

body.off-canvas-effect-7.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg);
}

body.off-canvas-effect-8 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.off-canvas-effect-8 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-8.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.off-canvas-effect-8.t3-off-canvas::after {
    display: none;
}

body.off-canvas-effect-8.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
    transform: translate3d(100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg);
}

body.off-canvas-effect-9 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.off-canvas-effect-9 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-9.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(0, 0, -310px);
    transform: translate3d(0, 0, -310px);
}

.off-canvas-effect-9.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-9.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

body.off-canvas-effect-10 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.off-canvas-effect-10.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-10.t3-off-canvas {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, -310px);
    transform: translate3d(0, 0, -310px);
}

.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body.off-canvas-effect-10.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

body.off-canvas-effect-11 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.off-canvas-effect-11 .t3-wrapper {
    height: auto;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-11.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.off-canvas-effect-11.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-11.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
    transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}

.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

body.off-canvas-effect-12 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.off-canvas-effect-12 .t3-wrapper {
    height: auto;
    overflow: hidden;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-12.off-canvas-open .t3-wrapper {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
}

.off-canvas-effect-12.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-12.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
    -webkit-transform: rotateY(10deg);
    transform: rotateY(10deg);
}

.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

body.off-canvas-effect-13 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.off-canvas-effect-13.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-13.t3-off-canvas {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
}

body.off-canvas-effect-13.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

body.off-canvas-effect-14 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.off-canvas-effect-14 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-14.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(310px, 0, 0);
    transform: translate3d(310px, 0, 0);
}

.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

body.off-canvas-effect-14.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
}

.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
    transform: translate3d(100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg);
}

.old-ie .t3-off-canvas {
    z-index: 100 !important;
    left: -310px;
}

html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
    right: -310px;
    left: auto;
}

.modal-open .t3-wrapper {
    position: static;
}

.off-canvas-toggle {
    border-radius: 0;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.off-canvas-toggle:focus {
    outline: none;
}

.t3-off-canvas {
    background: #ffffff;
    color: #ffffff;
}

.t3-off-canvas .t3-off-canvas-header {
    background: #eeeeee;
    color: #ffffff;
    padding: 0 0 0 12px;
    height: 35px;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    margin: 0;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.t3-off-canvas .close {
    margin: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #bbbbbb;
    position: absolute;
    top: 0;
    right: 0;
}

.t3-off-canvas .t3-off-canvas-body {
    padding: 24px 12px;
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #428bca;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
    color: #2a6496;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-body a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu .active a {
    background: transparent;
}

.t3-off-canvas .t3-off-canvas-body .t3-module {
    margin-bottom: 20px;
}

.t3-off-canvas .t3-off-canvas-body .module-title {
    margin-bottom: 10px;
}

/* ---------- */

/* ---------- GENERAL ---------- */

/* ---------- */

body {
    overflow-x: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    font-size: 100%;
}

.off-canvas-overlay {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 9999;
    border: 0px solid #FFF;
    visibility: hidden;
}

.t3-debug {
    display: none;
}

.off-canvas .off-canvas-overlay {}

.off-canvas-overlay {}

.category-desc {
    color: #e74682;
}

.home.itemid-120 .t3-wrapper,
.home.itemid-121 .t3-wrapper,
.home.itemid-101 .Landing .t3-wrapper {
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
}

.t3-wrapper {
    padding-top: 110px;
}

.wrapper-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*
    background-image: url(/images/system/C&B_Background_V1.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: -2;
    opacity: 0.4;
*/
}

.main-wrap {
    position: absolute;
    right: 0px;
    width: 100%;
}

.home.itemid-120 .t3-mainbody,
.home.itemid-121 .t3-mainbody,
.home.itemid-101 .Landing .t3-mainbody {
    display: none;
    visibility: hidden;
}

.t3-mainbody {
    position: relative;
    padding-top: 45px;
}

p.sponsored_by {
    padding: 0 0 0 20px;
}

p.sponsored_by span {
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.cpnb-modal {
    color: #000;
}

/* ---------- SHOW COLORS ---------- */

/* LONDON ---------- */

/* Main ---------- */

.London .topbar-bg,
.London header .t3-megamenu .mega>.mega-dropdown-menu .mega-dropdown-inner,
.London .home-block-1 {
    background-color: #f05065;
}

.London .topbar .head-booktickets a,
.London .full-header .page-header h1,
.London #t3-content .page-header h2,
body.London #userForm>h2,
.result-category .London,
.London .title-divider {
    color: #f05065;
}

/* Secondary ---------- */

.London .topbar .top-innerwrap {
    background-color: #b73276;
}

/* MANCHESTER ---------- */

/* Main ---------- */

.Manchester .topbar-bg,
.Manchester header .t3-megamenu .mega>.mega-dropdown-menu .mega-dropdown-inner,
.Manchester .home-block-1 {
    background-color: #1cbcb3;
}

.Manchester .topbar .head-booktickets a,
.Manchester .full-header .page-header h1,
.Manchester #t3-content .page-header h2,
body.Manchester #userForm>h2,
.result-category .Manchester,
.Manchester .title-divider {
    color: #1cbcb3;
}

/* Secondary ---------- */

.Manchester .topbar .top-innerwrap {
    background-color: #169093;
}

.whiskImg {
    width: auto !important;
    height: 100%;
}

/* ---------- TEXT STYLES ---------- */


#postponment {
    text-align: center;
    width: 100%;
    float: left;
    background: #56c2b4;
    padding: 10px 0;
}

#postponment p {
    margin: 0;
    padding: 0;
}

#postponment a {
    color: #f05065;
}

/* ---------- ARTICLE TEXT STYLES ---------- */

.item-page .page-body h1,
.item-page .page-body h2,
.item-page .page-body h3,
.item-page .page-body h4,
.item-page .page-body h5,
.item-page .page-body h6,
.item-page .page-body p {
    margin-bottom: 10px;
    color: #666;
    line-height: 160% !important;
}

.item-page .page-body h2 {}

.item-page .page-body a {
    color: #1cbcb3;
}

.item-page .page-body ul,
.item-page .page-body ol {
    padding: 1px 0px;
    list-style-position: inside;
}

.item-page .page-body ul li,
.item-page .page-body ol li {
    font-size: 16px;
    margin: 15px 0px;
    color: #666;
}

h2.title-divider {
    margin: 0px 0px 10px;
}

/* ---------- BUTTONS ---------- */

body .cab-btn {
    padding: 6px 30px;
    color: #fff;
    font-size: 28px;
    border-radius: 6px;
    letter-spacing: 2px;
    font-weight: 300;
    border: 2px transparent solid;
}

body .cab-btn:hover,
body .cab-btn:focus {
    text-decoration: none;
    background-color: #fff !important;
}

body.London .cab-btn:hover,
body.London .cab-btn:focus {
    color: #f05065 !important;
}

body.Manchester .cab-btn:hover,
body.Manchester .cab-btn:focus {
    color: #1cbcb3 !important;
}

.competition-btn {
    text-align: center;
    padding: 7px 10px 7px 10px;
    font-family: 'serifa', Courier New, Courier New, monospace, sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 1.5px;
    color: #FFF !important;
    display: block;
    background-color: #ee465a;
}

/* ---------- FORM STYLES ---------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#t3-content form {
    margin: 20px 0 20px 0;
    color: #555;
}

#t3-content form header div {
    font-size: 90%;
    color: #999;
}

#t3-content form header h2 {
    margin: 0 0 5px 0;
}

#t3-content form>div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 20px 0;
}

#t3-content form>div>fieldset>div>div {
    margin: 0 0 5px 0;
}

#t3-content form>div>label,
legend {
    text-align: right;
}

#t3-content form>div>label,
#t3-content legend,
#t3-content form .formControlLabel {
    width: 25%;
    float: left;
    padding: 10px 10px 10px 0px;
}

#t3-content form .formControlLabel {
    display: inline-block;
    max-width: 100% !important;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

#t3-content form>div>div,
#t3-content form>div>fieldset>div,
#t3-content form .formControls {
    width: 75% !important;
    float: right;
}

#t3-content form>div>fieldset label,
#t3-content form .formControls {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    margin-left: 0px;
}

#t3-content form .formControls {
    margin-top: 0px;
}

#t3-content fieldset {
    border: 0;
    padding: 0;
}


#t3-content input[type=text]:focus,
#t3-content input[type=email]:focus,
#t3-content input[type=url]:focus,
#t3-content input[type=password]:focus,
#t3-content textarea:focus {
    outline: 0;
    border-color: #4697e4;
}

#t3-content input[type=submit],
#t3-content .rsform-submit-button {
    width: 15%;
    float: left;
    margin-left: 25%;
    height: 60px;
    font-size: 1.8rem;
    display: inline-block;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background-color: #b92d76;
}

#t3-content input[type=submit]:hover,
#t3-content .rsform-submit-button:hover {
    opacity: 0.6;
}

/* RS FORM SPECIFIC */

#t3-content .formResponsive input[type="radio"] {
    clear: left;
}

#t3-content .formResponsive input[type="submit"],
#t3-content .rsform-submit-button,
.form-search input[type="submit"] {
    padding: 10px 35px;
    margin-left: 0px;
    background-image: none !important;
    border-radius: 0px !important;
    width: 25%;
}

.formResponsive select {
    margin-top: 15px;
}

/* Search Form
-------------- */

.showsearch form {
    margin: 0px !important;
    padding: 0px;
}

#searchForm>div {
    padding: 0px !important;
}

#searchForm input[type="text"] {
    background-color: #f3f2ed !important;
    padding: 23px 17px;
    border-radius: 6px 0px 0px 6px;
    font-size: 2rem;
    color: rgb(186, 186, 186) !important;
    width: 100% !important;
    display: block;
    height: inherit !important;
    margin: 0;
}

#searchForm .btn-toolbar {
    margin-bottom: 0px;
}

#searchForm .btn-group {
    margin: 0px;
    float: left;
    height: 73.6px;
    z-index: 2;
}

#searchForm .btn-group.searchInput {
    width: 70% !important;
}

#searchForm .btn-group.searchFltr {
    width: 10% !important;
    background-color: #D6D6D6;
    text-align: center;
    cursor: pointer;
}

#searchForm .btn-group.searchFltr:hover {
    background-color: #2C2C2C !important;
}

#searchForm .btn-group.searchFltr div:after {
    content: "\f1de";
    font-family: FontAwesome;
    margin-left: 0px;
    font-size: 18px;
    color: inherit;
    padding: 24px 0px;
    display: block;
}

#searchForm .btn-group.searchBtn {
    width: 20% !important;
    color: #fff;
    font-weight: bold !important;
    border-radius: 0px 6px 6px 0px;
}

#searchForm .btn-group button {
    font-weight: 400 !important;
}

.London #searchForm .btn-group.searchBtn {
    background-color: #f05065;
}

.Manchester #searchForm .btn-group.searchBtn {
    background-color: #1cbcb3;
}

#searchForm .btn-group button,
#searchForm .btn-group div {
    height: 100%;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: inherit;
    font-weight: 100;
}

/* Search Filters
-------------- */

#searchForm .searchFltrWrap {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: rgb(214, 214, 214);
    position: relative;
    margin: -5px 0px 0px 0px;
    z-index: 1;
    border-radius: 0px 0px 6px 6px;
}

#searchForm .searchFltrWrap {}

#searchForm .chzn-container-single .chzn-single {
    padding: 6px 0px 0px 8px;
    height: 30px;
}

#searchForm .radio,
#searchForm .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}

#searchForm .searchFltrWrap .innerWrap {
    width: 100% !important;
    padding: 17px;
}

#searchForm .innerWrap>div>label {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#searchForm .form-limit {
    margin-top: 0px;
}

#searchForm .innerWrap .checkbox input[type="checkbox"],
#searchForm .innerWrap .radio input[type="radio"] {
    position: static;
    margin-left: 0px;
    margin-right: 5px;
}

#searchForm .innerWrap .chzn-container .chzn-results {
    max-height: 130px;
}

#searchForm .innerWrap .counter {
    float: right;
    position: absolute;
    bottom: 17px;
    right: 17px;
    margin: 0px;
    border-radius: 0px;
}

#searchForm .innerWrap .searchFltrClose {
    font-size: 2rem;
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
    opacity: 0;
}

#searchForm .innerWrap .searchFltrClose:hover {
    opacity: 0.7 !important;
}

#searchForm .searchFltrNoResults {
    margin-top: 20px;
}

/* Search Results
-------------- */

.search-results .resultWrap {
    background-color: #f3f2ed;
    margin-bottom: 20px;
    padding: 17px 17px 14px 17px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-results .resultWrap .result-title {
    margin: 0px;
    position: relative;
    padding-right: 30px;
}

.search-results .resultWrap .result-title a {
    color: rgb(85, 85, 85) !important;
}

.search-results .resultWrap .result-title h5 {
    display: block;
    color: #d6d6d6;
    text-transform: uppercase;
    margin: 3px 0px;
}

.search-results .resultWrap .result-text {
    color: #666;
    font-size: 14px;
}

.search-results .resultWrap .result-show {
    display: inline-block;
    float: right;
    color: #d6d6d6;
    text-transform: uppercase;
    margin: 3px 0px;
}

.search-results .resultWrap .result-title i {
    font-family: FontAwesome;
    margin-left: 0px;
    font-size: 18px;
    color: #d6d6d6;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.search-results .resultWrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background-color: #d6d6d6;
}

#searchForm .searchFltrWrap .innerWrap .col-xs-12 {
    margin-bottom: 15px;
}

#searchForm .searchFltrWrap .innerWrap {
    height: auto;
    display: inline-block;
}

@media (max-width: 1200px) {
    #t3-content input[type=text],
    input[type=text],
    #t3-content input[type=search],
    #t3-content input[type=email],
    #t3-content input[type=url],
    #t3-content input[type=password],
    #t3-content textarea {
        width: 90%;
    }
}

@media (max-width: 768px) {
    form>div {
        margin: 0 0 15px 0;
    }
    form>div>label,
    legend {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    form>div>div,
    form>div>fieldset>div {
        width: 100%;
        float: none;
    }
    #t3-content input[type=text],
    input[type=text],
    #t3-content input[type=search],
    #t3-content input[type=email],
    #t3-content input[type=url],
    #t3-content input[type=password],
    #t3-content textarea,
    #t3-content select {
        width: 90% !important;
    }
    #t3-content .formResponsive input[type="submit"],
    #t3-content .rsform-submit-button,
    .form-search input[type="submit"] {
        width: 100%;
    }
    .formResponsive .formHorizontal .rsform-block {
        margin-bottom: 0px;
    }
    #t3-content form>div>label,
    #t3-content legend,
    #t3-content form .formControlLabel {
        width: 100%;
        text-align: left;
    }
    #t3-content form>div>div,
    #t3-content form>div>fieldset>div,
    #t3-content form .formControls {
        width: 100% !important;
    }
    #t3-content input[type="submit"],
    #t3-content .formResponsive input[type="submit"],
    #t3-content .rsform-submit-button,
        {
        width: 100%;
        margin: 0px;
    }
}

/* ---------- */

/* ---------- CSS TRANSITIONS ---------- */

/* ---------- */

.topbar-bg,
.logo-wrap,
.t3-navbar .nav>li>a:before,
.t3-navbar .nav>li>span:before,
#socialicons li,
.t3-navbar .nav>li a.home-icon:after,
.splash-block span,
.mnwall-item-img .mnwall-photo-link,
#searchForm .searchFltrWrap,
body .cab-btn,
.footer-signup .submit-btn,
.topbar .head-social li span,
.mnwall-list.recipes .mnwall-readmore a,
.t3-navbar .head-switch .custom a,
.t3-navbar .head-switch .custom span,
.t3-navbar .head-switch .custom div {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.topbar {
    -webkit-transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
    -moz-transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
    -o-transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
    transition: 0.3s opacity 0.2s, 0.3s transform 0.2s;
}

.topbar .head-booktickets {
    -webkit-transition: 0.3s right 0.3s ease;
    -moz-transition: 0.3s right 0.3s ease;
    -o-transition: 0.3s right 0.3s ease;
    transition: 0.3s right 0.3s ease;
}

.topbar .head-booktickets {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

body>*,
.header-innerwrap,
.t3-off-canvas-body .dropdown-submenu .dropdown-menu,
body {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body .off-canvas-toggle,
body .head-booktickets a,
.t3-sidebar .news-signup h3 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*
#mainbody-bottom .aidanews2_positions .aidanews2_mainC a {
	-webkit-transition: 	all 1s;
    -moz-transition: 		all 1s;
    -o-transition: 			all 1s;
    transition: 			all 1s;
}
/* FADE IN FROM NONE ---------- */

.off-canvas-open .off-canvas-overlay {
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

body .cab-btn-london {
    padding: 15px 10px 10px;
    color: #f05065 !important;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 2px #f05065 solid;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

body .cab-btn-manch {
    padding: 15px 10px 10px;
    color: #1cbcb3;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 2px #1cbcb3 solid;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    1% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    1% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    1% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    1% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.off-canvas-disabled .off-canvas-overlay {
    -webkit-animation: fadeOutFromFull 0.5s ease-out;
    -moz-animation: fadeOutFromFull 0.5s ease-out;
    -o-animation: fadeOutFromFull 0.5s ease-out;
    animation: fadeOutFromFull 0.5s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutFromFull {
    0% {
        visibility: visible;
        opacity: 1;
    }
    99% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@-moz-keyframes fadeOutFromFull {
    0% {
        visibility: visible;
        opacity: 1;
    }
    99% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@-o-keyframes fadeOutFromFull {
    0% {
        visibility: visible;
        opacity: 1;
    }
    99% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes fadeOutFromFull {
    0% {
        visibility: visible;
        opacity: 1;
    }
    99% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

/* ---------- */

/* ---------- HEADER ---------- */

/* ---------- */

#t3-header {
    padding: 0px;
}

.home.itemid-101 .Landing #t3-header {
    display: none;
}

.header-innerwrap {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.topbar {
    height: 85px;
    width: 100%;
    display: table;
}

.home.itemid-120 .topbar,
.home.itemid-121 .topbar {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
}

.home.itemid-120 .menuBody .topbar,
.home.itemid-121 .menuBody .topbar {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.topbar .top-innerwrap,
.topbar .bottom-innerwrap {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

.topbar .top-innerwrap {
    z-index: 3;
    overflow: hidden;
    height: 45px;
}

.topbar .bottom-innerwrap {
    z-index: 2;
}

/*
.topbar-innerwrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
*/

.topbar-bg {
    /*
	-webkit-transform: 	translateY(-54%);
    -moz-transform:		translateY(-54%);
    -o-transform: 		translateY(-54%);
    transform: 			translateY(-54%);
*/
}

.topbar-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

/*
.menuBody .topbar-bg {
	-webkit-transform: 	translateY(0%);
    -moz-transform:		translateY(0%);
    -o-transform: 		translateY(0%);
    transform: 			translateY(0%);
}
*/

/* ---------- LOGO ---------- */

.logo-wrap {
    position: absolute;
    z-index: 4;
    width: 190px;
}

.logo-wrap a,
.logo-wrap img {
    width: 100%;
    height: auto;
}

.home.itemid-120 .logo-wrap,
.home.itemid-121 .logo-wrap {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.home.itemid-120 .menuBody .logo-wrap,
.home.itemid-121 .menuBody .logo-wrap {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

/* ---------- MAIN HEADER FONT ---------- */

.topbar .dates p,
.t3-navbar .nav>li>a,
.t3-navbar .nav>li>.separator {
    color: #fff;
    font-size: 15px;
    font-family: 'serifa', Courier New, Courier New, monospace, sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}

/* ---------- DATES ---------- */

.topbar .dates {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 13px 10px 10px 190px;
    height: 100%;
}

/*
.home.itemid-120 .topbar .dates, .home.itemid-121 .topbar .dates {
	opacity: 0;
	-webkit-transform: 	translateY(-30px);
    -moz-transform:		translateY(-30px);
    -o-transform: 		translateY(-30px);
    transform: 			translateY(-30px);
}
.home.itemid-120 .menuBody .topbar .dates, .home.itemid-121 .menuBody .topbar .dates {
	opacity: 1;
	-webkit-transform: 	translateY(0px);
    -moz-transform:		translateY(0px);
    -o-transform: 		translateY(0px);
    transform: 			translateY(0px);
}
*/

.topbar .dates p {
    margin: 0px 0px 0px;
    padding: 0px;
    line-height: 1 !important;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    /*     text-shadow: -1px 0 white, 0 2px white, 2px 0 white, 0 -1px white; */
}

/*
.topbar .dates:after  {
	content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0px 0px 30px;
    border-color: transparent transparent transparent #f05065;

}
*/

/* ---------- BOOK NOW ---------- */

.topbar .head-booktickets,
.topbar .head-phonenumber {
    display: inline-block;
    float: right;
    margin: 0px 10px 0px 5px;
    position: relative;
    z-index: 2;
}

.topbar .head-booktickets p,
.topbar .head-phonenumber p {
    margin-bottom: 0px;
}

.topbar .head-booktickets a,
.topbar .head-phonenumber p>span {
    padding: 7px 10px 7px 10px;
    font-family: 'serifa', Courier New, Courier New, monospace, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
    border-radius: 0px 0px 6px 6px;
    letter-spacing: 1.5px;
}

.topbar .head-booktickets a {
    background-color: #fff;
    color: #f05065;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.topbar .head-booktickets a:hover {
    background-color: #f3c028;
    color: #fff;
    text-decoration: none;
}

.topbar .head-phonenumber p>span {
    color: #fff;
    font-size: 15px;
    margin-top: 4px;
}

.topbar .head-booktickets a span,
.topbar .head-phonenumber a span {
    font-family: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
}

.topbar .head-booktickets i,
.topbar .head-booktickets em,
.topbar .head-phonenumber i,
.topbar .head-phonenumber em {
    font-size: 17px;
    position: relative;
    bottom: 0px;
}

/* ---------- SOCIAL ---------- */

.topbar .head-social {
    float: right;
}

.topbar .head-social ul {
    margin: 10px 5px 0px 0px;
}

.topbar .head-social li {
    margin-right: 15px !important;
}

.topbar .head-social li a {
    text-decoration: none !important;
}

.topbar .head-social li span {
    font-size: 17px !important;
}

.topbar .head-social li span:hover {
    color: #f3c028 !important;
}

/* ---------- NAV ---------- */

body .t3-navbar {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}

.navbar-nav {
    position: relative;
    float: right;
    z-index: 2;
}

.t3-navbar .t3-megamenu {
    float: left;
    padding-bottom: 20px;
}

.t3-navbar .nav>li a.home-icon {
    overflow: hidden;
    width: 20px;
    text-align: center;
}

.t3-navbar .nav>li a.home-icon:after {
    display: none;
    content: "\f015";
    font-family: fontAwesome;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.t3-navbar .nav>li a.home-icon:hover:after {
    color: #f3c028;
}

.t3-navbar .nav>li a.home-icon:before {}

.t3-navbar .nav>li>a,
.t3-navbar .nav>li>.separator {
    position: relative;
    margin: 0px 15px;
    padding: 25px 0px 0px;
    cursor: pointer;
}

.t3-navbar .nav>li>a:before,
.t3-navbar .nav>li>span:before {
    content: "";
    height: 4.5px;
    width: 100%;
    background-color: #f3c028;
    position: absolute;
    top: -10px;
    opacity: 0;
}

.t3-navbar .nav>li:hover {}

.t3-navbar .nav>li:hover>a:before,
.t3-navbar .nav>li.active>a:before,
.t3-navbar .nav>li:hover>span:before,
.t3-navbar .nav>li.active>span:before {
    opacity: 1;
    top: 0px;
}

.nav>li.open {
    color: #fff !important;
    background-color: transparent !important;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a {
    text-decoration: none;
    background-color: transparent !important;
}

.t3-megamenu .mega-nav>li a:hover,
.t3-megamenu .dropdown-menu .mega-nav>li a:hover,
.t3-megamenu .mega-nav>li a:focus,
.t3-megamenu .dropdown-menu .mega-nav>li a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #fff !important;
}

.dropdown-submenu>a:after {
    display: none;
}

.topbar .navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px;
    float: left;
    margin-left: 200px;
    width: 100%;
}

.hidden-menu {
    display: none !important;
}

/* ---------- DROPDOWN ---------- */

header .t3-megamenu .mega>.mega-dropdown-menu {
    top: 30px;
    padding-top: 30px;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 50% !important;
    min-width: 200px;
    border: none;
}

header .t3-megamenu .mega>.mega-dropdown-menu .mega-dropdown-inner {
    border-top: 3px solid #fff;
    border-radius: 0px;
    text-align: center;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: relative;
}

header .t3-megamenu .mega>.mega-dropdown-menu .mega-dropdown-inner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 10px 12.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -13px;
    margin-left: -12.5px;
    left: 50%;
}

header .menuBody .t3-megamenu .mega>.mega-dropdown-menu {
    padding-top: 34px;
}

header .t3-megamenu .mega>.mega-dropdown-menu li {
    text-align: center;
    background-color: transparent !important;
}

header .t3-megamenu .mega>.mega-dropdown-menu li.active a,
header .t3-megamenu .mega>.mega-dropdown-menu li.current a {
    color: #f3c028 !important;
}

header .t3-megamenu .mega>.mega-dropdown-menu li a {
    color: #fff;
    background-color: transparent !important;
    font-size: 16px;
}

header .t3-megamenu .mega>.mega-dropdown-menu li a:hover {
    color: #f3c028 !important;
}

/* ---------- OFF-CANVAS NAV ---------- */

.off-canvas-toggle {
    display: none;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    line-height: 100% !important;
    margin-top: 1px;
    background-color: transparent;
    border-radius: 0px 0px 0px 6px;
    cursor: pointer;
    letter-spacing: 1px;
    z-index: 99999;
}

.off-canvas-toggle:hover,
.off-canvas-toggle:focus {
    background-color: transparent !important;
}

.off-canvas-toggle i {
    margin-left: 5px;
}

#t3-off-canvas {
    position: fixed !important;
    z-index: 0;
    background-color: #1cbcb3 !important;
    overflow-y: hidden !important;
    height: 100vh !important;
    top: 0px;
}

.t3-off-canvas .t3-off-canvas-header {
    height: 61px;
    background-color: #f05065;
    position: relative;
}

.t3-off-canvas .t3-off-canvas-header:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.t3-off-canvas-body {
    display: inline-block;
    padding: 0px 0px 0px 0px !important;
    margin: 0px;
    width: 100%;
    overflow-y: auto !important;
    height: calc(100vh - 88px);
}

.t3-off-canvas-body .navbar-nav {
    position: relative;
    float: none;
    display: block;
    margin: 0px;
}

.t3-off-canvas-body .navbar-nav>li>a,
.t3-off-canvas-body .navbar-nav>li>span {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    height: 60px;
}
 
.t3-off-canvas-body .navbar-nav>li>a:focus,
.t3-off-canvas-body .navbar-nav>li>a:hover,
.t3-off-canvas-body .navbar-nav>li>span:focus {
    color: #fff !important;
}

.t3-off-canvas-body .dropdown-submenu {
    border-radius: 0px;
}

.t3-off-canvas-body .dropdown-menu {
    max-height: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.t3-off-canvas-body .dropdown-submenu.active .dropdown-menu,
.t3-off-canvas-body .dropdown-submenu .dropdown-menu.open {
    max-height: 500px;
}

.t3-off-canvas-body .dropdown-submenu .dropdown-menu .mega-col-nav {
    padding: 0px;
}

.t3-off-canvas-body .dropdown-submenu .dropdown-menu .mega-col-nav .mega-inner {
    padding: 4px 0px 0px 0px;
}

.t3-off-canvas-body .dropdown-submenu .dropdown-menu .mega-col-nav .mega-inner>ul>li>a,
.t3-off-canvas-body .dropdown-submenu .dropdown-menu .mega-col-nav .mega-inner>ul>li>a:focus {
    padding: 12px 0px 10px 15px;
    border-bottom: rgba(28, 188, 179, 0.2) solid 1px;
    color: #1cbcb3 !important;
}

.t3-off-canvas-body .dropdown-submenu .dropdown-menu .mega-col-nav .mega-inner>ul>li:last-of-type a {
    padding-bottom: 13px;
}

.t3-off-canvas-body .dropdown-submenu .dropdown-menu .mega-col-nav .mega-inner>ul>li.active a {
    color: #f3c028 !important;
}

.t3-off-canvas-body .navbar-nav>li>a:before,
.t3-off-canvas-body .navbar-nav>li>span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 10px 30px 0;
    border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
}

.t3-off-canvas-body .navbar-nav>li.dropdown-submenu>a:after,
.t3-off-canvas-body .navbar-nav>li.dropdown-submenu>span:after {
    content: "\f107";
    font-family: fontAwesome;
    float: right;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    color: #000;
    opacity: 0.2;
    margin-right: 24px;
    margin-top: -1px;
    font-size: 22px;
}

.t3-off-canvas-body .navbar-nav>li.active {
    background-color: #f3c028;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    display: none;
}

.t3-off-canvas .close {
    width: 62px;
    height: 62px;
}

/* ---------- Other Show Switch ---------- */

.t3-navbar .head-switch {
    float: right;
    height: 64px;
}

.t3-navbar .head-switch .custom {
    height: 100%;
    vertical-align: middle;
    background-color: transparent;
    font-size: 14px;
}

.t3-navbar .head-switch .custom>div {
    vertical-align: middle;
    padding: 0px 10px;
    position: relative;
    height: 100%;
    float: left;
}

.t3-navbar .head-switch .custom>div a {
    text-decoration: none !important;
    z-index: 2;
    position: relative;
    height: 100%;
    display: block;
    padding-top: 15px;
    color: #fff;
    text-align: center;
}

.t3-navbar .head-switch .custom span {
    font-size: 16px;
}

.t3-navbar .head-switch .custom>div span {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 100%;
    z-index: 1;
}

.London .t3-navbar .head-switch .custom>div span {
    background-color: #56c2b4;
}

.Manchester .t3-navbar .head-switch .custom>div span {
    background-color: #f05065;
}

.t3-navbar .head-switch .custom:hover a {
    color: #fff !important;
}

.t3-navbar .head-switch .custom:hover div span {
    left: 0px;
}

/* ----- Off Canvas Social ----- */

.t3-off-canvas-body #socialicons {
    float: left;
    width: 100%;
}

.t3-off-canvas-body #socialicons ul {
    margin: 25px 0px;
    padding: 0px;
    text-align: center;
}

.t3-off-canvas-body #socialicons li {
    float: none !important;
    display: inline-block;
    margin: 0px 5px;
}

/*
#socialicons a {
	text-decoration: none !important;
}

#socialicons ul li:nth-child(1) {
    padding-bottom: 8px !important;
    background-color: #f05065;
}
#socialicons .foundicon-path:before {
	content: "\f002" !important;
	font-family: fontAwesome;
}
*/

/* ---------- */

/* ---------- BANNER ---------- */

/* ---------- */

.custom_desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner-content>.container {
    width: 100% !important;
    max-width: 100% !important;
}

.headerLeft h3,
.headerRight h3 {
    /* 	    width: 18vw; */
}

.headerRight h3 {
    /* 	    width: 18vw; */
}

.home.itemid-120 .mainbanner,
.home.itemid-121 .mainbanner,
.home.itemid-101 .Landing .mainbanner {
    display: block;
    height: 100vh;
}

.mainbanner {
    display: block;
    height: 300px;
}

.mainbanner .banner-wrap {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #FFF;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.home.itemid-120 .mainbanner .banner-img,
.home.itemid-121 .mainbanner .banner-img,
.home.itemid-101 .Landing .mainbanner .banner-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainbanner .banner-img {
    background-size: auto 200px;
    height: 100%;
    display: table;
    width: 100%;
    background-position: center 100px;
    background-repeat: no-repeat;
    position: fixed;
}

/*
.home.itemid-121 .banner-content, .home.itemid-120 .banner-content {
	background-image: url(/images/system/Celebs_V1.png);
	background-size: 490px;
	background-position: 27% bottom;

    background-repeat: no-repeat;
}
*/

.London .mainbanner .banner-img {
    background-image: url(/images/system/London_header_V3.jpg);
}

.Manchester .mainbanner .banner-img {
    background-image: url(/images/system/Manchester_header_V3.jpg);
}

.home.itemid-120 .gradient-overlay,
.home.itemid-121 .gradient-overlay,
.home.itemid-101 .Landing .gradient-overlay {
    display: none;
}

.gradient-overlay {
    display: none;
    opacity: 0.40;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+23,1+100 */
    /*
	background: 	-moz-linear-gradient(top,  rgba(184, 37, 123, 1) 0%, rgba(184, 37, 123,0.4) 40%, rgba(184, 37, 123,0) 100%);
	background:  -webkit-linear-gradient(top,  rgba(184, 37, 123, 1) 0%, rgba(184, 37, 123,0.4) 40%, rgba(184, 37, 123,0) 100%);
	background:    linear-gradient(to bottom,  rgba(184, 37, 123, 1) 0%, rgba(184, 37, 123,0.4) 40%, rgba(184, 37, 123,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
*/
}

.mainbanner .banner-wrap .banner-content {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mainbanner .banner-wrap .banner-content .container {
    margin-top: -40px;
}

.mainbanner .banner-wrap .banner-content h1,
.mainbanner .banner-wrap .banner-content h2,
.mainbanner .banner-wrap .banner-content h3,
.mainbanner .banner-wrap .banner-content a {
    font-weight: bold;
    line-height: 1.05 !important;
    letter-spacing: 1px;
    color: inherit;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.mainbanner .banner-wrap .banner-content h1 {
    font-size: 40px;
}

.mainbanner .banner-wrap .banner-content h2 {
    font-size: 38px;
}

.mainbanner .banner-wrap .banner-content h3 {
    font-size: 27px;
}

.mainbanner .banner-wrap .banner-content a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 10px 8px;
    background-color: #BE3065;
    border-radius: 6px;
}

.mainbanner .banner-wrap .banner-content a span {
    text-shadow: none !important;
    font-size: 14px;
}

.London .mainbanner .banner-wrap .banner-content {
    color: white;
}

.Manchester .mainbanner .banner-wrap .banner-content {
    color: #1cbcb3;
}

.mainbanner .banner-wrap .banner-content p {
    margin-bottom: 0px;
}

.mainbanner .banner-wrap .banner-content a i {
    position: relative;
    bottom: 2px;
    font-size: 21px;
}

.mainbanner .banner-wrap .banner-content img {
    margin: 20px 0px;
    max-width: 100%;
    height: auto;
}

.home.itemid-120 #banner-content:after,
.home.itemid-121 #banner-content:after {
    content: "\f063";
    font-family: fontAwesome;
    color: #f05065;
    position: absolute;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: -10px;
    left: 50%;
    -webkit-animation: homeScrollDown 0.6s ease infinite alternate;
    -moz-animation: homeScrollDown 0.6s ease infinite alternate;
    -o-animation: homeScrollDown 0.6s ease infinite alternate;
    animation: homeScrollDown 0.6s ease infinite alternate;
}

@keyframes homeScrollDown {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}

/* ---------- SPLASH PAGE ---------- */

.splash-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.splash-content {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.splash-content>.inner {
    position: relative;
    top: 50%;
}

.splash-block.main-logo {
    text-align: center;
}

.splash-block.main-logo img {
    max-width: 100%;
    height: auto;
}

.splash-block>.inner {}

.splash-block>.inner .custom {
    display: inline-block;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.splash-block {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.splash-block>.inner {
    text-decoration: none;
    color: inherit;
}

.splash-block>.inner:hover span {
    color: inherit;
    background-color: #fff;
}

.splash-block h1,
.splash-block h2,
.splash-block h3,
.splash-block a {
    font-weight: bold;
    line-height: 1.1 !important;
    letter-spacing: 1px;
}

.splash-block h1 {
    font-size: 55px;
}

.splash-block h2 {
    font-size: 50px;
}

.splash-block h3 {
    font-size: 30px;
}

.splash-block span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 7px 20px;
    background-color: #f3c028;
    border-radius: 6px;
}

.splash-block.london-message {
    color: #b73276;
}

.splash-block.manchester-message {
    color: #169093;
}

.splash-block.london-message>.inner .custom {
    float: right;
}

.splash-block.manchester-message>.inner .custom {
    float: left;
}

.splash-inner .bg-img {
    width: 100%;
    height: 100%;
    display: block;
}

.splash-inner .bg-img {
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.splash-inner .bg-img.zoom {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

body section.splash-img-right.second {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ddd;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
    transition: top 600ms linear, left 600ms linear;
}

body section.splash-img-left.first {
    border-bottom: 2px solid rgb(255, 255, 255);
    position: absolute;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #ccc;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    overflow: hidden;
    transition: top 600ms linear, left 600ms linear;
}

.first-img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.first-img .bg-img {
    background-image: url(/images/system/splash-page/Landing_page_London_V2.jpg);
    background-size: cover;
    background-position: center center;
}

.second-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.second-img .bg-img {
    background-image: url(/images/system/splash-page/Manchester_background_V3.jpg);
    background-size: cover;
    background-position: center center;
}

/*

button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.0);
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  cursor: pointer;
  z-index: 20;
  transform: translateY(-50%) translateX(-50%);
}

button:hover {
  background: #fff;
  color: #111;
}

button:focus {
  outline: none;
}
*/

/* ---------- */

/* ---------- ARTICLES ---------- */

/* ---------- */

#t3-content {
    padding-top: 0px;
}

.moduletablelogin .customlogin {
    padding: 20px;
    margin-bottom: 50px;
    color: #666;
}

.moduletablelogin .customlogin h1 {
    color: #f05065;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
}

#jlex-pw-form .jlex-login-logo {
    display: none;
}

#jlex-pw-form {
    margin: 0 auto !important;
    text-align: center;
    padding: 30px 0;
}

#jlex-pw-form .jlex-header {
    font-size: 14px;
}


#jlex-pw-form button {
    background-color: #f05065;
    font-size: 30px;
    padding: 5px 45px;
    z-index: 2;
    position: relative;
    color: #fff;
}

.item-page,
.sclogin,
.customlogin {
    /* 	rgba(241, 239, 233, 0.80)  */
    background-color: #f3f2ed;
    padding: 0px;
    padding-bottom: 20px;
    /*     border-radius: 6px; */
    position: relative;
    -webkit-box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.05);
}

/* Page Corner Turn ----- */

.item-page:before,
.sclogin:before,
.customlogin:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff #e3dfd3 #e3dfd3;
    background: #f1efe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    width: 0;
    border-width: 25px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 1px;
    border-radius: 0 0 0 1px;
    z-index: 2;
}

.item-page:after,
.sclogin:after,
.customlogin:after {
    content: " ";
    display: block;
    position: relative;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-image: url(/images/system/article-pagefooter.png);
    background-size: 20px 10px;
    background-repeat: repeat-x;
    background-position: left top;
}

.item-page .page-body {
    padding: 20px 20px 0px;
}

.item-page .page-body img {
    max-width: 100%;
    height: auto;
}

.note.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.note.rounded:before {}

.item-page .item-image,
.item-page .item-image img {
    width: 100%;
}

.item-page .item-image {
    overflow: hidden;
    text-align: center;
}

.item-page .item-image img {
    /*-webkit-transform: 	rotate(0.6deg);
    -moz-transform:		rotate(0.6deg);
    -o-transform: 		rotate(0.6deg);
    transform: 			rotate(0.6deg);*/
    width: 98%;
    border: 2px solid #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.item-page .item-image.pull-none img {
    border: none;
}

iframe {
    width: 100%;
    height: auto;
    border: none;
}

/* Youtube Video ----- */

iframe[src*="https://www.youtube.com/"] {
    width: 100%;
    height: 330px;
}

div#g-recaptcha-241 iframe {
    height: 100px !important;
}

/* ----- TITLE STYLES ----- */

/* General ----- */

html body #t3-content .page-header {
    font-family: 'serifa', Courier New, Courier New, monospace, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
    left: 0px;
    right: 10px;
    padding-right: 60px;
    padding-bottom: 0px;
    width: 100% !important;
    border: none;
}

html body #t3-content .page-header h2 {
    text-transform: uppercase;
    font-size: 30px;
    width: 90%;
    margin: 20px 20px 5px !important;
    padding: 0px !important;
    display: block !important;
    float: left;
    /*   text-shadow: 0px 3px 5px rgba(0,0,0,0.1); */
}

/* Category ----- */

html body .full-header .page-header {
    border-bottom: none !important;
}

html body .full-header .page-header {
    padding-bottom: 25px;
    ;
    margin: -20px 0px 0px 15px;
}

html body .full-header .page-header h1 {
    font-family: 'grafolita-script', serif;
    font-size: 60px;
    font-style: italic;
    text-transform: none !important;
    font-weight: bold;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.blog .subheading-category {
    display: none;
}

/* Slabtext ----- */

.slabtexted .slabtext {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
}

.slabtextinactive .slabtext {
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
    *letter-spacing: 0 !important;
    *word-spacing: 0 !important;
}

.slabtextdone .slabtext {
    display: block;
}

/* ----- BODY STYLES ----- */

/* Tables ----- */

html body #t3-content .page-body table {
    width: 100% !important;
    margin: 0px !important;
}

html body #t3-content .page-body table td {
    padding: 10px !important;
    border: 1px dotted #dddddd !important;
}

/* Exhibitor Login ----- */

.sclogin {
    padding: 20px;
    margin-bottom: 20px;
}

.sclogin .sclogin-desc,
.sclogin-greeting {
    margin-bottom: 10px;
    color: #666;
    line-height: 160% !important;
    font-size: 16px !important;
}

input#sclogin-remember {
    display: inline-block;
}

#form-sclogin-remember {
    width: 100%;
    float: left;
}

#form-sclogin-submitcreate button {
    width: 200px;
}

.sclogin-greeting {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#sclogin-form,
#scLogoutButton {
    float: left !important;
    margin: 0px !important;
}

#scLogoutButton input[type=submit] {
    width: auto;
    margin-left: 0px;
    height: auto;
    font-size: 1.8rem;
    display: inline-block;
    padding: 3px 5px;
    color: #FFF;
    border: none;
    background-color: #0044cc !important;
    background-position: inherit !important;
}

#scLogoutButton input[type=submit]:hover {
    background-position: inherit !important;
}

/* ---------- */

/* ---------- MODULES ---------- */

/* ---------- */

/* ---------- GENERAL ---------- */

.t3-module {
    margin-bottom: 30px;
}

/* ---------- FIXED SOCIAL ---------- */

/*
.home.itemid-120 .fixed-social {
	top: 50%;
}
*/

.fixed-social {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
}

.fixed-social #socialicons {
    float: none;
    width: auto;
    margin-top: -100%;
}

.fixed-social #socialicons li {
    float: none !important;
    margin: 5px 0px 5px 5px !important;
    padding: 10px 10px 5px 10px;
    background-color: #1cbcb3;
    border-radius: 8px 0px 0px 8px;
}

/* ---------- HOME BLOCKS ---------- */

.home-block {
    padding: 65px 0px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.home-block.hideme {
    opacity: 0;
}

.home-block .container {
    z-index: 2;
    position: relative;
}

.home-block .container .custom {
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.home-block .float-item {
    position: absolute;
}

.home-block .float-item.left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.home-block .float-item.right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.home-block .float-item img {
    width: 100%;
}

.home-block h1,
.home-block h2,
.home-block p {}

.home-block h2 {
    font-family: "grafolita-script", serif;
    font-size: 110px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2 !important;
}

.home-block h3 {
    font-family: 'serifa', Courier New, Courier New, monospace, sans-serif;
    font-size: 65px;
    letter-spacing: -1px;
    line-height: 110% !important;
    font-weight: 600;
}

.home-block p {}

.home-block .custom>p {
    margin-bottom: 0px;
}

/* SPECIFIC BLOCKS ---------- */

/* Block 1 ----- */

.home-block-1 {
    /* 	background-color: #f05065; */
}

/*whisk*/

.home-block-1 .float-item.left {
    left: -2%;
    bottom: 0%;
}

.eggimg {
    width: 100%;
    max-width: 450px;
    height: auto;
    float: right;
}

/*egg and flour*/

.flourImg {
    max-height: 716px;
    width: auto;
    float: right;
}

.home-block-1 .float-item.right {
    right: -3%;
    top: -1%;
}

.home-block-1 .custom {
    margin-left: 30%;
    margin-right: 20%;
}

.home-block-1 h1 {
    margin-bottom: 10px;
    margin-left: -20px;
}

.home-block-1 h2 {
    margin-bottom: 20px;
}

.home-block-1 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 180% !important;
}

/* Block 2 ----- */

.home-block-2 {
    background-color: #f3c028;
}

/*spoons*/

.spoonsImg {
    width: auto !important;
    height: 100%;
}

.home-block-2 .float-item.left {
    left: -1%;
    bottom: 0;
}

/*baguette*/

.home-block-2 .float-item.right {
    right: -2%;
    top: 0;
}

.baguetteImg {
    max-width: 501px;
    width: auto !important;
    float: right;
}

.home-block-2 .custom h1,
.home-block-2 .custom h2,
.home-block-2 .custom h3 {
    margin-left: 30%;
    margin-right: 0%;
}

.home-block-2 .mnwall_container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-block-2 .cab-btn {
    background-color: #56c2b4;
}

/* Block 3 ----- */

.home-block-3 {
    background-color: #fff;
}

.home-block-3 h2 {
    color: #2ABCB1;
    margin-left: -10px;
}

.home-block-3 h3 {
    color: #FCC12D;
}

/*cookies*/

.cookiesImg {
    max-width: 250px;
    left: -2%;
    bottom: 2%;
}

.home-block-3 .float-item.left {
    left: -4%;
    bottom: 6%;
}

/*jam*/

.jamImg {
    max-width: 501px;
    width: auto !important;
    float: right;
}

.home-block-3 .float-item.right {
    right: -4%;
    top: -4%;
}

/*
.home-block-3 .custom h1, .home-block-3 .custom h2 {
	margin-left: 30%;
	margin-right: 0%;
}
*/

.home-block-3 .custom {
    margin-left: 0%;
    margin-right: 0%;
}

.home-block-3 .mnwall_container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-block-3 .mnwall_iso_container .mnwall-detail-box .item-count {
    font-size: 50px;
}

.home-block-3 .mnwall_iso_container .mnwall-desc {
    color: #666 !important;
    font-size: 20px;
    font-weight: 400;
}

.home-block-3 .cab-btn {
    background-color: #56c2b4;
}

/* Animations ----- */

.home-block .float-item.animateX {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.home-block .float-item {
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    -o-transition: 0.7s all;
    transition: 0.7s all;
}

.home-block .float-item[data-sequence="1"] {}

.home-block .float-item[data-sequence="2"] {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* ---------- PAGE OBJECTS ---------- */

.page-objects-wrap {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.page-objects-wrap .float-item {
    position: absolute;
    padding: 0px;
}

.page-objects-wrap .float-item.right {
    bottom: 80px;
    right: 0px;
    text-align: right;
    /*     padding-left: 100px; */
}

.page-objects-wrap .float-item.left {
    left: 0px;
    top: 0px;
    text-align: left;
    /*     padding-right: 120px; */
}

.page-objects-wrap .float-item img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/* ---------- MINITEK WALL ---------- */

/* GENERAL ----- */

.mnwall_iso_container .mnwall-item {
    float: left;
    min-height: 371px !important;
}

.mnwall_iso_container .mnwall-item-link-icon {
    background-color: #f3c028 !important;
}

.mnwall_iso_container .mnwall-item-outer-cont,
.mnwall_iso_container .mnwall-item-inner-cont {
    overflow: visible !important;
}

.mnwall_iso_container .mnwall-cover {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#t3-wrapper .mnwall_iso_container .mnwall-detail-box {
    padding: 15px 0px 0px !important;
    display: table !important;
    overflow: visible !important;
}

.mnwall_iso_container .mnwall-detail-box .item-count {
    display: table-cell;
    vertical-align: top;
    font-size: 35px;
    line-height: 0.9;
    font-weight: 600;
    letter-spacing: 2px;
    color: #1CBCB3;
}

.mnwall_iso_container .mnwall-detail-box .item-count:after {
    content: "";
    display: block;
    height: 3.5px;
    background-color: #f05065;
    width: 100%;
    margin-top: 5px;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.mnwall_iso_container .mnwall-detail-box .mnwall-title {
    display: block;
    padding: 0;
    font-weight: 400;
    vertical-align: top;
}

.mnwall_iso_container .mnwall-detail-box .mnwall-title a {
    padding: 5px 0px 0px 20px;
    display: block;
}

.mnwall_iso_container .mnwall-detail-box .mnwall-desc {
    padding: 10px 20px;
}

.mnwall-hover-box-content .mnwall-item-link-icon .fa-link,
.mnwall-hover-box-content .mnwall-item-fancy-icon .fa-link {
    line-height: 40px !important;
}

.mnwall_iso_container .mnwall-detail-box .mnwall-desc {
    padding: 5px 10px 0px 20px;
    color: #666;
    font-size: 16px;
    min-height: 85px;
}

.mnwall-item-img {
    background-color: #fff;
}

.mnwall-item-img .mnwall-photo-link {
    position: relative;
    z-index: 9 !important;
    cursor: pointer;
}

.mnwall-item-img .mnwall-photo-link:hover {
    opacity: 0.7;
}

/* RECIPES GENERAL ----- */

#t3-wrapper .recipes .mnwall_iso_container .mnwall-detail-box .mnwall-title a {
    color: #1CBCB3 !important;
    font-family: "grafolita-script", serif;
    text-transform: none !important;
    font-size: 26px !important;
    padding-top: 0px;
    line-height: 1.1 !important;
    margin-bottom: 5px;
}

.recipes .mnwall_iso_container .mnwall-detail-box .item-count:after {
    background-color: #f3c028;
}

/* RECIPES ALTERNATE HOME LIST ----- */

.home.itemid-120 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont,
.home.itemid-121 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont {
    display: table;
    table-layout: fixed;
}

.home.itemid-120 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont .mnwall-cover,
.home.itemid-121 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont .mnwall-cover {
    display: table-footer-group;
}

.home.itemid-120 #t3-wrapper .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner,
.home.itemid-121 #t3-wrapper .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner {
    padding: 0px 0px 15px 0px !important;
}

/* RECIPES MAIN LIST ----- */

#t3-wrapper .recipes .mnwall_iso_container .mnwall-detail-box .mnwall-title a {
    /*
	line-height: 1 !important;
	margin-bottom: 10px;
*/
}

.mnwall-list.recipes #mnwall_iso_container_4 .mnwall-item {
    position: static !important;
    top: 0px !important;
}

.mnwall-list.recipes .mnwall-cover {
    max-width: 60%;
}

.mnwall-list.recipes .mnwall-detail-box {
    padding: 0px !important;
}

.mnwall-list.recipes .mnwall-item:nth-child(odd) .mnwall-cover {
    float: right;
}

.mnwall-list.recipes .mnwall-item:nth-child(odd) .mnwall-detail-box>*:not(.item-count) {
    padding-right: 30px;
}

.mnwall-list.recipes .mnwall-item:nth-child(even) .mnwall-detail-box>.item-count {
    padding-left: 30px;
}

.mnwall-list.recipes .mnwall-readmore a {
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
    background-color: #f3c028;
    margin-top: 5px;
    margin-left: 5px;
    border: none !important;
}

.mnwall-list.recipes .mnwall-readmore a:hover {
    background-color: #f05065 !important;
}

/* LATEST NEWS MAIN LIST ----- */

.latestnews-main .mnwall_iso_container .mnwall-detail-box .item-count {
    font-size: 20px;
}

.latestnews-main .mnwall_iso_container .mnwall-detail-box .mnwall-title a {
    color: #f3c028;
}

.latestnews-main .light-text .mnwall-date {
    color: #bababa;
    padding: 0px 0px 0px 20px;
}

/* HIGHLIGHTS MAIN LIST ----- */

.highlights .mnwall_iso_container .mnwall-detail-box {
    min-height: 0px;
    margin-bottom: 15px;
}

.highlights .mnwall_iso_container .mnwall-detail-box .item-count {
    font-size: 30px;
    height: 130px;
    color: #f3c028;
    display: none;
}

.highlights .mnwall_iso_container .mnwall-detail-box .item-count:after {
    background-color: #1CBCB3;
}

.highlights .mnwall_iso_container .mnwall-detail-box .mnwall-title a {
    color: #f05065;
    font-family: "grafolita-script", serif;
    text-transform: none;
    font-size: 26px;
    line-height: 1.1 !important;
}

.highlights .mnwall_iso_container .mnwall-detail-box .mnwall-title a,
.highlights .mnwall_iso_container .mnwall-detail-box .mnwall-desc {
    padding: 5px 5px 0px 0px;
    text-align: center;
    display: block;
}

.highlights.mnwall-columns .mnwall-item-inner {}

.highlights.mnwall-columns .mnwall-item-inner-cont {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#mnwall_container_20,
#mnwall_container_21,
#mnwall_container_22,
#mnwall_container_25,
#mnwall_container_26,
#mnwall_container_29 {
    margin-top: 40px;
}

#mnwall_container_5 .mnwall_iso_container .mnwall-detail-box .mnwall-title,
#mnwall_container_13 .mnwall_iso_container .mnwall-detail-box .mnwall-title {
    min-height: 60px;
}

/* GALLERY ----- */

.ug-thumb-wrapper {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

/* ------  ROB WORKING ON ------ */

/*
	#2BBBB2 manchester light green
	#219092 dark green
	#E44A83 pink
	#FAC140 yellow
*/

._ExhibitCarousel {}

._ExhibitCarousel>.ug-button-tile-navigation {}

/*Nav buttons*/

._ExhibitCarousel .ug-button-tile-navigation.ug-button-tile-left {
    background-image: url('http://thecakeandbakeshow.co.uk/images/2017/2017%20Exhibit%20Gallery/tile_button_left.png') !important;
}

._ExhibitCarousel .ug-button-tile-navigation.ug-button-tile-play {
    background-image: url('http://thecakeandbakeshow.co.uk/images/2017/2017%20Exhibit%20Gallery/tile_button_play_pause.png') !important;
}

._ExhibitCarousel .ug-button-tile-navigation.ug-button-tile-right {
    background-image: url('http://thecakeandbakeshow.co.uk/images/2017/2017%20Exhibit%20Gallery/tile_button_right.png') !important;
}

._ExhibitCarousel .ug-thumb-wrapper {
    outline: #2BBBB2 2px solid !important;
}

._ExhibitCarousel .ug-thumb-overlay {
    rgba(33,
    144,
    145,
    0.4) !important;
}

/* ---------- SIDEBAR ---------- */

/* MODULE HEADER ---------- */

.t3-sidebar {
    padding-top: 0px;
}

.module-header {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #1CBCB3;
}

.module-header h3 {
    margin: 15px 45px 15px 17px;
    padding: 0px;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "grafolita-script", serif;
}

.t3-sidebar .module-header h3:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff #1cbcb3 #1cbcb3;
    background: #1cbcb3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    width: 0;
    border-width: 15px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 1px;
    border-radius: 0 0 0 1px;
    z-index: 2;
}

/* GENERAL ---------- */

.t3-sidebar .nav>li:before,
.module .featcat .fc_items li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 10px 35px 0;
    border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
}

/* SIDE MENU ---------- */

.t3-sidebar .module-header {
    float: left;
    width: 100%;
}

.t3-sidebar .module-ct {
    border-radius: 0px 0px 6px 6px;
    overflow: hidden;
}

.t3-sidebar .nav {
    background-color: #FFF;
    float: left;
    width: 100%;
}

.t3-sidebar .nav>li>a {
    font-size: 1.5rem;
    padding: 25px 55px 25px 20px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
}

.t3-sidebar .nav>li {
    border-bottom: 1px solid #f3f3f3;
    background-color: #f3c028;
    min-height: 70px;
    position: relative;
}

.t3-sidebar .nav>li>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    color: #000;
    opacity: 0.2;
    margin-left: 15px;
    position: absolute;
    right: 24px;
    margin-top: -2px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.t3-sidebar .nav>li.current {
    background-color: rgb(230, 70, 131);
}

.t3-sidebar .nav>li>a:hover:after {
    right: 30px;
    color: #fff;
    opacity: 0.7;
}

/*
@keyframes sideBarNavHover {
	0% {
		right: 24px;
	}
	50% {
		right: 30px;
	}
	100% {
		right: 24px;
	}
}
*/

/* ---------- CATEGORY ARTICLE LIST BLOCK ---------- */

.module .featcats h3 {
    display: none;
}

.module .featcat li {
    padding: 0px !important;
    margin: 0px !important;
    border-top: 1px solid #f3f3f3;
}

.module li.featcat {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.module .featcat .fc_items li {
    padding: 0px !important;
    position: relative;
    width: 100%;
    background-color: #f3c028 !important;
    display: table;
    height: 70px;
}

ul.fc_leading li>a {
    display: inline-block;
    float: left;
    position: absolute;
    margin-right: 10px;
    width: 30%;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

ul.fc_leading li img {
    margin-right: 0px !important;
    /*	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);*/
    /*height: 70.8px;*/
}

.module .featcat .fc_items li h4 {
    display: block;
    padding-left: 34%;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.t3-sidebar .module .featcat .fc_items li h4 {}

.module .featcat .fc_items li h4 a {
    color: #fff;
    width: 100%;
    display: block;
    line-height: 1 !important;
}

.module .featcat .fc_items li span {
    width: 70%;
    display: block;
    color: #1CBCB3;
    font-size: 12px;
    padding: 0px;
    text-transform: uppercase;
}

.fc_readmore {
    margin: 0px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fc_readmore a {
    display: table;
    height: 100%;
}

.fc_readmore a:after {
    content: "\f138";
    font-family: FontAwesome;
    color: #d6d6d6;
    font-size: 20px;
}

.module .featcat .fc_links {
    margin: 0px;
    padding: 0px;
}

.module .featcat .fc_links .fc_more {
    display: table;
    text-align: center;
    height: 60px;
    background-color: #f05065 !important;
}

.module .featcat .fc_links .fc_more a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.module .featcat .fc_links .fc_more a:after {
    content: "\f13a";
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
}

.aboutustxt {
    font-size: 16px;
}

/* ---------- PREVIOUS PAGE ---------- */

.t3-sidebar .prevpage {
    color: rgb(230, 70, 131);
    text-align: center;
}

.t3-sidebar .prevpage h3 {
    font-size: 19px;
}

.t3-sidebar .prevpage i {
    margin-right: 3px;
}

/* NEWS LETTER ---------- */

.t3-sidebar .news-signup .module-ct {
    background-color: #e3dfd3;
    position: relative;
}

/*
.t3-sidebar .news-signup .module-ct:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0px 0px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
*/

.t3-sidebar .news-signup .module-ct:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff #e3dfd3 #e3dfd3;
    background: #e3dfd3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    width: 0;
    border-width: 15px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 1px;
    border-radius: 0 0 0 1px;
    z-index: 2;
}

.t3-sidebar .news-signup a {
    text-decoration: none !important;
}

.t3-sidebar .news-signup .module-ct:hover {
    -webkit-animation: signupAnim 0.5s ease-in-out;
    -moz-animation: signupAnim 0.5s ease-in-out;
    -o-animation: signupAnim 0.5s ease-in-out;
    animation: signupAnim 0.5s ease-in-out;
}

@-webkit-keyframes signupAnim {
    30% {
        -webkit-transform: rotate(4deg);
    }
    60% {
        -webkit-transform: rotate(-4deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes signupAnim {
    30% {
        -moz-transform: rotate(4deg);
    }
    60% {
        -moz-transform: rotate(-4deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes signupAnim {
    30% {
        -o-transform: rotate(4deg);
    }
    60% {
        -o-transform: rotate(-4deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes signupAnim {
    30% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.t3-sidebar .news-signup a:hover h3 {
    color: #f05065;
}

.t3-sidebar .news-signup img {
    float: right;
    width: 35%;
    margin-right: 5px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.t3-sidebar .news-signup h3 {
    font-size: 24px;
    font-family: "grafolita-script", serif;
    color: #807663;
    padding: 15px 0px 10px 20px;
}

.t3-sidebar .news-signup h3 span {
    display: block;
    font-size: 20px;
    margin-top: 5px;
}

/* ---------- BOTTOM BAR ---------- */

#t3-mainbody .content-footer {
    margin-top: 55px;
    display: table;
    width: 100%;
}

#t3-mainbody .content-footer>* {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
}

/* Page Share ---------- */

#t3-mainbody .a2a-page-share {
    text-align: left;
    /* 	width: 75%; */
}

#t3-mainbody .a2a-page-share h4 {
    color: rgb(186, 186, 186);
    font-weight: 400;
    padding-bottom: 0px;
    position: relative;
    bottom: 2px;
    margin-left: 2px;
    font-size: 17px;
}

#t3-mainbody .a2a-page-share .a2a_kit {
    display: inline-block;
}

/* Back to top ---------- */

#t3-mainbody .back-to-top-wrap {
    text-align: right;
    /* 	width: 25%; */
}

#t3-mainbody #back-to-top {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #1CBCB3;
}

#t3-mainbody #back-to-top i {
    margin-left: 5px;
}

/* ---------- */

/* ---------- FOOTER ---------- */

/* ---------- */

/* ---------- GENERAL ---------- */

.t3-footer {
    border-top: none !important;
}

/* ---------- BOOK TICKETS ---------- */

footer .footer-booktickets {
    overflow: hidden;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
}

footer .footer-booktickets .footer-booktickets-wrap {
    height: 340px;
    display: table;
    width: 100%;
    position: relative;
}

footer .footer-booktickets .custom {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    position: relative;
}

/*
footer .footer-booktickets .custom:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
*/

footer .footer-booktickets .custom h3 {
    font-family: "grafolita-script";
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

footer .footer-booktickets .custom .cab-btn {
    background-color: #f05065;
    font-size: 30px;
    padding: 5px 45px;
    z-index: 2;
    position: relative;
}

footer .footer-booktickets .footer-bookticket-bgimg {
    background-image: url("/images/system/Booknow_Default_1.jpg");
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    /* 	background-attachment: fixed; */
    background-position: center center;
    background-repeat: no-repeat;
}

/* ---------- LEADERBOARD ---------- */

footer .footer-leaderboard {
    text-align: center;
    padding: 85px 0px;
    background-color: #f3c028;
}

/* ---------- FOOTER SPOTLIGHT ---------- */

footer .footer-spotlight {
    padding: 30px 0px;
    background-color: #1CBCB3;
}

footer .footer-spotlight .t3-module {
    margin-bottom: 0px;
}

/* ---------- NEWSLETTER SIGNUP ---------- */

footer .footer-spotlight .t3-spotlight>div:nth-child(1) .custom h3 {
    font-family: "grafolita-script", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(1) .custom h4 {
    font-size: 32px;
    font-weight: 300;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(1) .custom p {
    margin: 0px;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(1) .custom img {
    width: 40%;
    height: auto;
}

.footer-signup {
    margin-top: 10px !important;
}

.footer-signup h3 {
    margin: 0px 0px 17px 0px;
}

.footer-signup input {
    float: left;
    height: 60px !important;
    font-size: 1.8rem;
    display: inline-block;
}

.footer-signup .email-input {
    font-weight: 300;
    color: #bababa;
    padding: 17px;
    width: 70% !important;
    border-radius: 4px 0px 0px 4px;
    background-color: #fff;
    margin: 0;
}

.footer-signup .submit-btn {
    font-family: "grafolita-script", serif;
    margin: 0px !important;
    width: 30%;
    border: none;
    color: #FFF;
    border-radius: 0px 4px 4px 0px;
    font-weight: 300;
    background-color: #f3c028;
    font-size: 24px;
}

.footer-signup .submit-btn:hover {
    background-color: #f05065;
}

/* ---------- SITE MENU ---------- */

footer .footer-spotlight .t3-spotlight>div:nth-child(2) h3 {
    color: #f3c028;
    margin-top: 10px;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(2) .nav>li>a {
    margin-left: 0px;
    font-weight: 400;
    padding: 6.4px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(2) .nav>li>a:hover {
    text-decoration: underline;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(2) {
    text-align: center;
}

footer .footer-spotlight .t3-spotlight>div:nth-child(2) .module {
    display: inline-block;
    text-align: left;
}

footer .footer-spotlight .footer-switch img {
    border-radius: 4px;
}

/* ---------- FOOTER MPU ---------- */

footer .footer-spotlight .t3-spotlight>div:nth-child(3) .advert {
    float: right;
}

/* ---------- FOOTER SPONSORS ---------- */

footer .footer-sponsors {
    background-color: #FFF;
    padding: 30px 0px;
}

footer .footer-sponsors .bannergroup {
    float: left;
}

footer .footer-sponsors p {
    color: #999999;
    margin: 0px;
    padding-right: 25px;
    padding-left: 12px;
}

footer .footer-sponsors .banneritem {
    display: inline-block;
    margin-left: 12px;
    margin-top: 10px;
}

/* ---------- FOOTER INFO ---------- */

footer .footer-copyright {
    background-color: #313131;
    padding: 15px 0px 10px;
}

footer .footer-copyright .custom {
    display: table;
    width: 100%;
}

footer .footer-copyright .custom p {
    display: table-cell;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: bottom;
}

footer .footer-copyright .custom p:nth-child(1) a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}

footer .footer-copyright .custom p:nth-child(2) {
    text-align: right;
}

footer .footer-copyright .custom p:nth-child(2) img {
    width: 190px;
    height: auto;
}

/* whats on*/

.whatsOnSection p,
.whatsOnSection a {
    text-align: center;
}

.whatsOnSection p:nth-child(1) {
    font-size: 20px;
    margin: 10px 0;
}

.whatsOnSection a {
    color: #f3c028;
}

.whatsOnImage .qx-img-responsive {
    margin: auto;
}

.whatsOnRow {
    margin-bottom: 40px;
}

.whatsOnText p {
    color: #666;
}

.whatsOnText a {
    font-family: "grafolita-script", cursive;
    font-size: 25px;
}

/* AIDANEWS */

/* AIDANEWS2
-------------------------------------------------*/

.aidanews2_table .aidanews2_tabrow .aidanews2_art {
    border: none !important;
}

.aidanews2 .even {
    background: none !important;
}

.aidanews2 img {
    padding: 0 !important;
    border: none !important;
}

.aidanews2_mainC {
    overflow: hidden !important;
}

.custom.title {
    color: #8f8f8f !important;
    background-color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom.title h3 {
    margin: 10px 0px;
    font-weight: 400;
    color: #8f8f8f !important;
    font-weight: 100;
    padding: 5px 15px;
}

.itemid-773 .aidanews2 img {
    float: none !important;
}

/* Pagination -------------*/

.paginationstyle .flatview a,
.paginationstyle .next,
.paginationstyle .previous {
    background-color: transparent !important;
    border: none !important;
    color: #8DC63F !important;
    font-weight: 600 !important;
}

.paginationstyle .next,
.paginationstyle .previous {}

body .paginationstyle .selected {
    color: #00613B !important;
}

.paginationstyle .next:after {
    font-family: FontAwesome;
    content: "\f054";
    padding-left: 5px;
    position: relative;
    top: 1px;
    font-weight: 100 !important;
}

.paginationstyle .previous:before {
    font-family: FontAwesome;
    content: "\f053";
    padding-right: 5px;
    position: relative;
    top: 1px;
    font-weight: 100 !important;
}

/*no copy in Aidanews*/

.aidaNoCopy {}

.aidaNoCopy .aidanews2_mainC {
    padding-bottom: 0 !important;
    min-height: 235px !important;
}

/* List Layout -------------*/

.aidaListLayout {}

.aidaListLayout .aidanews2_art {
    width: 389px;
    margin-left: 15px;
}

.aidaListLayout .aidanews2_positions {
    padding: 0 !important;
}

.aidaListLayout .col_2 {
    margin: 0 15px;
}

.aidaListLayout .aidanews2_table .aidanews2_tabrow .aidanews2_art {
    width: 32.445% !important;
}

.aidaListLayout .aidanews2_mainC {
    background-color: #fff;
    margin-bottom: 15px;
    min-height: 320px;
    padding-bottom: 15px;
}

.aidaListLayout .aidanews2 img {
    margin: 0;
}

.aidaListLayout .aidanews2_title a {
    font-weight: 400 !important;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin: 15px;
}

.aidaListLayout .aidanews2_text {
    margin: 0 15px;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.4;
}

.aidaListLayout .readon {
    margin: 10px 15px 0 0 !important;
    display: inline-block;
    float: right;
}

.aidaListLayout .aidanews2_readmore {
    background: url('../images/arrow_right_green.png');
    display: block;
    position: relative;
    float: right;
    text-indent: -4000px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
}

.aidaListLayout .aidanews2_img1 {
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #690 !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 47%;
}

.aidaListLayout .aidanews2_img1 img {
    position: absolute;
    top: 0px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* Highlights Layout -------------*/

.t3-related .aidaHighlightsLayout {
    margin-left: -15px;
}

/*.aidaord_1 {margin-left: 0 !important;}*/

.aidaHighlightsLayout .aidanews2_art {
    width: calc((100% / 3) - 15px);
    /* width: calc((100% / 4) - 15px); */
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.aidaHighlightsLayout .aidanews2_positions {
    padding: 0 !important;
    position: relative;
    padding-top: 82.2% !important;
    overflow: hidden;
    background: #FFF;
}

.aidaHighlightsLayout .col_2 {
    margin: 0 15px;
}

.aidaHighlightsLayout .aidanews2_table .aidanews2_tabrow .aidanews2_art {
    width: 32.445% !important;
}

.aidaHighlightsLayout .aidanews2_main {
    background-color: #1dbdb3 !important;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 305px !important;
}

.aidaHighlightsLayout .aidanews2_mainC {
    display: inline-block;
}

.aidaHighlightsLayout .aidanews2 img {
    margin: 0;
}

.aidaHighlightsLayout .aidanews2_title a {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin: 15px;
}

.aidaHighlightsLayout .aidanews2_text {
    margin: 0 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
}

.aidaHighlightsLayout .readon {
    margin: 13px 15px 0 0 !important;
    display: inline-block;
    float: right;
    opacity: 0.5;
}

.aidaHighlightsLayout .aidanews2_readmore {
    background: url('../images/arrow_link.png');
    display: block;
    position: relative;
    float: right;
    text-indent: -4000px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
}

/*
.aidaHighlightsLayout .aidanews2_img1 {
display: block;
overflow: hidden;
margin-left: auto;
margin-right: auto;
position: relative;
padding-top: 68%;
}
.aidaHighlightsLayout .aidanews2_img1 img {
position: absolute;
top: 0px;
width: auto;
height: 100%;
object-fit: cover;
}
*/

.aidaHighlightsLayout .aidanews2_img1 {
    display: block;
    overflow: hidden;
    margin-left: -25%;
    position: relative;
    height: 100%;
    width: 560px;
}

.aidaHighlightsLayout .aidanews2_img1 img {}

/* IE9 HACK
.aidaHighlightsLayout .aidanews2_img1 img:root img {
height:auto;
width:auto;
}   */

/* IE10+ HACK
.aidaHighlightsLayout .aidanews2_img1 img_:-ms-lang(x), img {
height:auto;
width:auto;
} */

.aidaHighlightsLayout .aidanews2_img2 img {
    height: 60px;
    margin: auto;
    display: block;
    float: none !important;
    width: auto;
    padding: 10px 0 !important;
}

.aidaHighlightsLayout .aidanews2_img2 img {
    height: auto;
    margin: auto;
    display: block;
    float: none !important;
    max-width: 150px !important;
    max-height: 100px !important;
    padding: 10px 0 !important;
}

.aidaHighlightsLayout .aidanews2_head {
    position: absolute;
    top: 0px;
    width: 100%;
}

.aidaHighlightsLayout .aidanews2_main {
    border-top: 3px solid #fcc22d !important;
    position: absolute;
    width: 100%;
    bottom: 0px !important;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    margin-bottom: 56px;
}

.aidaHighlightsLayout .aidanews2_text {
    color: white;
    display: inline-block;
    height: auto;
    padding: 15px 0 10px 0px;
}

.sponsbytitle1 {
    margin-bottom: 7px;
}

/* Highlight Colors ---*/

.aidaHighlightsLayout .aidanews2_art .aidanews2_title a {
    color: #fff !important;
}

.aidaHighlightsLayout .aidanews2_art .aidanews2_title {
    padding: 2px 0px !important;
    display: block !important;
}

.aidaHighlightsLayout .aidanews2_art .aidanews2_title {
    background-color: #b73375;
}

/* VIDEOS TESTIMONIALS OVERLAY */

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:before {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 5;
    background: rgba(231, 70, 130, 0.5);
    padding-left: 2px;
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(1):before {
    content: "Rosie Dummer";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(2):before {
    content: "Rosie Dummer & Rosemary Shrager";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(3):before {
    content: "Rosemary Shrager";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(4):before {
    content: "Rosemary Shrager - Vid2";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(5):before {
    content: "Richard Hawes";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(6):before {
    content: "Molly Robbins";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(7):before {
    content: "Kitchen Aid";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(8):before {
    content: "Juliet Sear";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(9):before {
    content: "Julie Walsh";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(10):before {
    content: "Eric Lanlard";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(11):before {
    content: "Ridiculously Rich by Alana";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(12):before {
    content: "Dr Oetker";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(13):before {
    content: "Salter Housewares";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(14):before {
    content: "Cake Angels";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(15):before {
    content: "Baking Mad";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(16):before {
    content: "Wrights";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(17):before {
    content: "Le Cordon Bleu";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(18):before {
    content: "Cake Craft World";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(19):before {
    content: "Karen Davies Sugarcraft";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(20):before {
    content: "The Cake Decorating Company";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(21):before {
    content: "Food Thoughts";
}

#unitegallery_3_1 .ug-thumb-wrapper.ug-tile.ug-tile-clickable:nth-child(22):before {
    content: "Homepride";
}

iframe.salesVideo {
    height: 310px;
}

.itemid-669 #player {
    height: 469px !important;
}

.qx-element-accordion .collapsible-header {
    padding: 5px;
    background-color: #1dbdb3;
    text-align: center;
    color: white;
    font-size: 20px;
}

.qx-element-accordion .collapsible-body {
    background: #f3f2ed;
    border-top: 5px solid #e74682;
    border: 2px solid #1ebeb3;
}

.qx-element-accordion .collapsible-body p {
    color: #666;
}

.itemid-670 #qx-modal-popup-6914 .trigger,
.itemid-481 #qx-modal-popup-6914 .trigger {
    text-align: center !important;
}

.itemid-670 #qx-modal-popup-6914 .trigger button,
.itemid-481 #qx-modal-popup-6914 .trigger button {
    background: #b73375;
    color: white;
    letter-spacing: 1px;
}

.itemid-670 #qx-modal-popup-6914 .trigger button:hover {
    background: #e74682;
}

.qx-element-accordion .collapsible-header {
    transition: 350ms ease all;
}

.qx-element-accordion .collapsible-header:hover {
    background-color: #1fd8cc;
    transition: 350ms ease all;
}

.qx-element-accordion .collapsible-header.active:hover {
    background-color: #1dbdb3;
    transition: 350ms ease all;
}

#Mod244 .module-title {
    display: none;
}

/*______whats on menu_______*/

#scgallerywhatson {
    width: 100% !important;
    text-align: center;
}

#scgallerywhatson .boxgrid {
    border: none !important;
    width: calc((100% / 3) - 40px) !important;
}

#scgallerywhatson .boxgrid img {
    width: auto;
    height: 106%;
}

#scgallerywhatson .boxgrid .boxcaption {
    height: fit-content;
    transition: 350ms ease all;
    padding-bottom: 100px;
    color: white;
}

#scgallerywhatson .boxgrid .boxcaption .teaser-title {
    color: white;
}

#scgallerywhatson .boxgrid .teaser-text {
    background: #fcc22d;
    padding: 10px 10px 40px 10px !important;
    text-align: center !important;
}

#scgallerywhatson .boxgrid:hover .boxcaption {
    transition: 350ms ease all;
}

#Mod244 .nav>li {
    min-height: 55px;
}

.headerRight {
    display: table-cell;
    text-align: right;
    text-align: left;
}

.headerRight h3 {
    margin-right: -15px;
    width: 100%;
    font-size: 27px;
    display: inline-block;
    text-align: right;
    width: auto;
}

.headerLeft,
.headerRight,
.middleHome {
    max-width: 390px;
    vertical-align: middle;
    width: 33%;
}

.headerLeft {
    vertical-align: middle;
    display: table-cell;
    /*   column-count: 1; */
    display: table-cell;
    text-align: right;
}

.headerLeft h3 {
    display: inline-block;
    text-align: left;
}

.middleHome {
    width: 33.33%;
    padding: 4px calc(14vw - 50px);
    box-sizing: content-box;
    display: table-cell;
}

.moveDown {
    margin-top: 20px;
}

/* ---------- */

/* ---------- SOCIAL ICON OVERRIDE ---------- */

/* ---------- */

body [class*="foundicon-"]:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
}

/* icons */

body .foundicon-rss:before {
    content: "\f002";
}

body .foundicon-facebook:before {
    content: "\f09a";
}

body .foundicon-twitter:before {
    content: "\f099";
}

body .foundicon-pinterest:before {
    content: "\f0d2";
}

body .foundicon-github:before {
    content: "\f006";
}

body .foundicon-path:before {
    content: "\f007";
}

body .foundicon-linkedin:before {
    content: "\f0e1";
}

body .foundicon-dribbble:before {
    content: "\f009";
}

body .foundicon-stumble-upon:before {
    content: "\f00a";
}

body .foundicon-behance:before {
    content: "\f00b";
}

body .foundicon-reddit:before {
    content: "\f00c";
}

body .foundicon-google-plus:before {
    content: "\f00d";
}

body .foundicon-youtube:before {
    content: "\f16a";
}

body .foundicon-vimeo:before {
    content: "\f00f";
}

body .foundicon-flickr:before {
    content: "\f010";
}

body .foundicon-slideshare:before {
    content: "\f011";
}

body .foundicon-picassa:before {
    content: "\f012";
}

body .foundicon-skype:before {
    content: "\f013";
}

body .foundicon-steam:before {
    content: "\f014";
}

body .foundicon-instagram:before {
    content: "\f16d";
}

body .foundicon-foursquare:before {
    content: "\f016";
}

body .foundicon-delicious:before {
    content: "\f017";
}

body .foundicon-chat:before {
    content: "\f018";
}

body .foundicon-torso:before {
    content: "\f019";
}

body .foundicon-tumblr:before {
    content: "\f01a";
}

body .foundicon-video-chat:before {
    content: "\f01b";
}

body .foundicon-digg:before {
    content: "\f01c";
}

body .foundicon-wordpress:before {
    content: "\f01d";
}

/* Cake Competition Terms and Conditions */

#qx-modal-popup-6914_Modal .modal-dialog {
    width: 90%;
}

.itemid-123 h3.mnwall-title,
.itemid-150 h3.mnwall-title {
    min-height: 51px;
}

.itemid-511 label,
.itemid-511 .rsform-block-media-passes {
    font-size: 1.6em;
}

.hidden-menu {
    display: none;
}

.sponsoredBy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
    font-size: 15px;
    color: white;
    background-color: #ee465a;
    width: 73%;
    margin: auto;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#qx-image-176 img {
    border-bottom: 5px solid #ef465a;
}

.formResponsive .formHorizontal .rsform-block {
    position: relative;
}

.rsform-block-captcha iframe {
    height: 100px;
}

.mega-nav.level2 .mega-dropdown-menu {
    display: none !important;
}

/* LARGE DESKTOP
-------------------------------------------------*/

@media (max-width: 1400px) {
    .home.itemid-121 .banner-content,
    .home.itemid-120 .banner-content {
        background-position-x: 0px !important;
        background-size: 40% auto;
    }
    .t3-navbar .nav>li>a,
    .t3-navbar .nav>li>.separator {
        margin: 0px 10px;
    }
    .topbar .dates p,
    .t3-navbar .nav>li>a,
    .t3-navbar .nav>li>.separator {
        font-size: 14px;
    }
}

/* LARGE DESKTOP
-------------------------------------------------*/

@media (max-width: 1200px) {
    /* GENERAL
------------------------------- */
    .container {
        width: auto;
        max-width: 900px;
    }
    .fixed-social {
        display: none;
    }
    .t3-wrapper {
        padding-top: 160px;
    }
    /* HEADER
------------------------------- */
    .logo-wrap {
        width: 190px;
    }
    /* MOBILE MENU
------------------------------- */
    .topbar-bg {}
    .topbar .head-phonenumber {
        display: none;
    }
    body .navbar-collapse.collapse {
        display: none !important;
    }
    body .off-canvas-toggle {
        display: block !important;
        float: right;
        position: relative;
    }
    .t3-off-canvas .t3-off-canvas-header {
        height: 90px;
    }
    body.off-canvas-open .off-canvas-toggle {
        /*
		-webkit-transform: 	translateX(112px);
	    -moz-transform: 	translateX(112px);
	    -o-transform: 		translateX(112px);
	    transform: 			translateX(112px);
*/
    }
    /* BODY
------------------------------- */
    /*
	.mainbanner .banner-img {
		background-size: auto 320px !important;
	}	
*/
    .aidaHighlightsLayout .aidanews2_img1 img {
        height: 192px;
        width: auto;
    }
    .home .mainbanner .banner-img {
        background-size: cover !important;
    }
    .home-block-1 .custom,
    .home-block-2 .custom h1,
    .home-block-2 .custom h2,
    .home-block-2 .custom h3 {
        margin-left: 20%;
        margin-right: 10%;
    }
    /* FOOTER
------------------------------- */
    footer .footer-spotlight .t3-spotlight>div:nth-child(3) .advert {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    /* SPLASH PAGE
------------------------------- */
    .splash-block h1 {
        font-size: 39px;
    }
    .splash-block h2 {
        font-size: 30px;
    }
    .splash-block h3 {
        font-size: 20px;
    }
}

/* DESKTOP
-------------------------------------------------*/

@media (min-width: 1025px) {
    /* GENERAL
------------------------------- */
    /* HEADER
------------------------------- */
    /* BODY
------------------------------- */
    /* FOOTER
------------------------------- */
}

/* LAPTOP
-------------------------------------------------*/

@media (max-width: 1024px) {
    /* GENERAL
------------------------------- */
    /* HEADER
------------------------------- */
    /* BODY
------------------------------- */
    /* FOOTER
------------------------------- */
}

/* TABLET - Horizontal
-------------------------------------------------*/

@media (max-width: 979px) {
    /* GENERAL
------------------------------- */
    .container {
        width: auto;
        max-width: 890px;
    }
    /* HEADER
------------------------------- */
    /* BODY
------------------------------- */
    .home.itemid-120 .mainbanner,
    .home.itemid-121 .mainbanner,
    .home.itemid-101 .mainbanner {
        height: 100%;
    }
    .mnwall-list #mnwall_iso_container_4 .mnwall-cover {
        width: 100% !important;
        max-width: inherit !important;
    }
    .home-block-1 .custom,
    .home-block-2 .custom h1,
    .home-block-2 .custom h2,
    .home-block-2 .custom h3 {
        margin-left: 10%;
        margin-right: 0%;
    }
    .home-block-2 .mnwall_iso_container>div:nth-last-child(1) {
        display: none !important;
    }
    .home-block {
        padding: 30px 0px;
    }
    .mainbanner .banner-wrap .banner-content img {
        max-width: 100%;
        width: auto;
        min-width: inherit;
    }
    /* FOOTER
------------------------------- */
    footer .footer-spotlight .t3-spotlight>div:nth-child(2) {
        text-align: left;
        margin-top: 20px;
    }
    footer .footer-spotlight .t3-spotlight>div:nth-child(3) {
        margin-top: 25px;
    }
    footer .footer-spotlight .t3-spotlight>div:nth-child(3) .advert {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 0px;
    }
    footer .footer-spotlight .t3-spotlight>div:nth-child(1) .custom img {
        width: auto;
        height: auto;
    }
    /* SPLASH
------------------------------- */
    .splash-block.manchester-message>.inner .custom {
        float: right;
        text-align: right;
        margin-right: 5px;
    }
    .splash-block.london-message>.inner .custom {
        float: left;
        text-align: left;
        margin-left: 5px;
    }
    .splash-block h1 {
        font-size: 25px;
    }
    .splash-block h2 {
        font-size: 25px;
    }
    .splash-block h3 {
        font-size: 14px;
    }
    .splash-block h3 span {
        margin-top: 5px;
    }
}

/* TABLET - Portrait
-------------------------------------------------*/

@media (min-width: 700px) and (max-width: 768px) {
    .sponsoredBy {
        bottom: 125px !important;
    }
    .sponsoredBy p {
        font-size: 10px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1025px) {
    .sponsoredBy {
        bottom: 125px !important;
    }
    .sponsoredBy p {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    /* GENERAL
------------------------------- */
    /* HEADER
------------------------------- */
    .logo-wrap {
        width: 175px;
    }
    .topbar .dates {
        padding: 10px 0px 10px 164px;
    }
    .topbar .head-booktickets a {
        padding: 10px 6px 6px 6px;
        font-size: 17px;
    }
    .topbar .head-booktickets {
        margin: 0px 10px 0px 0px;
    }
    .topbar .head-booktickets em,
    .topbar .head-social {
        display: none;
    }
    .topbar .dates p {
        font-size: 12px;
    }
    /* BODY
------------------------------- */
    .view-category .t3-content {
        width: 100%;
    }
    .view-category .t3-sidebar {
        width: 100%;
    }
    .view-category .t3-sidebar .news-signup {
        display: none;
    }
    body #t3-content .mnwall-columns .mnwall-photo-link img {
        width: 100% !important;
        height: auto !important
    }
    .mnwall-item-inner .mnwall-title a {
        width: 90%;
        display: inline-block !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* FOOTER
------------------------------- */
}

/* Container Fix
-------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 360px;
    }
    .page-objects-wrap {
        display: none;
    }
    .item-page .page-body a {
        word-wrap: break-word;
    }
    /* Search
------------------- */
    #searchForm .btn-group.searchInput {
        width: 55% !important;
    }
    #searchForm .btn-group.searchFltr {
        width: 20% !important;
    }
    #searchForm .btn-group.searchBtn {
        width: 25% !important;
    }
    #searchForm .btn-group input {
        height: 100% !important;
        width: 100% !important;
    }
    #searchForm .btn-group input,
    #searchForm .btn-group button {
        font-size: 1.5rem;
    }
    /* PHONE
-------------------------------------------------*/
    /* GENERAL
------------------------------- */
    .container {
        width: 360px !important;
        max-width: 100% !important;
    }
    .t3-wrapper {
        padding-top: 85px;
    }
    .page-objects-wrap {
        display: none;
    }
    .t3-mainbody {
        padding-top: 60px;
    }
    /* HEADER
------------------------------- */
    .logo-wrap {
        width: 130px;
        min-width: 90px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    body .topbar .off-canvas-toggle {
        top: 40px;
        font-size: 18px;
        padding-left: 15px;
        position: fixed;
        right: 0px;
        margin-top: 6px;
    }
    .topbar .head-booktickets {
        position: fixed;
        top: 45px;
        right: 100px;
        margin-right: 0px;
        width: auto;
        display: block;
        white-space: nowrap;
    }
    .home.itemid-121 .topbar .head-booktickets,
    .home.itemid-120 .topbar .head-booktickets {
        right: 100%;
    }
    .home.itemid-121 .menuBody .topbar .head-booktickets,
    .home.itemid-120 .menuBody .topbar .head-booktickets {
        right: 100px;
    }
    .topbar .head-booktickets a {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .London .topbar .head-booktickets a {
        color: #b13072;
    }
    .Manchester .topbar .head-booktickets a {
        color: #158f92;
    }
    .topbar .head-booktickets em,
    .topbar .head-social {
        display: none;
    }
    .topbar .head-booktickets a {
        font-size: 17px;
        text-align: center;
        padding: 11px 5px 5px 5px;
        letter-spacing: 0px;
        border-radius: 0px 0px 6px 6px;
        font-weight: bold;
    }
    body .topbar .dates {
        margin-left: 0px;
        padding: 10px 10px 0px 100px;
        margin-top: 0px;
        width: 100%;
        display: block;
        float: right;
        text-align: right;
    }
    .topbar .dates p {
        font-size: 11px;
    }
    .t3-off-canvas .t3-off-canvas-header {
        height: 88px;
    }
    /* BODY
------------------------------- */
    html body #t3-content .page-header h2 {
        font-size: 25px;
    }
    html body .full-header .page-header h1 {
        font-size: 50px;
    }
    html body .full-header .page-header {
        padding-bottom: 10px;
    }
    .item-page {
        margin-bottom: 30px;
    }
    footer .footer-booktickets .custom .cab-btn {
        font-size: 25px;
        padding: 5px 15px;
    }
    .home .banner-content .container {
        width: 100% !important;
    }
    .home .banner-content .container .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .mnwall-columns .mnwall-photo-link img {
        /*
		width: 100% !important;
		height: auto !important;
*/
    }
    .home-block-1 .custom,
    .home-block-2 .custom h1,
    .home-block-2 .custom h2,
    .home-block-2 .custom h3 {
        margin-left: 0%;
        margin-right: 0%;
    }
    .home-block-2 .mnwall_iso_container>div:nth-last-child(1),
    .home-block-2 .mnwall_iso_container>div:nth-last-child(2) {
        display: none !important;
    }
    .home-blocks .float-item {
        display: none !important;
    }
    .home-blocks h1 {
        font-size: 60px;
    }
    .home-blocks h2 {
        font-size: 40px;
    }
    .home-blocks h3 {
        font-size: 30px;
    }
    .home .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont .mnwall-cover {
        display: block;
    }
    .mainbanner .banner-wrap .banner-content a span {
        display: block;
        display: none;
    }
    .home .mainbanner .banner-img {
        background-position: center center;
        background-size: auto 120% !important;
    }
    .mainbanner .banner-wrap .banner-content h1 {
        font-size: 25px;
    }
    .mainbanner .banner-wrap .banner-content h2 {
        font-size: 23px;
    }
    .mainbanner .banner-wrap .banner-content h3 {
        font-size: 22px;
    }
    .mainbanner .banner-wrap .banner-content a {
        margin-top: 5px;
    }
    .mainbanner .banner-wrap .banner-content img {
        margin: 10px 0px;
    }
    .home.itemid-120 #banner-content:after,
    .home.itemid-121 #banner-content:after {
        margin-bottom: 5px;
    }
    .mainbanner .banner-img {
        background-size: 380%;
        background-position: 20% 85px;
    }
    .mainbanner {
        height: 210px;
    }
    .home.itemid-120 .mainbanner,
    .home.itemid-121 .mainbanner,
    .home.itemid-101 .mainbanner {
        height: 100%;
    }
    body .mnwall-columns .mnwall-photo-link img {
        height: auto !important;
        width: 100% !important;
    }
    .home.itemid-120 #t3-wrapper .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner,
    .home.itemid-121 #t3-wrapper .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner {
        padding: 15px 0px 0px !important;
    }
    .home.itemid-120 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont .mnwall-cover,
    .home.itemid-121 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont .mnwall-cover {
        display: block !important;
    }
    #mnwall_iso_container_2 .mnwall-item {
        padding: 10px 30px !important;
    }
    iframe[src*="https://www.youtube.com/"] {
        width: 100%;
        height: 160px;
    }
    .home.itemid-120 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont,
    .home.itemid-121 .mnwall_container.recipes .mnwall-item:nth-child(even) .mnwall-item-inner-cont {
        display: block !important;
    }
    .mnwall-item-inner .mnwall-title a {
        overflow: visible;
        white-space: normal;
        width: auto !important;
    }
    /* FOOTER
------------------------------- */
    .footer-leaderboard {
        display: none;
    }
    #t3-mainbody .content-footer {
        margin-top: 0px;
    }
    footer .footer-spotlight .t3-spotlight>div:nth-child(1) .custom p img {
        width: 50%;
        height: auto;
    }
    .footer-signup .submit-btn {
        font-size: 18px;
    }
    footer .footer-copyright .custom p {
        display: block;
        width: 100%;
        text-align: center !important;
    }
    footer .footer-copyright .custom p:nth-child(2) img {
        float: none !important;
    }
    footer .footer-spotlight .t3-spotlight>div:nth-child(3) .advert img {
        max-width: 100%;
        height: auto;
    }
    .splash-block.main-logo {
        position: absolute;
        top: -50%;
    }
    .splash-block.main-logo img {
        max-width: 280px;
    }
    .splash-block.london-message,
    .splash-block.manchester-message {
        margin-top: 100px;
    }
    .splash-content>.inner {
        width: 100%;
    }
    .splash-content>.inner .row {
        margin: 0px 0px;
    }
    .splash-block h1 {
        font-size: 15px;
    }
    .splash-block h2 {
        font-size: 15px;
    }
    .splash-block h3 {
        font-size: 16px;
    }
    .splash-block span {
        margin-top: 5px;
        font-size: 13px;
    }
    section.splash-img-left.first,
    section.splash-img-right.second {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        width: 50% !important;
        float: left;
        top: 0px;
    }
    section.splash-img-left .first-img,
    section.splash-img-right .second-img {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        width: 100% !important;
    }
    section.splash-img-left.first {
        border-right: 2px solid rgb(255, 255, 255) !important;
        border-bottom: none !important;
    }
    section.splash-img-right.second {
        left: 50% !important;
        top: 0px !important;
    }
    .first-img .bg-img {
        background-position: center right;
    }
    .second-img .bg-img {
        background-position: center left;
    }
}

/* BROWSER SPECIFIC 
-------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .myClass {
        color: red;
    }
    /* Safari only override */
    ::i-block-chrome,
    .home.itemid-120 .mainbanner,
    .home.itemid-121 .mainbanner,
    .home.itemid-101 .Landing .mainbanner,
    #t3-off-canvas {
        height: 100%;
    }
    ::i-block-chrome,
    .iframe {
        height: 70%;
    }
    .t3-off-canvas-body {
        height: calc(100% - 88px);
    }
}

@media (min-width: 416px) {
    .custom_mobilelogo {
        display: none;
    }
}

@media (max-width: 415px) {
    #banner-content {
        background: url('../images/mobile_bg.jpg');
        background-size: cover;
    }
    .custom_desktop {
        display: none;
    }
    .custom_mobilelogo {
        display: block;
    }
    .custom_mobilelogo img {
        max-width: 280px;
    }
    .custom_mobilelogo p {
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        color: #65beb4;
    }
    footer .footer-sponsors .banneritem {
        margin-left: 0;
        max-height: 90px;
    }
    footer .footer-sponsors .banneritem img {
        width: auto;
        height: 100%;
        max-height: 50px;
        margin-right: 20px;
    }
}

/**
* @package ZenSocial
* @author Joomla Bamboo
* @website www.joomlabamboo.com
* @email design@joomlabamboo.com
* @copyright Copyright (c) 2013 Joomla Bamboo. All rights reserved.
* @license GNU General Public License version 2 or later
**/

/* font-face */

@font-face {
    font-family: "SocialFoundicons";
    src: url("../fonts/social_foundicons.eot");
    src: url("../fonts/social_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/social_foundicons.woff") format("woff"), url("../fonts/social_foundicons.ttf") format("truetype"), url("../fonts/social_foundicons.svg#SocialFoundicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* global foundicon styles */

[class*="foundicon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
}

[class*="foundicon-"]:before {
    font-family: "SocialFoundicons";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
}

#socialicons {
    float: left;
    width: 100%;
}

#socialicons li {
    list-style-type: none
}

#socialicons.zenright li {
    float: right;
    margin-left: 4px;
    text-align: right
}

#socialicons.zenleft li {
    float: left;
    margin-right: 4px;
    text-align: left
}

#socialicons.zencenter {
    float: none;
    margin: 0 auto;
    text-align: center
}

#socialicons.zencenter li {
    float: none;
    display: inline
}

#socialicons.zenright li:last-child i {
    margin-right: 4px;
}

#socialicons i {
    display: inline-block;
    margin-bottom: 10px;
}

#socialicons.zenright i {
    margin: 0 0 12px 4%;
}

#socialicons.zenleft i {
    margin: 0 4% 12px 0;
}

#socialicons.zencenter i {
    margin: 0 4% 12px;
}

/* icons */

.foundicon-rss:before {
    content: "\f002";
}

.foundicon-facebook:before {
    content: "\f003";
}

.foundicon-twitter:before {
    content: "\f004";
}

.foundicon-pinterest:before {
    content: "\f005";
}

.foundicon-github:before {
    content: "\f006";
}

.foundicon-path:before {
    content: "\f007";
}

.foundicon-linkedin:before {
    content: "\f008";
}

.foundicon-dribbble:before {
    content: "\f009";
}

.foundicon-stumble-upon:before {
    content: "\f00a";
}

.foundicon-behance:before {
    content: "\f00b";
}

.foundicon-reddit:before {
    content: "\f00c";
}

.foundicon-google-plus:before {
    content: "\f00d";
}

.foundicon-youtube:before {
    content: "\f00e";
}

.foundicon-vimeo:before {
    content: "\f00f";
}

.foundicon-flickr:before {
    content: "\f010";
}

.foundicon-slideshare:before {
    content: "\f011";
}

.foundicon-picassa:before {
    content: "\f012";
}

.foundicon-skype:before {
    content: "\f013";
}

.foundicon-steam:before {
    content: "\f014";
}

.foundicon-instagram:before {
    content: "\f015";
}

.foundicon-foursquare:before {
    content: "\f016";
}

.foundicon-delicious:before {
    content: "\f017";
}

.foundicon-chat:before {
    content: "\f018";
}

.foundicon-torso:before {
    content: "\f019";
}

.foundicon-tumblr:before {
    content: "\f01a";
}

.foundicon-video-chat:before {
    content: "\f01b";
}

.foundicon-digg:before {
    content: "\f01c";
}

.foundicon-wordpress:before {
    content: "\f01d";
}

.topbar .head-social li i {
    font-size: 17px !important;
}

#socialicons.mid129 i {
    font-size: 1.4em;
    color: #ffffff;
}

#socialicons.mid129 i:hover {
    font-size: 1.4em;
    color: #f3c028;
}