.z-tabs a,
.z-tabs a:visited {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}


.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;
}
.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;
}
@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;
    }
}
.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(../images/arrow-down.png);
    background: url(../images/zozo-accordion-white.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(../images/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: 15px;
	background: #F8F8F8;
}
.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);
}

.z-accordion.acconblue.vertical > .z-section > .z-header,
.z-accordion.acconblue.horizontal > .z-section > .z-header > .z-title {
    color: #FFF;
    /*text-shadow: 0 1px white;*/
	background: #3D78B4; /* Old browsers */
	font-size: 15px;
}

.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;
}
.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;
}
.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: 18px 24px;
    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(../images/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;
}
.z-tabs.vertical > ul {
    float: left;
    border-width: 1px 0 1px 1px;
    /*min-width: 300px;*/
    width: 40%;
}
.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;
}
.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;
}
.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-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(../images/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;
}
#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;
}
.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;
}
.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);
}