
.tx-indexedsearch-browsebox .browsebox li input {
    background: transparent;
    color: #FFF;
}
.femanager_flashmessages>div{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px}.femanager_flashmessages>.message-2{background-color:#f6d3cf;border:1px solid #d66c68;color:#aa0225}.femanager_flashmessages>.message-1{background-color:#fbf6de;border:1px solid #b1905c;color:#9e7d4a}.femanager_flashmessages>.message-0{background-color:#cdeaca;border:1px solid #58b548;color:#3b7826}.femanager_flashmessages>.message--1{background-color:#eaf7ff;border:1px solid #c5dbe6;color:#4c73a1}.femanager_flashmessages>.message--2{background-color:#f6f7fa;border:1px solid #c2cbcf;color:#444}.femanager_note{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#f6f7fa;border:1px solid #c2cbcf;color:#444;list-style-type:none;margin-left:0}.femanager_error{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#f6d3cf;border:1px solid #d66c68;color:#aa0225;list-style-type:none;margin-left:0}
.fs-media-gallery .thumb {
    width: 32.333%;
    vertical-align: top;
}

.fs-media-gallery .thumb img {
    width: 100%;
    height: auto;
}

.fs-media-gallery .album .backButton {
    position: relative;
    top: -10px;
}

.fs-media-gallery .albumTitleWrap {
    margin-top: 15px;
}

.fs-media-gallery .page-navigation li .cycle {
    top: 8px;
}

.fs-media-gallery .thumb {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 7px;
}

.fs-media-gallery .thumb:nth-child(3n+3) {
    margin-right: 0;
}

.fs-media-gallery .thumb .name {
    font-size: 20px;
    /*text-transform: uppercase;*/
    /*color: #be9e55;*/
}

.fs-media-gallery .thumb .date {
    display: inline-block;
    min-height: 15px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 1px;
}

.fs-media-gallery .thumbWrap {
    position: relative;
}

.fs-media-gallery .thumb div.image {
    display: inline-block;
    position: relative;
}

.fs-media-gallery .thumb a {
    display: inline-block;
}

.fs-media-gallery .thumb a .thumb-hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.fs-media-gallery .thumb a .thumb-hover:after {
    content: ' ';
    background: url('../../../_assets/606134b34ab23bd992625103add8d505/Images/gallery_overlay_sprite.png') bottom left;
    width: 34px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -17px;
}


.fs-media-gallery .thumb .albumTitleWrap .date {
    display: block;
}

.fs-media-gallery .albumTitleWrap a {
    text-decoration: none;
}

.fs-media-gallery .albumSingle {
    overflow: hidden;
}

.fs-media-gallery .thumb a:hover .thumb-hover {
    display: block;
    opacity: 1;
}

.no-touchevents .fs-media-gallery .albums-list .thumb a:hover .thumb-hover:after {
    background-position: left top;
}

.no-touchevents .fs-media-gallery .album .thumb a:hover .thumb-hover:after {
    background-position: left 40px;
}


.fs-media-gallery .thumb a .thumb-hover {
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -ms-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    display: block;
    opacity: 0;
}

.no-touchevents .fs-media-gallery .album .thumb a .thumb-hover::after {
    background-position: left 40px !important;
}

.no-touchevents .fs-media-gallery .album .thumb a:hover .thumb-hover::after {
/ / background-position: top left;
}

.no-touchevents .fs-media-gallery .album .thumb a:hover .thumb-hover,
.no-touchevents .fs-media-gallery .thumb a:hover .thumb-hover {
    opacity: 1;
}

.fs-media-gallery .thumbs::after {
    content: ' ';
    display: table;
    clear: both;
}

.fs-media-gallery .thumb div.image {
    margin: 0;
}

@media (max-width: 991px) {
    .fs-media-gallery .thumb {
        width: 100%;
        text-align: center;
    }

    .fs-media-gallery .thumb a {
        margin-left: auto;
        margin-right: auto;
    }
}
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

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

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

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

/*
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-primary:hover {
    color: #3071a9;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline > li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " ";
    }

    .dl-horizontal dd:after {
        clear: both;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " ";
    }

    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small,
blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}

blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        /*    -ms-overflow-style: -ms-autohiding-scrollbar;*/
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/fonts/glyphicons-halflings-regular.eot');
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child > .btn {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn {
    margin-left: -1px;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
    z-index: 2;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav > li > a {
    color: #777777;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

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

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

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

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #999999;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p {
    line-height: 1.4;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/forms.png');
    background-repeat: no-repeat;
    /* -webkit-font-smoothing: antialiased; */
}

div.selector, div.checker, div.button, div.radio, div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */
}

div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0;
}

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
    margin: 0;
    padding: 0;
}

.highContrastDetect {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/bg-input.png') repeat-x 0 0;
    width: 0px;
    height: 0px;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/bg-input.png') repeat-x 0 0;
    outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/bg-input-focus.png') repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* Select */
div.selector {
    background-position: 1px -40px;
    line-height: 34px;
    height: 34px;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    left: -3px;
    padding-left: 6px;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    width: 97.8% !important;
    display: block;
    padding-right: 0;
    margin-left: 1.2%;
}

div.selector.fixedWidth {
    width: 190px;
}

div.selector.fixedWidth span {
    width: 155px;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%;
}

/*

  div.selector.active {
    background-position: 0 -156px; }
    div.selector.active span {
      background-position: right -26px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -182px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -52px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -208px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -78px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; }
*/

/* Checkbox */
div.checker {
    position: relative;
}

div.checker, div.checker span, div.checker input {
    width: 20px;
    height: 20px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -120px;
}

div.checker span.checked {
    background-position: 0 -80px;
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*

  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -133px -260px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }
*/

/* Radio */
div.radio {
    position: relative;
}

div.radio, div.radio span, div.radio input {
    width: 20px;
    height: 20px;

}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -200px;
}

div.radio span.checked {
    background-position: 0 -160px;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    margin-left: 0 !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

/*
div.radio.active span {
  background-position: -18px -18px -279px; }
  div.radio.active span.checked {
    background-position: -90px -279px; }
div.radio.hover span, div.radio.focus span {
  background-position: -36px -36px -279px; }
  div.radio.hover span.checked, div.radio.focus span.checked {
    background-position: -108px -279px; }
div.radio.hover.active span, div.radio.focus.active span {
  background-position: -54px -279px; }
  div.radio.hover.active span.checked, div.radio.focus.active span.checked {
    background-position: -126px -279px; }
div.radio.disabled span, div.radio.disabled.active span {
  background-position: -144px -279px; }
  div.radio.disabled span.checked, div.radio.disabled.active span.checked {
    background-position: -162px -279px; }
*/

/* Uploader */
div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}

div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px;
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}

div.uploader.active span.action {
    background-position: right -465px;
}

div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px;
}

div.uploader.hover span.action, div.uploader.focus span.action {
    background-position: right -437px;
}

div.uploader.hover.active span.action, div.uploader.focus.active span.action {
    background-position: right -493px;
}

div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px;
}

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    background-position: right -381px;
}

/* Buttons */
div.button {
    background-position: 0 -641px;
    height: 30px;
    cursor: pointer;
    position: relative;
    /* Keep buttons barely visible so they can get focus */
}

div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px;
}

div.button.active {
    background-position: 0 -671px;
}

div.button.active span {
    background-position: right -551px;
    cursor: default;
}

div.button.hover, div.button.focus {
    background-position: 0 -701px;
}

div.button.hover span, div.button.focus span {
    background-position: right -581px;
}

div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px;
}

div.button.disabled span, div.button.disabled.active span {
    background-position: right -611px;
    cursor: default;
}

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #777;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

/* PRESENTATION */
/* Buttons */
div.button span {
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.button.hover span, div.button.focus span {
    color: #555;
}

div.button.disabled span, div.button.disabled.active span {
    color: #bbb;
}

/* Select */
div.selector {
}

div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb;
}

/* Checker */
div.checker {
    margin-right: 5px;
}

/* Radio */
div.radio {
    margin-right: 3px;
}

/* Uploader */
div.uploader span.action {
    text-shadow: white 0px 1px 0px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
}

div.uploader span.filename {
    color: #777;
    border-right: solid 1px #bbbbbb;
    font-size: 11px;
}

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    color: #aaa;
}

div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa;
}

input.uniform-input, input.uniform-input:focus {
    background-color: #fff;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/lightbox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/lightbox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/lightbox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/lightbox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/lightbox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/lightbox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/*! jQuery UI - v1.12.1 - 2017-09-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and ../Images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_444444_256x240.png');
}

.ui-widget-header .ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_444444_256x240.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_555555_256x240.png');
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_ffffff_256x240.png');
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_777620_256x240.png');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_cc0000_256x240.png');
}

.ui-button .ui-icon {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/ui-icons_777777_256x240.png');
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/* CSS Document */
@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_0.eot');
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_0.eot?#iefix') format('embedded-opentype'),
    url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_0.woff') format('woff'),
    url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.eot');
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.eot?#iefix') format('embedded-opentype'),
    url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.woff') format('woff'),
    url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.eot');
    src: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.eot?#iefix') format('embedded-opentype'),
    url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.woff') format('woff'),
    url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Fonts/AvenirLTStd_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* always force a scrollbar in non-IE. */
html {
    overflow-y: scroll;
}

html, body {
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}

body {
    height: 100%;
}

body, .htmlarea-content-body {
    font-size: 14px;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
}

* {
    outline: none;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #e53434;
}

.magazinDetail a[href$='.pdf'], a.pdf {
    display: inline-block;
    padding: 10px 0 20px 30px;
    color: #000;
    background: transparent url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/contentIcons.png') no-repeat 0 -114px;
}

.magazinDetail a[href$='.pdf']:hover, a.pdf:hover {
    color: #e53434;
    background: transparent url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/contentIcons.png') no-repeat 0 -288px;
}

a img {
    border: none;
    vertical-align: top;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 15px 0;
    line-height: 18px;
}

form {
    margin: 15px 0;
}

table {
    font-size: 14px;
    border-collapse: collapse;
}

td, th {
    vertical-align: top;
    padding: 3px 0;
}

th {
    font-size: 18px;
    font-family: 'AvenirLTStd', Arial;
}

td {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
}

td p {
    margin: 7px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-size: 18px;
    font-family: 'AvenirLTStd', Arial;
}

h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 15px 0;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

hr {
    border: none;
    background: #e0e0e0;
    height: 1px;
    margin: 10px 0 25px;
}

ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 5px;
    line-height: 22px;
}

.csc-textpic-text > .csc-header h1, .csc-textpic-text > .csc-header h2, .csc-textpic-text > .csc-header h3, .csc-textpic-text > .csc-header h4, .csc-textpic-text > p {
    margin-top: 0;
}

/*
ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	background:url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/bull.gif') 0 7px no-repeat;
	padding-left:7px;
	margin-bottom:5px;
	text-align:left;
	line-height:1.45em;
}
*/
input, textarea, select {
    font-size: 14px;
    color: #444444;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-family: 'AvenirLTStdLight', Arial;
    border: none;
}

input[type="text"], input[type="url"], textarea, input[type="password"], input[type="file"], input[type="email"], select, .formInputTxt {
    background: #f6f6f6;
    padding: 6px 2%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}

select {
    padding: 0;
}

.menu, .menu ul, .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

.menu a {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#site {
    /*padding-right:160px;*/
    min-width: 1120px;
    min-width: 1080px;
    z-index: 15;
}

#header.scrollShadow {
    -webkit-box-shadow: 0 -1px 10px #000;
    -moz-box-shadow: 0 -1px 10px #000;
    box-shadow: 0 -1px 10px #000;
}

.scrollShadow #logo {
    -webkit-box-shadow: 1px 5px 10px -4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 5px 10px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 5px 10px -4px rgba(0, 0, 0, 0.6);
}

#metaInfo {
    height: 50px;
    font-family: 'AvenirLTStdLight', Arial;
    line-height: 50px;
    position: relative;
    z-index: 8;
}

#metaInfoInner {
    float: right;
}

.metaInfoItem {
    float: left;
    padding-left: 10px;
}

.metaInfoItem li {
    float: left;
    padding: 0 5px;
    line-height: 50px;
    position: relative;
}

.metaInfoItem li a:hover, .metaInfoItem li a.active {
    color: #999;
}

#lang a {
    color: #999;
}

#lang a:hover, #lang a.active {
    color: #000;
}

#loginNav {
    padding: 0;
}

#loginNav a {
    display: block;
    height: 37px;
    padding: 0 5px;
    margin: 0 5px;
    margin-top: 13px;
    line-height: 24px;
}

#loginNav:hover a {
    background: #303030;
    color: #FFF;
}

#loginNav:hover #loginBox {
    display: block !important;
}

#loginNav.logout a {
    cursor: default;
}

#loginBox {
    position: absolute;
    background: #303030;
    top: 40px;
    right: 5px;
    width: 250px;
    height: 110px;
    padding: 20px;
    display: none;
}

.logout #loginBox {
    height: 30px;
}

#loginBox form {
    margin: 0;
}

#loginBox input {
    width: 95%;
    margin-bottom: 10px;
}

#loginSubmit {
    background: #999;
    color: #FFF;
    width: 100px !important;
    text-align: center;
    padding: 5px 0;
}

#search {
    padding-right: 10px;
}

#search.active {
    background: #baa266;
    color: #FFF;
}

#search.active #searchfield {
    background: #a7915c;
    color: #FFF;
}

#search.active label {
    color: #FFF;
}

#search.active #searchbtn {
    background-position: 0 -27px;
}

#search form {
    margin: 11px 0 0;
    position: relative;
}

.inlineLabel label {
    color: #000;
    line-height: normal;
    left: 5px;
    /* top:7px; */
    top: 6px;
    position: absolute;
}

.inlineLabel p {
    margin: 5px 0;
    position: relative;
}

#search #searchfield {
    padding: 3px 32px 3px 3px;
    width: 50px;
}

#search .inlineLabel label {
    top: 5px;
}

#searchbtn {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/searchBtn.png') no-repeat;
    background-size: 13px 40px;
    height: 13px;
    width: 13px;
    text-indent: -9999px;
    position: absolute;
    right: 6px;
    top: 7px;
    box-shadow: none;
    border: none;
}

#logo {
    position: absolute;
    top: 40px;
    width: 320px;
    height: 48px;
    background: #FFF;
    text-align: right;
    z-index: 8;
}

#logo img {
    width: 180px;
    height: auto;
    margin-right: 12px;
}

#menuOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 8;
    top: 0;
    left: 0;
    display: none;
}

#mainNav {
    background: #303030;
    color: #FFF;
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#mainNav.menuOpen {
    background: #666;
}

#mainNav .contentInner {
    padding-right: 40px;
    /*padding:0 !important;*/
}

#mainNav li {
    width: 25%;
    float: left;
}

#mainNav li a {
    display: block;
    height: 70px;
    color: #999;
    padding: 10px 20px 0;
}

#mainNav li a.toggleActive {
    background: #303030 !important;
}

#mainNav li a span {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-family: 'AvenirLTStd', Arial;
    margin-top: 8px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/menuArrows.png') right -212px no-repeat;
    padding-right: 26px;
}

#mainNav li a small {
    font-size: 14px;
    display: block;
}

#mainNav li a.active {
    background: #FFF;
    border-top: 10px solid #303030;
    padding-top: 0;
}

#mainNav li a.active span {
    background-position: right -309px;
    color: #000;
}

#mainNav.menuOpen li a.active {
    background: none;
    border: none;
    padding-top: 10px;
}

#mainNav.menuOpen li a.active span {
    color: #FFF;
}

#mainNav li a.active:hover {
    background: #FFF;
}

#mainNav li a:hover {
    /*background:#666;
    border-top:10px solid #303030;
    padding-top:0;*/
    background: #303030;
}

#mainNav.closedHover {
    background: #666;
}

#mainNav li a:hover span {
    /*background-position: right -309px;*/
}

#mainNav.menuOpen li a span {
    background-image: none;
}

#mainNav li a.toggleActive span {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/menuArrows.png') right -212px no-repeat;
    color: #FFF !important;
}

#mainNav.menuOpen li a:hover {
    background: #303030;
}

/*#mainNav ul ul {
    background: none repeat scroll 0 0 #303030;
    font-family: 'AvenirLTStd',Arial;
    left: 0;
    margin: 0;
    padding: 0 2% 0 3%;
    position: absolute;
    top: 80px;
    width: 95%;
}*/

#mainNav .mainNavSubWrapper {
    background: none repeat scroll 0 0 #303030;
    font-family: 'AvenirLTStd', Arial;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
}

.section-map-container {
    display: inline-block;
    width: 100%;
}

#mainNav .mainNavSubWrapper .section-map-container .map {
    width: 50%;
    float: left;
}

#platform.home #mainNav .mainNavSubWrapper .section-map-container .map,
#magazinFirst #mainNav .mainNavSubWrapper .section-map-container .map,
#magazinHolzbau #mainNav .mainNavSubWrapper .section-map-container .map {
    width: 32%;
    min-height: 400px;
}

@media all {
    #platform.home #mainNav .mainNavSubWrapper .section-map-container .map,
    #magazinFirst #mainNav .mainNavSubWrapper .section-map-container .map,
    #magazinHolzbau #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 40%;
        min-height: 400px;
        margin-left: 10%;
    }

    #platform.home #mainNav .mainNavSubWrapper .section-map-container .map svg,
    #magazinFirst #mainNav .mainNavSubWrapper .section-map-container .map svg,
    #magazinHolzbau #mainNav .mainNavSubWrapper .section-map-container .map svg {
        height: 500px;
    }

    #platform #mainNav .mainNavSubWrapper .section-map-container .map svg {
        height: 600px;
        float: right;
    }
}

#mainNav .mainNavSubWrapper .section-map-container .section-menu {
    width: 41%;
    float: right;
}

.subpage #mainNav .mainNavSubWrapper .section-map-container .section-menu {
    width: 29%;
}

#mainNav .mainNavSubWrapper .section-map-container .section-menu ul {
    width: 100%;
}

#platform.home #mainNav .mainNavSubWrapper .section-map-container .section-menu ul,
#magazinFirst #mainNav .mainNavSubWrapper .section-map-container .section-menu ul,
#magazinHolzbau #mainNav .mainNavSubWrapper .section-map-container .section-menu ul {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

#mainNav .mainNavSubWrapper .section-map-container .section-menu {
    margin-top: 20px;
}

#mainNav .mainNavSubWrapper .section-map-container .section-menu ul li {
    width: 90%;
    padding: 0;
    float: none;
    display: block;
    vertical-align: top;
    color: #999;
}

#mainNav .mainNavSubWrapper .section-map-container .section-menu ul li a {
    color: #999;
}

#mainNav .mainNavSubWrapper .section-map-container .section-menu ul li a:hover {
    color: #e53434;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    /*@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none)*/
    /* IE10+ specific styles go here */
    #platform #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 50%;
        min-height: 400px;
        display: inline;
        float: left;
        margin: 0 auto;
    }

    #platform #mainNav .mainNavSubWrapper .section-map-container .map svg {
        min-height: 470px;
        width: 100%;
    }

    /*@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none)*/
    #platform #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 70%;
        min-height: 400px;
        display: inline;
        float: left;
        margin: 0 auto;
    }

    #plattform .subpage #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 70%;
        float: left;
    }

    #platform #mainNav .mainNavSubWrapper .section-map-container .map svg {
        height: 530px;
        float: right;
    }

    #plattform .subpage #mainNav .mainNavSubWrapper .section-map-container .section-menu {
        width: 25%;
        float: right;
    }

}

@media (max-width: 1380px) {
    #platform.home #mainNav .mainNavSubWrapper .section-map-container .map,
    #magazinFirst #mainNav .mainNavSubWrapper .section-map-container .map,
    #magazinHolzbau #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 50%;
        float: left;
        position: relative;
        bottom: 0;
    }

    #platform.home #mainNav .mainNavSubWrapper .section-map-container .map svg,
    #magazinFirst #mainNav .mainNavSubWrapper .section-map-container .map svg,
    #magazinHolzbau #mainNav .mainNavSubWrapper .section-map-container .map svg {
        height: 410px;
    }

    #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 70%;
        float: left;
    }

    #platform #mainNav .mainNavSubWrapper .section-map-container .map svg {
        height: 530px;
        float: right;
    }

    #mainNav .mainNavSubWrapper .section-map-container .section-menu {
        width: 25%;
        float: right;
    }

}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 1380px) {
    #plattform.home #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 51%;
    }

    #plattform .subpage #mainNav .mainNavSubWrapper .section-map-container .map {
        width: 70%;
        float: left;
    }

    #platform #mainNav .mainNavSubWrapper .section-map-container .map svg {
        height: 530px;
        float: right;
    }

    #plattform .subpage #mainNav .mainNavSubWrapper .section-map-container .section-menu {
        width: 25%;
        float: right;
    }
}

#mainNav ul ul {
    width: 1080px;
    margin: 0 auto;
}

#mainNav ul ul li a {
    height: auto;
    padding: 0 !important;
    border: none !important;
    color: #FFF;
    background: none !important;
}

#mainNav ul ul li a:hover {
    color: #e53434;
    background: none !important;
    border: none !important;
}

#mainNav ul ul li {
    width: 20%;
    padding: 20px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#mainNav ul ul ul {
    position: static;
    padding: 0;
    width: auto;
    margin: 0;
}

#mainNav ul ul ul li {
    width: auto;
    float: none;
    font-family: 'AvenirLTStdLight', Arial;
    padding: 0;
    display: block;
}

#mainNav ul ul ul li a {
    color: #999;
}

#content {
    margin: 25px auto;
}

#content a {
    font-family: 'AvenirLTStdLight', Arial;
}

.contentInner {
    width: 1040px;
    margin: 0 auto;
}

/*
#site .contentInner {
	max-width:1080px;
	width:auto;
	padding:0 20px;
}*/

.footer {
    background: #e0e0e0;
    overflow: hidden;
    font-family: 'AvenirLTStdLight', Arial;
    padding-bottom: 10px;
}

.footer a {
    color: #666;
    text-decoration: none;
}

.footerLeft {
    float: left;
    width: 30%;
    padding-right: 3%;
    font-family: 'AvenirLTStdLight', Arial;
}

.footerLeft h2 {
    font-family: 'AvenirLTStd', Arial;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -8px;
}

.footerLeft li, .footerLeft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerLeft li a {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/footer.png') 0 -157px no-repeat;
    display: block;
    padding-left: 12px;
}

.footerRight {
    float: right;
    width: 66%;
    position: relative;
}

.footerNav {
    width: 76%;
    margin: 15px 0;
    overflow: hidden;
}

.footerNav li {
    float: left;
    width: 33%;
    padding-bottom: 20px;
}

.footerNav ul li {
    float: none;
    width: auto;
    padding-bottom: 0px;
    line-height: 18px;
}

.footerNav a {
    color: #000;
    font-family: 'AvenirLTStd', Arial;
    padding-bottom: 5px;
    display: block;
}

.footerNav ul a {
    color: #666;
    font-family: 'AvenirLTStdLight', Arial;
    padding-bottom: 0;
}

.footerNav ul a:hover, .credits ul a:hover, .credits ul a.active {
    color: #e53434;
}

.socialMedia {
    position: absolute;
    right: 0;
    top: 30px;
}

.socialMedia li {
    margin-bottom: 20px;
}

.socialMedia li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/footer.png') top left no-repeat;
}

.socialMedia .facebookIcon a {
    background-position: 0 0;
}

.socialMedia .facebookIcon a:hover {
    background-position: -108px 0px;
}

.socialMedia .youtubeIcon a {
    background-position: 0 -50px;
}

.socialMedia .youtubeIcon a:hover {
    background-position: -108px -50px;
}

.socialMedia .mailIcon a {
    background-position: 0 -100px;
}

.socialMedia .mailIcon a:hover {
    background-position: -108px -100px;
}

.socialMedia .instagramIcon a {
    background-position: 0 -200px;
}

.socialMedia .instagramIcon a:hover {
    background-position: -108px -200px;
}

.credits {
    font-size: 12px;
    margin-left: 50%;
    margin-top: -20px;
}

.credits li {
    float: left;
    border-right: 1px solid #666;
    padding-right: 5px;
    margin-right: 5px;
    line-height: 10px;
}

.credits li.last {
    border: none;
}

/* buttons */

.buttonGray, .buttonGray a, .buttonDarkGray, .buttonDarkGray a, .tx-indexedsearch .tx-indexedsearch-browsebox li a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    /*background:#b8b8b8;*/
    background: #999;
    padding: 5px 20px;
    border: none;
    text-decoration: none !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
}

.buttonDarkGray, .buttonDarkGray a, .tx-indexedsearch .tx-indexedsearch-browsebox li a {
    background: #303030;
}

.buttonGray:hover, .buttonGray a:hover, .buttonDarkGray:hover, .buttonDarkGray a:hover, .tx-indexedsearch .tx-indexedsearch-browsebox li strong a, .tx-indexedsearch .tx-indexedsearch-browsebox li a:hover, .current.buttonGray a {
    background: #e53434;
    color: #FFF !important;
}

/* FCE col*/
.colWrap {
    overflow: hidden;
    margin: -15px 0 15px;
    width: 100%;
}

* html .colWrap {
    height: 1%;
    overflow: visible;
}

.fce2col .colWrapItem {
    float: left;
    width: 50%;
}

.colContent .fce2col .colWrapItem {
    width: 50% !important;
}

.colContent {
    margin-top: 15px;
    padding-right: 30px;
}

.colLeftContent {
}

.colRightContent {
}

.fce3col .colWrapItem {
    float: left;
    width: 33.33%;
}

/* toggle list */
.slideToggle {
    margin: 0 0 1px;
}

.slideToggle .toggleList {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 10px;
    background: #f6f6f6 url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/toggleContent.png') 98% -145px no-repeat;
    font-size: 14px;
    cursor: pointer;
    font-family: 'AvenirLTStd', Arial;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slideToggle .toggleList.open {
    background-position: 98% 15px;
}

.toggleContent {
    padding: 0 10px;
    margin: 15px 0 0;
    display: none;
}

.toggleContent h1:first-child, .toggleContent h2:first-child, .toggleContent h3:first-child, .toggleContent h4:first-child, .toggleContent p:first-child {
    margin-top: 0;
}

.toggleContent div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-top: 5px;
}

/* siteTabs */

.siteWrap {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 85px;
    min-height: 100%;
    z-index: 20;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}

.siteWrap.closed {
    overflow: hidden;
    width: 80px;
    box-shadow: none;
    height: 100%;
}

.siteWrap.loading {
    background: #ffffff url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/sites-loader.gif') center center no-repeat !important;
}

#site.siteWrap.loading > .siteWrapInner {
    opacity: 0;
}

.siteWrap.loading .siteWrapOuter {
    display: none;
}

.siteTab {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #FFF url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/magazinIcon.png') 20px 205px no-repeat;
    width: 80px;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    cursor: pointer;
    transition: 200ms width ease;
}

.siteWrap:not(.closed) .siteTab {
    display: none;
}

.webkitBrowserMac .siteWrap {
    overflow: hidden;
    overflow-x: visible;
}

.webkitBrowserMac .siteWrap.closed {
    /*overflow:hidden;*/
    overflow-y: visible;
}

.webkitBrowserMac .siteWrapOuter {
    overflow: hidden;
}

.webkitBrowserMac .siteWrap {
    height: 100%;
    overflow-y: scroll;
}

.webkitBrowserMac .siteWrap {

}

.webkitBrowserMac #platform,
.webkitBrowserMac #magazinFirst,
.webkitBrowserMac #magazinHolzbau {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.siteTab:hover {
    background-color: #f6f6f6;
    width: 85px;
}

.siteTab img {
    position: absolute;
    top: 50px;
    left: 10px;
}

.siteTabText {
    height: 80px;
    left: -175px;
    position: absolute;
    top: 420px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 450px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.siteTab:hover .siteTabText {
    color: #000;
}

.siteTabText strong {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'AvenirLTStd', Arial;
}

#first .siteTab, #first {
    right: 80px;
}

.siteWrap.onlyOne .siteTab, .siteWrap.onlyOne {
    right: 0 !important;
}

#site .siteTab, #site {
    left: 0;
}

#site .siteTab {
    background-position: -117px 205px;
}

/* news */
.newsList {
    position: relative;
    padding: 40px 0;
}

.newsListPagerAndNav {
    position: relative;
    overflow: hidden;
    height: 40px;
    /* margin: -20px 0 20px; */
    margin: 0 0 20px;
}

.newsListPagerAndNav.last {
    margin-top: 0;
}

.news-navigation, .newsListNav {
    float: left;
}

.newsListNav li {
    float: left;
    margin-right: 10px;
}

.newsList .newsListNav {
    width: 100%;
}

.newsListItem {
    margin-bottom: 17px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.newsList .buttonNews.toOverview {
    margin: 0;
}

.newsListItem img {
    float: left;
}

.newsListItem a {
    text-decoration: none;
}

.newsListItem .newsListDesc {
    margin-left: 160px;
    margin-left: 0;
}

.mediaFirst .newsListItem .newsListDesc.newsListMediaReportDesc h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.mediaFirst .newsListItem .newsListDesc.newsListMediaReportDesc .newsListDate {
    font-size: 14px;
}

.mediaFirst .newsListItem .newsListDesc.newsListMediaReportDesc p {
    font-size: 16px;
    margin-bottom: 10px;
}

.mediaNormal .newsListItem .newsListDesc.newsListMediaReportDesc h2 {
    margin-bottom: -8px;
}

.mediaNormal .newsListItem {
    padding-bottom: 0;
}

.mediareportOverview {
    margin-top: 10px;
}

.newsListItem .newsListMediaReportDesc {
    color: #fff;
    margin-left: 0;
}

.newsListItem .newsListDesc h2 {
    margin-top: 2px;
    font-size: 18px;
    font-family: 'AvenirLTStd', Arial;
}

.newsListItem .newsListMediaReportDesc .newsListDate {
    color: #fff !important;
}

.newsListItem .newsListMediaReportDesc .teaser-text p {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.newsListItem .newsListDate, .news-single .newsSingleDate {
    display: block;
    margin: -12px 0 -12px;
    font-family: 'AvenirLTStdLight', Arial;
}

.newsListItem .newsListDate {
    margin: 0;
    color: #000 !important;
    font-size: 12px;
}

.newsListItem a:hover h2 {
    color: #e53434;
}

.news-list-view .teaser-text p {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: -5px;
    color: #000 !important;
}

.news-list-view .newsImgWrap {
    display: none;
}

.newsHeader {
    margin-bottom: 22px;
}

.mediaelement-image img {
    width: 100%;
    height: auto;
}

.newsControls {
    float: left;
}

.paginationAbove {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
}

.paginationBelow {
    width: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#newsSingleNav {
    position: relative;
    width: 100%;
    height: 20px;
}

#newsSingleNav .pagination {
    overflow: hidden;
    width: 100%;
}

#newsSingleNav .pagination .pagerNext {
    margin-left: 90px;
}

#newsSingleNav div.goToOverview {
    position: absolute;
    top: 0;
    left: 30px;
}

.news-single .news-list-date {
    display: block;
    margin-top: -7px;
    font-family: 'AvenirLTStdLight', Arial;
}

/* indexed search */

div.tx-indexedsearch-search-submit, div.tx-indexedsearch-form {
    display: inline;
}

.tx-indexedsearch a {
    text-decoration: none !important;
    font-family: 'AvenirLTStd', Arial !important;
}

.tx-indexedsearch-browselist-currentPage a {
    color: #FFF !important;
}

.tx-indexedsearch-browsebox {
    padding-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
    display: inline;
    margin-right: 5px;
}

.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox a {
    font-family: 'AvenirLTStdLight', Arial !important;
}

.tx-indexedsearch-sw {
    font-style: normal !important;
}

.tx-indexedsearch-redMarkup {
    color: #010101 !important;
    font-weight: normal;
}

.tx-indexedsearch-form {
    float: left;
    margin-right: 10px;
}

.tx-indexedsearch-form label {
    clear: both;
    float: none !important;
    display: inline-block;
    width: 100px !important;
    margin: 5px 0 !important;
}

#tx_indexedsearch fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#tx_indexedsearch fieldset legend {
    display: none;
}

#tx_indexedsearch p {
    margin: 0 !important;
}

form#tx_indexedsearch {
    padding-left: 0 !important;
}

#tx_indexedsearch input[type="text"] {
    width: 330px;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
}

.tx-indexedsearch-res, .tx-indexedsearch-res ul, .tx-indexedsearch-res li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-indexedsearch-res {
    margin-top: 20px;
}

.tx-indexedsearch-res li {
    padding-left: 50px;
    padding-top: 4px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/contentIcons.png') 0 7px no-repeat;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #FFF;
}

.tx-indexedsearch-res li h2 {
    margin-top: 0;
    font-size: 18px;
}

.tx-indexedsearch-descr {
    margin-top: -6px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
    margin-bottom: 0;
}

.tx-indexedsearch-browsebox p {
    margin: 0 0 30px;
}

.tx-indexedsearch-res li .searchRating {
    position: absolute;
    top: 0;
    right: 0;
}

#tx-indexedsearch-searchbox-button-submit {
    display: inline-block;
    border: none;
    height: 20px;
    width: auto !important;
}

/* MAGAZIN PAGES */

#first {
    font-family: 'Titillium Web', sans-serif;
    color: #000;
}

#first h1, #first h2, #first h3, #first h4, #first h5, #first h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

#first h2 {
    font-family: 'Titillium Web', sans-serif;
}

.magazinSite .contentInner {
    position: relative;
    max-width: 1120px;
    min-width: 1080px;
    width: auto;
    padding: 0 20px;
}

.magazinBannerTop {
    /*margin-top:20px;*/
}

.magazinBannerBottom {
    margin: 20px 0;
}

.magazinBannerRight {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 160px;
}

.magazinSite .header {
    position: relative;
}

.magazinSiteInner {
    position: relative;
    margin-right: 180px;
}

.metaNav {
    overflow: hidden;
}

.metaInfoItem {
    height: 50px;
    /* float:right; */
    float: left;
}

.imgHeader {
    position: relative;
    z-index: 2;
}

.imgHeader img {
    width: 100%;
    height: auto;
}

.imgHeaderTxt {
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 4;
    color: #FFF;
    font-size: 18px;
}

.imgHeaderTxt h2 {
    font-size: 48px;
    line-height: 40px;
}

.imgHeaderTxt a {
    color: #FFF;
    text-decoration: none;
}

.mainNav {
    overflow: hidden;
}

.mainNav li {
    float: left;
    width: 25%;
}

.mainNav li a {
    display: block;
    height: 60px;
    background: #000;
    color: #999;
    padding: 20px 20px 0;
}

.mainNav li a span {
    font-weight: bold;
    display: block;
    font-size: 18px;
    color: #FFF;
}

.mainNav li a:hover, .mainNav li a.active {
    background: #303030;
}

.headerWrap {
    position: relative;
}

.logo {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
}

.content {
    margin: 20px 0;
}

#first .footer {
    border-left: 0;
    border-right: 0;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/divider_dashed.gif') bottom left repeat-x;
    padding-bottom: 20px;
}

#first .footerDividerTop {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/divider_dashed.gif') top left repeat-x;
    padding-top: 20px;
}

#first .footerDividerBottom {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/divider_3col.gif') 46% 0 repeat-y;
    overflow: hidden;
}

.magazinSite .footer {
    background: none;
    margin-bottom: 40px;
}

#first .footer {
    font-family: 'Titillium Web', sans-serif;
}

.magazinSite .footerLeft h2 {
    font-size: 14px !important;
    margin: 0 0 -8px;
}

.magazinSite .footerRight {
    float: left;
}

.magazinSite .footerNav {
    width: 100%;
    margin: 0;
}

.magazinSite .footerNav li {
    width: 50%;
}

.magazinSite .footerNav a {
    font-weight: bold;
}

#first .magazinSite .footerNav a {
    font-family: 'Titillium Web', sans-serif;
}

.magazinSite .footerNav ul a {
    font-weight: normal;
    color: #999;
}

.magazinSite .footer form input[type="text"] {
    width: 70%;
}

.magazinSite .credits {
    color: #999;
    margin-top: -30px;
}

.magazinSite .socialMedia {
    top: 8px;
}

.magazinSite .socialMedia li {
    margin-bottom: 10px;
}

#first .fce3col {
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/divider_3col.gif') 46% 0 repeat-y;
}

#holzbau .logo {
    top: 70px;
    left: 20px;
}

#holzbau .footer {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px 0 0;
}

#holzbau .imgHeaderTxt {
    background: #FFF;
    color: #000;
    padding: 0 10px;
}

#holzbau .imgHeaderTxt span {
    position: absolute;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #cc1616;
    color: #FFF;
    text-transform: uppercase;
    left: 0;
    top: -30px;
    font-family: 'AvenirLTStd', Arial;
    font-size: 16px;
}

#holzbau .mainNav span {
    font-family: 'AvenirLTStd', Arial;
}

#magazinHolzbau #holzbau {
    z-index: 25;
}

/*Powermail*/

.tx-powermail .formGroupWrap {
    /* overflow:hidden; */
}

.powermail_fieldwrap,
.femanager_fieldset {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 1%;
    min-height: 42px;
}

.femanager_fieldset {
    width: auto;
    float: none;
}

.powermail_fieldwrap_check, .powermail_fieldwrap_radio {
    width: 100%;
    margin-top: 15px;
}

.powermail_fieldwrap span.formItemInput,
.femanager_fieldset .controls {
    display: block;
    width: 100%;
}

.powermail_fieldwrap span.formItemInput input, .powermail_field.powermail_select select,
.femanager_fieldset .controls input:not([type="submit"]), .femanager_fieldset .controls select {
    width: 95%;
}

.powermail_fieldwrap_textarea textarea,
.femanager_fieldset textarea {
    width: 94.5%;
}

.powermail_fieldwrap_select label,
.femanager_abotype label {
    display: none;
}

.powermail_fieldwrap label,
.femanager_fieldset label {
    position: absolute;
    font-family: 'AvenirLTStdLight', Arial, sans-serif;
    top: 8px;
    left: 6px;
}

.femanager_fieldset label {
    top: 0;
}

.powermail_fieldset legend,
.femanager_new legend {
    display: none;
}

/*Powermail Textarea*/
.powermail_fieldwrap_textarea {
    width: 100%;
}

/*Uniform*/
.selector {
    font-family: 'AvenirLTStdLight', Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.selector select {
    padding: 5px;
}

.selector option {
    padding: 5px;
}

.powermail_fieldwrap_submit {
    clear: both;
}

.powermail_fieldwrap_check p, .powermail_fieldwrap_radio p {
    display: none;
}

.powermail_fieldwrap_check label, .powermail_fieldwrap_radio label {
    position: static;
}

.powermail_check_inner, .powermail_radio_inner {
    margin-bottom: 10px;
}

/* Powermail Error */
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.formErrorInsideDialog.formError {
    z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
    z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    font-family: Calibri, Arial, sans-serif;
    position: absolute;
    left: 200px !important;
    display: block;
    cursor: pointer;
    top: -3px !important;
    margin-top: 0px !important;
    opacity: 1 !important;
}

.ajaxSubmit {
    padding: 20px;
    background: #ec4b42;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent,
.alert.alert-error {
    width: 100%;
    position: relative;
    color: #fff;
    width: 150px;
    min-height: 30px;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    background: #ec4b42;
}

.alert.alert-error {
    position: absolute;
    right: -35px;
    z-index: 99;
    font-family: Calibri, Arial, sans-serif;
    top: -2px;
}

.alert.alert-error:before {
    content: ' ';
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -8px;
    width: 10px;
    overflow: hidden;
    background: #ec4b42;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
}

.alert.alert-error h4 {
    display: none;
}

.alert.alert-error button {
    display: none;
}

.alert {
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #ec4b42;
}

.blackPopup .formErrorContent {
    background: #ec4b42;
    color: #FFF;
}

.formError .formErrorArrow {
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    overflow: hidden;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    /* 	height: 1px; */
    width: 1px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
    background: #ec4b42; /* Old browsers */
    float: left;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #ec4b42;
}

.blackPopup .formErrorArrow div {
    background: #ec4b42;
    color: #FFF;
}

.formError .formErrorArrow .line1 {
    height: 15px;
    border: none;
}

.formError .formErrorArrow .line2 {
    height: 13px;
    border: none;
    margin-top: 1px;
}

.formError .formErrorArrow .line3 {
    height: 11px;
    margin-top: 2px;
}

.formError .formErrorArrow .line4 {
    height: 9px;
    margin-top: 3px;
}

.formError .formErrorArrow .line5 {
    height: 7px;
    margin-top: 4px;
}

.formError .formErrorArrow .line6 {
    height: 5px;
    margin-top: 5px;
}

.formError .formErrorArrow .line7 {
    height: 3px;
    margin-top: 6px;
}

.formError .formErrorArrow .line8 {
    height: 1px;
    border: none;
    margin-top: 7px;
}

.tx-powermail .powermail_check_outer .formError {
    display: none;
}

.tx-powermail .powermail_check_outer .powermail_check_inner:first-child .formError {
    display: block;
}


/* style parsley errors begin */
ul.parsley-errors-list {
    margin: 0;
}

ul.parsley-errors-list.filled {
    font-family: Calibri, Arial, sans-serif;
    position: absolute;
    left: 100px !important;
    display: block;
    cursor: pointer;
    top: 8px !important;
    margin-top: 0px !important;
    opacity: 1 !important;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ec4b42;
    list-style: none;
}

li.parsley-required,
li.parsley-custom-error-message {
    position: relative;
    color: #fff;
    width: 180px;
    min-height: 30px;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    background: #ec4b42;
    left: 10px;
    bottom: 20px;
    z-index: 991;
}

/* style parsley errors end */

.tx-holzbauschweizusermanager-passwordchange .typo3-message {
    padding: 10px;
    border: 1px solid #000000;
    margin-bottom: 20px;
}

.tx-holzbauschweizusermanager-passwordchange .typo3-message .message-header {
    font-weight: bold;
}

.tx-holzbauschweizusermanager-passwordchange .typo3-message.message-error {
    color: #db0000;
    border-color: #ff0000;
}

.tx-holzbauschweizusermanager-passwordchange .typo3-message.message-ok {
    color: #008800;
    border-color: #00cc00;
}

/** fancybox **/

.fancybox-overlay {
    /*background:url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/black_a80.png');*/
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6)
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/FancyBox/fancybox_sprite.png') !important;
}

.fancybox-close {
    /*position: absolute;*/
    /*top: auto;*/
    /*bottom: 10px;*/
    /*right: 16px;*/
    /*width: 36px;*/
    /*height: 36px;*/
    /*cursor: pointer;*/
    /*z-index: 8040;*/

    position: absolute;
    top: auto;
    top: 10px;
    right: 8px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    transform: scale(0.60);
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 46px 210px;
}

#fancybox-loading {
    background-image: none !important;
}

.fancybox-skin {
    position: relative;
    background: #303030;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*padding-bottom: 55px !important;*/
    /*padding-bottom: 83px !important;*/
    padding-top: 50px !important;
}

.fancybox-title-inside-wrap {
    /*padding-top: 10px;*/
    /*margin-right: 60px;*/
    /*text-align: center;*/
    /*margin-left: 60px;*/
    /*min-height: 25px;*/
    /*position: absolute;*/
    /*bottom: 12px;*/
    /*width: 77%;*/
    /* margin: 0 auto; */
    /*color: #fff;*/

    padding-top: 10px;
    text-align: center;
    min-height: 25px;
    color: #fff;
}

.fancybox-wrap a.download {
    display: block;
    width: 38px;
    height: 33px;
    position: absolute;
    right: 50px;
    bottom: 6px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/FancyBox/fancybox_sprite.png') 0px -180px no-repeat;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 42px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -88px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

/*** pagination ***/

.pagination {
    margin: 0;
}

.pagination .browsebox {
    list-style: none none;
    padding-left: 0;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.pagination .browsebox li {
    list-style: none none;
    display: inline;
    margin-right: 5px;
    font-weight: normal;
}

.pagination .browsebox li a {
    font-family: 'AvenirLTStdLight', Arial !important;
    margin-bottom: 10px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    /* background: #b8b8b8; */
    background: #999;
    padding: 5px 20px;
    border: none;
    text-decoration: none !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
}

.pagination .browsebox li a:hover,
.pagination .browsebox li a:focus {
    background: #e53434;
    color: #FFF !important;
}

.pagination .browsebox li.active a {
    background: #e53434;
    color: #FFF !important;
    font-weight: bold;
}

a.secure-download {
    background: transparent url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/contentIcons.png') no-repeat 0 -192px;
    display: inline-block;
    padding: 10px 0 13px 30px;
    color: #000;
}

a.secure-download:hover {
    background: transparent url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/contentIcons.png') no-repeat 0 -366px;
    color: #e53434;
}
.paywall-info-header {
    color: #fff;
    font-family: 'AvenirLTStd', Arial;
    padding: 20px;
    padding-left: 70px;
    background: #e53434 url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/paywall/people-white.png') 15px center no-repeat;
    background-size: 39px 26px;
    position: relative;
}

.paywall-info-header:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e53434;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.paywall-info-header .paywall-login-link {
    color: #FFF !important;
    font-weight: bold;
    padding-left: 7px;
}

.paywall-info-header .buttonDarkGray {
    background: #303030 !important;
}

.paywall-linkset {
    position: absolute;
    right: 10px;
    top: 12px;
}

.paywall-info-header p,
.paywall-info-footer p {
    padding: 0;
    margin: 0;
}

.paywall-info-login {
    float: left;
    width: 48%;
}

.paywall-info-register {
    float: right;
    width: 48%;
}

.paywall-info-login form {
    display: block;
}

.paywall-info-login legend {
    display: none;
}

#paywall-login-user, #paywall-login-pass {
    width: 96%;
    background: #DDD;
    margin-bottom: 5px;
}


.paywall-info-body form .row {
    padding-bottom: 10px;
}

.paywall-info-footer .left {
    float: left;
}

.paywall-info-footer .right {
    /*float: right;*/
    text-align: right;
}

.paywall-info-login input {

}

.paywall-info-body {
    overflow: hidden;
    background: #f6f6f6;
    padding: 0 20px 20px;
}
.mobileMenuBtn {
    display: none;
}

#holzbau .gridElement2Col_Auto_300 > .colRight, #first .gridElement2Col_Auto_300 > .colRight {
	height: auto!important;
}

#holzbau .magazinBannerTop, #first .magazinBannerTop {
	display: none;
}

.home .logo {
	display: none;
}

/* responsive design for mobile devices */
@media only screen and (max-width: 767px) {
	.magazinBannerTop {
		margin: 20px 0!important;
	}
	.magazinBannerTop > div {
		margin: 0 auto;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	
    .mobileMenuBtn {
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
        z-index: 9999;
    }

    .mobileMenuBtn svg {
        width: 30px;
        height: 32px;
    }

    .mobileMenuBtn svg + svg {
        display: none;
    }

    .mobileMenuBtn.open svg {
        display: none;
    }

    .mobileMenuBtn.open svg + svg {
        display: block;
    }

    #first, #holzbau {
        width: 100% !important;
    }

    #first.closed, #holzbau.closed {
        display: none;
    }

    #holzbau .magazinBannerTop, #first .magazinBannerTop {
        display: block;
    }

    .magazinBannerRight, .magazinBannerRight2 {
        display: none;
    }

    #holzbau .imgHeader {
        margin: 0 -10px;
		padding-bottom: 100px;
    }

    #holzbau .imgHeaderTxt, #first .imgHeaderTxt {
        width: calc(100vw - 40px) !important;
    }

    #holzbau .siteWrapOuter .contentInner,
    #first .siteWrapOuter .contentInner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    #holzbau .siteWrapOuter .contentInner .magazinSiteInner,
    #first .siteWrapOuter .contentInner .magazinSiteInner {
        margin: 0 10px;
    }

    header.header .logo img {
        max-width: 70%;
        height: auto;
    }

    #holzbau .imgHeaderTxt h1 a,
    #first .imgHeaderTxt h1 a {
        font-size: 30px;
        line-height: 26px;
    }

    nav.mainNav {
        width: 100vw;
        height: calc(100vh - 50px);
        background: #000;
        position: fixed;
        top: 50px;
        left: 110%;
        transition: 0.5s ease-in-out left;
        z-index: 9999;
        opacity: 0.85;
    }

    nav.mainNav.active {
        left: 0;
    }

    nav.mainNav.menu ul {
        display: flex;
        flex-direction: column;
    }

    nav.mainNav.menu > .siteNavWrap > .siteTab {
        display: block !important;
        position: absolute !important;
    }

    #holzbau nav.mainNav.menu ul li, #holzbau nav.mainNav.menu ul li:first-child,
    #first nav.mainNav.menu ul li, #first nav.mainNav.menu ul li:first-child {
        width: 100%;
    }

    #holzbau .gridElement, #first .gridElement {
        display: flex;
        flex-direction: column;
        gap: 25px 10px;
        margin-bottom: 0 !important;
    }

    #holzbau .home .csc-frame + .csc-frame {
        margin-top: -25px;
    }

    #holzbau .gridElement .gridElement, #first .gridElement .gridElement {
        flex-direction: column-reverse;
    }

    #holzbau .gridElement .gridElement.gridElement2Col_Auto_300, #first .gridElement .gridElement.gridElement2Col_Auto_300 {
        flex-direction: column-reverse;
    }

    #holzbau .gridElement .colRight .gridElement, #first .gridElement .colRight .gridElement {
        flex-direction: column-reverse;
    }

    #holzbau .magazinCoverSummary .gridElement .colLeft .colContent {
        margin-right: 0;
    }

    #holzbau .colLeft, #first .colLeft, #holzbau .colRight, #first .colRight, #holzbau .colMiddle, #first .colMiddle {
        width: 100% !important;
        float: none !important;
        clear: both;
    }

    #holzbau footer.footer .footerContent .gridElement.gridElement2Col_33_66 .colLeft,
    #holzbau footer.footer .footerContent .gridElement.gridElement2Col_33_66 .colRight,
    #first footer.footer .footerContent .gridElement.gridElement2Col_33_66 .colLeft,
    #first footer.footer .footerContent .gridElement.gridElement2Col_33_66 .colRight {
        width: 100% !important;
    }

    #holzbau .gridElement3Col_33_33_33 .colLeft .colContent,
    #first .gridElement3Col_33_33_33 .colLeft .colContent,
    #holzbau .gridElement3Col_33_33_33 .colRight .colContent,
    #first .gridElement3Col_33_33_33 .colRight .colContent,
    #holzbau .gridElement3Col_33_33_33 .colMiddle .colContent,
    #first .gridElement3Col_33_33_33 .colMiddle .colContent {
        margin: 0 !important;
        padding: 0 !important;
    }

    #holzbau .gridElement.gridElement2Col_50_50 > div,
    #first .gridElement.gridElement2Col_50_50 > div {
        width: 100%;
    }

    #holzbau .gridElementLayout_50_50-1 .colRight .colContent,
    #first .gridElementLayout_50_50-1 .colRight .colContent {
        margin-left: 0;
    }

    #holzbau .gridElementLayout_50_50-1 .colLeft .colContent,
    #first .gridElementLayout_50_50-1 .colLeft .colContent,
    #holzbau .gridElementLayout_50_50-1 .colRight .colContent,
    #first .gridElementLayout_50_50-1 .colRight .colContent {
        margin: 0 !important;
    }

    #holzbau .footerContent .colLeft .colContent,
    #holzbau .footerContent .colRight .colContent,
    #first .footerContent .colLeft .colContent,
    #first .footerContent .colRight .colContent {
        margin: 0 !important;
    }

    footer.footer .footerContent .contentContainer {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    footer.footer .footerContent .contentContainer .colRight .colContent {
        display: flex;
    }

    #holzbau footer.footer .footerContent .gridElement .contentContainer .colRight .colContent .gridElement,
    #first footer.footer .footerContent .gridElement .contentContainer .colRight .colContent .gridElement {
        flex-direction: row;
        gap: 0;
    }

    #holzbau footer.footer .footerContent .gridElement .contentContainer .colRight .colContent .gridElement .colRight,
    #first footer.footer .footerContent .gridElement .contentContainer .colRight .colContent .gridElement .colRight {
        flex-direction: column;
    }

    #holzbau footer.footer .footerContent .gridElement .contentContainer .colRight .colContent .gridElement .colContent,
    #first footer.footer .footerContent .gridElement .contentContainer .colRight .colContent .gridElement .colContent {
        flex-direction: column;
    }

    #holzbau .magazinSiteInner .content .current-epaper > iframe#currentEpaperFrame,
    #first .magazinSiteInner .content .current-epaper > iframe#currentEpaperFrame {
        width: 100%;
        min-height: 450px;
    }

    #holzbau form fieldset.articleSearch, #holzbau form fieldset.objectSearch,
    #first form fieldset.articleSearch, #first form fieldset.objectSearch {
        display: flex;
        flex-direction: column;
    }

    #holzbau form fieldset.articleSearch > div, #holzbau form fieldset.objectSearch > div,
    #first form fieldset.articleSearch > div, #first form fieldset.objectSearch > div {
        width: 100%;
    }

    .tx-felogin-pi1 form fieldset,
    .tx-holzbauschweizusermanager-passwordchange form fieldset {
        display: flex;
        flex-direction: column;
    }

    .tx-felogin-pi1 form fieldset .powermail_fieldwrap,
    .tx-holzbauschweizusermanager-passwordchange form fieldset .powermail_fieldwrap {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 0.5em;
        min-height: 0;
    }

    .colWrap.fce2col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .colWrap.fce2col .colWrapItem {
        float: none;
        clear: both;
        width: 100%;
    }

    .colWrap.fce2col .colWrapItem .colContent {
        padding: 0;
        margin: 0;
    }

    body .fancybox-title-float-wrap {
        bottom: auto;
        top: 102%;
    }

    body .fancybox-title-float-wrap .child {
        white-space: normal;
    }

    body #first .siteTab, body #first {
        right: 0;
    }

    body #first .magazinCoverSummary,
    body #first .colLeft .magazinTeaser,
    body #first .colLeft .magazinMainArticle {
        margin: 0;
    }

    body #first .gridElement2Col_50_50 .colLeft .colContent .colLeft .colContent {
        padding: 0;
    }

    body #first .gridElement {
        gap: 16px;
    }

    body #first .gridElement3Col_33_33_33,
    body #first .gridElement3Col_33_33_33 > .bgContainer {
        background-image: none;
    }

    body #first footer.footer .gridElement2Col_33_66,
    body #first footer.footer .gridElement2Col_33_66 .bgContainer {
        background-image: none;
    }

    #holzbau .gridElementLayout_50_50-2 > .colRight > .colContent .colRight .colContent,
    #holzbau .gridElementLayout_50_50-2 > .colLeft > .colContent .colRight .colContent,
    #holzbau .magazinCoverSummary .colRight .colContent {
        padding-left: 0 !important;
    }

    #holzbau .gridElementLayout_50_50-2 > .colLeft > .colContent .colLeft .colContent,
    #holzbau .gridElementLayout_50_50-2 > .colRight > .colContent .colLeft .colContent {
        margin-right: 0 !important;
    }

    #holzbau h3, #holzbau h3 a {
        white-space: normal;
        word-break: auto-phrase;
        hyphens: auto;
    }

    #first .gridElement2Col_50_50 {
        background-image: none !important;
    }

    #holzbau .gridElement.gridElement2Col_50_50.companyDetail,
    #first .gridElement.gridElement2Col_50_50.companyDetail {
        flex-direction: column;
    }

    #holzbau .gridElement.gridElement2Col_50_50.companyDetail .colLeft,
    #holzbau .gridElement.gridElement2Col_50_50.companyDetail .colRight {
        width: 100% !important;
        float: none !important;
        clear: both;
    }

    #holzbau .lastObjectsImage, #holzbau .companyDetail .smallImageContainer {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 1%;
        margin-bottom: 0 !important;
    }

    #holzbau .lastObjectsImage, #holzbau .companyDetail .smallImageContainer.clearfix:before {
        content: '';
        display: none;
    }

    #holzbau .companyDetail .smallImageContainer .smallImageCol1,
    #holzbau .companyDetail .smallImageContainer .smallImageCol2,
    #holzbau .companyDetail .smallImageContainer .smallImageCol3 {
        margin: 0;
        float: none;
        clear: both;
    }

    .objectSearchMapContainer #objectSearchMap .mapInfoBox .gridElement.gridElement2Col_33_66 {
        flex-direction: row;
    }

    .objectSearchMapContainer #objectSearchMap .mapInfoBox .gridElement.gridElement2Col_33_66 .colLeft {
        width: 33% !important;
    }

    .objectSearchMapContainer #objectSearchMap .mapInfoBox .gridElement.gridElement2Col_33_66 .colRight {
        width: 66% !important;
    }

    .gm-style .gm-style-iw-c {
        max-width: 80vw !important;
        max-height: 155px !important;
    }

    .objectSearchMapContainer #objectSearchMap .mapInfoBox .gridElement.gridElement2Col_33_66 a:focus {
        outline: none;
    }
	
	#holzbau .magazinTeaser img,
	#first .magazinTeaser img {
		width: 60%!important;
	}
}
/* CSS Document */
#logo {
    height: 60px;
}

#logo img {
    width: 250px;
    height: auto;
}

#header {
    height: 590px;
    position: relative;
}

#topInfo {
    height: 460px;
    position: relative;
}

#topNews {
    position: relative;
    float: left;
    width: 788px;
    height: 460px;
    overflow: hidden;
    width: 66.6%;
}

#topNews a {
    position: absolute;
    top: 220px;
    left: 0;
    background: #008094;
    z-index: 4;
    border: 10px solid #FFF;
    border-left-width: 38px;
    width: 310px;
    padding: 0 20px;
    min-height: 110px;
    color: #FFF;
    font-size: 16px;
}

#topNews a:hover, #topNewsNav li.hover {
    background: #198c9e !important;
}

#topNews a, #topNews h2 {
    color: #FFF;
    text-decoration: none;
}

#topNews h2 {
    font-size: 26px;
    line-height: 28px;
    font-family: 'AvenirLTStd', Arial;
}

#topNews img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}

#topNewsNav {
    position: absolute;
    top: 230px;
    left: 10px;
    z-index: 5;
    font-family: 'AvenirLTStd', Arial;
}

#topNewsNav li {
    width: 28px;
    height: 30px;
    background: #FFF;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
}

#topNewsNav li:hover, #topNewsNav li.active {
    background: #008094;
    color: #FFF;
}

#topNews .topNews2 a, #topNewsNav li.active.topNews2, #topNewsNav li.topNews2:hover {
    background: rgb(21, 164, 204);
}

#topNews .topNews3 a, #topNewsNav li.active.topNews3, #topNewsNav li.topNews3:hover {
    background: rgb(161, 36, 107);
}

#topNews .topNews2 a:hover, #topNewsNav li.topNews2.hover {
    background: rgb(44, 173, 209) !important;
}

#topNews .topNews3 a:hover, #topNewsNav li.topNews3.hover {
    background: rgb(170, 57, 122) !important;
}


#topContent {
    margin-left: 66.6%;
}

#topContent article, #topContent .csc-textpic-intext-left-nowrap, #topContent .csc-textpic-intext-left {
    background: #baa266;
    margin-bottom: 10px;
    height: 220px;
    overflow: hidden;
    margin-left: 10px;
}

#topContent .csc-textpic-imagewrap {
    margin-right: 0;
}

#topContent .csc-textpic-text {
    width: 190px;
    margin-left: 180px;
    color: #fff;
}

#topContent a {
    color: #FFF;
    text-decoration: none;
    display: block;
    overflow: hidden;
    width: 350px;
    height: 220px;
}

#topContent .csc-textpic a {
    width: 190px;
}

#topContent h3 {
    float: left;
    width: 160px;
    word-wrap: break-word;
}

#topContent article:hover, #topContent .csc-textpic-intext-left-nowrap:hover, #topContent .csc-textpic-intext-left:hover {
    background: #c1ab75;
}

#topContent img {
    float: left;
    margin-right: 10px;
}

#mainNav li a span {
    background-position: right -478px;
}


#mainNav li a.toggleActive span {
    background-position: right -212px;
}


/* news */

.newsItemWrap a {
    text-decoration: none !important;
    display: block;
    margin-bottom: 10px;
    background: url('../../../_assets/56eab61df8e606bacf91f5d6388bfbcb/Images/newsItem.png') left 7px no-repeat;
    padding-left: 45px;
}

.newsItemWrap .newsCatEvents a {
    background-position: left -97px;
}

.newsItemWrap span {
    font-family: 'AvenirLTStdLight', Arial;
    color: #000 !important;
    font-size: 12px;
}

.newsItemWrap p {
    margin: 0;
    font-weight: bold;
    font-family: 'AvenirLTStd', Arial;
}
#hbchSliderContainer {
    position: relative;
    margin-top: -8px;
    margin-bottom: 20px;
}

#hbchSlider {
    height: 1%;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#hbchSlider .viewport {
    height: 75px;
    overflow: hidden;
    position: relative;
}

#hbchSlider .buttons {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/CSS/fancybox/pfeile.png');
    height: 32px;
    left: 0;
    position: absolute;
    top: 35%;
    width: 35px;
    z-index: 1000;
}

#hbchSlider .buttons.prev {
    background-position: 0 -38px;
}

#hbchSlider .next {
    background-position: 0 -74px;
    right: 0;
    left: auto;
}

#hbchSlider .disable {
    visibility: hidden;
}

#hbchSlider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0
    top: 0;
}

#hbchSlider .overview li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

#hbchSlider .overview li img {
    width: 100%;
}
/* container */
#holzbau .gridElement,
#first .gridElement,
#site .gridElement {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    background-image: none;
    width: 100%;
}

#holzbau .colLeft,
#holzbau .colMiddle,
#holzbau .colRight,
#holzbau .colRightLogo,
#first .colLeft,
#first .colMiddle,
#first .colRight,
#first .colRightLogo,
#site .gridElement > .colLeft,
#site .gridElement > .colRight,
#site .companySearch .gridElement > .colLeft,
#site .companySearch .gridElement > .colMiddle,
#site .companySearch .gridElement > .colRight,
#site .companySearch .gridElement > .colRightLogo {
    float: left;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#holzbau .colRight,
#holzbau .colRightLogo,
#first .colRight,
#first .colRightLogo,
#site .gridElement > .colRight,
#site .companySearch .gridElement > .colRightLogo {
    float: right;
}

#holzbau .gridElement .colContent,
#first .gridElement .colContent,
#site .gridElement > .colContent {
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    outline: none;
    position: relative;
}

/* 2 spalten auto/300 */
#holzbau .gridElement2Col_Auto_300,
#first .gridElement2Col_Auto_300 {

}

#holzbau .gridElement2Col_Auto_300 > .colLeft,
#first .gridElement2Col_Auto_300 > .colLeft {
    float: none;
}

#holzbau .gridElement2Col_Auto_300 > .colRight,
#first .gridElement2Col_Auto_300 > .colRight {
    width: 300px;
    height: 250px;
    text-align: right;
    margin-left: 40px;
}

/*
    sthi: 20150819
    Damit Banner unten anklickbar ist.
*/
#holzbau .gridElement2Col_Auto_300 .bannerBottomRight,
#first .gridElement2Col_Auto_300 .bannerBottomRight {
    position: absolute;
    z-index: 1000;
}

#holzbau .magazinDetail .gridElement2Col_Auto_300 > .colRight,
#first .magazinDetail .gridElement2Col_Auto_300 > .colRight,
#holzbau .objectDetail .gridElement2Col_Auto_300 > .colRight,
#first .objectDetail .gridElement2Col_Auto_300 > .colRight {
    margin-top: 15px;
}

/* 2 spalten 66/33 */
#holzbau .gridElement2Col_66_33,
#first .gridElement2Col_66_33,
#site .companyDetail .gridElement2Col_66_33 {

}

#holzbau .gridElement2Col_66_33 > .colLeft,
#first .gridElement2Col_66_33 > .colLeft,
#site .companyDetail .gridElement2Col_66_33 > .colLeft {
    width: 66.6%;
}

#holzbau .gridElement2Col_66_33 > .colRight,
#first .gridElement2Col_66_33 > .colRight,
#site .companyDetail .gridElement2Col_66_33 > .colRight {
    width: 33.3%;
}

/* 2 spalten 33/66 */
#holzbau .gridElement2Col_33_66,
#first .gridElement2Col_33_66 {

}

#holzbau .gridElement2Col_33_66 > .bgContainer,
#first .gridElement2Col_33_66 > .bgContainer {
    width: 100%;
}

#holzbau .gridElement2Col_33_66 > .bgContainer > .contentContainer,
#first .gridElement2Col_33_66 > .bgContainer > .contentContainer {
    width: 100%;
}

#holzbau .gridElement2Col_33_66 > .bgContainer > .contentContainer > .colLeft,
#holzbau .gridElement2Col_33_66 > .colLeft,
#first .gridElement2Col_33_66 > .bgContainer > .contentContainer > .colLeft,
#first .gridElement2Col_33_66 > .colLeft {
    width: 33.3%;
}

#holzbau .gridElement2Col_33_66 > .bgContainer > .contentContainer > .colRight,
#holzbau .gridElement2Col_33_66 > .colRight,
#first .gridElement2Col_33_66 > .bgContainer > .contentContainer > .colRight,
#first .gridElement2Col_33_66 > .colRight {
    width: 66.6%;
}

/* 2 spalten 50/50 */
#holzbau .gridElement2Col_50_50,
#first .gridElement2Col_50_50,
#site .gridElement2Col_50_50 {

}

#holzbau .gridElement2Col_50_50 > .colLeft,
#first .gridElement2Col_50_50 > .colLeft,
#site .gridElement2Col_50_50 > .colLeft {
    width: 50%;
}

#holzbau .gridElement2Col_50_50 > .colRight,
#first .gridElement2Col_50_50 > .colRight,
#site .gridElement2Col_50_50 > .colRight {
    width: 50%;
}


/* 2 spalten 16/84 */
#holzbau .gridElement2Col_16_84,
#first .gridElement2Col_16_84 {

}

#holzbau .gridElement2Col_16_84 > .colLeft,
#first .gridElement2Col_16_84 > .colLeft {
    width: 16.6%;
}

#holzbau .gridElement2Col_16_84 > .colRight,
#first .gridElement2Col_16_84 > .colRight {
    width: 83.3%;
}


/* 4 spalten 16/34/25/25 */
#holzbau .gridElement4Col_16_34_25_25,
#first .gridElement4Col_16_34_25_25,
#site .companySearch .gridElement4Col_16_34_25_25 {

}

#holzbau .gridElement4Col_16_34_25_25 > .colLeft,
#first .gridElement4Col_16_34_25_25 > .colLeft,
#site .companySearch .gridElement4Col_16_34_25_25 > .colLeft {
    width: 16.6%;
}

#holzbau .gridElement4Col_16_34_25_25 > .colMiddle,
#first .gridElement4Col_16_34_25_25 > .colMiddle,
#site .companySearch .gridElement4Col_16_34_25_25 > .colMiddle {
    width: 33.3%;
}

#site .companySearch .gridElement4Col_16_34_25_25 > .colMiddle {
    width: 53.3%;
}

#holzbau .gridElement4Col_16_34_25_25 > .colRight,
#first .gridElement4Col_16_34_25_25 > .colRight,
#site .companySearch .gridElement4Col_16_34_25_25 > .colRight {
    width: 25%;
    float: left;
}

#site .companySearch .gridElement4Col_16_34_25_25 > .colRight {
    width: 5%;
}

#holzbau .gridElement4Col_16_34_25_25 > .colRightLogo,
#first .gridElement4Col_16_34_25_25 > .colRightLogo,
#site .companySearch .gridElement4Col_16_34_25_25 > .colRightLogo {
    width: 25%;
}


/* 2 spalten 25/75 */
#holzbau .gridElement2Col_25_75,
#first .gridElement2Col_25_75 {

}

#holzbau .gridElement2Col_25_75 > .colLeft,
#first .gridElement2Col_25_75 > .colLeft {
    width: 25%;
}

#holzbau .gridElement2Col_25_75 > .colRight,
#first .gridElement2Col_25_75 > .colRight {
    width: 75%;
}


/* 3 spalten 33/33/33 */
#holzbau .gridElement3Col_33_33_33,
#first .gridElement3Col_33_33_33 {

}

#holzbau .gridElement3Col_33_33_33 > .bgContainer,
#first .gridElement3Col_33_33_33 > .bgContainer {
    width: 100%;
}

#holzbau .gridElement3Col_33_33_33 > .bgContainer > .contentContainer,
#first .gridElement3Col_33_33_33 > .bgContainer > .contentContainer {
    width: 100%;
}

#holzbau .gridElement3Col_33_33_33 > .bgContainer > .contentContainer > .colLeft,
#first .gridElement3Col_33_33_33 > .bgContainer > .contentContainer > .colLeft,
#holzbau .gridElement3Col_33_33_33 > .colLeft,
#first .gridElement3Col_33_33_33 > .colLeft {
    width: 33.3%;
}

#holzbau .gridElement3Col_33_33_33 > .bgContainer > .contentContainer > .colMiddle,
#first .gridElement3Col_33_33_33 > .bgContainer > .contentContainer > .colMiddle,
#holzbau .gridElement3Col_33_33_33 > .colMiddle,
#first .gridElement3Col_33_33_33 > .colMiddle {
    width: 33.3%;
}

#holzbau .gridElement3Col_33_33_33 > .bgContainer > .contentContainer > .colRight,
#first .gridElement3Col_33_33_33 > .bgContainer > .contentContainer > .colRight,
#holzbau .gridElement3Col_33_33_33 > .colRight,
#first .gridElement3Col_33_33_33 > .colRight {
    width: 33.3%;
}

/* 1 spaltig 100 */
#holzbau .gridElement1Col_100,
#first .gridElement1Col_100 {

}

#holzbau .gridElement1Col_100 > .colLeft,
#holzbau .gridElement1Col_100 > .colMiddle,
#holzbau .gridElement1Col_100 > .colRight,
#first .gridElement1Col_100 > .colLeft,
#first .gridElement1Col_100 > .colMiddle,
#first .gridElement1Col_100 > .colRight {
    width: 100%;
}

/* --------------------------------------------- default override ---------------------------------------------- */
#first {
    font-family: 'Titillium Web', sans-serif;
    color: #000;
}

#first .magazinSiteInner {
    margin-left: 20px;
}

#first hr {
    border: none;
    background: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/divider_dashed.gif') top left repeat-x;
    height: 2px;
    margin: 18px 0 20px 0;
}

#first a,
#first a:hover,
#first a:focus,
#first a:active {
    text-decoration: none;
}

#first .footer {
    padding: 0;
    background-image: none;
    margin: 0 0 40px 0;
}

#first .footer form {
    margin: 15px 0 0 0;
}

#first footer hr.top {
    margin-top: 0;
}

#first footer hr.bottom {
    margin-bottom: 0;
}

#first .logo {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
}

#first .home .logo {
    left: 0;
    position: absolute;
    top: 50px;
    z-index: 5;
}

#first .contentInner {
    position: relative;
    max-width: 1120px;
    min-width: 1080px;
    width: auto;
}

#first > .siteWrapOuter > .contentInner {
    position: relative;
    padding: 0 20px;
}

#first .magazinBannerTop {
    margin-left: 20px;
}

#first .magazinBannerBottom {
    margin: 20px 0;
}

#first .magazinBannerRight {
    position: absolute;
    right: 0;
    top: 140px;
    width: 160px;
}

#first .magazinBannerRight2 {
    position: absolute;
    right: 0;
    top: 760px;
    width: 160px;
}

#first .home .magazinBannerRight {
    top: 50px;
}

#first .home .magazinBannerRight2 {
    top: 670px;
}

#first .metaInfoItem {
    float: right;
}

#first .footerNav {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

#first .footerNav li {
    float: none;
    width: 100%;
    padding-bottom: 0px;
    line-height: 18px;
}

#first .footerNav a {
    color: #666;
    font-family: 'AvenirLTStdLight', Arial;
    padding-bottom: 0;
}

#first .footerNav a:hover {
    color: #e53434;
}

#first .footerNav li a {
    font-weight: normal;
    color: #999;
}

#first .footer form input[type="text"] {
    width: 70%;
}

#first .credits {
    color: #999;
    margin-top: -22px;
}

#first .socialMedia {
    top: 0px;
}

#first .socialMedia li {
    margin-bottom: 10px;
}

/* --------------------------------------------- sthi 20150316 ---------------------------------------------- */
#first .mainNav li {
    width: 20%;
}

#first .mainNav li:first-child {
    width: 18%;
}

#first .mainNav li:nth-child(2) {
    width: 17%;
}

#first .mainNav li:nth-child(4) {
    width: 25%;
}

#first .current-epaper > iframe#currentEpaperFrame {
    border: medium none;
}

#first .gridElement.gridElement4Col_25_25_25_25 .colRight {
    margin: 0;
}

#first .gridElement.gridElement4Col_25_25_25_25 > div {
    margin-right: 6px;
}

#first .colMiddleLeft,
#first .colMiddleRight {
    float: left;
}


/* --------------------------------------------- forms ---------------------------------------------- */
/* buttons */
#first .tx-indexedsearch-browsebox li a,
#site .companySearch .tx-indexedsearch-browsebox li a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    /*background:#b8b8b8;*/
    background: #999;
    padding: 5px 20px;
    border: none;
    text-decoration: none !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
}

#first .tx-indexedsearch-browsebox li strong a,
#first .tx-indexedsearch-browsebox li a:hover,
#site .companySearch .tx-indexedsearch-browsebox li strong a,
#site .companySearch .tx-indexedsearch-browsebox li a:hover {
    background: #e53434;
    color: #FFF !important;
}

#first .powermail_fieldwrap_select,
#first .powermail_fieldwrap_input {
    width: 32%;
}

#site .searchCompanyTeaser .powermail_fieldwrap_select,
#site .searchCompanyTeaser .powermail_fieldwrap_input,
#site .companyEdit .powermail_fieldwrap_select,
#site .companyEdit .powermail_fieldwrap_input {
    width: 98%;
}

#site .companyEdit .imageLabel {
    margin-bottom: 5px;
}

#site .additionalImageDelete {
    margin-top: 20px;
}

#site .additionalImageDelete .powermail_fieldwrap {
    float: none;
}


#first .companyEdit .powermail_fieldwrap_select,
#first .companyEdit .powermail_fieldwrap_input,
#first .layout3 .powermail_fieldwrap_select,
#first .layout3 .powermail_fieldwrap_input {
    width: 98%;
}

#first .tx-powermail .layout3 h3 {
    display: none;
}

#first div.selector,
#first div.selector span,
#first div.checker span,
#first div.radio span,
#first div.uploader,
#first div.uploader span.action,
#first div.button,
#first div.button span {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/forms.png');
}

#first .browsebox,
#site .companySearch .browsebox {
    padding-left: 0;
}

#first ul.browsebox,
#first ul.browsebox li,
#site .companySearch ul.browsebox,
#site .companySearch ul.browsebox li {
    list-style-image: none;
    list-style-type: none;
}

#first .tx-indexedsearch-browsebox li,
#site .companySearch .tx-indexedsearch-browsebox li {
    display: inline;
    margin-right: 5px;
}

#first .tx-indexedsearch-browsebox .browsebox a,
#site .companySearch .tx-indexedsearch-browsebox .browsebox a {
    font-family: 'AvenirLTStdLight', Arial !important;
    margin-bottom: 10px;
}

#first .tx-indexedsearch-browsebox p,
#site .companySearch .tx-indexedsearch-browsebox p {
    margin: 0 0 30px;
}

/* --------------------------------------------- sonstiges ---------------------------------------------- */
/* bildgroessen */
#first .magazinCoverSummary img,
#first .magazinMainArticle img,
#first .magazinTeaser img,
#first .magazinSearch img,
#first .objectSearch img,
#first .magazinCover img,
#first .mapInfoBox img,
#first .companySearch img,
#first .logoContainer img,
#site .logoContainer img,
#site .companySearch img {
    width: 100%;
    height: auto;
}

#site .companySearch .searchResultCompanyMember {
    text-align: right;
}

#site .companySearch .searchResultCompanyMember img {
    width: auto;
    height: auto;
}

#first .bannerBottomRight img {
    width: 300px;
    height: 250px;
}

/* spalten elemente startseite */
#first .magazinCoverSummary,
#first .colLeft .magazinTeaser,
#first .colLeft .magazinMainArticle {
    margin-left: -20px;
    margin-right: 20px;
}

#first .magazinEditorial {
    margin: 0;
}

#first .gridElement2Col_50_50 {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/divider_dashed_vert.gif');
    background-repeat: repeat-y;
    background-position: 50% 0;
}

#first .gridElement2Col_33_66 {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/divider_dashed_vert.gif');
    background-repeat: repeat-y;
    background-position: 33.3% 0;
}

#first .magazinCoverSummary .gridElement2Col_33_66 {
    background-image: none;
}

#first .magazinEditorial .gridElement2Col_33_66 {
    background-image: none;
}

#first #objectSearchMap .gridElement2Col_33_66 {
    background-image: none;
}

#first .footerContent .gridElement2Col_33_66 > .bgContainer {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/divider_dashed_vert.gif');
    background-repeat: repeat-y;
    background-position: 66.6% 0;
}

#first .gridElement3Col_33_33_33 {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/divider_dashed_vert.gif');
    background-repeat: repeat-y;
    background-position: 66.6% 0;
}

#first .magazinCover .gridElement3Col_33_33_33,
#first .companyDetail .gridElement3Col_33_33_33 {
    background-image: none;
}

#first .gridElement3Col_33_33_33 > .bgContainer {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/divider_dashed_vert.gif');
    background-repeat: repeat-y;
    background-position: 33.3% 0;
}

#first .companyDetail .gridElement3Col_33_33_33 > .bgContainer {
    background-image: none;
}

#first .companyDetail {
    background-image: none;
}

#first .magazinCoverSummary .gridElement2Col_50_50,
#first .magazinTeaser .gridElement2Col_33_66,
#first .magazinMainArticle .gridElement2Col_33_66,
#first .footerContent .gridElement2Col_50_50 {
    background-image: none;
}

#first .gridElement2Col_Auto_300 .colRight .colContent {
    padding: 0;
    margin: 0;
}

#first .gridElement2Col_Auto_300 .colLeft .colContent {
    padding: 0;
}

#first .gridElement3Col_33_33_33 .colLeft .colContent {
    padding: 0 20px 0 0;
}

#first .gridElement3Col_33_33_33 .colMiddle .colContent {
    padding: 0 20px;
}

#first .gridElement3Col_33_33_33 .colRight .colContent {
    padding: 0 0 0 20px;
}

#first .magazinCover .gridElement3Col_33_33_33 .colLeft .colContent {
    padding: 0 14px 0 0;
}

#first .magazinCover .gridElement3Col_33_33_33 .colMiddle .colContent {
    padding: 0 7px;
}

#first .magazinCover .gridElement3Col_33_33_33 .colRight .colContent {
    padding: 0 0 0 14px;
}

#first .magazinMainArticle .colLeft .colContent,
#first .magazinTeaser .colLeft .colContent {
    padding: 0 20px;
}

#first .magazinCoverSummary .colLeft .colContent {
    padding: 0 20px 0 20px;
}

#first .gridElement2Col_50_50 .colLeft .colContent .colLeft .colContent {
    padding: 0 20px;
}

#first .magazinMainArticle .colRight .colContent,
#first .magazinTeaser .colRight .colContent {
    padding: 0 10px;
}

#first .magazinCoverSummary .colRight .colContent {
    padding: 0 10px 0 0;
}

#first .gridElement2Col_50_50 .colLeft .colContent .colRight .colContent {
    padding: 0;
}

#first .gridElement2Col_50_50 .colRight .colContent .magazinMainArticle .colRight .colContent,
#first .gridElement2Col_50_50 .colRight .colContent .magazinTeaser .colRight .colContent {
    padding: 0;
}

#first .gridElement2Col_33_66 .colRight .colContent .magazinTeaser .colRight .colContent {
    padding: 0 0 0 10px;
}

#first .gridElement2Col_33_66 .colRight .colContent .magazinTeaser .colRight .colContent {
    padding-left: 20px;
}

#first .footerContent .colLeft .colContent {
    padding: 0 20px 0 0;
}

#first .footerContent .colRight .colContent .colLeft .colContent {
    padding: 0 20px;
}

#first .footerContent .colRight .colContent .colRight .colContent {
    padding: 0 0 0 20px;
}

#first .footer .footerRight .gridElement2Col_50_50 {
    background-image: none;
}

#first .magazinSearch .gridElement2Col_16_84 .colLeft .colContent,
#first .objectSearch .gridElement2Col_16_84 .colLeft .colContent {
    padding: 0 10px 20px 0;
}

#first .magazinSearch .gridElement2Col_16_84 .colRight .colContent,
#first .objectSearch .gridElement2Col_16_84 .colRight .colContent {
    padding: 0 0 0 10px;
}

#first .companySearch .gridElement4Col_16_34_25_25 .colLeft .colContent {
    padding: 0 10px 20px 0;
}

#first .companySearch .gridElement4Col_16_34_25_25 .colMiddle .colContent {
    padding: 0 10px 20px 10px;
}

#first .companySearch .gridElement4Col_16_34_25_25 .colRight .colContent {
    padding: 0 0 20px 10px;
}

#first .companySearch .gridElement4Col_16_34_25_25 .colRightLogo .colContent {
    padding: 0 0 20px 0;
}


#first .magazinDetail .gridElement2Col_66_33 .colLeft .colContent,
#first .objectDetail .gridElement2Col_66_33 .colLeft .colContent,
#first .companyDetail .gridElement2Col_66_33 .colLeft .colContent {
    padding: 0 25px 0 0;
}

#first .magazinDetail .gridElement2Col_66_33 .colRight .colContent,
#first .objectDetail .gridElement2Col_66_33 .colRight .colContent,
#first .companyDetail .gridElement2Col_66_33 .colRight .colContent {
    padding: 0;
}

#first .companyEdit .colLeft .colContent {
    padding: 0 10px 0 0;
}

#first .companyEdit .colRight .colContent {
    padding: 0 0 0 10px;
}

#first #objectSearchMap .gridElement2Col_33_66 .colLeft .colContent {
    padding: 0 5px 0 0;
}

#first #objectSearchMap .gridElement2Col_33_66 .colRight .colContent {
    padding: 0 0 0 5px;
}

#first .companyDetail .gridElement3Col_33_33_33 .colLeft .colContent {
    padding: 0 10px 0 0;
}

#first .companyDetail .gridElement3Col_33_33_33 .colMiddle .colContent {
    padding: 0 10px 0 10px;
}

#first .companyDetail .gridElement3Col_33_33_33 .colRight .colContent {
    padding: 0 0 0 10px;
}


/* galerie */
#first .articleDetailImages {

}

#first .articleDetailBigImage {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

#first .articleDetailBigImageLogo {
    margin-bottom: 60px;
}

#first .companyMember {
    float: right;
    margin-left: 20px;
    width: 150px;
}

#site .companyDetail .companyMember {

}

#first .companyMember img,
#site .companyDetail .companyMember img {
    width: 150px;
    height: auto;
}

#first .searchResultCompanyMember,
#site .companyDetail .searchResultCompanyMember {
    text-align: right;
}

#first .searchResultCompanyMember img,
#site .companyDetail .searchResultCompanyMember img {
    width: auto;
    height: auto;
}

#first .articleDetailBigImage img,
#first .smallImageContainer img,
#site .companyDetail .articleDetailBigImage img,
#site .companyDetail .smallImageContainer img {
    width: 100%;
    height: auto;
}

#first .smallImageContainer,
#site .companyDetail .smallImageContainer {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

#first .objectDetail .smallImageContainer,
#site .companyDetail .objectDetail .smallImageContainer {
    margin-bottom: 20px;
}

#first .smallImageContainer .smallImageCol1,
#site .companyDetail .smallImageContainer .smallImageCol1 {
    width: 32%;
    float: left;
    position: relative;
}

#first .smallImageContainer .smallImageCol2,
#site .companyDetail .smallImageContainer .smallImageCol2 {
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    position: relative;
}

#first .smallImageContainer .smallImageCol3,
#site .companyDetail .smallImageContainer .smallImageCol3 {
    width: 32%;
    float: right;
    position: relative;
}

#first .playButtonOverlay div.playButton,
#site .companyDetail .playButtonOverlay div.playButton {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/CSS/fancybox/playbutton.png');
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    top: 34%;
    left: 37%;
}

#first .smallImageContainer .playButtonOverlay div.playButton,
#site .companyDetail .smallImageContainer .playButtonOverlay div.playButton {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    top: 22%;
    left: 26%;
}

#first .articleAdditionalInfo,
#first .objectPartner,
#first .objectFacts {
    margin-top: 20px;
}

#first .objectPartner p,
#first .objectFacts p,
#first .objectBuilder p {
    margin: 11px 0 0 0;
}

#first .lastObjectsImage,
#first .companyDetail .smallImageContainer {
    margin-bottom: 20px;
}

#first .objectFactsTable,
#first .objectFactsTable tbody,
#first .objectFactsTable tbody tr {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

#first .objectFactsTable {
    margin: 8px 0 0 0;
}

#first .objectFactsTable tbody tr th {
    padding: 3px 5px 3px 0;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
}

#first .objectFactsTable tbody tr td {
    padding: 3px 0 3px 5px;
    border: none;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
}


/* magazin links */
#first .readMoreLink {
    text-align: right;
    margin-bottom: 3px;
}

#first .magazinSearch .readMoreLink {
    margin-bottom: 8px;
}

#first .readMoreLink a {
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding-bottom: 0;

}

#first .readMoreLink a:focus,
#first .readMoreLink a:active,
#first .readMoreLink a:hover {
    text-decoration: none;
    border-bottom: none;
    border-bottom: 2px solid #e53434;
}

/* magazin formular */
#first fieldset.articleSearch,
#first fieldset.objectSearch,
#first .objectSearchMapContainer {
    background-color: #999999;
    padding: 20px 10px;
}

#first .objectSearchMapContainer {
    padding: 20px;
}

/* objektsuche header */
#first .objectSearchHeaderContainer {
    width: 100%;
    overflow: hidden;
}

#first .objectSearchHeaderContainer .leftCol,
#first .objectSearchHeaderContainer .rightCol {
    float: left;
    width: auto;
    padding: 0 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#first .objectSearchHeaderContainerMap .leftCol {
    padding-left: 0;
}

#first .objectSearchHeaderContainer .left,
#first .objectSearchHeaderContainer a {
    display: block;
    background-color: #303030;
    padding: 3px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
}

#first .objectSearchHeaderContainer a:hover,
#first .objectSearchHeaderContainer a:focus,
#first .objectSearchHeaderContainer a:active {
    background-color: #e53434;
    text-decoration: none;
}

#first .objectSearchHeaderContainer .active {
    background-color: #999;
    padding-top: 3px;
    padding-bottom: 10px;
}

/* zusatzinfos */
#first .additionalContainer {
    width: 100%;
    overflow: hidden;
}

#first .additionalContainer .additionalText {

}

#first .additionalContainer .additionalImage {
    float: right;
    width: 32%;
    margin: 0 0 3px 3px;
}

#first .additionalContainer .additionalImage img {
    width: 100%;
    height: auto;
}

/* sonstiges */
#first .marginTop20 {
    margin-top: 20px;
}

#first #objectSearchMap {
    width: 100%;
    height: 300px;
}

#first .credits {
    padding-left: 20px;
}

#first hr.spacer20 {
    background-image: none;
    height: 1px;
    margin: 0 0 19px 0;
    color: transparent;
    background-color: transparent;
    border: 0;
}

/* addthis */
#addthisFirstContainer {
    position: absolute;
    top: 15px;
    right: 310px;
    height: 20px;
    width: 190px;
}

/* --------------------------------------------- typography ---------------------------------------------- */
#first h1,
#first h2,
#first h3,
#first h4,
#first h5,
#first h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#first h1 {
    font-weight: bold;
    line-height: 18px;
    font-size: 18px;
    margin: 0 0 10px 0;
}

#first .imgHeaderTxt h1 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
}

#first h2 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 4px 0;
    padding: 0;
}

#first h3,
#first h3 a {
    text-transform: none;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration: none;
}

#first h4,
#first h4 a,
#first a h4 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 4px 0;
    padding: 0;
    text-decoration: none;
}

#site .companySearch h4,
#site .companySearch h4 a,
#site .companySearch a h4 {
    text-transform: uppercase;
    text-decoration: none;
}

#first .magazinSearch h4 {
    margin: 0 0 8px 0;
}

#first h5 {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 1px 0;
    padding: 0;
}

#first h6,
#first a h6 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    margin: 0 0 8px 0;
    padding: 0;
    color: #000;
}

#first .magazinTeaser p,
#first .magazinCoverSummary p,
#first .magazinMainArticle p,
#first .magazinSearch p,
#first .additionalContainer p,
#first .companyQualityLabels p {
    margin: 0;
}

#first .companyDetail .colLeft p {
    margin: 0 0 10px 0;
}

#first .companyDetail .colLeft p.portrait {
    margin: 20px 0 10px 0;
}

#first .magazinCoverSummary .gridElement2Col_50_50 .colRight a,
#first .magazinCoverSummary .gridElement2Col_50_50 .colRight a:hover,
#first .magazinCoverSummary .gridElement2Col_50_50 .colRight a:visited,
#first .magazinCoverSummary .gridElement2Col_50_50 .colRight a:focus,
#first .magazinCoverSummary .gridElement2Col_50_50 .colRight a:active {
    text-decoration: none;
}

#first .contenttable-dataTable {
    width: 100%;
    margin: 0 0 10px 0;
}

#first .contenttable-dataTable thead tr th {
    font-size: 14px;
}

#first .content {
    min-height: 755px;
}

#first .publiReportage {
    float: right;
    margin: 0 0 5px 5px;
}

#first .companySearch .companyCompetences p {
    margin-top: 0;
}

#first .companySearch .companyCompetences p.competencesTitle {
    margin-bottom: 8px;
}

#first .newsletterLink,
#first .socialMedia li.mailIcon {
    margin-bottom: 0;
}

#first .logoContainer,
#site .logoContainer {
    margin-bottom: 20px;
}

/* --------------------------------------------- default override ---------------------------------------------- */
#holzbau {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
}

#holzbau .magazinSiteInner {
    margin-left: 20px;
}

#holzbau hr {
    border: none;
    border-top: 1px solid #bbb;
    background: none;
    height: 1px;
    margin: 19px 0 20px 0;
}

#holzbau a,
#holzbau a:hover,
#holzbau a:focus,
#holzbau a:active {
    text-decoration: none;
}

#holzbau .footer {
    padding: 0;
    background-image: none;
    margin: 0 0 40px 0;
    border: 0;
    background-color: transparent;
}

#holzbau .footer form {
    margin: 15px 0 0 0;
}

#holzbau footer hr.top {
    margin-top: 0;
}

#holzbau footer hr.bottom {
    margin-bottom: 0;
    margin-top: 8px;
}

#holzbau .logo {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
}

#holzbau .home .logo {
    position: relative;
    left: 20px;
    top: 70px;
    position: absolute;
    z-index: 5;
}

#holzbau .imgHeaderTxt {
    background-color: #fff;
    color: #000000;
    padding: 0 10px;
    width: 400px;
}

#holzbau .contentInner {
    position: relative;
    max-width: 1120px;
    min-width: 1080px;
    width: auto;
}

#holzbau > .siteWrapOuter > .contentInner {
    position: relative;
    padding: 0 20px;
}

#holzbau .magazinBannerTop {
    margin-left: 20px;
}

#holzbau .magazinBannerBottom {
    margin: 20px 0;
}

#holzbau .magazinBannerRight {
    position: absolute;
    right: 0;
    top: 140px;
    width: 160px;
}

#holzbau .magazinBannerRight2 {
    position: absolute;
    right: 0;
    top: 760px;
    width: 160px;
}

#holzbau .home .magazinBannerRight {
    top: 50px;
}

#holzbau .home .magazinBannerRight2 {
    top: 670px;
}

#holzbau .metaInfoItem {
    float: right;
}

#holzbau .footerNav {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

#holzbau .footerNav li {
    float: none;
    width: 100%;
    padding-bottom: 0px;
    line-height: 18px;
}

#holzbau .footerNav a {
    color: #666;
    font-family: 'AvenirLTStdLight', Arial;
    padding-bottom: 0;
}

#holzbau .footerNav a:hover {
    color: #e53434;
}

#holzbau .footerNav li a {
    font-weight: normal;
    color: #999;
}

#holzbau .footer form input[type="text"] {
    width: 70%;
}

#holzbau .credits {
    color: #999;
    margin-top: -22px;
}

#holzbau .socialMedia {
    top: 0px;
}

#holzbau .socialMedia li {
    margin-bottom: 10px;
}

/* --------------------------------------------- sthi 20150316 ---------------------------------------------- */
#holzbau .mainNav li {
    width: 20%;
}

#holzbau .mainNav li:first-child {
    width: 18%;
}

#holzbau .mainNav li:nth-child(2) {
    width: 17%;
}

#holzbau .mainNav li:nth-child(4) {
    width: 25%;
}

#holzbau .current-epaper > iframe#currentEpaperFrame {
    border: medium none;
}

#holzbau .magazinCover .gridElement3Col_33_33_33 .colMiddle .colText {
    margin: 0;
    padding: 0 7px;
}

#holzbau .magazinCover .gridElement3Col_33_33_33 .colRight .colText {
    margin: 0;
    padding: 0 0 0 14px;
}

/* --------------------------------------------- forms ---------------------------------------------- */
/* buttons */
#holzbau .tx-indexedsearch-browsebox li a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    /*background:#b8b8b8;*/
    background: #999;
    padding: 5px 20px;
    border: none;
    text-decoration: none !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
}

#holzbau .tx-indexedsearch-browsebox li strong a,
#holzbau .tx-indexedsearch-browsebox li a:hover {
    background: #e53434;
    color: #FFF !important;
}

#holzbau .powermail_fieldwrap_select,
#holzbau .powermail_fieldwrap_input {
    width: 32%;
}

#holzbau .companyEdit .powermail_fieldwrap_select,
#holzbau .companyEdit .powermail_fieldwrap_input,
#holzbau .layout3 .powermail_fieldwrap_select,
#holzbau .layout3 .powermail_fieldwrap_input {
    width: 98%;
}

#holzbau .tx-powermail .layout3 h3 {
    display: none;
}

#holzbau div.selector,
#holzbau div.selector span,
#holzbau div.checker span,
#holzbau div.radio span,
#holzbau div.uploader,
#holzbau div.uploader span.action,
#holzbau div.button,
#holzbau div.button span {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/Images/forms.png');
}

#holzbau .browsebox {
    padding-left: 0;
}

#holzbau ul.browsebox,
#holzbau ul.browsebox li {
    list-style-image: none;
    list-style-type: none;
}

#holzbau .tx-indexedsearch-browsebox li {
    display: inline;
    margin-right: 5px;
}

#holzbau .tx-indexedsearch-browsebox .browsebox a {
    font-family: 'AvenirLTStdLight', Arial !important;
    margin-bottom: 10px;
}

#holzbau .tx-indexedsearch-browsebox p {
    margin: 0 0 30px;
}


/* --------------------------------------------- sonstiges ---------------------------------------------- */
/* bildgroessen */
#holzbau .magazinCoverSummary img,
#holzbau .magazinMainArticle img,
#holzbau .magazinTeaser img,
#holzbau .magazinSearch img,
#holzbau .objectSearch img,
#holzbau .magazinCover img,
#holzbau .mapInfoBox img,
#holzbau .companySearch img,
#holzbau .logoContainer img {
    width: 100%;
    height: auto;
}

#holzbau .bannerBottomRight img {
    width: 300px;
    height: 250px;
}

/* mehrspalter */
#holzbau .gridElementLayout_50_50-1 {
    margin-bottom: 20px;
}

#holzbau .gridElementLayout_50_50-1 .colLeft .colContent {
    margin-right: 10px;
}

#holzbau .gridElementLayout_50_50-1 .colRight .colContent {
    margin-left: 10px;
}

#holzbau .gridElementLayout_50_50-1 .colContent {
    background-color: #E0E0E0;
    padding: 20px;
}

#holzbau .gridElementLayout_33_33_33-1 {
    margin: 0 0 20px 0;
}

#holzbau .gridElementLayout_33_33_33-1 > .bgContainer > .contentContainer > .colLeft > .colContent,
#holzbau .gridElementLayout_33_33_33-1 > .bgContainer > .contentContainer > .colMiddle > .colContent,
#holzbau .gridElementLayout_33_33_33-1 > .bgContainer > .contentContainer > .colRight > .colContent {
    background-color: #E0E0E0;
    padding: 20px;
    min-height: 153px;
}

#holzbau .gridElementLayout_33_33_33-1 > .bgContainer > .contentContainer > .colLeft > .colContent {
    margin: 0 10px 0 0;
}

#holzbau .gridElementLayout_33_33_33-1 > .bgContainer > .contentContainer > .colMiddle > .colContent {
    margin: 0 10px 0 10px;
}

#holzbau .gridElementLayout_33_33_33-1 > .bgContainer > .contentContainer > .colRight > .colContent {
    margin: 0 0 0 10px;
}

#holzbau .gridElementLayout_33_66-1 {
    margin-bottom: 20px;
}

#holzbau .magazinCoverSummary .colLeft .colContent {
    margin-right: 10px;
}

#holzbau .magazinEditorial .colLeft .colContent {
    margin: 0 20px 0 -10px;
}

#holzbau .magazinCoverSummary .colRight .colContent {
    padding: 0 20px 0 10px;
}

#holzbau .magazinEditorial .colRight .colContent {
    background-color: #E0E0E0;
    padding: 20px;
    min-height: 156px;
}

#holzbau .gridElementLayout_50_50-2 {
    margin-bottom: 20px;
}

#holzbau .gridElementLayout_50_50-2 > .colLeft > .colContent .colLeft .colContent {
    margin-right: 10px;
}

#holzbau .gridElementLayout_50_50-2 > .colLeft > .colContent .colRight .colContent {
    padding: 20px 20px 20px 10px;
}

#holzbau .gridElementLayout_50_50-2 > .colRight > .colContent .colLeft .colContent {
    margin-right: 10px;
}

#holzbau .gridElementLayout_50_50-2 > .colRight > .colContent .colRight .colContent {
    padding: 20px 0 20px 10px;
}

#holzbau .magazinCover .gridElement3Col_33_33_33 .colLeft .colContent {
    padding: 0 14px 0 0;
    margin: 0;
}

#holzbau .magazinCover .gridElement3Col_33_33_33 .colMiddle .colContent {
    padding: 0 7px;
    margin: 0;
}

#holzbau .magazinCover .gridElement3Col_33_33_33 .colRight .colContent {
    padding: 0 0 0 14px;
    margin: 0;
}

#holzbau .magazinSearch .gridElement2Col_16_84 .colLeft .colContent,
#holzbau .objectSearch .gridElement2Col_16_84 .colLeft .colContent {
    padding: 0 10px 20px 0;
}

#holzbau .magazinSearch .gridElement2Col_16_84 .colRight .colContent,
#holzbau .objectSearch .gridElement2Col_16_84 .colRight .colContent {
    padding: 0 0 0 10px;
}

#holzbau .companySearch .gridElement4Col_16_34_25_25 .colLeft .colContent {
    padding: 0 10px 20px 0;
}

#holzbau .companySearch .gridElement4Col_16_34_25_25 .colMiddle .colContent {
    padding: 0 10px 20px 10px;
}

#holzbau .companySearch .gridElement4Col_16_34_25_25 .colRight .colContent {
    padding: 0 0 20px 10px;
}

#holzbau .companySearch .gridElement4Col_16_34_25_25 .colRightLogo .colContent {
    padding: 0 0 20px 0;
}

#holzbau .magazinDetail .gridElement2Col_66_33 .colLeft .colContent,
#holzbau .objectDetail .gridElement2Col_66_33 .colLeft .colContent,
#holzbau .companyDetail .gridElement2Col_66_33 .colLeft .colContent {
    padding: 0 25px 0 0;
}

#holzbau .magazinDetail .gridElement2Col_66_33 .colRight .colContent,
#holzbau .objectDetail .gridElement2Col_66_33 .colRight .colContent,
#holzbau .companyDetail .gridElement2Col_66_33 .colRight .colContent {
    padding: 0;
}

#holzbau .companyEdit .colLeft .colContent {
    padding: 0 10px 0 0;
}

#holzbau .companyEdit .colRight .colContent {
    padding: 0 0 0 10px;
}

#holzbau #objectSearchMap .gridElement2Col_33_66 .colLeft .colContent {
    padding: 0 5px 0 0;
}

#holzbau #objectSearchMap .gridElement2Col_33_66 .colRight .colContent {
    padding: 0 0 0 5px;
}

#holzbau .gridElement .colContent p {
    margin-bottom: 0;
}

#holzbau .magazinDetail .gridElement .colContent p {
    margin-bottom: 15px;
}

#holzbau .footerContent .colLeft .colContent {
    padding: 0 20px 0 0;
}

/* galerie */
#holzbau .articleDetailImages {

}

#holzbau .articleDetailBigImage {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

#holzbau .articleDetailBigImageLogo {
    margin-bottom: 60px;
}

#holzbau .companyMember {
    float: right;
    margin-left: 20px;
    width: 150px;
}

#holzbau .companyMember img {
    width: 150px;
    height: auto;
}

#holzbau .searchResultCompanyMember {
    text-align: right;
}

#holzbau .searchResultCompanyMember img {
    width: auto;
    height: auto;
}

#holzbau .articleDetailBigImage img,
#holzbau .smallImageContainer img {
    width: 100%;
    height: auto;
}

#holzbau .smallImageContainer {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

#holzbau .objectDetail .smallImageContainer {
    margin-bottom: 20px;
}

#holzbau .smallImageContainer .smallImageCol1 {
    width: 32%;
    float: left;
    position: relative;
}

#holzbau .smallImageContainer .smallImageCol2 {
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    position: relative;
}

#holzbau .smallImageContainer .smallImageCol3 {
    width: 32%;
    float: right;
    position: relative;
}

#holzbau .playButtonOverlay div.playButton {
    background-image: url('../../../_assets/b9b76572985c0f66a139aa08fd84ad56/CSS/fancybox/playbutton.png');
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    top: 34%;
    left: 37%;
}

#holzbau .smallImageContainer .playButtonOverlay div.playButton,
#hbchSlider .playButtonOverlay div.playButton {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    top: 22%;
    left: 26%;
}

#holzbau .articleAdditionalInfo,
#holzbau .objectPartner,
#holzbau .objectFacts {
    margin-top: 20px;
}

#holzbau .objectPartner p,
#holzbau .objectFacts p,
#holzbau .objectBuilder p {
    margin: 11px 0 0 0;
}

#holzbau .lastObjectsImage,
#holzbau .companyDetail .smallImageContainer {
    margin-bottom: 20px;
}

#holzbau .objectFactsTable,
#holzbau .objectFactsTable tbody,
#holzbau .objectFactsTable tbody tr {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

#holzbau .objectFactsTable {
    margin: 8px 0 0 0;
}

#holzbau .objectFactsTable tbody tr th {
    padding: 3px 5px 3px 0;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
}

#holzbau .objectFactsTable tbody tr td {
    padding: 3px 0 3px 5px;
    border: none;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
}


/* magazin links */
#holzbau .readMoreLink {
    text-align: left;
    margin-bottom: 3px;
    margin-top: 8px;
}

#holzbau .magazinSearch .readMoreLink {
    margin-bottom: 8px;
    text-align: right;
}

#holzbau .readMoreLink a {
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding-bottom: 0;

}

#holzbau .readMoreLink a:focus,
#holzbau .readMoreLink a:active,
#holzbau .readMoreLink a:hover {
    text-decoration: none;
    border-bottom: none;
    border-bottom: 2px solid #e53434;
}

/* magazin formular */
#holzbau fieldset.articleSearch,
#holzbau fieldset.objectSearch,
#holzbau .objectSearchMapContainer {
    background-color: #999999;
    padding: 20px 10px;
}

#holzbau .objectSearchMapContainer {
    padding: 20px;
}

/* objektsuche header */
#holzbau .objectSearchHeaderContainer {
    width: 100%;
    overflow: hidden;
}

#holzbau .objectSearchHeaderContainer .leftCol,
#holzbau .objectSearchHeaderContainer .rightCol {
    float: left;
    width: auto;
    padding: 0 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#holzbau .objectSearchHeaderContainerMap .leftCol {
    padding-left: 0;
}

#holzbau .objectSearchHeaderContainer .left,
#holzbau .objectSearchHeaderContainer a {
    display: block;
    background-color: #303030;
    padding: 3px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
}

#holzbau .objectSearchHeaderContainer a:hover,
#holzbau .objectSearchHeaderContainer a:focus,
#holzbau .objectSearchHeaderContainer a:active {
    background-color: #e53434;
    text-decoration: none;
}

#holzbau .objectSearchHeaderContainer .active {
    background-color: #999;
    padding-top: 3px;
    padding-bottom: 10px;
}

/* zusatzinfos */
#holzbau .additionalContainer {
    width: 100%;
    overflow: hidden;
}

#holzbau .additionalContainer .additionalText {

}

#holzbau .additionalContainer .additionalImage {
    float: right;
    width: 32%;
    margin: 0 0 3px 3px;
}

#holzbau .additionalContainer .additionalImage img {
    width: 100%;
    height: auto;
}

/* sonstiges */
#holzbau .marginTop20 {
    margin-top: 20px;
}

#holzbau #objectSearchMap {
    width: 100%;
    height: 300px;
}

#holzbau hr.spacer20 {
    background-image: none;
    height: 1px;
    margin: 0 0 19px 0;
    color: transparent;
    background-color: transparent;
    border: 0;
}

/* addthis */
#addthisWhbContainer {
    position: absolute;
    top: 15px;
    right: 310px;
    height: 20px;
    width: 190px;
}

#addthisWhbContainer .at-share-tbx-element {

}

/* --------------------------------------------- typography ---------------------------------------------- */

#holzbau h1,
#holzbau h2,
#holzbau h3,
#holzbau h4,
#holzbau h5,
#holzbau h6 {
    font-family: 'AvenirLTStd', Arial;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#holzbau h1 {
    font-weight: bold;
    line-height: 18px;
    font-size: 18px;
    margin: 0 0 10px 0;
}

#holzbau .imgHeaderTxt h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 48px;
    line-height: 40px;
    margin: 15px 0;
    color: #000;
    font-weight: normal;
}

#holzbau .imgHeaderTxt h1 a,
#holzbau .imgHeaderTxt h1 a:visited {
    color: #000;
    text-decoration: none;
}

#holzbau .imgHeaderTxt h1 a:hover,
#holzbau .imgHeaderTxt h1 a:focus,
#holzbau .imgHeaderTxt h1 a:active {
    color: #e53434;
    text-decoration: none;
}

#holzbau h2 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 4px 0;
    padding: 0;
}

/* set overwritten accordion styles again */
#holzbau .slideToggle .toggleList {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 10px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'AvenirLTStd', Arial;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#holzbau .slideToggle .toggleList.open {
    background-position: 98% 15px;
}

#holzbau .gridElementLayout_33_33_33-1 h2 {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

#holzbau h3,
#holzbau h3 a {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-decoration: none;
}

#holzbau .gridElementLayout_33_33_33-1 h3 {
    font-family: 'AvenirLTStd', Arial;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
}

#holzbau h4,
#holzbau h4 a,
#holzbau a h4 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 4px 0;
    padding: 0;
    text-decoration: none;
}

#holzbau .magazinSearch h4 {
    margin: 0 0 8px 0;
}

#holzbau .magazinEditorial h4 {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

#holzbau h5 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 1px 0;
    padding: 0;
}

#holzbau .magazinCoverSummary h5 {
    line-height: 19px;
}

#holzbau h6,
#holzbau a h6 {
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    margin: 0 0 8px 0;
    padding: 0;
    color: #000;
}

#holzbau .magazinTeaser p,
#holzbau .magazinCoverSummary p,
#holzbau .magazinMainArticle p,
#holzbau .magazinSearch p,
#holzbau .additionalContainer p,
#holzbau .companyQualityLabels p {
    margin: 0;
}

#holzbau .magazinCoverSummary .gridElement2Col_50_50 .colRight a,
#holzbau .magazinCoverSummary .gridElement2Col_50_50 .colRight a:hover,
#holzbau .magazinCoverSummary .gridElement2Col_50_50 .colRight a:visited,
#holzbau .magazinCoverSummary .gridElement2Col_50_50 .colRight a:focus,
#holzbau .magazinCoverSummary .gridElement2Col_50_50 .colRight a:active {
    text-decoration: none;
}

#holzbau .contenttable-dataTable {
    width: 100%;
    margin: 0 0 10px 0;
}

#holzbau .contenttable-dataTable thead tr th {
    font-size: 14px;
}

#holzbau .contenttable th, .contenttable td {
    padding: 3px 0;
    vertical-align: top;
}

#holzbau .contenttable thead th {
    font-weight: bold;
    border-bottom: 1px solid #dadada;
}

#holzbau .contenttable th,
#holzbau .contenttable td {
    border-top: none
}

#holzbau .contenttable-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

#holzbau .contenttable-bordered th,
#holzbau .contenttable-bordered td {
    border: 1px solid #dadada;
}

#holzbau .content {
    min-height: 755px;
}

#holzbau .publiReportage {
    float: right;
    margin: 0 0 5px 5px;
}

#holzbau .companySearch .companyCompetences p {
    margin-top: 0;
}

#holzbau .companySearch .companyCompetences p.competencesTitle {
    margin-bottom: 8px;
}

#holzbau .newsletterLink,
#holzbau .socialMedia li.mailIcon {
    margin-bottom: 0;
}

#holzbau .logoContainer {
    margin-bottom: 20px;
}
