

@-webkit-keyframes toRightFromLeft {
    49% { -webkit-transform: translate(100%); }
    50% { opacity: 0; -webkit-transform: translate(-100%); }
    51% { opacity: 1; }
}

@-moz-keyframes toRightFromLeft {
    49% { -moz-transform: translate(100%); }
    50% { opacity: 0; -moz-transform: translate(-100%); }
    51% { opacity: 1; }
}

@keyframes toRightFromLeft {
    49% { transform: translate(100%); }
    50% { opacity: 0; transform: translate(-100%); }
    51% { opacity: 1; }
}

html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary { display: block; }
audio,
canvas,
progress,
video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden],
template { display: none; }
a { background: transparent; }
a:active,
a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b,
strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code,
kbd,
pre,
samp { font-family: monospace, monospace; font-size: 1em; }
button,
input,
optgroup,
select,
textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button,
select { text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled],
html input[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td,
th { padding: 0; }

@media print {
    * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
    a,
    a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    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; }
    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; }
}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #34404e; background-color: #f0f2f3; }
input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
a { color: #009240; text-decoration: none; }
a:hover,
a:focus { color: #313131; text-decoration: underline; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
figure { margin: 0; }
img { vertical-align: middle; }
.img-responsive { display: block; max-width: 100%; height: auto; }
.img-rounded { border-radius: 0; }
.img-thumbnail { padding: 4px; line-height: 1.428571429; background-color: #f0f2f3; border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }
.img-circle { border-radius: 50%; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
code,
kbd,
pre,
samp { font-family: Consolas, Monaco, "Courier New", monospace; }
code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 0; }
kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; background-color: #333333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; word-break: break-all; word-wrap: break-word; color: #444444; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 0; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }
.pre-scrollable { max-height: 340px; overflow-y: scroll; }
.container { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }

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

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

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

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }
.row { margin-left: -20px; margin-right: -20px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; }
.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.33333333333334%; }
.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.66666666666666%; }
.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.33333333333334%; }
.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.66666666666666%; }
.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.33333333333334%; }
.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.66666666666666%; }
.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.33333333333334%; }
.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.66666666666666%; }
.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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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.33333333333334%; }
    .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.66666666666666%; }
    .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: #f0f2f3; }
.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; float: none; display: table-column; }
table td[class*="col-"],
table th[class*="col-"] { position: static; float: none; display: table-cell; }
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th { background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th { background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th { background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th { background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th { background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

@media (max-width: 767px) {
    .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -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; }
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #666666; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder { color: #999999; }
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder { color: #999999; opacity: 1; }
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder { color: #999999; }
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder { color: #999999; }
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
/*input[type="text"][readonly],*/
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox { height: auto; }
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder { color: #999999; }
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder { color: #999999; opacity: 1; }
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder { color: #999999; }
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder { color: #999999; }
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
/*input[type="text"][readonly],*/
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox { cursor: not-allowed; background-color: #eeeeee; }
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox { height: auto; }

@media screen and (min-width: 768px) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .inputbox { width: auto; }
}

select,
select.form-control,
select.inputbox,
select.input { padding-right: 5px; }
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }
input.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }
selectinput.input-sm { height: 30px; line-height: 30px; }
textareainput.input-sm,
select[multiple]input.input-sm { height: auto; }
input.input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }
selectinput.input-lg { height: 45px; line-height: 45px; }
textareainput.input-lg,
select[multiple]input.input-lg { height: auto; }

@media (min-width: 768px) {
    .form-inline .inputbox,
    .form-inline select,
    .form-inline textarea,
    .form-inline input { display: inline-block; }
}

.control-group { margin-bottom: 10px; }
legend + .control-group { margin-top: 20px; -webkit-margin-top-collapse: separate; }
.form-horizontal .control-group { margin-bottom: 20px; }
.form-horizontal .control-group:before,
.form-horizontal .control-group:after { content: " "; display: table; }
.form-horizontal .control-group:after { clear: both; }
.form-horizontal .control-group:before,
.form-horizontal .control-group:after { content: " "; display: table; }
.form-horizontal .control-group:after { clear: both; }
.form-horizontal .control-group .control-label { display: block; width: 100%; }

@media (min-width: 768px) {
    .form-horizontal .control-group .control-label { display: inline-block; float: left; width: 160px; padding-top: 5px; text-align: right; }
}

.form-horizontal .control-group .controls { margin-left: 180px; }
.form-actions { padding: 20px; margin: 20px 0; background-color: #eeeeee; border-radius: 0; }
.form-actions:before,
.form-actions:after { content: " "; display: table; }
.form-actions:after { clear: both; }
.form-actions:before,
.form-actions:after { content: " "; display: table; }
.form-actions:after { clear: both; }
.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] { padding-left: 5px !important; }
.input-append,
.input-prepend { display: inline-block; margin-bottom: 10px; vertical-align: middle; font-size: 0; white-space: nowrap; }
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover { font-size: 14px; }
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; border-radius: 0 0 0 0; }
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus { z-index: 2; }
.input-append .add-on,
.input-prepend .add-on { display: inline-block; width: auto; height: 34px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; }
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle { vertical-align: top; border-radius: 0; }
.input-append .active,
.input-prepend .active { background-color: #9bd7a8; border-color: #3e9b52; }
.input-prepend .add-on,
.input-prepend .btn { margin-right: -1px; }
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child { border-radius: 0 0 0 0; }
.input-append input,
.input-append select,
.input-append .uneditable-input { border-radius: 0 0 0 0; }
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child { border-radius: 0 0 0 0; }
.input-append .add-on,
.input-append .btn,
.input-append .btn-group { margin-left: -1px; }
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle { border-radius: 0 0 0 0; }
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input { border-radius: 0; }
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn { border-radius: 0 0 0 0; }
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child { margin-right: -1px; border-radius: 0 0 0 0; }
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child { margin-left: -1px; border-radius: 0 0 0 0; }
.input-prepend.input-append .btn-group:first-child { margin-left: 0; }
.btn-large { padding: 10px 16px; font-size: 18px; border-radius: 0; }
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] { margin-top: 4px; }
.btn-small { padding: 5px 10px; font-size: 12px; border-radius: 0; }
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] { margin-top: 0; }
.btn-mini { padding: 2px 4px; font-size: 12px; border-radius: 0; }
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] { margin-top: -1px; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #444444; border: 0; border-bottom: 1px solid #e5e5e5; }
label { display: inline-block; margin-bottom: 5px; font-weight: bold; }
input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }
input[type="file"] { display: block; }
input[type="range"] { display: block; width: 100%; }
select[multiple],
select[size] { height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.428571429; color: #666666; }
.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #666666; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control:-moz-placeholder { color: #999999; }
.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; opacity: 1; }
textarea.form-control { height: auto; }
input[type="date"] { line-height: 34px; }
.form-group { margin-bottom: 15px; }
.radio,
.checkbox { display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; }
.radio label,
.checkbox label { display: inline; font-weight: normal; cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; }
.radio + .radio,
.checkbox + .checkbox { margin-top: -5px; }
.radio-inline,
.checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline { cursor: not-allowed; }
.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }
select.input-sm { height: 30px; line-height: 30px; }
textarea.input-sm,
select[multiple].input-sm { height: auto; }
.input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }
select.input-lg { height: 45px; line-height: 45px; }
textarea.input-lg,
select[multiple].input-lg { height: auto; }
.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }
.has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline { color: #468847; }
.has-success .form-control { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon { color: #468847; border-color: #468847; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #468847; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline { color: #c09853; }
.has-warning .form-control { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon { color: #c09853; border-color: #c09853; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #c09853; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline { color: #b94a48; }
.has-error .form-control { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon { color: #b94a48; border-color: #b94a48; background-color: #f2dede; }
.has-error .form-control-feedback { color: #b94a48; }
.form-control-static { margin-bottom: 0; }
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #677f9a; }

@media (min-width: 768px) {
    .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
    .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
    .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback { top: 0; }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group { margin-left: -20px; margin-right: -20px; }
.form-horizontal .form-control-static { padding-top: 7px; }

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

.form-horizontal .has-feedback .form-control-feedback { top: 0; right: 20px; }
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; border-radius: 0; -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 { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
.btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; }
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; }
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default { background-image: none; }
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; }
.btn-default .badge { color: #ffffff; background-color: #333333; }
.btn-primary { color: #ffffff; background-color: #009240; border-color: #009240; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #009240; border-color: #009240; }
.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: #009240; border-color: #e43725; }
.btn-primary .badge { color: #009240; background-color: #ffffff; }
.btn-success { color: #ffffff; background-color: #3e9b52; border-color: #378948; }
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success { color: #ffffff; background-color: #327e43; border-color: #255d31; }
.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: #3e9b52; border-color: #378948; }
.btn-success .badge { color: #3e9b52; background-color: #ffffff; }
.btn-info { color: #ffffff; background-color: #0099cc; border-color: #0086b3; }
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info { color: #ffffff; background-color: #007aa3; border-color: #005875; }
.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: #0099cc; border-color: #0086b3; }
.btn-info .badge { color: #0099cc; background-color: #ffffff; }
.btn-warning { color: #ffffff; background-color: #ff8800; border-color: #e67a00; }
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #d67200; border-color: #a85a00; }
.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: #ff8800; border-color: #e67a00; }
.btn-warning .badge { color: #ff8800; background-color: #ffffff; }
.btn-danger { color: #ffffff; background-color: #cc0000; border-color: #b30000; }
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #a30000; border-color: #750000; }
.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: #cc0000; border-color: #b30000; }
.btn-danger .badge { color: #cc0000; background-color: #ffffff; }
.btn-link { color: #009240; font-weight: normal; cursor: pointer; border-radius: 0; }
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active { border-color: transparent; }
.btn-link:hover,
.btn-link:focus { color: #313131; 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: 0; }
.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }
.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0; }
.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }
.btn-block + .btn-block { margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }

.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -5px; margin-left: -1px; }
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > .dropdown-menu { border-radius: 0; }
.dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -5px; }
.dropdown-submenu:hover > a:after { border-left-color: #009240; }

.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('glyphicons-halflings-regular.eot'); src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); }
.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before { content: "\2a"; }
.glyphicon-plus:before { content: "\2b"; }
.glyphicon-euro:before { 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; list-style: none; font-size: 14px; background-color: #ffffff; border: 1px solid #ffffff; border-radius: 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #333333; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { text-decoration: none; color: #009240; background-color: #ffffff; }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { color: #009240; text-decoration: none; outline: 0; background-color: #f2f2f2; }
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { color: #999999; }
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }
.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }
.dropdown-menu-right { left: auto; right: 0; }
.dropdown-menu-left { left: 0; right: auto; }
.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #999999; }
.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }
.pull-right > .dropdown-menu { right: 0; left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

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

.btn-group,
.btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn { position: relative; float: left; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active { z-index: 2; }
.btn-group > .btn: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 { margin-left: -5px; }
.btn-toolbar .btn-group,
.btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group { margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }
.btn-group > .btn:first-child { margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.btn-group > .btn-group { float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { outline: 0; }
.btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0; }
.btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }
.btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }
.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }
.btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }
.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }
.btn .caret { margin-left: 0; }
.btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; }
.dropup .btn-lg .caret { border-width: 0 5px 5px; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group > .btn { float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-right-radius: 0; border-top-left-radius: 0; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }
.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn { width: 100%; }
[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-left: 0; padding-right: 0; }
.input-group .form-control { float: left; width: 100%; margin-bottom: 0; }
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; }
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; }
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; }
.input-group-addon,
.input-group-btn,
.input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }
.input-group-addon,
.input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }
.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #666666; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 0; }
.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 0; }
.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 0; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.input-group-addon:first-child { border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.input-group-addon:last-child { border-left: 0; }
.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
.input-group-btn > .btn { position: relative; }
.input-group-btn > .btn + .btn { margin-left: -1px; }
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active { z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group { margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group { margin-left: -1px; }
.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover,
.nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
.nav > li.disabled > a { color: #999999; }
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus { background-color: #eeeeee; border-color: #009240; }
.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: -2px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 0 0 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: #666666; background-color: #f0f2f3; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; }
.nav-tabs.nav-justified { width: 100%; border-bottom: 0; }
.nav-tabs.nav-justified > li { float: none; }
.nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }

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

.nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 0; }
.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: 0 0 0 0; }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #f0f2f3; }
}

.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 0; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { color: #ffffff; background-color: #009240; }
.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }
.nav-justified { width: 100%; }
.nav-justified > li { float: none; }
.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }

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

.nav-tabs-justified { border-bottom: 0; }
.nav-tabs-justified > li > a { margin-right: 0; border-radius: 0; }
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus { border-bottom-color: #f0f2f3; }
}

.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: 55px; margin-bottom: 0; border: 1px solid transparent; }

@media (min-width: 991px) {
    .navbar { border-radius: 0; }
}

@media (min-width: 991px) {
    .navbar-header { float: left; }
}

.navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 20px; padding-left: 20px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
.navbar-collapse.in { overflow-y: auto; }

@media (min-width: 991px) {
    .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
    .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
    .navbar-collapse.in { overflow-y: visible; }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse { margin-right: -20px; margin-left: -20px; }

@media (min-width: 991px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; }
}

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }

@media (min-width: 991px) {
    .navbar-static-top { border-radius: 0; }
}

.navbar-fixed-top,
.navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }

@media (min-width: 991px) {
    .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: 17.5px 20px; font-size: 18px; line-height: 20px; height: 20px; }
.navbar-brand:hover,
.navbar-brand:focus { text-decoration: none; }

@media (min-width: 991px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand { margin-left: -20px; }
}

.navbar-toggle { position: relative; float: right; margin-right: 20px; padding: 9px 10px; margin-top: 10.5px; margin-bottom: 10.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 0; }
.navbar-toggle:focus { outline: none; }
.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: 991px) {
    .navbar-toggle { display: none; }
}

.navbar-nav { margin: 8.75px -20px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }

@media (max-width: 990px) {
    .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: 991px) {
    .navbar-nav { float: left; margin: 0; }
    .navbar-nav > li { float: left; }
    .navbar-nav > li > a { padding-top: 17.5px; padding-bottom: 17.5px; }
    .navbar-nav.navbar-right:last-child { margin-right: -20px; }
}

@media (min-width: 991px) {
    .navbar-left { float: left !important; }
    .navbar-right { float: right !important; }
}

.navbar-form { margin-left: -20px; margin-right: -20px; padding: 10px 20px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 10.5px; margin-bottom: 10.5px; }

@media (min-width: 768px) {
    .navbar-form .inputbox,
    .navbar-form select,
    .navbar-form textarea,
    .navbar-form input { display: inline-block; }
}

@media (min-width: 768px) {
    .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
    .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
    .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback { top: 0; }
}

@media (max-width: 990px) {
    .navbar-form .form-group { margin-bottom: 5px; }
}

@media (min-width: 991px) {
    .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; }
    .navbar-form.navbar-right:last-child { margin-right: -20px; }
}

.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-btn { margin-top: 10.5px; margin-bottom: 10.5px; }
.navbar-btn.btn-sm { margin-top: 12.5px; margin-bottom: 12.5px; }
.navbar-btn.btn-xs { margin-top: 16.5px; margin-bottom: 16.5px; }
.navbar-text { margin-top: 17.5px; margin-bottom: 17.5px; }

@media (min-width: 991px) {
    .navbar-text { float: left; margin-left: 20px; margin-right: 20px; }
    .navbar-text.navbar-right:last-child { margin-right: 0; }
}

.navbar-default { background-color: #f8f8f8; border-color: #ebebeb; }
.navbar-default .navbar-brand { color: #bebebe; }
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { color: #a5a5a5; background-color: transparent; }
.navbar-default .navbar-text { color: #ffffff; }
.navbar-default .navbar-nav > li > a { color: #bebebe; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #ffffff; background-color: #222222; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { color: #ffffff; background-color: #222222; }
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus { color: #ffffff; background-color: #000000; }
.navbar-default .navbar-toggle { border-color: transparent; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent; }
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #ebebeb; }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { background-color: #222222; color: #ffffff; }

@media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #bebebe; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: #222222; }
    .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: #ffffff; background-color: #222222; }
    .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: #ffffff; background-color: #000000; }
}

.navbar-default .navbar-link { color: #bebebe; }
.navbar-default .navbar-link:hover { color: #ffffff; }
.navbar-inverse { background-color: #222222; border-color: #080808; }
.navbar-inverse .navbar-brand { color: #999999; }
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; }
.navbar-inverse .navbar-text { color: #999999; }
.navbar-inverse .navbar-nav > li > a { color: #999999; }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; }
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; }
.navbar-inverse .navbar-toggle { border-color: #333333; }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background-color: #333333; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #ffffff; }

@media (max-width: 990px) {
    .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: #eeeeee; border-radius: 0; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #999999; }
.breadcrumb > .active { color: #999999; }
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 0; }
.pagination > li { display: inline; }
.pagination > li > a,
.pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.428571429; text-decoration: none; color: #009240; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; }
.pagination > li:last-child > a,
.pagination > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #313131; background-color: #eeeeee; border-color: #dddddd; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #009240; border-color: #009240; cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.pagination-sm > li > a,
.pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; }
.pager li { display: inline; }
.pager li > a,
.pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a,
.pager .next > span { float: right; }
.pager .previous > a,
.pager .previous > span { float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span { color: #999999; background-color: #ffffff; cursor: not-allowed; }
.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.label[href]:hover,
.label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; }
.label:empty { display: none; }
.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: #009240; }
.label-primary[href]:hover,
.label-primary[href]:focus { background-color: #d62c1a; }
.label-success { background-color: #3e9b52; }
.label-success[href]:hover,
.label-success[href]:focus { background-color: #2f773f; }
.label-info { background-color: #0099cc; }
.label-info[href]:hover,
.label-info[href]:focus { background-color: #007399; }
.label-warning { background-color: #ff8800; }
.label-warning[href]:hover,
.label-warning[href]:focus { background-color: #cc6d00; }
.label-danger { background-color: #cc0000; }
.label-danger[href]:hover,
.label-danger[href]:focus { background-color: #990000; }
.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 400; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 0; }
.badge:empty { display: none; }
.btn .badge { position: relative; top: -1px; }
.btn-xs .badge { top: 0; padding: 1px 5px; }
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: #009240; background-color: #ffffff; }
.nav-pills > li > a > .badge { margin-left: 3px; }
.jumbotron { padding: 40px; margin-bottom: 40px; color: inherit; background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 { color: inherit; }
.jumbotron p { margin-bottom: 20px; font-size: 21px; font-weight: 200; }
.container .jumbotron { border-radius: 0; }
.jumbotron .container { max-width: 100%; }

@media screen and (min-width: 768px) {
    .jumbotron { padding-top: 64px; padding-bottom: 64px; }
    .container .jumbotron { padding-left: 80px; padding-right: 80px; }
    .jumbotron h1,
    .jumbotron .h1 { font-size: 63px; }
}

.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.428571429; background-color: #f0f2f3; border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active { border-color: #009240; }
.thumbnail .caption { padding: 10px; color: #34404e; }
.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 0; }
.alert h4 { margin-top: 0; color: inherit; }
.alert .alert-link { font-weight: 400; }
.alert > p,
.alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }
.alert-dismissable { padding-right: 35px; }
.alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; }
.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; }
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #356635; }
.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; }
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #2d6987; }
.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #c09853; }
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #a47e3c; }
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #b94a48; }
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link { color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to { background-position: 0 0; }
}

.progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 0; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #009240; -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: #3e9b52; }
.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: #0099cc; }
.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: #ff8800; }
.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: #cc0000; }
.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 { margin-bottom: 20px; padding-left: 0; }
.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; }
.list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.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: #009240; border-color: #009240; }
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: #fdf3f2; }
.list-group-item-success { color: #468847; background-color: #dff0d8; }
a.list-group-item-success { color: #468847; }
a.list-group-item-success .list-group-item-heading { color: inherit; }
a.list-group-item-success:hover,
a.list-group-item-success:focus { color: #468847; background-color: #d0e9c6; }
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus { color: #fff; background-color: #468847; border-color: #468847; }
.list-group-item-info { color: #3a87ad; background-color: #d9edf7; }
a.list-group-item-info { color: #3a87ad; }
a.list-group-item-info .list-group-item-heading { color: inherit; }
a.list-group-item-info:hover,
a.list-group-item-info:focus { color: #3a87ad; background-color: #c4e3f3; }
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus { color: #fff; background-color: #3a87ad; border-color: #3a87ad; }
.list-group-item-warning { color: #c09853; background-color: #fcf8e3; }
a.list-group-item-warning { color: #c09853; }
a.list-group-item-warning .list-group-item-heading { color: inherit; }
a.list-group-item-warning:hover,
a.list-group-item-warning:focus { color: #c09853; background-color: #faf2cc; }
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus { color: #fff; background-color: #c09853; border-color: #c09853; }
.list-group-item-danger { color: #b94a48; background-color: #f2dede; }
a.list-group-item-danger { color: #b94a48; }
a.list-group-item-danger .list-group-item-heading { color: inherit; }
a.list-group-item-danger:hover,
a.list-group-item-danger:focus { color: #b94a48; background-color: #ebcccc; }
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus { color: #fff; background-color: #b94a48; border-color: #b94a48; }
.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }
.list-group-item-text { margin-bottom: 0; line-height: 1.3; }
.panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body { padding: 15px; }
.panel > .list-group { margin-bottom: 0; }
.panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }
.panel > .list-group .list-group-item:first-child { border-top: 0; }
.panel > .list-group .list-group-item:last-child { border-bottom: 0; }
.panel > .list-group:first-child .list-group-item:first-child { border-top-right-radius: -1; border-top-left-radius: -1; }
.panel > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: -1; border-bottom-left-radius: -1; }
.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table { margin-bottom: 0; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: -1; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: -1; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: -1; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered { border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td { border-top: 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 { border: 0; margin-bottom: 0; }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: -1; border-top-left-radius: -1; }
.panel-heading > .dropdown .dropdown-toggle { color: inherit; }
.panel-title { margin-top: 0; margin-bottom: 0; font-size: 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: -1; border-bottom-left-radius: -1; }
.panel-group { margin-bottom: 20px; }
.panel-group .panel { margin-bottom: 0; border-radius: 0; overflow: hidden; }
.panel-group .panel + .panel { margin-top: 5px; }
.panel-group .panel-heading { border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; }
.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; }
.panel-default { border-color: #dddddd; }
.panel-default > .panel-heading { color: #444444; 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: #009240; }
.panel-primary > .panel-heading { color: #ffffff; background-color: #009240; border-color: #009240; }
.panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #009240; }
.panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #009240; }
.panel-success { border-color: #d6e9c6; }
.panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; }
.panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; }
.panel-info { border-color: #bce8f1; }
.panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; }
.panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; }
.panel-warning { border-color: #faebcc; }
.panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; }
.panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; }
.panel-danger { border-color: #ebccd1; }
.panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; }
.panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; }
.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); }
.well-lg { padding: 24px; border-radius: 0; }
.well-sm { padding: 9px; border-radius: 0; }
.close { float: right; font-size: 21px; font-weight: 400; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); }
.close:hover,
.close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }
button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
.modal-open { overflow: hidden; }
.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }
.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); 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; 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: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }
.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }
.modal-header { padding: 20px; border-bottom: 1px solid #e5e5e5; min-height: 21.428571429px; }
.modal-header .close { margin-top: -2px; }
.modal-title { margin: 0; line-height: 1.428571429; }
.modal-body { position: relative; padding: 20px; }
.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0; }

@media (min-width: 768px) {
    .modal-dialog { width: 600px; margin: 30px auto; }
    .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .modal-sm { width: 300px; }
    .modal-lg { width: 900px; }
}

.tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); }
.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
.tooltip.top { margin-top: -3px; padding: 5px 0; }
.tooltip.right { margin-left: 3px; padding: 0 5px; }
.tooltip.bottom { margin-top: 3px; padding: 5px 0; }
.tooltip.left { margin-left: -3px; padding: 0 5px; }
.tooltip-inner { max-width: 350px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 0; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; }
.tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000000; }
.tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000000; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
.tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
.tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
.popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
.popover.top { margin-top: -10px; }
.popover.right { margin-left: 10px; }
.popover.bottom { margin-top: 10px; }
.popover.left { margin-left: -10px; }
.popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }
.popover-content { padding: 9px 14px; }
.popover .arrow,
.popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }
.popover .arrow { border-width: 11px; }
.popover .arrow:after { border-width: 10px; content: ""; }
.popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }
.popover.top .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; }
.popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; }
.popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }
.popover.bottom .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; }
.popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; }
.carousel { position: relative; }
.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }
.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 40px; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: none; }
.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 { left: auto; right: 0; 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 { outline: none; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left { left: 50%; }
.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%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; }
.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: none; }
.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 { left: 20%; right: 20%; padding-bottom: 30px; }
    .carousel-indicators { bottom: 20px; }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after { content: " "; display: table; }
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after { clear: both; }
.center-block { display: block; margin-left: auto !important; margin-right: auto !important; }
.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; }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm { display: none !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; }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md { display: none !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; }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg { display: none !important; }

@media (min-width: 1200px) {
    .visible-lg { display: block !important; }
    table.visible-lg { display: table; }
    tr.visible-lg { display: table-row !important; }
    th.visible-lg,
    td.visible-lg { display: table-cell !important; }
}

@media (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-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.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-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; }
}

@media print {
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print { display: none !important; }
}
/*! jQuery UI - v1.10.4 - 2014-12-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%23F7F7F7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23F7F7F7&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */.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-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.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:49%}.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}.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}.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}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}#webpagetheme .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}#webpagetheme .ui-widget .ui-widget{font-size:1em}#webpagetheme .ui-widget input,#webpagetheme .ui-widget select,#webpagetheme .ui-widget textarea,#webpagetheme .ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}#webpagetheme .ui-widget-content{border:1px solid #aaa;background:#fff url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}#webpagetheme .ui-widget-content a{color:#222}#webpagetheme .ui-widget-header{border:1px solid #aaa;background:#F7F7F7 url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_highlight-soft_100_F7F7F7_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}#webpagetheme .ui-widget-header a{color:#222}#webpagetheme .ui-state-default,#webpagetheme .ui-widget-content .ui-state-default,#webpagetheme .ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#F7F7F7;font-weight:normal;color:#555}#webpagetheme .ui-state-default a,#webpagetheme .ui-state-default a:link,#webpagetheme .ui-state-default a:visited{color:#555;text-decoration:none}#webpagetheme .ui-state-hover,#webpagetheme .ui-widget-content .ui-state-hover,#webpagetheme .ui-widget-header .ui-state-hover,#webpagetheme .ui-state-focus,#webpagetheme .ui-widget-content .ui-state-focus,#webpagetheme .ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada;font-weight:normal;color:#212121}#webpagetheme .ui-state-hover a,#webpagetheme .ui-state-hover a:hover,#webpagetheme .ui-state-hover a:link,#webpagetheme .ui-state-hover a:visited,#webpagetheme .ui-state-focus a,#webpagetheme .ui-state-focus a:hover,#webpagetheme .ui-state-focus a:link,#webpagetheme .ui-state-focus a:visited{color:#212121;text-decoration:none}#webpagetheme .ui-state-active,#webpagetheme .ui-widget-content .ui-state-active,#webpagetheme .ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}#webpagetheme .ui-state-active a,#webpagetheme .ui-state-active a:link,#webpagetheme .ui-state-active a:visited{color:#212121;text-decoration:none}#webpagetheme .ui-state-highlight,#webpagetheme .ui-widget-content .ui-state-highlight,#webpagetheme .ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}#webpagetheme .ui-state-highlight a,#webpagetheme .ui-widget-content .ui-state-highlight a,#webpagetheme .ui-widget-header .ui-state-highlight a{color:#363636}#webpagetheme .ui-state-error,#webpagetheme .ui-widget-content .ui-state-error,#webpagetheme .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}#webpagetheme .ui-state-error a,#webpagetheme .ui-widget-content .ui-state-error a,#webpagetheme .ui-widget-header .ui-state-error a{color:#cd0a0a}#webpagetheme .ui-state-error-text,#webpagetheme .ui-widget-content .ui-state-error-text,#webpagetheme .ui-widget-header .ui-state-error-text{color:#cd0a0a}#webpagetheme .ui-priority-primary,#webpagetheme .ui-widget-content .ui-priority-primary,#webpagetheme .ui-widget-header .ui-priority-primary{font-weight:bold}#webpagetheme .ui-priority-secondary,#webpagetheme .ui-widget-content .ui-priority-secondary,#webpagetheme .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}#webpagetheme .ui-state-disabled,#webpagetheme .ui-widget-content .ui-state-disabled,#webpagetheme .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}#webpagetheme .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}#webpagetheme .ui-icon{width:16px;height:16px}#webpagetheme .ui-icon,#webpagetheme .ui-widget-content .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_222222_256x240.png")}#webpagetheme .ui-widget-header .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_222222_256x240.png")}#webpagetheme .ui-state-default .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_888888_256x240.png")}#webpagetheme .ui-state-hover .ui-icon,#webpagetheme .ui-state-focus .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_454545_256x240.png")}#webpagetheme .ui-state-active .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_454545_256x240.png")}#webpagetheme .ui-state-highlight .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_2e83ff_256x240.png")}#webpagetheme .ui-state-error .ui-icon,#webpagetheme .ui-state-error-text .ui-icon{background-image:url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-icons_cd0a0a_256x240.png")}#webpagetheme .ui-icon-blank{background-position:16px 16px}#webpagetheme .ui-icon-carat-1-n{background-position:0 0}#webpagetheme .ui-icon-carat-1-ne{background-position:-16px 0}#webpagetheme .ui-icon-carat-1-e{background-position:-32px 0}#webpagetheme .ui-icon-carat-1-se{background-position:-48px 0}#webpagetheme .ui-icon-carat-1-s{background-position:-64px 0}#webpagetheme .ui-icon-carat-1-sw{background-position:-80px 0}#webpagetheme .ui-icon-carat-1-w{background-position:-96px 0}#webpagetheme .ui-icon-carat-1-nw{background-position:-112px 0}#webpagetheme .ui-icon-carat-2-n-s{background-position:-128px 0}#webpagetheme .ui-icon-carat-2-e-w{background-position:-144px 0}#webpagetheme .ui-icon-triangle-1-n{background-position:0 -16px}#webpagetheme .ui-icon-triangle-1-ne{background-position:-16px -16px}#webpagetheme .ui-icon-triangle-1-e{background-position:-32px -16px}#webpagetheme .ui-icon-triangle-1-se{background-position:-48px -16px}#webpagetheme .ui-icon-triangle-1-s{background-position:-64px -16px}#webpagetheme .ui-icon-triangle-1-sw{background-position:-80px -16px}#webpagetheme .ui-icon-triangle-1-w{background-position:-96px -16px}#webpagetheme .ui-icon-triangle-1-nw{background-position:-112px -16px}#webpagetheme .ui-icon-triangle-2-n-s{background-position:-128px -16px}#webpagetheme .ui-icon-triangle-2-e-w{background-position:-144px -16px}#webpagetheme .ui-icon-arrow-1-n{background-position:0 -32px}#webpagetheme .ui-icon-arrow-1-ne{background-position:-16px -32px}#webpagetheme .ui-icon-arrow-1-e{background-position:-32px -32px}#webpagetheme .ui-icon-arrow-1-se{background-position:-48px -32px}#webpagetheme .ui-icon-arrow-1-s{background-position:-64px -32px}#webpagetheme .ui-icon-arrow-1-sw{background-position:-80px -32px}#webpagetheme .ui-icon-arrow-1-w{background-position:-96px -32px}#webpagetheme .ui-icon-arrow-1-nw{background-position:-112px -32px}#webpagetheme .ui-icon-arrow-2-n-s{background-position:-128px -32px}#webpagetheme .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}#webpagetheme .ui-icon-arrow-2-e-w{background-position:-160px -32px}#webpagetheme .ui-icon-arrow-2-se-nw{background-position:-176px -32px}#webpagetheme .ui-icon-arrowstop-1-n{background-position:-192px -32px}#webpagetheme .ui-icon-arrowstop-1-e{background-position:-208px -32px}#webpagetheme .ui-icon-arrowstop-1-s{background-position:-224px -32px}#webpagetheme .ui-icon-arrowstop-1-w{background-position:-240px -32px}#webpagetheme .ui-icon-arrowthick-1-n{background-position:0 -48px}#webpagetheme .ui-icon-arrowthick-1-ne{background-position:-16px -48px}#webpagetheme .ui-icon-arrowthick-1-e{background-position:-32px -48px}#webpagetheme .ui-icon-arrowthick-1-se{background-position:-48px -48px}#webpagetheme .ui-icon-arrowthick-1-s{background-position:-64px -48px}#webpagetheme .ui-icon-arrowthick-1-sw{background-position:-80px -48px}#webpagetheme .ui-icon-arrowthick-1-w{background-position:-96px -48px}#webpagetheme .ui-icon-arrowthick-1-nw{background-position:-112px -48px}#webpagetheme .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}#webpagetheme .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}#webpagetheme .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}#webpagetheme .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}#webpagetheme .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}#webpagetheme .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}#webpagetheme .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}#webpagetheme .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}#webpagetheme .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}#webpagetheme .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}#webpagetheme .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}#webpagetheme .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}#webpagetheme .ui-icon-arrowreturn-1-w{background-position:-64px -64px}#webpagetheme .ui-icon-arrowreturn-1-n{background-position:-80px -64px}#webpagetheme .ui-icon-arrowreturn-1-e{background-position:-96px -64px}#webpagetheme .ui-icon-arrowreturn-1-s{background-position:-112px -64px}#webpagetheme .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}#webpagetheme .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}#webpagetheme .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}#webpagetheme .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}#webpagetheme .ui-icon-arrow-4{background-position:0 -80px}#webpagetheme .ui-icon-arrow-4-diag{background-position:-16px -80px}#webpagetheme .ui-icon-extlink{background-position:-32px -80px}#webpagetheme .ui-icon-newwin{background-position:-48px -80px}#webpagetheme .ui-icon-refresh{background-position:-64px -80px}#webpagetheme .ui-icon-shuffle{background-position:-80px -80px}#webpagetheme .ui-icon-transfer-e-w{background-position:-96px -80px}#webpagetheme .ui-icon-transferthick-e-w{background-position:-112px -80px}#webpagetheme .ui-icon-folder-collapsed{background-position:0 -96px}#webpagetheme .ui-icon-folder-open{background-position:-16px -96px}#webpagetheme .ui-icon-document{background-position:-32px -96px}#webpagetheme .ui-icon-document-b{background-position:-48px -96px}#webpagetheme .ui-icon-note{background-position:-64px -96px}#webpagetheme .ui-icon-mail-closed{background-position:-80px -96px}#webpagetheme .ui-icon-mail-open{background-position:-96px -96px}#webpagetheme .ui-icon-suitcase{background-position:-112px -96px}#webpagetheme .ui-icon-comment{background-position:-128px -96px}#webpagetheme .ui-icon-person{background-position:-144px -96px}#webpagetheme .ui-icon-print{background-position:-160px -96px}#webpagetheme .ui-icon-trash{background-position:-176px -96px}#webpagetheme .ui-icon-locked{background-position:-192px -96px}#webpagetheme .ui-icon-unlocked{background-position:-208px -96px}#webpagetheme .ui-icon-bookmark{background-position:-224px -96px}#webpagetheme .ui-icon-tag{background-position:-240px -96px}#webpagetheme .ui-icon-home{background-position:0 -112px}#webpagetheme .ui-icon-flag{background-position:-16px -112px}#webpagetheme .ui-icon-calendar{background-position:-32px -112px}#webpagetheme .ui-icon-cart{background-position:-48px -112px}#webpagetheme .ui-icon-pencil{background-position:-64px -112px}#webpagetheme .ui-icon-clock{background-position:-80px -112px}#webpagetheme .ui-icon-disk{background-position:-96px -112px}#webpagetheme .ui-icon-calculator{background-position:-112px -112px}#webpagetheme .ui-icon-zoomin{background-position:-128px -112px}#webpagetheme .ui-icon-zoomout{background-position:-144px -112px}#webpagetheme .ui-icon-search{background-position:-160px -112px}#webpagetheme .ui-icon-wrench{background-position:-176px -112px}#webpagetheme .ui-icon-gear{background-position:-192px -112px}#webpagetheme .ui-icon-heart{background-position:-208px -112px}#webpagetheme .ui-icon-star{background-position:-224px -112px}#webpagetheme .ui-icon-link{background-position:-240px -112px}#webpagetheme .ui-icon-cancel{background-position:0 -128px}#webpagetheme .ui-icon-plus{background-position:-16px -128px}#webpagetheme .ui-icon-plusthick{background-position:-32px -128px}#webpagetheme .ui-icon-minus{background-position:-48px -128px}#webpagetheme .ui-icon-minusthick{background-position:-64px -128px}#webpagetheme .ui-icon-close{background-position:-80px -128px}#webpagetheme .ui-icon-closethick{background-position:-96px -128px}#webpagetheme .ui-icon-key{background-position:-112px -128px}#webpagetheme .ui-icon-lightbulb{background-position:-128px -128px}#webpagetheme .ui-icon-scissors{background-position:-144px -128px}#webpagetheme .ui-icon-clipboard{background-position:-160px -128px}#webpagetheme .ui-icon-copy{background-position:-176px -128px}#webpagetheme .ui-icon-contact{background-position:-192px -128px}#webpagetheme .ui-icon-image{background-position:-208px -128px}#webpagetheme .ui-icon-video{background-position:-224px -128px}#webpagetheme .ui-icon-script{background-position:-240px -128px}#webpagetheme .ui-icon-alert{background-position:0 -144px}#webpagetheme .ui-icon-info{background-position:-16px -144px}#webpagetheme .ui-icon-notice{background-position:-32px -144px}#webpagetheme .ui-icon-help{background-position:-48px -144px}#webpagetheme .ui-icon-check{background-position:-64px -144px}#webpagetheme .ui-icon-bullet{background-position:-80px -144px}#webpagetheme .ui-icon-radio-on{background-position:-96px -144px}#webpagetheme .ui-icon-radio-off{background-position:-112px -144px}#webpagetheme .ui-icon-pin-w{background-position:-128px -144px}#webpagetheme .ui-icon-pin-s{background-position:-144px -144px}#webpagetheme .ui-icon-play{background-position:0 -160px}#webpagetheme .ui-icon-pause{background-position:-16px -160px}#webpagetheme .ui-icon-seek-next{background-position:-32px -160px}#webpagetheme .ui-icon-seek-prev{background-position:-48px -160px}#webpagetheme .ui-icon-seek-end{background-position:-64px -160px}#webpagetheme .ui-icon-seek-start{background-position:-80px -160px}#webpagetheme .ui-icon-seek-first{background-position:-80px -160px}#webpagetheme .ui-icon-stop{background-position:-96px -160px}#webpagetheme .ui-icon-eject{background-position:-112px -160px}#webpagetheme .ui-icon-volume-off{background-position:-128px -160px}#webpagetheme .ui-icon-volume-on{background-position:-144px -160px}#webpagetheme .ui-icon-power{background-position:0 -176px}#webpagetheme .ui-icon-signal-diag{background-position:-16px -176px}#webpagetheme .ui-icon-signal{background-position:-32px -176px}#webpagetheme .ui-icon-battery-0{background-position:-48px -176px}#webpagetheme .ui-icon-battery-1{background-position:-64px -176px}#webpagetheme .ui-icon-battery-2{background-position:-80px -176px}#webpagetheme .ui-icon-battery-3{background-position:-96px -176px}#webpagetheme .ui-icon-circle-plus{background-position:0 -192px}#webpagetheme .ui-icon-circle-minus{background-position:-16px -192px}#webpagetheme .ui-icon-circle-close{background-position:-32px -192px}#webpagetheme .ui-icon-circle-triangle-e{background-position:-48px -192px}#webpagetheme .ui-icon-circle-triangle-s{background-position:-64px -192px}#webpagetheme .ui-icon-circle-triangle-w{background-position:-80px -192px}#webpagetheme .ui-icon-circle-triangle-n{background-position:-96px -192px}#webpagetheme .ui-icon-circle-arrow-e{background-position:-112px -192px}#webpagetheme .ui-icon-circle-arrow-s{background-position:-128px -192px}#webpagetheme .ui-icon-circle-arrow-w{background-position:-144px -192px}#webpagetheme .ui-icon-circle-arrow-n{background-position:-160px -192px}#webpagetheme .ui-icon-circle-zoomin{background-position:-176px -192px}#webpagetheme .ui-icon-circle-zoomout{background-position:-192px -192px}#webpagetheme .ui-icon-circle-check{background-position:-208px -192px}#webpagetheme .ui-icon-circlesmall-plus{background-position:0 -208px}#webpagetheme .ui-icon-circlesmall-minus{background-position:-16px -208px}#webpagetheme .ui-icon-circlesmall-close{background-position:-32px -208px}#webpagetheme .ui-icon-squaresmall-plus{background-position:-48px -208px}#webpagetheme .ui-icon-squaresmall-minus{background-position:-64px -208px}#webpagetheme .ui-icon-squaresmall-close{background-position:-80px -208px}#webpagetheme .ui-icon-grip-dotted-vertical{background-position:0 -224px}#webpagetheme .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}#webpagetheme .ui-icon-grip-solid-vertical{background-position:-32px -224px}#webpagetheme .ui-icon-grip-solid-horizontal{background-position:-48px -224px}#webpagetheme .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}#webpagetheme .ui-icon-grip-diagonal-se{background-position:-80px -224px}#webpagetheme .ui-corner-all,#webpagetheme .ui-corner-top,#webpagetheme .ui-corner-left,#webpagetheme .ui-corner-tl{border-top-left-radius:0}#webpagetheme .ui-corner-all,#webpagetheme .ui-corner-top,#webpagetheme .ui-corner-right,#webpagetheme .ui-corner-tr{border-top-right-radius:0}#webpagetheme .ui-corner-all,#webpagetheme .ui-corner-bottom,#webpagetheme .ui-corner-left,#webpagetheme .ui-corner-bl{border-bottom-left-radius:0}#webpagetheme .ui-corner-all,#webpagetheme .ui-corner-bottom,#webpagetheme .ui-corner-right,#webpagetheme .ui-corner-br{border-bottom-right-radius:0}#webpagetheme .ui-widget-overlay{background:#aaa url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}#webpagetheme .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("http://www.tisa-domzale.si/images/webpagetheme/timberdefault/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}*{margin:0;padding:0}html{margin:0;padding:0;overflow:scroll}img{border:0}.clear-all{clear:both;margin:0;padding:0;line-height:0;height:0;font-size:0}.clear-all-zero{clear:both;margin:0;padding:0;line-height:0;font-size:0}.spacer1{height:1px;clear:both;margin:0;padding:0}.spacer3{height:3px;clear:both;margin:0;padding:0}.spacer5{height:5px;clear:both;margin:0;padding:0}.spacer7{height:7px;clear:both;margin:0;padding:0}.spacer8{height:8px;clear:both;margin:0;padding:0}.spacer12{height:12px;clear:both;margin:0;padding:0}.spacer13{height:13px;clear:both;margin:0;padding:0}.spacer10{height:10px;clear:both;margin:0;padding:0}.spacer14{height:14px;clear:both;margin:0;padding:0}.spacer15{height:15px;clear:both;margin:0;padding:0}.spacer16{height:16px;clear:both;margin:0;padding:0}.spacer18{height:18px;clear:both;margin:0;padding:0}.spacer20{height:20px;clear:both;margin:0;padding:0}.spacer21{height:21px;clear:both;margin:0;padding:0}.spacer25{height:25px;clear:both;margin:0;padding:0}.spacer26{height:26px;clear:both;margin:0;padding:0}.spacer30{height:30px;clear:both;margin:0;padding:0}.spacer37{height:37px;clear:both;margin:0;padding:0}.spacer40{height:40px;clear:both;margin:0;padding:0}.spacer80{height:80px;clear:both;margin:0;padding:0}.spacer45{height:45px;clear:both;margin:0;padding:0}.spacer100{height:100px;clear:both;margin:0;padding:0}.spacer170{height:170px;clear:both;margin:0;padding:0}.left{float:left}.right{float:right}.absolute{position:absolute}.relative{position:relative}.displayblock{display:block!important}.displaynone{display:none}.bold{font-weight:bold}.italic{font-style:italic}.underlinenone{text-decoration:none}.positionabsolute{position:absolute}.textdecorationnone{text-decoration:none}.hidden{display:none}.textcenter{text-align:center!important}.textright{text-align:right}.textleft{text-align:left}.margintop5{margin-top:5px}.margintop10{margin-top:10px}.margintop15{margin-top:15px}.marginright10{margin-right:10px}.marginleft10{margin-left:10px}.paddingleft10{padding-left:10px}.paddingleft15{padding-left:15px}.paddingleft28{padding-left:28px}.paddingright15{padding-right:15px}.marginright7{margin-right:7px}.pointer{cursor:pointer}.aligncenter{text-align:center}.none{display:none}.nowrap{white-space:nowrap}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;src:local('Roboto Condensed Light'),local('RobotoCondensed-Light'),url(fonts/Roboto_Condensed_Light.woff) format('woff')}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:local('Roboto Condensed Regular'),local('RobotoCondensed-Regular'),url(fonts/Roboto_Condensed_Regular.woff) format('woff')}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;src:local('Roboto Condensed Bold'),local('RobotoCondensed-Bold'),url(fonts/Roboto_Condensed_Bold.woff) format('woff')}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;src:local('Roboto Condensed Light Italic'),local('RobotoCondensed-LightItalic'),url(fonts/Roboto_Condensed_Light_Italic.woff) format('woff')}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;src:local('Roboto Condensed Italic'),local('RobotoCondensed-Italic'),url(fonts/Roboto_Condensed_Italic.woff) format('woff')}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;src:local('Roboto Condensed Bold Italic'),local('RobotoCondensed-BoldItalic'),url(fonts/Roboto_Condensed_Bold_Italic) format('woff')}@font-face{font-family:'Exo';font-style:normal;font-weight:300;src:local('Exo Light'),local('Exo-Light'),url(fonts/exo-light.woff) format('woff')}@font-face{font-family:'Exo';font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(fonts/exo-regular.woff) format('woff')}@font-face{font-family:'Exo';font-style:normal;font-weight:700;src:local('Exo Bold'),local('Exo-Bold'),url(fonts/exo-bold.woff) format('woff')}@font-face{font-family:'Exo';font-style:italic;font-weight:300;src:local('Exo Light Italic'),local('Exo-LightItalic'),url(fonts/exo-lightitalic.woff) format('woff')}@font-face{font-family:'Exo';font-style:italic;font-weight:400;src:local('Exo Italic'),local('Exo-Italic'),url(fonts/exo-italic.woff) format('woff')}@font-face{font-family:'Exo';font-style:italic;font-weight:700;src:local('Exo Bold Italic'),local('Exo-BoldItalic'),url(fonts/exo-bolditalic.woff) format('woff')}@media (max-width: 991px) {
    #webpagetheme .always-show .mega > .mega-dropdown-menu,
    #webpagetheme .always-show .dropdown-menu { display: block !important; position: static; }
    #webpagetheme .open .dropdown-menu { display: block; }
}

#webpagetheme .t3-logo,
#webpagetheme .t3-logo-small { display: block; text-decoration: none; text-align: left; background-repeat: no-repeat; background-position: center; }
#webpagetheme .t3-logo { width: 182px; height: 50px; }
#webpagetheme .t3-logo-small { width: 60px; height: 30px; }
#webpagetheme .t3-logo,
#webpagetheme .t3-logo-color { background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png"); }
#webpagetheme .t3-logo-small,
#webpagetheme .t3-logo-small.t3-logo-color { background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png"); }
#webpagetheme .t3-logo-dark { background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png"); }
#webpagetheme .t3-logo-small.t3-logo-dark { background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png"); }
#webpagetheme .t3-logo-light { background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png"); }
#webpagetheme .t3-logo-small.t3-logo-light { background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png"); }
#webpagetheme #community-wrap .collapse { position: relative; height: 0; overflow: hidden; display: block; }

#webpagetheme input,
#webpagetheme button,
#webpagetheme select,
#webpagetheme textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
#webpagetheme a { color: #00564d; text-decoration: none; -webkit-transition: all 0.2s; transition: all 0.2s; }
#webpagetheme a:hover,
#webpagetheme a:focus { color: #313131; text-decoration: underline; }
#webpagetheme a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
#webpagetheme img { vertical-align: middle; }
#webpagetheme th,
#webpagetheme td { line-height: 1.428571429; text-align: left; vertical-align: top; }
#webpagetheme th { font-weight: bold; }
#webpagetheme td,
#webpagetheme tr td { border-top: 1px solid #dddddd; }
#webpagetheme .cat-list-row0:hover,
#webpagetheme .cat-list-row1:hover { background: #f5f5f5; }
#webpagetheme .cat-list-row1,
#webpagetheme tr.cat-list-row1 td { background: #f9f9f9; }
#webpagetheme table.contentpane,
#webpagetheme table.tablelist,
#webpagetheme table.category,
#webpagetheme table.admintable,
#webpagetheme table.blog { width: 100%; }
#webpagetheme table.contentpaneopen { border: 0; }
#webpagetheme .star { color: #DF2E1B; }
#webpagetheme .red { color: #cc0000; }
#webpagetheme hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; }
#webpagetheme .wrap { width: auto; clear: both; }
#webpagetheme .center,
#webpagetheme .table td.center,
#webpagetheme .table th.center { text-align: center; }
#webpagetheme .element-invisible { position: absolute; padding: 0; margin: 0; border: 0; height: 1px; width: 1px; overflow: hidden; }

#webpagetheme body { font-weight: 300; }
#webpagetheme p { margin: 0 0 10px; font-weight: 300; }
#webpagetheme a:active,
#webpagetheme a:focus { outline: none; }
#webpagetheme a:hover { text-decoration: none; }
#webpagetheme strong { font-weight: 400; }
#webpagetheme .lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; }

@media (min-width: 992px) {
    #webpagetheme .lead { font-size: 18px; }
}

#webpagetheme small,
#webpagetheme .small { font-size: 85%; }
#webpagetheme cite { font-style: normal; }
#webpagetheme .text-muted { color: #999999; }
#webpagetheme .text-primary { color: #00564d; }
#webpagetheme .text-warning { color: #c09853; }
#webpagetheme .text-danger { color: #b94a48; }
#webpagetheme .text-success { color: #468847; }
#webpagetheme .text-info { color: #3a87ad; }
#webpagetheme .text-left { text-align: left; }
#webpagetheme .text-right { text-align: right; }
#webpagetheme .text-center { text-align: center; }
#webpagetheme .text-justify { text-align: justify; }
#webpagetheme .text-center .item-image img { margin: 0 auto; }
#webpagetheme .inline { display: inline-block; }
#webpagetheme .inline + .inline { margin-left: 20px; }
#webpagetheme .highlight { background-color: #FFC; font-weight: bold; padding: 1px 4px; }
#webpagetheme h1,
#webpagetheme h2,
#webpagetheme h3,
#webpagetheme h4,
#webpagetheme h5,
#webpagetheme h6,
#webpagetheme .h1,
#webpagetheme .h2,
#webpagetheme .h3,
#webpagetheme .h4,
#webpagetheme .h5,
#webpagetheme .h6 { color: inherit; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-weight: 400; line-height: 1.1; }
#webpagetheme h1 small,
#webpagetheme h2 small,
#webpagetheme h3 small,
#webpagetheme h4 small,
#webpagetheme h5 small,
#webpagetheme h6 small,
#webpagetheme .h1 small,
#webpagetheme .h2 small,
#webpagetheme .h3 small,
#webpagetheme .h4 small,
#webpagetheme .h5 small,
#webpagetheme .h6 small { font-weight: normal; line-height: 1; color: #999999; }
#webpagetheme h2 { text-transform: uppercase; }
#webpagetheme h1,
#webpagetheme h2,
#webpagetheme h3 { margin-top: 20px; margin-bottom: 10px; }
#webpagetheme h4 { margin-top: 0px; margin-bottom: 10px; }
#webpagetheme h5,
#webpagetheme h6 { margin-top: 10px; margin-bottom: 10px; }
#webpagetheme h1,
#webpagetheme .h1 { font-size: 35px; }
#webpagetheme h2,
#webpagetheme .h2 { font-size: 23px; }
#webpagetheme h3,
#webpagetheme .h3 { font-size: 19px; }
#webpagetheme h4,
#webpagetheme .h4 { font-size: 16px; }
#webpagetheme h5,
#webpagetheme .h5 { font-size: 14px; }
#webpagetheme h6,
#webpagetheme .h6 { font-size: 12px; }
#webpagetheme h1 small,
#webpagetheme .h1 small { font-size: 24px; }
#webpagetheme h2 small,
#webpagetheme .h2 small { font-size: 18px; }
#webpagetheme h3 small,
#webpagetheme .h3 small,
#webpagetheme h4 small,
#webpagetheme .h4 small { font-size: 14px; }
#webpagetheme ul,
#webpagetheme ol { margin-top: 0; margin-bottom: 10px; }
#webpagetheme ul ul,
#webpagetheme ol ul,
#webpagetheme ul ol,
#webpagetheme ol ol { margin-bottom: 0; }
#webpagetheme .list-unstyled { padding-left: 0; list-style: none; }
#webpagetheme .list-inline { padding-left: 0; list-style: none; }
#webpagetheme .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
#webpagetheme .order-list { margin: 0 !important; }
#webpagetheme .order-list li { list-style: none; }
#webpagetheme .order-list li::before { font-family: FontAwesome; color: #f29f97; content: "\f058"; margin-right: 10px; font-size: 24px; float: left; }
#webpagetheme .order-list strong { display: block; }
#webpagetheme .order-list p { margin-left: 30px; }
#webpagetheme dl { margin-bottom: 20px; }
#webpagetheme dt,
#webpagetheme dd { line-height: 1.428571429; }
#webpagetheme dt { font-weight: bold; }
#webpagetheme dd { margin-left: 0; }

@media (min-width: 991px) {
    #webpagetheme .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    #webpagetheme .dl-horizontal dd { margin-left: 180px; }
    #webpagetheme .dl-horizontal dd:before,
    #webpagetheme .dl-horizontal dd:after { content: " "; display: table; }
    #webpagetheme .dl-horizontal dd:after { clear: both; }
}

#webpagetheme abbr[title],
#webpagetheme abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; }
#webpagetheme abbr.initialism { font-size: 90%; text-transform: uppercase; }
#webpagetheme blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; }
#webpagetheme blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.5; }
#webpagetheme blockquote p:last-child { margin-bottom: 0; }
#webpagetheme blockquote small { display: block; line-height: 1.428571429; color: #999999; }
#webpagetheme blockquote small:before { content: '\2014 \00A0'; }
#webpagetheme blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; }
#webpagetheme blockquote.pull-right p,
#webpagetheme blockquote.pull-right small { text-align: right; }
#webpagetheme blockquote.pull-right small:before { content: ''; }
#webpagetheme blockquote.pull-right small:after { content: '\00A0 \2014'; }
#webpagetheme q:before,
#webpagetheme q:after,
#webpagetheme blockquote:before,
#webpagetheme blockquote:after { content: ""; }
#webpagetheme address { display: block; margin-bottom: 20px; font-style: normal; line-height: 1.428571429; }
#webpagetheme code,
#webpagetheme kbd,
#webpagetheme pre,
#webpagetheme samp { font-family: Consolas, Monaco, "Courier New", monospace; }
#webpagetheme legend { padding-bottom: 10px; font-weight: 400; text-transform: uppercase; }
#webpagetheme label { font-weight: 300; }
#webpagetheme .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
#webpagetheme .form-control:-moz-placeholder { color: #999999; }
#webpagetheme .form-control::-moz-placeholder { color: #999999; opacity: 1; }
#webpagetheme .form-control:-ms-input-placeholder { color: #999999; }
#webpagetheme .form-control::-webkit-input-placeholder { color: #999999; }
#webpagetheme textarea.form-control { height: auto; }
#webpagetheme .form-group { margin-bottom: 20px; }
#webpagetheme .radio label,
#webpagetheme .checkbox label { display: inline; }
#webpagetheme .form-control-static { margin-bottom: 0; }

@media (min-width: 768px) {
    #webpagetheme .form-inline .form-group { display: inline-block; }
    #webpagetheme .form-inline .form-control { display: inline-block; }
    #webpagetheme .form-inline .radio input[type="radio"],
    #webpagetheme .form-inline .checkbox input[type="checkbox"] { float: none; }
}

#webpagetheme .form-horizontal .control-label,
#webpagetheme .form-horizontal .radio,
#webpagetheme .form-horizontal .checkbox,
#webpagetheme .form-horizontal .radio-inline,
#webpagetheme .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
#webpagetheme .form-horizontal .form-control-static { padding-top: 7px; }
#webpagetheme .btn-inverse { color: #ffffff; background-color: #444444; border-color: #373737; }
#webpagetheme .btn-inverse:hover,
#webpagetheme .btn-inverse:focus,
#webpagetheme .btn-inverse:active,
#webpagetheme .btn-inverse.active,
#webpagetheme .open .dropdown-toggle.btn-inverse { color: #ffffff; background-color: #303030; border-color: #191919; }
#webpagetheme .btn-inverse:active,
#webpagetheme .btn-inverse.active,
#webpagetheme .open .dropdown-toggle.btn-inverse { background-image: none; }
#webpagetheme .btn-inverse.disabled,
#webpagetheme .btn-inverse[disabled],
#webpagetheme fieldset[disabled] .btn-inverse,
#webpagetheme .btn-inverse.disabled:hover,
#webpagetheme .btn-inverse[disabled]:hover,
#webpagetheme fieldset[disabled] .btn-inverse:hover,
#webpagetheme .btn-inverse.disabled:focus,
#webpagetheme .btn-inverse[disabled]:focus,
#webpagetheme fieldset[disabled] .btn-inverse:focus,
#webpagetheme .btn-inverse.disabled:active,
#webpagetheme .btn-inverse[disabled]:active,
#webpagetheme fieldset[disabled] .btn-inverse:active,
#webpagetheme .btn-inverse.disabled.active,
#webpagetheme .btn-inverse[disabled].active,
#webpagetheme fieldset[disabled] .btn-inverse.active { background-color: #444444; border-color: #373737; }
#webpagetheme .btn-inverse .badge { color: #444444; background-color: #ffffff; }
#webpagetheme .btn-block + .btn-block { margin-top: 5px; }
#webpagetheme .btn-actions .btn-lg { font-size: 18px; padding: 10px 20px; border-radius: 20px; }
#webpagetheme .btn-actions .btn + .btn { margin-left: 20px; }

@media screen and (min-width: 768px) {
    #webpagetheme .btn-actions .btn-lg { font-size: 19px; padding: 10px 30px; border-radius: 30px; }
}

#webpagetheme select,
#webpagetheme textarea,
#webpagetheme input[type="text"],
#webpagetheme input[type="password"],
#webpagetheme input[type="datetime"],
#webpagetheme input[type="datetime-local"],
#webpagetheme input[type="date"],
#webpagetheme input[type="month"],
#webpagetheme input[type="time"],
#webpagetheme input[type="week"],
#webpagetheme input[type="number"],
#webpagetheme input[type="email"],
#webpagetheme input[type="url"],
#webpagetheme input[type="search"],
#webpagetheme input[type="tel"],
#webpagetheme input[type="color"],
#webpagetheme .inputbox { -webkit-box-shadow: none; box-shadow: none; }
#webpagetheme select:-moz-placeholder,
#webpagetheme textarea:-moz-placeholder,
#webpagetheme input[type="text"]:-moz-placeholder,
#webpagetheme input[type="password"]:-moz-placeholder,
#webpagetheme input[type="datetime"]:-moz-placeholder,
#webpagetheme input[type="datetime-local"]:-moz-placeholder,
#webpagetheme input[type="date"]:-moz-placeholder,
#webpagetheme input[type="month"]:-moz-placeholder,
#webpagetheme input[type="time"]:-moz-placeholder,
#webpagetheme input[type="week"]:-moz-placeholder,
#webpagetheme input[type="number"]:-moz-placeholder,
#webpagetheme input[type="email"]:-moz-placeholder,
#webpagetheme input[type="url"]:-moz-placeholder,
#webpagetheme input[type="search"]:-moz-placeholder,
#webpagetheme input[type="tel"]:-moz-placeholder,
#webpagetheme input[type="color"]:-moz-placeholder,
#webpagetheme .inputbox:-moz-placeholder { color: #999999; }
#webpagetheme select::-moz-placeholder,
#webpagetheme textarea::-moz-placeholder,
#webpagetheme input[type="text"]::-moz-placeholder,
#webpagetheme input[type="password"]::-moz-placeholder,
#webpagetheme input[type="datetime"]::-moz-placeholder,
#webpagetheme input[type="datetime-local"]::-moz-placeholder,
#webpagetheme input[type="date"]::-moz-placeholder,
#webpagetheme input[type="month"]::-moz-placeholder,
#webpagetheme input[type="time"]::-moz-placeholder,
#webpagetheme input[type="week"]::-moz-placeholder,
#webpagetheme input[type="number"]::-moz-placeholder,
#webpagetheme input[type="email"]::-moz-placeholder,
#webpagetheme input[type="url"]::-moz-placeholder,
#webpagetheme input[type="search"]::-moz-placeholder,
#webpagetheme input[type="tel"]::-moz-placeholder,
#webpagetheme input[type="color"]::-moz-placeholder,
#webpagetheme .inputbox::-moz-placeholder { color: #999999; opacity: 1; }
#webpagetheme select:-ms-input-placeholder,
#webpagetheme textarea:-ms-input-placeholder,
#webpagetheme input[type="text"]:-ms-input-placeholder,
#webpagetheme input[type="password"]:-ms-input-placeholder,
#webpagetheme input[type="datetime"]:-ms-input-placeholder,
#webpagetheme input[type="datetime-local"]:-ms-input-placeholder,
#webpagetheme input[type="date"]:-ms-input-placeholder,
#webpagetheme input[type="month"]:-ms-input-placeholder,
#webpagetheme input[type="time"]:-ms-input-placeholder,
#webpagetheme input[type="week"]:-ms-input-placeholder,
#webpagetheme input[type="number"]:-ms-input-placeholder,
#webpagetheme input[type="email"]:-ms-input-placeholder,
#webpagetheme input[type="url"]:-ms-input-placeholder,
#webpagetheme input[type="search"]:-ms-input-placeholder,
#webpagetheme input[type="tel"]:-ms-input-placeholder,
#webpagetheme input[type="color"]:-ms-input-placeholder,
#webpagetheme .inputbox:-ms-input-placeholder { color: #999999; }
#webpagetheme select::-webkit-input-placeholder,
#webpagetheme textarea::-webkit-input-placeholder,
#webpagetheme input[type="text"]::-webkit-input-placeholder,
#webpagetheme input[type="password"]::-webkit-input-placeholder,
#webpagetheme input[type="datetime"]::-webkit-input-placeholder,
#webpagetheme input[type="datetime-local"]::-webkit-input-placeholder,
#webpagetheme input[type="date"]::-webkit-input-placeholder,
#webpagetheme input[type="month"]::-webkit-input-placeholder,
#webpagetheme input[type="time"]::-webkit-input-placeholder,
#webpagetheme input[type="week"]::-webkit-input-placeholder,
#webpagetheme input[type="number"]::-webkit-input-placeholder,
#webpagetheme input[type="email"]::-webkit-input-placeholder,
#webpagetheme input[type="url"]::-webkit-input-placeholder,
#webpagetheme input[type="search"]::-webkit-input-placeholder,
#webpagetheme input[type="tel"]::-webkit-input-placeholder,
#webpagetheme input[type="color"]::-webkit-input-placeholder,
#webpagetheme .inputbox::-webkit-input-placeholder { color: #999999; }
#webpagetheme textareaselect,
#webpagetheme textareatextarea,
#webpagetheme textareainput[type="text"],
#webpagetheme textareainput[type="password"],
#webpagetheme textareainput[type="datetime"],
#webpagetheme textareainput[type="datetime-local"],
#webpagetheme textareainput[type="date"],
#webpagetheme textareainput[type="month"],
#webpagetheme textareainput[type="time"],
#webpagetheme textareainput[type="week"],
#webpagetheme textareainput[type="number"],
#webpagetheme textareainput[type="email"],
#webpagetheme textareainput[type="url"],
#webpagetheme textareainput[type="search"],
#webpagetheme textareainput[type="tel"],
#webpagetheme textareainput[type="color"],
#webpagetheme textarea.inputbox { height: auto; }

@media screen and (min-width: 768px) {
    #webpagetheme select,
    #webpagetheme textarea,
    #webpagetheme input[type="text"],
    #webpagetheme input[type="password"],
    #webpagetheme input[type="datetime"],
    #webpagetheme input[type="datetime-local"],
    #webpagetheme input[type="date"],
    #webpagetheme input[type="month"],
    #webpagetheme input[type="time"],
    #webpagetheme input[type="week"],
    #webpagetheme input[type="number"],
    #webpagetheme input[type="email"],
    #webpagetheme input[type="url"],
    #webpagetheme input[type="search"],
    #webpagetheme input[type="tel"],
    #webpagetheme input[type="color"],
    #webpagetheme .inputbox { width: auto; }
}

#webpagetheme select,
#webpagetheme select.form-control,
#webpagetheme select.inputbox,
#webpagetheme select.input { padding-right: 5px; }
#webpagetheme .form-horizontal .control-group .controls { margin-left: 180px; }

@media screen and (max-width: 768px) {
    #webpagetheme .form-horizontal .control-group .controls { margin-left: 0; }
}

#webpagetheme .contact-form .control-group { padding: 0; }
#webpagetheme .contact-form .control-group input { width: 100%; }
#webpagetheme .contact-form .control-group textarea { width: 100%; height: 200px; }
#webpagetheme .form-actions { border-top: 1px solid #eeeeee; padding-left: 180px; background: transparent; }

@media screen and (max-width: 768px) {
    #webpagetheme .form-actions { padding-left: 0; }
}

#webpagetheme .input-append .active,
#webpagetheme .input-prepend .active { background-color: #9bd7a8; border-color: #3e9b52; }
#webpagetheme .invalid { border-color: #ED7669; }
#webpagetheme label.invalid { color: #ED7669; }
#webpagetheme input.invalid { border: 1px solid #ED7669; }
#webpagetheme .caret { margin-left: 5px; margin-top: -2px; }
#webpagetheme .dropdown-menu { padding: 0; min-width: 200px; }
#webpagetheme .dropdown-menu .divider { margin: 0; height: 10px; background-color: #f2f2f2; }
#webpagetheme .dropdown-menu > li { border-top: 1px solid #333333; }
#webpagetheme .dropdown-menu > li:first-child { border-top: 0; }
#webpagetheme .dropdown-menu > li > a { padding: 10px 20px; }
#webpagetheme .dropdown-header { padding: 3px 20px; font-size: 14px; }
#webpagetheme .dropdown-header a { color: #999999; }
#webpagetheme .dropdown-submenu > a:after { border-left-color: #333333; }
#webpagetheme .dropdown-submenu:hover > a:after { border-left-color: #00564d; }
#webpagetheme .nav > li > .separator { position: relative; display: block; padding: 10px 15px; line-height: 20px; }

@media (min-width: 991px) {
    #webpagetheme .nav > li > .separator { padding-top: 17.5px; padding-bottom: 17.5px; }
}

#webpagetheme .nav-tabs { border: 1px solid #eeeeee; background: #f5f5f5; }
#webpagetheme .nav-tabs > li > a { padding: 10px; line-height: normal; border: 0; text-transform: uppercase; }
#webpagetheme .nav-tabs > li > a:hover { border: 0; background: transparent; }
#webpagetheme .nav-tabs > li.active > a { background: #00564d; border: 0; border-radius: 0; color: #fff; margin-bottom: 0; }
#webpagetheme .nav-tabs > li.active > a,
#webpagetheme .nav-tabs > li.active > a:hover,
#webpagetheme .nav-tabs > li.active > a:focus { background: #00564d; color: #fff; border: 0; }
#webpagetheme .tab-content { padding: 10px; border: 1px solid #eeeeee; border-top: 0; }
#webpagetheme .nav .caret { border-top-color: #00564d; border-bottom-color: #00564d; }
#webpagetheme .nav a:hover .caret { border-top-color: #313131; border-bottom-color: #313131; }
#webpagetheme .t3-navhelper { color: #999999; }
#webpagetheme .breadcrumb { background: #eee; margin-bottom: 0; padding: 10px; border-radius: 0; font-size: 12px; }
#webpagetheme .breadcrumb > li { padding-right:10px; }
#webpagetheme .breadcrumb > li + li:before { /*content: "/\00a0";*/ content:" "; border-left:1px solid #c9c9c9; padding:5px; }
#webpagetheme .breadcrumb > .active { color: #999999; }
#webpagetheme .breadcrumb .divider { display: none; }
#webpagetheme .pagination { display: block; }
#webpagetheme .pagination:before,
#webpagetheme .pagination:after { content: " "; display: table; }
#webpagetheme .pagination:after { clear: both; }
#webpagetheme .pagination .pagination { display: inline-block; }
#webpagetheme .counter { display: inline-block; margin-top: 20px; padding: 6px 12px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 0; }

@media screen and (min-width: 768px) {
    #webpagetheme .counter { float: right; }
}

#webpagetheme .navbar-toggle { padding: 0; height: 55px; line-height: 55px; width: 55px; margin: 0; position: absolute; right: 0; top: 0; }
#webpagetheme .navbar-toggle:hover,
#webpagetheme .navbar-toggle:active,
#webpagetheme .navbar-toggle:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; }

@media (min-width: 991px) {
    #webpagetheme .navbar-toggle { display: none; }
}

#webpagetheme .navbar-nav { margin: 8.75px -20px; }

@media (min-width: 991px) {
    #webpagetheme .navbar-nav { margin: 0; }
}

#webpagetheme .navbar-default { background-color:#313131;/*background-image: -webkit-linear-gradient(top, #383838 0%, #2f2f2f 100%); background-image: linear-gradient(to bottom, #383838 0%, #2f2f2f 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff2f2f2f', GradientType=0);*/ }
#webpagetheme .navbar-default .navbar-text { color: #ffffff; }
#webpagetheme .navbar-default .navbar-nav > li > a { color: #bebebe; padding: 20px; text-transform: uppercase; font-weight: 300; }

@media screen and (min-width: 991px) {
    #webpagetheme .navbar-default .navbar-nav > li > a { padding: 0 20px; line-height: 55px; }
}


#webpagetheme .navbar-default .navbar-toggle { border: 0; }

@media (max-width: 991px) {
    #webpagetheme .navbar-default .navbar-nav .open .dropdown-menu > li > a { padding: 20px 20px 20px 30px; }
}

@media screen and (max-width: 991px) {
    #webpagetheme .navbar-default .navbar-nav .open .level2.dropdown-menu {  margin-top: 0; }
    #webpagetheme .navbar-default .navbar-nav .open .level2.dropdown-menu > li > a { padding-left: 40px; }
}

#webpagetheme .t3-mainnav { border: 0; border-radius: 0; /*  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 0 1px, #d8dadb 1px 1px, #d8dadb 2px 2px, #d9dbdc 3px 3px, #d9dbdc 4px 4px, #dadcdd 5px 5px, #dadcdd 6px 6px, #dadcdd 7px 7px, #dbddde 8px 8px, #dbddde 9px 9px, #dcdedf 10px 10px, #dcdedf 11px 11px, #dcdedf 12px 12px, #dddfe0 13px 13px, #dddfe0 14px 14px, #dee0e1 15px 15px, #dee0e1 16px 16px, #dee0e1 17px 17px, #dfe1e2 18px 18px, #dfe1e2 19px 19px, #e0e2e3 20px 20px, #e0e2e3 21px 21px, #e0e2e3 22px 22px, #e1e3e4 23px 23px, #e1e3e4 24px 24px, #e2e4e5 25px 25px, #e2e4e5 26px 26px, #e2e4e5 27px 27px, #e3e5e6 28px 28px, #e3e5e6 29px 29px, #e4e6e7 30px 30px, #e4e6e7 31px 31px, #e4e6e7 32px 32px, #e5e7e8 33px 33px, #e5e7e8 34px 34px, #e6e8e9 35px 35px, #e6e8e9 36px 36px, #e6e8e9 37px 37px, #e7e9ea 38px 38px, #e7e9ea 39px 39px, #e8eaeb 40px 40px, #e8eaeb 41px 41px, #e8eaeb 42px 42px, #e9ebec 43px 43px, #e9ebec 44px 44px, #eaeced 45px 45px, #eaeced 46px 46px, #eaeced 47px 47px, #ebedee 48px 48px, #ebedee 49px 49px, #eceeef 50px 50px, #eceeef 51px 51px, #eceeef 52px 52px, #edeff0 53px 53px, #edeff0 54px 54px, #eef0f1 55px 55px, #eef0f1 56px 56px, #eef0f1 57px 57px, #eff1f2 58px 58px, #eff1f2 59px 59px, #f0f2f3 60px 60px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 0 1px, #d8dadb 1px 1px, #d8dadb 2px 2px, #d9dbdc 3px 3px, #d9dbdc 4px 4px, #dadcdd 5px 5px, #dadcdd 6px 6px, #dadcdd 7px 7px, #dbddde 8px 8px, #dbddde 9px 9px, #dcdedf 10px 10px, #dcdedf 11px 11px, #dcdedf 12px 12px, #dddfe0 13px 13px, #dddfe0 14px 14px, #dee0e1 15px 15px, #dee0e1 16px 16px, #dee0e1 17px 17px, #dfe1e2 18px 18px, #dfe1e2 19px 19px, #e0e2e3 20px 20px, #e0e2e3 21px 21px, #e0e2e3 22px 22px, #e1e3e4 23px 23px, #e1e3e4 24px 24px, #e2e4e5 25px 25px, #e2e4e5 26px 26px, #e2e4e5 27px 27px, #e3e5e6 28px 28px, #e3e5e6 29px 29px, #e4e6e7 30px 30px, #e4e6e7 31px 31px, #e4e6e7 32px 32px, #e5e7e8 33px 33px, #e5e7e8 34px 34px, #e6e8e9 35px 35px, #e6e8e9 36px 36px, #e6e8e9 37px 37px, #e7e9ea 38px 38px, #e7e9ea 39px 39px, #e8eaeb 40px 40px, #e8eaeb 41px 41px, #e8eaeb 42px 42px, #e9ebec 43px 43px, #e9ebec 44px 44px, #eaeced 45px 45px, #eaeced 46px 46px, #eaeced 47px 47px, #ebedee 48px 48px, #ebedee 49px 49px, #eceeef 50px 50px, #eceeef 51px 51px, #eceeef 52px 52px, #edeff0 53px 53px, #edeff0 54px 54px, #eef0f1 55px 55px, #eef0f1 56px 56px, #eef0f1 57px 57px, #eff1f2 58px 58px, #eff1f2 59px 59px, #f0f2f3 60px 60px;*/ }

@media (min-width: 991px) {
    #webpagetheme .t3-mainnav > .container { position: relative; }
}

#webpagetheme .t3-mainnav .t3-navbar { padding-left: 0; padding-right: 0; float: left; }
#webpagetheme .t3-mainnav .t3-navbar-collapse { margin-top: 55px; }

@media (min-width: 991px) {
    #webpagetheme .t3-mainnav .t3-navbar-collapse { display: none !important; }
}

#webpagetheme .t3-mainnav .t3-navbar-collapse .navbar-nav { margin: 0 -20px; }
#webpagetheme .t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa { margin-right: 5px; }
#webpagetheme .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a { border-top: 1px solid #ebebeb; }
#webpagetheme .t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a { border-top: 0; }
#webpagetheme .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu { left: -1px; }
#webpagetheme .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret { position: absolute; top: 40%; right: 12px; }
#webpagetheme .t3-module { background: transparent; color: inherit; /*margin-bottom: 20px;*/ }

@media screen and (min-width: 768px) {
    #webpagetheme .t3-module { /*margin-bottom: 20px;*/ }
}

#webpagetheme .t3-module .module-inner { padding: 0; }
#webpagetheme .module-title { background: transparent; color: inherit; font-size: 16px; font-weight: 400; text-transform: uppercase; margin: 0 0 10px 0; padding: 0; }

@media screen and (min-width: 768px) {
    #webpagetheme .module-title { margin-bottom: 20px; }
}

#webpagetheme .module-ct { background: transparent; color: inherit; padding: 0; }
#webpagetheme .module-ct:before,
#webpagetheme .module-ct:after { content: " "; display: table; }
#webpagetheme .module-ct:after { clear: both; }
#webpagetheme .module-ct > ul,
#webpagetheme .module-ct .custom > ul,
#webpagetheme .module-ct > ol,
#webpagetheme .module-ct .custom > ol { margin-left: 20px; padding-left: 0; }
#webpagetheme .module-ct > ul.unstyled,
#webpagetheme .module-ct .custom > ul.unstyled,
#webpagetheme .module-ct > ol.unstyled,
#webpagetheme .module-ct .custom > ol.unstyled { padding-left: 0; }
#webpagetheme .module-ct > ul.nav,
#webpagetheme .module-ct .custom > ul.nav,
#webpagetheme .module-ct > ol.nav,
#webpagetheme .module-ct .custom > ol.nav { padding-left: 0; margin-left: 0; }
#webpagetheme .module_menu .nav > li { border-top: 1px solid #eeeeee; margin-top: 0; }
#webpagetheme .module_menu .nav > li:first-child { border-top: 0; }
#webpagetheme .module_menu .nav > li > a,
#webpagetheme .module_menu .nav > li > .separator { padding: 10px; display: block; }
#webpagetheme .module_menu .nav > li.active > a .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; }
#webpagetheme #login-form input[type="text"],
#webpagetheme #login-form input[type="password"] { width: 100%; }
#webpagetheme #login-form ul.unstyled { margin-top: 20px; padding-left: 20px; }
#webpagetheme #login-form #form-login-remember label { font-weight: normal; }
#webpagetheme .banneritem a { font-weight: bold; }
#webpagetheme .bannerfooter { border-top: 1px solid #eeeeee; font-size: 12px; padding-top: 10px; text-align: right; }
#webpagetheme .categories-module,
#webpagetheme ul.categories-module,
#webpagetheme .category-module,
#webpagetheme ul.category-module { margin: 0; padding: 0; }
#webpagetheme .categories-module li,
#webpagetheme ul.categories-module li,
#webpagetheme .category-module li,
#webpagetheme ul.category-module li { list-style: none; padding: 10px 0; border-top: 1px dotted #eeeeee; }
#webpagetheme .categories-module li:first-child,
#webpagetheme ul.categories-module li:first-child,
#webpagetheme .category-module li:first-child,
#webpagetheme ul.category-module li:first-child { border-top: 0; padding-top: 0; }
#webpagetheme .categories-module h4,
#webpagetheme ul.categories-module h4,
#webpagetheme .category-module h4,
#webpagetheme ul.category-module h4,
#webpagetheme .categories-module .mod-articles-category-title,
#webpagetheme ul.categories-module .mod-articles-category-title,
#webpagetheme .category-module .mod-articles-category-title,
#webpagetheme ul.category-module .mod-articles-category-title { font-size: 14px; font-weight: normal; margin: 0; display: block; }
#webpagetheme .categories-module .mod-articles-category-writtenby,
#webpagetheme ul.categories-module .mod-articles-category-writtenby,
#webpagetheme .category-module .mod-articles-category-writtenby,
#webpagetheme ul.category-module .mod-articles-category-writtenby,
#webpagetheme .categories-module .mod-articles-category-date,
#webpagetheme ul.categories-module .mod-articles-category-date,
#webpagetheme .category-module .mod-articles-category-date,
#webpagetheme ul.category-module .mod-articles-category-date { color: #666666; font-size: 12px; }
#webpagetheme .categories-module .mod-articles-category-writtenby,
#webpagetheme ul.categories-module .mod-articles-category-writtenby,
#webpagetheme .category-module .mod-articles-category-writtenby,
#webpagetheme ul.category-module .mod-articles-category-writtenby { font-weight: bold; margin-right: 10px; }
#webpagetheme .feed h4 { font-weight: bold; }
#webpagetheme .feed .newsfeed,
#webpagetheme .feed ul.newsfeed { border-top: 1px solid #eeeeee; }
#webpagetheme .feed .newsfeed .feed-link,
#webpagetheme .feed ul.newsfeed .feed-link,
#webpagetheme .feed .newsfeed h5.feed-link,
#webpagetheme .feed ul.newsfeed h5.feed-link { font-size: 14px; font-weight: normal; margin: 0; }
#webpagetheme .latestusers,
#webpagetheme ul.latestusers { margin-left: 0; }
#webpagetheme .latestusers li,
#webpagetheme ul.latestusers li { background: #eeeeee; display: inline-block; padding: 5px 10px; border-radius: 0; }
#webpagetheme .module-ct .whosonline { margin-left: 0; }
#webpagetheme .module-ct .whosonline > li { display: inline-block; border-radius: 0; background: #eeeeee; padding: 2px 5px; margin: 0 5px 5px 0; white-space: nowrap; }
#webpagetheme .stats-module dt,
#webpagetheme .stats-module dd { display: inline-block; margin: 0; }
#webpagetheme .stats-module dt { font-weight: bold; width: 35%; }
#webpagetheme .stats-module dd { width: 60%; }
#webpagetheme .tagspopular ul { display: block; margin: 0; padding: 0; list-style: none; overflow: hidden; }
#webpagetheme .tagspopular ul > li { border-radius: 2px; border: 1px solid #eeeeee; color: #666666; display: block; float: left; margin: 0 5px 5px 0; padding: 3px 5px; }
#webpagetheme .tagspopular ul > li > a { color: #666666; }
#webpagetheme .tagspopular ul > li .tag-count { background: #00564d; color: #ffffff; display: inline; font-weight: normal; margin: 0 0 0 3px; padding: 0 4px; }
#webpagetheme .tagspopular ul > li:hover { background: #00564d; border-color: #00564d; color: #ffffff; }
#webpagetheme .tagspopular ul > li:hover a { color: #ffffff; text-decoration: none; }
#webpagetheme .tagspopular ul > li:hover .tag-count { color: #00564d; background: #ffffff; }
#webpagetheme .tagspopular.tagscloud .tag { background: #eeeeee; border-radius: 3px; display: inline-block; margin-bottom: 5px; padding: 5px 10px; }
#webpagetheme .tagspopular.tagscloud .tag a { color: #666666; }
#webpagetheme .tagspopular.tagscloud .tag a:hover,
#webpagetheme .tagspopular.tagscloud .tag a:focus,
#webpagetheme .tagspopular.tagscloud .tag a:active { color: #313131; }
#webpagetheme .tagssimilar ul { margin: 0; padding: 0; list-style: none; }
#webpagetheme .tagssimilar ul > li { border-bottom: 1px solid #eeeeee; padding: 8px 0; }
#webpagetheme .tagssimilar ul > li > a { color: #666666; }
#webpagetheme .tagssimilar ul > li > a:hover,
#webpagetheme .tagssimilar ul > li > a:focus,
#webpagetheme .tagssimilar ul > li > a:active { color: #313131; }
#webpagetheme .module-ct > ul.archive-module { list-style: none; margin: 0; padding: 0; }
#webpagetheme .module-ct > ul.archive-module i { color: #999999; margin-right: 2px; -webkit-transition: all 0.5s; transition: all 0.5s; }
#webpagetheme .module-ct > ul.archive-module li { border-bottom: 1px solid #eeeeee; padding: 7px 0; }
#webpagetheme .module-ct > ul.archive-module li a { color: #666666; }
#webpagetheme .module-ct > ul.archive-module li a:hover,
#webpagetheme .module-ct > ul.archive-module li a:focus,
#webpagetheme .module-ct > ul.archive-module li a:active { color: #00564d; }
#webpagetheme .module-ct > ul.archive-module li:hover i { color: #00564d; }
#webpagetheme .module-ct > ol.breadcrumb { padding: 6px 12px; margin-left: 0; }
#webpagetheme .item-page { margin-bottom: 40px; }
#webpagetheme .items-leading .leading { margin-bottom: 40px; }
#webpagetheme .items-row .item-image { margin-right: 0 !important; }
#webpagetheme .items-row .item { margin-bottom: 40px; }
#webpagetheme .divider-vertical { margin: 20px 0 40px; border: 0; border-top: 1px solid #eeeeee; }
#webpagetheme .article-aside { color: #999999; font-size: 12px; margin-bottom: 20px; padding: 0; }
#webpagetheme .article-header + .article-aside { margin-top: -10px; }
#webpagetheme .item-page .article-aside { font-size: 14px; margin-bottom: 40px; }
#webpagetheme .article-info { margin: 0; width: 85%; color: #999999; font-size: 14px; }
#webpagetheme .article-info .article-info-term { display: none; }
#webpagetheme .article-info dd { display: inline-block; margin-left: 0; margin-right: 10px; margin-bottom: 5px; white-space: nowrap; }
#webpagetheme .article-info dd strong { font-weight: 400; }
#webpagetheme .article-info dd .fa { margin-right: 5px; }
#webpagetheme .category-name { text-transform: capitalize; }
#webpagetheme .category-name .fa { display: none; }
#webpagetheme .category-name a { color: #999999; padding: 2px 5px; border: 1px solid #f7f7f7; }
#webpagetheme .category-name a:hover,
#webpagetheme .category-name a:focus,
#webpagetheme .category-name a:active { background: #313131; color: #fff; text-decoration: none; }
#webpagetheme .article-footer { color: #999999; font-size: 12px; margin-bottom: 20px; }
#webpagetheme article img,
#webpagetheme .article-intro img { /*display: block;*/ max-width: 100%; height: auto; }
#webpagetheme article img[align=left],
#webpagetheme .article-intro img[align=left],
#webpagetheme article .img-fulltext-left,
#webpagetheme .article-intro .img-fulltext-left,
#webpagetheme article .img-intro-left,
#webpagetheme .article-intro .img-intro-left,
#webpagetheme article .img_caption.left,
#webpagetheme .article-intro .img_caption.left,
#webpagetheme article .pull-left.item-image,
#webpagetheme .article-intro .pull-left.item-image { margin-right: 20px; margin-bottom:20px; }
#webpagetheme article img[align=right],
#webpagetheme .article-intro img[align=right],
#webpagetheme article .img-fulltext-right,
#webpagetheme .article-intro .img-fulltext-right,
#webpagetheme article .img_caption.right,
#webpagetheme .article-intro .img_caption.right,
#webpagetheme article .img-intro-right,
#webpagetheme .article-intro .img-intro-right,
#webpagetheme article .pull-right.item-image,
#webpagetheme .article-intro .pull-right.item-image { margin-left: 20px; margin-bottom:20px; }
#webpagetheme .img-intro-none,
#webpagetheme .img-intro-left,
#webpagetheme .img-intro-right,
#webpagetheme .img-fulltext-none,
#webpagetheme .img-fulltext-left,
#webpagetheme .img-fulltext-right,
#webpagetheme .img_caption { position: relative; margin-bottom: 20px; max-width: 100%; }
#webpagetheme .img-fulltext-left { float: left; }
#webpagetheme .img-fulltext-right { float: right; }
#webpagetheme .img_caption > img { margin-bottom: 1px !important; }
#webpagetheme .img_caption p.img_caption { background: #eeeeee; color: #666666; font-size: 12px; width: 100%; margin: 0; padding: 5px; text-align: center; clear: both; }
#webpagetheme .pull-right.article-image-intro { float: left !important; margin-left: 0 !important; }
#webpagetheme .pull-right.article-image-intro img { margin-left: 0 !important; margin-right: 20px; }

@media screen and (max-width: 992px) {
    #webpagetheme article img,
    #webpagetheme .article-intro img,
    #webpagetheme article img[align=left],
    #webpagetheme .article-intro img[align=left],
    #webpagetheme article img[align=right],
    #webpagetheme .article-intro img[align=right],
    #webpagetheme article .img_caption,
    #webpagetheme .article-intro .img_caption,
    #webpagetheme article .article-image-full,
    #webpagetheme .article-intro .article-image-full,
    #webpagetheme article .article-image-intro,
    #webpagetheme .article-intro .article-image-intro,
    #webpagetheme article .img-intro-none,
    #webpagetheme .article-intro .img-intro-none,
    #webpagetheme article .img-intro-left,
    #webpagetheme .article-intro .img-intro-left,
    #webpagetheme article .img-intro-right,
    #webpagetheme .article-intro .img-intro-right,
    #webpagetheme article .img-fulltext-none,
    #webpagetheme .article-intro .img-fulltext-none,
    #webpagetheme article .img-fulltext-left,
    #webpagetheme .article-intro .img-fulltext-left,
    #webpagetheme article .img-fulltext-right,
    #webpagetheme .article-intro .img-fulltext-right { float: none !important; margin-left: 0; margin-right: 0; /*width: 100% !important;*/ }
}

#webpagetheme .item-page .tags { border-top: 1px solid #eeeeee; padding: 10px 0; }
#webpagetheme .item-page .tags span { display: inline-block; }
#webpagetheme .item-page .tags a { background: #ffffff; border: 1px solid #eeeeee; color: #666666; padding: 3px 5px; }
#webpagetheme .item-page .tags a:hover,
#webpagetheme .item-page .tags a:focus,
#webpagetheme .item-page .tags a:active { background: #00564d; border-color: #00564d; color: #ffffff; }
#webpagetheme article aside .btn-group .dropdown-menu { min-width: 100px; }
#webpagetheme article aside .btn-group .dropdown-menu li { border-top-color: #eeeeee; }
#webpagetheme article aside .btn-group .dropdown-menu li a { background: #ffffff; }
#webpagetheme article aside .btn-group .dropdown-menu li:hover { background: #ffffff; }
#webpagetheme article aside .btn-group .btn { border: 0; color: #999999; }
#webpagetheme article aside .btn-group.open { -webkit-box-shadow: none; box-shadow: none; }
#webpagetheme article aside .btn-group > .dropdown-toggle { padding: 2px 5px; }
#webpagetheme article aside .btn-group > .dropdown-toggle:hover,
#webpagetheme article aside .btn-group > .dropdown-toggle:active,
#webpagetheme article aside .btn-group > .dropdown-toggle:focus { background: #ffffff; -webkit-box-shadow: none; box-shadow: none; color: #00564d; }
#webpagetheme article aside .btn-group > .dropdown-toggle .caret { margin-left: 2px; }
#webpagetheme .tag-category .filters { border-bottom: 1px solid #eeeeee; padding: 20px 0; }

@media screen and (min-width: 768px) {
    #webpagetheme .tag-category .filters { padding: 20px; }
}

#webpagetheme .tag-category .thumbnails { list-style: none; margin: 0; padding: 0; }
#webpagetheme .tag-category .thumbnails li { background: transparent; border-bottom: 1px solid #eeeeee; padding: 10px 0; }
#webpagetheme .tag-category .thumbnails li > h3 { margin-top: 0; }
#webpagetheme .row-even,
#webpagetheme .row-odd { padding: 5px; width: 99%; border-bottom: 1px solid #dddddd; }
#webpagetheme .row-odd { background-color: transparent; }
#webpagetheme .row-even { background-color: #f9f9f9; }
#webpagetheme .blog-row-rule,
#webpagetheme .blog-item-rule { border: 0; }
#webpagetheme .row-fluid .row-reveal { visibility: hidden; }
#webpagetheme .row-fluid:hover .row-reveal { visibility: visible; }
#webpagetheme .nav-list > li.offset > a { padding-left: 30px; font-size: 12px; }
#webpagetheme .list-striped,
#webpagetheme .row-striped { list-style: none; line-height: 20px; text-align: left; vertical-align: middle; border-top: 1px solid #dddddd; margin-left: 0; padding-left: 0; }
#webpagetheme .list-striped li,
#webpagetheme .list-striped dd,
#webpagetheme .row-striped .row,
#webpagetheme .row-striped .row-fluid { border-bottom: 1px solid #dddddd; padding: 10px 15px; }
#webpagetheme .list-striped li:nth-child(odd),
#webpagetheme .list-striped dd:nth-child(odd),
#webpagetheme .row-striped .row:nth-child(odd),
#webpagetheme .row-striped .row-fluid:nth-child(odd) { background-color: #f9f9f9; }
#webpagetheme .list-striped li:hover,
#webpagetheme .list-striped dd:hover,
#webpagetheme .row-striped .row:hover,
#webpagetheme .row-striped .row-fluid:hover { background-color: #f5f5f5; }
#webpagetheme .row-striped .row-fluid { width: 97%; }
#webpagetheme .row-striped .row-fluid [class*="span"] { min-height: 10px; }
#webpagetheme .row-striped .row-fluid [class*="span"] { margin-left: 8px; }
#webpagetheme .row-striped .row-fluid [class*="span"]:first-child { margin-left: 0; }
#webpagetheme .list-condensed li { padding: 5px 10px; }
#webpagetheme .row-condensed .row,
#webpagetheme .row-condensed .row-fluid { padding: 5px 10px; }
#webpagetheme .list-bordered,
#webpagetheme .row-bordered { list-style: none; line-height: 18px; text-align: left; vertical-align: middle; margin-left: 0; border: 1px solid #dddddd; }
#webpagetheme .login-wrap form button { margin-left: 180px; }
#webpagetheme .login-wrap .other-links ul { padding-left: 20px; }
#webpagetheme .nav-tabs { font-size: 12px; margin-top: 20px; }
#webpagetheme .form-register fieldset { padding: 0 0 10px; }
#webpagetheme .form-register p { margin: 0 0 5px; }
#webpagetheme .form-register p.form-des { margin: 15px 0; }
#webpagetheme .form-register label { display: block; float: left; font-weight: 300; text-align: right; width: 130px; }
#webpagetheme .form-register .input,
#webpagetheme .form-register .inputbox { margin-left: 10px; width: 200px; }
#webpagetheme .form-register .btn,
#webpagetheme .form-register .button { margin-left: 140px; }
#webpagetheme .registration fieldset dt { margin-right: 5px; }
#webpagetheme .admintable textarea { max-width: 90% !important; resize: none; }
#webpagetheme .com_mailto body { padding: 10px; }
#webpagetheme .com_mailto .t3-mainbody { padding-top: 0; padding-bottom: 0; }
#webpagetheme .com_mailto .t3-content { width: auto; }
#webpagetheme #mailto-window { background: #fff; margin: 10px 0 20px; padding: 0; position: relative; }
#webpagetheme #mailto-window h2 { margin-top: 0; margin-bottom: 20px; }
#webpagetheme #mailtoForm .formelm { padding: 5px 0; vertical-align: middle; overflow: hidden; }
#webpagetheme #mailtoForm .formelm label { display: inline-block; float: left; font-weight: bold; vertical-align: middle; width: 100px; }
#webpagetheme #mailtoForm p { margin-top: 20px; }
#webpagetheme #mailtoForm .input,
#webpagetheme #mailtoForm .inputbox { width: 65%; }
#webpagetheme #mailtoForm .btn,
#webpagetheme #mailtoForm .button,
#webpagetheme #mailtoForm button { margin-right: 5px; }
#webpagetheme .user-details { padding: 10px 0; }
#webpagetheme .user-details p { margin: 0 0 5px; }
#webpagetheme .user-details label { display: block; float: left; font-weight: bold; text-align: right; width: 130px; }
#webpagetheme .user-details .input,
#webpagetheme .user-details .inputbox { margin-left: 10px; width: 200px; }
#webpagetheme .user-details .btn,
#webpagetheme .user-details button { margin-left: 140px; }
#webpagetheme .user-details .paramlist .paramlist_key { padding: 0 0 5px; width: 130px; }
#webpagetheme .user-details .paramlist .paramlist_value { padding: 0 0 5px; }
#webpagetheme .user-details .user_name span { font-weight: bold; padding-left: 10px; }
#webpagetheme .reset .form-validate p,
#webpagetheme .remind .form-validate p { background: #eeeeee; border: 1px solid #eeeeee; margin-bottom: 20px; padding: 10px 20px; border-radius: 0; }
#webpagetheme .reset .form-validate fieldset dl,
#webpagetheme .remind .form-validate fieldset dl { margin: 0; }
#webpagetheme .reset .form-validate fieldset dt,
#webpagetheme .remind .form-validate fieldset dt { margin: 4px 0 0 0; }
#webpagetheme .profile-edit input { position: relative; min-height: 1px; padding-left: 6px; padding-right: 6px; }

@media (min-width: 768px) {
    #webpagetheme .profile-edit input { float: left; width: 50%; }
}

#webpagetheme .profile-edit select { position: relative; min-height: 1px; padding-left: 6px; padding-right: 6px; }

@media (min-width: 768px) {
    #webpagetheme .profile-edit select { float: left; width: 50%; }
}

#webpagetheme .profile-edit select + button { margin-left: 5px; }
#webpagetheme #searchForm:before,
#webpagetheme #searchForm:after { content: " "; display: table; }
#webpagetheme #searchForm:after { clear: both; }
#webpagetheme #searchForm fieldset { margin: 20px 0; }
#webpagetheme #searchForm legend { margin-bottom: 10px; }
#webpagetheme #searchForm select { width: auto; display: inline-block; margin-left: 5px; padding-left: 5px; }
#webpagetheme #searchForm .form-limit { margin-top: 20px; }
#webpagetheme #searchForm .form-limit .counter { margin-top: 0; }

@media screen and (max-width: 768px) {
    #webpagetheme #searchForm .radio-inline,
    #webpagetheme #searchForm .checkbox-inline { display: block; width: 100%; margin-left: 0; }
}

#webpagetheme .search-results { margin-top: 20px; }
#webpagetheme .search-results .result-title { font-size: 16px; font-weight: 400; margin-top: 20px; }
#webpagetheme .search-results .result-category { font-size: 12px; color: #999999; }
#webpagetheme .search-results .result-text { margin-top: 5px; margin-bottom: 5px; }
#webpagetheme .search-results .result-url { color: #666666; margin-top: 20px; }
#webpagetheme .search-results .result-created { font-size: 12px; color: #999999; }
#webpagetheme div.finder { margin-bottom: 20px; }
#webpagetheme .contact h3 { margin-top: 0; font-size: 36px; }
#webpagetheme .contact .accordion-heading .accordion-toggle { font-weight: bold; }
#webpagetheme #archive-items > li { line-height: normal; margin: 0; overflow: visible; padding: 0; }
#webpagetheme #archive-items .intro { clear: both; overflow: hidden; margin-top: 10px; }
#webpagetheme #archive-items article { margin-bottom: 30px; }
#webpagetheme .categories-list { margin-bottom: 20px; }
#webpagetheme .category-item:before,
#webpagetheme .category-item:after { content: " "; display: table; }
#webpagetheme .category-item:after { clear: both; }
#webpagetheme .category-item .page-header { line-height: normal; padding: 10px 5px; margin: 0; font-size: 18px; font-weight: normal; }
#webpagetheme .category-item .category-item { margin-bottom: 0; margin-left: 40px; }
#webpagetheme .category-item .category-item .page-header { font-size: 14px; }
#webpagetheme .cat-children .page-header { line-height: normal; padding: 10px 5px; margin: 0; font-size: 18px; font-weight: normal; }
#webpagetheme .newsfeed-category > h2,
#webpagetheme .newsfeed > h2 { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; margin-bottom: 20px; margin-top: 0; }
#webpagetheme .newsfeed-category .category-desc,
#webpagetheme .newsfeed .category-desc { margin-bottom: 20px; }
#webpagetheme .newsfeed-category .category li:before,
#webpagetheme .newsfeed .category li:before,
#webpagetheme .newsfeed-category .category li:after,
#webpagetheme .newsfeed .category li:after { content: " "; display: table; }
#webpagetheme .newsfeed-category .category li:after,
#webpagetheme .newsfeed .category li:after { clear: both; }
#webpagetheme .newsfeed > h2 { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; margin-bottom: 20px; margin-top: 0; }
#webpagetheme .newsfeed .feed-description { margin-bottom: 20px; font-size: 16px; }
#webpagetheme .newsfeed .feed-item-description .feed-description { font-size: 14px; }
#webpagetheme .newsfeed ol li > a { font-weight: 400; font-size: 16px; }
#webpagetheme .article-content .pagination ul { border-left: 1px solid #eeeeee; }
#webpagetheme .article-content .pagination li { float: left; padding: 10px 20px; line-height: normal; border: 1px solid #eeeeee; border-left: 0; }
#webpagetheme .article-content .pagination li a { border: 0; text-decoration: none; background-color: transparent; line-height: normal; padding: 0; }
#webpagetheme .pagenavcounter { margin: 0 0 20px; font-weight: bold; }
#webpagetheme #article-index,
#webpagetheme .article-index { margin: 0 0 20px 20px; padding: 10px; width: 25%; border: 1px solid #eeeeee; border-radius: 0; }
#webpagetheme #article-index ul,
#webpagetheme .article-index ul { margin: 0; padding: 0; border: 0; }
#webpagetheme #article-index ul > li,
#webpagetheme .article-index ul > li { border: 0; margin-top: 2px; }
#webpagetheme #article-index ul > li > a,
#webpagetheme .article-index ul > li > a { border: 0; padding: 5px; border-radius: 0; }
#webpagetheme #article-index ul > .active > a,
#webpagetheme .article-index ul > .active > a { border: 0; background: #00564d; color: #ffffff; }
#webpagetheme #article-index ul > .active > a:hover,
#webpagetheme .article-index ul > .active > a:hover,
#webpagetheme #article-index ul > .active > a:active,
#webpagetheme .article-index ul > .active > a:active,
#webpagetheme #article-index ul > .active > a:focus,
#webpagetheme .article-index ul > .active > a:focus { border: 0; background: #00564d; color: #ffffff; }
#webpagetheme .pagenav { margin: 0; padding: 0; list-style: none; }
#webpagetheme .pagenav > li { margin: 0; padding: 0; float: left; }
#webpagetheme .pagenav > li.pagenav-prev,
#webpagetheme .pagenav > li.previous { margin-right: 10px; }
#webpagetheme .pagenav li > a { padding: 5px 10px; line-height: normal; border: 0; color: #ffffff; border-radius: 0; background: #00564d; }
#webpagetheme .pagenav li > a:hover,
#webpagetheme .pagenav li > a:active,
#webpagetheme .pagenav li > a:focus { background-color: #eeeeee; color: #00564d; }
#webpagetheme .items-more h3 { margin: 0 0 20px; }
#webpagetheme .items-more .nav > li { border-top: 1px solid #eeeeee; }
#webpagetheme .items-more .nav > li > a { padding: 6px 5px; }
#webpagetheme .back_button a { display: block; margin: 10px 0; }
#webpagetheme .filters { margin: 10px 0 20px; }
#webpagetheme .display-limit { margin: 10px 0 5px; }
#webpagetheme .filters .filter-search select { border: 1px solid #eeeeee; background: #ffffff; }
#webpagetheme .filters .display-limit { float: right; text-align: right; }
#webpagetheme #system-message dt { font-weight: bold; }
#webpagetheme #system-message dd { font-weight: bold; }
#webpagetheme #system-message dd.message ul,
#webpagetheme #system-message dd.error ul,
#webpagetheme #system-message dd.notice ul { margin: 0; padding: 0; }
#webpagetheme #system-message dd.message ul li,
#webpagetheme #system-message dd.error ul li,
#webpagetheme #system-message dd.notice ul li { background: none; margin: 0; padding: 5px; }
#webpagetheme .alert-message { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; }
#webpagetheme .alert-message hr { border-top-color: #c9e2b3; }
#webpagetheme .alert-message .alert-link { color: #356635; }
#webpagetheme .alert-notice { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; }
#webpagetheme .alert-notice hr { border-top-color: #a6e1ec; }
#webpagetheme .alert-notice .alert-link { color: #2d6987; }
#webpagetheme .alert-error { background-color: #f2dede; border-color: #ebccd1; color: #ED7669; }
#webpagetheme .alert-error hr { border-top-color: #e4b9c0; }
#webpagetheme .alert-error .alert-link { color: #953b39; }
#webpagetheme .tip-wrap { background: #fff6df; border: 1px solid #fb3; border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; max-width: 300px; z-index: 999; }
#webpagetheme .tip-title { border-bottom: 1px solid #fb3; font-weight: bold; padding: 5px 10px; }
#webpagetheme .tip-text { font-size: 14px; margin: 0; padding: 5px 10px; }
#webpagetheme .hasTip img { border: none; margin: 0 5px 0 0; }

@media (min-width: 768px) {
    #webpagetheme .languageswitcherload { float: right; width: 100%; }
    #webpagetheme .languageswitcherload .mod-languages { text-align: right; }
}

#webpagetheme div.calendar { width: 187px; }
#webpagetheme .iframe-bordered { border: 1px solid #dddddd; }
#webpagetheme .chzn-container { display: inline-block; vertical-align: middle; }
#webpagetheme .chzn-container-single .chzn-single,
#webpagetheme .chzn-container-multi .chzn-choices .search-field input,
#webpagetheme .chzn-container-single .chzn-search input { height: 26px; }
#webpagetheme .chzn-container-single .chzn-drop,
#webpagetheme .chzn-container .chzn-drop { -webkit-box-sizing: content-box !important; -moz-box-sizing: content-box !important; box-sizing: content-box !important; }
#webpagetheme .input-prepend .chzn-container-single .chzn-single { border-color: #cccccc; height: 26px; border-radius: 0 3px 3px 0; -webkit-box-shadow: none; box-shadow: none; }
#webpagetheme .input-prepend .chzn-container-active .chzn-single-with-drop { border-radius: 0 3px 0 0; }
#webpagetheme .input-prepend .chzn-container-single .chzn-drop { border-color: #cccccc; }
#webpagetheme .btn-group .chzn-results { white-space: normal; }
#webpagetheme .page-header { margin-bottom: 20px; }
#webpagetheme .page-title,
#webpagetheme .page-header h1 { line-height: 1; margin: 0; }
#webpagetheme .page-subheader { border-bottom: 1px solid #eeeeee; margin: 0 0 20px; padding-bottom: 20px; }
#webpagetheme .page-subheader:before,
#webpagetheme .page-subheader:after { content: " "; display: table; }
#webpagetheme .page-subheader:after { clear: both; }
#webpagetheme .page-subtitle,
#webpagetheme .page-subheader h2 { line-height: 1; margin: 0; }
#webpagetheme .page-header + .page-subheader { margin-top: -20px; }
#webpagetheme .article-title h1 a:hover,
#webpagetheme .article-header h1 a:hover,
#webpagetheme .article-title h2 a:hover,
#webpagetheme .article-header h2 a:hover,
#webpagetheme .article-title h1 a:active,
#webpagetheme .article-header h1 a:active,
#webpagetheme .article-title h2 a:active,
#webpagetheme .article-header h2 a:active,
#webpagetheme .article-title h1 a:focus,
#webpagetheme .article-header h1 a:focus,
#webpagetheme .article-title h2 a:focus,
#webpagetheme .article-header h2 a:focus { text-decoration: none; }
#webpagetheme .article-title,
#webpagetheme .article-header h1 { margin: 0 0 20px 0; }
#webpagetheme .item-title { font-weight: 400; }
#webpagetheme .jumbotron:before,
#webpagetheme .jumbotron:after { content: " "; display: table; }
#webpagetheme .jumbotron:after { clear: both; }
#webpagetheme .jumbotron h1,
#webpagetheme .jumbotron h2,
#webpagetheme .jumbotron h3 { margin-top: 0; }
#webpagetheme .jumbotron p { color: #666666; }
#webpagetheme .jumbotron p:last-child { margin-bottom: 0; }
#webpagetheme .container .jumbotron { border-radius: 0; }
#webpagetheme .jumbotron .btn { margin-top: 20px; margin-bottom: 20px; }
#webpagetheme .masthead { padding-top: 40px; padding-bottom: 40px; text-align: center; }
#webpagetheme .masthead p:last-child { margin-bottom: 0; }

@media screen and (min-width: 992px) {
    #webpagetheme .masthead { padding-top: 80px; padding-bottom: 80px; }
    #webpagetheme .masthead h1 { font-size: 70px; }
    #webpagetheme .masthead p { font-size: 28px; }
    #webpagetheme .masthead .btn-lg { padding: 15px 40px; font-size: 19px; }
}

#webpagetheme .jumbotron-primary { background-color: #00564d; }
#webpagetheme .jumbotron-primary h1,
#webpagetheme .jumbotron-primary h2,
#webpagetheme .jumbotron-primary h3 { color: #ffffff; }
#webpagetheme .jumbotron-primary p { color: #ffffff; }
#webpagetheme .jumbotron-primary .btn-primary { border-color: #fff; }
#webpagetheme .page-masthead:before,
#webpagetheme .page-masthead:after { content: " "; display: table; }
#webpagetheme .page-masthead:after { clear: both; }
#webpagetheme .page-masthead .jumbotron { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 60px; padding-bottom: 60px; padding-left: 0; padding-right: 0; }

@media screen and (max-width: 992px) {
    #webpagetheme .page-masthead .jumbotron { padding-top: 40px; padding-bottom: 40px; }
    #webpagetheme .page-masthead .jumbotron .container { padding: 0; }
}

#webpagetheme .label { border-radius: 0; }
#webpagetheme .label:empty { display: none; }
#webpagetheme .badge:empty { display: none; }
#webpagetheme .btn .badge { position: relative; top: -1px; }
#webpagetheme .page-header .label,
#webpagetheme .page-header .badge { vertical-align: middle; }
#webpagetheme .thumbnail { border: 0; background: transparent; margin-bottom: 40px; }
#webpagetheme .thumbnail .caption { padding-left: 0; padding-right: 0; }
#webpagetheme .thumbnail .caption h3 { margin: 0; font-size: 14px; }
#webpagetheme .alert h4 { color: inherit; }
#webpagetheme .media:first-child { margin-top: 0; }
#webpagetheme .media-object { display: block; }
#webpagetheme .media-heading { margin: 0 0 5px; }
#webpagetheme .media > .pull-left { margin-right: 10px; }
#webpagetheme .media > .pull-right { margin-left: 10px; }
#webpagetheme .list-group-item > .badge { float: right; }
#webpagetheme .list-group-item > .badge + .badge { margin-right: 5px; }
#webpagetheme a.list-group-item.active .list-group-item-heading,
#webpagetheme a.list-group-item.active:hover .list-group-item-heading,
#webpagetheme a.list-group-item.active:focus .list-group-item-heading { color: inherit; }
#webpagetheme a.list-group-item.active .list-group-item-text,
#webpagetheme a.list-group-item.active:hover .list-group-item-text,
#webpagetheme a.list-group-item.active:focus .list-group-item-text { color: #fdf3f2; }
#webpagetheme .panel-heading > .dropdown .dropdown-toggle { color: inherit; }
#webpagetheme .panel-title > a { color: inherit; }
#webpagetheme .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
#webpagetheme .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }
#webpagetheme .modal-header { border-bottom: 0; padding: 20px 40px 0; }
#webpagetheme .modal-title { font-size: 23px; }
#webpagetheme .modal-body { padding: 10px 40px 20px; }

@media screen and (min-width: 768px) {
    #webpagetheme .modal-dialog { width: 600px; margin: 30px auto; }
    #webpagetheme .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); }
}

#webpagetheme .th-header-top { padding: 40px 0 20px; }
#webpagetheme .logo { padding: 0; margin: 0; }
#webpagetheme .logo a { background: transparent; color: #fff; text-decoration: none; display: inline-block; line-height: 1; margin: 0; }
#webpagetheme .logo:hover a,
#webpagetheme .logo a:hover,
#webpagetheme .logo a:active,
#webpagetheme .logo a:focus { text-decoration: none; }

@media screen and (min-width: 991px) {
    #webpagetheme .logo { position: static; }
}

#webpagetheme .off-canvas-toggle + .container .navbar-header .logo { left: 55px; }
#webpagetheme .logo-image > a { max-width: 250px; max-height: 50px; }
#webpagetheme .logo-image > a > img { max-width: 100%; }
#webpagetheme .logo-image span,
#webpagetheme .logo-image small { display: none; }
#webpagetheme .logo-text { text-transform: uppercase; font-size: 18px; }
#webpagetheme .logo-text a { line-height: 55px; padding: 0 20px; }
#webpagetheme .logo-text .site-slogan { display: none; }
#webpagetheme .head-search { height: 55px; position: absolute; right: 0; margin: 0; z-index: 1000; }
#webpagetheme .head-search form { margin: 0; }
#webpagetheme .head-search label { display: none; }
#webpagetheme .head-search .search { background: rgba(0, 0, 0, 0.5); position: relative; }

@media screen and (min-width: 991px) {
    #webpagetheme .head-search .search { background: rgba(0, 0, 0, 0.5); }
}

#webpagetheme .head-search .search .fa-search { color: #ffffff; content: "\f002"; display: block; font-family: "FontAwesome"; position: absolute; left: 20px; top: 19px; }
#webpagetheme .head-search .form-control { border: 0; background: transparent; color: #ffffff; height: 54px; position: relative; margin: 0; padding: 0 15px 0 40px; width: 1px; -webkit-transition: width 0.2s; transition: width 0.2s; }

@media screen and (min-width: 991px) {
    #webpagetheme .head-search .form-control { height: 55px; }
}

#webpagetheme .head-search .form-control:hover,
#webpagetheme .head-search .form-control:active,
#webpagetheme .head-search .form-control:focus { color: #ffffff; box-shadow: none; }
#webpagetheme .head-search .form-control:active,
#webpagetheme .head-search .form-control:focus { width: 180px; }

@media screen and (min-width: 991px) {
    /*#webpagetheme .head-search { right: 0px !important; }*/
}

#webpagetheme .navbar-toggle + .head-search { right: 55px; }

@media screen and (min-width: 991px) {
    #webpagetheme .head-search,
    #webpagetheme .navbar-toggle + .head-search { right: 20px; top: 0; }
}

#webpagetheme .t3-sl .t3-module { margin-bottom: 0; margin-top: 20px; }
#webpagetheme .t3-sl-1 .module-title,
#webpagetheme .t3-sl-2 .module-title { font-size: 23px; font-weight: 400; margin-bottom: 10px; text-transform: uppercase; }
#webpagetheme .module-title .module-sub-title { font-size: 14px; font-weight: 300; display: block; text-transform: none; padding-top: 15px; }
#webpagetheme .t3-content { padding-top: 20px; }
#webpagetheme .sidebar-left .t3-content { z-index: 1; }
#webpagetheme .two-sidebar .t3-content { z-index: 1; }
#webpagetheme .two-sidebar .t3-sidebar-2 { z-index: 2; }
#webpagetheme .t3-sidebar { padding-top: 20px; }

@media screen and (max-width: 992px) {
    #webpagetheme .t3-sidebar-1 { z-index: 1; }
}

@media screen and (max-width: 768px) {
    #webpagetheme .t3-sidebar-left { z-index: 1; }
}

#webpagetheme .t3-footer { margin-top: 20px; margin-bottom: 20px; z-index: 999; position: relative; }
#webpagetheme .t3-footer:before,
#webpagetheme .t3-footer:after { content: " "; display: table; }
#webpagetheme .t3-footer:after { clear: both; }
#webpagetheme .t3-footer small { display: block; font-size: 100%; }
#webpagetheme .t3-footer-sl:before,
#webpagetheme .t3-footer-sl:after { content: " "; display: table; }
#webpagetheme .t3-footer-sl:after { clear: both; }
#webpagetheme .element_FOOTER .t3-module { color: #666666; }
#webpagetheme .element_FOOTER .t3-module .module-title { font-size: 18px; text-transform: uppercase; font-weight: 400; margin-bottom: 10px; }
#webpagetheme .element_FOOTER .t3-module ul { list-style: none; margin-left: 0; margin-bottom: 0; padding-left: 0; }
#webpagetheme .element_FOOTER .t3-module ul > li { line-height: 24px; }
#webpagetheme .element_FOOTER .t3-module ul > li > a { color: #666666; }
#webpagetheme .element_FOOTER .t3-module ul > li > a:hover,
#webpagetheme .element_FOOTER .t3-module ul > li > a:active,
#webpagetheme .element_FOOTER .t3-module ul > li > a:focus { color: #00564d; }
#webpagetheme .element_FOOTER { padding: 0 20px; }
#webpagetheme .element_FOOTER .th-footer-module i { display: block; margin-bottom: 20px; }
#webpagetheme .element_FOOTER .th-footer-module i::before { border-bottom: 1px solid #eee; padding-bottom: 10px; }
#webpagetheme .element_FOOTER .sp-tweet-item { padding: 10px 0 0 0; border-bottom: none; }
#webpagetheme #back-to-top { right: 20px; top: auto; z-index: 1; }
#webpagetheme #back-to-top.affix { bottom: 40px; }
#webpagetheme #back-to-top a { outline: none; }
#webpagetheme #back-to-top i { font-size: 14px; }
#webpagetheme #back-to-top button.btn { padding: 6px 10px; }
#webpagetheme .t3-copyright { background: #f5f5f5; border-top: 1px solid #eeeeee; font-size: 12px; padding: 20px 0 20px; }
#webpagetheme .t3-copyright:before,
#webpagetheme .t3-copyright:after { content: " "; display: table; }
#webpagetheme .t3-copyright:after { clear: both; }
#webpagetheme .t3-copyright small { margin-bottom: 5px; }
#webpagetheme .t3-copyright .footer-right { padding-right: 20px; }
#webpagetheme .t3-copyright .footer-right div.sp_social ul { float: right; }

@media screen and (max-width: 992px) {
    #webpagetheme .t3-copyright .footer-right div.sp_social ul { text-align: center; float: none; margin-top: 15px; }
}

@media screen and (max-width: 992px) {
    #webpagetheme .copyright { text-align: center; }
}

#webpagetheme .poweredby:before,
#webpagetheme .poweredby:after { content: " "; display: table; }
#webpagetheme .poweredby:after { clear: both; }

@media screen and (min-width: 991px) {
    #webpagetheme .poweredby { text-align: right; }
}

#webpagetheme .poweredby .t3-logo,
#webpagetheme .poweredby .t3-logo-small { display: inline-block; }
#webpagetheme .th-read-more { text-transform: uppercase; font-weight: 400; font-size: 12px; margin-top: 30px; padding-top: 5px; border-top: 1px solid #C9C9C9; display: inline-block; color: #ed7669; }
#webpagetheme .th-read-more:hover { text-decoration: none; color: #ddd; }
#webpagetheme .th-box,
#webpagetheme .th-page-header,
#webpagetheme .margin-right-wrapper,
#webpagetheme .margin-left-wrapper,
#webpagetheme .th-box-wrapper { background: #fff; position: relative; }
#webpagetheme .th-box article,
#webpagetheme .th-page-header article,
#webpagetheme .margin-right-wrapper article,
#webpagetheme .margin-left-wrapper article,
#webpagetheme .th-box-wrapper article { }
#webpagetheme .th-box article .img-full,
#webpagetheme .th-page-header article .img-full,
#webpagetheme .margin-right-wrapper article .img-full,
#webpagetheme .margin-left-wrapper article .img-full,
#webpagetheme .th-box-wrapper article .img-full { margin: -20px -20px 0; }
#webpagetheme .th-box article .img-full-bottom,
#webpagetheme .th-page-header article .img-full-bottom,
#webpagetheme .margin-right-wrapper article .img-full-bottom,
#webpagetheme .margin-left-wrapper article .img-full-bottom,
#webpagetheme .th-box-wrapper article .img-full-bottom { margin: 0 -20px -20px; }
#webpagetheme .margin-right-wrapper { margin-right: -20px; }

@media screen and (max-width: 991px) {
    #webpagetheme .margin-right-wrapper { margin-right: 0; }
}

#webpagetheme .margin-left-wrapper { margin-left: -20px; }

@media screen and (max-width: 991px) {
    #webpagetheme .margin-left-wrapper { margin-left: 0; }
}

#webpagetheme .th-box-wrapper,
#webpagetheme .margin-right-wrapper,
#webpagetheme .margin-left-wrapper { padding: 20px; }
#webpagetheme .th-page-header > div { padding-top: 40px; padding-bottom: 40px; background: no-repeat; background-size: cover; }
#webpagetheme .th-page-header h1 { margin: 20px; color: #ffffff; text-transform: uppercase; font-weight: 700; font-size: 50px; background: rgba(0, 0, 0, 0.5); padding: 20px; display: inline-block; }
#webpagetheme .showcase { margin-top: 20px; padding: 0 20px; }
#webpagetheme .showcase > div { background: #262626; }
#webpagetheme .showcase > div > div { padding: 0; }
#webpagetheme .showcase .showcase-right ul.top-service-box { margin: 0; padding: 5px 5px 5px 7px; list-style: none; display: table-cell; }
#webpagetheme .showcase .showcase-right ul.top-service-box li { width: 220px; height: 220px; margin: 5px; position: relative; float: left; padding: 50px 20px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; }

@media screen and (max-width: 1199px) {
    #webpagetheme .showcase .showcase-right ul.top-service-box li { width: 179px; height: 178px; padding: 30px 15px 15px; }
}

@media screen and (max-width: 991px) {
    #webpagetheme .showcase .showcase-right ul.top-service-box li { width: 100%; height: 100%; padding: 30px 15px 15px; margin: 0; }
}

#webpagetheme .showcase .showcase-right ul.top-service-box li:nth-child(1) { background: #afcea2; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:nth-child(2) { background: #e4d082; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:nth-child(3) { background: #d17383; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:nth-child(4) { background: #798790; }
#webpagetheme .showcase .showcase-right ul.top-service-box li a { background: rgba(0, 0, 0, 0.3); color: #fff; padding: 5px 10px; font-size: 12px; letter-spacing: .5px; position: absolute; bottom: 10px; left: 60px; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s; transition: all 0.3s; }
#webpagetheme .showcase .showcase-right ul.top-service-box li a:hover { text-decoration: none; color: #333; background: #fff; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:hover { }

@media screen and (max-width: 991px) {
    #webpagetheme .showcase .showcase-right ul.top-service-box li:hover { padding-bottom: 40px; }
}

#webpagetheme .showcase .showcase-right ul.top-service-box li:hover a { left: 20px; opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 1199px) {
    #webpagetheme .showcase .showcase-right ul.top-service-box li:hover a { left: 15px; }
}

#webpagetheme .showcase .showcase-right ul.top-service-box li:hover:nth-child(1) { -webkit-box-shadow: 0 0 0 12px #afcea2; box-shadow: 0 0 0 12px #afcea2; z-index: 999; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:hover:nth-child(2) { -webkit-box-shadow: 0 0 0 12px #e4d082; box-shadow: 0 0 0 12px #e4d082; z-index: 999; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:hover:nth-child(3) { -webkit-box-shadow: 0 0 0 12px #d17383; box-shadow: 0 0 0 12px #d17383; z-index: 999; }
#webpagetheme .showcase .showcase-right ul.top-service-box li:hover:nth-child(4) { -webkit-box-shadow: 0 0 0 12px #798790; box-shadow: 0 0 0 12px #798790; z-index: 999; }
#webpagetheme .showcase .showcase-right ul.top-service-box li h2 { font-size: 24px; letter-spacing: 1px; margin: 0 0 10px; color: rgba(255, 255, 255, 0.7); }
#webpagetheme .showcase .showcase-right ul.top-service-box li p { font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 400; }
#webpagetheme .social-icon { margin-top: 7px; }
#webpagetheme .sp_social ul li { /*margin-right: -4px !important;*/ border-right: 1px solid #e5e5e5; }
#webpagetheme .sp_social ul li:last-child { border-right: 0; margin-right: 0; }
#webpagetheme .sp_social ul li i.fa { display: inline-block; font-size: 0px; cursor: pointer; margin: 0px; width: 32px; height: 32px; text-align: center; position: relative; z-index: 1; color: #acacac; overflow: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; }
#webpagetheme .sp_social ul li i.fa::before { border-radius: 2px; speak: none; line-height: 32px; display: block; -webkit-font-smoothing: antialiased; }
#webpagetheme .sp_social ul li i.fa::after { pointer-events: none; position: absolute; width: 100%; height: 100%; content: ''; display: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#webpagetheme .sp_social ul li i.fa:hover { background: #00564d; color: #fff; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
#webpagetheme .sp_social ul li i.fa:hover::before { -webkit-animation: toRightFromLeft 0.3s forwards; -moz-animation: toRightFromLeft 0.3s forwards; animation: toRightFromLeft 0.3s forwards; }

@media screen and (max-width: 767px) {
    #webpagetheme .sprocket-strips ul.sprocket-strips-container li { margin-bottom: 10px; }
}

#webpagetheme .sprocket-strips-arrows .arrow i.fa,
#webpagetheme .sprocket-lists-arrows .arrow i.fa,
#webpagetheme .sprocket-features-arrows .arrow i.fa,
#webpagetheme .ns2-art-controllers i.fa,
#webpagetheme .sprocket-headlines-navigation .arrow i.fa { display: inline-block; font-size: 0px; cursor: pointer; margin: 0px; width: 24px; height: 24px; text-align: center; position: relative; z-index: 1; color: #acacac; overflow: hidden; border-radius: 2px; -webkit-transition: all 0.5s; transition: all 0.5s; }
#webpagetheme .sprocket-strips-arrows .arrow i.fa::before,
#webpagetheme .sprocket-lists-arrows .arrow i.fa::before,
#webpagetheme .sprocket-features-arrows .arrow i.fa::before,
#webpagetheme .ns2-art-controllers i.fa::before,
#webpagetheme .sprocket-headlines-navigation .arrow i.fa::before { border-radius: 2px; speak: none; font-size: 14px; line-height: 24px; display: block; -webkit-font-smoothing: antialiased; }
#webpagetheme .sprocket-strips-arrows .arrow i.fa::after,
#webpagetheme .sprocket-lists-arrows .arrow i.fa::after,
#webpagetheme .sprocket-features-arrows .arrow i.fa::after,
#webpagetheme .ns2-art-controllers i.fa::after,
#webpagetheme .sprocket-headlines-navigation .arrow i.fa::after { pointer-events: none; position: absolute; width: 100%; height: 100%; content: ''; display: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#webpagetheme .sprocket-strips-arrows .arrow i.fa:hover,
#webpagetheme .sprocket-lists-arrows .arrow i.fa:hover,
#webpagetheme .sprocket-features-arrows .arrow i.fa:hover,
#webpagetheme .ns2-art-controllers i.fa:hover,
#webpagetheme .sprocket-headlines-navigation .arrow i.fa:hover { background: #00564d; color: #fff; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
#webpagetheme .sprocket-strips-arrows .arrow i.fa:hover::before,
#webpagetheme .sprocket-lists-arrows .arrow i.fa:hover::before,
#webpagetheme .sprocket-features-arrows .arrow i.fa:hover::before,
#webpagetheme .ns2-art-controllers i.fa:hover::before,
#webpagetheme .sprocket-headlines-navigation .arrow i.fa:hover::before { -webkit-animation: toRightFromLeft 0.3s forwards; -moz-animation: toRightFromLeft 0.3s forwards; animation: toRightFromLeft 0.3s forwards; }
#webpagetheme .sprocket-features-list { min-height: 242px; }
#webpagetheme .sprocket-features-list .sprocket-features-desc { }
#webpagetheme .sprocket-features-list .sprocket-features-desc .testimonial { font-size: 17px; font-weight: 300; font-style: italic; color: #777; text-indent: 20px; margin-bottom: 20px; }
#webpagetheme .sprocket-features-list .sprocket-features-desc .testimonial::before { font-family: FontAwesome; color: #eee; content: "\f10d"; position: absolute; left: -20px; top: -3px; }
#webpagetheme .sprocket-features-list .sprocket-features-desc .testimonial::after { font-family: FontAwesome; color: #eee; content: "\f10e"; position: relative; left: 5px; top: 5px; }
#webpagetheme .sprocket-features-list .sprocket-features-desc .author-profile img { border-radius: 3px; width: 50px; float: left; margin-right: 10px; }
#webpagetheme .sprocket-features-list .sprocket-features-desc .author-profile .name { font-weight: 400; }
#webpagetheme .sprocket-features-list .sprocket-features-desc .author-profile .designation { font-style: italic; }
#webpagetheme .sprocket-features-list .sprocket-features-desc .author-profile .company-name { display: block; font-size: 13px; }
#webpagetheme .client-logo { border-bottom: 1px solid #eee; }

@media screen and (max-width: 767px) {
    #webpagetheme .client-logo ul.sprocket-strips-container li { margin-bottom: 10px; }
    #webpagetheme .client-logo ul.sprocket-strips-container li .sprocket-strips-item { width: 165px; height: 60px; background-position: center; }
}

#webpagetheme .th-login { margin: 7px 0 0 0; }
#webpagetheme .th-login #btl .btl-panel span { -webkit-box-shadow: none; box-shadow: none; background: transparent !important; border: 0; padding: 0; margin: 0; border-radius: 0; height: 32px; line-height: 32px; }
#webpagetheme .th-login #btl .btl-panel span#btl-panel-login { margin-right: -3px !important; }
#webpagetheme .th-login #btl .btl-panel span i.fa { display: inline-block; font-size: 0px; cursor: pointer; margin: 0px; width: 32px; height: 32px; text-align: center; position: relative; z-index: 1; color: #444; overflow: hidden; -webkit-box-shadow: inset 0 0 0 1px #e5e5e5; box-shadow: inset 0 0 0 1px #e5e5e5; -webkit-transition: all 0.5s; transition: all 0.5s; }
#webpagetheme .th-login #btl .btl-panel span i.fa::before { speak: none; font-size: 14px; line-height: 32px; display: block; -webkit-font-smoothing: antialiased; }
#webpagetheme .th-login #btl .btl-panel span i.fa::after { pointer-events: none; position: absolute; width: 100%; height: 100%; content: ''; display: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#webpagetheme .th-login #btl .btl-panel span i.fa:hover { background: #cc0000; color: #fff; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
#webpagetheme .th-login #btl .btl-panel span i.fa:hover::before { -webkit-animation: toRightFromLeft 0.3s forwards; -moz-animation: toRightFromLeft 0.3s forwards; animation: toRightFromLeft 0.3s forwards; }
#webpagetheme #simplemodal-container .btl-content-block { border-radius: 0 !important; box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2) !important; border: 0 !important; padding: 40px; }
#webpagetheme #simplemodal-container .btl-content-block h3 { background: transparent !important; padding: 0px !important; }
#webpagetheme #simplemodal-container .btl-content-block #btl-wrap-module { padding: 0; }
#webpagetheme #simplemodal-container .btl-content-block .modalCloseImg { top: 10px !important; }
#webpagetheme #simplemodal-container .btl-content-block #register-link,
#webpagetheme #simplemodal-container .btl-content-block .btl-field,
#webpagetheme #simplemodal-container .btl-content-block .btl-error-detail,
#webpagetheme #simplemodal-container .btl-content-block .btl-error,
#webpagetheme #simplemodal-container .btl-content-block .btl-note { margin: 0 !important; }
#webpagetheme #simplemodal-container .btl-content-block #register-link { font-size: 16px; }
#webpagetheme #simplemodal-container .btl-content-block .btl-field .btl-input > input { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; margin: 0; height: 34px; }
#webpagetheme #simplemodal-container .btl-content-block .btl-buttonsubmit { margin-left: 0; margin-right: 0; }
#webpagetheme #simplemodal-container .btl-content-block #bt_ul { padding: 0; float: none; }
#webpagetheme #simplemodal-container .btl-content-block #bt_ul li { list-style: none; margin: 0; padding: 10px; border: 1px solid #eeeeee; }
#webpagetheme #simplemodal-container .btl-content-block #bt_ul li:first-child { border-bottom: none; }
#webpagetheme #simplemodal-container .btl-content-block #bt_ul li a { color: #00564d !important; }
#webpagetheme #simplemodal-container .btl-content-block #bt_ul li a:hover { text-decoration: underline !important; }
#webpagetheme .client-logo { position: relative; }
#webpagetheme .client-logo .sprocket-strips { margin-top: 0; padding: 20px; }
#webpagetheme .client-logo .moduletable h3 { font-size: 16px; text-transform: uppercase; margin: 0; padding: 15px 20px; border-bottom: 1px solid #eee; background: #f9f9f9; }
#webpagetheme .sprocket-headlines-container ul.sprocket-headlines-list::before { content: "Breaking News"; float: left; background: #333; color: #fff; padding: 2px 5px; text-transform: uppercase; font-size: 12px; margin-right: 10px; }
#webpagetheme .project { margin: 0 !important; }
#webpagetheme .project li { list-style: none; display: block; border: 1px solid #f1f2f3; padding: 10px; margin-bottom: 10px; }
#webpagetheme .th-services { margin-bottom: 30px; }
#webpagetheme .th-services img { border-radius: 2px; }
#webpagetheme .th-services h4 { text-transform: uppercase; }
#webpagetheme .th-services a { margin-top: 15px; }
#webpagetheme .hippo-tab-shortcode { }
#webpagetheme .hippo-tab-shortcode .th-top-nav ul.nav { margin: 0; padding: 0; }
#webpagetheme .hippo-tab-shortcode .th-top-nav ul.nav li { float: left; margin: 0; padding: 0; background: #eee; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#webpagetheme .hippo-tab-shortcode .th-top-nav ul.nav li:last-child { margin-right: 0; border-right: 1px solid #ccc; }
#webpagetheme .hippo-tab-shortcode .th-top-nav ul.nav li a { padding: 10px 20px; }
#webpagetheme .hippo-tab-shortcode .th-top-nav ul.nav li.active { border-bottom: 1px solid #fff; background: #fff; }
#webpagetheme .hippo-tab-shortcode .th-top-nav .tab-content { padding: 20px; border: 1px solid #ccc; margin-top: -1px; }
#webpagetheme .hippo-tab-shortcode .tabs-right::before,
#webpagetheme .hippo-tab-shortcode .tabs-left::before,
#webpagetheme .hippo-tab-shortcode .tabs-right ::after,
#webpagetheme .hippo-tab-shortcode .tabs-left ::after { content: " "; display: table; clear: both; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav,
#webpagetheme .hippo-tab-shortcode .tabs-left .nav { border-bottom: 0; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li,
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li { float: none; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li a,
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li a { min-width: 100px; }
#webpagetheme .hippo-tab-shortcode .tabs-right .tab-content .tab-pane,
#webpagetheme .hippo-tab-shortcode .tabs-left .tab-content .tab-pane { display: none; }
#webpagetheme .hippo-tab-shortcode .tabs-right .tab-content .active,
#webpagetheme .hippo-tab-shortcode .tabs-left .tab-content .active { display: block; }
#webpagetheme .hippo-tab-shortcode .tabs-left .nav { float: left; margin-right: 20px; border-right: 1px solid #ccc; }
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li a { border: 1px solid transparent; margin: 0 -1px 0 0; }
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li a:hover,
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li a:focus { border-right-color: #ccc; }
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li.active a,
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li.active a:hover,
#webpagetheme .hippo-tab-shortcode .tabs-left .nav li.active a:focus { border: 1px solid #ccc; border-right-color: #fff; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav { float: right; margin-left: 19px; border-left: 1px solid #ccc; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li a { border: 1px solid transparent; margin-left: -1px; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li a:hover,
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li a a:focus { border-left-color: #ccc; }
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li.active a,
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li.active a:hover,
#webpagetheme .hippo-tab-shortcode .tabs-right .nav li.active a:focus { border: 1px solid #ccc; border-left-color: #fff; }
#webpagetheme .hippo-accordion-shortcode .panel { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
#webpagetheme .hippo-accordion-shortcode .panel .panel-heading { display: block; padding: 0; }
#webpagetheme .hippo-accordion-shortcode .panel .panel-heading a { display: block; padding: 10px 15px; }
#webpagetheme .hippo-accordion-shortcode .panel .panel-heading a:hover { text-decoration: none; }
#webpagetheme .mod-dark { background: #37373A; padding: 20px; color: #fff; overflow: hidden; }
#webpagetheme .mod-dark h2 { margin: 0; }
#webpagetheme .mod-dark .icon { float: left; font-size: 60px; line-height: 60px; color: #00564d; text-shadow: #1b1b1b 1px 1px, #1b1b1b 2px 2px, #1b1b1b 3px 3px, #1b1b1b 4px 4px, #1b1b1b 5px 5px, #1b1b1b 6px 6px, #1b1b1b 7px 7px, #1b1b1b 8px 8px, #1b1b1b 9px 9px, #1b1b1b 10px 10px, #1b1b1b 11px 11px, #1b1b1b 12px 12px, #1b1b1b 13px 13px, #1b1b1b 14px 14px, #1b1b1b 15px 15px, #1b1b1b 16px 16px, #1b1b1b 17px 17px, #1b1b1b 18px 18px, #1b1b1b 19px 19px, #1b1b1b 20px 20px, #1b1b1b 21px 21px, #1b1b1b 22px 22px, #1b1b1b 23px 23px, #1b1b1b 24px 24px, #1b1b1b 25px 25px, #1b1b1b 26px 26px, #1b1b1b 27px 27px, #1b1b1b 28px 28px, #1b1b1b 29px 29px, #1b1b1b 30px 30px, #1b1b1b 31px 31px, #1b1b1b 32px 32px, #1b1b1b 33px 33px, #1b1b1b 34px 34px, #1b1b1b 35px 35px, #1b1b1b 36px 36px, #1b1b1b 37px 37px, #1b1b1b 38px 38px, #1b1b1b 39px 39px, #1b1b1b 40px 40px, #1b1b1b 41px 41px, #1b1b1b 42px 42px, #1b1b1b 43px 43px, #1b1b1b 44px 44px, #1b1b1b 45px 45px, #1b1b1b 46px 46px, #1b1b1b 47px 47px, #1b1b1b 48px 48px, #1b1b1b 49px 49px, #1b1b1b 50px 50px, #1b1b1b 51px 51px, #1b1b1b 52px 52px, #1b1b1b 53px 53px, #1b1b1b 54px 54px, #1b1b1b 55px 55px, #1b1b1b 56px 56px, #1b1b1b 57px 57px, #1b1b1b 58px 58px, #1b1b1b 59px 59px, #1b1b1b 60px 60px, #1b1b1b 61px 61px, #1b1b1b 62px 62px, #1b1b1b 63px 63px, #1b1b1b 64px 64px, #1b1b1b 65px 65px, #1b1b1b 66px 66px, #1b1b1b 67px 67px, #1b1b1b 68px 68px, #1b1b1b 69px 69px, #1b1b1b 70px 70px, #1b1b1b 71px 71px, #1b1b1b 72px 72px, #1b1b1b 73px 73px, #1b1b1b 74px 74px, #1b1b1b 75px 75px, #1b1b1b 76px 76px, #1b1b1b 77px 77px, #1b1b1b 78px 78px, #1b1b1b 79px 79px, #1b1b1b 80px 80px, #1b1b1b 81px 81px, #1b1b1b 82px 82px, #1b1b1b 83px 83px, #1b1b1b 84px 84px, #1b1b1b 85px 85px, #1b1b1b 86px 86px, #1b1b1b 87px 87px, #1b1b1b 88px 88px, #1b1b1b 89px 89px, #1b1b1b 90px 90px, #1b1b1b 91px 91px, #1b1b1b 92px 92px, #1b1b1b 93px 93px, #1b1b1b 94px 94px, #1b1b1b 95px 95px, #1b1b1b 96px 96px, #1b1b1b 97px 97px, #1b1b1b 98px 98px, #1b1b1b 99px 99px, #1b1b1b 100px 100px; }
#webpagetheme .slideshow { margin-top: 20px; }
#webpagetheme .features-intro .t3-content { padding-top: 0; padding-bottom: 0; }
#webpagetheme .row-feature { border-top: 1px solid #eeeeee; padding: 40px 0; font-size: 16px; color: #666666; line-height: 1.5; }
#webpagetheme .page-masthead .row-feature { padding: 40px 0; }

@media screen and (min-width: 992px) {
    #webpagetheme .row-feature { padding: 60px 0; }
    #webpagetheme .page-masthead .row-feature { padding: 100px 0; }
}

#webpagetheme .row-feature h1,
#webpagetheme .row-feature h2,
#webpagetheme .row-feature h3 { line-height: 1.15; color: #444444; }
#webpagetheme .row-feature h1 { margin-top: 0; margin-bottom: 60px; font-weight: 300; }

@media screen and (min-width: 768px) {
    #webpagetheme .row-feature h1 { font-size: 70px; }
}

#webpagetheme .row-feature h1 + p { margin-top: -55px; }
#webpagetheme .row-feature h2 { margin-top: 0; margin-bottom: 10px; }

@media screen and (min-width: 768px) {
    #webpagetheme .row-feature h2 { font-size: 35px; }
}

#webpagetheme .row-feature h3 { margin-top: 20px; margin-bottom: 20px; }

@media screen and (min-width: 768px) {
    #webpagetheme .row-feature h3 { font-size: 21.85px; }
}

#webpagetheme .row-feature h3 + p { margin-top: -10px; }
#webpagetheme .row-feature .feature-ct { width: 100%; padding-top: 10px; }

@media screen and (min-width: 768px) {
    #webpagetheme .row-feature .pull-left.item-image + .feature-ct { width: 50%; float: right; padding-left: 20px; }
    #webpagetheme .row-feature .pull-right.item-image + .feature-ct { width: 50%; float: left; padding-right: 20px; }
}

#webpagetheme .row-feature.text-center { text-align: center; }
#webpagetheme .row-feature.row-feature-alt,
#webpagetheme .row-feature:nth-child(even) { background: #f7f7f7; }
#webpagetheme .row-feature.row-feature-primary { background: #00564d; color: #ffffff; }
#webpagetheme .row-feature.row-feature-primary h1,
#webpagetheme .row-feature.row-feature-primary h2,
#webpagetheme .row-feature.row-feature-primary h3 { color: #ffffff; }
#webpagetheme .row-feature.row-feature-primary .feature-ct,
#webpagetheme .row-feature.row-feature-primary p { color: #ffffff; }
#webpagetheme .row-feature.row-feature-primary .btn-primary { border-color: #fff; }
#webpagetheme .row-feature.row-feature-primary + .row-feature-primary { border-top: 1px solid #d62c1a; }
#webpagetheme .row-feature .row-feature-narrow { padding-top: 20px; padding-bottom: 20px; }
#webpagetheme .row-feature:first-child { border-top: 0; }
#webpagetheme .row-feature .item-image { width: 100%; float: none; margin-bottom: 20px; }
#webpagetheme .row-feature .item-image img { max-width: 100%; }

@media screen and (min-width: 768px) {
    #webpagetheme .row-feature .pull-left.item-image,
    #webpagetheme .row-feature .pull-right.item-image { max-width: 50%; min-width: 25%; margin-bottom: 0; }
    #webpagetheme .row-feature .pull-left.item-image { float: left; text-align: left; padding-right: 20px; }
    #webpagetheme .row-feature .pull-right.item-image { float: right; text-align: right; padding-left: 20px; }
}

#webpagetheme .row-feature .page-header { border: 0; margin: 0 0 20px; padding: 0; }
#webpagetheme .row-feature .jumbotron { background: transparent; position: relative; margin-top: 0; margin-bottom: 20px; padding-top: 0; padding-bottom: 0; text-align: center; }

@media screen and (min-width: 768px) {
    #webpagetheme .row-feature .jumbotron { margin-bottom: 60px; }
}

#webpagetheme .row-feature .gallery .thumbnail { border: 0; padding: 0; }
#webpagetheme .row-feature .gallery .thumbnail a { display: block; border: 1px solid #eeeeee; padding: 3px; -webkit-transition: border-color 0.2s ease-in; transition: border-color 0.2s ease-in; }
#webpagetheme .row-feature .gallery .thumbnail a img { width: 100%; padding: 0; }
#webpagetheme .row-feature .gallery .thumbnail a:hover,
#webpagetheme .row-feature .gallery .thumbnail a:focus,
#webpagetheme .row-feature .gallery .thumbnail a:active { border-color: #bbbbbb; }
#webpagetheme .row-feature .gallery .thumbnail a:hover img,
#webpagetheme .row-feature .gallery .thumbnail a:focus img,
#webpagetheme .row-feature .gallery .thumbnail a:active img { opacity: .7; }
#webpagetheme .support-policy .row-support-policy { margin-bottom: 20px; }
#webpagetheme .support-policy .policy-item { margin-bottom: 20px; border: 1px solid #eeeeee; }
#webpagetheme .support-policy .policy-item .col-type { position: relative; height: 100px; border-bottom: 1px solid #eeeeee; background: #f7f7f7; }
#webpagetheme .support-policy .policy-item .col-type h3 { position: absolute; bottom: 10px; left: 20px; }
#webpagetheme .support-policy .policy-item .col-detail { height: 200px; padding: 20px; }
#webpagetheme .support-policy .policy-item .col-level { height: 80px; background: #444444; color: #fff; position: relative; }
#webpagetheme .support-policy .policy-item .col-level .face,
#webpagetheme .support-policy .policy-item .col-level .count-up,
#webpagetheme .support-policy .policy-item .col-level > strong { height: 80px; line-height: 80px; }
#webpagetheme .support-policy .policy-item .col-level .level-info { width: 160px; position: absolute; left: 0; bottom: 0; }
#webpagetheme .support-policy .policy-item .col-level .level-info .face { background-image: url(../images/emoticons.png); background-repeat: no-repeat; background-color: rgba(0, 0, 0, 0.35); display: table-cell; width: 80px; border-right: 1px solid rgba(0, 0, 0, 0.2); }
#webpagetheme .support-policy .policy-item .col-level .level-info .count-up { width: 80px; border-right: 1px solid rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.15); display: table-cell; vertical-align: middle; text-align: center; font-size: 18px; font-weight: bold; }
#webpagetheme .support-policy .policy-item .col-level strong { width: 100%; color: #ffffff; display: block; float: left; font-weight: bold; padding-left: 180px; font-size: 18px; }
#webpagetheme .support-policy .policy-item .col-level.level-1 strong { background: #3e9b52; }
#webpagetheme .support-policy .policy-item .col-level.level-1 .face { background-position: 0px 0px; }
#webpagetheme .support-policy .policy-item .col-level.level-2 strong { background: #2f773f; }
#webpagetheme .support-policy .policy-item .col-level.level-2 .face { background-position: 0px -80px; }
#webpagetheme .support-policy .policy-item .col-level.level-3 strong { background: #ffcc00; }
#webpagetheme .support-policy .policy-item .col-level.level-3 .face { background-position: 0px -160px; }
#webpagetheme .support-policy .policy-item .col-level.level-4 strong { background: #cca300; }
#webpagetheme .support-policy .policy-item .col-level.level-4 .face { background-position: 0px -240px; }
#webpagetheme .support-policy .policy-item .col-level.level-5 strong { background-color: #ff8800; }
#webpagetheme .support-policy .policy-item .col-level.level-5 .face { background-position: 0px -320px; }
#webpagetheme .support-policy .policy-item .col-level.level-6 strong { background: #cc0000; }
#webpagetheme .support-policy .policy-item .col-level.level-6 .face { background-position: 0px -400px; }
#webpagetheme .support-policy:hover { background: #ffffff; border-color: #eeeeee; }
#webpagetheme .support-policy:hover .level-info .face { top: -70px; }
#webpagetheme .support-policy:hover .level-info .count-up { bottom: 0; }
#webpagetheme .support-policy.style2 { margin-bottom: 60px; }
#webpagetheme .support-policy .row-heading { background: #444444; color: #ffffff; overflow: hidden; }

@media screen and (min-width: 768px) {
    #webpagetheme .support-policy .row-heading { display: table; width: 100%; }
}

#webpagetheme .support-policy .row-heading > div { border-right: 1px solid #5e5e5e; font-size: 12px; font-weight: bold; padding: 20px; }

@media screen and (min-width: 768px) {
    #webpagetheme .support-policy .row-heading > div { font-size: 15px; display: table-cell; }
}

#webpagetheme .support-policy .row-body { border-left: 1px solid #eeeeee; margin-bottom: 20px; }

@media screen and (min-width: 768px) {
    #webpagetheme .support-policy .row-body { display: table; width: 100%; margin-bottom: 0; }
}

#webpagetheme .support-policy .row-body > div { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 10px 20px; vertical-align: middle; }

@media screen and (min-width: 768px) {
    #webpagetheme .support-policy .row-body > div { display: table-cell; float: none; }
}

#webpagetheme .support-policy .row-body .col-type { background: #444444; color: #ffffff; font-size: 16px; font-weight: bold; }

@media screen and (min-width: 768px) {
    #webpagetheme .support-policy .row-body .col-type { background: transparent; color: #34404e; }
}

#webpagetheme .support-policy .row-body .col-level { font-size: 32px; text-align: center; }
#webpagetheme .support-policy .row-body .col-status { border-bottom: 0; }
#webpagetheme .support-policy .row-body .col-status .face { background-image: url(../images/emoticons.png); background-repeat: no-repeat; display: block; height: 80px; margin: 0 auto; width: 80px; }
#webpagetheme .support-policy .row-body .col-status strong { color: #ffffff; display: block; padding: 3px 0; text-align: center; }
#webpagetheme .support-policy .row-body.level-1 .col-status { background: #3e9b52; }
#webpagetheme .support-policy .row-body.level-1 .col-status .face { background-position: 0px 0px; }
#webpagetheme .support-policy .row-body.level-2 .col-status { background: #44aa5a; }
#webpagetheme .support-policy .row-body.level-2 .col-status .face { background-position: 0px -80px; }
#webpagetheme .support-policy .row-body.level-3 .col-status { background: #4bb762; }
#webpagetheme .support-policy .row-body.level-3 .col-status .face { background-position: 0px -160px; }
#webpagetheme .support-policy .row-body.level-4 .col-status { background: #59bd6f; }
#webpagetheme .support-policy .row-body.level-4 .col-status .face { background-position: 0px -240px; }
#webpagetheme .support-policy .row-body.level-5 .col-status { background: #68c37b; }
#webpagetheme .support-policy .row-body.level-5 .col-status .face { background-position: 0px -320px; }
#webpagetheme .support-policy .row-body.level-6 .col-status { background: #77c888; }
#webpagetheme .support-policy .row-body.level-6 .col-status .face { background-position: 0px -400px; }
#webpagetheme .support-policy .row-alt { background: #f7f7f7; }
#webpagetheme .support-policy .support-yes { color: #3e9b52; }
#webpagetheme .support-policy .support-no { color: #e1e1e1; }
#webpagetheme .pricing-table { padding-top: 40px; padding-bottom: 100px; }
#webpagetheme .pricing-table .col { margin-bottom: 40px; }

@media (min-width: 992px) {
    #webpagetheme .pricing-table .col { margin-bottom: 0; }
}

@media (min-width: 768px) {
    #webpagetheme .pricing-table .col.no-padding { padding: 0; }
}

@media (min-width: 768px) {
    #webpagetheme .pricing-table .col.shadow { box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2); }
}

#webpagetheme .pricing-table .col .big-number { display: inline-block; font-size: 70px; }
#webpagetheme .pricing-table .col .big-number sup { font-size: 28px; top: -1em; }
#webpagetheme .pricing-table .col .btn { font-size: 20px; padding: 10px 20px; }
#webpagetheme .pricing-table .col .col-header { background: #666666; color: #ffffff; padding: 10px 20px; }
#webpagetheme .pricing-table .col ul { border: 1px solid #eeeeee; border-bottom: 0; list-style: none; margin: 0; padding: 0; }
#webpagetheme .pricing-table .col ul li { border-bottom: 1px solid #eeeeee; font-size: 16px; padding: 10px 20px; text-align: center; }
#webpagetheme .pricing-table .col ul li.row1 { background: #f7f7f7; }
#webpagetheme .pricing-table .col ul li i { color: #3e9b52; font-size: 18px; }
#webpagetheme .pricing-table .col ul li.no i { color: #cc0000; }
#webpagetheme .pricing-table .col ul li.no { color: #999999; text-decoration: line-through; }
#webpagetheme .pricing-table .col .col-footer { background: #eeeeee; border: 1px solid #d5d5d5; padding: 20px; }
#webpagetheme .pricing-table .col-feature { z-index: 200; }

@media screen and (min-width: 992px) {
    #webpagetheme .pricing-table .col-feature { margin-top: -20px; }
}

#webpagetheme .pricing-table .col-feature .col-header { background: #00564d; padding: 20px 20px; }
#webpagetheme .th-pricing .plan { margin: 0; padding: 0; text-align: center; border: 2px solid #eee; }
#webpagetheme .th-pricing .plan li { list-style: none; }
#webpagetheme .th-pricing .plan li.plan-name { font-size: 16px; padding: 30px 10px 10px; text-transform: uppercase; font-weight: 400; }
#webpagetheme .th-pricing .plan li.plan-price h2 { font-size: 48px; font-weight: 700; margin: 0; padding: 0px 20px; }
#webpagetheme .th-pricing .plan li.plan-duration { background: #aaa; border-radius: 3px; padding: 2px 5px; display: inline-block; color: #fff; margin-bottom: 20px; }
#webpagetheme .th-pricing .plan li.plan-details ul { padding: 0; font-size: 16px; }
#webpagetheme .th-pricing .plan li.plan-details ul li { padding: 10px; border-bottom: 1px solid #eee; }
#webpagetheme .th-pricing .plan li.plan-details ul li:first-child { border-top: 1px solid #eee; }
#webpagetheme .th-pricing .plan li.plan-action { padding: 30px 10px; }
#webpagetheme .th-pricing .plan li.plan-action a { background: #eee; padding: 10px 20px; font-size: 18px; text-transform: uppercase; color: #34404e; border: 0; }
#webpagetheme .th-pricing .plan li.plan-action a:hover { background: #ddd; }
#webpagetheme .th-pricing .featured { position: relative; }
#webpagetheme .th-pricing .featured::before { position: absolute; content: "\f02e"; font-family: FontAwesome; color: #cc0000; right: 30px; top: -10px; font-size: 30px; }
#webpagetheme .th-pricing .featured li.plan-action a { background: #00564d; color: #ffffff; }
#webpagetheme .video-wrapper { position: relative; padding-bottom: 51%; padding-top: 30px; height: 0; }
#webpagetheme .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.t3-megamenu .mega-inner:before,.t3-megamenu .mega-inner:after{content:" ";display:table}.t3-megamenu .mega-inner:after{clear:both}.t3-megamenu .mega>.mega-dropdown-menu{min-width:200px;display:none}.t3-megamenu .mega.open>.mega-dropdown-menu,.t3-megamenu .mega.dropdown-submenu:hover>.mega-dropdown-menu{display:block}.t3-megamenu .mega-group:before,.t3-megamenu .mega-group:after{content:" ";display:table}.t3-megamenu .mega-group:after{clear:both}.t3-megamenu .dropdown-header,.t3-megamenu .mega-nav .mega-group>.dropdown-header,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header{margin:0;padding:0;background:transparent;color:inherit;font-size:18px;line-height:normal}.t3-megamenu .dropdown-header:hover,.t3-megamenu .mega-nav .mega-group>.dropdown-header:hover,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:hover,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:hover,.t3-megamenu .dropdown-header:active,.t3-megamenu .mega-nav .mega-group>.dropdown-header:active,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:active,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:active,.t3-megamenu .dropdown-header:focus,.t3-megamenu .mega-nav .mega-group>.dropdown-header:focus,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:focus,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:focus{background:inherit;color:inherit}.t3-megamenu .mega-group-ct{margin:0;padding:0}.t3-megamenu .mega-group-ct:before,.t3-megamenu .mega-group-ct:after{content:" ";display:table}.t3-megamenu .mega-group-ct:after{clear:both}.t3-megamenu .mega-nav,.t3-megamenu .dropdown-menu .mega-nav{margin:0;padding:0;list-style:none}.t3-megamenu .mega-nav>li,.t3-megamenu .dropdown-menu .mega-nav>li{list-style:none;margin-left:0}.t3-megamenu .mega-nav>li a,.t3-megamenu .dropdown-menu .mega-nav>li a{white-space:normal;display:block;padding:5px}.t3-megamenu .mega-nav>li a:hover,.t3-megamenu .dropdown-menu .mega-nav>li a:hover,.t3-megamenu .mega-nav>li a:focus,.t3-megamenu .dropdown-menu .mega-nav>li a:focus{text-decoration:none;color:#009240;background-color:#fff}.t3-megamenu .mega-nav>li .separator{display:block;padding:5px}.t3-megamenu .mega-group>.mega-nav,.t3-megamenu .dropdown-menu .mega-group>.mega-nav{margin-left:-5px;margin-right:-5px}.t3-megamenu .mega-nav .dropdown-submenu>a::after{margin-right:5px}.t3-megamenu .t3-module{margin-bottom:10px}.t3-megamenu .t3-module .module-title{margin:0;padding:0;background:transparent;color:inherit;font-size:18px;line-height:normal;margin-bottom:5px}.t3-megamenu .t3-module .module-title:hover,.t3-megamenu .t3-module .module-title:active,.t3-megamenu .t3-module .module-title:focus{background:inherit;color:inherit}.t3-megamenu .t3-module .module-ct{margin:0;padding:0}.t3-megamenu .mega-caption{display:block;white-space:nowrap}.t3-megamenu .nav .caret,.t3-megamenu .dropdown-submenu .caret,.t3-megamenu .mega-menu .caret{display:none}.t3-megamenu .nav>.dropdown>.dropdown-toggle .caret{display:inline-block}.t3-megamenu .nav [class^="icon-"],.t3-megamenu .nav [class*=" icon-"],.t3-megamenu .nav .fa{margin-right:5px}.t3-megamenu .nav .input-group-addon [class^="icon-"],.t3-megamenu .nav .input-group-addon [class*=" icon-"],.t3-megamenu .nav .input-group-addon .fa{margin-right:0}.t3-megamenu .mega-align-left>.dropdown-menu{left:0}.t3-megamenu .mega-align-right>.dropdown-menu{left:auto;right:0}.t3-megamenu .mega-align-center>.dropdown-menu{left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.t3-megamenu .dropdown-submenu.mega-align-left>.dropdown-menu{left:100%}.t3-megamenu .dropdown-submenu.mega-align-right>.dropdown-menu{left:auto;right:100%}.t3-megamenu .mega-align-justify{position:static}.t3-megamenu .mega-align-justify>.dropdown-menu{left:0;margin-left:0;top:auto}@media(min-width:991px){.t3-megamenu.animate .mega>.mega-dropdown-menu{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;opacity:0}.t3-megamenu.animate .mega.animating>.mega-dropdown-menu{-webkit-transition:all 400ms;transition:all 400ms;display:block!important}.t3-megamenu.animate .mega.open>.mega-dropdown-menu,.t3-megamenu.animate .mega.animating.open>.mega-dropdown-menu{opacity:1}.t3-megamenu.animate.zoom .mega>.mega-dropdown-menu{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transform-origin:20% 20%;-moz-transform-origin:20% 20%;-ms-transform-origin:20% 20%;transform-origin:20% 20%}.t3-megamenu.animate.zoom .mega.open>.mega-dropdown-menu{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}.t3-megamenu.animate.zoom .level0>.mega-align-center>.mega-dropdown-menu{-webkit-transform:scale(0,0) translate(-50%,0);-ms-transform:scale(0,0) translate(-50%,0);transform:scale(0,0) translate(-50%,0);-webkit-transform-origin:0 20%;-moz-transform-origin:0 20%;-ms-transform-origin:0 20%;transform-origin:0 20%}.t3-megamenu.animate.zoom .level0>.mega-align-center.open>.mega-dropdown-menu{-webkit-transform:scale(1,1) translate(-50%,0);-ms-transform:scale(1,1) translate(-50%,0);transform:scale(1,1) translate(-50%,0)}.t3-megamenu.animate.elastic .mega>.mega-dropdown-menu{-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:10% 0;-moz-transform-origin:10% 0;-ms-transform-origin:10% 0;transform-origin:10% 0}.t3-megamenu.animate.elastic .mega.open>.mega-dropdown-menu{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}.t3-megamenu.animate.elastic .level0>.mega>.mega-dropdown-menu{-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0)}.t3-megamenu.animate.elastic .level0 .open>.mega-dropdown-menu{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}.t3-megamenu.animate.elastic .level0>.mega-align-center>.mega-dropdown-menu{transform:scale(1,0) translate(-50%,0);-webkit-transform:scale(1,0) translate(-50%,0);-ms-transform:scale(1,0) translate(-50%,0)}.t3-megamenu.animate.elastic .level0>.mega-align-center.open>.mega-dropdown-menu{transform:scale(1,1) translate(-50%,0);-webkit-transform:scale(1,1) translate(-50%,0);-ms-transform:scale(1,1) translate(-50%,0)}.t3-megamenu.animate.slide .mega.animating>.mega-dropdown-menu{overflow:hidden}.t3-megamenu.animate.slide .mega>.mega-dropdown-menu>div{-webkit-transition:all 400ms;transition:all 400ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;margin-top:-100%}.t3-megamenu.animate.slide .mega.open>.mega-dropdown-menu>div{margin-top:0}.t3-megamenu.animate.slide .mega .mega>.mega-dropdown-menu{min-width:0}.t3-megamenu.animate.slide .mega .mega>.mega-dropdown-menu>div{min-width:200px;margin-top:0;margin-left:-500px;width:100%}.t3-megamenu.animate.slide .mega .mega.open>.mega-dropdown-menu>div{margin-left:0}}@media(max-width:767px){.t3-megamenu .row,.t3-megamenu .mega-dropdown-menu,.t3-megamenu .row [class*="col-lg-"],.t3-megamenu .row [class*="col-md-"],.t3-megamenu .row [class*="col-sm-"],.t3-megamenu .row [class*="col-xs-"]{width:100%!important;min-width:100%!important;left:0!important;margin-left:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.t3-megamenu .hidden-collapse,.t3-megamenu .always-show .caret,.t3-megamenu .always-show .dropdown-submenu>a:after .sub-hidden-collapse>.nav-child,.t3-megamenu .sub-hidden-collapse .caret,.t3-megamenu .sub-hidden-collapse>a:after{display:none!important}.t3-megamenu .mega-caption{display:none!important}html[dir="rtl"] .t3-megamenu .row,html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"]{left:auto;right:0!important;margin-right:0!important}}.t3-megamenu .mega-inner{padding:20px 0}.t3-megamenu .row{margin-left:auto;margin-right:auto}.t3-megamenu .row+.row{padding-top:10px;border-top:1px solid #fff}.t3-megamenu .mega-dropdown-menu{color:#444}.t3-megamenu .mega-group{border:0!important}.t3-megamenu .dropdown-header,.t3-megamenu .mega-nav .mega-group>.dropdown-header,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header{margin:0;padding:0;color:#000;text-transform:uppercase;font-size:14px;font-weight:400;line-height:normal}.t3-megamenu .dropdown-header:hover,.t3-megamenu .mega-nav .mega-group>.dropdown-header:hover,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:hover,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:hover,.t3-megamenu .dropdown-header:active,.t3-megamenu .mega-nav .mega-group>.dropdown-header:active,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:active,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:active,.t3-megamenu .dropdown-header:focus,.t3-megamenu .mega-nav .mega-group>.dropdown-header:focus,.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:focus,.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:focus{color:inherit}.t3-megamenu .mega-group-ct .row{margin-left:-20px;margin-right:-20px}.t3-megamenu .mega-nav>li,.t3-megamenu .dropdown-menu .mega-nav>li{border-bottom:1px solid #f2f2f2}.t3-megamenu .mega-nav>li:first-child,.t3-megamenu .dropdown-menu .mega-nav>li:first-child{border-top:1px solid #f2f2f2}.t3-megamenu .mega-nav>li a,.t3-megamenu .dropdown-menu .mega-nav>li a{padding:10px 0;color:#222}.t3-megamenu .mega-nav>li.open>a,.t3-megamenu .dropdown-menu .mega-nav>li.open>a{background:#fff;color:#009240}.t3-megamenu .mega-nav>li.active>a,.t3-megamenu .dropdown-menu .mega-nav>li.active>a{color:#009240;background:#fff}.t3-megamenu .mega-nav .dropdown-submenu>a::after{margin-right:0}.t3-megamenu .t3-module .module-title{color:#eee;margin:0;padding:0;color:#000;text-transform:uppercase;font-size:14px;font-weight:400;line-height:normal;margin-bottom:20px}.t3-megamenu .t3-module .module-title:hover,.t3-megamenu .t3-module .module-title:active,.t3-megamenu .t3-module .module-title:focus{color:inherit}.t3-megamenu .t3-module ul,.t3-megamenu .t3-module .nav{padding-left:20px}.t3-megamenu .t3-module ul li,.t3-megamenu .t3-module .nav li{list-style:disc;display:list-item;float:none;margin:0;padding:0;border:0}.t3-megamenu .t3-module ul li a,.t3-megamenu .t3-module .nav li a{display:inline;padding:0;margin:0;border:0;font-size:100%;background:0;font:inherit;white-space:normal;color:#f7f7f7}.t3-megamenu .t3-module ul li a:hover,.t3-megamenu .t3-module .nav li a:hover,.t3-megamenu .t3-module ul li a:focus,.t3-megamenu .t3-module .nav li a:focus,.t3-megamenu .t3-module ul li a:active,.t3-megamenu .t3-module .nav li a:active{background:0;color:#009240;font:inherit}.t3-megamenu .mega-caption{color:#999;font-size:12px;margin-top:3px;font-weight:300}.t3-megamenu .nav .input-group-addon [class^="icon-"],.t3-megamenu .nav .input-group-addon [class*=" icon-"],.t3-megamenu .nav .input-group-addon .fa{margin-right:0}.sprocket-strips{margin-top:25px}.sprocket-strips:after{display:table;content:"";*zoom:1;clear:both}.sprocket-strips-container{list-style:none!important;overflow:hidden;padding:0!important;margin:0 -1%!important}.sprocket-strips-container:before,.sprocket-strips-container:after{content:"";display:table;line-height:0}.sprocket-strips-item{background-size:cover;border-radius:2px;position:relative}.sprocket-strips-content{z-index:2;margin:15px 15px 0;padding:10px;position:absolute;bottom:0;background:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.sprocket-strips-content h4 a{color:#34404e!important}.sprocket-strips-content h4 a:hover{text-decoration:none}.sprocket-strips-title{margin-top:0!important}.sprocket-strips-text{display:block}.sprocket-strips-content .readon{margin-top:10px}.sprocket-strips-container>li{float:left;margin:0 1%}.cols-1>li{width:98%}.cols-2>li{width:48%}.cols-3>li{width:31.33%}.cols-4>li{width:23%}.cols-5>li{width:18%}.cols-6>li{width:14.6667%}.cols-7>li{width:12.2555%}.cols-8>li{width:10.5%}.cols-9>li{width:9.11%}.cols-10>li{width:8%}.cols-11>li{width:7.09%}.cols-12>li{width:6.33%}@media(max-width:767px){.cols-1>li,.cols-2>li,.cols-3>li,.cols-4>li,.cols-5>li,.cols-6>li,.cols-7>li,.cols-8>li,.cols-9>li,.cols-10>li,.cols-11>li,.cols-12>li{width:100%;float:none}}.sprocket-strips-nav{display:table;width:100%;padding:5px}.sprocket-strips-pagination{display:table-cell;vertical-align:middle}.sprocket-strips-pagination ul{float:left;margin:0!important;padding:0!important}.sprocket-strips-pagination li{display:inline-block;padding:4px!important;opacity:.3;border-radius:1em;cursor:pointer}.sprocket-strips-pagination li.active{opacity:1}.sprocket-strips-pagination li span{display:none;font-size:.85em;line-height:1em}.sprocket-strips-pagination-hidden{display:none}.sprocket-strips-arrows{display:inline-block;vertical-align:middle;position:absolute;right:20px;top:20px}.sprocket-strips-arrow ul{float:right;margin:0!important;padding:0!important}.sprocket-strips-arrows .arrow{display:block;cursor:pointer;float:right;text-align:center}.client-logo .sprocket-strips-arrows{top:14px}.sprocket-strips-item{height:270px;position:relative}.client-logo .sprocket-strips-content{display:none}.client-logo .sprocket-strips-item{height:60px;position:relative}.sprocket-strips-pagination li{background:#000;color:#fff;box-shadow:1px 1px 1px rgba(255,255,255,0.5)}.sprocket-strips-overlay{display:none;position:absolute;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5}.sprocket-strips-overlay .css-loader-wrapper{width:40px;height:40px;margin:0 auto;background-color:#555;border-radius:3px}.sprocket-strips-overlay .css-loader-wrapper .css-loader{background-position:50% 50%;background-repeat:no-repeat}.sprocket-strips.loading .sprocket-strips-overlay{display:block}.sprocket-strips-overlay .css-loader{width:100%;height:100%}.sprocket-strips-overlay .css-loader{background-image:url(../../loader.gif)}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes rotate{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@-o-keyframes rotate{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(http://www.tisa-domzale.si/images/webpagetheme/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(http://www.tisa-domzale.si/images/webpagetheme/AjaxLoader.gif) no-repeat center center}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.1.0');src:url('fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('fontawesome-webfont.woff?v=4.1.0') format('woff'),url('fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}div.sp_social ul{list-style:none;padding:0;margin:0}div.sp_social ul li{display:inline-block;padding:0;margin:0 2px 0 0;background:0}div.sp_social ul li a{display:block;padding:0;margin:0;background-color:none;background-repeat:no-repeat;background-position:50%;font-size:12px;border:0;text-decoration:none}div.sp_social.icon_size_32 ul li a{width:32px;height:32px}div.sp_social.icon_size_16 ul li a{width:16px;height:16px}div.sp_social ul li a:hover{background-color:none;text-decoration:none}div.sp_social ul li a span{display:none}div.sp_social ul li a strong{display:none}div.sp_social.icon_size_32 ul li a.sp_social_rss{background-image:url(../../images/default/32/rss.png)}div.sp_social.icon_size_32 ul li a.sp_social_facebook{background-image:url(../../images/default/32/facebook.png)}div.sp_social.icon_size_32 ul li a.sp_social_twitter{background-image:url(../../images/default/32/twitter.png)}div.sp_social.icon_size_32 ul li a.sp_social_googleplus{background-image:url(../../images/default/32/google_plus.png)}div.sp_social.icon_size_32 ul li a.sp_social_linkedin{background-image:url(../../images/default/32/linkedin.png)}div.sp_social.icon_size_32 ul li a.sp_social_youtube{background-image:url(../../images/default/32/youtube.png)}div.sp_social.icon_size_32 ul li a.sp_social_pinterest{background-image:url(../../images/default/32/pinterest.png)}div.sp_social.icon_size_32 ul li a.sp_social_flickr{background-image:url(../../images/default/32/flickr.png)}div.sp_social.icon_size_32 ul li a.sp_social_picasa{background-image:url(../../images/default/32/picasa.png)}div.sp_social.icon_size_32 ul li a.sp_social_myspace{background-image:url(../../images/default/32/myspace.png)}div.sp_social.icon_size_32 ul li a.sp_social_digg{background-image:url(../../images/default/32/digg.png)}div.sp_social.icon_size_32 ul li a.sp_social_skype{background-image:url(../../images/default/32/skype.png)}div.sp_social.icon_size_32 ul li a.sp_social_vimeo{background-image:url(../../images/default/32/vimeo.png)}div.sp_social.icon_size_32 ul li a.sp_social_delicious{background-image:url(../../images/default/32/delicious.png)}div.sp_social.icon_size_16 ul li a.sp_social_rss{background-image:url(../../images/default/16/rss.png)}div.sp_social.icon_size_16 ul li a.sp_social_facebook{background-image:url(../../images/default/16/facebook.png)}div.sp_social.icon_size_16 ul li a.sp_social_twitter{background-image:url(../../images/default/16/twitter.png)}div.sp_social.icon_size_16 ul li a.sp_social_googleplus{background-image:url(../../images/default/16/google_plus.png)}div.sp_social.icon_size_16 ul li a.sp_social_linkedin{background-image:url(../../images/default/16/linkedin.png)}div.sp_social.icon_size_16 ul li a.sp_social_youtube{background-image:url(../../images/default/16/youtube.png)}div.sp_social.icon_size_16 ul li a.sp_social_pinterest{background-image:url(../../images/default/16/pinterest.png)}div.sp_social.icon_size_16 ul li a.sp_social_flickr{background-image:url(../../images/default/16/flickr.png)}div.sp_social.icon_size_16 ul li a.sp_social_picasa{background-image:url(../../images/default/16/picasa.png)}div.sp_social.icon_size_16 ul li a.sp_social_myspace{background-image:url(../../images/default/16/myspace.png)}div.sp_social.icon_size_16 ul li a.sp_social_digg{background-image:url(../../images/default/16/digg.png)}div.sp_social.icon_size_16 ul li a.sp_social_skype{background-image:url(../../images/default/16/skype.png)}div.sp_social.icon_size_16 ul li a.sp_social_vimeo{background-image:url(../../images/default/16/vimeo.png)}div.sp_social.icon_size_16 ul li a.sp_social_delicious{background-image:url(../../images/default/16/delicious.png)}.rtl div.sp_social ul li{margin:0 0 0 2px}.dropzone,.dropzone *,.dropzone-previews,.dropzone-previews *{box-sizing:border-box}.dropzone{position:relative;border:1px solid rgba(0,0,0,0.08);background:rgba(0,0,0,0.02);padding:1em}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone .dz-message{opacity:1}.dropzone.dz-drag-hover{border-color:rgba(0,0,0,0.15);background:rgba(0,0,0,0.04)}.dropzone.dz-started .dz-message{display:none}.dropzone .dz-preview,.dropzone-previews .dz-preview{background:rgba(255,255,255,0.8);position:relative;display:inline-block;margin:17px;vertical-align:top;border:1px solid #acacac;padding:6px 6px 6px 6px}.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail]{display:none}.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details{width:100px;height:100px;position:relative;background:#ebebeb;padding:5px;margin-bottom:22px}.dropzone .dz-preview .dz-details .dz-filename,.dropzone-previews .dz-preview .dz-details .dz-filename{overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img,.dropzone-previews .dz-preview .dz-details img{position:absolute;top:0;left:0;width:100px;height:100px}.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size{position:absolute;bottom:-28px;left:3px;height:28px;line-height:28px}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark{display:block}.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview:hover .dz-details img,.dropzone-previews .dz-preview:hover .dz-details img{display:none}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{display:none;position:absolute;width:40px;height:40px;font-size:30px;text-align:center;right:-10px;top:-10px}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{color:#8cc657}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{color:#ee162d}.dropzone .dz-preview .dz-progress,.dropzone-previews .dz-preview .dz-progress{position:absolute;top:100px;left:6px;right:6px;height:6px;background:#d7d7d7;display:none}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{display:block;position:absolute;top:0;bottom:0;left:0;width:0;background-color:#8cc657}.dropzone .dz-preview.dz-processing .dz-progress,.dropzone-previews .dz-preview.dz-processing .dz-progress{display:block}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{display:none;position:absolute;top:-5px;left:-20px;background:rgba(245,245,245,0.8);padding:8px 10px;color:#800;min-width:140px;max-width:500px;z-index:500}.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message{display:block}.dropzone{border:1px solid rgba(0,0,0,0.03);min-height:300px;-webkit-border-radius:3px;border-radius:3px;background:rgba(0,0,0,0.03);padding:23px}.dropzone .dz-default.dz-message{opacity:1;-ms-filter:none;filter:none;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;background-image:url("/images/webpagetheme/timberdefault/dropzone/spritemap.png");background-repeat:no-repeat;background-position:0 0;position:absolute;width:140px;height:110px;margin:auto;top:0;bottom:0;left:0;right:0}@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx){.dropzone .dz-default.dz-message{background-image:url("/images/webpagetheme/timberdefault/dropzone/spritemap@2x.png");-webkit-background-size:428px 406px;-moz-background-size:428px 406px;background-size:428px 406px}}.dropzone .dz-default.dz-message span{display:none}.dropzone.dz-square .dz-default.dz-message{background-position:0 -123px;width:268px;margin-left:-134px;height:174px;margin-top:-87px}.dropzone.dz-drag-hover .dz-message{opacity:.15;-ms-filter:"alpha(opacity=15)";filter:alpha(opacity=15)}.dropzone.dz-started .dz-message{display:block;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0)}.dropzone .dz-preview,.dropzone-previews .dz-preview{-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.16);box-shadow:1px 1px 4px rgba(0,0,0,0.16);font-size:14px}.dropzone .dz-preview.dz-image-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{display:block;opacity:.1;-ms-filter:"alpha(opacity=10)";filter:alpha(opacity=10)}.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{opacity:1;-ms-filter:none;filter:none}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark{opacity:1;-ms-filter:none;filter:none}.dropzone .dz-preview.dz-error .dz-progress .dz-upload,.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload{background:#ee1e2d}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{display:block;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;background-image:url("/images/webpagetheme/timberdefault/dropzone/spritemap.png");background-repeat:no-repeat}@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx){.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{background-image:url("/images/webpagetheme/timberdefault/dropzone/spritemap@2x.png");-webkit-background-size:428px 406px;-moz-background-size:428px 406px;background-size:428px 406px}}.dropzone .dz-preview .dz-error-mark span,.dropzone-previews .dz-preview .dz-error-mark span,.dropzone .dz-preview .dz-success-mark span,.dropzone-previews .dz-preview .dz-success-mark span{display:none}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{background-position:-268px -123px}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{background-position:-268px -163px}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{-webkit-animation:loading .4s linear infinite;-moz-animation:loading .4s linear infinite;-o-animation:loading .4s linear infinite;-ms-animation:loading .4s linear infinite;animation:loading .4s linear infinite;-webkit-transition:width .3s ease-in-out;-moz-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;-ms-transition:width .3s ease-in-out;transition:width .3s ease-in-out;-webkit-border-radius:2px;border-radius:2px;position:absolute;top:0;left:0;width:0;height:100%;background-image:url("/images/webpagetheme/timberdefault/dropzone/spritemap.png");background-repeat:repeat-x;background-position:0 -400px}@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx){.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{background-image:url("/images/webpagetheme/timberdefault/dropzone/spritemap@2x.png");-webkit-background-size:428px 406px;-moz-background-size:428px 406px;background-size:428px 406px}}.dropzone .dz-preview.dz-success .dz-progress,.dropzone-previews .dz-preview.dz-success .dz-progress{display:block;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{display:block;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message{opacity:1;-ms-filter:none;filter:none}.dropzone a.dz-remove,.dropzone-previews a.dz-remove{background-image:-webkit-linear-gradient(top,#fafafa,#eee);background-image:-moz-linear-gradient(top,#fafafa,#eee);background-image:-o-linear-gradient(top,#fafafa,#eee);background-image:-ms-linear-gradient(top,#fafafa,#eee);background-image:linear-gradient(to bottom,#fafafa,#eee);-webkit-border-radius:2px;border-radius:2px;border:1px solid #eee;text-decoration:none;display:block;padding:4px 5px;text-align:center;color:#aaa;margin-top:26px}.dropzone a.dz-remove:hover,.dropzone-previews a.dz-remove:hover{color:#666;text-decoration:none!important;cursor:pointer}@-moz-keyframes loading{from{background-position:0 -400px}to{background-position:-7px -400px}}@-webkit-keyframes loading{from{background-position:0 -400px}to{background-position:-7px -400px}}@-o-keyframes loading{from;{background-position:0 -400px}to{background-position:-7px -400px}}@keyframes loading{from{background-position:0 -400px}to{background-position:-7px -400px}}#webpagetheme{height:100%;-webkit-font-smoothing:antialiased}#webpagetheme body{height:100%;font:normal 13px/20px "Trebuchet MS",Arial,Helvetica,sans-serif;color:#696969;background:url('/images/webpagetheme/timberdefault/background.jpg') no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}#webpagetheme a{color:#877B6D;text-decoration:none;transition:all .2s ease 0s}#webpagetheme a:hover{text-decoration:underline}#webpagetheme a:visited{text-decoration:none}#webpagetheme button{border-radius:0!important}#webpagetheme strong{font-weight:bold}#webpagetheme h1,#webpagetheme .h1{font-size:24px}#webpagetheme h2{color:#948F8B!important;text-transform:none;margin-bottom:18px;font-size:22px}#webpagetheme h2 a{color:#948F8B!important;text-transform:none;margin-bottom:18px}#webpagetheme a.th-read-more{font-size:13px;font-weight:bold;color:#fff;text-transform:none;border-top:0;background-color:rgba(143,140,135,0.5);padding:5px 10px;margin-top:20px}#webpagetheme a.th-read-more:hover{color:#fff;background-color:#877B6D}#webpagetheme .th-box-wrapper{padding:0}#webpagetheme #rightbar{background-color:#c0b3a3!important;margin:0 -20px;padding:0 20px}#webpagetheme #rightbar>.row{margin-left:-18px;margin-right:-18px}@media(max-width:991px){#webpagetheme #rightbar{margin:0 -10px;padding:0 10px}#webpagetheme #rightbar>.row{margin-left:-10px;margin-right:-10px}}#webpagetheme .webpagetheme.rightbar,#webpagetheme .webpagetheme.rightbar .innercontent{background-color:#c0b3a3!important}#webpagetheme .no-gap-left{padding-left:0}#webpagetheme .row.gap10{margin-left:-10px;margin-right:-10px}#webpagetheme .row.gap10>div[class*="col-"]{padding-left:10px;padding-right:10px}#webpagetheme .noimagewrapp{text-align:center;background:#EFEFEF!important}#webpagetheme .noimagewrapp img{display:inline-block}#webpagetheme .thumbnail{padding:4px;border:1px solid #c9c9c9;margin-bottom:0}#webpagetheme .element_LARGEBANNER .item img{margin-bottom:0}#webpagetheme .element_LARGEBANNER .fullimage img{width:100%}#webpagetheme .element_BANNER img{padding:4px;border:1px solid #c9c9c9;margin-bottom:0}#webpagetheme .divider-vertical{margin-bottom:20px}#webpagetheme .article-header+.article-aside{margin-top:0}#webpagetheme .no-margin{margin:0}#webpagetheme .element_LARGEBANNER .item img{margin-bottom:0}#webpagetheme .element_LARGEBANNER .fullimage img{width:100%}@media(max-width:991px){#webpagetheme .element_LARGEBANNER{padding-top:0!important;padding-bottom:0!important}}#webpagetheme .cc-cookies a.cc-cookie-accept:hover{background:#877B6D!important}#webpagetheme .cc-cookiesinner a{color:#fff!important}#webpagetheme .cc-cookiesinner a:hover{color:#877B6D!important}#webpagetheme .cc-cookie-link{color:#877B6D!important;margin:0;clear:both;text-decoration:underline!important}#webpagetheme .cc-cookie-link:hover{text-decoration:none!important}#webpagetheme .element_HEADER{background-color:#877B6D}#webpagetheme .element_HEADER .element_MYACCOUNTNAVIGATION .navbar{background-color:#a4a865}#webpagetheme .element_NAVIGATION{z-index:9}#webpagetheme .navbar-default{background-color:transparent}#webpagetheme .navbar-brand{padding:0}#webpagetheme .navbar-nav>li>.dropdown-menu{border-radius:0!important}#webpagetheme .navbar-default .navbar-header{height:120px;width:260px;padding:15px;position:relative}#webpagetheme .navbar-default .navbar-header .navbar-brand img{position:absolute;bottom:15px}#webpagetheme .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#fff}#webpagetheme .navbar-default .navbar-nav>li>a{color:#fff}#webpagetheme .navbar-default .navbar-nav>li>a:hover{text-decoration:none}#webpagetheme .nav .caret{border-top-color:#fff;border-bottom-color:#fff}#webpagetheme .navbar-nav>li:last-child>.dropdown-menu{right:0;left:initial!important}#webpagetheme .element_NAVIGATION .t3-navhelper{border-left:none;border-right:0}#webpagetheme .navbar-default .navbar-toggle{color:#fff;font-size:30px}#webpagetheme .navbar-default .navbar-toggle:focus{color:#fff}#webpagetheme .navbar-default .navbar-toggle:hover{color:#fff}#webpagetheme .t3-mainnav .t3-navbar-collapse{margin-top:15px}#webpagetheme .breadcrumbs-wrapper{background:#fff}#webpagetheme .breadcrumb{padding:8px 18px}#webpagetheme .myaccountusertitle{text-align:right;padding:8px 18px}#webpagetheme .logoff{border-left:1px solid #c9c9c9;display:inline-block;padding:3px 0 3px 10px;margin:-3px 5px -3px 8px}@media(max-width:992px){#webpagetheme .myaccountusertitle{text-align:left}}#webpagetheme .navbar-default .navbar-nav>li.usercard{text-align:center;padding:20px 20px 0 20px;color:#fff;text-transform:none;font:bold 18px/23px "Trebuchet MS",Arial,Helvetica,sans-serif}#webpagetheme .navbar-default .navbar-nav>li.usercard i{font-size:32px;margin-bottom:5px}#webpagetheme .navbar-default .navbar-nav>li.usercard a{padding:0;line-height:1;font-size:12px;text-decoration:underline;margin-top:5px}#webpagetheme .navbar-default .navbar-nav>li.usercard a:hover{background:0;color:#fff;text-decoration:none}@media(min-width:992px){#webpagetheme .t3-mainnav .t3-navbar{float:right}#webpagetheme .navbar-default{background-color:transparent}#webpagetheme .navbar-default .navbar-nav>li>a{padding:50px 20px 0 20px;color:#fff;text-transform:none;background-color:transparent;font:bold 18px/70px "Trebuchet MS",Arial,Helvetica,sans-serif}#webpagetheme .navbar-default .navbar-nav>.open>a{background-color:transparent;color:#474747}#webpagetheme .navbar-default .navbar-nav>.active>a,#webpagetheme .navbar-default .navbar-nav>li>a:hover,#webpagetheme .navbar-default .navbar-nav>.open>a:hover,#webpagetheme .navbar-default .navbar-nav>.open>a{background-color:#fff;color:#877B6D}#webpagetheme .navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#fff;border-bottom-color:#fff}#webpagetheme .navbar-default .navbar-nav>.open>a .caret,#webpagetheme .navbar-default .navbar-nav>.open>a:hover .caret,#webpagetheme .navbar-default .navbar-nav>.active>a>.caret,#webpagetheme .navbar-default .navbar-nav>.dropdown>a:hover .caret{border-top-color:#877B6D!important;border-bottom-color:#877B6D!important}#webpagetheme .navbar-default .navbar-nav .dropdown-menu{background:#fff;border:0}#webpagetheme .navbar-default .navbar-nav .dropdown-menu .mega-inner{padding:0}#webpagetheme .navbar-default .navbar-nav .dropdown-menu .mega-nav>li{border-bottom:1px solid #777}#webpagetheme .navbar-default .navbar-nav .dropdown-menu .mega-nav>li a:hover{background-color:#877B6D;color:#fff}#webpagetheme .navbar-default .navbar-nav .dropdown-menu .mega-nav>li a{color:#877B6D;font-size:16px}#webpagetheme .navbar-brand{padding:0}#webpagetheme .navbar-default .navbar-header{height:120px;padding:15px}}@media(max-width:1199px){#webpagetheme .navbar-default .navbar-nav>li>a{padding:50px 10px 0 10px}}@media(max-width:990px){#webpagetheme .navbar-default .navbar-nav>li>a{padding:15px 10px 15px 10px;font-size:15px}#webpagetheme .element_HEADER{padding:0 10px}}@media(min-width:991px) and (max-width:1199px){#webpagetheme .navbar-default .navbar-nav>li>a{font-size:15px}}@media(max-width:768px){#webpagetheme .navbar-default .navbar-header{width:90%}#webpagetheme .navbar-default .navbar-header .navbar-brand{float:none}#webpagetheme .navbar-default .navbar-header .navbar-brand img{position:relative}#webpagetheme .navbar-default .navbar-header{height:80px}#webpagetheme .breadcrumb>li{padding:5px 5px 5px 0}}#webpagetheme .element_NAVIGATION .t3-navbar-collapse{position:relative;z-index:10}#webpagetheme .element_NAVIGATION .mega-dropdown-inner a.active{background:none repeat scroll 0 0 #877B6D;color:#FFF!important}#webpagetheme .element_NAVIGATION .mega-dropdown-inner a{padding-left:10px}#webpagetheme .element_FOOTER{background-color:#877B6D}#webpagetheme .element_FOOTER .img-icon{padding-bottom:15px;border-bottom:1px solid #eee;float:left;margin-bottom:10px!important}#webpagetheme .element_FOOTER .t3-module h3,#webpagetheme .element_FOOTER .t3-module ul>li>a{color:#fff}#webpagetheme .element_FOOTER .t3-module ul>li>a:hover{text-decoration:underline;color:#fff}#webpagetheme .element_FOOTER .t3-module ul>li:before{content:">";color:#fff}@media(max-width:768px){#webpagetheme .element_FOOTERINFO .module-inner{padding:0 5px}#webpagetheme .element_FOOTERLINKS .module-inner{padding:0 5px}}#webpagetheme .element_FOOTERLINKS .th-footer-module i::before{border-left:none;padding-left:0;border-bottom:0;padding-bottom:0}#webpagetheme .element_FOOTERLINKS .th-footer-module .module-title .icon-border{border-left:1px solid #eee;padding-left:10px}#webpagetheme .element_FOOTER .element_FOOTERINFO h2.module-title{color:#fff!important;text-transform:uppercase;border:0;padding-left:0}@media(max-width:992px){#webpagetheme .container{padding-left:10px;padding-right:10px}#webpagetheme .row{margin-left:-10px;margin-right:-10px}#webpagetheme div[class*="col-"]{padding-left:10px;padding-right:10px}#webpagetheme .bannerwrapp{padding:0!important}#webpagetheme .webpageelementmargin_0000{padding:0 0 0 0!important}#webpagetheme .webpageelementmargin_0001{padding:0 0 0 10px!important}#webpagetheme .webpageelementmargin_0010{padding:0 0 10px 0!important}#webpagetheme .webpageelementmargin_0011{padding:0 0 10px 10px!important}#webpagetheme .webpageelementmargin_0100{padding:0 10px 0 0!important}#webpagetheme .webpageelementmargin_0101{padding:0 10px 0 10px!important}#webpagetheme .webpageelementmargin_0110{padding:0 10px 10px 0!important}#webpagetheme .webpageelementmargin_0111{padding:0 10px 10px 10px!important}#webpagetheme .webpageelementmargin_1000{padding:10px 0 0 0!important}#webpagetheme .webpageelementmargin_1001{padding:10px 0 0 10px!important}#webpagetheme .webpageelementmargin_1010{padding:10px 0 10px 0!important}#webpagetheme .webpageelementmargin_1011{padding:10px 0 10px 10px!important}#webpagetheme .webpageelementmargin_1100{padding:10px 10px 0 0!important}#webpagetheme .webpageelementmargin_1101{padding:10px 10px 0 10px!important}#webpagetheme .webpageelementmargin_1110{padding:10px 10px 10px 0!important}#webpagetheme .webpageelementmargin_1111{padding:10px 10px 10px 10px!important}#webpagetheme .element_NAVIGATION,#webpagetheme .element_MYACCOUNTNAVIGATION{padding-left:0!important;padding-right:0!important}#webpagetheme .element_MYACCOUNTNAVIGATION .breadcrumbs-wrapper>.row{margin-left:-0px;margin-right:-0px}#webpagetheme .element_MYACCOUNTNAVIGATION .breadcrumbs-wrapper>.row>div[class*="col-"]{padding-left:0;padding-right:0}#webpagetheme .element_TITLE article header h2{padding:5px 0 10px}}@media(min-width:992px){#webpagetheme .webpageelementmargin_0000{padding:0}#webpagetheme .webpageelementmargin_0001{padding:0 0 0 18px}#webpagetheme .webpageelementmargin_0010{padding:0 0 18px 0}#webpagetheme .webpageelementmargin_0011{padding:0 0 18px 18px}#webpagetheme .webpageelementmargin_0100{padding:0 18px 0 0}#webpagetheme .webpageelementmargin_0101{padding:0 18px 0 18px}#webpagetheme .webpageelementmargin_0110{padding:0 18px 18px 0}#webpagetheme .webpageelementmargin_0111{padding:0 18px 18px 18px}#webpagetheme .webpageelementmargin_1000{padding:18px 0 0 0}#webpagetheme .webpageelementmargin_1001{padding:18px 0 0 18px}#webpagetheme .webpageelementmargin_1010{padding:18px 0 18px 0}#webpagetheme .webpageelementmargin_1011{padding:18px 0 18px 18px}#webpagetheme .webpageelementmargin_1100{padding:18px 18px 0 0}#webpagetheme .webpageelementmargin_1101{padding:18px 18px 0 18px}#webpagetheme .webpageelementmargin_1110{padding:18px 18px 18px 0}#webpagetheme .webpageelementmargin_1111{padding:18px 18px 18px 18px}#webpagetheme .element_HEADER .element_inner>.row{margin-left:-18px;margin-right:-18px}}#webpagetheme #htmlframecarousel .bannerwrapp img{width:100%}#webpagetheme #owl-carousel .item img{display:block;width:100%;height:auto}#webpagetheme .owl-theme .owl-controls .owl-buttons div{background:0;font-size:40px;color:#000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#webpagetheme .owl-theme .owl-buttons i{margin-top:2px}#webpagetheme .owl-theme .owl-controls .owl-buttons div{position:absolute;margin:5px 10px;background:rgba(143,140,135,0.5);opacity:1;border:0;padding:15px 20px;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s}#webpagetheme .owl-theme .owl-controls .owl-buttons div:hover{border:0}#webpagetheme .owl-theme .owl-controls .owl-buttons div i{display:none}#webpagetheme .owl-theme .owl-controls .owl-buttons .owl-prev{left:0;top:40%}#webpagetheme .owl-theme .owl-controls .owl-buttons .owl-prev:before{content:url(/images/webpagetheme/timberdefault/arrow_left.png)}#webpagetheme .owl-theme .owl-controls .owl-buttons .owl-next{right:0;top:40%}#webpagetheme .owl-theme .owl-controls .owl-buttons .owl-next:before{content:url(/images/webpagetheme/timberdefault/arrow_right.png)}#webpagetheme .sprocket-lists-item{background:none repeat scroll 0 0 #F9F9F9;margin-bottom:0;margin-top:-2px;opacity:1}#webpagetheme .t3-module .module-title{font-size:23px;font-weight:400;text-transform:uppercase}#webpagetheme .owl-theme .owl-controls .owl-page span{background-color:#D1C7BB}#webpagetheme .owl-theme .owl-controls .owl-page.active span,#webpagetheme .owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#D1C7BB}#webpagetheme .owl-theme .owl-controls .owl-pagination{position:absolute;bottom:0;left:0;right:0}#webpagetheme .owl-theme .owl-controls{margin-top:0}@media(max-width:768px){#webpagetheme .owl-theme .owl-controls .owl-buttons div{padding:5px 10px}}#webpagetheme .element_LINKSWICON_innerabsolute{position:absolute;right:0}@media(max-width:991px){#webpagetheme .element_LINKSWICON_innerabsolute{left:0;right:auto;padding-left:10px;bottom:0}}#webpagetheme .element_LINKSWICON .module-title{margin-bottom:10px}#webpagetheme .element_LINKSWICON .button{width:160px;border:1px solid #e2e4e5;padding:5px;cursor:pointer}#webpagetheme .element_LINKSWICON .button:hover{background:#00564d;color:#fff}#webpagetheme .element_LINKSWICON .button .title{width:100px}#webpagetheme .element_LINKSWICON .button .icon{margin-top:5px}#webpagetheme .element_LINKSWICON .button .icon i{font-size:30px}#webpagetheme .element_LINKSWICON .social-icon i.fa{font-size:23px;color:inherit;color:#fff}#webpagetheme .element_LINKSWICON .social-icon i.fa:hover{color:#000;background:#00564d}#webpagetheme .t3-navhelper{border:1px solid #e2e4e5;border-top:0}#webpagetheme .element_CONTACTFORM{background:#fff}#webpagetheme .element_CONTACTFORM h2{font-size:23px;margin-top:0}#webpagetheme .element_INFOBOXWITHIMAGEHORIZONTAL{background-color:#fff}#webpagetheme .element_INFOBOXWITHIMAGEHORIZONTAL .image,#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .image{margin:18px 0 18px 0;padding:4px;border:1px solid #e6e6e6}#webpagetheme .element_INFOBOXWITHIMAGEHORIZONTAL .image.col-xs-push-7,#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .image.col-xs-push-7{margin:18px 0 18px 0;padding:4px}#webpagetheme .element_INFOBOXWITHIMAGEHORIZONTAL .content ul{padding-left:18px}@media(max-width:991px){#webpagetheme .element_INFOBOXWITHIMAGE article.t3-module[style]{min-height:initial!important}}#webpagetheme .element_NEWSBOXDOUBLE .image,#webpagetheme .element_NEWSBOX .image{padding:0 0 18px 18px}#webpagetheme .element_NEWSBOXDOUBLE .image.col-xs-push-7,#webpagetheme .element_NEWSBOX .image.col-xs-push-7{padding:0 18px 18px 0}#webpagetheme .element_NEWSBOXDOUBLE .ns2-tools,#webpagetheme .element_NEWSBOX .ns2-tools{color:#999;font-size:.9em}#webpagetheme .element_NEWSBOXDOUBLE h3,#webpagetheme .element_NEWSBOX h3{font-size:16px;font-weight:400;text-transform:uppercase;margin:10px 0 5px 0}#webpagetheme .element_CONTENTNEWSBOX .image{padding:0 0 18px 18px}#webpagetheme .element_CONTENTNEWSBOX .image.col-xs-push-7{padding:0 18px 18px 0}#webpagetheme .element_CONTENTNEWSBOX .ns2-tools{color:#999;font-size:.9em}#webpagetheme .element_CONTENTNEWSBOX h2{font-size:23px;text-transform:uppercase;margin:0 0 18px 0}#webpagetheme .element_INFOBOXTRIO .module-title{font-size:23px;font-weight:400;margin-bottom:18px;text-transform:none}#webpagetheme .element_INFOBOXTRIO .module-sub-title{font:normal 13px/20px "Trebuchet MS",Arial,Helvetica,sans-serif;color:inherit;margin-bottom:10px}#webpagetheme .element_INFOBOXTRIO .sprocket-strips-item{height:300px}#webpagetheme .element_FOOTERIMAGECAROUSEL .ns2-art-controllers{position:absolute;right:10px;top:14px}#footer-owl-carousel .item{min-width:200px;height:100px}#webpagetheme .element_LARGECONTENT h1{color:#474747}#webpagetheme .element_LARGECONTENT h4{margin-top:0}#webpagetheme .element_LARGECONTENT .pagenav .next{margin-right:15px;margin-bottom:10px}#webpagetheme .element_LARGECONTENT .article-content ul{padding-left:18px}#webpagetheme .element_LARGECONTENT .article-content a{text-decoration:underline;font-weight:bold}#webpagetheme .element_LARGECONTENT .article-content a:hover{text-decoration:none;color:#877B6D}#webpagetheme .element_LARGECONTENT .article-content table td{padding:5px}#webpagetheme .element_LARGECONTENT ul.filelist{list-style-type:none}#webpagetheme .element_LARGECONTENT ul.filelist li{clear:both;height:24px;line-height:24px;margin-bottom:5px}#webpagetheme .element_LARGECONTENT ul.filelist li img{float:left;margin-right:10px}#webpagetheme .element_LARGECONTENT ul.filelist li a{text-decoration:underline;color:#877B6D}#webpagetheme .element_LARGECONTENT ul.filelist li a:hover{text-decoration:none;color:#877B6D}#webpagetheme .element_LARGECONTENT .pagenav li>a{padding:5px 10px;font-size:13px;background:rgba(143,140,135,0.5)}#webpagetheme .element_LARGECONTENT .pagenav li>a:hover{background-color:#877B6D;color:#fff}#webpagetheme .element_FILELIST ul.filelist{list-style-type:none}#webpagetheme .element_FILELIST ul.filelist li{clear:both;height:24px;line-height:24px;margin-bottom:5px}#webpagetheme .element_FILELIST ul.filelist li img{float:left;margin-right:10px}#webpagetheme .element_FILELIST ul.filelist li a:hover{text-decoration:underline;color:#00564d}#webpagetheme .element_NEWSCONTENT .article-header .social-icon{margin-top:0}#webpagetheme .element_NEWSCONTENT .article-header .social-icon ul{margin-bottom:0}#webpagetheme .element_NEWSCONTENT .article-content ul{padding-left:18px}#webpagetheme .element_NEWSCONTENT ul.filelist{list-style-type:none}#webpagetheme .element_NEWSCONTENT ul.filelist li{clear:both;height:24px;line-height:24px;margin-bottom:5px}#webpagetheme .element_NEWSCONTENT ul.filelist li img{float:left;margin-right:10px}#webpagetheme .element_NEWSCONTENT ul.filelist li a:hover{text-decoration:underline;color:#00564d}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul{position:relative;overflow:hidden;margin:-18px}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul .tab-content{padding:0;border:0}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul .nav-tabs{padding:0!important;margin:0;list-style:none!important;position:relative;z-index:2;background:#f5f5f5}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul .nav-tabs li{float:left}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul .nav-tabs li .tabs-inner{transition:background .1s ease-in;-webkit-transition:background .1s ease-in;-moz-transition:background .1s ease-in;-o-transition:background .1s ease-in}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul .nav-tabs li .tabs-inner{cursor:pointer;display:block;padding:15px;line-height:1em;font-size:16px}#webpagetheme .element_INFOBOXTABSWITHIMAGEHORIZONTAL .tabs-modul .nav-tabs li.active .tabs-inner{background-color:#fff}@media(max-width:991px){#webpagetheme .element_CONTENTVERTICALMENU{padding:0 18px}}#webpagetheme .element_CONTENTVERTICALMENU ul{border:1px solid #c9c9c9}#webpagetheme .element_CONTENTVERTICALMENU li{background:#fff}#webpagetheme .element_CONTENTVERTICALMENU .active a{color:#FFF!important}#webpagetheme .element_CONTENTVERTICALMENU .active .caretright{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;display:inline-block;float:right;margin-top:5px}#webpagetheme .element_CONTENTVERTICALMENU h2{margin-top:0!important;margin:0}#webpagetheme .element_CONTENTVERTICALMENU .collapsetoggle{padding:0 15px 10px}#webpagetheme .element_CONTENTVERTICALMENU .nav-pills>li.active>a,#webpagetheme .element_CONTENTVERTICALMENU .nav-pills>li.active>a:hover,#webpagetheme .element_CONTENTVERTICALMENU .nav-pills>li.active>a:focus{color:#fff;background-color:#877B6D}#webpagetheme .element_CONTENTVERTICALMENU .nav-stacked>li+li{margin-top:0;margin-left:0;border-top:1px solid #c9c9c9}@media(max-width:992px){#webpagetheme .element_CONTENTVERTICALMENU .collapsetoggle{padding:10px 15px;background:none repeat scroll 0 0 #FFF;border:1px solid #E2E4E5}#webpagetheme .element_CONTENTVERTICALMENU .collapsetoggle h2:after{font-family:'FontAwesome';content:"−";float:right}#webpagetheme .element_CONTENTVERTICALMENU .collapsetoggle.collapsed h2:after{content:"+"}}#webpagetheme .element_FOOTERCOPYRIGHT{color:#fff}#webpagetheme .element_FOOTERCOPYRIGHT .footermenu a{color:#fff}#webpagetheme .element_FOOTERCOPYRIGHT .footermenu a:hover{color:#fff;text-decoration:underline}#webpagetheme .element_FOOTERCOPYRIGHT .footermenu .separator{color:#C6C5C2;font-size:18px}#webpagetheme .element_FOOTERCOPYRIGHT a#copyrightlink{color:#fff}@media(max-width:768px){#webpagetheme .element_FOOTERCOPYRIGHT .footermenu{margin-bottom:10px}}@media(max-width:992px){#webpagetheme .element_FOOTERCOPYRIGHT .th-login.pull-right{float:left!important}#webpagetheme .element_FOOTERCOPYRIGHT .social-icon.pull-right{float:left!important}}#webpagetheme .element_TIMELINE .btngroup{text-align:center}#webpagetheme .element_TIMELINE .btn{display:inline-block;outline:0}#webpagetheme .element_TIMELINE .Timeline .btn-default{background:#F1F2F4}#webpagetheme .element_TIMELINE .Timeline .btn-default:hover{background:#00564d;border-color:#00564d;color:#fff}#webpagetheme .element_TIMELINE .Timeline li{position:relative;padding:35px 18px 18px 18px}#webpagetheme .element_TIMELINE .Timeline datetime{position:absolute;top:0;left:0;width:100%;padding:10px 18px 10px 18px;background:#f9f9f9;border-bottom:1px solid #e2e4e5;font-size:15px}#webpagetheme .element_TIMELINE .Timeline h3{margin:0;padding:0;font-size:18px;margin-bottom:10px}#webpagetheme .element_TIMELINE .Timeline a{color:inherit}#webpagetheme .element_GOOGLEMAP .googlemapsinfo{white-space:nowrap}#webpagetheme .element_GOOGLEMAP .infowindow{width:120px}#webpagetheme .element_BOXTEXT header h2{margin-top:0;color:#fff!important}#webpagetheme .element_BOXTEXT section ul{list-style-position:inside;margin-top:5px}#webpagetheme .element_BOXTEXT section a{color:#fff!important}#webpagetheme .element_BOXTEXT .t3-module.module{padding:20px;color:#fff;position:relative}#webpagetheme .element_BOXTEXT .t3-module.module.white header h2{margin-top:0;color:#000!important}#webpagetheme .element_BOXTEXT .t3-module.module.white{padding:25px;color:#000}#webpagetheme .element_BOXTEXT .t3-module .th-read-more{margin-top:10px}@media(max-width:768px){#webpagetheme .element_BOXTEXT .t3-module,#webpagetheme .element_BOXTEXT .custom{min-height:0!important}}#webpagetheme .element_BOXLOGIN{position:relative}#webpagetheme .element_BOXLOGIN .loader{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;height:32px;width:32px;background:url(http://www.tisa-domzale.si/images/webpagetheme/ajax-loader-bg.gif) no-repeat center center}#webpagetheme .element_BOXLOGIN header h2{margin-top:0;color:#fff!important}#webpagetheme .element_BOXLOGIN .t3-module.module{padding:20px;color:#fff;position:relative}#webpagetheme .element_BOXLOGIN .t3-module.module.white header h2{margin-top:0;color:#000!important}#webpagetheme .element_BOXLOGIN .t3-module.module.white{padding:25px;color:#000}#webpagetheme .element_BOXLOGIN input{margin-bottom:10px;width:100%}#webpagetheme .element_BOXLOGIN .form-submit{position:absolute;bottom:20px}#webpagetheme .element_BOXLOGIN .form-submit a{color:#fff;text-decoration:underline}#webpagetheme .element_BOXLOGIN .form-submit a:hover{text-decoration:none}#webpagetheme .element_BOXLOGIN .form-submit .btn{margin-top:0;background-color:rgba(143,140,135,0.5);padding:5px 10px;font-size:13px;font-weight:bold;color:#fff;border:0}#webpagetheme .element_BOXLOGIN .form-submit .btn:hover{color:#fff;background-color:#877B6D;border:0}#webpagetheme .element_BOXLOGIN .alert{padding:5px;margin-bottom:10px;font-size:11px}#webpagetheme .element_BOXLOGIN .ajaxboxforgottenpassword{display:none}#webpagetheme .element_BOXLOGIN a.th-read-more{margin-right:10px}@media(max-width:1200px){#webpagetheme .element_BOXLOGIN .form-submit{position:relative;bottom:0;margin-top:10px}}#webpagetheme .element_CONTENTBOXLISTWTABS h2{margin-top:0;font-weight:bold}#webpagetheme .element_CONTENTBOXLISTWTABS .sprocket-mosaic-item .sprocket-mosaic-title{text-transform:none;color:#948F8B!important;font-size:18px;margin-bottom:5px}#webpagetheme .element_CONTENTBOXLISTWTABS .sprocket-mosaic-item .sprocket-mosaic-title a{color:#948F8B!important;font-size:18px}#webpagetheme .element_CONTENTBOXLISTWTABS .sprocket-mosaic-item .newsdate{margin-bottom:5px}#webpagetheme .element_CONTENTBOXLISTWTABS .item-page{margin-bottom:0}#webpagetheme .element_CONTENTBOXLISTWTABS .sprocket-mosaic-hovercontent span{background-color:#877B6D}#webpagetheme .element_BUSINESSPARTNERS h2{margin-top:0}#webpagetheme .element_BUSINESSPARTNERS h2 .url{font-size:12px!important}#webpagetheme .element_BUSINESSPARTNERS .item-page{margin-bottom:0}#webpagetheme .element_BUSINESSPARTNERS .sprocket-padding{border:1px solid #e2e4e5;padding:10px;height:280px}#webpagetheme .element_BUSINESSPARTNERS .partnerlogo{height:90px}#webpagetheme .element_BUSINESSPARTNERS .productgroups{margin:0 -3px;height:66px}#webpagetheme .element_BUSINESSPARTNERS .productgroups .productgroup{padding:5px 0;margin:0 3px;border:1px solid #e2e4e5;text-align:center;font-size:12px;font-weight:bold}#webpagetheme .contact-form .contact-form-submit .btn{background-color:#00564d;color:#fff;border:1px solid #00564d}#webpagetheme .contact-form .contact-form-submit .btn:hover{background-color:#EEE;color:#00564d;border:1px solid #EEE}#webpagetheme #system-message p{margin:0}#webpagetheme .element_ACCORDIONBOX .sprocket-lists .sprocket-lists-item{padding-top:0;border-top:medium none;padding-bottom:0;border-bottom:medium none;overflow:hidden;opacity:1;height:100px;padding:0}#webpagetheme .element_ACCORDIONBOX .sprocket-lists .sprocket-lists-item .sprocket-padding{height:110px}#webpagetheme .element_HEADERINFO{padding-top:0}#webpagetheme .element_HEADERINFO .tail-top{margin:0 -100% 0 -100%;padding:15px 100% 15px 100%;border-top:5px solid #979797;background-repeat:repeat;background-position:55% -160px}#webpagetheme .element_HEADERINFO .tail-top .contact{color:#9e9e9e}@media(max-width:767px){#webpagetheme .element_HEADERINFO .tail-top .contact .mail{padding-left:5px}}#webpagetheme .element_HEADERINFO .tail-top .contact .mail a{color:#fff}#webpagetheme .element_HEADERINFO .tail-top .contact .mail a:hover{text-decoration:underline}#webpagetheme .element_HEADERINFO .tail-top .contact .tel{color:#fff}#webpagetheme .element_HEADERINFO .tail-top .head-search{top:-15px}#webpagetheme .element_HEADERINFO .tail-top .head-search .form-control{height:50px}#webpagetheme .element_HEADERINFO .tail-top .head-search .search{background:rgba(0,86,77,0.5)}@media(max-width:992px){#webpagetheme .element_HEADERINFO .tail-top .head-search{right:20px;top:-15px}}#webpagetheme .element_SEARCHRESULTS .result-title a{text-decoration:underline}#webpagetheme .element_SEARCHRESULTS .result-title a:hover{text-decoration:none}#webpagetheme .element_CONTENTINFO h2.module-title{text-transform:none}#webpagetheme .element_CONTENTINFO .module-title{border-left:1px solid #fff;padding-left:10px}#webpagetheme .element_CONTENTINFO .module-title i{clear:both;display:block;padding-bottom:5px;color:#00564d}#webpagetheme .element_CONTENTINFO a{color:#fff}#webpagetheme .element_VIDEO .webpagebox_video .playbutton{position:absolute;z-index:10;cursor:pointer}#webpagetheme .element_VIDEO .videoborder{padding:4px;border:1px solid #c9c9c9}#webpagetheme .element_IMAGECAROUSEL .ns2-art-controllers{position:absolute;right:10px;top:14px}#webpagetheme .element_IMAGECAROUSEL h2{text-transform:none;color:#474747;background:#fff;border-bottom:1px solid #c9c9c9;border-top:0;padding:10px 0;margin:0}#webpagetheme .element_IMAGECAROUSEL .client-logo{border-bottom:1px solid #c9c9c9!important}#webpagetheme .element_IMAGECAROUSEL .client-logo .owl-carousel{padding:5px 0}#webpagetheme .element_IMAGECAROUSEL .client-logo .owl-carousel .owl-item{padding:10px 15px;border-right:1px solid #c9c9c9}#webpagetheme .element_IMAGECAROUSEL .client-logo .owl-carousel .owl-item:last-child{border-right:0}#webpagetheme .element_GALLERYSTRIP .ns2-art-controllers{position:absolute;right:10px;top:30px}#webpagetheme .element_GALLERYSTRIP h2{text-transform:none;color:#474747;background:#fff;border-bottom:1px solid #c9c9c9;border-top:0;padding:10px 0;margin:0}#webpagetheme .element_GALLERYSTRIP .gallery-wrapp .owl-carousel{padding:5px 0}#webpagetheme .element_GALLERYSTRIP .gallery-wrapp .owl-carousel .owl-item{padding:10px 15px}#webpagetheme .element_GALLERYSTRIP .gallery-wrapp .owl-carousel .owl-item .item{text-align:center}#webpagetheme .element_GALLERYSTRIP .gallery-wrapp .owl-carousel .owl-item .imagetitle{margin-top:10px}#webpagetheme .sprocket-strips-arrows .arrow i.fa:hover,#webpagetheme .sprocket-lists-arrows .arrow i.fa:hover,#webpagetheme .sprocket-features-arrows .arrow i.fa:hover,#webpagetheme .ns2-art-controllers i.fa:hover,#webpagetheme .sprocket-headlines-navigation .arrow i.fa:hover{background:#877B6D}#webpagetheme .bodyinner .container{background:#fff}#webpagetheme .maincontentrowinner{background:#fff}#webpagetheme .maincontentrowinner>div{background-color:#fff!important}#webpagetheme #largeimagepopupoverlay{position:fixed;top:0;left:0;z-index:1060;width:100%;height:100%;background:#e4e4e4;opacity:.9;filter:alpha(opacity=90);display:none}#webpagetheme #largeimagepopupwrapper{position:fixed;display:none;height:100%;width:100%;z-index:1061}#webpagetheme #largeimagepopupwrapper .closebtn{position:absolute;top:10px;right:10px;z-index:1065;opacity:.5;font-size:48px;color:#676767}#webpagetheme #largeimagepopupwrapper .closebtn:hover{opacity:1}#webpagetheme #largeimagepopup{position:fixed;height:100%;width:100%}#webpagetheme #largeimagepopup .prevbtn{position:absolute;top:35%;left:10px;width:48px;height:48px;z-index:1065;opacity:.5;font-size:48px}#webpagetheme #largeimagepopup .nextbtn{position:absolute;top:35%;right:10px;width:48px;height:48px;z-index:1065;opacity:.5;font-size:48px}#webpagetheme #largeimagepopup .prevbtn:hover,#webpagetheme #largeimagepopup .nextbtn:hover{opacity:1}#webpagetheme #largeimagecontent{position:relative;z-index:1062}#webpagetheme #largeimagecontent #largeimage{position:relative;z-index:1063;max-height:80%;margin:0 auto}#webpagetheme #largeimagecontent #imagenav{position:absolute;height:100%;width:100%}#webpagetheme #largeimagecontent #imagenav .prev,#webpagetheme #largeimagecontent #imagenav .next{position:relative;float:left;width:50%;height:100%;z-index:1064}#webpagetheme #largeimagecontent .imagetitle{color:#000;margin-top:10px;font-size:16px}#webpagetheme .element_NWSLIST .newslist-wrapp{background-color:#C0B3A3;padding:20px;color:#fff}#webpagetheme .element_NWSLIST .newslist-wrapp h2{margin-top:0;color:#fff!important;font-size:22px}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem{float:left;width:100%;margin-bottom:20px}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem .date{text-align:center;margin-right:5%;width:20%}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem .date .day{background-color:#877B6D;font-size:20px;font-weight:bold;padding:10px 0}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem .date .month{background-color:#fff;color:#CBCAC5;font-size:16px;padding:5px 0}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem .title{width:75%;font-size:15px}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem .title a{color:#fff}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem .title a:hover{color:#fff;text-decoration:underline}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem a.readmore{display:inline-block;color:#fff;text-decoration:underline;margin-top:10px}#webpagetheme .element_NWSLIST .newslist-wrapp .newsitem a.readmore:hover{text-decoration:none}#webpagetheme .element_NWSLIST .newslist-wrapp .morenews{text-decoration:underline;color:#fff;font-size:16px;margin-top:10px;display:inline-block}#webpagetheme .element_NWSLIST .newslist-wrapp .morenews:hover{text-decoration:none}#webpagetheme .element_CONTACTFORM .contact-form-submit .btn{padding:5px 10px;font-size:13px;background:rgba(143,140,135,0.5);border:0}#webpagetheme .element_CONTACTFORM .contact-form-submit .btn:hover{background-color:#877B6D;color:#fff;border:0}#webpagetheme .element_ARTICLESET .article-form-submit .btn{padding:5px 10px;font-size:13px;background:rgba(143,140,135,0.5);border:0;margin-right:10px}#webpagetheme .element_ARTICLESET .article-form-submit .btn:hover{background-color:#877B6D;color:#fff;border:0}#webpagetheme .element_ARTICLESET .article-form .control-group{padding:0}#webpagetheme .element_ARTICLESET .article-form .control-group input:not([type='checkbox']){width:100%}#webpagetheme .element_ARTICLESET .article-form .control-group input[type=checkbox]{margin-right:10px;margin-top:0;vertical-align:middle}#webpagetheme .element_ARTICLESET .article-form .control-group textarea{width:100%;height:100px}#webpagetheme .element_ARTICLESET .article-form .control-group select{width:100%}#webpagetheme .element_ARTICLESET .article-form .dropdown .btn{width:100%;text-align:left}#webpagetheme .element_ARTICLESET .article-form .dropdown .btn .btn-label{float:left}#webpagetheme .element_ARTICLESET .article-form .dropdown .btn .caret{float:right;margin-top:7px}#webpagetheme .element_ARTICLESET .article-form .dropdown>ul{width:100%}#webpagetheme .element_ARTICLESET .article-form .dropdown ul ul{margin-left:10px}#webpagetheme .element_ARTICLESET .article-form .dropdown ul li{list-style:none;padding-bottom:5px}#webpagetheme .element_ARTICLESET .article-form .dropdown-menu>li.hasnodes{padding:10px 20px}#webpagetheme .element_ARTICLESET .article-form #nodepathview{margin-top:5px}#webpagetheme .element_ARTICLE .article h2{margin-top:0}#webpagetheme .element_ARTICLE .article a{color:#696969}#webpagetheme .element_ARTICLE .article .price span{font-size:18px}#webpagetheme .element_ARTICLE .article .supplier-info .supplier-label,#webpagetheme .element_ARTICLE .article .supplier-info .supplier-data,#webpagetheme .element_ARTICLE .article .article-details .article-label,#webpagetheme .element_ARTICLE .article .article-details .article-data{padding-top:5px;padding-bottom:5px;font:normal 13px/20px "Trebuchet MS",Arial,Helvetica,sans-serif;color:#696969}#webpagetheme .element_ARTICLE .article .supplier-info .supplier-data,#webpagetheme .element_ARTICLE .article .article-details .article-data{border-left:1px solid #ccc}#webpagetheme .element_CONTENTINFO,#webpagetheme .element_CONTENTINFO h2.module-title{color:#fff!important}#webpagetheme .element_CONTENTINFO .module-title i{color:#fff}#webpagetheme .element_NEWSCONTENT .next a{padding:5px 10px;font-size:13px;background:rgba(143,140,135,0.5);border:0}#webpagetheme .element_NEWSCONTENT .next a:hover{background-color:#877B6D;color:#fff;border:0}#webpagetheme .element_MEMBERSHIP #memberdetails .contactinfo{font-weight:bold}#webpagetheme .element_MEMBERSHIP #memberdetails a{color:#696969}#webpagetheme .element_MEMBERSHIP .resetpassword{margin-top:20px}#webpagetheme .element_MEMBERSHIP .resetpassword .info{font-size:13px;font-weight:bold}#webpagetheme .element_MEMBERSHIP .resetpassword .btn.btn-primary{font-size:13px;font-weight:bold;color:#fff;text-transform:none;border:0;background-color:rgba(143,140,135,0.5);padding:5px 10px}#webpagetheme .element_MEMBERSHIP .resetpassword .btn.btn-primary:hover{color:#fff;background-color:#877B6D}#webpagetheme .element_ARTICLES h2{margin-top:0}#webpagetheme .element_ARTICLES #articles h3{margin-top:0}#webpagetheme .element_ARTICLES #articles .path{font-size:11px}#webpagetheme .element_ARTICLES #articles .path i{color:#a4a865;font-size:12px}#webpagetheme .element_ARTICLES #articles .path a{color:#696969}#webpagetheme .element_ARTICLES #articles .price{text-align:right}#webpagetheme .element_ARTICLES #articles .price .value{font-size:19px}#webpagetheme .element_ARTICLES #articles hr{margin:5px 0}#webpagetheme .element_ARTICLES #articles .sprocket-mosaic-item>.row{margin-left:-10px;margin-right:-10px}#webpagetheme .element_ARTICLES #articles .sprocket-mosaic-item>.row>div[class*="col-"]{padding-left:10px!important;padding-right:10px!important}#webpagetheme .element_ARTICLES #articles .loader.center-block{display:block;text-align:center}#webpagetheme .element_ARTICLES #articles .thumbnail{padding:0;border:0}#webpagetheme .element_ARTICLES #articles .sprocket-mosaic-item{margin:0 0 5px 0;padding:5px;border:1px solid #ddd;position:relative}#webpagetheme .element_ARTICLES #articles .sprocket-mosaic-item .valid{margin-bottom:5px;float:right;width:150px;text-align:right}#webpagetheme .notvalidarticle{color:#ed7669}@media only screen and (max-width:480px){#webpagetheme .element_ARTICLES #articles h3{margin-top:10px}}@media(max-width:991px){#webpagetheme .element_ARTICLESLEFTBAR{padding-left:18px;padding-right:18px}}#webpagetheme .element_ARTICLESLEFTBAR ul{border:1px solid #c9c9c9}#webpagetheme .element_ARTICLESLEFTBAR li{background:#fff}#webpagetheme .element_ARTICLESLEFTBAR .active a{color:#FFF!important}#webpagetheme .element_ARTICLESLEFTBAR .active .caretright{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;display:inline-block;float:right;margin-top:5px}#webpagetheme .element_ARTICLESLEFTBAR h2{margin-top:0!important;margin:0}#webpagetheme .element_ARTICLESLEFTBAR .collapsetoggle{padding:0 15px 10px}#webpagetheme .element_ARTICLESLEFTBAR .nav-pills>li.active>a,#webpagetheme .element_ARTICLESLEFTBAR .nav-pills>li.active>a:hover,#webpagetheme .element_ARTICLESLEFTBAR .nav-pills>li.active>a:focus{color:#fff;background-color:#877B6D}#webpagetheme .element_ARTICLESLEFTBAR .nav-stacked>li+li{margin-top:0;margin-left:0;border-top:1px solid #c9c9c9}@media(max-width:992px){#webpagetheme .element_ARTICLESLEFTBAR .collapsetoggle{padding:10px 15px;background:none repeat scroll 0 0 #FFF;border:1px solid #E2E4E5}#webpagetheme .element_ARTICLESLEFTBAR .collapsetoggle h2:after{font-family:'FontAwesome';content:"−";float:right}#webpagetheme .element_ARTICLESLEFTBAR .collapsetoggle.collapsed h2:after{content:"+"}}#webpagetheme .activatearticle{padding:5px 10px;font-size:13px;background:rgba(143,140,135,0.5);border:0;color:#fff}#webpagetheme .activatearticle.red{background:rgba(237,118,105,0.9)}#webpagetheme .activatearticle.green{background:rgba(164,168,101,0.9)}#webpagetheme .activatearticle.red:hover{background:rgba(237,118,105,0.5)}#webpagetheme .activatearticle.green:hover{background:rgba(164,168,101,0.5)}#webpagetheme .activatearticle:hover{background-color:#877B6D;color:#fff;border:0}#webpagetheme .element_SEARCHFIELD input{width:100%}#webpagetheme .element_SEARCHFIELD .btn{vertical-align:top!important}#webpagetheme .element_SEARCHFIELD .btn.btn-primary{width:100%;font-size:13px;font-weight:bold;color:#fff;text-transform:none;border:0;background-color:rgba(143,140,135,0.5);padding:7px 13px}#webpagetheme .element_SEARCHFIELD .btn.btn-primary:hover{color:#fff;background-color:#877B6D}#webpagetheme .element_HEADER .element_SEARCHFIELD{padding:0 18px!important}#webpagetheme .element_HEADER .element_SEARCHFIELD form{padding:10px 16px 0 16px;background:#fff}@media(max-width:991px){#webpagetheme .element_HEADER .element_SEARCHFIELD{padding:0!important}#webpagetheme .element_SEARCHRESULTSLEFTBAR{padding:0 10px!important}#webpagetheme .element_HEADER .element_MYACCOUNTNAVIGATION{padding-top:0!important;padding-bottom:0!important}}@media(max-width:991px){#webpagetheme .element_SEARCHRESULTSLEFTBAR{padding-left:18px;padding-right:18px}}#webpagetheme .element_SEARCHRESULTSLEFTBAR ul{border:1px solid #c9c9c9}#webpagetheme .element_SEARCHRESULTSLEFTBAR li{background:#fff}#webpagetheme .element_SEARCHRESULTSLEFTBAR .active a{color:#FFF!important}#webpagetheme .element_SEARCHRESULTSLEFTBAR .active .caretright{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;display:inline-block;float:right;margin-top:5px}#webpagetheme .element_SEARCHRESULTSLEFTBAR h2{margin-top:0!important;margin:0}#webpagetheme .element_SEARCHRESULTSLEFTBAR .collapsetoggle{padding:0 15px 10px}#webpagetheme .element_SEARCHRESULTSLEFTBAR .nav-pills>li.active>a,#webpagetheme .element_SEARCHRESULTSLEFTBAR .nav-pills>li.active>a:hover,#webpagetheme .element_SEARCHRESULTSLEFTBAR .nav-pills>li.active>a:focus{color:#fff;background-color:#877B6D}#webpagetheme .element_SEARCHRESULTSLEFTBAR .nav-stacked>li+li{margin-top:0;margin-left:0;border-top:1px solid #c9c9c9}@media(max-width:992px){#webpagetheme .element_SEARCHRESULTSLEFTBAR .collapsetoggle{padding:10px 15px;background:none repeat scroll 0 0 #FFF;border:1px solid #E2E4E5}#webpagetheme .element_SEARCHRESULTSLEFTBAR .collapsetoggle h2:after{font-family:'FontAwesome';content:"−";float:right}#webpagetheme .element_SEARCHRESULTSLEFTBAR .collapsetoggle.collapsed h2:after{content:"+"}}#webpagetheme .element_ARTICLES .sprocket-mosaic-hovercontent span{background-color:#877B6D}@media(max-width:992px){#webpagetheme .element_TITLE h2{margin:0}}@media(max-width:991px){#webpagetheme .navbar-toggle{line-height:125px;height:125px}}@media(max-width:771px){#webpagetheme .navbar-toggle{line-height:80px;height:80px}}.sprocket-lists:after{display:table;content:"";*zoom:1;clear:both}.sprocket-lists ul{list-style:none!important;margin:0;padding:0}.sprocket-lists-container{overflow:hidden;padding:0!important}.sprocket-lists-title{position:relative;padding:6px 10px!important;font-size:1.2em!important;line-height:1.2em!important;margin:0 0 2px 0!important;border-radius:1px;cursor:pointer;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.sprocket-lists-title.padding{padding-right:35px}.sprocket-lists-title .indicator::after{font-family:FontAwesome;position:absolute;top:50%;right:10px;margin-top:-9px;display:block;width:14px;height:14px;cursor:pointer;text-align:center;font-weight:300;font-size:14px;color:#bbb;content:"\f0fe";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sprocket-lists-title .indicator:hover{opacity:1}.active .indicator::after,.ui-accordion-header-active .indicator::after{content:"\f146"}.sprocket-lists-item{display:block;position:relative}.active .sprocket-lists-item,.ui-accordion-header-active .sprocket-lists-item{opacity:1;margin-bottom:0;background:#f9f9f9;margin-top:-2px}.sprocket-lists-item .th-read-more{margin:5px}.sprocket-lists-item .sprocket-padding{padding:10px;display:block}.sprocket-lists-image{float:left;margin:0 15px 15px 0}.sprocket-lists-nav{display:inline-block;right:20px;top:20px;position:absolute}.sprocket-lists-pagination{display:table-cell;vertical-align:middle}.sprocket-lists-pagination ul{float:left;margin:0!important;padding:0!important}.sprocket-lists-pagination li{display:inline-block;padding:4px!important;opacity:.4;border-radius:1em;cursor:pointer}.sprocket-lists-pagination li.active{opacity:1}.sprocket-lists-pagination li.active{opacity:1}.sprocket-lists-pagination li span{display:none;font-size:.85em;line-height:1em}.sprocket-lists-pagination-hidden{display:none}.sprocket-lists-arrows{display:table-cell;vertical-align:middle}.sprocket-lists-arrow ul{float:right;margin:0!important;padding:0!important}.sprocket-lists-arrows .arrow{position:relative;display:block;cursor:pointer;float:right;text-align:center}.sprocket-lists-title{background:#efefef;border:1px solid #ddd}.active .sprocket-lists-title .indicator:before{border-bottom:6px solid #fff}.ui-accordion-header-active .sprocket-lists-title .indicator:before{border-bottom:6px solid #fff}.sprocket-lists-pagination li{background:#000;color:#fff;box-shadow:1px 1px 1px rgba(255,255,255,0.5)}.sprocket-lists-arrows .arrow,.sprocket-lists-title .indicator{-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.sprocket-lists.loading .spinner{position:absolute;margin-left:-20px;margin-top:2px;width:20px;height:20px;background-image:url(../../loader.gif);background-repeat:no-repeat}.Timeline{overflow:hidden;position:relative;margin-bottom:2em}.Timeline>h4{max-width:7em;margin:0 auto 1em;padding:.25em .5em;clear:both;text-align:center;font-weight:300}.Timeline .Timeline-yearEvents{padding:0;list-style:outside none;overflow:hidden}.Timeline .Timeline-yearEvents>li{padding:2%;border:1px solid #e2e4e5;margin:0 0 1em 1em;position:relative}.Timeline .Timeline-yearEvents>li:last-child{margin-bottom:1.75em}.Timeline .Timeline-yearEvents>li:before{content:"";position:absolute;left:-1.75em;top:.5em;z-index:1}.Timeline-dark{background:-ms-linear-gradient(left,#ddd 0,#ddd .9%,rgba(255,0,0,0) 1%);background-image:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#ddd),color-stop(0.9%,#ddd),color-stop(1%,transparent));background-image:-webkit-linear-gradient(left,#ddd 0,#ddd .9%,transparent 1%);background-image:-moz-linear-gradient(left,#ddd 0,#ddd .9%,transparent 1%);background-image:linear-gradient(left,#ddd 0,#ddd .9%,transparent 1%)}.Timeline-dark .Timeline-yearEvents>li{color:#666;background-color:#fff}.Timeline-dark .Timeline-yearEvents>li:before{border-left:10px solid transparent;border-right:10px solid #e2e4e5;border-top:10px solid transparent;border-bottom:10px solid transparent}.Timeline-dark>h4{color:#666;background-color:#fff;border:#ddd;border:1px solid #e2e4e5}@media only screen and (min-width:45em){.Timeline--light{background-image:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,transparent),color-stop(49.59%,transparent),color-stop(49.6%,#222),color-stop(49.9%,#222),color-stop(50%,transparent));background-image:-webkit-linear-gradient(left,transparent 0,transparent 49.59%,#222 49.6%,#222 49.9%,transparent 50%);background-image:-moz-linear-gradient(left,transparent 0,transparent 49.59%,#222 49.6%,#222 49.9%,transparent 50%);background-image:linear-gradient(left,transparent 0,transparent 49.59%,#222 49.6%,#222 49.9%,transparent 50%)}.Timeline--light .Timeline-yearEvents>li.node_EVE-01:before{content:"";left:-1000px;right:-.75em;border-left:10px solid #e2e4e5;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent}.Timeline-dark{background:-ms-linear-gradient(left,rgba(255,0,0,0) 0,rgba(255,0,0,0) 49.6%,#ddd 49.7%,#ddd 50.4%,rgba(255,0,0,0) 50.5%);background-image:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,transparent),color-stop(49.59%,transparent),color-stop(49.6%,#ddd),color-stop(49.9%,#ddd),color-stop(50%,transparent));background-image:-webkit-linear-gradient(left,transparent 0,transparent 49.59%,#ddd 49.6%,#ddd 49.9%,transparent 50%);background-image:-moz-linear-gradient(left,transparent 0,transparent 49.59%,#ddd 49.6%,#ddd 49.9%,transparent 50%);background-image:linear-gradient(left,transparent 0,transparent 49.59%,#ddd 49.6%,#ddd 49.9%,transparent 50%)}.Timeline-dark .Timeline-yearEvents>li:before{left:-3.3em;border-left:10px solid transparent;border-right:25px solid #ddd;border-top:13px solid transparent;border-bottom:13px solid transparent}.Timeline-dark .Timeline-yearEvents>li.node_EVE-01:before{content:"";left:auto;right:-3.3em;border-left:25px solid #ddd;border-right:10px solid transparent;border-top:13px solid transparent;border-bottom:10px solid transparent}.Timeline .Timeline-yearEvents>li{width:46%;margin:0 0 1em 0}.Timeline .Timeline-yearEvents>li.node_NWS-01{float:right;margin-top:2%}.Timeline .Timeline-yearEvents>li.node_EVE-01{float:left;clear:left}.Timeline .Timeline-yearEvents>li.node_NWS-01{clear:right}}.Timeline h4{color:#666!important}.element_TIMELINE .eventicons{position:absolute;right:5px;top:-4px}.element_TIMELINE .eventicons i{font-size:18px!important}.element_TIMELINE .eventicons i.fa:before{line-height:33px!important}.element_TIMELINE .eventicons ul li{padding:0!important}#webpagetheme .element_TIMELINE .btn:hover{background-color:#009240;color:#fff}#webpagetheme .magazine-category{padding:0 20px 20px;background-color:#fff;border:1px solid #e2e4e5;border-top:0}#webpagetheme .magazine-item:before,#webpagetheme .magazine-featured-leading:before,#webpagetheme .magazine-featured-intro:before,#webpagetheme .magazine-category:before,#webpagetheme .magazine-item:after,#webpagetheme .magazine-featured-leading:after,#webpagetheme .magazine-featured-intro:after,#webpagetheme .magazine-category:after{content:" ";display:table}#webpagetheme .magazine-item:after,#webpagetheme .magazine-featured-leading:after,#webpagetheme .magazine-featured-intro:after,#webpagetheme .magazine-category:after{clear:both}#webpagetheme .magazine .page-subheader h2{font-size:35px}#webpagetheme .magazine-category-title{margin-bottom:20px;font-size:18px;padding:0;border-top:1px solid #e2e4e5;border-bottom:1px solid #eee;background:#f5f5f5;margin-right:-20px;margin-left:-20px}#webpagetheme .magazine-category-title strong{font-weight:600}#webpagetheme .magazine-category-title .fa{font-size:14px;position:relative;top:-1px;left:2px}#webpagetheme .magazine-category-title>a{display:inline-block;color:#fff;padding:10px 20px;background:#222;text-transform:uppercase}#webpagetheme .magazine-category-title>a:hover,#webpagetheme .magazine-category-title>a:active,#webpagetheme .magazine-category-title>a:focus{text-decoration:none;color:#009240}#webpagetheme .magazine-item .page-header{padding:0;margin-bottom:5px;border-bottom:0}#webpagetheme .magazine-item .page-header h2{margin:0;font-size:16px;line-height:1.275;font-weight:400}#webpagetheme .magazine-item .page-header h2 a{color:#34404e}#webpagetheme .magazine-item .page-header h2 a:hover,#webpagetheme .magazine-item .page-header h2 a:active,#webpagetheme .magazine-item .page-header h2 a:focus{text-decoration:none;color:#009240}#webpagetheme .magazine-item .item-image{overflow:hidden}#webpagetheme .magazine-item .item-image,#webpagetheme .magazine-item .pull-left.item-image,#webpagetheme .magazine-item .pull-right.item-image{width:100%;max-width:100%;float:none!important}#webpagetheme .magazine-item .item-image img,#webpagetheme .magazine-item .pull-left.item-image img,#webpagetheme .magazine-item .pull-right.item-image img,#webpagetheme .magazine-item .img_caption{width:100%!important;max-width:100%}#webpagetheme .magazine-item .article-aside{margin-top:10px;margin-bottom:10px}#webpagetheme .magazine-item .article-info{color:#999;margin:0;width:100%}#webpagetheme .magazine-item-ct p:last-child{margin-bottom:0}#webpagetheme .magazine-leading{margin-bottom:20px}#webpagetheme .magazine-leading .magazine-item .page-header h2{font-size:23px}#webpagetheme .magazine-leading .magazine-item .item-image{-webkit-transform:translatez(0)}@media screen and (min-width:768px){#webpagetheme .magazine-leading .magazine-item .item-image{max-height:400px}}#webpagetheme .magazine-leading .magazine-item .item-image img{-webkit-transition:all .5s;transition:all .5s}#webpagetheme .magazine-leading .magazine-item .item-image:hover img{-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}#webpagetheme .magazine-leading .magazine-item .magazine-item-ct{font-size:16px}#webpagetheme .magazine-leading .magazine-item .th-slide-des{position:absolute;bottom:0;margin:15px;background:rgba(0,0,0,0.5);padding:15px;-webkit-box-sizing:boder-box;-moz-box-sizing:boder-box;box-sizing:boder-box}#webpagetheme .magazine-leading .magazine-item .th-slide-des .magazine-item-ct{margin-bottom:10px;color:#fff}#webpagetheme .magazine-leading .magazine-item .th-slide-des h2 a{color:#fff}#webpagetheme .magazine-leading .magazine-item .th-slide-des .magazine-item-ct{display:none}#webpagetheme .magazine-leading .magazine-item .th-slide-des .article-info{color:#dfdfdf}#webpagetheme .magazine-leading .magazine-item .th-slide-des .article-info .category-name a{border:0;padding:0;color:#dfdfdf}#webpagetheme .magazine-leading .magazine-item .th-slide-des .article-info .category-name a:hover{background:transparent;color:#009240}#webpagetheme .magazine-leading .magazine-item .th-slide-des .article-info .category-name .fa{display:inline-block!important}#webpagetheme .carousel .carousel-control{top:45%;width:34px;height:34px;border-radius:2px;line-height:32px;text-align:center;opacity:0;filter:alpha(opacity=0)}#webpagetheme .carousel .carousel-control.left{left:100px}#webpagetheme .carousel .carousel-control.right{right:100px}#webpagetheme .carousel .carousel-control.left,#webpagetheme .carousel .carousel-control.right{background:rgba(0,0,0,0.3)}#webpagetheme .carousel .carousel-control.left:hover,#webpagetheme .carousel .carousel-control.right:hover{background:rgba(0,0,0,0.7)}#webpagetheme .carousel:hover .carousel-control{opacity:1;filter:alpha(opacity=100)}#webpagetheme .carousel:hover .carousel-control.left{left:10px}#webpagetheme .carousel:hover .carousel-control.right{right:10px}#webpagetheme .magazine-intro{margin-bottom:20px}#webpagetheme .magazine-intro .magazine-item{margin-bottom:20px}#webpagetheme .magazine-intro .magazine-item .item-image{margin-bottom:0!important;min-height:100px}#webpagetheme .magazine-intro .magazine-item .item-image p.img_caption{display:none}#webpagetheme .magazine-links{margin-top:40px;border:1px solid #eee;padding:15px;min-height:370px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#webpagetheme .magazine-links::before{display:inline-block;content:"FEATURED NEWS";background:#af4b4b;font-weight:400;padding:5px 10px;margin-bottom:10px;color:#fff}#webpagetheme .magazine-links .link-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:10px 0 9px}#webpagetheme .magazine-links .link-item:last-child{border-bottom:0}#webpagetheme .magazine-links .page-header{margin:0}#webpagetheme .magazine-links .page-header h2{font-size:14px;font-weight:400}#webpagetheme .magazine-links .page-header h2 a{color:#34404e}#webpagetheme .magazine-links .article-aside{margin-top:5px;margin-bottom:0}#webpagetheme .magazine-featured{margin-bottom:20px}#webpagetheme .magazine-featured .th-margin-right-wrapper{margin-right:-20px}@media screen and (max-width:992px){#webpagetheme .magazine-featured .th-margin-right-wrapper{margin-right:0}}#webpagetheme .magazine-featured-intro .magazine-item .item-image{margin-bottom:10px!important}#webpagetheme .magazine-featured-intro .page-header h2{font-size:14px}#webpagetheme .magazine-featured-links{margin-top:0}#webpagetheme .magazine-category{margin-bottom:0}@media screen and (min-width:992px){#webpagetheme .magazine-category .row-articles .magazine-item-media{padding-right:0}}#webpagetheme .magazine-category .magazine-leading{margin-bottom:40px}#webpagetheme .magazine-category .magazine-item .item-image{margin-bottom:20px}#webpagetheme .magazine-category .magazine-item{margin-bottom:20px}#webpagetheme .magazine-category .magazine-item .category-name{display:none}#webpagetheme .magazine-category .magazine-item-ct{color:#666}#webpagetheme .magazine-category .magazine-links{min-height:100%}#webpagetheme .magazine-category .magazine-links::before{content:"MORE NEWS";background:#009240}#webpagetheme .sprocket-mosaic{position:relative}#webpagetheme .sprocket-mosaic:after{display:table;content:"";clear:both}#webpagetheme .sprocket-mosaic .sprocket-mosaic-header ul{list-style:none;margin:0;padding:0}#webpagetheme .sprocket-mosaic .sprocket-mosaic-container{position:relative;clear:both}#webpagetheme #main .sprocket-mosaic .sprocket-mosaic-container{margin:0;padding:0}#webpagetheme .sprocket-mosaic-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:2}#webpagetheme .sprocket-mosaic-overlay .css-loader-wrapper{width:60px;height:60px;margin:200px auto 0;padding:20px;background-color:#fff;box-shadow:0 0 3px rgba(255,255,255,0.5);border-radius:3px}#webpagetheme .sprocket-mosaic-overlay .css-loader-wrapper .css-loader{background-position:50% 50%;background-repeat:no-repeat;background-image:url(http://www.tisa-domzale.si/images/webpagetheme/loader.gif)}#webpagetheme .sprocket-mosaic.refreshing .sprocket-mosaic-overlay{display:block}#webpagetheme .sprocket-mosaic .sprocket-mosaic-header{margin-bottom:30px}#webpagetheme .sprocket-mosaic .sprocket-mosaic-header li{display:inline-block}#webpagetheme .sprocket-mosaic-pagination-hidden{display:none}#webpagetheme .sprocket-mosaic .sprocket-mosaic-order li,.sprocket-mosaic .sprocket-mosaic-filter li{text-transform:uppercase}#webpagetheme .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order{float:right}#webpagetheme .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter{float:left}#webpagetheme .sprocket-mosaic-container{margin:0;padding:0;list-style:none}#webpagetheme .sprocket-mosaic-container li{display:inline-block;vertical-align:top}#webpagetheme .sprocket-readmore{white-space:nowrap}#webpagetheme .sprocket-mosaic .sprocket-mosaic-tags,#main .sprocket-mosaic ul.sprocket-mosaic-tags{margin:10px -10px -10px;padding:5px;background:#f9f9f9;border-radius:0 0 4px 4px;font-size:90%;font-style:italic}#webpagetheme .sprocket-mosaic .sprocket-mosaic-tags li,#main .sprocket-mosaic ul.sprocket-mosaic-tags li{width:auto;margin-right:1px;padding:0 5px;background:#e3e3e3;border-radius:4px}#webpagetheme .sprocket-mosaic-columns-1 li{width:100%}#webpagetheme .sprocket-mosaic-columns-2 li{width:49.71%}#webpagetheme .sprocket-mosaic-columns-3 li{width:32.953%}#webpagetheme .sprocket-mosaic-columns-4 li{width:24.59%}#webpagetheme .sprocket-mosaic-columns-5 li{width:20%}#webpagetheme .sprocket-mosaic-columns-6 li{width:16.666666666666668%}#webpagetheme .sprocket-mosaic-item{display:block}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-image{width:100%;border-radius:0}#webpagetheme .sprocket-mosaic-item .title{margin-bottom:10px}#webpagetheme .sprocket-mosaic .sprocket-mosaic-header .spinner{width:16px;height:16px}#webpagetheme .sprocket-mosaic.loading .sprocket-mosaic-header .spinner{background-repeat:no-repeat;background-position:50% 50%;background-image:url(data:image/gif;base64,R0lGODlhEAAQALMAAP8A/7CxtXBxdX1+gpaXm6OkqMnKzry+womLj7y9womKjwAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgAAACwAAAAAEAAQAAAESBDICUqhmFqbZwjVBhAE9n3hSJbeSa1sm5HUcXQTggC2jeu63q0D3PlwAB3FYMgMBhgmk/J8LqUAgQBQhV6z2q0VF94iJ9pOBAAh+QQBCgALACwAAAAAEAAQAAAES3DJuUKgmFqb5znVthQF9h1JOJKl96UT27oZSRlGNxHEguM6Hu+X6wh7QN2CRxEIMggExumkKKLSCfU5GCyu0Sm36w3ryF7lpNuJAAAh+QQBCgALACwAAAAAEAAQAAAESHDJuc6hmFqbpzHVtgQB9n3hSJbeSa1sm5GUIHRTUSy2jeu63q0D3PlwCx1lMMgQCBgmk/J8LqULBGJRhV6z2q0VF94iJ9pOBAAh+QQBCgALACwAAAAAEAAQAAAESHDJuYyhmFqbpxDVthwH9n3hSJbeSa1sm5HUMHRTECy2jeu63q0D3PlwCx0FgcgUChgmk/J8LqULAmFRhV6z2q0VF94iJ9pOBAAh+QQBCgALACwAAAAAEAAQAAAESHDJuYSgmFqb5xjVthgG9n3hSJbeSa1sm5EUgnTTcSy2jeu63q0D3PlwCx2FQMgEAhgmk/J8LqWLQmFRhV6z2q0VF94iJ9pOBAAh+QQBCgALACwAAAAAEAAQAAAESHDJucagmFqbJ0LVtggC9n3hSJbeSa1sm5EUQXSTYSy2jeu63q0D3PlwCx2lUMgcDhgmk/J8LqWLQGBRhV6z2q0VF94iJ9pOBAAh+QQBCgALACwAAAAAEAAQAAAESHDJuRCimFqbJyHVtgwD9n3hSJbeSa1sm5FUUXSTICy2jeu63q0D3PlwCx0lEMgYDBgmk/J8LqWLw2FRhV6z2q0VF94iJ9pOBAAh+QQBCgALACwAAAAAEAAQAAAESHDJuQihmFqbZynVtiAI9n3hSJbeSa1sm5FUEHTTMCy2jeu63q0D3PlwCx3lcMgIBBgmk/J8LqULg2FRhV6z2q0VF94iJ9pOBAA7)}#webpagetheme .sprocket-mosaic-overlay .css-loader{width:100%;height:100%}#webpagetheme .sprocket-mosaic.refreshing .css-loader{-webkit-animation:rotate .7s linear infinite;-moz-animation:rotate .7s linear infinite;-ms-animation:rotate .7s linear infinite;-o-animation:rotate .7s linear infinite;animation:rotate .7s linear infinite}#webpagetheme .sprocket-mosaic-loadmore{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;margin:10px auto;display:block;padding:5px;width:155px}#webpagetheme .sprocket-mosaic-loadmore.hide{display:none}#webpagetheme .sprocket-mosaic-loadmore{margin-top:50px;background:#fafafa;border:1px solid #d3d3d3;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#webpagetheme .sprocket-mosaic-loadmore span{font-size:13px;text-transform:uppercase;display:block;line-height:1.85em;text-align:center}#webpagetheme .sprocket-mosaic-loadmore .loadmore-info{font-size:9px;font-weight:bold}#webpagetheme .sprocket-mosaic-loadmore span strong{font-weight:normal}#webpagetheme .sprocket-mosaic-loadmore .loadmore-all{display:none}#webpagetheme .sprocket-mosaic-loadmore .loadmore-all span{line-height:40px}#webpagetheme .sprocket-mosaic-loadmore .loadmore-all .loadmore-info{display:none}#webpagetheme .sprocket-mosaic-loadmore.load-all .loadmore-all{display:block}#webpagetheme .sprocket-mosaic-loadmore.load-all .loadmore-more{display:none}#webpagetheme .sprocket-mosaic-loadmore.loader .loadmore-more,.sprocket-mosaic-loadmore.loader .loadmore-text{display:none}#webpagetheme .sprocket-mosaic-loadmore.loader span{height:40px;background-position:center center;background-repeat:no-repeat;display:block;margin:0 auto}#webpagetheme .sprocket-mosaic-loadmore .loadmore-info,.sprocket-mosaic-loadmore .loadmore-text,#webpagetheme .sprocket-mosaic-loadmore .loadmore-info:hover,.sprocket-mosaic-loadmore .loadmore-text:hover{background-color:transparent!important;border:0;margin:0;padding:0}#webpagetheme .sprocket-mosaic-loadmore.loader span{background-image:url(http://www.tisa-domzale.si/images/webpagetheme/btnloader.gif)}#webpagetheme .sprocket-mosaic-overlay .css-loader{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAY5SURBVGiB7Zo7rBVFGMd/314eAopBMEJIQBQSkRjRgkpDY9TYGG2wIVpATCw0sdGCQm19xM7KWFuZYEEsJBhiAUrEECVIggEElYTwRu69556/xexy5s6Zmd09ewLxyj+ZzD7Ozny/881+81qTxP9Jxe024FbrDvBc1x3gua55qRtm1rlwSQuAZ4DngPXAQ8AGYAI4AxwCPjGz7zpXNlx3+kYsdahomaRtkr6UdF7SlKRpSTNK692RK0zbEecaF7CkRZLelvSnpOuS/pF0Q9KkpF4GVuX9rf8JYEkTkrZLOi7piqSrkq4FwP0aYEnafyuAk+9ww0LXAZ8DTwIGqMwpjynPmwSEx7rY0lQjR2lJzwP7gM04uArQPyY47qR+v2+Sin6/P3JEHQlY0nbgC2AxA0A/QXvoI7mbPqSZFZJGsr31Q5JeBj4sn43BxqB7NcXOALvq6jbXV1ZpYhToVg9I2gx8RD1g7P5Mpuhdub643+9bAFt5e17b5m2piBwOPCStBL4GVpUVFl7lhZeHx/75hPfMX8BBagYeCdjKOCttmyqKYhZIiqtRlJY0AXwGPMDAi30GLSQWsHzv/gLsBr4FbgCHzSzn8ZuqgbXyJwvLcmvVtFvaiYvGfQbeggF0lSs4/gr4wMyON6xnlrzmWgddSJpvZtN1ZdY2aUn3A3uBJZFKi0heAGeBHWZ2sC1kpaAp+69PClqSrldNO8XVJGjtAO7Cec5PipwL+B7Y2gUWwHsnU7DhHzFRNu2ssh6WdC9ucLGkuhypyPfuAWBbk6bVVJLmk4cOA9jloig0qodfYuBdPwiF3u4DJ4Gd44QFkNRjOOr70X/Wn17n5TrgFxgGm0mcv2Vm50eiyhnomvYU6SYdxpEscDJKS1oFbGQQmf2mU00Sqkr2mNkPo0LVycz6kvrAfDLNubKpjO7RNp3rlqpuKCzQTxX4xyORtNMkzns5WKjpl3PAm0gD+8c/mtnvba1vq4iXQ3t8OxcwAvAaBsBh4X4+1ol7jXrM9nKl0K4kVw54NcPAsQoON7F0TOrhxuMpeyrNTxWQA74PF4HDwsKKTuRtHKt6DAKlr7rzm8oBLyTtYV9XM2WMVZJkZhPB5SRcTDngSTJN4zYqBG6lHPA1YGl5nFqiEW7YebGLEU1lZtWcum7JKDn1zAFfYjCGrhRbp1rDLQLGdTf+6DAGHi4izlJuaHma2cPHmeB4BhdENrYyuZsW4zw8wWAFJbaykvRwDvgUw2PnmUh6vCNEGy1lGDaELoDkBCYHfIzhSUIsbZK0uiNIrSQtZAAcg/RTcrknB3yE4Wbsw/fKNAO80ommmVYzgPVTDPhaqpAksJmdA34j7WUffIukDV2JUpJ0D7CCtEd98MncAmHdfHgf6YAVBq/XS8PGqnLFo9pTbtKcL+XKqwPeC1wnH7yq8xXAG5I6bdD5KncWHsV1j2GgioEDXMiVmQU2s8vAN8RXOGL5euBNSYtb0wUqPfsEsJw0YHWt6o7Om1l2W6fJquVuBl6OLfeEnn4YeEfSg20AfUlaBjxF/L1NNWkB5+rKbrTVIulFXCT2l2fDxbzwPe/hpo57mq51Sbobt/CwkuE/Mlwe9nMBp8zsrFdWJ+B5wHvA2gRwrHn3vPw0cBQ3lZwuewAkVc11Ja7bWcpwQPTr8Ov07bgi6Yi/v9QJuCxgGfB+aZRfYWhU6OUwT6XwmdgfGfPwJPCTmU0F9ka5Gm+XmtkF4FPcKCa1A5HajYhtrd4sOkixpdfYeLnyyK8hbE6t9ofN7ARu5z8G1hYUz+jcNkpqAb4AjpnZlTYMrftMMzsg98FZNZysCyapbz/qYOXlsXtHzezvtvaPNEgws/2SLgGv4lZFYpAx6KGiGqSwFU4DP1eBr7XtTYNWTOVW6mu4rwJiWzGxfjqVUpMU/1W5CBwys+TkwLMtztUFuCy4ALYAz+KGgDHg3CJC7F4IfB04Kulk+GlDxq44V1dgr4IFuNHR07hXJdU/5yBDj07i+u/jdUPGiD1xrnEBexUtAh4p0zrce1g3BvfzadyXtqeAP9p0OYEd0etjBw4qnYf7ZHgtsAy317yc2YDncE32Ag70TNMPXmrqjl5PAs9VtRp4zAXdAZ7rugM81/UvFqRNaj0E8YoAAAAASUVORK5CYII=)}#webpagetheme .sprocket-mosaic-item{margin:10px}#webpagetheme .sprocket-mosaic .sprocket-mosaic-container{margin:-10px}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes rotate{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@-o-keyframes rotate{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-title,.sprocket-mosaic-item .sprocket-mosaic-info{text-transform:uppercase}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-title a{font-size:16px;color:#474747}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-infos{font-size:13px;font-weight:bold;margin:0 0 5px}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-infos .author{font-style:italic}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-text{margin:10px 0;display:block}#webpagetheme .sprocket-mosaic-item{position:relative}#webpagetheme #main .sprocket-mosaic .sprocket-mosaic-order ul li,#main .sprocket-mosaic .sprocket-mosaic-order ul li,#webpagetheme .sprocket-mosaic .sprocket-mosaic-order li,.sprocket-mosaic .sprocket-mosaic-order li{border-radius:4px;padding:1px 6px;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}#webpagetheme #main .sprocket-mosaic .sprocket-mosaic-filter ul li,#main .sprocket-mosaic .sprocket-mosaic-filter ul li,#webpagetheme .sprocket-mosaic .sprocket-mosaic-filter li,.sprocket-mosaic .sprocket-mosaic-filter li{border-radius:1px;padding:3px 6px;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}#webpagetheme .sprocket-mosaic .sprocket-mosaic-filter li.active{background:#333;color:#fff;border-color:#333}#webpagetheme .sprocket-mosaic-item .readon{margin-top:15px}#webpagetheme .sprocket-mosaic-image-container{position:relative;overflow:hidden;cursor:pointer}#webpagetheme .sprocket-mosaic-hover{position:absolute;border-color:transparent;border-style:solid;border-width:115px 115px 0 0;bottom:0;right:0;margin-right:-115px;-webkit-transition:margin .2s ease-in;-moz-transition:margin .2s ease-in;-o-transition:margin .2s ease-in;-ms-transition:margin .2s ease-in;transition:margin .2s ease-in}#webpagetheme .sprocket-mosaic-image-container:hover .sprocket-mosaic-hover{margin-right:0}#webpagetheme .sprocket-mosaic-hovercontent{position:absolute;width:100%;height:100%;top:43%;opacity:0;text-align:center}#webpagetheme .sprocket-mosaic-hovercontent span{display:inline-block;top:50%;font-size:25px;line-height:30px;padding:5px 7px 5px 13px;border-radius:2px;color:#fff;background:#222}#webpagetheme .sprocket-mosaic-image-container:hover .sprocket-mosaic-hovercontent{opacity:1;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;transition:opacity .4s ease-in}#webpagetheme .sprocket-readmore span{display:block}#webpagetheme .sprocket-mosaic-item .sprocket-mosaic-head{margin:0 -10px;padding:0 10px}#webpagetheme .sprocket-mosaic-filter li,.sprocket-mosaic-order li{border:1px solid #ddd;background:#fafafa}@media only screen and (min-width:768px) and (max-width:959px){#webpagetheme .sprocket-mosaic-columns-1 li{width:49.553%}#webpagetheme .sprocket-mosaic-columns-3 li,#webpagetheme .sprocket-mosaic-columns-4 li,#webpagetheme .sprocket-mosaic-columns-5 li,#webpagetheme .sprocket-mosaic-columns-6 li{width:32.975%}}@media only screen and (min-width:481px) and (max-width:767px){#webpagetheme .sprocket-mosaic-columns-1 li,#webpagetheme .sprocket-mosaic-columns-3 li,#webpagetheme .sprocket-mosaic-columns-4 li,#webpagetheme .sprocket-mosaic-columns-5 li,#webpagetheme .sprocket-mosaic-columns-6 li{width:49.553%}#webpagetheme .sprocket-mosaic-columns-2 li{width:100%}}@media only screen and (max-width:480px){#webpagetheme .sprocket-mosaic-columns-1 li,#webpagetheme .sprocket-mosaic-columns-2 li,#webpagetheme .sprocket-mosaic-columns-3 li,#webpagetheme .sprocket-mosaic-columns-4 li,#webpagetheme .sprocket-mosaic-columns-5 li,#webpagetheme .sprocket-mosaic-columns-6 li{width:100%}}.magazine-item:before,.magazine-featured-leading:before,.magazine-featured-intro:before,.magazine-category:before,.magazine-item:after,.magazine-featured-leading:after,.magazine-featured-intro:after,.magazine-category:after{content:" ";display:table}.magazine-item:after,.magazine-featured-leading:after,.magazine-featured-intro:after,.magazine-category:after{clear:both}.magazine .page-subheader h2{font-size:35px}.magazine-category-title{margin-bottom:20px;font-size:18px;padding:0;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f5f5f5;margin-right:-20px;margin-left:-20px}.magazine-category-title strong{font-weight:600}.magazine-category-title .fa{font-size:14px;position:relative;top:-1px;left:2px}.magazine-category-title>a{display:inline-block;color:#fff;padding:10px 20px;background:#222;text-transform:uppercase}.magazine-category-title>a:hover,.magazine-category-title>a:active,.magazine-category-title>a:focus{text-decoration:none;color:#009240}.magazine-item .page-header{padding:0;margin-bottom:5px;border-bottom:0}.magazine-item .page-header h2{margin:0;font-size:16px;line-height:1.275;font-weight:400}.magazine-item .page-header h2 a{color:#34404e}.magazine-item .page-header h2 a:hover,.magazine-item .page-header h2 a:active,.magazine-item .page-header h2 a:focus{text-decoration:none;color:#009240}.magazine-item .item-image{overflow:hidden}.magazine-item .item-image,.magazine-item .pull-left.item-image,.magazine-item .pull-right.item-image{width:100%;max-width:100%;float:none!important}.magazine-item .item-image img,.magazine-item .pull-left.item-image img,.magazine-item .pull-right.item-image img,.magazine-item .img_caption{width:100%!important;max-width:100%}.magazine-item .article-aside{margin-top:10px;margin-bottom:10px}.magazine-item .article-info{color:#999;margin:0;width:100%}.magazine-item-ct p:last-child{margin-bottom:0}.magazine-leading{margin-bottom:20px}.magazine-leading .magazine-item .page-header h2{font-size:23px}.magazine-leading .magazine-item .item-image{-webkit-transform:translatez(0)}@media screen and (min-width:768px){.magazine-leading .magazine-item .item-image{max-height:400px}}.magazine-leading .magazine-item .item-image img{-webkit-transition:all .5s;transition:all .5s}.magazine-leading .magazine-item .item-image:hover img{-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.magazine-leading .magazine-item .magazine-item-ct{font-size:16px}.magazine-leading .magazine-item .th-slide-des{position:absolute;bottom:0;margin:15px;background:rgba(0,0,0,0.5);padding:15px;-webkit-box-sizing:boder-box;-moz-box-sizing:boder-box;box-sizing:boder-box}.magazine-leading .magazine-item .th-slide-des .magazine-item-ct{margin-bottom:10px;color:#fff}.magazine-leading .magazine-item .th-slide-des h2 a{color:#fff}.magazine-leading .magazine-item .th-slide-des .magazine-item-ct{display:none}.magazine-leading .magazine-item .th-slide-des .article-info{color:#dfdfdf}.magazine-leading .magazine-item .th-slide-des .article-info .category-name a{border:0;padding:0;color:#dfdfdf}.magazine-leading .magazine-item .th-slide-des .article-info .category-name a:hover{background:transparent;color:#009240}.magazine-leading .magazine-item .th-slide-des .article-info .category-name .fa{display:inline-block!important}.carousel .carousel-control{top:45%;width:34px;height:34px;border-radius:2px;line-height:32px;text-align:center;opacity:0;filter:alpha(opacity=0)}.carousel .carousel-control.left{left:100px}.carousel .carousel-control.right{right:100px}.carousel .carousel-control.left,.carousel .carousel-control.right{background:rgba(0,0,0,0.3)}.carousel .carousel-control.left:hover,.carousel .carousel-control.right:hover{background:rgba(0,0,0,0.7)}.carousel:hover .carousel-control{opacity:1;filter:alpha(opacity=100)}.carousel:hover .carousel-control.left{left:10px}.carousel:hover .carousel-control.right{right:10px}.magazine-intro{margin-bottom:20px}.magazine-intro .magazine-item{margin-bottom:20px}.magazine-intro .magazine-item .item-image{margin-bottom:0!important;min-height:100px}.magazine-intro .magazine-item .item-image p.img_caption{display:none}.magazine-links{margin-top:40px;border:1px solid #eee;padding:15px;min-height:370px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.magazine-links::before{display:inline-block;content:"FEATURED NEWS";background:#af4b4b;font-weight:400;padding:5px 10px;margin-bottom:10px;color:#fff}.magazine-links .link-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:10px 0 9px}.magazine-links .link-item:last-child{border-bottom:0}.magazine-links .page-header{margin:0}.magazine-links .page-header h2{font-size:14px;font-weight:400}.magazine-links .page-header h2 a{color:#34404e}.magazine-links .article-aside{margin-top:5px;margin-bottom:0}.magazine-featured{margin-bottom:20px}.magazine-featured .th-margin-right-wrapper{margin-right:-20px}@media screen and (max-width:992px){.magazine-featured .th-margin-right-wrapper{margin-right:0}}.magazine-featured-intro .magazine-item .item-image{margin-bottom:10px!important}.magazine-featured-intro .page-header h2{font-size:14px}.magazine-featured-links{margin-top:0}.magazine-category{margin-bottom:40px}@media screen and (min-width:992px){.magazine-category .row-articles .magazine-item-media{padding-right:0}}.magazine-category .magazine-leading{margin-bottom:40px}.magazine-category .magazine-item .item-image{margin-bottom:20px}.magazine-category .magazine-item{margin-bottom:20px}.magazine-category .magazine-item .category-name{display:none}.magazine-category .magazine-item-ct{color:#666}.magazine-category .magazine-links{min-height:100%}.magazine-category .magazine-links::before{content:"MORE NEWS";background:#009240}