article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

.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;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre.prettyprint {
    margin-bottom: 20px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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,
.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,
.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,
.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 {
    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 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    .container {
        max-width: 750px;
    }
    .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 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px;
    }
    .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 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
    .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 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    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-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    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>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;
    border-color: #d6e9c6;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.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;
    border-color: #eed3d7;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.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;
    border-color: #fbeed5;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

@media (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #dddddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff;
    }
    .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>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

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;
    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;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    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;
    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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    display: inline;
    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"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.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 {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-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-error .help-block,
.has-error .control-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-success .help-block,
.has-success .control-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;
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.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:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-default .caret {
    border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none;
}

.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:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.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 .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 {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.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>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-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 {
    float: none;
    display: table-cell;
    width: 1%;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    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 {
    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 {
    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;
    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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -4px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.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.428571429;
    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;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #ffffff;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 5px;
}

.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;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0;
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width:768px) {
    .navbar>.container .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;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.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: #e6e6e6;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.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;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

@media (max-width:767px) {
    .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-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;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-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;
}

.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 {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    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 {
    background-color: #eeeeee;
}

.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>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:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #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;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.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;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p {
    line-height: 1.4;
}

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca;
}

.thumbnail>img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.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 {
    padding-right: 35px;
}

.alert-dismissable .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: #fbeed5;
    color: #c09853;
}

.alert-warning hr {
    border-top-color: #f8e5be;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
    color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 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;
    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;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #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;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

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;
    background-color: #f5f5f5;
}

.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 {
    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-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-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table {
    margin-bottom: 0;
}

.panel>.panel-body+.table {
    border-top: 1px solid #dddddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-title>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-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #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-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-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-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}

.panel-danger {
    border-color: #eed3d7;
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}

.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-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.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;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #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.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #428bca;
}

.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-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.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 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #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;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 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;
    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;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #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;
}

.modal-open {
    overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

.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: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    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.428571429px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media screen and (min-width:768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .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);
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.carousel-control:hover,
.carousel-control:focus {
    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%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.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 .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.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;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
    tr.hidden-xs {
        display: none !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
    tr.hidden-xs.hidden-sm {
        display: none !important;
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }
    tr.hidden-xs.hidden-md {
        display: none !important;
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }
    tr.hidden-xs.hidden-lg {
        display: none !important;
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }
    tr.hidden-sm.hidden-xs {
        display: none !important;
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
    tr.hidden-sm {
        display: none !important;
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }
    tr.hidden-sm.hidden-md {
        display: none !important;
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }
    tr.hidden-sm.hidden-lg {
        display: none !important;
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }
    tr.hidden-md.hidden-xs {
        display: none !important;
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }
    tr.hidden-md.hidden-sm {
        display: none !important;
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
    tr.hidden-md {
        display: none !important;
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }
    tr.hidden-md.hidden-lg {
        display: none !important;
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }
    tr.hidden-lg.hidden-xs {
        display: none !important;
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }
    tr.hidden-lg.hidden-sm {
        display: none !important;
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }
    tr.hidden-lg.hidden-md {
        display: none !important;
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
    tr.hidden-lg {
        display: none !important;
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .hidden-print {
        display: none !important;
    }
    tr.hidden-print {
        display: none !important;
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

#config-wrapper {
    width: 210px;
    z-index: 8000;
    float: left;
    margin: 20px;
}

#config {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #CFCFCF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#config input.z-textbox {
    float: right;
    width: 50px;
    padding: 0px .2em;
    line-height: 1.6em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background-color: #FAFAFA;
}

.config-title {
    color: black;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom: 1px solid #CFCFCF;
    text-shadow: 0 1px 0 white;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    background: #eee;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
    background: -webkit-linear-gradient(top, #fff, #f3f3f3);
    background: -moz-linear-gradient(top, #fff, #f3f3f3);
    background: -ms-linear-gradient(top, #fff, #f3f3f3);
    background: -o-linear-gradient(top, #fff, #f3f3f3);
    background: linear-gradient(top, #fff, #f3f3f3);
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.box-title {
    font-size: 12px;
    height: 30px;
    line-height: 41px;
    text-align: left;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    margin-right: 4px;
}

.input-box {
    padding: 10px;
    padding-left: 40px;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}

.input-box select {
    background: #F7F7F7;
    width: 120px;
    border: 1px solid rgba(23, 24, 26, 0.15);
    font-size: 11px;
    color: black;
}

#config-wrapper .images {
    width: 165px;
    padding-left: 25px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    padding-bottom: 10px;
    position: relative;
    z-index: 1000000;
}

#config-wrapper .images img.active {
    border: 0px solid #CCC;
    opacity: 0.5;
}

#config-wrapper .images img {
    width: 25px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 7px;
    z-index: 1000;
}

img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

#config-wrapper .close {
    background-position: top left;
    position: absolute;
    top: 45px;
    left: -35px;
    width: 35px;
}

#config-wrapper .style-toggle {
    width: 35px;
    height: 43px;
    background: url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/colorpicker/style_arrow.png);
    cursor: pointer;
}

#config-wrapper .open {
    background-position: bottom left;
    position: absolute;
    top: 45px;
    right: 0;
    width: 35px;
    display: none;
}

.switcher .content {
    padding: 5px 20px 16px 20px;
    overflow: hidden;
    background: white;
    border-radius: 0 0 6px 6px;
}

.switcher-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 4px;
    margin-top: 4px;
}

.styleswitch {
    border: 1px solid #d1d1d1;
    padding: 2px;
    display: block;
    float: left;
    margin: 4px;
    background: white;
}

.styleswitch.active {
    border-color: #ccc !important;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
}

.styleswitch:hover {
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}

.styleswitch span {
    width: 54px;
    height: 54px;
    display: block;
    cursor: pointer;
    margin: 2px;
    float: left;
    background-color: #ECECEC;
}

.column-2 .styleswitch span {
    width: 100px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin: 2px;
    text-align: center;
    line-height: 28px;
    color: #3F3F3F;
    font-size: 11px;
    text-shadow: 0px 1px 0px black;
    text-shadow: rgba(255, 255, 255, .5) 0px -1px 0px;
}

.column-2 .styleswitch.active span {
    background-color: #DD3C4D;
    color: white;
}

.theme.switcher-box .styleswitch {
    border: 1px solid #E6E6E6;
    padding: 4px;
    float: left;
    margin: 2px;
}

.theme.switcher-box .styleswitch span {
    width: 31px;
    height: 31px;
    cursor: pointer;
    float: left;
    border-radius: 0;
    background-color: #DFDFDF;
    margin: 0;
}

.small.switcher-box .styleswitch {
    padding: 1px;
    margin: 2px;
}

.small.switcher-box .styleswitch span {
    width: 25px;
    height: 25px;
}

.medium.switcher-box .styleswitch {
    padding: 1px;
    margin: 2px;
}

.medium.switcher-box .styleswitch span {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.25) inset, 0px -1px 3px 2px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 6px white, 0px 0px 0px 7px rgba(233, 233, 233, 0.75), 0px 0px 0px 5px white;
}

.medium.switcher-box .styleswitch,
.large.switcher-box .styleswitch {
    padding: 8px;
    margin: 4px;
}

.large.switcher-box .styleswitch span {
    width: 65px;
    height: 65px;
}

.medium.switcher-box .styleswitch,
.large.switcher-box .styleswitch {
    border: none;
}

.medium.switcher-box .styleswitch:hover,
.large.switcher-box .styleswitch:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.large.switcher-box .styleswitch span {
    width: 64px;
    height: 64px;
    box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.25) inset, 0px -1px 3px 2px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 6px white, 0px 0px 0px 7px rgba(233, 233, 233, 0.95), 0px 0px 0px 5px white;
}

.medium.switcher-box .styleswitch span:hover,
.large.switcher-box .styleswitch span:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.5) inset, 0px -1px 5px 4px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 7px white, 0px 3px 3px 5px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px white;
    -moz-box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.5) inset, 0px -1px 5px 4px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 7px white, 0px 3px 3px 5px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px white;
    box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.5) inset, 0px -1px 3px 2px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 5px white, 0px 3px 3px 5px rgba(188, 188, 188, 0.6), 0px 0px 0px 6px white;
}

.medium.switcher-box .styleswitch.active,
.large.switcher-box .styleswitch.active {
    border-color: #D6D6D6 !important;
    border-radius: 0;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .25);
}

.medium.switcher-box .styleswitch.active span,
.large.switcher-box .styleswitch.active span {
    box-shadow: 0px 0px 5px 2px rgba(36, 36, 36, 0.1) inset;
}

.ie7 .medium.switcher-box .styleswitch,
.ie8 .medium.switcher-box .styleswitch,
.ie7 .large.switcher-box .styleswitch,
.ie8 .large.switcher-box .styleswitch {
    border: 1px solid #DFDFDF;
    background: #fff;
    padding: 6px;
}

.ie7 .medium.switcher-box .styleswitch.active,
.ie8 .medium.switcher-box .styleswitch.active,
.ie7 .large.switcher-box .styleswitch.active,
.ie8 .large.switcher-box .styleswitch.active {
    border: 1px solid #d1d1d1;
    background: #E6E6E6;
}

.ie7 .medium.switcher-box .styleswitch span,
.ie8 .medium.switcher-box .styleswitch span,
.ie7 .large.switcher-box .styleswitch span,
.ie8 .large.switcher-box .styleswitch span {
    border: 1px solid #DFDFDF;
}

.ie7 .headline span,
.ie8 .headline span,
.ie8 .headline span,
.ie8 .headline span {
    border: 1px solid #D8D8D8;
    border: 1px solid rgba(200, 200, 200, 0.75);
}

.theme.switcher-box .styleswitch.white span {
    background-color: #fff;
}

.theme.switcher-box .styleswitch.crystal span {
    background-color: #F5F5F5;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(243, 243, 243, 1)), color-stop(51%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
}

.theme.switcher-box .styleswitch.silver span {
    background-color: #DFDFDF;
    background-color: #F2F0F0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
    background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
}

.theme.switcher-box .styleswitch.gray span {
    background-color: #B6B6B6;
    background: whiteSmoke;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
}

.theme.switcher-box .styleswitch.black span {
    background-color: #000;
    background: #333333;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
    background: -webkit-linear-gradient(top, #333333, #555555);
    background: -moz-linear-gradient(top, #333333, #555555);
    background: -ms-linear-gradient(top, #333333, #555555);
    background: -o-linear-gradient(top, #333333, #555555);
}

.theme.switcher-box .styleswitch.green span {
    background-color: #3B7C33;
    background: #5fae53;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
    background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
    background: -moz-linear-gradient(top, #5fae53, #3b7c33);
    background: -ms-linear-gradient(top, #5fae53, #3b7c33);
    background: -o-linear-gradient(top, #5fae53, #3b7c33);
}

.theme.switcher-box .styleswitch.blue span {
    background-color: #00B0D8;
    background: #1abde7;
    background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1abde7), color-stop(100%, #1c9dd1));
    background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
}

.theme.switcher-box .styleswitch.lightblue span {
    background-color: #D9EDF2;
    background: -moz-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7FBFC), color-stop(40%, #D9EDF2), color-stop(100%, #ADD9E4));
    background: -webkit-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -o-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -ms-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: linear-gradient(to bottom, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
}

.theme.switcher-box .styleswitch.red span {
    background-color: #D34332;
    background: #d84a38;
    background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
    background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
}

.theme.switcher-box .styleswitch.orange span {
    background-color: #f39c11;
    background: #F2825B;
    background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
    background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
}

.theme.switcher-box .styleswitch.deepblue span {
    background-color: #1E69DE;
    background: #479fed;
    background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
    background: -webkit-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -o-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -ms-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: linear-gradient(to bottom, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.theme.switcher-box .styleswitch.yellow span {
    background-color: #f8c54d;
}

.theme.switcher-box .styleswitch.purple span {
    background-color: #df6dc2;
}

.switcher-box a.btn {
    min-width: 18px;
    color: white;
    font: normal 13px/24px 'Open Sans', sans-serif;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    background: #FF674F;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #41B7D8;
    border: 1px solid #32B1D5;
    padding: 0px 4px;
}

.switcher-box select {
    min-width: 164px;
    border: 1px solid #CCC;
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.02em;
    width: 164px;
    box-shadow: 0 0 10px #EEE inset;
    font-size: 13px;
    text-shadow: 0 1px 0 white;
    height: 28px;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
}

.switcher-box .styleswitch.flat-turquoise span {
    background: #1ABC9C;
}

.switcher-box .styleswitch.flat-emerald span {
    background: #2ECC71;
}

.switcher-box .styleswitch.flat-peter-river span {
    background: #3498DB;
}

.switcher-box .styleswitch.flat-amethyst span {
    background: #9B59B6;
}

.switcher-box .styleswitch.flat-wet-asphaltâ€Ž span {
    background: #34495E;
}

.switcher-box .styleswitch.flat-green-sea span {
    background: #16A085;
}

.switcher-box .styleswitch.flat-nephritis span {
    background: #27AE60;
}

.switcher-box .styleswitch.flat-belize-hole span {
    background: #2980B9;
}

.switcher-box .styleswitch.flat-wisteria span {
    background: #8E44AD;
}

.switcher-box .styleswitch.flat-midnight-blue span {
    background: #2C3E50;
}

.switcher-box .styleswitch.flat-sun-flower span {
    background: #F1C40F;
}

.switcher-box .styleswitch.flat-carrot span {
    background: #E67E22;
}

.switcher-box .styleswitch.flat-alizarin span {
    background: #E74C3C;
}

.switcher-box .styleswitch.flat-graphite span {
    background: #454545;
}

.switcher-box .styleswitch.flat-concrete span {
    background: #95A5A6;
}

.switcher-box .styleswitch.flat-orange span {
    background: #F39C12;
}

.switcher-box .styleswitch.flat-pumpkin span {
    background: #D35400;
}

.switcher-box .styleswitch.flat-pomegranate span {
    background: #C0392B;
}

.switcher-box .styleswitch.flat-silver span {
    background: #BDC3C7;
}

.switcher-box .styleswitch.flat-asbestos span {
    background: #7F8C8D;
}

.z-flat.flat-medium a.active:after {
    margin-top: -32%;
}

.z-flat.flat-medium.switcher-box .styleswitch span {
    width: 32px;
    height: 32px;
}

.z-flat.medium.switcher-box .styleswitch span {
    width: 50px;
    height: 50px;
}

.z-flat a.color {
    position: relative;
}

.z-flat a.active:after {
    content: "\2713 ";
    position: absolute;
    top: 50%;
    margin-top: -16%;
    left: 42%;
    color: #FFF;
    font-size: 16px;
    opacity: .5;
}

.config-group {
    padding: 20px 0px 5px 0;
}

#section-animation .config-group {
    padding: 5px 0px 5px 0;
}

.config-group .group:hover {}

.config-group .title {
    padding: 4px;
    display: block;
    margin: 4px;
    border-radius: 5px;
}

.styleswitch {
    font-size: 12px;
}

#zozo-console {
    background-color: white;
    border: solid #CCC;
    border-width: 1px 0;
    color: #333;
    font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

#zozo-console div {
    background-position: 6px -95px;
    border-bottom: 1px solid #DDD;
    padding: 5px 5px 4px 24px;
    background-color: #FAFAFA;
}

@media (max-width: 1200px) {
    .large.switcher-box .styleswitch span {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .large.switcher-box .styleswitch span {
        width: 30px;
        height: 30px;
    }
}

::selection {
    background-color: #F44343;
    color: #FFF;
    text-shadow: none;
}

a:hover,
a:focus,
a:visited {
    /*outline: 0;
    color: #F44343;
    text-decoration: none;*/
}

a,
a:visited {
    /*color: #D13636;*/
    cursor: pointer;
}

#back-to-top {
    display: none;
    height: 40px;
    width: 90px;
    z-index: 9;
    position: fixed;
    bottom: 0;
    right: 20px;
    line-height: 38px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    color: #FFF;
    background: #F44343;
}

#back-to-top i {
    line-height: 40px;
    width: 41px;
}

#back-to-top:hover {
    text-decoration: none;
    background: #444;
    background: #1FB4DA;
}

a.btn,
a.btn:visited {
    color: #fff;
}

a.btn-default,
a.btn-default:visited {
    color: #333;
}

.z-tabs a,
.z-tabs a:visited {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.btn-sm,
.btn-xs {
    padding: 6px 18px;
    border-radius: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: serif, Georgia, 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 0;
}

ul,
li {
    list-style: none;
}

.align-center {
    text-align: center;
}

.font-italic {
    font-style: italic;
}

.row-social hr.soften.clean {
    margin-top: 70px;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
}

#page-content {
    position: relative;
}

#page-content .rules:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiâ€¦gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 1;
    opacity: 0.25;
}

#ribbon {
    height: 0px;
    background-color: #D13636;
    background-color: rgba(221, 60, 77, .95);
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #E75239), color-stop(12.5%, #E75239), color-stop(12.5%, #FF961C), color-stop(25%, #FF961C), color-stop(25%, #FFCC27), color-stop(37.5%, #FFCC27), color-stop(37.5%, #FCE62F), color-stop(50%, #FCE62F), color-stop(50%, #CDE35B), color-stop(62.5%, #CDE35B), color-stop(62.5%, #82CC33), color-stop(75%, #82CC33), color-stop(75%, #41BECE), color-stop(87.5%, #41BECE), color-stop(87.5%, #049CDB), color-stop(100%, #049CDB));
    background-image: -webkit-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-image: -moz-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-image: -o-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-image: linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-position: 50% 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0625) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0625) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0625) inset;
    z-index: 99999;
    width: 150%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.navbar:hover #ribbon {
    transition: background 5s ease;
    -moz-transition: background 5s ease;
    -webkit-transition: background 5s ease;
    -o-transition: background 5s ease;
    background-position: 615px bottom;
    height: 3px;
}

.z-intro {
    background-image: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/tiny_grid.png) !important;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    font-style: normal;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #555;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
        padding: 22px 15px;
        font-size: 18px;
        line-height: 20px;
    }
}

.header {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

.header h2.org {
    color: #333;
    color: rgba(56, 56, 56, 1);
    letter-spacing: 1px;
    font: bold 14px/40px "Tungsten", Helvetica, Arial, Verdana, sans-serif;
    margin: 30px 15px 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px white;
    text-align: center;
    padding: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.header h2.org a {
    color: #D13636;
}

.header h2.org a:hover {
    -webkit-animation: zozocolors 8s infinite;
    -moz-animation: zozocolors 8s infinite;
    -ms-animation: zozocolors 8s infinite;
    -o-animation: zozocolors 8s infinite;
    animation: zozocolors 8s infinite;
    text-decoration: none;
}

header > h2 i {
    color: #444;
    font-style: normal;
    font-weight: 700;
}

.z-intro {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #FAF8F8;
    background: #F9F9F9;
    background: rgba(252, 252, 252, 0.5) url(img/bg_stoj.jpg) repeat;
    background: url(http://responsivewebinc.com/premium/ericka/ericka-o/img/header-back.png);
    background-image: url(http://subtlepatterns.com/patterns/subtlenet2.png);
    background-image: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/tiny_grid.png);
    background-image: url(http://subtlepatterns.com/patterns/gridme.png);
    background-image: url(http://subtlepatterns.com/patterns/square_bg.png);
    background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-color: #D8D8D8;
    border-top-width: 0;
    -webkit-box-shadow: inset 0px 0px 3px rgba(80, 80, 80, 0.1);
    box-shadow: inset 0px 0px 3px rgba(80, 80, 80, 0.1);
    -webkit-transition: background-position 1.4s ease-in-out 0.3s;
    -moz-transition: background-position 1.4s ease-in-out 0.3s;
    -o-transition: background-position 1.4s ease-in-out 0.3s;
    -ms-transition: background-position 1.4s ease-in-out 0.3s;
    transition: background-position 1.4s ease-in-out 0.3s;
}

.header-bottom {
    background: #F9F9F9 url(img/headings2.png) repeat-x 0 100%;
    height: 10px;
}

.header::after {}

.header,
.bs-docs-social,
h2.page-title,
h2.page-title .z-title,
h2.page-title .z-desc,
h2.page-title .z-desc2 {
    -webkit-transition: color 800ms linear;
    -moz-transition: color 800ms linear;
    -ms-transition: color 800ms linear;
    -o-transition: color 800ms linear;
    transition: color 800ms linear;
    transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
}

h2.page-title {
    text-align: center;
    padding: 145px 0 90px 0;
}

h2.page-title > b {
    display: block;
    margin: 0 auto;
    position: relative;
}

h2.page-title > b i,
h2.page-title > b span {
    display: block;
    font: normal 16px/25px "Avenir", Helvetica, Arial, Verdana, sans-serif;
    margin: 8px auto 0 auto;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px white;
}

h2.page-title > b > span.z-title {
    font-weight: normal;
    color: #D13636;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px white;
    font-family: Open sans;
    letter-spacing: -2px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1;
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 84px;
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px #dddddd;
    text-shadow: 3px 3px 0px #DADADA;
    margin-left: -25%;
}

h2.page-title > b > span.z-desc {
    text-transform: initial;
    margin-left: 10%;
    margin-top: -5px;
    font: 16px/25px "Avenir", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px white;
    color: #4F5C69;
}

h2.page-title {
    padding: 7% 0 6% 0;
}

.home h2.page-title > b > span.z-title {
    font-size: 98px;
}

h2.page-title > b > span.z-desc2 {
    text-shadow: 0 1px 3px rgba(255, 255, 255, .4), 0 0 30px rgba(0, 0, 0, .075);
    color: #505050;
    color: #3C4F63;
    text-shadow: 1px 1px 0 white;
    font-size: 14px;
}

h2.page-title > b > span.z-title strong {
    color: #1ABDE7;
    color: #008FD5;
    color: #2C3E50;
    letter-spacing: -4px;
    font-weight: 700;
}

h2.page-title > b i.version {
    display: inline-block;
    font-size: 14px;
    text-transform: lowercase;
    text-shadow: 0 1px 1px white;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 0px;
    position: absolute;
    padding-left: 5px;
}

.social-header {
    background: white;
    background: rgba(255, 255, 255, .65);
    left: 0;
    padding: 8px 0 2px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

.social-header::after {
    background: url(http://zozoui.com/tabs/img/z-top-tab.png) no-repeat center top;
    background-size: auto 40px;
    top: 35px;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    margin: 0 0 0 -600px;
    position: absolute;
    width: 1200px;
}

.bs-docs-social {
    padding: 0px 0 2px;
    text-align: center;
}

.bs-docs-social-buttons {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.bs-docs-social-buttons li {
    display: inline-block;
    padding: 0px;
    line-height: 1;
    margin-bottom: 5px;
    height: 25px;
    vertical-align: top;
    zoom: 1;
}

.plus-btn > div {
    width: 68px !important;
}

ul.icons {
    list-style-type: none;
    text-indent: -0.8em;
}

.social-icons {
    padding: 20px;
    text-align: left;
}

.social-icons a {
    color: #FDFCFC;
    font-size: 48px;
    line-height: 48px;
    width: 48px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.social-icons a:hover {
    color: #E95C33;
}

.social-icons.blue a:hover {
    color: #33A7E9;
}

.social-icons.red {}

.social-icons.red a {
    color: #2C3E50;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    z-index: 10;
    position: relative;
}

.social-icons.red a:hover {
    text-decoration: none;
}

.social-icons.red .icon-fb a:hover {
    color: #0082D8;
    color: rgba(59, 89, 152, 1);
}

.social-icons.red .icon-gp a:hover {
    color: #DF8006;
    -webkit-animation: zozocolors 8s infinite;
    -moz-animation: zozocolors 8s infinite;
    -ms-animation: zozocolors 8s infinite;
    -o-animation: zozocolors 8s infinite;
    animation: zozocolors 8s infinite;
}

@-webkit-keyframes "zozocolors" {
    1% {
        color: rgba(0, 201, 230, 1)
    }
    24% {
        color: rgba(247, 220, 0, 1)
    }
    49% {
        color: rgba(72, 201, 75, 1)
    }
    74% {
        color: rgba(253, 119, 130, 1)
    }
    100% {
        color: rgba(0, 201, 230, 1)
    }
}

.social-icons.red .icon-tw a:hover {
    color: #008FD5;
    color: rgba(141, 192, 217, 1);
}

@media (min-width: 768px) {
    .f-social {
        margin-right: 0;
        margin-left: 0;
    }
    .f-social .row {
        margin-bottom: 0;
    }
    .f-social > .col-md-8:last-child {
        padding-right: 5px;
    }
    .f-social > .col-md-4:first-child {
        padding-left: 5px;
    }
}

.f-social .well {
    background: #F7F7F7;
    background: #F2F3F5;
    border: none;
    padding: 12px;
    min-height: 142px;
    border-radius: 0;
    text-shadow: none;
    display: block;
    margin-bottom: 15px;
}

.f-social.large .well {
    min-height: 210px;
}

.f-social .well:hover {
    background: #F44343;
}

.f-social .well.facebook:hover {
    background: rgba(59, 89, 152, 1);
}

.f-social .well.gplus:hover {
    background: #E46E2B;
}

.f-social a {
    color: #CECECE;
}

.f-social .well .icon {
    float: left;
}

.f-social .well .icon i:before {
    font-size: 82px;
    margin-top: 20px;
    margin-right: 20px;
    color: #FFF;
}

.f-social.large .well .icon i:before {
    font-size: 110px;
}

.f-social .well div.s-title {
    margin-top: 0;
    margin-bottom: 9px;
    color: #fff;
    font-size: 18px;
}

.f-social .well.facebook div.s-title {
    color: rgba(59, 89, 152, 1);
}

.f-social .well.twitter div.s-title {
    color: rgba(141, 192, 217, 1);
}

.f-social .well.gplus div.s-title {
    color: #e42b30;
}

.f-social .well.facebook:hover div.s-title,
.f-social .well.twitter:hover div.s-title,
.f-social .well.gplus:hover div.s-title {
    color: #fff;
}

.f-social .well h1,
.f-social .well .count {
    font-size: 14px;
    line-height: 18px;
}

.f-social .well .count {
    color: #D5D5D5;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px #FFF;
}

.f-social .well:hover .count {
    color: #D5D5D5;
    text-shadow: none;
    opacity: .6;
}

hr.soften,
.z-hr.soften {
    height: 1px;
    margin: 90px 0 90px 0;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .15), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .15), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .15), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .15), transparent);
    border: 0;
}

hr.soften.clean,
.z-hr.soften.clean {
    height: 0px;
    line-height: 0px;
    margin: 70px 0 0 0;
    background: none;
    border: 0;
    border-width: 0;
}

hr.soften-left,
.z-hr.soften-left {
    height: 1px;
    margin: 5px 0 5px 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .1), transparent);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .1), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1), transparent);
    border: 0;
}

hr.z-product-separator {
    display: none;
}

.headline {
    text-align: center;
    position: relative;
    top: -29px;
    margin-top: 0;
    z-index: 1;
    line-height: 22px;
    display: none;
}

.f-section h1.headline {
    font-family: Georgia, "Segoe UI", Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 26px;
    text-shadow: 1px 1px 0 #FFF;
    font-size: 24px;
}

.demo .headline,
.docs .headline {
    display: block;
}

.z-headline {
    text-shadow: 0 1px 3px rgba(255, 255, 255, .4), 0 0 30px rgba(0, 0, 0, .075);
    text-transform: initial;
    font: normal 38px 'Myriad Pro', Arial, Helvetica, sans-serif;
    text-shadow: white 2px 2px 1px;
    text-align: center;
}

.headline span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.95), inset 0 0 8px rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.95), inset 0 0 8px rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.95), inset 0 0 8px rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.09);
    padding: 6px 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #333;
    text-shadow: rgba(255, 255, 255, 0.15) 1px 1px 1px;
    min-width: 100px;
    line-height: 22px;
}

.ie7 .headline span,
.ie8 .headline span {
    border: 1px solid #D8D8D8;
    border: 1px solid rgba(200, 200, 200, 0.75);
}

.ie7 .headline span,
.ie8 .headline span {
    border: 1px solid #D8D8D8;
    border: 1px solid rgba(200, 200, 200, 0.75);
}

.z-products img:hover {
    opacity: .65;
}

.z-products img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.container .row.z-products h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 2px 0;
}

.z-products p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 180%;
    font-size: 16px;
    margin-top: 20px;
}

a.thumbnail:hover {
    border-color: #D13636;
    -webkit-box-shadow: 0 1px 4px rgba(199, 0, 40, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(199, 0, 40, 0.25);
    box-shadow: 0 1px 4px rgba(199, 0, 40, 0.25);
}

.section-title h2 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-top: 60px;
}

.row.z-demo {
    margin: 10px 0;
}

.z-demo.vertical-01 .z-tabs .z-container {
    min-height: 350px !important;
}

.z-content ul,
.z-content ol {
    padding: 0;
    margin: 0 0 10px 0px;
}

.z-content li [class^="icon-"],
.z-content li [class*=" icon-"] {
    width: 1.5em;
}

.f-btn {
    padding: 0.75em 0.75em;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: #D13636;
    color: white;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 145px;
    margin: 2px 4px 2px 0;
}

.f-btn:hover {
    background-color: #008FD5;
    color: #FFF;
    text-decoration: none;
}

.z-products p.btns {
    font-size: 14px;
    line-height: 18px;
}

.f-featured .col-lg-5 {
    margin-top: 60px;
}

.f-featured .lead {
    font-size: 16px;
}

@media (max-width: 979px) {
    .f-featured .lead {
        font-size: 14px;
    }
    .navbar .navbar-inner .nav > li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .nav > li > a {
        background: none;
        border: none;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .demo.accordion .f-featured .col-lg-5,
    .f-featured .col-lg-5 {
        margin-top: 0;
        padding-top: 0;
    }
    .f-featured .lead {
        font-size: 16px;
    }
}

.z-tabs.white.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon {
    margin-left: 0;
}

@media (min-width: 960px) {
    #demo-tabs-vertical.z-tabs.vertical.medium > ul.z-tabs-nav {
        min-width: 240px;
        width: 25%;
    }
}

.thumbnail {
    display: block;
    padding: 0px;
    line-height: 20px;
    border: 1px solid #dfe4e4;
    border-top-color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-box-shadow: 4px 4px 0 0 #ebebeb;
    -webkit-box-shadow: 4px 4px 0 0 #EBEBEB;
    box-shadow: 4px 4px 0 0 #F6F8F8;
}

#section-templates .thumbnail {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
}

a.thumbnail {
    position: relative;
}

a.thumbnail:hover {
    border-color: #D13636;
    -webkit-box-shadow: 0 1px 4px rgba(199, 0, 40, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(199, 0, 40, 0.25);
    box-shadow: 0 1px 4px rgba(199, 0, 40, 0.25);
}

.row.sm-margin {
    margin-bottom: 5px;
}

.row.z-demo-thumbnails {
    margin-left: -10px;
    margin-right: -10px;
}

.row.z-demo-thumbnails .col-md-3,
.row.z-demo-thumbnails .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.row.z-demo-thumbnails .media-box .mask {
    left: 10px;
    right: 10px;
}

.z-demo-thumbnails .project .thumbnail b {
    background: white;
    color: #666;
    margin: 0px 0px;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #EEE;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.z-demo-thumbnails .project a.thumbnail:hover {
    text-decoration: none;
}

.z-demo-thumbnails .project a.thumbnail:hover b {
    color: #008FD5;
    font-variant: normal;
}

.z-demo-thumbnails .col-lg-4,
.z-demo-thumbnails .col-lg-3 {
    margin-bottom: 30px;
}

.z-tabs .z-demo-thumbnails .col-lg-4,
.z-demo-thumbnails .col-lg-3 {
    margin-bottom: 10px;
}

.row {
    /*margin-bottom: 20px;*/
}

.row.features {
    margin-top: 30px;
}

.row.features .col-lg-4 {
    margin-top: 40px;
}

.row.features h4 {
    padding: 0px 0;
    margin: 0 0 0 26px;
    position: relative;
    font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.row.features p {
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.55em;
    color: #555;
}

.row.features h4 i {
    line-height: 18px;
    display: block;
    position: absolute;
    left: -26px;
    font-size: 14px;
}

.features .mediaAside {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    width: 32px;
}

.features .mediaAside {
    float: left;
    display: inline;
    margin-right: 1em;
}

.features .media,
.features .mediaBody {
    overflow: hidden;
    zoom: 1;
}

.features h3 {
    margin: 0 0 20px;
    padding: 0;
}

.features p {
    margin: 0 0 20px;
}

.demo-links a.btn-default {
    padding: 8px 26px;
    background: #E6E8E9;
    border-color: #E6E8E9;
    color: #333;
    border-radius: 0;
}

.demo-links a.btn-default:hover {
    background: #428BCA;
    border-color: #F44343;
    color: #fff;
    background: #F44343;
}

.row.demo-links {
    padding: 15px 0 30px 2px;
    margin-top: 25px;
    margin-right: 20px;
    text-align: center;
}

a.demo-links {
    font-size: 1.1em;
    font-family: Helvetica, Sans-Serif;
    padding: 3px 25px;
    background: #E2E2E2;
    text-decoration: none;
    line-height: 31px;
    color: #C00;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    margin-right: 0px;
    border-radius: 3px;
    min-width: 151px;
    display: inline-block;
}

a.demo-links span {}

a.demo-links:hover {
    background: #C00;
    color: #FFF;
    text-decoration: none;
}

.z-demo-thumbnails .project span.date {
    text-shadow: 0 2px 0 #D13636;
    background-color: #D13636;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    text-align: center;
    font-size: 9px;
    line-height: 16px;
    color: white;
    text-transform: uppercase;
    border-radius: 3px 0 0 0;
    display: none;
}

.z-demo-thumbnails span.date span {
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.section-rate h3 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    text-transform: initial;
    color: #505050;
    font: 16px/25px "Avenir", Helvetica, Arial, Verdana, sans-serif;
    text-shadow: 1px 1px 1px white;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        padding: 7px;
        min-height: 66px;
    }
}

.navbar {
    opacity: .98;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0;
    border: none;
}

.navbar-inner {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}

.custom-navbar {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: white;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
    position: relative;
}

.navbar .brand {
    padding: 10px 0px 10px 20px;
}

.navbar .custom-brand {
    color: #D13636;
    text-shadow: 0px 1px 0px #fff;
    padding-right: 20px;
    padding-left: 30px;
}

.navbar.navbar-fixed-top {
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

#left-nav a.custom-brand.dropdown-toggle {
    color: #008FD5;
    color: #444;
    border-bottom: 3px solid transparent;
    font: normal 16px/19px sans-serif;
    background: white;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: rgb(229, 229, 229) !important;
    border-bottom: 3px solid transparent !important;
}

.brand-color {
    color: #008FD5;
}

.navbar-inner {}

.navbar .nav > li > a {}

.navbar .btn,
.navbar .btn-group {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a.active,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #D13636;
    text-shadow: none;
    background-color: #fff;
}

.navbar .nav > li > a.get-now2 {
    -webkit-font-smoothing: antialiased;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: rgb(255, 255, 255);
    background: rgb(226, 59, 59);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgb(117, 30, 30);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 0 14px rgba(190, 24, 24, 0.3), inset 0 1px 0 rgb(235, 64, 64);
    background: -webkit-linear-gradient(bottom, rgb(219, 47, 47) 0, rgb(223, 52, 52) 50%, rgb(218, 43, 43) 50%, rgb(248, 58, 58) 100%);
    border: 1px solid rgb(172, 41, 41);
    border: 1px solid #A24242;
    background: #f66262;
    background: -moz-linear-gradient(top, #f66262 0, #c35050 47%, #983b3b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f66262), color-stop(47%, #c35050), color-stop(100%, #983b3b));
    background: -webkit-linear-gradient(top, #f66262 0, #c35050 47%, #983b3b 100%);
    background: -o-linear-gradient(top, #f66262 0, #c35050 47%, #983b3b 100%);
    background: -ms-linear-gradient(top, #f66262 0, #c35050 47%, #983b3b 100%);
    background: linear-gradient(to bottom, #f66262 0, #c35050 47%, #983b3b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f66262', endColorstr='#983b3b', GradientType=0);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25), inset 0 1px 0 0 #FF8080;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25), inset 0 1px 0 0 #FF8080;
}

.navbar.underlined .nav > .active > a,
.navbar.underlined .nav > .active > a:hover,
.navbar.underlined .nav > .active > a:focus {
    border-bottom: 3px solid #D13636;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: white;
    text-decoration: none;
    background-color: #C20000;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #C00, #B30000);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #F9F9F9;
}

.navbar .dropdown .caret {
    margin-left: 4px;
}

.f-form .input-text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding: 6px 6px;
    margin-bottom: 9px;
    margin-top: 0px;
    line-height: 20px;
    color: #333;
    background-color: white;
    border: 1px solid #EEE;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 38px;
    border: 1px solid #EBEBEB;
    border-top: 1px solid #BFBFBF;
    background: #FDFDFD;
    padding: 0 10px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-right: .5em;
}

.z-compact .f-form .input-text {
    width: 100%;
    padding: 0 0 0 3%;
    height: 40px;
    font-size: 14px;
}

.z-compact .f-form .btn {
    width: 100%;
    padding: 11px 0px;
    font-size: 14px;
    text-transform: uppercase;
    background: #F44343;
    border-radius: 0;
    color: #FFF;
}

.z-compact .f-form .btn:hover {
    background: #428BCA;
}

.f-download .btn {
    padding: 9px 0px;
    width: 200px;
}

.btn.z-action {
    background: #F44343;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto 0 15px;
    min-width: 250px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.btn.z-action.z-btn-alt {
    background: #465B70;
    background: #F7F7F8;
    color: #444;
}

.btn.z-action:hover,
btn.z-action.z-btn-alt:hover {
    background: #428BCA;
    background: #1FB4DA;
    color: #fff;
}

.f-form .input-text:focus,
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: rgba(236, 82, 82, 0.8);
    outline: 0;
    border-color: #930;
    border-color: rgba(253, 114, 114, 0.8);
    box-shadow: inset 0 1px rgba(34, 25, 25, 0.15), 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(235, 82, 82, 0.35);
    -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.15), 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(235, 82, 82, 0.35);
    -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.15), 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(235, 82, 82, 0.35);
}

#faq-accordion.z-accordion.vertical .z-content ul li {
    padding: 0;
}

.z-accordion> section > h3 {
    font-family: Helvetica, Sans-Serif;
    font-size: 14px;
}

z-accordion.vertical.z-content-nav > section > h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.z-tabs.horizontal {
    padding: 19px 0;
}

.z-tabs.vertical {
    padding: 19px 0;
}

.docs-using-tabs.z-tabs.horizontal.underlined>.z-container>.z-content .z-content-inner {
    padding: 1.4em 0 !important;
    font-size: 14px !important;
}

.docs-using-tabs.z-tabs.horizontal.underlined.xxlarge>ul.z-tabs-nav>li>a.z-link {
    font-size: 20px !important;
    padding: 22px 2px !important;
}

.z-content ul.steps li {
    padding-left: 0;
}

.z-tabs.horizontal.medium.z-ui {
    padding: 0;
}

.z-tabs.horizontal.medium.z-ui > ul.z-tabs-nav > li > a.z-link {
    font-size: 13px;
    color: #41B7D8;
    padding: 10px 20px 10px 4px;
}

.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav > li {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

.z-tabs.horizontal.underlined.z-ui > .z-container,
.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav,
.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav > li,
.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.underlined.z-ui.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav > li:hover {
    border-width: 0;
}

.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav > li.z-active > a.z-link,
.z-tabs.horizontal.underlined.z-ui.vertical > ul.z-tabs-nav > li.z-active > a.z-link,
.z-tabs.horizontal.underlined.z-ui > ul.z-tabs-nav > li:hover > a.z-link {
    color: #D13636;
    font-weight: bold;
}

.z-tabs.horizontal.underlined.z-ui > .z-container > .z-content > .z-content-inner,
.z-tabs.horizontal.underlined.z-ui > .z-container > .z-content .z-content-inner {
    padding: 0;
}

.z-tabs.horizontal.underlined.z-ui > .z-container > .z-content > .z-content-inner .code-sample {
    margin: 0;
}

.ie7 .navbar.docs .nav {
    top: 0;
}

.ie7 .headline {
    top: -32px;
}

#section-toc ol {
    list-style: upper-alpha;
    margin: 25px;
    line-height: 28px;
    font-size: 16px;
}

#section-toc ol li {
    line-height: 28px;
    list-style: inherit;
}

.f-center {
    text-align: center;
}

.f-page .f-section.f-bordered {
    border-bottom: 1px dotted rgba(175, 175, 175, 0.75);
}

.f-page .f-section.f-no-top-border {
    border-top-width: 0;
}

.f-page .f-section.f-no-borders {
    border-width: 0;
}

.f-page .f-section.f-no-bottom-border {
    border-bottom-width: 0;
}

h1.f-topMargin50,
h3.f-topMargin50,
h3.f-topMargin50 {
    margin-top: 50px;
}

.docs .f-section h1,
.f-section h1,
.f-section h2,
.f-section h3,
.f-section h4 {
    font-family: Georgia, "Segoe UI", Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 26px;
    font-size: 24px;
}

.f-section-title1 {
    margin-bottom: 2.5em;
    color: #333;
    font-size: 1.8em;
    line-height: 1.4em;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px;
    font-family: open sans;
}

.f-section-title2 {
    margin-top: 2.8em;
}

.f-section-toc {
    margin-top: 2.2em;
    color: #333;
    font-size: 1.6em;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px;
    font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
    color: #2E2E2E;
    font-weight: normal;
    line-height: 1.2em;
    padding-bottom: 5px;
}

.f-options .h4 {
    padding-top: 20px;
    margin-top: 70px;
    padding-bottom: 10px;
}

.f-section h4 {
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
    font-family: open sans;
    font-size: 1.125em;
    line-height: 1.375em;
    font-weight: 400;
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.f-section h1,
.f-section h2.z-head,
.f-section h3.z-head {
    line-height: 1.4em;
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
    font-family: open sans;
    font-size: 2.15em;
    font-weight: 400;
    text-align: center;
}

.f-options .h4.f-toc {
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.f-options .f-content h2 {
    font-size: 28px;
    padding: 40px 0 10px 0;
    margin: 0;
    word-wrap: break-word;
}

.f-options ul.f-nav {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 5px 15px;
}

ul.steps {
    list-style: none;
    margin-left: 0px;
    padding-left: 0;
}

ul.steps .code-sample {}

.steps li {
    padding-top: 55px;
}

.steps.f-compact li {
    padding-top: 10px;
}

.steps li span.step {
    width: 33px;
    color: #333;
    font: bold 16px/32px 'Open Sans', sans-serif;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 14px;
    display: inline-block;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
    border: solid 1px #DADADA;
    text-shadow: rgba(255, 255, 255, 0.75) 0px -1px 0px;
}

.steps li span.title {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px;
}

.steps.f-compact li span.title {
    font-size: 16px;
}

.f-usage .code-sample {
    margin-bottom: 5px;
}

.f-btn i {
    left: 14px !important;
}

h2.f-large,
h3.f-large {
    margin-bottom: 2.5em;
    color: #333;
    font-size: 1.8em;
    line-height: 1.4em;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px;
    font-family: open sans;
    font-size: 1.7em;
    line-height: 1.375em;
    margin: 1.4em 0 .6em -48px;
    padding: .2em 0 .2em 34px;
    font-weight: normal;
    text-align: center;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.z-content ul li {
    padding-left: 1.9em;
}

.z-content h4 {
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    margin-top: 0;
}

.tab-wrapper {
    margin: 0 auto;
}

.notice {
    padding: 10px 15px;
    background-color: #F6F6F6;
    background: #fff;
    font-size: 12px;
    clear: both;
    -moz-box-shadow: 4px 4px 0 0 rgb(235, 235, 235);
    -webkit-box-shadow: 4px 4px 0 0 rgb(235, 235, 235);
    -webkit-box-shadow: 4px 4px 0 0 rgb(235, 235, 235);
}

.notice.red {
    border-left: 3px solid #D13636;
}

.notice.blue {
    border-left: 3px solid #008FD5;
}

.notice > p {
    margin: 0;
}

.z-tabs {
    padding: 40px 0;
}

.demo-block {
    padding: 5px;
}

.demo-block.shodow {
    -moz-box-shadow: rgba(0, 0, 0, .05) 0 1px 1px, rgba(0, 0, 0, .08) 0 0 30px inset;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 1px 1px, rgba(0, 0, 0, .08) 0 0 30px inset;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 1px, rgba(0, 0, 0, .08) 0 0 30px inset;
}

.boxes.inside .thumbnail {
    height: 74px;
    width: 74px;
    -moz-box-shadow: 4px 4px 0 0 #F0F0F0;
    -webkit-box-shadow: 4px 4px 0 0 #F0F0F0;
    box-shadow: 4px 4px 0 0 #F0F0F0;
}

#testimonial-tabs.z-tabs.small > ul > li > a {
    padding: 10px 16px;
}

.z-tabs.z-testimonial > .z-container > .z-content > .z-content-inner {
    min-height: 520px;
}

.demo-block .z-tabs {
    padding: 2px 4px;
}

.z-tabs.marginBottom {
    padding-bottom: 20px;
}

.f-page h1,
.f-page h4,
.f-page p,
.f-page pre,
.f-page ul,
.f-page li {
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

.f-page .f-section {
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(200, 200, 200, 0.75);
}

.f-page .f-section.f-white {
    background: #fdfdfd;
    background: #ffffff;
}

.f-page .f-section.f-gray {
    background: #F7F7F8;
}

.f-page .f-section.f-whiteSmoke {
    background-color: #FAFAFA;
    background-color: #fbfbfb;
    background-color: #f5f5f5;
}

.f-page .f-section.f-light-gray {
    background: rgb(250, 250, 250);
    background: rgb(249, 249, 249);
}

.f-page .f-section.f-noise {
    background: #FAFAFA url(/img/patterns/bgnoise_lg.png);
}

.f-page .f-section.f-squairy-light {
    background: #FAFAFA url(/img/patterns/squairy_light.png);
}

.f-page .f-section.f-fabric_of_squares_gray {
    background: #FAFAFA url(/img/patterns/fabric_of_squares_gray.png);
}

.f-page .f-section.f-gray-white {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 10%, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(10%, rgba(245, 245, 245, 1)), color-stop(75%, rgba(245, 245, 245, 1)), color-stop(90%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 10%, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 10%, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 10%, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 10%, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.f-page .f-section.f-wood {
    background-image: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/retina_wood.png);
    background-image: url(http://subtlepatterns.com/patterns/wood_pattern.png);
}

.f-page .f-section .f-content {
    padding-bottom: 40px;
    padding-top: 40px;
}

.f-page .f-section.f-bottom-100 .f-content {
    padding-bottom: 120px;
    padding-top: 20px;
}

.f-page .f-section.f-bottom-60 .f-content {
    padding-bottom: 60px;
    padding-top: 20px;
}

.demo.accordion .f-section.f-bottom-100 .f-content {}

.f-page .f-section.f-flat-dark {
    background-color: #182433;
    text-shadow: none;
    color: rgb(241, 246, 247);
    color: rgba(248, 251, 252, 0.9);
}

.f-section.f-flat-dark .btn.btn-default {
    background: #2C3E50;
    color: #F1F6F7;
    border-color: #2C3E50;
}

.f-section.f-flat-dark .btn.btn-default:hover {
    background: #1FB4DA;
    border-color: #1FB4DA;
    background: #428BCA;
    border-color: #F44343;
    color: #fff;
    background: #F44343;
}

#section-slider-accordion .z-accordion > section > h3 {
    text-transform: uppercase;
}

.media-box {
    position: relative;
}

.media-box img {
    display: block;
}

.media-box .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.z-demo-thumbnails .media-box .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.media-box .mask .ico {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 90% 10%;
    background-repeat: no-repeat;
}

.media-box .mask .ico.image {
    background-image: url(img/background/media-box-image.png);
}

.media-box .mask .ico.video {
    background-image: url(img/background/media-box-video.png);
}

.media-box .mask .ico.link {
    background-image: url(img/background/media-box-link.png);
}

.media-box .mask .title {
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 100%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    color: White;
    font-family: 'Open Sans Condensed', sans-serif;
}

.media-box .mask {
    background: #000;
    background: rgba(0, 0, 0, .55);
}

.z-red .media-box .mask {
    background: #D13636;
    background: rgba(209, 54, 54, .75);
}

.media-box .mask .title {
    font-size: 16px !important;
    width: 80% !important;
    text-align: center !important;
    margin: 20% 10% !important;
}

#content-below {
    padding: 20px 0 10px 0;
    border-top: 1px solid #CDCDCD;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #EBEBEB;
    border-bottom: solid 1px #DDD;
    border-bottom: 1px solid #E7E7E7;
    border-top-width: 0;
    background: #FCFCFC;
}

#footer {
    background: #fff;
    /*padding: 30px 0 10px 0;*/
    text-shadow: none;
    /*font-size: 12px;*/
    -webkit-box-shadow: inset 0px -4px 3px -2px rgba(80, 80, 80, .05);
    -moz-box-shadow: inset 0px -4px 3px -2px rgba(80, 80, 80, .05);
    box-shadow: inset 0px -4px 3px -2px rgba(80, 80, 80, .05);
    color: #444;
    line-height: 1.55em;
}

#footer a,
#footer a:visited {
    /*font-weight: bold;
    text-decoration: none;
    color: #333;
    text-shadow: none;
    line-height: 24px;*/
}

#footer a:hover {
    /*color: #D13636;*/
}

#footer h6 {
    color: #333;
    margin-top: 0;
    text-shadow: 1px 1px 5px rgba(245, 245, 245, 0.4);
    font-size: 1.125em;
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}

#footer #toplink {
    margin-bottom: -25px;
    text-align: center;
}

#footer .subfooter {
    margin-top: 1em;
    padding-top: 1em;
}

#footer .col-lg-3,
#footer .col-lg-4,
#footer .col-lg-5,
#footer .col-lg-6,
#footer .col-lg-7 {
    padding: 0;
}

#footer .inline {
    display: inline-block;
}

ul.inline > li:first-child {
    padding-left: 0;
}

.subfooter ul.inline>li,
.subfooter ol.inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.demo.accordion .f-section.f-bottom-100 .f-content {
    padding-bottom: 120px;
    padding-top: 20px;
}

#footer #back-to-top,
#footer #back-to-top:visited,
#footer #back-to-top:hover {
    color: #fff;
}

.f-section.testimonials span.count {
    background-color: #ECECEC;
    color: #444;
    display: inline-block;
    font: 35px/40px "Lato", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    height: 42px;
    margin-right: 2px;
    text-align: center;
    width: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
}

.f-section.testimonials h3 {
    font-size: 37px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 1200px) {
    .home h2.page-title > b > span.z-title {
        font-size: 110px;
    }
}

@media (max-width: 980px) {
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px 20px 0px 20px;
    }
    .home h2.page-title > b > span.z-title {
        font-size: 98px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px 20px 0px 20px;
    }
    .navbar .custom-brand {
        padding-left: 30px;
    }
    body {
        padding-top: 0;
    }
    .navbar .nav {
        top: 0 !important;
        left: 0 !important;
        margin-left: 15px !important;
    }
    .header,
    .bs-docs-social {
        margin-right: -20px;
        margin-left: -20px;
    }
    h2.page-title > b > span.z-title {
        font-size: 70px;
    }
    h2.page-title > b > span.z-desc {
        font-size: 15px;
    }
    h2.page-title > b > span.z-desc2 {
        font-size: 12px;
    }
    .home h2.page-title > b > span.z-title {
        font-size: 90px;
    }
    .media-box .mask .title {
        font-size: 14px !important;
        margin: 5% 20% !important;
    }
    .z-demo-thumbnails .project .thumbnail b {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .f-page .f-section.f-whiteSmoke,
    .f-page .f-section.f-light-gray,
    .f-page .f-section.f-fabric_of_squares_gray {
        background: none;
    }
    #page-content .f-page section.f-section.f-bottom-100 .f-content {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .navbar .nav {
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    hr.soften {
        margin: 70px 0 70px 0;
    }
    hr.z-product-separator {
        display: block;
    }
    .header,
    .bs-docs-social {
        margin-right: -20px;
        margin-left: -20px;
    }
    h2.page-title {
        margin-left: 20px;
    }
    h2.page-title > b > span.z-title {
        font-size: 62px;
        margin-left: 0;
    }
    h2.page-title > b > span.z-desc {
        font-size: 14px;
        margin-left: 0;
    }
    h2.page-title > b > span.z-desc2 {
        font-size: 12px;
    }
    .home h2.page-title {
        padding: 7% 0 2% 0;
    }
    .home h2.page-title > b > span.z-title {
        font-size: 62px;
    }
    .f-form form {
        width: 280px;
        margin: 0 auto;
    }
    .f-form .input-text {
        width: 260px;
    }
    .f-form .btn {
        width: 280px;
    }
    .z-tabs .f-form .btn {
        width: 199px;
    }
    .f-form input {
        display: block !important;
    }
    .footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer p {
        margin-bottom: 9px;
    }
    .z-compact .f-form .input-text {
        width: 99%;
        padding: 0 0 0 1%;
    }
    .z-compact .f-form .btn {
        width: 100%;
    }
    .z-compact .f-form form {
        width: 100%;
        margin: 0 auto;
    }
    .demo.accordion [class*="span"] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    hr.soften {
        margin: 40px 0 40px 0;
    }
    hr.z-product-separator {
        display: block;
    }
    .header {
        margin-right: -20px;
        margin-left: -20px;
    }
    .social-header,
    .bs-docs-social {
        margin-right: -20px;
        margin-left: -20px;
        display: none;
    }
    h2.page-title > b > span.z-title {
        font-size: 48px;
        text-shadow: 1px 1px 0px #fff;
    }
    h2.page-title > b > span.z-desc {
        font-size: 12px;
    }
    h2.page-title > b > span.z-desc2 {
        font-size: 12px;
    }
    .f-download,
    .btns {
        width: 280px;
        margin: 0 auto;
    }
    .f-download .btn,
    .btns .btn {
        padding: 10px 0;
        width: 280px;
    }
    .home h2.page-title > b > span.z-title {
        font-size: 48px;
    }
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#nav-demo-style2.z-tabs {
    padding: 0;
}

#nav-demo-style2.z-tabs.horizontal > .z-container > .z-content .z-content-inner {
    padding: 0px 15px 0px 15px;
    height: auto;
}

.z-tabs .inside {
    padding: 8px 5px 8px 0;
}

.z-accordion .inside {
    background: #FFF;
    padding: 0px 5px;
}

.z-tabs .inside li,
.z-accordion .inside li {
    border-bottom: 1px dotted #E6E6E6;
    padding: 15px;
    list-style: none;
    background: 0;
    line-height: 1.5em;
    padding: 6px;
    overflow: hidden;
    font-size: 12px;
    margin-left: 0;
    margin: 8px 0;
    border-left: 3px solid rgb(204, 204, 204);
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.z-tabs .inside li:hover,
.z-accordion .inside li:hover {
    border-left: 3px solid #F44343;
    background: #F7F7F8;
}

.z-tabs .inside li a,
.z-accordion .inside li a {
    color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
}

.z-tabs .inside li img.thumbnail,
.z-accordion .inside li img.thumbnail {
    border: 1px solid #DDD;
    padding: 4px;
    background-color: #FFF;
    float: left;
    margin: 0 16px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.z-tabs .inside li span.meta,
.z-accordion .inside li span.meta {
    display: block;
    font-size: 11px;
    line-height: 20px;
    text-transform: normal;
    color: #999;
}

.z-tabs .inside.comments li,
.z-accordion .inside.comments li {
    border-bottom: 1px dashed #E6E6E6;
    padding: 7px 0;
    padding-left: 15px;
}

.z-tabs .inside.comments li span.meta,
.z-accordion .inside.comments li span.meta {
    display: inline-block;
    line-height: 18px;
}

.fix,
.col-full,
.wrap {
    zoom: 1;
}

.z-tabs #tab-tags,
.z-accordion #tab-tags {
    margin: 0;
    padding: 0;
    padding: 10px 0;
    display: none;
    border-width: 1px;
}

.z-accordion #tab-tags {
    padding: 0;
}

.z-tabs #tab-tags a,
.z-accordion #tab-tags a {
    padding: 4px 6px;
    color: #333336;
    margin: 0 1px 5px 0;
    display: inline-block;
    background: #f1f1f1;
    font-size: 13px!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in-out;
    background: #F6F8F8;
    background: #F7F7F8;
}

.z-tabs #tab-tags a:hover,
.z-accordion #tab-tags a:hover {
    color: #FFF;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px #F12323;
    background: #F44343;
}

#section-templates .thumbnail {
    border: 1px solid rgba(0, 0, 0, .15);
    border: 1px solid #DFE4E4;
}

#section-responsive .container {
    width: 60%;
    margin: 0 auto;
}

#section-responsive .container > div {
    width: auto;
}

@media (max-width: 1200px) {
    #section-responsive .container {
        width: 75%;
    }
}

@media (max-width: 979px) {
    #section-responsive .container {
        width: 90%;
    }
    .header {
        margin-right: -20px;
        margin-left: -20px;
    }
    .navbar {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .z-tabs .f-form .input-text {
        min-width: 74%;
        width: auto;
    }
    .z-tabs .f-form .btn {
        min-width: 52%;
        width: auto;
    }
    .demo .headline,
    .docs .headline {
        display: none;
    }
    @media (max-width: 480px) {
        #section-responsive .container {
            width: 95%;
        }
        #section-responsive .container > div {
            margin: 0;
        }
    }
}

.code-sample {
    margin-top: 20px;
    margin-top: 8px;
    margin-bottom: 25px;
    padding: 0;
    border: 1px solid #dadada;
    background: #fbfbfb;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 7px #dadada inset;
    -webkit-box-shadow: 0 0 7px #dadada inset;
    -o-box-shadow: 0 0 7px #dadada inset;
    box-shadow: 0 0 7px #dadada inset;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

.details-list {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 0;
    color: #000;
}

.bodyText h4.details-title,
.bodyText h4.code-title {
    padding: 10px 10px 8px 10px;
    font-weight: bold;
    color: #6f6f6f;
}

.prettyprint {
    overflow-x: auto;
}

.prettyprint,
.details-list dl {
    padding: 10px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.code-sample .prettyprint,
.details-list dl {
    padding: 10px;
    border: 0;
}

.code-sample.code pre {
    display: block;
    padding: 0;
}

pre .nocode {
    background-color: transparent;
    color: #000;
}

pre .str,
pre .atv {
    color: #e25000;
    color: #00AEEF;
    color: #FF00E0
}

pre .kwd {
    color: #0033ff;
}

pre .com {
    color: #666666;
}

pre .typ {
    color: #000;
}

pre .lit {
    color: #006666;
}

pre .pun {
    color: #333;
}

pre .pln {
    color: #42545a;
}

pre .tag {
    color: #0066cc;
}

pre .atn {
    color: #6666ff;
}

pre .dec {
    color: #cc0000;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #eee;
}

.details-list dl {
    overflow: hidden;
    padding: 0;
    background-color: none;
    border-top: 1px solid #dadada;
}

.details-list dt,
.details-list dd {
    display: block;
    margin: 0;
    padding: 2px 0;
}

.details-list dt {
    clear: left;
    float: left;
    width: 50%;
    overflow: auto;
    font-weight: bold;
}

.details-list dd {
    margin-left: 10px;
    padding-left: 50%;
}

.details-list dd p {
    padding: 0;
    margin: 0;
}

.details-list dt code {
    font-weight: normal;
}

.code-section {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 22px;
    border-bottom: 1px dotted rgba(175, 175, 175, 0.75);
}

.code-section h3 {
    font-size: 18px;
    font-weight: normal;
    font-weight: 700;
    padding: 2px 0 2px 0;
    margin: 0;
}

.code-section a:hover {
    color: #D13636;
}

.code-section h4 {
    font-size: 14px;
    line-height: 1em;
    color: black;
    padding: 15px 0 0 0;
    margin: 0;
    word-wrap: break-word;
    padding: 10px 10px 8px 0px;
    font-weight: bold;
    color: #6F6F6F;
}

.code-section h5 {
    font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
    line-height: 1.2em;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.code-section h2 a,
.code-section h3 a {
    color: #2E2E2E;
}

.code-section p {
    padding-top: 5px;
    padding-bottom: 5px;
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.code-section h3 code {
    color: #41B7D8;
    padding: 0;
    background: none;
    border: none;
    font-size: 18px;
    font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
    margin-right: 5px;
    font-weight: 500;
}

.code-section dl dt code {
    color: #41B7D8;
    padding: 0;
    background: none;
    border: none;
}

.code-section h2 em,
.code-section h3 em,
.code-section h4 em {
    font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
    color: #888;
    line-height: 1.2em;
    font-weight: 500;
}

.code-section p .code-section ul,
.code-section ol {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.code-section .code-sample,
.code-section .details-list {}

pre code {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

.z-slider-wrapper,
.z-accordion,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header > .z-title,
.z-accordion > .z-section > .z-header > .z-arrow,
.z-accordion > .z-section > .z-content {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.z-slider-wrapper,
.z-accordion,
.z-accordion:before,
.z-accordion:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.z-accordion > .z-section > .z-header {
    position: relative;
    margin: 0;
    display: block;
    color: #666;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.z-accordion > .z-section > .z-header .z-arrow {
    position: absolute;
    background-image: url(../ui/accordion/img/arrow-down.png);
    background: url(../ui/accordion/img/zozo-accordion.png) no-repeat top left;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -webkit-transition: all 0.2s ease-in-out;
}

.z-accordion > .z-section.z-active > .z-header > .z-arrow,
.z-accordion > .z-section > .z-header:hover > .z-arrow {
    opacity: 1;
}

.z-accordion > .z-section > .z-header > .z-arrow.z-loading {
    background: url(../ui/accordion/img/zozo-accordion-loading.gif);
    height: 16px;
    width: 16px;
}

.z-accordion > .z-section > .z-content {
    background: white;
}

.z-accordion.vertical {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.z-accordion.vertical > .z-section > .z-header {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    padding: 0 1em;
}

.z-accordion > .z-section > .z-header.z-focus {
    z-index: 9999 !important;
}

.z-accordion.z-focus,
.z-accordion.vertical > .z-section > .z-header.z-focus,
.z-accordion.horizontal > .z-section > .z-header.z-focus .z-title {
    font-weight: bold !important;
    color: black;
    background-color: white !important;
    background: white !important;
    border-bottom: 2px solid red !important;
}

.z-accordion.vertical > .z-section > .z-header > .z-arrow {
    right: 14px;
    top: 50%;
}

.z-accordion.vertical > .z-section > .z-header > .z-arrow.z-loading {
    margin-top: -8px;
}

.z-accordion.vertical > .z-section.z-active > .z-header {
    font-weight: bold;
}

.z-accordion.vertical > .z-section.z-active > .z-header > .z-arrow,
.z-accordion.vertical > .z-section > .z-header:hover > .z-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 14px;
}

.z-accordion.vertical > .z-section > .z-content {
    display: none;
}

.z-accordion.transition.vertical > .z-section > .z-content {
    height: 0px;
    overflow: hidden;
    display: block!important;
}

.z-accordion.transition.vertical.z-grouped.z-bordered > .z-section > .z-content,
.z-accordion.transition.vertical.z-ungrouped.z-bordered > .z-section > .z-content {
    border-bottom-width: 0;
}

.z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
    padding: 20px 15px 10px 15px;
}

.z-slider-wrapper > .z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
    padding: 0;
}

.z-accordion.transition.vertical.z-grouped.z-bordered > .z-section.z-active > .z-content,
.z-accordion.transition.vertical.z-ungrouped.z-bordered > .z-section.z-active > .z-content {
    border-bottom-width: 1px;
}

.z-accordion.horizontal {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #FFF;
}

.z-accordion.horizontal > .z-section > .z-header {
    position: absolute;
    background: #FFF;
    z-index: 20;
    top: 0;
    left: 0;
    width: 320px;
    height: 50px;
    line-height: 49px;
    font-size: 16px;
    text-align: right;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    bottom: 0;
}

.z-accordion.horizontal > .z-section {
    display: inline;
    overflow: hidden;
    height: 100%;
    position: absolute;
    background: #FFF;
}

.z-accordion.horizontal > .z-section.z-active > .z-header {
    cursor: default;
}

.z-accordion.horizontal > .z-section > .z-header .z-title {
    display: block;
    padding-right: 5%;
    text-align: right;
    height: 49px;
    line-height: 48px;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease-out;
}

.z-accordion.horizontal > .z-section > .z-header .z-arrow {
    left: 14px;
    left: 6%;
    z-index: 20;
    top: 50%;
    display: inline-block;
}

.z-accordion.horizontal > .z-section > .z-header > .z-arrow.z-loading {
    margin-left: -4px;
    margin-top: -8px;
}

.z-accordion.horizontal > .z-section.z-active > .z-header > .z-arrow,
.z-accordion.horizontal > .z-section > .z-header:hover > .z-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.z-accordion.horizontal > .z-section > .z-content {
    height: 96%;
    position: absolute;
    top: 0;
    overflow: hidden;
    background: white;
    margin: 6px 0 0 0;
    height: 100%;
    margin: 0;
    bottom: 0;
    left: 48px;
    right: 0;
}

.z-accordion.horizontal > .z-section > .z-content > div {
    padding: 10px 10px 10px 20px;
}

.z-accordion.horizontal > .z-section.z-active > .z-content {
    height: 100%;
}

.z-accordion.horizontal > section.z-active.z-last > .z-content {
    height: 96%;
    margin: 6px 0 0 0;
    height: 100%;
    margin: 0;
}

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border: thin solid rgba(0, 0, 0, 0.1);
}

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border: thin solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1) inset;
}

.z-accordion.horizontal.z-scrollable > .z-section.z-active > .z-content:hover,
.z-accordion.horizontal.z-scrollable > .z-section.z-active > .z-content > div:hover,
.z-accordion.vertical.z-scrollable > .z-section.z-active > .z-content:hover {
    overflow: auto;
}

.z-accordion.z-scrollable > .z-section.z-active > .z-content,
.z-accordion.z-scrollable > .z-section.z-active > .z-content > div {
    overflow: hidden;
}

.z-accordion.horizontal.z-shadows {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion.z-shadows.vertical.z-grouped {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion.vertical.z-ungrouped.z-shadows > .z-section {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header .z-title,
.z-accordion > .z-section > .z-content {
    border-width: 0;
    border-style: solid;
    border-color: #B4B4B4;
    border-color: #CECECE;
    border-color: rgba(0, 0, 0, 0.275);
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section > .z-header {
    border-width: 1px;
    margin-top: -1px;
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section.z-first > .z-header {
    border-top-width: 1px;
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section.z-last > .z-header {
    border-bottom-width: 1px;
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section > .z-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.z-accordion.vertical.z-ungrouped > .z-section {
    margin: 5px 0;
}

.z-accordion.vertical.z-ungrouped.z-bordered > .z-section > .z-header {
    border-width: 1px;
}

.z-accordion.vertical.z-ungrouped.z-bordered > .z-section > .z-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.z-accordion.horizontal.z-bordered {
    border-width: 1px;
}

.z-accordion.horizontal.z-bordered > .z-section > .z-header > .z-title {
    border-width: 1px 0 1px 0;
}

.z-accordion.horizontal.z-bordered > .z-section.z-last > .z-header > .z-title {
    border-bottom-width: 0;
}

.z-accordion.horizontal.z-bordered > .z-section.z-first > .z-header > .z-title {
    border-top: none;
}

.z-accordion.horizontal.z-bordered > .z-section.z-active.z-last > .z-header > .z-title {
    border-bottom-width: 1px;
}

.z-accordion.deepblue.z-bordered,
.z-accordion.deepblue.z-bordered > .z-section > .z-header,
.z-accordion.deepblue.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.deepblue.z-bordered > .z-section > .z-content {
    border-color: #003E7C;
}

.z-accordion.deepblue.vertical > .z-section > .z-header,
.z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    background-color: #6891E7;
    background-image: -moz-linear-gradient(top, #096BD2 0, #0053A6 100%);
    background-image: -ms-linear-gradient(top, #096BD2 0, #0053A6 100%);
    background-image: -o-linear-gradient(top, #096BD2 0, #0053A6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #096BD2), color-stop(100%, #0053A6));
    background-image: -webkit-linear-gradient(top, #096BD2 0, #0053A6 100%);
    background-image: linear-gradient(to bottom, #096BD2 0, #0053A6 100%);
}

.z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title {
    background-image: -moz-linear-gradient(left, #096BD2 0, #0053A6 100%);
}

.z-accordion.deepblue > .z-section > .z-header > .z-arrow {
    color: #002D59;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.ie7 .z-accordion.deepblue.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.deepblue.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #3569d7;
}

.ie7 .z-accordion.deepblue.vertical > .z-section > .z-header,
.ie8 .z-accordion.deepblue.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#096BD2', endColorstr='#0053A6');
}

.z-accordion.deepblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(0, 62, 124, 0.75);
    border-color: rgba(0, 62, 124, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 62, 124, 0.25) inset;
}

.z-accordion.deepblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(0, 62, 124, 0.05);
    border-color: rgba(0, 62, 124, 0.06);
    box-shadow: 0 0 3px rgba(0, 62, 124, 0.05) inset;
}

.z-accordion.deepblue > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.orange.z-bordered,
.z-accordion.orange.z-bordered > .z-section > .z-header,
.z-accordion.orange.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.orange.z-bordered > .z-section > .z-content {
    border-color: #D64817;
}

.z-accordion.orange.vertical > .z-section > .z-header,
.z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
    color: white;
    text-shadow: 0 1px #5E1902;
    background: #F2825B;
    background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
    background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
}

.z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
    background: -moz-linear-gradient(left, #F2825B 0%, #E55B2B 50%, #F07146 100%);
}

.z-accordion.orange > .z-section > .z-header > .z-arrow {
    color: #fff;
}

.ie7 .z-accordion.orange.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.orange.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.orange.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #F2825B;
}

.ie7 .z-accordion.orange.vertical > .z-section > .z-header,
.ie8 .z-accordion.orange.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f2825b', endColorstr='#f07146');
}

.z-accordion.orange.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(234, 89, 39, 0.75);
    border-color: rgba(234, 89, 39, 0.25);
    box-shadow: 1px 1px 5px rgba(234, 89, 39, 0.25) inset;
}

.z-accordion.orange.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(234, 89, 39, 0.05);
    border-color: rgba(234, 89, 39, 0.06);
    box-shadow: 0 0 3px rgba(234, 89, 39, 0.05) inset;
}

.z-accordion.orange > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.deepred.z-bordered,
.z-accordion.deepred.z-bordered > .z-section > .z-header,
.z-accordion.deepred.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.deepred.z-bordered > .z-section > .z-content {
    border-color: #BB2B3A;
}

.z-accordion.deepred.vertical > .z-section > .z-header,
.z-accordion.deepred.horizontal > .z-section > .z-header > .z-title {
    color: #1B0000;
    text-shadow: 1px 1px 1px rgba(235, 184, 184, 0.25);
    background-color: #C43646;
    background: -moz-linear-gradient(top, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFC5CA), color-stop(50%, #D24B5A), color-stop(51%, #BA2737), color-stop(100%, #F18E99));
    background: -webkit-linear-gradient(top, #DA6572 0%, #D24B5A 50%, #BA2737 51%, #D24B5A 100%);
    background: -o-linear-gradient(top, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
    background: -ms-linear-gradient(top, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
    background: linear-gradient(to bottom, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
}

.z-accordion.deepred.horizontal > .z-section > .z-header > .z-title {
    background: -moz-linear-gradient(left, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
}

.z-accordion.deepred > .z-section > .z-header > .z-arrow {
    color: #1B0000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.ie7 .z-accordion.deepred.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.deepred.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.deepred.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #dc4e5e;
}

.ie7 .z-accordion.deepred.vertical > .z-section > .z-header,
.ie8 .z-accordion.deepred.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D24B5A', endColorstr='#CF3F4F');
}

.z-accordion.deepred.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(187, 43, 58, 0.75);
    border-color: rgba(47, 138, 168, 0.25);
    box-shadow: 1px 1px 5px rgba(47, 138, 168, 0.25) inset;
}

.z-accordion.deepred.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(194, 55, 55, 0.05);
    border-color: rgba(55, 159, 194, 0.06);
    box-shadow: 0 0 3px rgba(55, 159, 194, 0.05) inset;
}

.z-accordion.lightblue.z-bordered,
.z-accordion.lightblue.z-bordered > .z-section > .z-header,
.z-accordion.lightblue.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.lightblue.z-bordered > .z-section > .z-content {
    border-color: #38A1BB;
}

.z-accordion.lightblue.vertical > .z-section > .z-header,
.z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title {
    color: #004B5E;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #ADD9E4;
    background: -moz-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7FBFC), color-stop(40%, #D9EDF2), color-stop(100%, #ADD9E4));
    background: -webkit-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -o-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -ms-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: linear-gradient(to bottom, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
}

.z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title {
    background: -moz-linear-gradient(left, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
}

.z-accordion.lightblue > .z-section > .z-header > .z-arrow {
    color: #004B5E;
}

.ie7 .z-accordion.lightblue.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.lightblue.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #ADD9E4;
}

.ie7 .z-accordion.lightblue.vertical > .z-section > .z-header,
.ie8 .z-accordion.lightblue.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f7fbfc', endColorstr='#add9e4');
}

.z-accordion.lightblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(55, 159, 194, 0.75);
    border-color: rgba(47, 138, 168, 0.25);
    box-shadow: 1px 1px 5px rgba(47, 138, 168, 0.25) inset;
}

.z-accordion.lightblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(55, 159, 194, 0.05);
    border-color: rgba(55, 159, 194, 0.06);
    box-shadow: 0 0 3px rgba(55, 159, 194, 0.05) inset;
}

.z-accordion.black.z-bordered,
.z-accordion.black.z-bordered > .z-section > .z-header,
.z-accordion.black.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.black.z-bordered > .z-section > .z-content {
    border-color: #444;
}

.z-accordion.black.vertical > .z-section > .z-header,
.z-accordion.black.horizontal > .z-section > .z-header > .z-title {
    color: #fff;
    text-shadow: 1px 1px 1px black;
    box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
    background-color: #555555;
    background: rgb(85, 85, 85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiM1NTU1NTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiM2OTY5NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(85, 85, 85, 1) 39%, rgba(105, 105, 105, 1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, rgba(85, 85, 85, 1)), color-stop(70%, rgba(105, 105, 105, 1)));
    background: -webkit-linear-gradient(top, rgba(85, 85, 85, 1) 39%, rgba(105, 105, 105, 1) 70%);
    background: -o-linear-gradient(top, rgba(85, 85, 85, 1) 39%, rgba(105, 105, 105, 1) 70%);
    background: -ms-linear-gradient(top, rgba(85, 85, 85, 1) 39%, rgba(105, 105, 105, 1) 70%);
    background: linear-gradient(to bottom, rgba(85, 85, 85, 1) 39%, rgba(105, 105, 105, 1) 70%);
}

.z-accordion.black.horizontal > .z-section > .z-header > .z-title {
    background: -moz-linear-gradient(left, rgba(85, 85, 85, 1) 39%, rgba(105, 105, 105, 1) 70%);
}

.z-accordion.black > .z-section > .z-header > .z-arrow {
    color: #bfbfbf;
}

.ie7 .z-accordion.black.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.black.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.black.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.black.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #555555;
}

.ie7 .z-accordion.black.vertical > .z-section > .z-header,
.ie8 .z-accordion.black.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#555555', endColorstr='#696969');
}

.z-accordion.black.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(68, 68, 68, 0.75);
    border-color: rgba(68, 68, 68, 0.25);
    box-shadow: 1px 1px 5px rgba(68, 68, 68, 0.25) inset;
}

.z-accordion.black.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(68, 68, 68, 0.05);
    border-color: rgba(68, 68, 68, 0.06);
    box-shadow: 0 0 3px rgba(68, 68, 68, 0.05) inset;
}

.z-accordion.black > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.crystal.z-bordered,
.z-accordion.crystal.z-bordered > .z-section > .z-header,
.z-accordion.crystal.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.crystal.z-bordered > .z-section > .z-content {
    border-color: #b4b4b4;
}

.z-accordion.crystal.vertical > .z-section > .z-header,
.z-accordion.crystal.horizontal > .z-section > .z-header > .z-title {
    background-color: #f8f8f8;
    color: #444;
    background-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(243, 243, 243, 1)), color-stop(51%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
}

.ie7 .z-accordion.crystal.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.crystal.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.crystal.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.crystal.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #F2F0F0;
}

.ie7 .z-accordion.crystal.vertical > .z-section > .z-header,
.ie8 .z-accordion.crystal.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f5f5f5');
}

.z-accordion.silver.z-bordered,
.z-accordion.silver.z-bordered > .z-section > .z-header,
.z-accordion.silver.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.silver.z-bordered > .z-section > .z-content {
    border-color: #C3C3C3;
    border-color: #CECECE;
}

.z-accordion.silver.vertical > .z-section > .z-header,
.z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
    color: #444;
    text-shadow: 0 1px white;
    background-color: #F2F0F0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
    background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
}

.ie7 .z-accordion.silver.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.silver.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.silver.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #F2F0F0;
}

.ie7 .z-accordion.silver.vertical > .z-section > .z-header,
.ie8 .z-accordion.silver.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FDFCFC', endColorstr='#FBF9F9');
}

.z-accordion.gray.z-bordered,
.z-accordion.gray.z-bordered > .z-section > .z-header,
.z-accordion.gray.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.gray.z-bordered > .z-section > .z-content {
    border-color: #b4b4b4;
}

.z-accordion.gray.vertical > .z-section > .z-header,
.z-accordion.gray.horizontal > .z-section > .z-header > .z-title {
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background-image: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
    color: #444;
}

.ie7 .z-accordion.gray.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.gray.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.gray.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.gray.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #f8f8f8;
}

.ie7 .z-accordion.gray.vertical > .z-section > .z-header,
.ie8 .z-accordion.gray.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dbdbdb', endColorstr='#f2f2f2');
}

.z-accordion.white.z-bordered,
.z-accordion.white.z-bordered > .z-section > .z-header,
.z-accordion.white.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.white.z-bordered > .z-section > .z-content {
    border-color: #C3C3C3;
    border-color: #CECECE;
}

.z-accordion.white.vertical > .z-section > .z-header,
.z-accordion.white.horizontal > .z-section > .z-header > .z-title {
    color: #333;
    text-shadow: 0 1px white;
    background-color: #fff;
}

.z-accordion.white.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.15);
    border-color: rgba(100, 100, 100, 0.15);
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.white.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(100, 100, 100, 0.15);
    border-color: rgba(100, 100, 100, 0.15);
    box-shadow: 0 0 3px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.blue.z-bordered,
.z-accordion.blue.z-bordered > .z-section > .z-header,
.z-accordion.blue.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.blue.z-bordered > .z-section > .z-content {
    border-color: #248CB1;
}

.z-accordion.blue > .z-section > .z-header > .z-arrow,
.z-accordion.blue > .z-section > .z-header {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.z-accordion.blue.vertical > .z-section > .z-header,
.z-accordion.blue.horizontal > .z-section > .z-header > .z-title {
    background-color: #2AA4CF;
    box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.blue > .z-section > .z-header > .z-arrow {
    color: #fff;
}

.z-accordion.blue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(55, 159, 194, 0.75);
    border-color: rgba(47, 138, 168, 0.25);
    box-shadow: 1px 1px 5px rgba(47, 138, 168, 0.25) inset;
}

.z-accordion.blue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(55, 159, 194, 0.05);
    border-color: rgba(55, 159, 194, 0.06);
    box-shadow: 0 0 3px rgba(55, 159, 194, 0.05) inset;
}

.z-accordion.blue > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.green.z-bordered,
.z-accordion.green.z-bordered > .z-section > .z-header,
.z-accordion.green.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.green.z-bordered > .z-section > .z-content {
    border-color: #009B70;
}

.z-accordion.green > .z-section > .z-header {
    color: white;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.z-accordion.green > .z-section > .z-header {
    background-color: #00c08b;
    box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.green > .z-section > .z-header > .z-arrow {
    color: #127a5d;
}

.z-accordion.green.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(0, 155, 122, 0.35);
    border-color: rgba(0, 155, 122, 0.15);
    box-shadow: 1px 1px 5px rgba(0, 155, 122, 0.15) inset;
}

.z-accordion.green.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(0, 155, 122, 0.15);
    border-color: rgba(0, 155, 122, 0.15);
    box-shadow: 0 0 3px rgba(0, 155, 122, 0.15) inset;
}

.z-accordion.green > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.red.z-bordered,
.z-accordion.red.z-bordered > .z-section > .z-header,
.z-accordion.red.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.red.z-bordered > .z-section > .z-content {
    border-color: #C72C2C;
}

.z-accordion.red > .z-section > .z-header {
    color: white;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.z-accordion.red > .z-section > .z-header {
    background-color: #E44848;
    box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.red > .z-section > .z-header > .z-arrow {
    color: #aa2a52;
}

.z-accordion.red.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(228, 35, 35, 0.35);
    border-color: rgba(228, 35, 35, 0.15);
    box-shadow: 1px 1px 5px rgba(228, 35, 35, 0.05) inset;
}

.z-accordion.red.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(228, 35, 35, 0.15);
    border-color: rgba(228, 35, 35, 0.15);
    box-shadow: 0 0 3px rgba(228, 35, 35, 0.15) inset;
}

.z-accordion.red > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.yellow.z-bordered,
.z-accordion.yellow.z-bordered > .z-section > .z-header,
.z-accordion.yellow.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.yellow.z-bordered > .z-section > .z-content {
    border-color: #C7941F;
}

.z-accordion.yellow > .z-section > .z-header {
    color: white;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.z-accordion.yellow > .z-section > .z-header {
    background-color: #f8c54d;
    box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.yellow > .z-section > .z-header .z-arrow {
    color: #ab8426;
}

.z-accordion.yellow.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(193, 148, 31, 0.35);
    border-color: rgba(193, 148, 31, 0.15);
    box-shadow: 1px 1px 5px rgba(193, 148, 31, 0.15) inset;
}

.z-accordion.yellow.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(193, 148, 31, 0.15);
    border-color: rgba(193, 148, 31, 0.15);
    box-shadow: 0 0 3px rgba(193, 148, 31, 0.15) inset;
}

.z-accordion.yellow > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.purple.z-bordered,
.z-accordion.purple.z-bordered > .z-section > .z-header,
.z-accordion.purple.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.purple.z-bordered > .z-section > .z-content {
    border-color: #B15299;
}

.z-accordion.purple > .z-section > .z-header {
    color: white;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.z-accordion.purple > .z-section > .z-header {
    background-color: #df6dc2;
    box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
}

.z-accordion.purple > .z-section > .z-header .z-arrow {
    color: #9f3c85;
}

.z-accordion.purple.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(177, 82, 153, 0.35);
    border-color: rgba(177, 82, 153, 0.15);
    box-shadow: 1px 1px 5px rgba(177, 82, 153, 0.15) inset;
}

.z-accordion.purple.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(177, 82, 153, 0.15);
    border-color: rgba(177, 82, 153, 0.15);
    box-shadow: 0 0 3px rgba(177, 82, 153, 0.15) inset;
}

.z-accordion.purple > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.vertical > .z-section > .z-header > .z-title2 {
    background-color: none !important;
    background: none !important;
    box-shadow: none;
}

.ie7 .z-accordion.horizontal > .z-section > .z-header > .z-title,
.ie7 .z-accordion.vertical > .z-section > .z-header,
.ie8 .z-accordion.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.vertical > .z-section > .z-header {
    zoom: 1;
}

.ie7 .z-accordion.horizontal.z-bordered > .z-section > div,
.ie8 .z-accordion.horizontal.z-bordered > .z-section > div {
    border-left-width: 1px;
}

.ie7 .z-accordion.horizontal > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.ie8 .z-accordion.horizontal > .z-section > .z-header {
    filter: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: none;
}

.ie9 .z-accordion.horizontal > .z-section > .z-header {
    filter: none;
    -ms-filter: none;
    -ms-transform: translateX(-100%) rotate(-90deg);
    -ms-transform-origin: right top;
}

.ie .z-accordion.horizontal > .z-section > .z-header {
    height: 50px;
}

.ie .z-accordion.horizontal > .z-section > .z-header > .z-title {
    height: 48px;
}

.ie .z-accordion.vertical > .z-section > .z-header {
    height: 1%;
}

.ie8 .z-accordion.horizontal {
    padding-right: 1px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section > .z-header {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section > .z-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active > .z-header {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active > .z-content {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.z-accordion.z-grouped.z-rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.z-accordion.z-grouped.z-rounded > .z-section:last-child .z-content {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.z-accordion.z-grouped.z-rounded > .z-section:first-child,
.z-accordion.z-grouped.z-rounded > .z-section:first-child h3 {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.z-accordion.z-grouped.z-rounded > .z-section:last-child,
.z-accordion.z-grouped.z-rounded > .z-section:last-child h3 {
    -moz-border-radius: 0 0px 5px 5px;
    -webkit-border-radius: 0 0px 5px 5px;
    border-radius: 0 0px 5px 5px;
}

.z-accordion.z-grouped.z-rounded > .z-section.z-active:last-child,
.z-accordion.z-grouped.z-rounded > .z-section.z-active:last-child h3 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.horizontal.z-rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.z-accordion.horizontal.z-rounded section.z-active:last-child .z-content {
    border-radius: 0px 5px 5px 0px;
}

.z-accordion.horizontal.z-rounded > .z-section:first-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section:first-child h3 > .z-title {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.z-accordion.horizontal.z-rounded > .z-section:last-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section:last-child .z-title {
    -moz-border-radius: 0 0px 5px 5px;
    -webkit-border-radius: 0 0px 5px 5px;
    border-radius: 0 0px 5px 5px;
}

.z-accordion.horizontal.z-rounded > .z-section.z-active:last-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section.z-active:last-child > .z-header > .z-title {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.black > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.clean.vertical,
.z-accordion.clean.vertical > .z-section,
.z-accordion.clean.vertical > .z-section > .z-header,
.z-accordion.clean.vertical > .z-section > .z-header .z-title,
.z-accordion.clean.vertical > .z-section > .z-content,
.z-accordion.clean.vertical.z-bordered > .z-section,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-header,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-content {
    border-width: 0;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.clean.vertical > .z-section,
.z-accordion.clean.vertical.z-ungrouped.z-bordered > .z-section {
    margin: 2px 0 2px 0;
}

.z-accordion.clean.vertical > .z-section > .z-header,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-header {
    font-size: 16px;
    border-bottom: 1px solid #E7E7E7;
    border-bottom: 1px solid rgba(207, 207, 207, 0.7);
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0);
    background: white;
}

.z-slider-wrapper {
    position: relative;
    background-color: #FFF;
    margin-bottom: 60px;
}

.z-slider-wrapper.z-shadows {
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12);
}

.z-slider-wrapper.z-rounded .z-accordion.z-ungrouped.z-rounded > .z-section > .z-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-slider-wrapper.z-rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.z-slider-wrapper > .z-accordion.horizontal,
.z-slider-wrapper > .z-accordion.vertical,
.z-slider-wrapper > .z-accordion.vertical.z-shadows.z-grouped,
.z-slider-wrapper > .z-accordion.vertical.z-ungrouped.z-shadows > .z-section {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.z-slider-wrapper > .z-accordion.horizontal,
.z-slider-wrapper > .z-accordion.horizontal > .z-section > .z-content,
.z-slider-wrapper > .z-accordion.vertical,
.z-slider-wrapper > .z-accordion.vertical > .z-section > .z-content,
.z-accordion.z-content-nav > .z-section > .z-content,
.z-accordion.z-content-nav > .z-section > .z-content ul,
.z-accordion.z-content-nav > .z-section > .z-content ul li {
    padding: 0;
    margin: 0;
}

.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > img,
.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > embed,
.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > object,
.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > video {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    border-radius: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
    -moz-transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
    -o-transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
    transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility: visible;
    display: block;
}

.z-slider-wrapper > .z-accordion.transition.vertical > .z-section.z-active > .z-content {
    padding: 0;
}

.z-slider-wrapper .z-accordion > .z-section > .z-content > .z-auto-g > img2 {
    visibility: hidden;
}

.z-slider-wrapper .z-accordion > .z-section.z-active > .z-content > .z-auto-g > img {
    visibility: visible;
}

.z-slider-wrapper .z-accordion.horizontal > .z-section > .z-content > div {
    padding: 0 0 0 12px;
    padding: 0;
}

.z-slider-wrapper .z-accordion.horizontal > .z-section > .z-content,
.z-slider-wrapper .z-accordion.horizontal > .z-section.z-active > .z-content,
.z-slider-wrapper .z-accordion.horizontal > .z-section.z-active.z-last > .z-content {
    height: 100%;
    margin: 0;
}

.wrapper {
    width: 1400px;
    margin: 0px auto;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-arrows {
    display: none;
}

.nav-arrows a {
    position: absolute;
    top: 50%;
    left: 10px;
    cursor: pointer;
    margin-top: -10px;
    opacity: 0.9;
    color: black;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
    z-index: 8000;
}

.nav-arrows a:first-child {
    left: auto;
    right: 2px;
    background-position: top right;
}

.nav-arrows a:hover {
    opacity: 1;
}

.z-dot-nav {
    text-align: center;
    position: absolute;
    bottom: -50px;
    height: 30px;
    width: 100%;
    left: 0;
    z-index: 10;
    zoom: 1;
}

.z-dot-nav span {
    display: inline-block;
    cursor: pointer;
    background: #E2E5E9;
    padding: 0;
    width: 8px;
    height: 8px;
    margin: 4px 0 0 7px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0px 1px 3px #515B6A, 0 0 1px white;
    -moz-box-shadow: inset 0px 1px 3px #515b6a, 0 0 1px #fff;
    box-shadow: inset 0px 1px 3px #515B6A, 0 0 1px white;
    -webkit-transition-property: box-shadow, border;
    -webkit-transition-duration: 300ms;
    -moz-transition-property: box-shadow, border;
    -moz-transition-duration: 300ms;
    transition-property: box-shadow, border;
    transition-duration: 300ms;
}

.z-dot-nav span.z-active {
    margin-top: 3px;
    background: #AAA;
    width: 9px;
    height: 9px;
    border: 1px solid #B1BBC8;
    background-color: #444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D1D6DD), to(white));
    background-image: -webkit-linear-gradient(top, #D1D6DD, white);
    background-image: -moz-linear-gradient(top, #D1D6DD, white);
    background-image: -ms-linear-gradient(top, #D1D6DD, white);
    background-image: -o-linear-gradient(top, #D1D6DD, white);
    background-image: linear-gradient(top, #D1D6DD, white);
    -webkit-box-shadow: inset 0px 2px 2px white, 0 1px 1px rgba(204, 210, 218, 0.41);
    -moz-box-shadow: inset 0px 2px 2px #fff, 0 1px 1px rgba(204, 210, 218, 0.41);
    box-shadow: inset 0px 2px 2px white, 0 1px 1px rgba(204, 210, 218, 0.41);
}

.nav-options {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: none;
}

.nav-options span {
    width: 30px;
    height: 30px;
    background: #cbbfae url(../ui/accordion/images/options.png) no-repeat top left;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.7;
    display: inline-block;
    border-radius: 50%;
}

.nav-options span:first-child {
    background-position: -30px 0px;
    margin-right: 3px;
}

.nav-options span:hover {
    opacity: 1;
}

@media screen and (max-width: 320px) {
    .z-accordion > .z-section > a {
        font-size: 14px;
    }
}

.z-accordion,
.z-accordion *,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header > .z-title,
.z-accordion > .z-section > .z-header > .z-arrow,
.z-accordion > .z-section > .z-content {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    outline: none;
}

.z-accordion.z-mobile,
.z-accordion.z-mobile > .z-section,
.z-accordion.z-mobile > .z-section > .z-header,
.z-accordion.z-mobile > .z-section > .z-header > .z-title,
.z-accordion.z-mobile > .z-section > .z-header > .z-arrow,
.z-accordion.z-mobile > .z-section > .z-content {
    box-shadow: none !important;
    text-shadow: none !important;
}

.z-accordion.z-content-nav.vertical > .z-section > .z-content > .z-auto-g {
    padding: 0;
}

.z-accordion.z-content-nav,
.z-accordion.z-content-nav > .z-section > .z-content {
    background: none;
}

.z-accordion > .z-section > .z-header {
    font-size: 1.1em;
}

.z-accordion.white > .z-section > .z-header a {
    color: #333;
}

.z-accordion.silver > .z-section > .z-header a {
    color: #444;
}

.z-accordion.crystal > .z-section > .z-header a {
    color: #555;
}

.z-accordion.gray > .z-section > .z-header a {
    color: #444;
}

.z-accordion .z-sub-nav li a:hover {
    background: #399FF3;
}

.z-accordion .z-sub-nav li a {
    text-decoration: none;
    padding: 12px 0px 12px 20px;
    color: #fff;
    display: block;
    background: #1D89E2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 2px 4px 100px rgba(100, 100, 100, 0.05) inset;
}

.z-accordion > .z-section > .z-header a {
    text-decoration: none;
}

.z-accordion.silver .z-sub-nav li a {
    background: #fDFDFD;
    color: #555;
}

.z-accordion.silver .z-sub-nav li a:hover {
    background: #f8f8f8;
}

.z-accordion.crystal .z-sub-nav li a {
    background: #fDFDFD;
    color: #555;
}

.z-accordion.crystal .z-sub-nav li a:hover {
    background: #f8f8f8;
}

.z-accordion.gray .z-sub-nav li a {
    background: #eee;
    color: #555;
}

.z-accordion.gray .z-sub-nav li a:hover {
    background: #ddd;
}

.z-accordion.white .z-sub-nav li a {
    background: #fDFDFD;
    color: #555;
}

.z-accordion.white .z-sub-nav li a:hover {
    background: #f8f8f8;
}

.z-accordion.black .z-sub-nav li a {
    background: #666;
    color: #fff;
}

.z-accordion.black .z-sub-nav li a:hover {
    background: #777;
}

.z-accordion.orange .z-sub-nav li a {
    background: #F2825B;
}

.z-accordion.orange .z-sub-nav li a:hover {
    background: #F7926F;
}

.z-accordion.red .z-sub-nav li a {
    background: #C44242;
}

.z-accordion.red .z-sub-nav li a:hover {
    background: #F86666;
}

.z-accordion.green .z-sub-nav li a {
    background: #26AC87;
}

.z-accordion.green .z-sub-nav li a:hover {
    background: #4DD8B1;
}

.z-accordion.blue .z-sub-nav li a {
    background: #2A8CAF;
}

.z-accordion.blue .z-sub-nav li a:hover {
    background: #5BC4E9;
}

.z-accordion.lightblue .z-sub-nav li a {
    background: #49B9D5;
}

.z-accordion.lightblue .z-sub-nav li a:hover {
    background: #59C5E0;
}

.z-accordion.deepblue .z-sub-nav li a {
    background: #207BDB;
}

.z-accordion.deepblue .z-sub-nav li a:hover {
    background: #2E87E4;
}

.z-accordion.yellow .z-sub-nav li a {
    background: #E4B13A;
}

.z-accordion.yellow .z-sub-nav li a:hover {
    background: #FFD46F;
}

.z-accordion.purple .z-sub-nav li a {
    background: #E468C5;
}

.z-accordion.purple .z-sub-nav li a:hover {
    background: #F182D6;
}

.z-accordion.z-content-nav.vertical.z-ungrouped.z-shadows > .z-section {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
    box-shadow: none;
}

.z-accordion.z-content-nav.vertical.z-shadows .z-sub-nav li a {
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25), 2px 4px 100px rgba(100, 100, 100, 0.05) inset;
}

.z-accordion.z-content-nav.z-ungrouped.z-shadows > .z-section > .z-header {
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion.z-content-nav.z-ungrouped.z-rounded > .z-section > .z-header,
.z-accordion.z-content-nav.z-ungrouped.z-rounded .z-sub-nav li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.z-accordion-loading {
    position: relative;
    width: 100%;
    min-height: 120px;
}

.z-accordion-loading > * {
    display: none;
}

.z-accordion-loading > .z-spinner,
.z-accordion-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    text-indent: -999em;
    display: block;
    width: 55px;
    height: 55px;
    margin: -28px 0 0 -50px;
    padding: 24px;
    background: rgb(255, 255, 255) url(../ui/accordion/img/zozo-accordion-loading-lg.gif) no-repeat 50% 50%;
}

.z-accordion-loading.z-rounded .z-spinner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a,
.z-tabs > .z-container,
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.z-tabs,
.z-tabs:before,
.z-tabs:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
    outline: 0 none;
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}

.z-tabs > .z-container > .z-content::after,
.z-tabs > .z-container > .z-content > .z-content-inner::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
    zoom: 1;
}

.z-tabs {
    clear: both;
    color: #333;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-tabs > ul > li > a {
    color: #111;
    line-height: 18px;
    font-weight: inherit;
    font-size: 12px;
    padding: 13px 24px;
    background: #fff;
    cursor: pointer;
}

.z-tabs > ul > li.z-active > a {
    cursor: default;
}

.z-tabs > ul,
.z-tabs > ul > li > a,
.z-tabs > .z-container {
    border-color: #CECECE;
    border-style: solid;
}

.z-tabs > .z-container {
    padding: 0;
    margin: 0;
    border-width: 1px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.z-tabs > .z-container > .z-content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    z-index: 7;
    display: none;
}

.z-tabs > .z-container > .z-content.z-active {
    z-index: 8;
}

.z-tabs > .z-container > .z-content > .z-content-inner {
    padding: 10px 10px;
    height: auto;
}

.z-tabs.mini > ul > li > a {
    font-size: 11px;
    padding: 7px 16px;
}

.z-tabs.small > ul > li > a {
    font-size: 11px;
    padding: 10px 16px;
}

.z-tabs.medium > ul > li > a {
    font-size: 12px;
    padding: 15px 20px;
}

.z-tabs.large > ul > li > a {
    font-size: 13px;
    padding: 16px 24px;
}

.z-tabs.xlarge > ul > li > a {
    font-size: 14px;
    padding: 19px 28px;
}

.z-tabs.xxlarge > ul > li > a {
    font-size: 15px;
    padding: 22px 32px;
}

.z-tabs.mini.vertical > ul > li > a {
    padding: 7px 13px;
}

.z-tabs.small.vertical > ul > li > a {
    padding: 10px 16px;
}

.z-tabs.medium.vertical > ul > li > a {
    padding: 13px 19px;
}

.z-tabs.large.vertical > ul > li > a {
    padding: 16px 22px;
}

.z-tabs.xlarge.vertical > ul > li > a {
    padding: 19px 25px;
}

.z-tabs.xxlarge.vertical > ul > li > a {
    padding: 22px 28px;
}

.z-tabs.white.z-bordered > ul > li.z-active > a {
    color: #D13636;
}

.z-tabs.vertical.top-right.white.z-bordered > ul > li.z-active > a {
    border-right: 3px solid #D13636;
}

.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    border-left: 3px solid #D13636;
}

.z-tabs.mini.vertical.top-right.white.z-bordered > ul > li.z-active > a {
    border-right: 1px solid #D13636;
}

.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    border-left: 1px solid #D13636;
}

.z-tabs.small.vertical.top-right.white.z-bordered > ul > li.z-active > a {
    border-right: 2px solid #D13636;
}

.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    border-left: 2px solid #D13636;
}

.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    padding-left: 10px;
}

.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    padding-left: 13px;
}

.z-tabs.medium.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    padding-left: 16px;
}

.z-tabs.large.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    padding-left: 19px;
}

.z-tabs.xlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    padding-left: 22px;
}

.z-tabs.xxlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    padding-left: 25px;
}

.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
    border-top: 3px solid #F44343;
    margin-top: 0;
    margin-bottom: 0;
}

.z-tabs.mini.horizontal.top.white.z-bordered > ul > li.z-active > a {
    padding-top: 7px;
    border-top-width: 1px
}

.z-tabs.small.horizontal.top.white.z-bordered > ul > li.z-active > a {
    padding-top: 9px;
    border-top-width: 2px
}

.z-tabs.medium.horizontal.top.white.z-bordered > ul > li.z-active > a {
    padding-top: 13px;
}

.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {
    padding-top: 14px;
}

.z-tabs.xlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
    padding-top: 17px;
}

.z-tabs.xxlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
    padding-top: 20px;
}

.z-tabs.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    border-bottom: 3px solid #D13636;
    margin-top: 0;
    margin-bottom: 0;
}

.z-tabs.mini.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    padding-bottom: 5px;
}

.z-tabs.small.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    padding-bottom: 8px;
}

.z-tabs.medium.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    padding-bottom: 11px;
}

.z-tabs.large.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    padding-bottom: 14px;
}

.z-tabs.xlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    padding-bottom: 17px;
}

.z-tabs.xxlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
    padding-bottom: 20px;
}

.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
    border-bottom: 3px solid #D13636 !important;
}

.z-tabs-loading {
    position: relative;
    width: 100%;
    min-height: 120px;
}

.z-tabs-loading ul,
.z-tabs-loading div {
    display: none;
}

.z-tabs .z-container {
    position: relative;
}

.z-tabs span.z-spinner,
.z-tabs-loading .z-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    text-indent: -999em;
    width: 55px;
    height: 55px;
    margin: -28px 0 0 -50px;
    padding: 24px;
    background: rgb(255, 255, 255) url(../ui/tabs/img/loading-image.gif) no-repeat 50% 50%;
}

.z-tabs.z-rounded span.z-spinner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.z-tabs .z-video {
    position: relative;
    padding-bottom: 46.25%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.z-tabs .z-video.z-wide-screen {
    padding-bottom: 56.25%;
}

.z-tabs .z-video.z-four-by-three {
    padding-bottom: 75%;
}

.z-tabs .z-video.z-top-padding {
    padding-top: 30px;
}

.z-tabs .z-video iframe,
.z-tabs .z-video object,
.z-tabs .z-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 50;
}

.z-tabs > ul > li > a i {
    font-size: 1.125em;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    width: 24px;
    display: inline-block;
    margin-top: 0.015em;
}

.z-tabs > ul.z-tabs-mobile > li > a i {
    display: none;
}

.z-tabs.z-icons-large > ul > li > a i {
    font-size: 2.25em;
    display: block;
    margin: 0 auto;
    padding-bottom: 0.65em;
    text-align: center;
    line-height: 0;
    margin-top: 0.65em;
}

.z-tabs.mini > ul > li > a i,
.z-tabs.small > ul > li > a i {
    font-size: 1.25em;
}

.z-tabs.z-icons-large > ul > li > a {
    text-align: center;
}

.z-tabs > ul > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
    width: 20px;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    text-transform: initial;
    text-align: left;
}

.z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon,
.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
    width: 24px;
}

.z-tabs.center > ul > li > a,
.z-tabs.center.mobile > ul > li > a {
    text-align: center !important;
}

.z-tabs.right > ul > li > a,
.z-tabs.right.mobile > ul > li > a {
    text-align: right !important;
}

.z-tabs.left > ul > li > a,
.z-tabs.left.mobile > ul > li > a {
    text-align: left !important;
}

.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
    padding: 0 !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.z-tabs.vertical > ul {
    float: left;
    border-width: 1px 0 1px 1px;
    min-width: 200px;
    width: 25%;
}

.z-tabs.vertical > ul > li > a {
    border-width: 0 0 1px 0;
}

.z-tabs.vertical > ul > li.z-last > a {
    border-bottom-width: 0;
}

.z-tabs.vertical > ul > li.z-active > a {
    border-right-width: 0;
    z-index: 10;
}

.z-tabs.vertical > ul > li.z-active.z-first > a {
    border-bottom-width: 1px;
}

.z-tabs.vertical.top-left > ul {
    margin-left: 0;
    margin-right: -1px;
}

.z-tabs.vertical.top-right > ul {
    margin-right: 0;
    margin-left: -1px;
}

.ie7 body .z-tabs.vertical.top-left > ul {
    margin-right: 0;
}

.ie7 body .z-tabs.vertical.top-right > ul {
    margin-left: 0;
}

.ie7 body .z-tabs.vertical.top-left > ul > li,
.ie7 body .z-tabs.vertical.top-left > ul > li > .z-link,
.ie7 body .z-tabs.vertical.top-left > ul {
    z-index: 10 !important;
}

.ie7 body .z-tabs.vertical.top-left > ul > li.z-active > a {
    border-right: 1px solid #fff !important;
}

.z-tabs.vertical.top-right > ul {
    float: right;
    border-width: 1px 1px 1px 0;
}

.ie7 body .z-tabs.vertical.top-right > ul > li.z-active > a {
    border-right-width: 0 !important;
    border-left: 1px solid #fff !important;
    left: -1px;
}

.ie7 body .z-tabs.vertical.top-right > ul > li,
.ie7 body .z-tabs.vertical.top-right > ul {
    z-index: 10 !important;
}

.ie7 body .z-tabs.vertical.top-right > .z-container {}

.z-tabs.vertical.z-rounded > .z-container {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.z-tabs.vertical.z-rounded > ul {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.z-tabs.vertical.z-rounded > ul > li.z-first,
.z-tabs.vertical.z-rounded > ul > li.z-first > a {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.z-tabs.vertical.z-rounded > ul > li.z-last,
.z-tabs.vertical.z-rounded > ul > li.z-last > a {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.z-tabs.vertical.z-rounded.top-right > ul {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.z-tabs.vertical.z-rounded.top-right > ul > li.z-first,
.z-tabs.vertical.z-rounded.top-right > ul > li.z-first > a {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.z-tabs.vertical.z-rounded.top-right > ul > li.z-last,
.z-tabs.vertical.z-rounded.top-right > ul > li.z-last > a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.z-tabs.vertical.z-rounded.top-right > .z-container {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.z-tabs.vertical.z-shadows > ul,
.z-tabs.vertical.z-shadows > .z-container {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}

.z-tabs.vertical.z-shadows > ul > li > a {
    -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
}

.z-tabs.horizontal {
    overflow: hidden;
}

.z-tabs.horizontal > ul > li {
    float: left;
}

.z-tabs.horizontal > ul > li.z-active {
    background: none;
    z-index: 1;
}

.z-tabs.horizontal > ul > li > a {
    margin-right: -1px;
    min-height: 1px;
}

.z-tabs.top-compact > ul > li > a,
.z-tabs.bottom-compact > ul > li > a {
    padding-left: 0;
    padding-right: 0;
}

.z-tabs.horizontal.top > ul > li.z-active {
    top: 2px;
    margin-top: -2px;
    padding-bottom: 2px;
}

.z-tabs.horizontal.top > ul > li > a {
    top: 1px;
    border-width: 1px 1px 0 1px;
}

.z-tabs.horizontal > ul > li.z-last > a,
.z-tabs.horizontal > ul > li.z-last-col > a {
    margin-right: 0 !important;
}

.z-tabs.horizontal > .z-container {
    clear: both;
    zoom: 1;
}

.z-tabs.horizontal.top-center > ul.z-tabs-desktop {
    clear: left;
    float: left;
    left: 50%;
    text-align: center;
}

.z-tabs.horizontal.top-center > ul > li {
    right: 50%;
}

.z-tabs.horizontal.top-right > ul {
    float: right;
    margin: 0 -1px 0 0;
}

.z-tabs.horizontal.top-right > ul > li.z-last {
    margin-right: 1px;
}

.ie7 body .z-tabs.horizontal.top-right > ul > li.z-last {
    margin-right: -1px;
}

.ie7 body .z-tabs.horizontal > .z-container {
    clear: none;
    width: 100%;
}

.z-tabs.horizontal.bottom > ul > li.z-active {
    top: -1px;
    padding-top: 1px;
    z-index: 9;
}

.z-tabs.horizontal.bottom > .z-container {
    z-index: 7;
}

.z-tabs.horizontal.bottom > ul > li > a {
    top: -1px;
    border-width: 0 1px 1px 1px;
}

.z-tabs.horizontal.bottom-center > ul {
    float: left;
    left: 50%;
    text-align: center;
}

.z-tabs.horizontal.bottom-center > ul > li {
    right: 50%;
}

.z-tabs.horizontal.bottom-right > ul {
    float: right;
}

.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-desktop > li.z-last {
    margin-right: 0;
}

.ie7 .z-tabs.horizontal.bottom-compact > ul.z-tabs-desktop > li.z-last {
    margin-right: 0;
}

.z-tabs.horizontal.responsive > ul > li > a,
.z-tabs.horizontal.top-compact > ul > li > a,
.z-tabs.horizontal.bottom-compact > ul > li > a,
.z-tabs.horizontal.top-center > ul > li > a,
.z-tabs.horizontal.bottom-center > ul > li > a {
    text-align: center;
}

.z-tabs.horizontal.top.z-rounded > ul > li.z-first,
.z-tabs.horizontal.top.z-rounded > ul > li.z-first > a {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.z-tabs.horizontal.top.z-rounded > ul > li.z-last,
.z-tabs.horizontal.top.z-rounded > ul > li.z-last > a {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.z-tabs.horizontal.top-left.z-rounded > .z-container {
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.z-tabs.horizontal.top-center.z-rounded > .z-container {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.z-tabs.horizontal.top-right.z-rounded > .z-container {
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.z-tabs.horizontal.z-rounded.top-compact > .z-container {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first,
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first > a {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last,
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last > a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.z-tabs.horizontal.z-rounded.bottom-left > .z-container {
    -webkit-border-radius: 6px 6px 6px 0;
    -moz-border-radius: 6px 6px 6px 0;
    border-radius: 6px 6px 6px 0;
}

.z-tabs.horizontal.z-rounded.bottom-center > .z-container {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.z-tabs.horizontal.z-rounded.bottom-right .z-container {
    -webkit-border-radius: 6px 6px 0 6px;
    -moz-border-radius: 6px 6px 0 6px;
    -khtml-border-radius: 6px 6px 0 6px;
    border-radius: 6px 6px 0 6px;
}

.z-tabs.horizontal.z-rounded.bottom-compact > .z-container {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.z-tabs.horizontal.responsive.top.z-rounded > .z-container {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.z-tabs.horizontal.z-shadows > .z-container {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .125);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .125);
}

.z-tabs.horizontal.z-shadows > ul > li > a {
    box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, .1);
}

.z-tabs.horizontal.z-shadows > ul > li.z-first > a {
    box-shadow: -3px 1px 1px -3px rgba(0, 0, 0, .2);
}

.z-tabs.horizontal.z-shadows > ul > li.z-last > a {
    box-shadow: 3px 1px 1px -3px rgba(0, 0, 0, .2);
}

.z-tabs.black > ul,
.z-tabs.black > ul > li > a,
.z-tabs.black > .z-container {
    border-color: #343232;
    border-style: solid;
}

.z-tabs.black > ul > li > a {
    color: white;
    background: #333333;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
    background: -webkit-linear-gradient(top, #333333, #555555);
    background: -moz-linear-gradient(top, #333333, #555555);
    background: -ms-linear-gradient(top, #333333, #555555);
    background: -o-linear-gradient(top, #333333, #555555);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555', GradientType=0);
}

.z-tabs.black > ul > li > a {
    color: white;
    -shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.z-tabs.black > ul > li > a:hover {
    background: #353434;
}

.z-tabs.black > ul > li.z-active > a {
    background: #fff;
    color: #3E3E3E;
    text-shadow: none;
    box-shadow: none;
    filter: none;
}

.z-tabs.black2 {
    color: #F7F7F7;
    text-shadow: none;
}

.z-tabs.black2 > .z-container {
    background: #222;
}

.z-tabs.black2 > ul,
.z-tabs.black2 > ul > li > a,
.z-tabs.black2 > .z-container {
    border-color: #191919;
    border-style: solid;
}

.z-tabs.black2 > ul > li > a {
    color: #F7F7F7;
    background: #454545;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626));
    background: -webkit-linear-gradient(top, #303030, #262626);
    background: -moz-linear-gradient(top, #303030, #262626);
    background: -ms-linear-gradient(top, #303030, #262626);
    background: -o-linear-gradient(top, #303030, #262626);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626', GradientType=0);
}

.z-tabs.black2 > ul > li a {
    color: #F7F7F7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.z-tabs.black2 > ul > li.z-active > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.z-tabs.black2 > ul > li > a:hover {
    background: #353434;
}

.z-tabs.black2 > ul > li.z-active > a {
    background: #222;
    color: #dadada;
    text-shadow: none;
    box-shadow: none;
    filter: none;
}

.z-tabs.blue > ul,
.z-tabs.blue > ul > li > a,
.z-tabs.blue > .z-container {
    border-color: #0487BD;
    border-style: solid;
}

.z-tabs.blue > ul > li > a {
    background: #1abde7;
    background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1abde7), color-stop(100%, #1c9dd1));
    background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1', GradientType=0);
}

.z-tabs.blue > ul > li a {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.z-tabs.blue > ul > li.z-active > a {
    text-shadow: 0 1px 1px white;
    color: Black
}

.z-tabs.blue > ul > li > a:hover {
    background: #21ADDF;
}

.z-tabs.blue > ul > li.z-active > a {
    background: #fff;
    color: #000F4D;
    text-shadow: 0 1px rgba(78, 78, 78, 0.1);
    filter: none;
}

.z-tabs.crystal > ul,
.z-tabs.crystal > ul > li > a,
.z-tabs.crystal > .z-container {
    border-color: #ddd;
    border-color: #b4b4b4;
    border-style: solid;
}

.z-tabs.crystal > ul > li > a {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(243, 243, 243, 1)), color-stop(51%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.z-tabs.crystal > ul > li > a:hover {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    background: whiteSmoke;
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ececec), color-stop(50%, #e0e0e0), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
}

.z-tabs.crystal > ul > li.z-active > a {
    background: #fff;
    text-shadow: 0 1px 1px white;
    color: Black;
    filter: none;
}

.z-tabs.deepblue > ul,
.z-tabs.deepblue > ul > li > a,
.z-tabs.deepblue > .z-container {
    border-color: #1E69DE;
    border-style: solid;
}

.z-tabs.deepblue > ul > li > a {
    background: #479fed;
    background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
    background: -webkit-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -o-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -ms-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: linear-gradient(to bottom, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de', GradientType=0);
}

.z-tabs.deepblue > ul > li > a {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.z-tabs.deepblue > ul > li.z-active > a {
    text-shadow: 0 1px 1px white;
    color: Black
}

.z-tabs.deepblue > ul > li > a:hover {
    background: #238dea;
    background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #238dea), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #065cdd));
    background: -webkit-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
    background: -o-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
    background: -ms-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
    background: linear-gradient(to bottom, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd', GradientType=0);
}

.z-tabs.deepblue > ul > li.z-active > a {
    background: #fff;
    color: #000F4D;
    text-shadow: 0 1px rgba(78, 78, 78, 0.1);
    filter: none;
}

.z-tabs.gray > ul,
.z-tabs.gray > ul > li > a,
.z-tabs.gray > .z-container {
    border-color: #B3B3B3;
    border-style: solid;
}

.z-tabs.gray > ul > li > a {
    background: whiteSmoke;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2', GradientType=0);
}

.z-tabs.gray > ul > li > a:hover {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7', GradientType=0);
}

.z-tabs.gray > ul > li.z-active > a {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 1px white;
    filter: none;
}

.z-tabs.green > ul,
.z-tabs.green > ul > li > a,
.z-tabs.green > .z-container {
    border-color: #336c2b;
    border-style: solid;
}

.z-tabs.green > ul > li > a {
    color: white;
    background: #5fae53;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
    background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
    background: -moz-linear-gradient(top, #5fae53, #3b7c33);
    background: -ms-linear-gradient(top, #5fae53, #3b7c33);
    background: -o-linear-gradient(top, #5fae53, #3b7c33);
}

.z-tabs.green > ul > li > a {
    color: white;
    text-shadow: 0 1px 0 #387031;
}

.z-tabs.green > ul > li.z-active > a {
    text-shadow: 0 1px 1px white;
    color: Black
}

.z-tabs.green > ul > li > a:hover {
    background: #3b7c33;
}

.z-tabs.green > ul > li.z-active > a {
    background: #fff;
    color: #2C3F0A;
    text-shadow: none;
    box-shadow: none;
    filter: none;
}

.z-tabs.orange > ul,
.z-tabs.orange > ul > li > a,
.z-tabs.orange > .z-container {
    border-color: #D64817;
    border-style: solid;
}

.z-tabs.orange > ul > li > a {
    background: #F2825B;
    background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
    background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}

.z-tabs.orange > ul > li > a:hover {
    background: #F2825B;
    background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
    background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}

.z-tabs.orange > ul > li.z-active > a {
    background: #fff;
    text-shadow: 0 1px 1px white;
    color: Black;
    filter: none;
}

.z-tabs.orange > ul > li > a {
    color: white;
    text-shadow: 0 1px #5E1902;
}

.z-tabs.orange > ul > li.z-active > a {
    color: black;
    text-shadow: 0 1px white;
}

.z-tabs.red > ul,
.z-tabs.red > ul > li > a,
.z-tabs.red > .z-container {
    border-color: #951100;
    border-style: solid;
}

.z-tabs.red > ul > li > a {
    color: #fff;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
    background: #d84a38;
    background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
    background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0);
}

.z-tabs.red > ul > li > a:hover {
    background: #d34332;
    background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #c53727));
    background: -webkit-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
    background: linear-gradient(to bottom, #dd4b39 0%, #c53727 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0);
}

.z-tabs.red > ul > li.z-active > a {
    background: white;
    color: #951100;
    text-shadow: none;
    filter: none;
}

.z-tabs.red > ul > li > a {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.z-tabs.red > ul > li.z-active > a {
    text-shadow: 0 1px 1px white;
    color: Black
}

.z-tabs.silver > ul,
.z-tabs.silver > ul > li > a,
.z-tabs.silver > .z-container {
    border-color: #CECECE;
    border-style: solid;
}

.z-tabs.silver > ul > li > a {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FDFCFC', endColorstr='#FBF9F9');
    background-color: #F2F0F0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
    background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.z-tabs.silver > ul > li > a {
    color: #444;
    text-shadow: 0 1px #eee;
}

.z-tabs.silver > ul > li > a:hover {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(50%, #fbf9f9), color-stop(50%, #f7f5f6), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fbf9f9', GradientType=0);
}

.z-tabs.silver > ul > li.z-active > a {
    filter: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.z-tabs.silver > ul > li.z-active > a {
    color: black;
    text-shadow: 0 1px #fff;
}

.z-tabs.white > ul,
.z-tabs.white > ul > li > a,
.z-tabs.white > .z-container {
    border-color: #CECECE;
    border-style: solid;
}

.z-tabs.white > ul > li > a {
    background: #fff;
    color: #333;
    text-shadow: 0 1px #f5f5f5;
}

.z-tabs.white > ul > li.z-active > a {
    text-shadow: 0 1px 1px white;
    color: #333;
}

.z-tabs.white.mobile > ul > li.z-active > a {
    font-weight: bold;
}

.z-tabs.underlined,
.z-tabs.underlined > ul,
.z-tabs.underlined > ul > li,
.z-tabs.underlined > ul > li.z-first,
.z-tabs.underlined > ul > li.z-last,
.z-tabs.underlined > ul > li.z-first.z-active,
.z-tabs.underlined > ul > li.z-last.z-active,
.z-tabs.underlined > ul > li.z-active,
.z-tabs.underlined > ul > li:hover,
.z-tabs.underlined > ul > li > a.z-link,
.z-tabs.underlined > ul > li > a:hover,
.z-tabs.underlined > .z-container {
    border-width: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none;
    filter: none;
    text-shadow: none;
}

.z-tabs.underlined > ul > li {
    top: 0;
    padding: 0;
}

.z-tabs.underlined > ul > li > a {
    font-weight: normal;
    z-index: 9;
}

.z-tabs.underlined > ul > li > a:hover,
.z-tabs.underlined > ul > li.z-active > a {
    opacity: 1;
}

.z-tabs.underlined.horizontal > ul > li.z-active {
    top: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.z-tabs.underlined.horizontal > ul > li > a {
    top: 0;
    color: #333;
    margin-left: 16px;
    z-index: 9;
}

.z-tabs.underlined.horizontal > ul > li.z-first > a {
    margin-left: 0;
}

.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active,
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover,
.z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first > a,
.z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first > a {
    margin-left: 0;
}

.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last > a,
.z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last > a {
    margin-right: 0;
}

.z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 1.4em 0;
}

.z-tabs.horizontal.top.underlined > ul > li {
    margin-bottom: -3px;
}

.z-tabs.underlined.horizontal.top > ul > li > a:hover,
.z-tabs.underlined.horizontal.top> ul > li.z-active > a {
    margin-bottom: 0;
    border-width: 0 0 3px 0;
}

.z-tabs.underlined.horizontal.top > .z-container {
    border-width: 3px 0 0 0;
}

.z-tabs.underlined.horizontal.bottom > .z-container {
    border-width: 0 0 3px 0;
}

.z-tabs.underlined.horizontal.bottom > ul > li {
    margin-top: -3px;
}

.z-tabs.underlined.horizontal.bottom > ul > li > a {
    margin-top: 3px;
}

.z-tabs.underlined.horizontal.bottom > ul > li.z-active > a {
    margin-bottom: 0;
    border-width: 3px 0 0 0;
    margin-top: 0;
}

.z-tabs.underlined.vertical > ul {
    border-width: 0;
}

.z-tabs.underlined.vertical.top-left > ul > li {
    right: -3px;
}

.z-tabs.underlined.vertical.top-right > ul > li {
    left: -3px;
}

.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {
    padding: 0 2em;
}

.z-tabs.vertical.underlined > ul > li > a {
    filter: none;
    background: transparent;
    margin: 0;
    color: #333;
    margin-left: 3px;
}

.z-tabs.vertical.underlined.top-left > ul {
    border-width: 0 3px 0 0;
}

.z-tabs.vertical.underlined.top-right > ul {
    border-width: 0 0 0 3px;
}

.z-tabs.vertical.underlined > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined > ul.z-tabs-nav > li > a:hover {
    margin-bottom: 0;
    border-width: 0;
    background: #FAFAFA;
}

.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li > a:hover {
    border-width: 0 3px 0 0;
}

.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li > a:hover {
    border-width: 0 0 0 3px;
    margin-left: 0;
}

.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {
    border-right-width: 0 !important;
    border-left: 3px solid #444 !important;
    left: -1px;
}

.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {
    border-right: 3px solid #444 !important;
}

.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li > a.z-link {
    padding: 6px 6px;
}

.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li > a.z-link {
    padding: 8px 8px;
}

.z-tabs.underlined.horizontal.medium > ul.z-tabs-nav > li > a.z-link {
    padding: 10px 10px;
}

.z-tabs.underlined.horizontal.large > ul.z-tabs-nav > li > a.z-link {
    padding: 10px 12px;
}

.z-tabs.underlined.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {
    padding: 12px 14px;
}

.z-tabs.underlined.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {
    padding: 14px 16px;
}

.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li.z-active {
    border-bottom-width: 2px;
}

.z-tabs.underlined > .z-container,
.z-tabs.underlined > ul.z-tabs-nav,
.z-tabs.underlined > ul.z-tabs-nav > li > a {
    border-color: #D4D4D4;
}

.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
    border-color: #DD4B39;
    color: #DD4B39
}

.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.blue > ul.z-tabs-nav > li > a:hover {
    border-color: #0087E6;
    color: #0087E6
}

.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover {
    border-color: #3B7BEA;
    color: #3B7BEA
}

.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.orange > ul.z-tabs-nav > li > a:hover {
    border-color: #FD9C00;
    color: #FD9C00
}

.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.green > ul.z-tabs-nav > li > a:hover {
    border-color: #093;
    color: #093
}

.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.white > ul.z-tabs-nav > li > a:hover {
    border-color: #D8D8D8;
    color: #D8D8D8
}

.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.crystal > ul.z-tabs-nav > li > a:hover {
    border-color: #999;
    color: #444
}

.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.silver > ul.z-tabs-nav > li > a:hover {
    border-color: #777;
    color: #333
}

.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.gray > ul.z-tabs-nav > li > a:hover {
    border-color: #333;
    color: #222
}

.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.black > ul.z-tabs-nav > li > a:hover {
    border-color: #000;
    color: #000
}

.z-tabs.underlined.mobile > ul.z-tabs-mobile,
.z-tabs.underlined.mobile > ul.z-tabs-desktop {
    border-width: 0;
    margin-top: 0;
}

.z-tabs.mobile.underlined> .z-container > .z-content > .z-content-inner {
    padding: 0;
}

.z-tabs.mobile.underlined > .z-container {
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.z-tabs.underlined.mobile > ul.z-tabs-mobile.z-state-closed {
    border-width: 0;
}

.z-tabs.underlined.mobile.vertical > .z-container > .z-content .z-content-inner {
    padding: 2em;
}

.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
    text-transform: uppercase;
}

.z-tabs.underlined.mobile > ul.z-tabs-desktop > li > a {
    -moz-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
    -o-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
    -ms-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
}

.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
    border-color: #E6E6E6;
    background: #fff;
    border-width: 0 0 1px 0 !important;
    opacity: 1;
    border-style: dotted;
}

.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a {
    background: #FAFAFA;
    color: #333;
}

.z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a {
    color: #DD4B39;
}

.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li > a:hover {
    color: #DD4B39;
}

.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a {
    color: #1E69DE;
}

.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a {
    color: #FD9C00;
}

.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a {
    color: #093;
}

.z-tabs.z-multiline.white > ul > li.z-active,
.z-tabs.z-multiline.white > ul > li:hover {
    opacity: 1;
}

.z-tabs.z-multiline > ul > li > a {
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.z-tabs.z-multiline > ul.z-tabs-desktop > li > a.z-link > span,
.z-tabs.z-multiline > ul.z-tabs-mobile > li > a.z-link > span > span {
    display: block;
    font-size: .9em;
    font-weight: normal;
    text-transform: none;
    line-height: 1.65em;
    opacity: 1;
    margin-top: 0.05em;
    letter-spacing: 0px;
}

.z-tabs.z-multiline > ul.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-mobile > li > a > span > span.z-icon {
    line-height: 1em;
}

.z-tabs.clean.horizontal > ul > li.z-active {
    top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.z-tabs.clean > ul > li.z-active > a {
    font-weight: bold;
}

.z-tabs.clean.white.z-bordered > ul > li.z-active > a {
    color: inherit;
}

.z-tabs.clean > .z-container {
    border-width: 0;
    background: none;
}

.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 24px 0;
}

.z-tabs.clean.horizontal.top > ul > li > a {
    border-bottom-width: 1px;
}

.z-tabs.clean.horizontal.bottom > ul > li > a {
    border-top-width: 1px;
}

.z-tabs.clean.z-shadows > ul > li.z-active > a {
    -webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
    background: #F3F3F3;
}

.z-tabs.clean.z-shadows.black2 > ul > li.z-active > a {
    -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
    background: #242424;
}

.z-tabs.clean.vertical.z-shadows > ul,
.z-tabs.clean.z-shadows > .z-container {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.z-tabs.clean.z-rounded.top > ul > li.z-first > a,
.z-tabs.clean.z-rounded.bottom > ul > li.z-first > a {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.z-tabs.clean.top.z-rounded > ul > li.z-last > a,
.z-tabs.clean.bottom.z-rounded > ul > li.z-last > a {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.z-tabs.clean.horizontal.top.z-rounded > ul > li.z-last-row.z-first-col > a {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.z-tabs.clean.responsive.horizontal.top.z-rounded > ul > li.z-last-row.z-last-col > a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.z-tabs.clean.vertical > ul.z-tabs-desktop {
    border-width: 1px 1px 1px 1px;
}

.z-tabs.clean.vertical > ul > li.z-active {
    z-index: 7;
}

.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
    padding: 0 2em;
}

.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-desktop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first > a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last > a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.z-tabs.horizontal.clean.responsive.top > ul > li > a {
    border-bottom-width: 0;
}

.z-tabs.clean.responsive.horizontal.bottom > ul > li > a {
    border-top-width: 0;
}

.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a {
    border-top-width: 1px;
}

.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
    border-bottom-width: 1px;
}

.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.z-tabs.clean.white.mobile > ul > li.z-active > a {
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
    background: #F3F3F3;
}

.z-tabs.clean.horizontal.mobile.top > ul > li,
.z-tabs.clean.horizontal.mobile.bottom > ul > li {
    border-bottom-width: 0;
}

.z-grid {
    margin: 0 auto;
    padding: 0 0 0 1%;
}

.z-grid-1200 {
    max-width: 1220px;
}

.z-grid-1000 {
    max-width: 1020px;
}

.z-row {
    clear: both;
    padding: 0 10px;
}

.z-row:after {
    content: " ";
    height: 0;
    clear: both;
    visibility: hidden;
}

.z-row {
    zoom: 1;
}

.z-row > [class*="col"] {
    margin-left: 1.81818%;
    float: left;
    display: block;
    margin: 1% 0 1% 1.6%;
    margin: 0 0 0 1.6%;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.col12 {
    width: 100%;
}

.col11 {
    width: 91.46%;
}

.col10 {
    width: 83%;
}

.col9 {
    width: 74.54%;
}

.col8 {
    width: 66.08%;
}

.col7 {
    width: 57.62%;
}

.col6 {
    width: 49.16%;
}

.col5 {
    width: 40.7%;
}

.col4 {
    width: 32.24%;
}

.col3 {
    width: 23.78%;
}

.col2 {
    width: 15.32%;
}

.col1 {
    width: 6.86%;
}

.z-row > [class*="col"]:first-child {
    margin-left: 0;
}

.z-row > [class*="col"] img {
    width: 100%;
    height: auto;
    display: block;
}

@media all and (min-width: 1024px) {
    .z-grid-1000 {
        max-width: 1000px;
    }
    .z-grid-1000 .z-row {
        padding: 0;
    }
}

@media all and (max-width: 768px) {
    .z-row > [class*="col"] {
        float: none;
        width: auto;
        margin: 10px 0 10px 0;
    }
}

.z-tabs > ul.z-tabs-mobile {
    display: none;
}

.z-tabs.responsive.horizontal.responsive > ul {
    display: block;
    width: 100%;
}

.z-tabs.responsive.horizontal > ul.z-tabs-mobile,
.z-tabs.responsive.horizontal > ul.z-tabs-mobile > li {
    width: 100%;
    float: none;
}

.z-tabs.responsive.horizontal.mobile > ul > li > a {
    margin: 0 !important;
}

.z-tabs.responsive.horizontal > ul > li.z-last-col > a {
    margin-right: 0 !important;
}

.z-tabs.responsive.horizontal.top > ul > li.z-active {
    top: 0;
    margin-top: 0;
    padding-bottom: 0;
    z-index: initial;
}

.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active {
    top: 2px;
    margin-top: -2px;
    padding-bottom: 1px;
    z-index: 1;
}

.z-tabs.horizontal.top.responsive > ul.z-tabs-desktop > li > a,
.z-tabs.horizontal.top.z-stacked > ul.z-tabs-desktop > li > a {
    border-bottom-width: 0;
}

.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a {
    margin: 0 -2px 0 0;
}

.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li {
    margin-right: -3px;
}

.z-tabs.responsive.horizontal.bottom > ul > li.z-active {
    top: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: initial;
}

.z-tabs.responsive.horizontal.bottom > ul > li.z-first-row.z-active {
    top: 0;
    padding-top: 0;
    z-index: 9;
}

.z-tabs.horizontal.responsive > ul.z-tabs-desktop {
    display: block;
    width: 100%;
}

.z-tabs.horizontal.responsive.underlined > ul {
    border-width: 0;
}

.z-tabs.horizontal.responsive.underlined > ul > li.z-active,
.z-tabs.horizontal.responsive.underlined > ul > li:hover {
    border-top-width: 0;
    border-bottom-width: 0;
}

.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li {
    margin-left: 0;
}

.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li a {
    padding-left: 0;
}

.z-tabs.responsive.top.z-rounded > ul > li.z-last-col > a {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.z-tabs.responsive.bottom.z-rounded > ul > li.z-first > a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.z-tabs.responsive.z-rounded.bottom > ul > li.z-left > a {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.z-tabs.responsive.z-rounded.bottom-left > ul > li.z-right > a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.z-tabs.responsive.horizontal.top.z-rounded > ul > li.z-last > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li {
    width: 100%;
    float: none;
}

.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-last > a,
.z-tabs.horizontal.z-stacked.z-stacked > ul.z-tabs-desktop > li.z-last > a {
    border-bottom-width: 1px;
}

.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-first > a {
    border-top-width: 1px;
}

.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
    margin: 0;
}

.z-tabs.flat.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
    border-width: 0 !important;
}

.z-tabs.z-stacked.horizontal > ul > li > a {
    margin-right: 0 !important;
}

.z-tabs.flat.z-stacked.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
    margin: 2px 0 0 0 !important;
}

.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav > li,
.z-tabs.mobile > ul.z-tabs-nav > li.z-active,
.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.z-tabs.mobile {
    position: relative;
}

.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile,
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile > li,
.z-tabs.mobile > .z-container {
    width: 100%;
    float: none;
    display: block;
    width: 100%;
}

.z-tabs.mobile > ul.z-tabs-nav {
    border-width: 1px 1px 1px 1px;
}

.z-tabs.mobile > ul.z-tabs-nav > li > .z-link {
    margin: 0 !important;
}

.z-tabs.mobile > ul.z-tabs-desktop {
    position: absolute;
    top: inherit;
    margin-top: 8px;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 1px rgba(51, 51, 51, 0.1);
}

.z-tabs.mobile > ul > li {
    overflow: visible;
}

.z-tabs.mobile > ul.z-tabs-nav > li > a {
    top: 0;
}

.z-tabs.mobile > ul > li.z-active > a {
    font-weight: bold;
}

.z-tabs.mobile.top > ul.z-tabs-desktop > li > a,
.z-tabs.mobile.bottom > ul.z-tabs-desktop > li > a {
    border-width: 1px 0px 0 0px;
}

.z-tabs.mobile > ul.z-tabs-nav > li.z-first > a {
    border-width: 0;
}

.z-tabs.mobile.z-shadows > ul.z-tabs-mobile {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
}

.z-tabs.mobile > ul.z-tabs-desktop > li {
    float: none;
    display: block;
}

.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.z-tabs.mobile.top > .z-container {
    margin-top: 8px;
}

.z-tabs.mobile.bottom > .z-container {
    margin-bottom: 8px;
}

.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content.z-active {
    overflow: visible;
}

.z-tabs.mobile > .z-container.z-animating,
.z-tabs.mobile > .z-container.z-animating > .z-content.z-active {
    overflow: hidden;
}

.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a > span.z-arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow {
    position: absolute;
    top: 50%;
    background: url(../ui/tabs/img/z-tabs-icons.png) no-repeat top left;
    background-position: -1470px -3px;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -0.75em;
    display: inline-block;
    right: 1.125em;
    background-position: -1470px -60px;
}

.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
    background-position: -1470px -3px;
}

.z-tabs.mobile > ul.z-tabs-nav > li.z-active {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
}

.z-tabs.mobile > ul.z-tabs-nav > li.z-active > a {
    margin: 0;
    top: 0;
    bottom: 0;
    width: auto;
}

.z-tabs.mobile > ul.z-tabs-nav > li {
    border-width: 0px;
}

.z-tabs.mobile > ul.z-tabs-nav > li > a {
    text-align: left;
}

.z-tabs.mobile > ul.z-tabs-desktop > li.z-last {
    border-bottom-width: 0;
}

.z-tabs.mobile.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.z-tabs.mobile.z-rounded > ul.z-tabs-mobile,
.z-tabs.mobile.z-rounded > ul.z-tabs-desktop {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.z-tabs.mobile.z-rounded > ul.z-tabs-mobile > li > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.z-tabs.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.z-tabs.mobile.z-rounded > ul.z-tabs-nav > li.z-first > a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.z-tabs.mobile.z-rounded > .z-container {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.z-tabs .z-tabs *,
.z-tabs ul,
.z-tabs ul li,
.z-tabs ul li a,
.z-tabs .z-container .z-content {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    outline: none;
}

.z-tabs.flat,
.z-tabs.flat > .z-container,
.z-tabs.flat > ul.z-tabs-nav,
.z-tabs.flat.horizontal > ul.z-tabs-nav,
.z-tabs.flat.vertical > ul.z-tabs-nav.z-tabs-desktop,
.z-tabs.flat > ul li.z-first,
.z-tabs.flat > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.clean > ul.z-tabs-nav > li > a {
    border-width: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-tabs.flat.mini > ul > li > a {
    font-size: 11px;
    padding: 7px 16px;
}

.z-tabs.flat.small > ul > li > a {
    font-size: 11px;
    padding: 13px 20px;
}

.z-tabs.flat.medium > ul > li > a {
    font-size: 13px;
    padding: 16px 24px;
}

.z-tabs.flat.large > ul > li > a {
    font-size: 14px;
    padding: 19px 28px;
}

.z-tabs.flat.xlarge > ul > li > a {
    font-size: 14px;
    padding: 22px 32px;
}

.z-tabs.flat.xxlarge > ul > li > a {
    font-size: 15px;
    padding: 25px 36px;
}

.z-tabs.flat.top-compact > ul > li > a,
.z-tabs.flat.bottom-compact > ul > li > a {
    padding-left: 0;
    padding-right: 0;
}

.z-tabs.flat {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.55em;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-tabs.flat,
.z-tabs.flat > ul > li > a {
    color: #374858;
    color: #2C3E50;
    text-shadow: none;
}

.z-tabs.flat > ul > li > a {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.z-tabs.flat .z-container {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.z-tabs.flat > ul > li > a,
.z-tabs.flat > .z-container,
.z-tabs.flat > .z-container > .z-content {
    background: none;
    border-width: 0;
}

.z-tabs.flat > ul.z-tabs-nav > li > a:hover {
    background: #e3eaf0;
    background: #F6F7F9;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat > ul.z-tabs-nav > li.z-active > a {
    background: #bdc3c7;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat.z-dark {
    color: #F1F6F7;
    color: rgba(248, 251, 252, 0.9);
}

.z-tabs.flat.z-dark > ul > li > a {
    color: #F1F6F7;
}

.z-tabs.flat.z-dark > ul.z-tabs-nav > li > a:hover {
    background: #e3eaf0;
    background: #152232;
    text-shadow: none;
    box-shadow: none;
    background: #1D3449;
}

.z-tabs.flat.z-dark > ul.z-tabs-nav > li.z-active > a {
    background: #bdc3c7;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat.horizontal > .z-container {
    margin-right: 0 !important;
}

.z-tabs.flat.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 2em 0;
}

.z-tabs.flat.horizontal.top > ul.z-tabs-nav,
.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li,
.z-tabs.flat.horizontal.bottom > ul.z-tabs-nav,
.z-tabs.flat.horizontal.bottom > ul.z-tabs-nav > li {
    margin: 0;
    padding: 0;
}

.z-tabs.flat.horizontal > ul > li.z-active {
    top: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li.z-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.z-tabs.flat.vertical > .z-container > .z-content > .z-content-inner {
    padding: 0 2em;
}

.z-tabs.flat.vertical.contained > .z-container > .z-content > .z-content-inner {
    padding: 2em;
}

.z-tabs.flat.vertical > ul.z-tabs-nav {
    margin-left: 0;
    margin-right: 0;
}

.z-tabs.flat.vertical > .z-container {
    border-width: 0;
    margin: 0;
}

.z-tabs.flat.vertical > ul > li.z-first.z-active > a {
    border-width: 0;
}

.z-tabs.flat.vertical > ul.z-tabs-nav > li.z-active {
    z-index: 0;
}

.z-tabs.flat.vertical > ul.z-tabs-nav > li > a {
    margin: 0 0 0 0;
    text-align: left;
}

.z-tabs.flat.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.flat.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.flat.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
    border-width: 0;
}

.z-tabs.flat.contained.horizontal> .z-container,
.z-tabs.flat.contained.vertical> .z-container {
    background: #F7F7F8;
    background: #EFF0F2;
}

.z-tabs.flat.contained.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 2em;
}

.z-tabs.flat.contained > ul > li a,
.z-tabs.flat.clean > ul > li a {
    background: #F7F7F8;
    background: #EFF0F2;
}

.z-tabs.flat.contained > ul > li > a:hover,
.z-tabs.flat.clean > ul > li > a:hover {
    background: #ECEDEE;
}

.z-tabs.flat.clean.horizontal > ul.z-tabs-nav > li > a {
    text-align: center;
}

.z-tabs.flat.clean.vertical > ul.z-tabs-nav > li > a {
    text-align: left;
}

.z-tabs.flat.z-dark.contained > ul.z-tabs-nav > li > a,
.z-tabs.flat.z-dark.clean > ul.z-tabs-nav > li > a {
    background: #2C3E50;
}

.z-tabs.flat.contained.z-spaced.horizontal.top > .z-container {
    top: 3px;
}

.z-tabs.flat.contained.z-spaced.horizontal.bottom > .z-container {
    margin: 0 0 3px 0;
}

.z-tabs.flat.contained.z-spaced.z-bordered.horizontal.top> .z-container {
    padding: 0;
    top: 0;
}

.z-tabs.flat.contained.z-spaced.z-bordered.horizontal.bottom > .z-container {
    padding: 0;
    margin: 0;
}

.z-tabs.flat.responsive.contained.z-spaced.horizontal.top > .z-container {
    top: 2px;
}

.z-tabs.flat.responsive.contained.z-spaced.horizontal.bottom > .z-container {
    margin: 0 0 1px 0;
}

.z-tabs.flat.pills.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.responsive.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.responsive.z-rounded > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.responsive.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.bottom.responsive.z-rounded > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.z-rounded > ul.z-tabs-nav > li > a2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.z-tabs.flat.vertical.top-left.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.vertical.top-right.z-rounded > ul.z-tabs-nav > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li.z-active,
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li.z-active:hover,
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.top-left.z-rounded > .z-container {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.z-tabs.flat.mobile.horizontal.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a,
.z-tabs.flat.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.z-tabs.flat.vertical.top-left.z-rounded.z-bordered > ul.z-tabs-nav > li > a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.z-tabs.flat.vertical.top-right.z-rounded.z-bordered > ul.z-tabs-nav > li > a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.z-tabs.flat.clean.vertical.top-left.z-rounded.z-bordered > ul.z-tabs-desktop {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.z-tabs.flat.clean.vertical.top-right.z-rounded.z-bordered > ul.z-tabs-desktop {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.z-tabs.horizontal.top.flat.z-bordered.mini > .z-container {
    border-width: 3px 0 0 0;
}

.z-tabs.horizontal.top.flat.z-bordered.small > .z-container {
    border-width: 4px 0 0 0;
}

.z-tabs.horizontal.top.flat.z-bordered.medium > .z-container {
    border-width: 5px 0 0 0;
}

.z-tabs.horizontal.top.flat.z-bordered.large > .z-container {
    border-width: 5px 0 0 0;
}

.z-tabs.horizontal.top.flat.z-bordered.xlarge > .z-container {
    border-width: 6px 0 0 0;
}

.z-tabs.horizontal.top.flat.z-bordered.xxlarge > .z-container {
    border-width: 6px 0 0 0;
}

.z-tabs.horizontal.bottom.flat.z-bordered.mini > .z-container {
    border-width: 0 0 3px 0;
}

.z-tabs.horizontal.bottom.flat.z-bordered.small > .z-container {
    border-width: 0 0 4px 0;
}

.z-tabs.horizontal.bottom.flat.z-bordered.medium > .z-container {
    border-width: 0 0 5px 0;
}

.z-tabs.horizontal.bottom.flat.z-bordered.large > .z-container {
    border-width: 0 0 5px 0;
}

.z-tabs.horizontal.bottom.flat.z-bordered.xlarge > .z-container {
    border-width: 0 0 6px 0;
}

.z-tabs.horizontal.bottom.flat.z-bordered.xxlarge > .z-container {
    border-width: 0 0 6px 0;
}

.z-tabs.flat.horizontal.top.z-rounded.z-bordered.z-spaced > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.z-rounded.z-bordered > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.top.z-rounded.z-bordered > ul.z-tabs-nav > li:hover > a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li:hover > a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.z-tabs.flat.vertical.z-bordered.top-right.mini > ul.z-tabs-nav {
    border-width: 0 0 0 3px;
}

.z-tabs.flat.vertical.z-bordered.top-right.small > ul.z-tabs-nav {
    border-width: 0 0 0 4px;
}

.z-tabs.flat.vertical.z-bordered.top-right.medium > ul.z-tabs-nav {
    border-width: 0 0 0 5px;
}

.z-tabs.flat.vertical.z-bordered.top-right.large > ul.z-tabs-nav {
    border-width: 0 0 0 5px;
}

.z-tabs.flat.vertical.z-bordered.top-right.xlarge > ul.z-tabs-nav {
    border-width: 0 0 0 6px;
}

.z-tabs.flat.vertical.z-bordered.top-right.xxlarge > ul.z-tabs-nav {
    border-width: 0 0 0 6px;
}

.z-tabs.flat.vertical.z-bordered.top-left.mini > ul.z-tabs-nav {
    border-width: 0 3px 0 0;
}

.z-tabs.flat.vertical.z-bordered.top-left.small > ul.z-tabs-nav {
    border-width: 0 4px 0 0;
}

.z-tabs.flat.vertical.z-bordered.top-left.medium > ul.z-tabs-nav {
    border-width: 0 5px 0 0;
}

.z-tabs.flat.vertical.z-bordered.top-left.large > ul.z-tabs-nav {
    border-width: 0 5px 0 0;
}

.z-tabs.flat.vertical.z-bordered.top-left.xlarge > ul.z-tabs-nav {
    border-width: 0 6px 0 0;
}

.z-tabs.flat.vertical.z-bordered.top-left.xxlarge > ul.z-tabs-nav {
    border-width: 0 6px 0 0;
}

.z-tabs.flat.mobile.vertical.z-bordered > ul.z-tabs-nav {
    border-width: 0 !important;
}

.z-tabs.flat.z-spaced.horizontal > ul > li > a,
.z-tabs.flat.z-spaced.z-shadows.z-dark.horizontal > ul > li > a {
    margin-right: 2px;
}

.z-tabs.flat.z-spaced.z-bordered.horizontal > ul > li > a,
.z-tabs.flat.z-spaced.z-bordered.z-shadows.z-dark.horizontal > ul > li > a {
    margin-right: 3px;
}

.z-tabs.flat.z-spaced.horizontal > ul.z-tabs-nav > li.z-last > a,
.z-tabs.flat.z-spaced.horizontal.z-multiline > ul.z-tabs-nav > li.z-last > a,
.z-tabs.flat.z-spaced.horizontal.responsive > ul.z-tabs-nav > li.z-last-col > a {
    margin-right: 0 !important;
}

.z-tabs.flat.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
    margin: 1px 1px 0 0 !important;
}

.z-tabs.flat.z-spaced.vertical > ul.z-tabs-desktop > li > a {
    margin-bottom: 1px;
}

.z-tabs.flat.z-spaced.vertical.top-left > ul.z-tabs-desktop {
    margin: 0 1px 0 0;
}

.z-tabs.flat.z-spaced.vertical.top-right > ul.z-tabs-desktop {
    margin: 0 0 0 1px
}

.z-tabs.flat.z-spaced.vertical.top-left > ul.z-tabs-desktop > li.z-last > a,
.z-tabs.flat.z-spaced.vertical.top-right > ul.z-tabs-desktop > li.z-last > a {
    margin-bottom: 0;
}

.z-tabs.flat.z-spaced.contained.horizontal.top.z-rounded > ul > li > a {
    border-radius: 4px 4px 0 0;
}

.z-tabs.flat.z-spaced.contained.horizontal.bottom.z-rounded > ul > li > a {
    border-radius: 0 0 4px 4px;
}

.z-tabs.flat.z-dark.contained.z-shadows.z-spaced.horizontal.top > ul > li > a {
    box-shadow: none !important;
}

.z-tabs.flat.z-dark.contained.horizontal > .z-container,
.z-tabs.flat.z-dark.contained.vertical > .z-container {
    background: #2C3E50;
}

.z-tabs.flat.flat-turquoise > ul,
.z-tabs.flat.flat-turquoise > .z-container {
    border-color: #1ABC9C;
}

.z-tabs.flat.flat-turquoise > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-turquoise > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-turquoise > ul.z-tabs-mobile > li a {
    background: #1ABC9C;
}

.z-tabs.flat.flat-emerald > ul,
.z-tabs.flat.flat-emerald > .z-container {
    border-color: #2ECC71;
}

.z-tabs.flat.flat-emerald > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-emerald > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-emerald > ul.z-tabs-mobile > li a {
    background: #2ECC71;
}

.z-tabs.flat.flat-peter-river > ul,
.z-tabs.flat.flat-peter-river > .z-container {
    border-color: #3498db;
}

.z-tabs.flat.flat-peter-river > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-peter-river > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-peter-river > ul.z-tabs-mobile > li a {
    background: #3498db;
}

.z-tabs.flat.flat-amethyst > ul,
.z-tabs.flat.flat-amethyst > .z-container {
    border-color: #9B59B6;
}

.z-tabs.flat.flat-amethyst > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-amethyst > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-amethyst > ul.z-tabs-mobile > li a {
    background: #9B59B6;
}

.z-tabs.flat.flat-wet-asphalt > ul,
.z-tabs.flat.flat-wet-asphalt > .z-container {
    border-color: #34495E;
}

.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-mobile > li a {
    background: #34495E;
}

.z-tabs.flat.flat-green-sea > ul,
.z-tabs.flat.flat-green-sea > .z-container {
    border-color: #16A085;
}

.z-tabs.flat.flat-green-sea > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-green-sea > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-green-sea > ul.z-tabs-mobile > li a {
    background: #16A085;
}

.z-tabs.flat.flat-nephritis > ul,
.z-tabs.flat.flat-nephritis > .z-container {
    border-color: #27AE60;
}

.z-tabs.flat.flat-nephritis > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-nephritis > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-nephritis > ul.z-tabs-mobile > li a {
    background: #27AE60;
}

.z-tabs.flat.flat-belize-holeâ€Ž > ul,
.z-tabs.flat.flat-belize-hole > ul,
.z-tabs.flat.flat-belize-hole > .z-container {
    border-color: #2980B9;
}

.z-tabs.flat.flat-belize-hole > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile > li a {
    background: #2980B9;
}

.z-tabs.flat.flat-wisteria > ul,
.z-tabs.flat.flat-wisteria > .z-container {
    border-color: #8E44AD;
}

.z-tabs.flat.flat-wisteria > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-wisteria > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-wisteria > ul.z-tabs-mobile > li a {
    background: #8E44AD;
}

.z-tabs.flat.flat-midnight-blue > ul,
.z-tabs.flat.flat-midnight-blue > .z-container {
    border-color: #2C3E50;
}

.z-tabs.flat.flat-midnight-blue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile > li a {
    background: #2C3E50;
}

.z-tabs.flat.flat-sun-flower > ul,
.z-tabs.flat.flat-sun-flower > .z-container {
    border-color: #F1C40F;
}

.z-tabs.flat.flat-sun-flower > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-sun-flower > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-sun-flower > ul.z-tabs-mobile > li a {
    background: #F1C40F;
}

.z-tabs.flat.flat-carrot > ul,
.z-tabs.flat.flat-carrot > .z-container {
    border-color: #E67E22;
}

.z-tabs.flat.flat-carrot > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-carrot > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-carrot > ul.z-tabs-mobile > li a {
    background: #E67E22;
}

.z-tabs.flat.flat-alizarin > ul,
.z-tabs.flat.flat-alizarin > .z-container {
    border-color: #E74C3C;
}

.z-tabs.flat.flat-alizarin > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile > li a {
    background: #E74C3C;
}

.z-tabs.flat.flat-graphite > ul,
.z-tabs.flat.flat-graphite > .z-container {
    border-color: #454545;
}

.z-tabs.flat.flat-graphite > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-graphite > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-graphite > ul.z-tabs-mobile > li a {
    background: #454545;
}

.z-tabs.flat.flat-concrete > ul,
.z-tabs.flat.flat-concrete > .z-container {
    border-color: #95A5A6;
}

.z-tabs.flat.flat-concrete > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-concrete > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-concrete > ul.z-tabs-mobile > li a {
    background: #95A5A6;
}

.z-tabs.flat.flat-orange > ul,
.z-tabs.flat.flat-orange > .z-container {
    border-color: #F39C12;
}

.z-tabs.flat.flat-orange > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-orange > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-orange > ul.z-tabs-mobile > li a {
    background: #F39C12;
}

.z-tabs.flat.flat-pumpkin > ul,
.z-tabs.flat.flat-pumpkin > .z-container {
    border-color: #D35400;
}

.z-tabs.flat.flat-pumpkin > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pumpkin > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pumpkin > ul.z-tabs-mobile > li a {
    background: #D35400;
}

.z-tabs.flat.flat-pomegranate > ul,
.z-tabs.flat.flat-pomegranate > .z-container {
    border-color: #C0392B;
}

.z-tabs.flat.flat-pomegranate > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pomegranate > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pomegranate > ul.z-tabs-mobile > li a {
    background: #C0392B;
}

.z-tabs.flat.flat-silver > ul,
.z-tabs.flat.flat-silver > .z-container {
    border-color: #BDC3C7;
}

.z-tabs.flat.flat-silver > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-silver > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-silver > ul.z-tabs-mobile > li a {
    background: #BDC3C7;
}

.z-tabs.flat.flat-asbestos > ul,
.z-tabs.flat.flat-asbestos > .z-container {
    border-color: #7F8C8D;
}

.z-tabs.flat.flat-asbestos > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-asbestos > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-asbestos > ul.z-tabs-mobile > li a {
    background: #7F8C8D;
}

.z-tabs.flat.flat-lime > ul,
.z-tabs.flat.flat-lime > .z-container {
    border-color: #7FC04C;
}

.z-tabs.flat.flat-lime > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-lime > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-lime > ul.z-tabs-mobile > li a {
    background: #7FC04C;
}

.z-tabs.flat.flat-pink > ul,
.z-tabs.flat.flat-pink > .z-container {
    border-color: #ea4c89;
}

.z-tabs.flat.flat-pink > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pink > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pink > ul.z-tabs-mobile > li a {
    background: #ea4c89;
}

.z-tabs.flat.flat-blue2 > ul,
.z-tabs.flat.flat-blue2 > .z-container {
    border-color: #4A79F3;
}

.z-tabs.flat.flat-blue2 > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-blue2 > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-blue2 > ul.z-tabs-mobile > li a {
    background: #4A79F3;
}

.z-tabs.flat.flat-red2.medium > ul > li > a {
    font-size: 14px;
    padding: 16px 24px;
}

.z-tabs.flat.flat-red2.horizontal.z-bordered > .z-container {
    border-width: 0 !important;
}

.z-tabs.flat.flat-red2 {
    color: #777;
    font: 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-tabs.flat.flat-red2 > ul.z-tabs-nav,
.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li,
.z-tabs.flat.flat-red2 > .z-container {
    border-color: #e64c3c;
}

.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li a {
    background: #e2534b;
    color: #FFF;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif !important;
}

.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-red2 > ul.z-tabs-mobile.z-state-closed > li a {
    background: #F8F8F8;
    color: #7F8C8C;
}

.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li:not(.z-active) > a:hover {
    background: #62b9b0;
    color: #fff;
    opacity: 0.85;
}

.z-tabs.flat.flat-red2.horizontal > .z-container > .z-content,
.z-tabs.flat.flat-red2.vertical > .z-container {
    background: #F8F8F8;
}

.z-tabs.flat.flat-red2.z-spaced.z-shadows.horizontal > ul > li > a {
    margin-right: 8px;
}

.z-tabs.flat.flat-zozo-red > ul,
.z-tabs.flat.flat-zozo-red > .z-container {
    border-color: #F44343;
}

.z-tabs.flat.flat-zozo-red > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-zozo-red > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-zozo-red > ul.z-tabs-mobile > li a {
    background: #F44343;
}

.z-tabs.flat > ul.z-tabs-mobile > li a {
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat > ul.z-tabs-mobile > li a {
    background: #bdc3c7;
    color: #fff;
}

.z-tabs.flat.z-dark > ul.z-tabs-mobile > li a {
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat.z-dark > ul.z-tabs-mobile.z-state-closed > li a {
    color: #fff;
}

.z-tabs.flat > ul.z-tabs-mobile {
    opacity: 1;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li a {
    background: #fff;
}

.z-tabs.flat.mobile > ul > li > a {
    border-width: 0 !important;
}

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-mobile > li > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a {
    text-align: left;
}

.z-tabs.flat > ul.z-tabs-desktop > li {
    margin: 0;
}

.z-tabs.flat.mobile.z-bordered > .z-container,
.z-tabs.flat.mobile > ul.z-tabs-nav,
.z-tabs.flat.mobile > ul.z-tabs-nav,
.z-tabs.flat.mobile > ul.z-tabs-nav.z-tabs-mobile.z-state-closed,
.z-tabs.flat.mobile > ul.z-tabs-nav > li {
    border-width: 0;
}

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a {
    text-align: left;
}

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a,
.z-tabs.flat.mobile > ul.z-tabs-nav > li > a {
    margin: 0 !important;
    padding-left: 2em !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.z-tabs.flat.responsive.z-bordered > .z-container,
.z-tabs.flat.mobile.z-bordered > .z-container {
    border-width: 0 !important;
}

.z-tabs.flat.mobile.horizontal.z-contained > .z-container > .z-content,
.z-tabs.flat.mobile.vertical.z-contained > .z-container,
.z-tabs.flat.mobile.horizontal.top.z-contained > .z-container > .z-content,
.z-tabs.flat.mobile.vertical.z-contained > .z-container > .z-content {
    margin: 3px 0 0 0;
}

.z-tabs.flat.mobile.vertical.z-contained > ul.z-tabs-desktop {
    margin: 0;
}

.z-tabs {
    position: relative;
}

.z-tabs > .z-dropdown-arrow {
    display: none;
}

.z-tabs.flat.mobile > .z-container > .z-content > .z-content-inner {
    padding: 1.4em .25em;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li {
    margin: 1px 1px 0px !important;
}

.z-tabs.flat.mobile.z-dark > ul.z-tabs-desktop > li {
    margin: 1px 4px 0px !important;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li > a {
    border-width: 0;
    text-align: left !important;
    padding-left: 1.5em !important;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li.z-active > a {}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover {
    background: #fff;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop {
    width: 100%;
    background-color: #E0E2E6;
    padding: 1px 0 4px;
    margin-top: 18px;
    visibility: visible;
    border: none;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop.z-hide-menu {
    opacity: 0;
    height: 0;
    visibility: hidden !important;
}

.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed + .z-dropdown-arrow {
    display: none;
}

.z-tabs.flat.mobile .z-dropdown-arrow {
    margin-bottom: 10px;
    display: block;
}

.z-tabs.flat.mobile .z-dropdown-arrow {
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f3f4f5 transparent;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f3f4f5 rgba(0, 0, 0, 0);
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 1.35em;
    top: inherit;
    width: 0;
    z-index: 10;
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    border-bottom-color: #E0E2E6;
    border-top-color: #E0E2E6;
    margin-top: 9px;
    opacity: 1;
}

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-desktop {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-desktop > li.z-active > a {
    border-radius: 2px !important;
}

.z-tabs.flat.z-dark.mobile > ul > li > a {
    color: #2C3E50;
    color: #F1F6F7;
    background: none;
}

.z-tabs.flat.z-dark.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover {
    background: #34495E;
}

.z-tabs.flat.z-dark.mobile > ul.z-tabs-desktop {
    background-color: #2C3E50;
    color: #FFF;
    padding: 4px 0 4px;
}

.z-tabs.flat.z-dark.mobile .z-dropdown-arrow {
    border-bottom-color: #2C3E50;
    border-top-color: #2C3E50;
}

#slider2 {
    margin: 0 auto;
    width: 560px;
    height: 263px;
    overflow: auto;
    position: relative;
}

#testimonial-tabs.z-tabs > .z-container > .z-content > .z-content-inner {
    min-height: 420px;
}

.z-tabs.z-testimonial .z-row .column > div {
    background-color: rgba(0, 0, 0, 0.01);
    background: #F1F1F1;
    position: relative;
    min-height: 110px;
    margin-left: 40px;
    background: #F6F8F8;
    background: #F7F7F8;
}

.z-tabs.z-testimonial .z-row > [class*="col"] {
    padding-bottom: 40px;
}

.z-tabs.z-testimonial .z-row .column > div:before {
    position: absolute;
    content: '"';
    color: #D5D5D5;
    font-size: 120px;
    display: block;
    top: 24px;
    left: 22px;
    font-size: 40px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.z-tabs.z-testimonial .z-row .column > div:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 0px 0 18px;
    border-color: #F7F7F8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.z-tabs.z-testimonial .z-row.xlarge .column > div {
    min-height: 150px;
}

.z-tabs.z-testimonial .z-row.large .column > div {
    min-height: 110px;
}

.z-tabs.z-testimonial .z-row.medium .column > div {
    min-height: 90px;
}

.z-tabs.z-testimonial .z-row.small .column > div {
    min-height: 75px;
}

.z-tabs.z-testimonial .z-row.mini .column > div {
    min-height: 60px;
}

.z-tabs.vertical.slider > .z-container > .z-content.z-row > .z-content-inner,
.z-tabs.horizontal.slider > .z-container > .z-content.z-row .z-content-inner {
    padding: 0 10px;
    height: auto;
}

.z-tabs.z-testimonial > .z-container > .z-content::after,
.z-tabs.z-testimonial > .z-container > .z-content > .z-content-inner::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.z-tabs.z-testimonial > .z-container > .z-content,
.z-tabs.z-testimonial > .z-container > .z-content > .z-content-inner {
    zoom: 1;
}

.z-tabs.z-testimonial > .z-container > .z-content > .z-content-inner p {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    padding: 20px 20px 20px 60px;
    position: relative;
}

a.side-navigator {
    display: inline-block !important;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 50;
    margin-top: -46px;
    padding: 15px 10px;
    background-color: #dd1709;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    background: #F44343;
    color: #FFF;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

a.side-navigator.dark {
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 60px;
    line-height: 60px;
    background: #555;
    background-color: #454545;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #303030), color-stop(1, #262626));
    background-image: -webkit-linear-gradient(top, #303030, #262626);
    background-image: linear-gradient(top, #303030, #262626);
    border: 1px solid #141414;
    -webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .06), 1px 1px 0 rgba(255, 255, 255, .03), -1px -1px 0 rgba(0, 0, 0, .02), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0px 1px 0 rgba(255, 255, 255, .06), 1px 1px 0 rgba(255, 255, 255, .03), -1px -1px 0rgba(0, 0, 0, .02), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
    color: #9f9f9f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    -webkit-user-select: none;
    white-space: normal;
    word-wrap: normal;
}

a.side-navigator:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #1FB4DA;
}

a.side-navigator.left {}

a.side-navigator.right {
    left: auto;
    right: 0;
}

a.side-navigator span {
    line-height: 60px !important;
    vertical-align: top;
}

a.side-navigator span.text {
    text-indent: -99999px;
    display: inline-block;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 1px;
}

a.side-navigator span.arrow {
    display: inline-block;
    float: left;
    font-size: 22px;
    position: relative;
    top: -3px;
    padding-right: 5px;
    padding-left: 5px;
}

.testimonials a.side-navigator {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    z-index: 50;
}

.testimonials a.side-navigator.left span.arrow {
    padding-right: 10px;
}

.testimonials a.side-navigator.right span.arrow {
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
    .testimonials a.side-navigator {
        display: none !important;
    }
}

.z-tabs span.fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #979797;
    text-decoration: none;
    outline: none;
}

.z-tabs span.z-number {
    left: auto;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background: #F89C9C;
    text-shadow: 0 1px rgba(97, 9, 9, 0.15);
}

.z-tabs span.z-item {
    left: auto;
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background-color: rgb(51, 51, 51);
    text-shadow: 0 1px rgba(97, 9, 9, 0.15);
    padding: 0 10px;
    text-transform: uppercase;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    cursor: pointer;
    display: none;
}

.z-tabs span.z-item a,
.z-tabs span.z-item a:visited {
    color: #FFF;
}

.z-tabs span.z-item:hover {
    background-color: #DD1709;
}

.z-tabs span.z-item.red:hover {
    background-color: rgba(221, 9, 9, 1);
}

.z-tabs span.z-item.blue:hover {
    background-color: rgba(9, 170, 221, 1);
}

.z-tabs span.z-cite {
    width: auto;
    padding: 0 6px;
    position: absolute;
    bottom: -40px;
    left: 60px;
    text-align: center;
    line-height: 38px;
    color: #555;
    margin: 8px 0 0 0px;
}