/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
 padding: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 direction: ltr;
 /*.dow {
 border-top: 1px solid #ddd !important;
 }*/
}
.datepicker-inline {
 width: 220px;
}
.datepicker.datepicker-rtl {
 direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
 float: right;
}
.datepicker-dropdown {
 top: 0;
 left: 0;
}
.datepicker-dropdown:before {
 content: '';
 display: inline-block;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 7px solid #ccc;
 border-top: 0;
 border-bottom-color: rgba(0, 0, 0, 0.2);
 position: absolute;
}
.datepicker-dropdown:after {
 content: '';
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #ffffff;
 border-top: 0;
 position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
 left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
 left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
 right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
 right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
 top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
 top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
 bottom: -7px;
 border-bottom: 0;
 border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
 bottom: -6px;
 border-bottom: 0;
 border-top: 6px solid #ffffff;
}
.datepicker > div {
 display: none;
}
.datepicker.days div.datepicker-days {
 display: block;
}
.datepicker.months div.datepicker-months {
 display: block;
}
.datepicker.years div.datepicker-years {
 display: block;
}
.datepicker table {
 margin: 0;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.datepicker td,
.datepicker th {
 text-align: center;
 width: 20px;
 height: 20px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
 background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
 background: #eeeeee;
 cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
 color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
 background: none;
 color: #999999;
 cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
 background-color: #fde19a;
 background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
 background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
 background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
 background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
 background-image: linear-gradient(top, #fdd49a, #fdf59a);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
 border-color: #fdf59a #fdf59a #fbed50;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
 background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
 background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
 color: #000;
}
.datepicker table tr td.today.active:hover {
 color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
 background: #eeeeee;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
 background-color: #f3d17a;
 background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
 background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
 background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
 background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
 background-image: linear-gradient(top, #f3c17a, #f3e97a);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
 border-color: #f3e97a #f3e97a #edde34;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
 background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
 background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
 background-color: #9e9e9e;
 background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
 background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
 background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
 background-image: -o-linear-gradient(top, #b3b3b3, #808080);
 background-image: linear-gradient(top, #b3b3b3, #808080);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
 border-color: #808080 #808080 #595959;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
 background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
 background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
 background-color: #006dcc;
 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
 background-image: linear-gradient(top, #0088cc, #0044cc);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
 border-color: #0044cc #0044cc #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
 background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
 background-color: #003399 \9;
}
.datepicker table tr td span {
 display: block;
 width: 23%;
 height: 54px;
 line-height: 54px;
 float: left;
 margin: 1%;
 cursor: pointer;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.datepicker table tr td span:hover {
 background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
 background: none;
 color: #999999;
 cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
 background-color: #006dcc;
 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
 background-image: linear-gradient(top, #0088cc, #0044cc);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
 border-color: #0044cc #0044cc #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
 background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
 background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
 color: #999999;
}
.datepicker th.datepicker-switch {
 width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
 cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
 background: #eeeeee;
}
.datepicker .cw {
 font-size: 10px;
 width: 12px;
 padding: 0 2px 0 5px;
 vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
 cursor: default;
 background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
 cursor: pointer;
 width: 16px;
 height: 16px;
}
.input-daterange input {
 text-align: center;
}
.input-daterange input:first-child {
 -webkit-border-radius: 3px 0 0 3px;
 -moz-border-radius: 3px 0 0 3px;
 border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
 -webkit-border-radius: 0 3px 3px 0;
 -moz-border-radius: 0 3px 3px 0;
 border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
 display: inline-block;
 width: auto;
 min-width: 16px;
 height: 20px;
 padding: 4px 5px;
 font-weight: normal;
 line-height: 20px;
 text-align: center;
 text-shadow: 0 1px 0 #ffffff;
 vertical-align: middle;
 background-color: #eeeeee;
 border: 1px solid #ccc;
 margin-left: -5px;
 margin-right: -5px;
}
.datepicker.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 float: left;
 display: none;
 min-width: 160px;
 list-style: none;
 background-color: #ffffff;
 border: 1px solid #ccc;
 border: 1px solid rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 -webkit-background-clip: padding-box;
 -moz-background-clip: padding;
 background-clip: padding-box;
 *border-right-width: 2px;
 *border-bottom-width: 2px;
 color: #333333;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 13px;
 line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
 padding: 4px 5px;
}
@import url(//fonts.googleapis.com/css?family=Libre+Franklin:100,400,500,600,700,900&subset=latin-ext);/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
a {
 background-color: transparent;
}
a:active,
a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}
mark {
 background: #ff0;
 color: #000;
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 1em 40px;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
pre {
 overflow: auto;
}
code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}
button {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
 line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}
legend {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
optgroup {
 font-weight: bold;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
td,
th {
 padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
 *,
 *:before,
 *:after {
 background: transparent !important;
 color: #000 !important;
 box-shadow: none !important;
 text-shadow: none !important;
 }
 a,
 a:visited {
 text-decoration: underline;
 }
 a[href]:after {
 content: " (" attr(href) ")";
 }
 abbr[title]:after {
 content: " (" attr(title) ")";
 }
 a[href^="#"]:after,
 a[href^="javascript:"]:after {
 content: "";
 }
 pre,
 blockquote {
 border: 1px solid #999;
 page-break-inside: avoid;
 }
 thead {
 display: table-header-group;
 }
 tr,
 img {
 page-break-inside: avoid;
 }
 img {
 max-width: 100% !important;
 }
 p,
 h2,
 h3 {
 orphans: 3;
 widows: 3;
 }
 h2,
 h3 {
 page-break-after: avoid;
 }
 select {
 background: #fff !important;
 }
 .navbar {
 display: none;
 }
 .btn > .caret,
 .dropup > .btn > .caret {
 border-top-color: #000 !important;
 }
 .label {
 border: 1px solid #000;
 }
 .table {
 border-collapse: collapse !important;
 }
 .table td,
 .table th {
 background-color: #fff !important;
 }
 .table-bordered th,
 .table-bordered td {
 border: 1px solid #ddd !important;
 }
}
@font-face {
 font-family: 'Glyphicons Halflings';
 src: url('/css/fonts/glyphicons-halflings-regular.eot');
 src: url('/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
 position: relative;
 top: 1px;
 display: inline-block;
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
 content: "\2a";
}
.glyphicon-plus:before {
 content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
 content: "\20ac";
}
.glyphicon-minus:before {
 content: "\2212";
}
.glyphicon-cloud:before {
 content: "\2601";
}
.glyphicon-envelope:before {
 content: "\2709";
}
.glyphicon-pencil:before {
 content: "\270f";
}
.glyphicon-glass:before {
 content: "\e001";
}
.glyphicon-music:before {
 content: "\e002";
}
.glyphicon-search:before {
 content: "\e003";
}
.glyphicon-heart:before {
 content: "\e005";
}
.glyphicon-star:before {
 content: "\e006";
}
.glyphicon-star-empty:before {
 content: "\e007";
}
.glyphicon-user:before {
 content: "\e008";
}
.glyphicon-film:before {
 content: "\e009";
}
.glyphicon-th-large:before {
 content: "\e010";
}
.glyphicon-th:before {
 content: "\e011";
}
.glyphicon-th-list:before {
 content: "\e012";
}
.glyphicon-ok:before {
 content: "\e013";
}
.glyphicon-remove:before {
 content: "\e014";
}
.glyphicon-zoom-in:before {
 content: "\e015";
}
.glyphicon-zoom-out:before {
 content: "\e016";
}
.glyphicon-off:before {
 content: "\e017";
}
.glyphicon-signal:before {
 content: "\e018";
}
.glyphicon-cog:before {
 content: "\e019";
}
.glyphicon-trash:before {
 content: "\e020";
}
.glyphicon-home:before {
 content: "\e021";
}
.glyphicon-file:before {
 content: "\e022";
}
.glyphicon-time:before {
 content: "\e023";
}
.glyphicon-road:before {
 content: "\e024";
}
.glyphicon-download-alt:before {
 content: "\e025";
}
.glyphicon-download:before {
 content: "\e026";
}
.glyphicon-upload:before {
 content: "\e027";
}
.glyphicon-inbox:before {
 content: "\e028";
}
.glyphicon-play-circle:before {
 content: "\e029";
}
.glyphicon-repeat:before {
 content: "\e030";
}
.glyphicon-refresh:before {
 content: "\e031";
}
.glyphicon-list-alt:before {
 content: "\e032";
}
.glyphicon-lock:before {
 content: "\e033";
}
.glyphicon-flag:before {
 content: "\e034";
}
.glyphicon-headphones:before {
 content: "\e035";
}
.glyphicon-volume-off:before {
 content: "\e036";
}
.glyphicon-volume-down:before {
 content: "\e037";
}
.glyphicon-volume-up:before {
 content: "\e038";
}
.glyphicon-qrcode:before {
 content: "\e039";
}
.glyphicon-barcode:before {
 content: "\e040";
}
.glyphicon-tag:before {
 content: "\e041";
}
.glyphicon-tags:before {
 content: "\e042";
}
.glyphicon-book:before {
 content: "\e043";
}
.glyphicon-bookmark:before {
 content: "\e044";
}
.glyphicon-print:before {
 content: "\e045";
}
.glyphicon-camera:before {
 content: "\e046";
}
.glyphicon-font:before {
 content: "\e047";
}
.glyphicon-bold:before {
 content: "\e048";
}
.glyphicon-italic:before {
 content: "\e049";
}
.glyphicon-text-height:before {
 content: "\e050";
}
.glyphicon-text-width:before {
 content: "\e051";
}
.glyphicon-align-left:before {
 content: "\e052";
}
.glyphicon-align-center:before {
 content: "\e053";
}
.glyphicon-align-right:before {
 content: "\e054";
}
.glyphicon-align-justify:before {
 content: "\e055";
}
.glyphicon-list:before {
 content: "\e056";
}
.glyphicon-indent-left:before {
 content: "\e057";
}
.glyphicon-indent-right:before {
 content: "\e058";
}
.glyphicon-facetime-video:before {
 content: "\e059";
}
.glyphicon-picture:before {
 content: "\e060";
}
.glyphicon-map-marker:before {
 content: "\e062";
}
.glyphicon-adjust:before {
 content: "\e063";
}
.glyphicon-tint:before {
 content: "\e064";
}
.glyphicon-edit:before {
 content: "\e065";
}
.glyphicon-share:before {
 content: "\e066";
}
.glyphicon-check:before {
 content: "\e067";
}
.glyphicon-move:before {
 content: "\e068";
}
.glyphicon-step-backward:before {
 content: "\e069";
}
.glyphicon-fast-backward:before {
 content: "\e070";
}
.glyphicon-backward:before {
 content: "\e071";
}
.glyphicon-play:before {
 content: "\e072";
}
.glyphicon-pause:before {
 content: "\e073";
}
.glyphicon-stop:before {
 content: "\e074";
}
.glyphicon-forward:before {
 content: "\e075";
}
.glyphicon-fast-forward:before {
 content: "\e076";
}
.glyphicon-step-forward:before {
 content: "\e077";
}
.glyphicon-eject:before {
 content: "\e078";
}
.glyphicon-chevron-left:before {
 content: "\e079";
}
.glyphicon-chevron-right:before {
 content: "\e080";
}
.glyphicon-plus-sign:before {
 content: "\e081";
}
.glyphicon-minus-sign:before {
 content: "\e082";
}
.glyphicon-remove-sign:before {
 content: "\e083";
}
.glyphicon-ok-sign:before {
 content: "\e084";
}
.glyphicon-question-sign:before {
 content: "\e085";
}
.glyphicon-info-sign:before {
 content: "\e086";
}
.glyphicon-screenshot:before {
 content: "\e087";
}
.glyphicon-remove-circle:before {
 content: "\e088";
}
.glyphicon-ok-circle:before {
 content: "\e089";
}
.glyphicon-ban-circle:before {
 content: "\e090";
}
.glyphicon-arrow-left:before {
 content: "\e091";
}
.glyphicon-arrow-right:before {
 content: "\e092";
}
.glyphicon-arrow-up:before {
 content: "\e093";
}
.glyphicon-arrow-down:before {
 content: "\e094";
}
.glyphicon-share-alt:before {
 content: "\e095";
}
.glyphicon-resize-full:before {
 content: "\e096";
}
.glyphicon-resize-small:before {
 content: "\e097";
}
.glyphicon-exclamation-sign:before {
 content: "\e101";
}
.glyphicon-gift:before {
 content: "\e102";
}
.glyphicon-leaf:before {
 content: "\e103";
}
.glyphicon-fire:before {
 content: "\e104";
}
.glyphicon-eye-open:before {
 content: "\e105";
}
.glyphicon-eye-close:before {
 content: "\e106";
}
.glyphicon-warning-sign:before {
 content: "\e107";
}
.glyphicon-plane:before {
 content: "\e108";
}
.glyphicon-calendar:before {
 content: "\e109";
}
.glyphicon-random:before {
 content: "\e110";
}
.glyphicon-comment:before {
 content: "\e111";
}
.glyphicon-magnet:before {
 content: "\e112";
}
.glyphicon-chevron-up:before {
 content: "\e113";
}
.glyphicon-chevron-down:before {
 content: "\e114";
}
.glyphicon-retweet:before {
 content: "\e115";
}
.glyphicon-shopping-cart:before {
 content: "\e116";
}
.glyphicon-folder-close:before {
 content: "\e117";
}
.glyphicon-folder-open:before {
 content: "\e118";
}
.glyphicon-resize-vertical:before {
 content: "\e119";
}
.glyphicon-resize-horizontal:before {
 content: "\e120";
}
.glyphicon-hdd:before {
 content: "\e121";
}
.glyphicon-bullhorn:before {
 content: "\e122";
}
.glyphicon-bell:before {
 content: "\e123";
}
.glyphicon-certificate:before {
 content: "\e124";
}
.glyphicon-thumbs-up:before {
 content: "\e125";
}
.glyphicon-thumbs-down:before {
 content: "\e126";
}
.glyphicon-hand-right:before {
 content: "\e127";
}
.glyphicon-hand-left:before {
 content: "\e128";
}
.glyphicon-hand-up:before {
 content: "\e129";
}
.glyphicon-hand-down:before {
 content: "\e130";
}
.glyphicon-circle-arrow-right:before {
 content: "\e131";
}
.glyphicon-circle-arrow-left:before {
 content: "\e132";
}
.glyphicon-circle-arrow-up:before {
 content: "\e133";
}
.glyphicon-circle-arrow-down:before {
 content: "\e134";
}
.glyphicon-globe:before {
 content: "\e135";
}
.glyphicon-wrench:before {
 content: "\e136";
}
.glyphicon-tasks:before {
 content: "\e137";
}
.glyphicon-filter:before {
 content: "\e138";
}
.glyphicon-briefcase:before {
 content: "\e139";
}
.glyphicon-fullscreen:before {
 content: "\e140";
}
.glyphicon-dashboard:before {
 content: "\e141";
}
.glyphicon-paperclip:before {
 content: "\e142";
}
.glyphicon-heart-empty:before {
 content: "\e143";
}
.glyphicon-link:before {
 content: "\e144";
}
.glyphicon-phone:before {
 content: "\e145";
}
.glyphicon-pushpin:before {
 content: "\e146";
}
.glyphicon-usd:before {
 content: "\e148";
}
.glyphicon-gbp:before {
 content: "\e149";
}
.glyphicon-sort:before {
 content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
 content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
 content: "\e152";
}
.glyphicon-sort-by-order:before {
 content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
 content: "\e154";
}
.glyphicon-sort-by-attributes:before {
 content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
 content: "\e156";
}
.glyphicon-unchecked:before {
 content: "\e157";
}
.glyphicon-expand:before {
 content: "\e158";
}
.glyphicon-collapse-down:before {
 content: "\e159";
}
.glyphicon-collapse-up:before {
 content: "\e160";
}
.glyphicon-log-in:before {
 content: "\e161";
}
.glyphicon-flash:before {
 content: "\e162";
}
.glyphicon-log-out:before {
 content: "\e163";
}
.glyphicon-new-window:before {
 content: "\e164";
}
.glyphicon-record:before {
 content: "\e165";
}
.glyphicon-save:before {
 content: "\e166";
}
.glyphicon-open:before {
 content: "\e167";
}
.glyphicon-saved:before {
 content: "\e168";
}
.glyphicon-import:before {
 content: "\e169";
}
.glyphicon-export:before {
 content: "\e170";
}
.glyphicon-send:before {
 content: "\e171";
}
.glyphicon-floppy-disk:before {
 content: "\e172";
}
.glyphicon-floppy-saved:before {
 content: "\e173";
}
.glyphicon-floppy-remove:before {
 content: "\e174";
}
.glyphicon-floppy-save:before {
 content: "\e175";
}
.glyphicon-floppy-open:before {
 content: "\e176";
}
.glyphicon-credit-card:before {
 content: "\e177";
}
.glyphicon-transfer:before {
 content: "\e178";
}
.glyphicon-cutlery:before {
 content: "\e179";
}
.glyphicon-header:before {
 content: "\e180";
}
.glyphicon-compressed:before {
 content: "\e181";
}
.glyphicon-earphone:before {
 content: "\e182";
}
.glyphicon-phone-alt:before {
 content: "\e183";
}
.glyphicon-tower:before {
 content: "\e184";
}
.glyphicon-stats:before {
 content: "\e185";
}
.glyphicon-sd-video:before {
 content: "\e186";
}
.glyphicon-hd-video:before {
 content: "\e187";
}
.glyphicon-subtitles:before {
 content: "\e188";
}
.glyphicon-sound-stereo:before {
 content: "\e189";
}
.glyphicon-sound-dolby:before {
 content: "\e190";
}
.glyphicon-sound-5-1:before {
 content: "\e191";
}
.glyphicon-sound-6-1:before {
 content: "\e192";
}
.glyphicon-sound-7-1:before {
 content: "\e193";
}
.glyphicon-copyright-mark:before {
 content: "\e194";
}
.glyphicon-registration-mark:before {
 content: "\e195";
}
.glyphicon-cloud-download:before {
 content: "\e197";
}
.glyphicon-cloud-upload:before {
 content: "\e198";
}
.glyphicon-tree-conifer:before {
 content: "\e199";
}
.glyphicon-tree-deciduous:before {
 content: "\e200";
}
.glyphicon-cd:before {
 content: "\e201";
}
.glyphicon-save-file:before {
 content: "\e202";
}
.glyphicon-open-file:before {
 content: "\e203";
}
.glyphicon-level-up:before {
 content: "\e204";
}
.glyphicon-copy:before {
 content: "\e205";
}
.glyphicon-paste:before {
 content: "\e206";
}
.glyphicon-alert:before {
 content: "\e209";
}
.glyphicon-equalizer:before {
 content: "\e210";
}
.glyphicon-king:before {
 content: "\e211";
}
.glyphicon-queen:before {
 content: "\e212";
}
.glyphicon-pawn:before {
 content: "\e213";
}
.glyphicon-bishop:before {
 content: "\e214";
}
.glyphicon-knight:before {
 content: "\e215";
}
.glyphicon-baby-formula:before {
 content: "\e216";
}
.glyphicon-tent:before {
 content: "\26fa";
}
.glyphicon-blackboard:before {
 content: "\e218";
}
.glyphicon-bed:before {
 content: "\e219";
}
.glyphicon-apple:before {
 content: "\f8ff";
}
.glyphicon-erase:before {
 content: "\e221";
}
.glyphicon-hourglass:before {
 content: "\231b";
}
.glyphicon-lamp:before {
 content: "\e223";
}
.glyphicon-duplicate:before {
 content: "\e224";
}
.glyphicon-piggy-bank:before {
 content: "\e225";
}
.glyphicon-scissors:before {
 content: "\e226";
}
.glyphicon-bitcoin:before {
 content: "\e227";
}
.glyphicon-yen:before {
 content: "\00a5";
}
.glyphicon-ruble:before {
 content: "\20bd";
}
.glyphicon-scale:before {
 content: "\e230";
}
.glyphicon-ice-lolly:before {
 content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
 content: "\e232";
}
.glyphicon-education:before {
 content: "\e233";
}
.glyphicon-option-horizontal:before {
 content: "\e234";
}
.glyphicon-option-vertical:before {
 content: "\e235";
}
.glyphicon-menu-hamburger:before {
 content: "\e236";
}
.glyphicon-modal-window:before {
 content: "\e237";
}
.glyphicon-oil:before {
 content: "\e238";
}
.glyphicon-grain:before {
 content: "\e239";
}
.glyphicon-sunglasses:before {
 content: "\e240";
}
.glyphicon-text-size:before {
 content: "\e241";
}
.glyphicon-text-color:before {
 content: "\e242";
}
.glyphicon-text-background:before {
 content: "\e243";
}
.glyphicon-object-align-top:before {
 content: "\e244";
}
.glyphicon-object-align-bottom:before {
 content: "\e245";
}
.glyphicon-object-align-horizontal:before {
 content: "\e246";
}
.glyphicon-object-align-left:before {
 content: "\e247";
}
.glyphicon-object-align-vertical:before {
 content: "\e248";
}
.glyphicon-object-align-right:before {
 content: "\e249";
}
.glyphicon-triangle-right:before {
 content: "\e250";
}
.glyphicon-triangle-left:before {
 content: "\e251";
}
.glyphicon-triangle-bottom:before {
 content: "\e252";
}
.glyphicon-triangle-top:before {
 content: "\e253";
}
.glyphicon-console:before {
 content: "\e254";
}
.glyphicon-superscript:before {
 content: "\e255";
}
.glyphicon-subscript:before {
 content: "\e256";
}
.glyphicon-menu-left:before {
 content: "\e257";
}
.glyphicon-menu-right:before {
 content: "\e258";
}
.glyphicon-menu-down:before {
 content: "\e259";
}
.glyphicon-menu-up:before {
 content: "\e260";
}
* {
 -ms-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
*:before,
*:after {
 -ms-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
html {
 font-size: 10px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 15px;
 line-height: 1.42857143;
 color: #333333;
 background-color: #ffffff;
}
input,
button,
select,
textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}
a {
 color: #337ab7;
 text-decoration: none;
}
a:hover,
a:focus {
 color: #23527c;
 text-decoration: underline;
}
a:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
figure {
 margin: 0;
}
img {
 vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 display: block;
 max-width: 100%;
 height: auto;
}
.img-rounded {
 border-radius: 6px;
}
.img-thumbnail {
 padding: 4px;
 line-height: 1.42857143;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-radius: 4px;
 -webkit-transition: all all 0.2s ease-in-out ease-out;
 -moz-transition: all all 0.2s ease-in-out ease-out;
 -o-transition: all all 0.2s ease-in-out ease-out;
 transition: all all 0.2s ease-in-out ease-out;
 -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 display: inline-block;
 max-width: 100%;
 height: auto;
}
.img-circle {
 border-radius: 50%;
}
hr {
 margin-top: 21px;
 margin-bottom: 21px;
 border: 0;
 border-top: 1px solid #eeeeee;
}
.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 margin: -1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position: static;
 width: auto;
 height: auto;
 margin: 0;
 overflow: visible;
 clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
 font-weight: normal;
 line-height: 1;
 color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
 margin-top: 21px;
 margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
 font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
 margin-top: 10.5px;
 margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
 font-size: 75%;
}
h1,
.h1 {
 font-size: 39px;
}
h2,
.h2 {
 font-size: 32px;
}
h3,
.h3 {
 font-size: 26px;
}
h4,
.h4 {
 font-size: 19px;
}
h5,
.h5 {
 font-size: 15px;
}
h6,
.h6 {
 font-size: 13px;
}
p {
 margin: 0 0 10.5px;
}
.lead {
 margin-bottom: 21px;
 font-size: 17px;
 font-weight: 300;
 line-height: 1.4;
}
@media (min-width: 768px) {
 .lead {
 font-size: 22.5px;
 }
}
small,
.small {
 font-size: 86%;
}
mark,
.mark {
 background-color: #fcf8e3;
 padding: .2em;
}
.text-left {
 text-align: left;
}
.text-right {
 text-align: right;
}
.text-center {
 text-align: center;
}
.text-justify {
 text-align: justify;
}
.text-nowrap {
 white-space: nowrap;
}
.text-lowercase {
 text-transform: lowercase;
}
.text-uppercase {
 text-transform: uppercase;
}
.text-capitalize {
 text-transform: capitalize;
}
.text-muted {
 color: #777777;
}
.text-primary {
 color: #337ab7;
}
a.text-primary:hover {
 color: #286090;
}
.text-success {
 color: #3c763d;
}
a.text-success:hover {
 color: #2b542c;
}
.text-info {
 color: #31708f;
}
a.text-info:hover {
 color: #245269;
}
.text-warning {
 color: #8a6d3b;
}
a.text-warning:hover {
 color: #66512c;
}
.text-danger {
 color: #a94442;
}
a.text-danger:hover {
 color: #843534;
}
.bg-primary {
 color: #fff;
 background-color: #337ab7;
}
a.bg-primary:hover {
 background-color: #286090;
}
.bg-success {
 background-color: #dff0d8;
}
a.bg-success:hover {
 background-color: #c1e2b3;
}
.bg-info {
 background-color: #d9edf7;
}
a.bg-info:hover {
 background-color: #afd9ee;
}
.bg-warning {
 background-color: #fcf8e3;
}
a.bg-warning:hover {
 background-color: #f7ecb5;
}
.bg-danger {
 background-color: #f2dede;
}
a.bg-danger:hover {
 background-color: #e4b9b9;
}
.page-header {
 padding-bottom: 9.5px;
 margin: 42px 0 21px;
 border-bottom: 1px solid #eeeeee;
}
ul,
ol {
 margin-top: 0;
 margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
 margin-bottom: 0;
}
.list-unstyled {
 padding-left: 0;
 list-style: none;
}
.list-inline {
 padding-left: 0;
 list-style: none;
 margin-left: -5px;
}
.list-inline > li {
 display: inline-block;
 padding-left: 5px;
 padding-right: 5px;
}
dl {
 margin-top: 0;
 margin-bottom: 21px;
}
dt,
dd {
 line-height: 1.42857143;
}
dt {
 font-weight: bold;
}
dd {
 margin-left: 0;
}
@media (min-width: 768px) {
 .dl-horizontal dt {
 float: left;
 width: 160px;
 clear: left;
 text-align: right;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 }
 .dl-horizontal dd {
 margin-left: 180px;
 }
}
abbr[title],
abbr[data-original-title] {
 cursor: help;
 border-bottom: 1px dotted #777777;
}
.initialism {
 font-size: 90%;
 text-transform: uppercase;
}
blockquote {
 padding: 10.5px 21px;
 margin: 0 0 21px;
 font-size: 18.75px;
 border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
 margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
 display: block;
 font-size: 80%;
 line-height: 1.42857143;
 color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
 content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
 padding-right: 15px;
 padding-left: 0;
 border-right: 5px solid #eeeeee;
 border-left: 0;
 text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
 content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
 content: '\00A0 \2014';
}
address {
 margin-bottom: 21px;
 font-style: normal;
 line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
 padding: 2px 4px;
 font-size: 90%;
 color: #c7254e;
 background-color: #f9f2f4;
 border-radius: 4px;
}
kbd {
 padding: 2px 4px;
 font-size: 90%;
 color: #ffffff;
 background-color: #333333;
 border-radius: 3px;
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
 padding: 0;
 font-size: 100%;
 font-weight: bold;
 box-shadow: none;
}
pre {
 display: block;
 padding: 10px;
 margin: 0 0 10.5px;
 font-size: 14px;
 line-height: 1.42857143;
 word-break: break-all;
 word-wrap: break-word;
 color: #333333;
 background-color: #f5f5f5;
 border: 1px solid #cccccc;
 border-radius: 4px;
}
pre code {
 padding: 0;
 font-size: inherit;
 color: inherit;
 white-space: pre-wrap;
 background-color: transparent;
 border-radius: 0;
}
.pre-scrollable {
 max-height: 340px;
 overflow-y: scroll;
}
.container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
}
@media (min-width: 768px) {
 .container {
 width: 750px;
 }
}
@media (min-width: 992px) {
 .container {
 width: 970px;
 }
}
@media (min-width: 1200px) {
 .container {
 width: 1170px;
 }
}
.container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
}
.row {
 margin-left: -15px;
 margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 15px;
 padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
 float: left;
}
.col-xs-12 {
 width: 100%;
}
.col-xs-11 {
 width: 91.66666667%;
}
.col-xs-10 {
 width: 83.33333333%;
}
.col-xs-9 {
 width: 75%;
}
.col-xs-8 {
 width: 66.66666667%;
}
.col-xs-7 {
 width: 58.33333333%;
}
.col-xs-6 {
 width: 50%;
}
.col-xs-5 {
 width: 41.66666667%;
}
.col-xs-4 {
 width: 33.33333333%;
}
.col-xs-3 {
 width: 25%;
}
.col-xs-2 {
 width: 16.66666667%;
}
.col-xs-1 {
 width: 8.33333333%;
}
.col-xs-pull-12 {
 right: 100%;
}
.col-xs-pull-11 {
 right: 91.66666667%;
}
.col-xs-pull-10 {
 right: 83.33333333%;
}
.col-xs-pull-9 {
 right: 75%;
}
.col-xs-pull-8 {
 right: 66.66666667%;
}
.col-xs-pull-7 {
 right: 58.33333333%;
}
.col-xs-pull-6 {
 right: 50%;
}
.col-xs-pull-5 {
 right: 41.66666667%;
}
.col-xs-pull-4 {
 right: 33.33333333%;
}
.col-xs-pull-3 {
 right: 25%;
}
.col-xs-pull-2 {
 right: 16.66666667%;
}
.col-xs-pull-1 {
 right: 8.33333333%;
}
.col-xs-pull-0 {
 right: auto;
}
.col-xs-push-12 {
 left: 100%;
}
.col-xs-push-11 {
 left: 91.66666667%;
}
.col-xs-push-10 {
 left: 83.33333333%;
}
.col-xs-push-9 {
 left: 75%;
}
.col-xs-push-8 {
 left: 66.66666667%;
}
.col-xs-push-7 {
 left: 58.33333333%;
}
.col-xs-push-6 {
 left: 50%;
}
.col-xs-push-5 {
 left: 41.66666667%;
}
.col-xs-push-4 {
 left: 33.33333333%;
}
.col-xs-push-3 {
 left: 25%;
}
.col-xs-push-2 {
 left: 16.66666667%;
}
.col-xs-push-1 {
 left: 8.33333333%;
}
.col-xs-push-0 {
 left: auto;
}
.col-xs-offset-12 {
 margin-left: 100%;
}
.col-xs-offset-11 {
 margin-left: 91.66666667%;
}
.col-xs-offset-10 {
 margin-left: 83.33333333%;
}
.col-xs-offset-9 {
 margin-left: 75%;
}
.col-xs-offset-8 {
 margin-left: 66.66666667%;
}
.col-xs-offset-7 {
 margin-left: 58.33333333%;
}
.col-xs-offset-6 {
 margin-left: 50%;
}
.col-xs-offset-5 {
 margin-left: 41.66666667%;
}
.col-xs-offset-4 {
 margin-left: 33.33333333%;
}
.col-xs-offset-3 {
 margin-left: 25%;
}
.col-xs-offset-2 {
 margin-left: 16.66666667%;
}
.col-xs-offset-1 {
 margin-left: 8.33333333%;
}
.col-xs-offset-0 {
 margin-left: 0%;
}
@media (min-width: 768px) {
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
 float: left;
 }
 .col-sm-12 {
 width: 100%;
 }
 .col-sm-11 {
 width: 91.66666667%;
 }
 .col-sm-10 {
 width: 83.33333333%;
 }
 .col-sm-9 {
 width: 75%;
 }
 .col-sm-8 {
 width: 66.66666667%;
 }
 .col-sm-7 {
 width: 58.33333333%;
 }
 .col-sm-6 {
 width: 50%;
 }
 .col-sm-5 {
 width: 41.66666667%;
 }
 .col-sm-4 {
 width: 33.33333333%;
 }
 .col-sm-3 {
 width: 25%;
 }
 .col-sm-2 {
 width: 16.66666667%;
 }
 .col-sm-1 {
 width: 8.33333333%;
 }
 .col-sm-pull-12 {
 right: 100%;
 }
 .col-sm-pull-11 {
 right: 91.66666667%;
 }
 .col-sm-pull-10 {
 right: 83.33333333%;
 }
 .col-sm-pull-9 {
 right: 75%;
 }
 .col-sm-pull-8 {
 right: 66.66666667%;
 }
 .col-sm-pull-7 {
 right: 58.33333333%;
 }
 .col-sm-pull-6 {
 right: 50%;
 }
 .col-sm-pull-5 {
 right: 41.66666667%;
 }
 .col-sm-pull-4 {
 right: 33.33333333%;
 }
 .col-sm-pull-3 {
 right: 25%;
 }
 .col-sm-pull-2 {
 right: 16.66666667%;
 }
 .col-sm-pull-1 {
 right: 8.33333333%;
 }
 .col-sm-pull-0 {
 right: auto;
 }
 .col-sm-push-12 {
 left: 100%;
 }
 .col-sm-push-11 {
 left: 91.66666667%;
 }
 .col-sm-push-10 {
 left: 83.33333333%;
 }
 .col-sm-push-9 {
 left: 75%;
 }
 .col-sm-push-8 {
 left: 66.66666667%;
 }
 .col-sm-push-7 {
 left: 58.33333333%;
 }
 .col-sm-push-6 {
 left: 50%;
 }
 .col-sm-push-5 {
 left: 41.66666667%;
 }
 .col-sm-push-4 {
 left: 33.33333333%;
 }
 .col-sm-push-3 {
 left: 25%;
 }
 .col-sm-push-2 {
 left: 16.66666667%;
 }
 .col-sm-push-1 {
 left: 8.33333333%;
 }
 .col-sm-push-0 {
 left: auto;
 }
 .col-sm-offset-12 {
 margin-left: 100%;
 }
 .col-sm-offset-11 {
 margin-left: 91.66666667%;
 }
 .col-sm-offset-10 {
 margin-left: 83.33333333%;
 }
 .col-sm-offset-9 {
 margin-left: 75%;
 }
 .col-sm-offset-8 {
 margin-left: 66.66666667%;
 }
 .col-sm-offset-7 {
 margin-left: 58.33333333%;
 }
 .col-sm-offset-6 {
 margin-left: 50%;
 }
 .col-sm-offset-5 {
 margin-left: 41.66666667%;
 }
 .col-sm-offset-4 {
 margin-left: 33.33333333%;
 }
 .col-sm-offset-3 {
 margin-left: 25%;
 }
 .col-sm-offset-2 {
 margin-left: 16.66666667%;
 }
 .col-sm-offset-1 {
 margin-left: 8.33333333%;
 }
 .col-sm-offset-0 {
 margin-left: 0%;
 }
}
@media (min-width: 992px) {
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
 float: left;
 }
 .col-md-12 {
 width: 100%;
 }
 .col-md-11 {
 width: 91.66666667%;
 }
 .col-md-10 {
 width: 83.33333333%;
 }
 .col-md-9 {
 width: 75%;
 }
 .col-md-8 {
 width: 66.66666667%;
 }
 .col-md-7 {
 width: 58.33333333%;
 }
 .col-md-6 {
 width: 50%;
 }
 .col-md-5 {
 width: 41.66666667%;
 }
 .col-md-4 {
 width: 33.33333333%;
 }
 .col-md-3 {
 width: 25%;
 }
 .col-md-2 {
 width: 16.66666667%;
 }
 .col-md-1 {
 width: 8.33333333%;
 }
 .col-md-pull-12 {
 right: 100%;
 }
 .col-md-pull-11 {
 right: 91.66666667%;
 }
 .col-md-pull-10 {
 right: 83.33333333%;
 }
 .col-md-pull-9 {
 right: 75%;
 }
 .col-md-pull-8 {
 right: 66.66666667%;
 }
 .col-md-pull-7 {
 right: 58.33333333%;
 }
 .col-md-pull-6 {
 right: 50%;
 }
 .col-md-pull-5 {
 right: 41.66666667%;
 }
 .col-md-pull-4 {
 right: 33.33333333%;
 }
 .col-md-pull-3 {
 right: 25%;
 }
 .col-md-pull-2 {
 right: 16.66666667%;
 }
 .col-md-pull-1 {
 right: 8.33333333%;
 }
 .col-md-pull-0 {
 right: auto;
 }
 .col-md-push-12 {
 left: 100%;
 }
 .col-md-push-11 {
 left: 91.66666667%;
 }
 .col-md-push-10 {
 left: 83.33333333%;
 }
 .col-md-push-9 {
 left: 75%;
 }
 .col-md-push-8 {
 left: 66.66666667%;
 }
 .col-md-push-7 {
 left: 58.33333333%;
 }
 .col-md-push-6 {
 left: 50%;
 }
 .col-md-push-5 {
 left: 41.66666667%;
 }
 .col-md-push-4 {
 left: 33.33333333%;
 }
 .col-md-push-3 {
 left: 25%;
 }
 .col-md-push-2 {
 left: 16.66666667%;
 }
 .col-md-push-1 {
 left: 8.33333333%;
 }
 .col-md-push-0 {
 left: auto;
 }
 .col-md-offset-12 {
 margin-left: 100%;
 }
 .col-md-offset-11 {
 margin-left: 91.66666667%;
 }
 .col-md-offset-10 {
 margin-left: 83.33333333%;
 }
 .col-md-offset-9 {
 margin-left: 75%;
 }
 .col-md-offset-8 {
 margin-left: 66.66666667%;
 }
 .col-md-offset-7 {
 margin-left: 58.33333333%;
 }
 .col-md-offset-6 {
 margin-left: 50%;
 }
 .col-md-offset-5 {
 margin-left: 41.66666667%;
 }
 .col-md-offset-4 {
 margin-left: 33.33333333%;
 }
 .col-md-offset-3 {
 margin-left: 25%;
 }
 .col-md-offset-2 {
 margin-left: 16.66666667%;
 }
 .col-md-offset-1 {
 margin-left: 8.33333333%;
 }
 .col-md-offset-0 {
 margin-left: 0%;
 }
}
@media (min-width: 1200px) {
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
 float: left;
 }
 .col-lg-12 {
 width: 100%;
 }
 .col-lg-11 {
 width: 91.66666667%;
 }
 .col-lg-10 {
 width: 83.33333333%;
 }
 .col-lg-9 {
 width: 75%;
 }
 .col-lg-8 {
 width: 66.66666667%;
 }
 .col-lg-7 {
 width: 58.33333333%;
 }
 .col-lg-6 {
 width: 50%;
 }
 .col-lg-5 {
 width: 41.66666667%;
 }
 .col-lg-4 {
 width: 33.33333333%;
 }
 .col-lg-3 {
 width: 25%;
 }
 .col-lg-2 {
 width: 16.66666667%;
 }
 .col-lg-1 {
 width: 8.33333333%;
 }
 .col-lg-pull-12 {
 right: 100%;
 }
 .col-lg-pull-11 {
 right: 91.66666667%;
 }
 .col-lg-pull-10 {
 right: 83.33333333%;
 }
 .col-lg-pull-9 {
 right: 75%;
 }
 .col-lg-pull-8 {
 right: 66.66666667%;
 }
 .col-lg-pull-7 {
 right: 58.33333333%;
 }
 .col-lg-pull-6 {
 right: 50%;
 }
 .col-lg-pull-5 {
 right: 41.66666667%;
 }
 .col-lg-pull-4 {
 right: 33.33333333%;
 }
 .col-lg-pull-3 {
 right: 25%;
 }
 .col-lg-pull-2 {
 right: 16.66666667%;
 }
 .col-lg-pull-1 {
 right: 8.33333333%;
 }
 .col-lg-pull-0 {
 right: auto;
 }
 .col-lg-push-12 {
 left: 100%;
 }
 .col-lg-push-11 {
 left: 91.66666667%;
 }
 .col-lg-push-10 {
 left: 83.33333333%;
 }
 .col-lg-push-9 {
 left: 75%;
 }
 .col-lg-push-8 {
 left: 66.66666667%;
 }
 .col-lg-push-7 {
 left: 58.33333333%;
 }
 .col-lg-push-6 {
 left: 50%;
 }
 .col-lg-push-5 {
 left: 41.66666667%;
 }
 .col-lg-push-4 {
 left: 33.33333333%;
 }
 .col-lg-push-3 {
 left: 25%;
 }
 .col-lg-push-2 {
 left: 16.66666667%;
 }
 .col-lg-push-1 {
 left: 8.33333333%;
 }
 .col-lg-push-0 {
 left: auto;
 }
 .col-lg-offset-12 {
 margin-left: 100%;
 }
 .col-lg-offset-11 {
 margin-left: 91.66666667%;
 }
 .col-lg-offset-10 {
 margin-left: 83.33333333%;
 }
 .col-lg-offset-9 {
 margin-left: 75%;
 }
 .col-lg-offset-8 {
 margin-left: 66.66666667%;
 }
 .col-lg-offset-7 {
 margin-left: 58.33333333%;
 }
 .col-lg-offset-6 {
 margin-left: 50%;
 }
 .col-lg-offset-5 {
 margin-left: 41.66666667%;
 }
 .col-lg-offset-4 {
 margin-left: 33.33333333%;
 }
 .col-lg-offset-3 {
 margin-left: 25%;
 }
 .col-lg-offset-2 {
 margin-left: 16.66666667%;
 }
 .col-lg-offset-1 {
 margin-left: 8.33333333%;
 }
 .col-lg-offset-0 {
 margin-left: 0%;
 }
}
table {
 background-color: transparent;
}
caption {
 padding-top: 8px;
 padding-bottom: 8px;
 color: #777777;
 text-align: left;
}
th {
 text-align: left;
}
.table {
 width: 100%;
 max-width: 100%;
 margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
 padding: 8px;
 line-height: 1.42857143;
 vertical-align: top;
 border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
 vertical-align: bottom;
 border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
 border-top: 0;
}
.table > tbody + tbody {
 border-top: 2px solid #dddddd;
}
.table .table {
 background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
 padding: 5px;
}
.table-bordered {
 border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
 border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
 border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
 background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
 background-color: #f5f5f5;
}
table col[class*="col-"] {
 position: static;
 float: none;
 display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
 position: static;
 float: none;
 display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
 background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
 background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
 background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
 background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
 background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
 background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
 background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
 background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
 background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
 background-color: #ebcccc;
}
.table-responsive {
 overflow-x: auto;
 min-height: 0.01%;
}
@media screen and (max-width: 767px) {
 .table-responsive {
 width: 100%;
 margin-bottom: 15.75px;
 overflow-y: hidden;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 border: 1px solid #dddddd;
 }
 .table-responsive > .table {
 margin-bottom: 0;
 }
 .table-responsive > .table > thead > tr > th,
 .table-responsive > .table > tbody > tr > th,
 .table-responsive > .table > tfoot > tr > th,
 .table-responsive > .table > thead > tr > td,
 .table-responsive > .table > tbody > tr > td,
 .table-responsive > .table > tfoot > tr > td {
 white-space: nowrap;
 }
 .table-responsive > .table-bordered {
 border: 0;
 }
 .table-responsive > .table-bordered > thead > tr > th:first-child,
 .table-responsive > .table-bordered > tbody > tr > th:first-child,
 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
 .table-responsive > .table-bordered > thead > tr > td:first-child,
 .table-responsive > .table-bordered > tbody > tr > td:first-child,
 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
 border-left: 0;
 }
 .table-responsive > .table-bordered > thead > tr > th:last-child,
 .table-responsive > .table-bordered > tbody > tr > th:last-child,
 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
 .table-responsive > .table-bordered > thead > tr > td:last-child,
 .table-responsive > .table-bordered > tbody > tr > td:last-child,
 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
 border-right: 0;
 }
 .table-responsive > .table-bordered > tbody > tr:last-child > th,
 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
 .table-responsive > .table-bordered > tbody > tr:last-child > td,
 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
 border-bottom: 0;
 }
}
fieldset {
 padding: 0;
 margin: 0;
 border: 0;
 min-width: 0;
}
legend {
 display: block;
 width: 100%;
 padding: 0;
 margin-bottom: 21px;
 font-size: 22.5px;
 line-height: inherit;
 color: #333333;
 border: 0;
 border-bottom: 1px solid #e5e5e5;
}
label {
 display: inline-block;
 max-width: 100%;
 margin-bottom: 5px;
 font-weight: bold;
}
input[type="search"] {
 -ms-box-sizing: border-box;
 -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: 15px;
 line-height: 1.42857143;
 color: #555555;
}
.form-control {
 display: block;
 width: 100%;
 height: 35px;
 padding: 6px 12px;
 font-size: 15px;
 line-height: 1.42857143;
 color: #555555;
 background-color: #ffffff;
 background-image: none;
 border: 1px solid #cccccc;
 border-radius: 4px;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -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: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
 -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
 -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
 transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
 border-color: #66afe9;
 outline: 0;
 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
 cursor: not-allowed;
 background-color: #eeeeee;
 opacity: 1;
}
textarea.form-control {
 height: auto;
}
input[type="search"] {
 -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
 line-height: 35px;
 }
 input[type="date"].input-sm,
 input[type="time"].input-sm,
 input[type="datetime-local"].input-sm,
 input[type="month"].input-sm,
 .input-group-sm input[type="date"],
 .input-group-sm input[type="time"],
 .input-group-sm input[type="datetime-local"],
 .input-group-sm input[type="month"] {
 line-height: 31px;
 }
 input[type="date"].input-lg,
 input[type="time"].input-lg,
 input[type="datetime-local"].input-lg,
 input[type="month"].input-lg,
 .input-group-lg input[type="date"],
 .input-group-lg input[type="time"],
 .input-group-lg input[type="datetime-local"],
 .input-group-lg input[type="month"] {
 line-height: 48px;
 }
}
.form-group {
 margin-bottom: 15px;
}
.radio,
.checkbox {
 position: relative;
 display: block;
 margin-top: 10px;
 margin-bottom: 10px;
}
.radio label,
.checkbox label {
 min-height: 21px;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: normal;
 cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
 position: absolute;
 margin-left: -20px;
 margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
 margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 vertical-align: middle;
 font-weight: normal;
 cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
 margin-top: 0;
 margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
 cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
 cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
 cursor: not-allowed;
}
.form-control-static {
 padding-top: 7px;
 padding-bottom: 7px;
 margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
 padding-left: 0;
 padding-right: 0;
}
.input-sm {
 height: 31px;
 padding: 5px 10px;
 font-size: 13px;
 line-height: 1.5;
 border-radius: 3px;
}
select.input-sm {
 height: 31px;
 line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
 height: auto;
}
.form-group-sm .form-control {
 height: 31px;
 padding: 5px 10px;
 font-size: 13px;
 line-height: 1.5;
 border-radius: 3px;
}
select.form-group-sm .form-control {
 height: 31px;
 line-height: 31px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
 height: auto;
}
.form-group-sm .form-control-static {
 height: 31px;
 padding: 5px 10px;
 font-size: 13px;
 line-height: 1.5;
}
.input-lg {
 height: 48px;
 padding: 10px 16px;
 font-size: 19px;
 line-height: 1.3333333;
 border-radius: 6px;
}
select.input-lg {
 height: 48px;
 line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
 height: auto;
}
.form-group-lg .form-control {
 height: 48px;
 padding: 10px 16px;
 font-size: 19px;
 line-height: 1.3333333;
 border-radius: 6px;
}
select.form-group-lg .form-control {
 height: 48px;
 line-height: 48px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
 height: auto;
}
.form-group-lg .form-control-static {
 height: 48px;
 padding: 10px 16px;
 font-size: 19px;
 line-height: 1.3333333;
}
.has-feedback {
 position: relative;
}
.has-feedback .form-control {
 padding-right: 43.75px;
}
.form-control-feedback {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 2;
 display: block;
 width: 35px;
 height: 35px;
 line-height: 35px;
 text-align: center;
 pointer-events: none;
}
.input-lg + .form-control-feedback {
 width: 48px;
 height: 48px;
 line-height: 48px;
}
.input-sm + .form-control-feedback {
 width: 31px;
 height: 31px;
 line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
 color: #3c763d;
}
.has-success .form-control {
 border-color: #3c763d;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
 border-color: #2b542c;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
 color: #3c763d;
 border-color: #3c763d;
 background-color: #dff0d8;
}
.has-success .form-control-feedback {
 color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
 color: #8a6d3b;
}
.has-warning .form-control {
 border-color: #8a6d3b;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
 border-color: #66512c;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
 color: #8a6d3b;
 border-color: #8a6d3b;
 background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
 color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
 color: #a94442;
}
.has-error .form-control {
 border-color: #a94442;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
 border-color: #843534;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
 color: #a94442;
 border-color: #a94442;
 background-color: #f2dede;
}
.has-error .form-control-feedback {
 color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
 top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
 top: 0;
}
.help-block {
 display: block;
 margin-top: 5px;
 margin-bottom: 10px;
 color: #737373;
}
@media (min-width: 768px) {
 .form-inline .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
 }
 .form-inline .form-control {
 display: inline-block;
 width: auto;
 vertical-align: middle;
 }
 .form-inline .form-control-static {
 display: inline-block;
 }
 .form-inline .input-group {
 display: inline-table;
 vertical-align: middle;
 }
 .form-inline .input-group .input-group-addon,
 .form-inline .input-group .input-group-btn,
 .form-inline .input-group .form-control {
 width: auto;
 }
 .form-inline .input-group > .form-control {
 width: 100%;
 }
 .form-inline .control-label {
 margin-bottom: 0;
 vertical-align: middle;
 }
 .form-inline .radio,
 .form-inline .checkbox {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 vertical-align: middle;
 }
 .form-inline .radio label,
 .form-inline .checkbox label {
 padding-left: 0;
 }
 .form-inline .radio input[type="radio"],
 .form-inline .checkbox input[type="checkbox"] {
 position: relative;
 margin-left: 0;
 }
 .form-inline .has-feedback .form-control-feedback {
 top: 0;
 }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
 min-height: 28px;
}
.form-horizontal .form-group {
 margin-left: -15px;
 margin-right: -15px;
}
@media (min-width: 768px) {
 .form-horizontal .control-label {
 text-align: right;
 margin-bottom: 0;
 padding-top: 7px;
 }
}
.form-horizontal .has-feedback .form-control-feedback {
 right: 15px;
}
@media (min-width: 768px) {
 .form-horizontal .form-group-lg .control-label {
 padding-top: 14.333333px;
 }
}
@media (min-width: 768px) {
 .form-horizontal .form-group-sm .control-label {
 padding-top: 6px;
 }
}
.btn {
 display: inline-block;
 margin-bottom: 0;
 font-weight: normal;
 text-align: center;
 vertical-align: middle;
 touch-action: manipulation;
 cursor: pointer;
 background-image: none;
 border: 1px solid transparent;
 white-space: nowrap;
 padding: 6px 12px;
 font-size: 15px;
 line-height: 1.42857143;
 border-radius: 4px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
 color: #333333;
 text-decoration: none;
}
.btn:active,
.btn.active {
 outline: 0;
 background-image: none;
 -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 -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;
 -moz-opacity: 0.65;
 -khtml-opacity: 0.65;
 -webkit-opacity: 0.65;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
 opacity: 0.65;
 filter: alpha(opacity=65);
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn-default {
 color: #333333;
 background-color: #ffffff;
 border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
 color: #333333;
 background-color: #e6e6e6;
 border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
 background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
 background-color: #ffffff;
 border-color: #cccccc;
}
.btn-default .badge {
 color: #ffffff;
 background-color: #333333;
}
.btn-primary {
 color: #ffffff;
 background-color: #337ab7;
 border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
 color: #ffffff;
 background-color: #286090;
 border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
 background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
 background-color: #337ab7;
 border-color: #2e6da4;
}
.btn-primary .badge {
 color: #337ab7;
 background-color: #ffffff;
}
.btn-success {
 color: #ffffff;
 background-color: #5cb85c;
 border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
 color: #ffffff;
 background-color: #449d44;
 border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
 background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
 background-color: #5cb85c;
 border-color: #4cae4c;
}
.btn-success .badge {
 color: #5cb85c;
 background-color: #ffffff;
}
.btn-info {
 color: #ffffff;
 background-color: #5bc0de;
 border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
 color: #ffffff;
 background-color: #31b0d5;
 border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
 background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
 background-color: #5bc0de;
 border-color: #46b8da;
}
.btn-info .badge {
 color: #5bc0de;
 background-color: #ffffff;
}
.btn-warning {
 color: #ffffff;
 background-color: #f0ad4e;
 border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
 color: #ffffff;
 background-color: #ec971f;
 border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
 background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
 background-color: #f0ad4e;
 border-color: #eea236;
}
.btn-warning .badge {
 color: #f0ad4e;
 background-color: #ffffff;
}
.btn-danger {
 color: #ffffff;
 background-color: #d9534f;
 border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
 color: #ffffff;
 background-color: #c9302c;
 border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
 background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
 background-color: #d9534f;
 border-color: #d43f3a;
}
.btn-danger .badge {
 color: #d9534f;
 background-color: #ffffff;
}
.btn-link {
 color: #337ab7;
 font-weight: normal;
 border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
 background-color: transparent;
 -moz-box-shadow: none;
 -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: #23527c;
 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: #777777;
 text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
 padding: 10px 16px;
 font-size: 19px;
 line-height: 1.3333333;
 border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
 padding: 5px 10px;
 font-size: 13px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
 padding: 1px 5px;
 font-size: 13px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-block {
 display: block;
 width: 100%;
}
.btn-block + .btn-block {
 margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
 width: 100%;
}
.fade {
 opacity: 0;
 -webkit-transition: all opacity 0.15s linear ease-out;
 -moz-transition: all opacity 0.15s linear ease-out;
 -o-transition: all opacity 0.15s linear ease-out;
 transition: all opacity 0.15s linear ease-out;
 -webkit-transition: opacity 0.15s linear;
 -o-transition: opacity 0.15s linear;
 transition: opacity 0.15s linear;
}
.fade.in {
 opacity: 1;
}
.collapse {
 display: none;
 visibility: hidden;
}
.collapse.in {
 display: block;
 visibility: visible;
}
tr.collapse.in {
 display: table-row;
}
tbody.collapse.in {
 display: table-row-group;
}
.collapsing {
 position: relative;
 height: 0;
 overflow: hidden;
 -webkit-transition-property: height, visibility;
 transition-property: height, visibility;
 -moz-transition-duration: 0.35s;
 -o-transition-duration: 0.35s;
 -webkit-transition-duration: 0.35s;
 transition-duration: 0.35s;
 -webkit-transition-timing-function: ease;
 transition-timing-function: ease;
}
.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;
}
.dropup,
.dropdown {
 position: relative;
}
.dropdown-toggle:focus {
 outline: 0;
}
.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 display: none;
 float: left;
 min-width: 160px;
 padding: 5px 0;
 margin: 2px 0 0;
 list-style: none;
 font-size: 15px;
 text-align: left;
 background-color: #ffffff;
 border: 1px solid #cccccc;
 border: 1px solid rgba(0, 0, 0, 0.15);
 border-radius: 4px;
 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 -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: 9.5px 0;
 overflow: hidden;
 background-color: #e5e5e5;
}
.dropdown-menu > li > a {
 display: block;
 padding: 3px 20px;
 clear: both;
 font-weight: normal;
 line-height: 1.42857143;
 color: #333333;
 white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
 text-decoration: none;
 color: #262626;
 background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
 color: #ffffff;
 text-decoration: none;
 outline: 0;
 background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 color: #777777;
}
.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: 13px;
 line-height: 1.42857143;
 color: #777777;
 white-space: nowrap;
}
.dropdown-backdrop {
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 z-index: 990;
}
.pull-right > .dropdown-menu {
 right: 0;
 left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
 border-top: 0;
 border-bottom: 4px solid;
 content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
 top: auto;
 bottom: 100%;
 margin-bottom: 2px;
}
@media (min-width: 768px) {
 .navbar-right .dropdown-menu {
 left: auto;
 right: 0;
 }
 .navbar-right .dropdown-menu-left {
 left: 0;
 right: auto;
 }
}
.btn-group,
.btn-group-vertical {
 position: relative;
 display: inline-block;
 vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
 position: relative;
 float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
 z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
 margin-left: -1px;
}
.btn-toolbar {
 margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
 float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
 margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group > .btn:first-child {
 margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group > .btn-group {
 float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
 outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
 padding-left: 8px;
 padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
 padding-left: 12px;
 padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
 -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 -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 {
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn .caret {
 margin-left: 0;
}
.btn-lg .caret {
 border-width: 5px 5px 0;
 border-bottom-width: 0;
}
.dropup .btn-lg .caret {
 border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
 display: block;
 float: none;
 width: 100%;
 max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
 float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
 margin-top: -1px;
 margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
 border-top-right-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
 border-bottom-left-radius: 4px;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.btn-group-justified {
 display: table;
 width: 100%;
 table-layout: fixed;
 border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
 float: none;
 display: table-cell;
 width: 1%;
}
.btn-group-justified > .btn-group .btn {
 width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
 left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
 position: absolute;
 clip: rect(0, 0, 0, 0);
 pointer-events: none;
}
.input-group {
 position: relative;
 display: table;
 border-collapse: separate;
}
.input-group[class*="col-"] {
 float: none;
 padding-left: 0;
 padding-right: 0;
}
.input-group .form-control {
 position: relative;
 z-index: 2;
 float: left;
 width: 100%;
 margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
 height: 48px;
 padding: 10px 16px;
 font-size: 19px;
 line-height: 1.3333333;
 border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
 height: 48px;
 line-height: 48px;
}
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: 31px;
 padding: 5px 10px;
 font-size: 13px;
 line-height: 1.5;
 border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
 height: 31px;
 line-height: 31px;
}
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: 15px;
 font-weight: normal;
 line-height: 1;
 color: #555555;
 text-align: center;
 background-color: #eeeeee;
 border: 1px solid #cccccc;
 border-radius: 4px;
}
.input-group-addon.input-sm {
 padding: 5px 10px;
 font-size: 13px;
 border-radius: 3px;
}
.input-group-addon.input-lg {
 padding: 10px 16px;
 font-size: 19px;
 border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
 margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.input-group-addon:first-child {
 border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.input-group-addon:last-child {
 border-left: 0;
}
.input-group-btn {
 position: relative;
 font-size: 0;
 white-space: nowrap;
}
.input-group-btn > .btn {
 position: relative;
}
.input-group-btn > .btn + .btn {
 margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
 z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
 margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
 margin-left: -1px;
}
.nav {
 margin-bottom: 0;
 padding-left: 0;
 list-style: none;
}
.nav > li {
 position: relative;
 display: block;
}
.nav > li > a {
 position: relative;
 display: block;
 padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
 text-decoration: none;
 background-color: #eeeeee;
}
.nav > li.disabled > a {
 color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
 color: #777777;
 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: #337ab7;
}
.nav .nav-divider {
 height: 1px;
 margin: 9.5px 0;
 overflow: hidden;
 background-color: #e5e5e5;
}
.nav > li > a > img {
 max-width: none;
}
.nav-tabs {
 border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
 float: left;
 margin-bottom: -1px;
}
.nav-tabs > li > a {
 margin-right: 2px;
 line-height: 1.42857143;
 border: 1px solid transparent;
 border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
 border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
 color: #555555;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-bottom-color: transparent;
 cursor: default;
}
.nav-tabs.nav-justified {
 width: 100%;
 border-bottom: 0;
}
.nav-tabs.nav-justified > li {
 float: none;
}
.nav-tabs.nav-justified > li > a {
 text-align: center;
 margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
 top: auto;
 left: auto;
}
@media (min-width: 768px) {
 .nav-tabs.nav-justified > li {
 display: table-cell;
 width: 1%;
 }
 .nav-tabs.nav-justified > li > a {
 margin-bottom: 0;
 }
}
.nav-tabs.nav-justified > li > a {
 margin-right: 0;
 border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
 border: 1px solid #dddddd;
}
@media (min-width: 768px) {
 .nav-tabs.nav-justified > li > a {
 border-bottom: 1px solid #dddddd;
 border-radius: 4px 4px 0 0;
 }
 .nav-tabs.nav-justified > .active > a,
 .nav-tabs.nav-justified > .active > a:hover,
 .nav-tabs.nav-justified > .active > a:focus {
 border-bottom-color: #ffffff;
 }
}
.nav-pills > li {
 float: left;
}
.nav-pills > li > a {
 border-radius: 4px;
}
.nav-pills > li + li {
 margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
 color: #ffffff;
 background-color: #337ab7;
}
.nav-stacked > li {
 float: none;
}
.nav-stacked > li + li {
 margin-top: 2px;
 margin-left: 0;
}
.nav-justified {
 width: 100%;
}
.nav-justified > li {
 float: none;
}
.nav-justified > li > a {
 text-align: center;
 margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
 top: auto;
 left: auto;
}
@media (min-width: 768px) {
 .nav-justified > li {
 display: table-cell;
 width: 1%;
 }
 .nav-justified > li > a {
 margin-bottom: 0;
 }
}
.nav-tabs-justified {
 border-bottom: 0;
}
.nav-tabs-justified > li > a {
 margin-right: 0;
 border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
 border: 1px solid #dddddd;
}
@media (min-width: 768px) {
 .nav-tabs-justified > li > a {
 border-bottom: 1px solid #dddddd;
 border-radius: 4px 4px 0 0;
 }
 .nav-tabs-justified > .active > a,
 .nav-tabs-justified > .active > a:hover,
 .nav-tabs-justified > .active > a:focus {
 border-bottom-color: #ffffff;
 }
}
.tab-content > .tab-pane {
 display: none;
 visibility: hidden;
}
.tab-content > .active {
 display: block;
 visibility: visible;
}
.nav-tabs .dropdown-menu {
 margin-top: -1px;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.navbar {
 position: relative;
 min-height: 50px;
 margin-bottom: 21px;
 border: 1px solid transparent;
}
@media (min-width: 768px) {
 .navbar {
 border-radius: 4px;
 }
}
@media (min-width: 768px) {
 .navbar-header {
 float: left;
 }
}
.navbar-collapse {
 overflow-x: visible;
 padding-right: 15px;
 padding-left: 15px;
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
 overflow-y: auto;
}
@media (min-width: 768px) {
 .navbar-collapse {
 width: auto;
 border-top: 0;
 box-shadow: none;
 }
 .navbar-collapse.collapse {
 display: block !important;
 visibility: visible !important;
 height: auto !important;
 padding-bottom: 0;
 overflow: visible !important;
 }
 .navbar-collapse.in {
 overflow-y: visible;
 }
 .navbar-fixed-top .navbar-collapse,
 .navbar-static-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
 padding-left: 0;
 padding-right: 0;
 }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
 max-height: 340px;
}
@media (max-device-width: 420px) and (orientation: landscape) {
 .navbar-fixed-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
 max-height: 200px;
 }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
 margin-right: -15px;
 margin-left: -15px;
}
@media (min-width: 768px) {
 .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: 768px) {
 .navbar-static-top {
 border-radius: 0;
 }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
 position: fixed;
 right: 0;
 left: 0;
 z-index: 1030;
}
@media (min-width: 768px) {
 .navbar-fixed-top,
 .navbar-fixed-bottom {
 border-radius: 0;
 }
}
.navbar-fixed-top {
 top: 0;
 border-width: 0 0 1px;
}
.navbar-fixed-bottom {
 bottom: 0;
 margin-bottom: 0;
 border-width: 1px 0 0;
}
.navbar-brand {
 float: left;
 padding: 14.5px 15px;
 font-size: 19px;
 line-height: 21px;
 height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
 text-decoration: none;
}
.navbar-brand > img {
 display: block;
}
@media (min-width: 768px) {
 .navbar > .container .navbar-brand,
 .navbar > .container-fluid .navbar-brand {
 margin-left: -15px;
 }
}
.navbar-toggle {
 position: relative;
 float: right;
 margin-right: 15px;
 padding: 9px 10px;
 margin-top: 8px;
 margin-bottom: 8px;
 background-color: transparent;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
}
.navbar-toggle:focus {
 outline: 0;
}
.navbar-toggle .icon-bar {
 display: block;
 width: 22px;
 height: 2px;
 border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
 margin-top: 4px;
}
@media (min-width: 768px) {
 .navbar-toggle {
 display: none;
 }
}
.navbar-nav {
 margin: 7.25px -15px;
}
.navbar-nav > li > a {
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 21px;
}
@media (max-width: 767px) {
 .navbar-nav .open .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: transparent;
 border: 0;
 box-shadow: none;
 }
 .navbar-nav .open .dropdown-menu > li > a,
 .navbar-nav .open .dropdown-menu .dropdown-header {
 padding: 5px 15px 5px 25px;
 }
 .navbar-nav .open .dropdown-menu > li > a {
 line-height: 21px;
 }
 .navbar-nav .open .dropdown-menu > li > a:hover,
 .navbar-nav .open .dropdown-menu > li > a:focus {
 background-image: none;
 }
}
@media (min-width: 768px) {
 .navbar-nav {
 float: left;
 margin: 0;
 }
 .navbar-nav > li {
 float: left;
 }
 .navbar-nav > li > a {
 padding-top: 14.5px;
 padding-bottom: 14.5px;
 }
}
.navbar-form {
 margin-left: -15px;
 margin-right: -15px;
 padding: 10px 15px;
 border-top: 1px solid transparent;
 border-bottom: 1px solid transparent;
 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 -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: 7.5px;
 margin-bottom: 7.5px;
}
@media (min-width: 768px) {
 .navbar-form .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
 }
 .navbar-form .form-control {
 display: inline-block;
 width: auto;
 vertical-align: middle;
 }
 .navbar-form .form-control-static {
 display: inline-block;
 }
 .navbar-form .input-group {
 display: inline-table;
 vertical-align: middle;
 }
 .navbar-form .input-group .input-group-addon,
 .navbar-form .input-group .input-group-btn,
 .navbar-form .input-group .form-control {
 width: auto;
 }
 .navbar-form .input-group > .form-control {
 width: 100%;
 }
 .navbar-form .control-label {
 margin-bottom: 0;
 vertical-align: middle;
 }
 .navbar-form .radio,
 .navbar-form .checkbox {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 vertical-align: middle;
 }
 .navbar-form .radio label,
 .navbar-form .checkbox label {
 padding-left: 0;
 }
 .navbar-form .radio input[type="radio"],
 .navbar-form .checkbox input[type="checkbox"] {
 position: relative;
 margin-left: 0;
 }
 .navbar-form .has-feedback .form-control-feedback {
 top: 0;
 }
}
@media (max-width: 767px) {
 .navbar-form .form-group {
 margin-bottom: 5px;
 }
 .navbar-form .form-group:last-child {
 margin-bottom: 0;
 }
}
@media (min-width: 768px) {
 .navbar-form {
 width: auto;
 border: 0;
 margin-left: 0;
 margin-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 }
}
.navbar-nav > li > .dropdown-menu {
 margin-top: 0;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
 margin-bottom: 0;
 border-top-right-radius: 4px;
 border-top-left-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.navbar-btn {
 margin-top: 7.5px;
 margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
 margin-top: 9.5px;
 margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
 margin-top: 14px;
 margin-bottom: 14px;
}
.navbar-text {
 margin-top: 14.5px;
 margin-bottom: 14.5px;
}
@media (min-width: 768px) {
 .navbar-text {
 float: left;
 margin-left: 15px;
 margin-right: 15px;
 }
}
@media (min-width: 768px) {
 .navbar-left {
 float: left !important;
 }
 .navbar-right {
 float: right !important;
 margin-right: -15px;
 }
 .navbar-right ~ .navbar-right {
 margin-right: 0;
 }
}
.navbar-default {
 background-color: #f8f8f8;
 border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
 color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color: #5e5e5e;
 background-color: transparent;
}
.navbar-default .navbar-text {
 color: #777777;
}
.navbar-default .navbar-nav > li > a {
 color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #333333;
 background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 color: #555555;
 background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
 color: #cccccc;
 background-color: transparent;
}
.navbar-default .navbar-toggle {
 border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
 background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 background-color: #e7e7e7;
 color: #555555;
}
@media (max-width: 767px) {
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #777777;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 color: #333333;
 background-color: transparent;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
 color: #555555;
 background-color: #e7e7e7;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 color: #cccccc;
 background-color: transparent;
 }
}
.navbar-default .navbar-link {
 color: #777777;
}
.navbar-default .navbar-link:hover {
 color: #333333;
}
.navbar-default .btn-link {
 color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
 color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
 color: #cccccc;
}
.navbar-inverse {
 background-color: #222222;
 border-color: #080808;
}
.navbar-inverse .navbar-brand {
 color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
 color: #ffffff;
 background-color: transparent;
}
.navbar-inverse .navbar-text {
 color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
 color: #9d9d9d;
}
.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: 767px) {
 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
 border-color: #080808;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
 background-color: #080808;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 color: #9d9d9d;
 }
 .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
 color: #ffffff;
}
.navbar-inverse .btn-link {
 color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
 color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
 color: #444444;
}
.breadcrumb {
 padding: 8px 15px;
 margin-bottom: 21px;
 list-style: none;
 background-color: #f5f5f5;
 border-radius: 4px;
}
.breadcrumb > li {
 display: inline-block;
}
.breadcrumb > li + li:before {
 content: "/\00a0";
 padding: 0 5px;
 color: #cccccc;
}
.breadcrumb > .active {
 color: #777777;
}
.pagination {
 display: inline-block;
 padding-left: 0;
 margin: 21px 0;
 border-radius: 4px;
}
.pagination > li {
 display: inline;
}
.pagination > li > a,
.pagination > li > span {
 position: relative;
 float: left;
 padding: 6px 12px;
 line-height: 1.42857143;
 text-decoration: none;
 color: #337ab7;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
 margin-left: 0;
 border-bottom-left-radius: 4px;
 border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
 border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 color: #23527c;
 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: #337ab7;
 border-color: #337ab7;
 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: #777777;
 background-color: #ffffff;
 border-color: #dddddd;
 cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
 padding: 10px 16px;
 font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
 border-bottom-left-radius: 6px;
 border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
 border-bottom-right-radius: 6px;
 border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
 padding: 5px 10px;
 font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
 border-bottom-left-radius: 3px;
 border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
 border-bottom-right-radius: 3px;
 border-top-right-radius: 3px;
}
.pager {
 padding-left: 0;
 margin: 21px 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: #777777;
 background-color: #ffffff;
 cursor: not-allowed;
}
.label {
 display: inline;
 padding: .2em .6em .3em;
 font-size: 75%;
 font-weight: bold;
 line-height: 1;
 color: #ffffff;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: .25em;
}
a.label:hover,
a.label:focus {
 color: #ffffff;
 text-decoration: none;
 cursor: pointer;
}
.label:empty {
 display: none;
}
.btn .label {
 position: relative;
 top: -1px;
}
.label-default {
 background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
 background-color: #5e5e5e;
}
.label-primary {
 background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
 background-color: #286090;
}
.label-success {
 background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
 background-color: #449d44;
}
.label-info {
 background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
 background-color: #31b0d5;
}
.label-warning {
 background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
 background-color: #ec971f;
}
.label-danger {
 background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
 background-color: #c9302c;
}
.badge {
 display: inline-block;
 min-width: 10px;
 padding: 3px 7px;
 font-size: 13px;
 font-weight: bold;
 color: #ffffff;
 line-height: 1;
 vertical-align: baseline;
 white-space: nowrap;
 text-align: center;
 background-color: #777777;
 border-radius: 10px;
}
.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;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
 color: #337ab7;
 background-color: #ffffff;
}
.list-group-item > .badge {
 float: right;
}
.list-group-item > .badge + .badge {
 margin-right: 5px;
}
.nav-pills > li > a > .badge {
 margin-left: 3px;
}
.jumbotron {
 padding: 30px 15px;
 margin-bottom: 30px;
 color: inherit;
 background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
 color: inherit;
}
.jumbotron p {
 margin-bottom: 15px;
 font-size: 23px;
 font-weight: 200;
}
.jumbotron > hr {
 border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
 border-radius: 6px;
}
.jumbotron .container {
 max-width: 100%;
}
@media screen and (min-width: 768px) {
 .jumbotron {
 padding: 48px 0;
 }
 .container .jumbotron,
 .container-fluid .jumbotron {
 padding-left: 60px;
 padding-right: 60px;
 }
 .jumbotron h1,
 .jumbotron .h1 {
 font-size: 67.5px;
 }
}
.thumbnail {
 display: block;
 padding: 4px;
 margin-bottom: 21px;
 line-height: 1.42857143;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-radius: 4px;
 -webkit-transition: all border 0.2s ease-in-out ease-out;
 -moz-transition: all border 0.2s ease-in-out ease-out;
 -o-transition: all border 0.2s ease-in-out ease-out;
 transition: all border 0.2s ease-in-out ease-out;
 -webkit-transition: border 0.2s ease-in-out;
 -o-transition: border 0.2s ease-in-out;
 transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
 margin-left: auto;
 margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
 border-color: #337ab7;
}
.thumbnail .caption {
 padding: 9px;
 color: #333333;
}
.alert {
 padding: 15px;
 margin-bottom: 21px;
 border: 1px solid transparent;
 border-radius: 4px;
}
.alert h4 {
 margin-top: 0;
 color: inherit;
}
.alert .alert-link {
 font-weight: bold;
}
.alert > p,
.alert > ul {
 margin-bottom: 0;
}
.alert > p + p {
 margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
 padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
 position: relative;
 top: -2px;
 right: -21px;
 color: inherit;
}
.alert-success {
 background-color: #dff0d8;
 border-color: #d6e9c6;
 color: #3c763d;
}
.alert-success hr {
 border-top-color: #c9e2b3;
}
.alert-success .alert-link {
 color: #2b542c;
}
.alert-info {
 background-color: #d9edf7;
 border-color: #bce8f1;
 color: #31708f;
}
.alert-info hr {
 border-top-color: #a6e1ec;
}
.alert-info .alert-link {
 color: #245269;
}
.alert-warning {
 background-color: #fcf8e3;
 border-color: #faebcc;
 color: #8a6d3b;
}
.alert-warning hr {
 border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
 color: #66512c;
}
.alert-danger {
 background-color: #f2dede;
 border-color: #ebccd1;
 color: #a94442;
}
.alert-danger hr {
 border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
 color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
 }
 to {
 background-position: 0 0;
 }
}
@keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
 }
 to {
 background-position: 0 0;
 }
}
.progress {
 overflow: hidden;
 height: 21px;
 margin-bottom: 21px;
 background-color: #f5f5f5;
 border-radius: 4px;
 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 -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: 13px;
 line-height: 21px;
 color: #ffffff;
 text-align: center;
 background-color: #337ab7;
 -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 -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: all width 0.6s ease ease-out;
 -moz-transition: all width 0.6s ease ease-out;
 -o-transition: all width 0.6s ease ease-out;
 transition: all width 0.6s ease ease-out;
 -webkit-transition: width 0.6s ease;
 -o-transition: width 0.6s ease;
 transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
 -webkit-animation: progress-bar-stripes 2s linear infinite;
 -o-animation: progress-bar-stripes 2s linear infinite;
 animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
 background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
 background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
 background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
 background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
 margin-top: 15px;
}
.media:first-child {
 margin-top: 0;
}
.media,
.media-body {
 zoom: 1;
 overflow: hidden;
}
.media-body {
 width: 10000px;
}
.media-object {
 display: block;
}
.media-right,
.media > .pull-right {
 padding-left: 10px;
}
.media-left,
.media > .pull-left {
 padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
 display: table-cell;
 vertical-align: top;
}
.media-middle {
 vertical-align: middle;
}
.media-bottom {
 vertical-align: bottom;
}
.media-heading {
 margin-top: 0;
 margin-bottom: 5px;
}
.media-list {
 padding-left: 0;
 list-style: none;
}
.list-group {
 margin-bottom: 20px;
 padding-left: 0;
}
.list-group-item {
 position: relative;
 display: block;
 padding: 10px 15px;
 margin-bottom: -1px;
 background-color: #ffffff;
 border: 1px solid #dddddd;
}
.list-group-item:first-child {
 border-top-right-radius: 4px;
 border-top-left-radius: 4px;
}
.list-group-item:last-child {
 margin-bottom: 0;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}
a.list-group-item {
 color: #555555;
}
a.list-group-item .list-group-item-heading {
 color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
 text-decoration: none;
 color: #555555;
 background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
 background-color: #eeeeee;
 color: #777777;
 cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
 color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
 color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
 z-index: 2;
 color: #ffffff;
 background-color: #337ab7;
 border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
 color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
 color: #c7ddef;
}
.list-group-item-success {
 color: #3c763d;
 background-color: #dff0d8;
}
a.list-group-item-success {
 color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
 color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
 color: #3c763d;
 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: #3c763d;
 border-color: #3c763d;
}
.list-group-item-info {
 color: #31708f;
 background-color: #d9edf7;
}
a.list-group-item-info {
 color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
 color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
 color: #31708f;
 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: #31708f;
 border-color: #31708f;
}
.list-group-item-warning {
 color: #8a6d3b;
 background-color: #fcf8e3;
}
a.list-group-item-warning {
 color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
 color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
 color: #8a6d3b;
 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: #8a6d3b;
 border-color: #8a6d3b;
}
.list-group-item-danger {
 color: #a94442;
 background-color: #f2dede;
}
a.list-group-item-danger {
 color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
 color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
 color: #a94442;
 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: #a94442;
 border-color: #a94442;
}
.list-group-item-heading {
 margin-top: 0;
 margin-bottom: 5px;
}
.list-group-item-text {
 margin-bottom: 0;
 line-height: 1.3;
}
.panel {
 margin-bottom: 21px;
 background-color: #ffffff;
 border: 1px solid transparent;
 border-radius: 4px;
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
 padding: 15px;
}
.panel-heading {
 padding: 10px 15px;
 border-bottom: 1px solid transparent;
 border-top-right-radius: 3px;
 border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
 color: inherit;
}
.panel-title {
 margin-top: 0;
 margin-bottom: 0;
 font-size: 17px;
 color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
 color: inherit;
}
.panel-footer {
 padding: 10px 15px;
 background-color: #f5f5f5;
 border-top: 1px solid #dddddd;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
 margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
 border-width: 1px 0;
 border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
 border-top: 0;
 border-top-right-radius: 3px;
 border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
 border-bottom: 0;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
 border-top-width: 0;
}
.list-group + .panel-footer {
 border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
 margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
 padding-left: 15px;
 padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
 border-top-right-radius: 3px;
 border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
 border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
 border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
 border-bottom-left-radius: 3px;
 border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
 border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
 border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
 border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
 border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
 border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
 border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
 border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
 border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
 border-bottom: 0;
}
.panel > .table-responsive {
 border: 0;
 margin-bottom: 0;
}
.panel-group {
 margin-bottom: 21px;
}
.panel-group .panel {
 margin-bottom: 0;
 border-radius: 4px;
}
.panel-group .panel + .panel {
 margin-top: 5px;
}
.panel-group .panel-heading {
 border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
 border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
 border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
 border-bottom: 1px solid #dddddd;
}
.panel-default {
 border-color: #dddddd;
}
.panel-default > .panel-heading {
 color: #333333;
 background-color: #f5f5f5;
 border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
 color: #f5f5f5;
 background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #dddddd;
}
.panel-primary {
 border-color: #337ab7;
}
.panel-primary > .panel-heading {
 color: #ffffff;
 background-color: #337ab7;
 border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
 color: #337ab7;
 background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #337ab7;
}
.panel-success {
 border-color: #d6e9c6;
}
.panel-success > .panel-heading {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
 color: #dff0d8;
 background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #d6e9c6;
}
.panel-info {
 border-color: #bce8f1;
}
.panel-info > .panel-heading {
 color: #31708f;
 background-color: #d9edf7;
 border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
 color: #d9edf7;
 background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #bce8f1;
}
.panel-warning {
 border-color: #faebcc;
}
.panel-warning > .panel-heading {
 color: #8a6d3b;
 background-color: #fcf8e3;
 border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
 color: #fcf8e3;
 background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #faebcc;
}
.panel-danger {
 border-color: #ebccd1;
}
.panel-danger > .panel-heading {
 color: #a94442;
 background-color: #f2dede;
 border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
 color: #f2dede;
 background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #ebccd1;
}
.embed-responsive {
 position: relative;
 display: block;
 height: 0;
 padding: 0;
 overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 height: 100%;
 width: 100%;
 border: 0;
}
.embed-responsive.embed-responsive-16by9 {
 padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
 padding-bottom: 75%;
}
.well {
 min-height: 20px;
 padding: 19px;
 margin-bottom: 20px;
 background-color: #f5f5f5;
 border: 1px solid #e3e3e3;
 border-radius: 4px;
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
 border-color: #ddd;
 border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
 padding: 24px;
 border-radius: 6px;
}
.well-sm {
 padding: 9px;
 border-radius: 3px;
}
.close {
 float: right;
 font-size: 22.5px;
 font-weight: bold;
 line-height: 1;
 color: #000000;
 text-shadow: 0 1px 0 #ffffff;
 -moz-opacity: 0.2;
 -khtml-opacity: 0.2;
 -webkit-opacity: 0.2;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
 opacity: 0.2;
 filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
 color: #000000;
 text-decoration: none;
 cursor: pointer;
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
 -webkit-opacity: 0.5;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 opacity: 0.5;
 filter: alpha(opacity=50);
}
button.close {
 padding: 0;
 cursor: pointer;
 background: transparent;
 border: 0;
 -webkit-appearance: none;
}
.modal-open {
 overflow: hidden;
}
.modal {
 display: none;
 overflow: hidden;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1040;
 -webkit-overflow-scrolling: touch;
 outline: 0;
}
.modal.fade .modal-dialog {
 -moz-transform: translate(0, -25%);
 -webkit-transform: translate(0, -25%);
 -ms-transform: translate(0, -25%);
 -o-transform: translate(0, -25%);
 transform: translate(0, -25%);
 -webkit-transition: -webkit-transform 0.3s ease-out;
 -moz-transition: -moz-transform 0.3s ease-out;
 -o-transition: -o-transform 0.3s ease-out;
 transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
 -moz-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
.modal-open .modal {
 overflow-x: hidden;
 overflow-y: auto;
}
.modal-dialog {
 position: relative;
 width: auto;
 margin: 10px;
}
.modal-content {
 position: relative;
 background-color: #ffffff;
 border: 1px solid #999999;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 6px;
 -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 background-clip: padding-box;
 outline: 0;
}
.modal-backdrop {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 background-color: #000000;
}
.modal-backdrop.fade {
 -moz-opacity: 0;
 -khtml-opacity: 0;
 -webkit-opacity: 0;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
 opacity: 0;
 filter: alpha(opacity=0);
}
.modal-backdrop.in {
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
 -webkit-opacity: 0.5;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 opacity: 0.5;
 filter: alpha(opacity=50);
}
.modal-header {
 padding: 15px;
 border-bottom: 1px solid #e5e5e5;
 min-height: 16.42857143px;
}
.modal-header .close {
 margin-top: -2px;
}
.modal-title {
 margin: 0;
 line-height: 1.42857143;
}
.modal-body {
 position: relative;
 padding: 15px;
}
.modal-footer {
 padding: 15px;
 text-align: right;
 border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
 margin-left: 5px;
 margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
 margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
 margin-left: 0;
}
.modal-scrollbar-measure {
 position: absolute;
 top: -9999px;
 width: 50px;
 height: 50px;
 overflow: scroll;
}
@media (min-width: 768px) {
 .modal-dialog {
 width: 600px;
 margin: 30px auto;
 }
 .modal-content {
 -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 }
 .modal-sm {
 width: 300px;
 }
}
@media (min-width: 992px) {
 .modal-lg {
 width: 900px;
 }
}
.tooltip {
 position: absolute;
 z-index: 1070;
 display: block;
 visibility: visible;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 13px;
 font-weight: normal;
 line-height: 1.4;
 -moz-opacity: 0;
 -khtml-opacity: 0;
 -webkit-opacity: 0;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
 opacity: 0;
 filter: alpha(opacity=0);
}
.tooltip.in {
 -moz-opacity: 0.9;
 -khtml-opacity: 0.9;
 -webkit-opacity: 0.9;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 opacity: 0.9;
 filter: alpha(opacity=90);
}
.tooltip.top {
 margin-top: -3px;
 padding: 5px 0;
}
.tooltip.right {
 margin-left: 3px;
 padding: 0 5px;
}
.tooltip.bottom {
 margin-top: 3px;
 padding: 5px 0;
}
.tooltip.left {
 margin-left: -3px;
 padding: 0 5px;
}
.tooltip-inner {
 max-width: 200px;
 padding: 3px 8px;
 color: #ffffff;
 text-align: center;
 text-decoration: none;
 background-color: #000000;
 border-radius: 4px;
}
.tooltip-arrow {
 position: absolute;
 width: 0;
 height: 0;
 border-color: transparent;
 border-style: solid;
}
.tooltip.top .tooltip-arrow {
 bottom: 0;
 left: 50%;
 margin-left: -5px;
 border-width: 5px 5px 0;
 border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
 bottom: 0;
 right: 5px;
 margin-bottom: -5px;
 border-width: 5px 5px 0;
 border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
 bottom: 0;
 left: 5px;
 margin-bottom: -5px;
 border-width: 5px 5px 0;
 border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
 top: 50%;
 left: 0;
 margin-top: -5px;
 border-width: 5px 5px 5px 0;
 border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
 top: 50%;
 right: 0;
 margin-top: -5px;
 border-width: 5px 0 5px 5px;
 border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
 top: 0;
 left: 50%;
 margin-left: -5px;
 border-width: 0 5px 5px;
 border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
 top: 0;
 right: 5px;
 margin-top: -5px;
 border-width: 0 5px 5px;
 border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
 top: 0;
 left: 5px;
 margin-top: -5px;
 border-width: 0 5px 5px;
 border-bottom-color: #000000;
}
.popover {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1060;
 display: none;
 max-width: 276px;
 padding: 1px;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 15px;
 font-weight: normal;
 line-height: 1.42857143;
 text-align: left;
 background-color: #ffffff;
 background-clip: padding-box;
 border: 1px solid #cccccc;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 6px;
 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 -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: 15px;
 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: all 0.6s ease-in-out left ease-out;
 -moz-transition: all 0.6s ease-in-out left ease-out;
 -o-transition: all 0.6s ease-in-out left ease-out;
 transition: all 0.6s ease-in-out left ease-out;
 -webkit-transition: 0.6s ease-in-out left;
 -o-transition: 0.6s ease-in-out left;
 transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-inner > .item {
 -webkit-transition: -webkit-transform 0.6s ease-in-out;
 -moz-transition: -moz-transform 0.6s ease-in-out;
 -o-transition: -o-transform 0.6s ease-in-out;
 transition: transform 0.6s ease-in-out;
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-perspective: 1000;
 -moz-perspective: 1000;
 perspective: 1000;
 }
 .carousel-inner > .item.next,
 .carousel-inner > .item.active.right {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 left: 0;
 }
 .carousel-inner > .item.prev,
 .carousel-inner > .item.active.left {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 left: 0;
 }
 .carousel-inner > .item.next.left,
 .carousel-inner > .item.prev.right,
 .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
 }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
 display: block;
}
.carousel-inner > .active {
 left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
 position: absolute;
 top: 0;
 width: 100%;
}
.carousel-inner > .next {
 left: 100%;
}
.carousel-inner > .prev {
 left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
 left: 0;
}
.carousel-inner > .active.left {
 left: -100%;
}
.carousel-inner > .active.right {
 left: 100%;
}
.carousel-control {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 15%;
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
 -webkit-opacity: 0.5;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 opacity: 0.5;
 filter: alpha(opacity=50);
 font-size: 20px;
 color: #ffffff;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
 left: auto;
 right: 0;
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
 outline: 0;
 color: #ffffff;
 text-decoration: none;
 -moz-opacity: 0.9;
 -khtml-opacity: 0.9;
 -webkit-opacity: 0.9;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 opacity: 0.9;
 filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
 position: absolute;
 top: 50%;
 z-index: 5;
 display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
 left: 50%;
 margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
 right: 50%;
 margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
 width: 20px;
 height: 20px;
 margin-top: -10px;
 line-height: 1;
 font-family: serif;
}
.carousel-control .icon-prev:before {
 content: '\2039';
}
.carousel-control .icon-next:before {
 content: '\203a';
}
.carousel-indicators {
 position: absolute;
 bottom: 10px;
 left: 50%;
 z-index: 15;
 width: 60%;
 margin-left: -30%;
 padding-left: 0;
 list-style: none;
 text-align: center;
}
.carousel-indicators li {
 display: inline-block;
 width: 10px;
 height: 10px;
 margin: 1px;
 text-indent: -999px;
 border: 1px solid #ffffff;
 border-radius: 10px;
 cursor: pointer;
 background-color: #000 \9;
 background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
 margin: 0;
 width: 12px;
 height: 12px;
 background-color: #ffffff;
}
.carousel-caption {
 position: absolute;
 left: 15%;
 right: 15%;
 bottom: 20px;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #ffffff;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
 text-shadow: none;
}
@media screen and (min-width: 768px) {
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-prev,
 .carousel-control .icon-next {
 width: 30px;
 height: 30px;
 margin-top: -15px;
 font-size: 30px;
 }
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .icon-prev {
 margin-left: -15px;
 }
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-next {
 margin-right: -15px;
 }
 .carousel-caption {
 left: 20%;
 right: 20%;
 padding-bottom: 30px;
 }
 .carousel-indicators {
 bottom: 20px;
 }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
 clear: both;
}
.center-block {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.pull-right {
 float: right !important;
}
.pull-left {
 float: left !important;
}
.hide {
 display: none !important;
}
.show {
 display: block !important;
}
.invisible {
 visibility: hidden;
}
.text-hide {
 font: 0/0 a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0;
}
.hidden {
 display: none !important;
 visibility: hidden !important;
}
.affix {
 position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
 display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
 display: none !important;
}
@media (max-width: 767px) {
 .visible-xs {
 display: block !important;
 }
 table.visible-xs {
 display: table;
 }
 tr.visible-xs {
 display: table-row !important;
 }
 th.visible-xs,
 td.visible-xs {
 display: table-cell !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-block {
 display: block !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-inline {
 display: inline !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-inline-block {
 display: inline-block !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm {
 display: block !important;
 }
 table.visible-sm {
 display: table;
 }
 tr.visible-sm {
 display: table-row !important;
 }
 th.visible-sm,
 td.visible-sm {
 display: table-cell !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-block {
 display: block !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline {
 display: inline !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline-block {
 display: inline-block !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md {
 display: block !important;
 }
 table.visible-md {
 display: table;
 }
 tr.visible-md {
 display: table-row !important;
 }
 th.visible-md,
 td.visible-md {
 display: table-cell !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-block {
 display: block !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline {
 display: inline !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline-block {
 display: inline-block !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg {
 display: block !important;
 }
 table.visible-lg {
 display: table;
 }
 tr.visible-lg {
 display: table-row !important;
 }
 th.visible-lg,
 td.visible-lg {
 display: table-cell !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-block {
 display: block !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline {
 display: inline !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline-block {
 display: inline-block !important;
 }
}
@media (max-width: 767px) {
 .hidden-xs {
 display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .hidden-sm {
 display: none !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .hidden-md {
 display: none !important;
 }
}
@media (min-width: 1200px) {
 .hidden-lg {
 display: none !important;
 }
}
.visible-print {
 display: none !important;
}
@media print {
 .visible-print {
 display: block !important;
 }
 table.visible-print {
 display: table;
 }
 tr.visible-print {
 display: table-row !important;
 }
 th.visible-print,
 td.visible-print {
 display: table-cell !important;
 }
}
.visible-print-block {
 display: none !important;
}
@media print {
 .visible-print-block {
 display: block !important;
 }
}
.visible-print-inline {
 display: none !important;
}
@media print {
 .visible-print-inline {
 display: inline !important;
 }
}
.visible-print-inline-block {
 display: none !important;
}
@media print {
 .visible-print-inline-block {
 display: inline-block !important;
 }
}
@media print {
 .hidden-print {
 display: none !important;
 }
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}

.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}

@-webkit-keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 }

 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
 }

 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
 }

 90% {
 -webkit-transform: translate3d(0,-4px,0);
 transform: translate3d(0,-4px,0);
 }
}

@keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 }

 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
 }

 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
 }

 90% {
 -webkit-transform: translate3d(0,-4px,0);
 transform: translate3d(0,-4px,0);
 }
}

.bounce {
 -webkit-animation-name: bounce;
 animation-name: bounce;
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
}

@-webkit-keyframes flash {
 from, 50%, to {
 opacity: 1;
 }

 25%, 75% {
 opacity: 0;
 }
}

@keyframes flash {
 from, 50%, to {
 opacity: 1;
 }

 25%, 75% {
 opacity: 0;
 }
}

.flash {
 -webkit-animation-name: flash;
 animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }

 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
 }

 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

@keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }

 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
 }

 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

.pulse {
 -webkit-animation-name: pulse;
 animation-name: pulse;
}

@-webkit-keyframes rubberBand {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }

 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
 }

 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
 }

 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
 }

 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
 }

 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
 }

 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

@keyframes rubberBand {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }

 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
 }

 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
 }

 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
 }

 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
 }

 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
 }

 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

.rubberBand {
 -webkit-animation-name: rubberBand;
 animation-name: rubberBand;
}

@-webkit-keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
 }

 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
 }
}

@keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
 }

 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
 }
}

.shake {
 -webkit-animation-name: shake;
 animation-name: shake;
}

@-webkit-keyframes headShake {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }

 6.5% {
 -webkit-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
 }

 18.5% {
 -webkit-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
 }

 31.5% {
 -webkit-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
 }

 43.5% {
 -webkit-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
 }

 50% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

@keyframes headShake {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }

 6.5% {
 -webkit-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
 }

 18.5% {
 -webkit-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
 }

 31.5% {
 -webkit-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
 }

 43.5% {
 -webkit-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
 }

 50% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

.headShake {
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 -webkit-animation-name: headShake;
 animation-name: headShake;
}

@-webkit-keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
 }

 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
 }

 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
 }

 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
 }

 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
 }
}

@keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
 }

 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
 }

 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
 }

 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
 }

 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
 }
}

.swing {
 -webkit-transform-origin: top center;
 transform-origin: top center;
 -webkit-animation-name: swing;
 animation-name: swing;
}

@-webkit-keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }

 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 }

 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 }

 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 }

 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

@keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }

 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 }

 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 }

 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 }

 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

.tada {
 -webkit-animation-name: tada;
 animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
 from {
 -webkit-transform: none;
 transform: none;
 }

 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 }

 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 }

 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 }

 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 }

 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes wobble {
 from {
 -webkit-transform: none;
 transform: none;
 }

 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 }

 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 }

 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 }

 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 }

 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

.wobble {
 -webkit-animation-name: wobble;
 animation-name: wobble;
}

@-webkit-keyframes jello {
 from, 11.1%, to {
 -webkit-transform: none;
 transform: none;
 }

 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
 }

 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
 }

 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
 }

 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
 }

 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
 }

 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg);
 }

 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 }
}

@keyframes jello {
 from, 11.1%, to {
 -webkit-transform: none;
 transform: none;
 }

 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
 }

 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
 }

 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
 }

 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
 }

 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
 }

 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg);
 }

 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 }
}

.jello {
 -webkit-animation-name: jello;
 animation-name: jello;
 -webkit-transform-origin: center;
 transform-origin: center;
}

@-webkit-keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }

 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
 }

 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
 }

 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
 }

 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

@keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }

 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
 }

 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
 }

 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
 }

 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 }
}

.bounceIn {
 -webkit-animation-name: bounceIn;
 animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
 }

 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
 }

 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
 }

 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
 }

 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

.bounceInDown {
 -webkit-animation-name: bounceInDown;
 animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
 }

 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
 }

 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
 }

 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
 }

 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

.bounceInLeft {
 -webkit-animation-name: bounceInLeft;
 animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
 }

 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
 }

 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
 }

 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
 }

 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
 }

 to {
 -webkit-transform: none;
 transform: none;
 }
}

.bounceInRight {
 -webkit-animation-name: bounceInRight;
 animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
 }

 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
 }

 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

@keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
 }

 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
 }

 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
 }

 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

.bounceInUp {
 -webkit-animation-name: bounceInUp;
 animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
 }

 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
 }

 to {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }
}

@keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
 }

 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
 }

 to {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }
}

.bounceOut {
 -webkit-animation-name: bounceOut;
 animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
 }

 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
 }
}

@keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
 }

 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
 }
}

.bounceOutDown {
 -webkit-animation-name: bounceOutDown;
 animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
 }
}

@keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
 }
}

.bounceOutLeft {
 -webkit-animation-name: bounceOutLeft;
 animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
 }
}

@keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
 }
}

.bounceOutRight {
 -webkit-animation-name: bounceOutRight;
 animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
 }

 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
 }
}

@keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
 }

 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
 }
}

.bounceOutUp {
 -webkit-animation-name: bounceOutUp;
 animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
}

@keyframes fadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
}

.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInDownBig {
 -webkit-animation-name: fadeInDownBig;
 animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInLeft {
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInLeftBig {
 -webkit-animation-name: fadeInLeftBig;
 animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInRight {
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInRightBig {
 -webkit-animation-name: fadeInRightBig;
 animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.fadeInUpBig {
 -webkit-animation-name: fadeInUpBig;
 animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 }
}

@keyframes fadeOut {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 }
}

.fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
}

@keyframes fadeOutDown {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
}

.fadeOutDown {
 -webkit-animation-name: fadeOutDown;
 animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
 }
}

@keyframes fadeOutDownBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
 }
}

.fadeOutDownBig {
 -webkit-animation-name: fadeOutDownBig;
 animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 }
}

@keyframes fadeOutLeft {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 }
}

.fadeOutLeft {
 -webkit-animation-name: fadeOutLeft;
 animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
 }
}

@keyframes fadeOutLeftBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
 }
}

.fadeOutLeftBig {
 -webkit-animation-name: fadeOutLeftBig;
 animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 }
}

@keyframes fadeOutRight {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 }
}

.fadeOutRight {
 -webkit-animation-name: fadeOutRight;
 animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
 }
}

@keyframes fadeOutRightBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
 }
}

.fadeOutRightBig {
 -webkit-animation-name: fadeOutRightBig;
 animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
}

@keyframes fadeOutUp {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
}

.fadeOutUp {
 -webkit-animation-name: fadeOutUp;
 animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
 }
}

@keyframes fadeOutUpBig {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
 }
}

.fadeOutUpBig {
 -webkit-animation-name: fadeOutUpBig;
 animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 }

 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 }

 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }
}

@keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 }

 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 }

 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }
}

.animated.flip {
 -webkit-backface-visibility: visible;
 backface-visibility: visible;
 -webkit-animation-name: flip;
 animation-name: flip;
}

@-webkit-keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
 }

 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
 }

 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 }

 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }
}

@keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
 }

 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
 }

 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 }

 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }
}

.flipInX {
 -webkit-backface-visibility: visible !important;
 backface-visibility: visible !important;
 -webkit-animation-name: flipInX;
 animation-name: flipInX;
}

@-webkit-keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
 }

 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
 }

 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 }

 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }
}

@keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
 }

 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 }

 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
 }

 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 }

 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }
}

.flipInY {
 -webkit-backface-visibility: visible !important;
 backface-visibility: visible !important;
 -webkit-animation-name: flipInY;
 animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }

 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
 }

 to {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
 }
}

@keyframes flipOutX {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }

 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
 }

 to {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
 }
}

.flipOutX {
 -webkit-animation-name: flipOutX;
 animation-name: flipOutX;
 -webkit-backface-visibility: visible !important;
 backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }

 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
 }

 to {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
 }
}

@keyframes flipOutY {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 }

 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
 }

 to {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
 }
}

.flipOutY {
 -webkit-backface-visibility: visible !important;
 backface-visibility: visible !important;
 -webkit-animation-name: flipOutY;
 animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
 from {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
 }

 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
 }

 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
 }

 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

@keyframes lightSpeedIn {
 from {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
 }

 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
 }

 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
 }

 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

.lightSpeedIn {
 -webkit-animation-name: lightSpeedIn;
 animation-name: lightSpeedIn;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
 from {
 opacity: 1;
 }

 to {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
 }
}

@keyframes lightSpeedOut {
 from {
 opacity: 1;
 }

 to {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
 }
}

.lightSpeedOut {
 -webkit-animation-name: lightSpeedOut;
 animation-name: lightSpeedOut;
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

@keyframes rotateIn {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

.rotateIn {
 -webkit-animation-name: rotateIn;
 animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

@keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

.rotateInDownLeft {
 -webkit-animation-name: rotateInDownLeft;
 animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

@keyframes rotateInDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

.rotateInDownRight {
 -webkit-animation-name: rotateInDownRight;
 animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

@keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

.rotateInUpLeft {
 -webkit-animation-name: rotateInUpLeft;
 animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

@keyframes rotateInUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 }
}

.rotateInUpRight {
 -webkit-animation-name: rotateInUpRight;
 animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
 }
}

@keyframes rotateOut {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
 }
}

.rotateOut {
 -webkit-animation-name: rotateOut;
 animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
 }
}

@keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
 }
}

.rotateOutDownLeft {
 -webkit-animation-name: rotateOutDownLeft;
 animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
 }
}

@keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
 }
}

.rotateOutDownRight {
 -webkit-animation-name: rotateOutDownRight;
 animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
 }
}

@keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
 }
}

.rotateOutUpLeft {
 -webkit-animation-name: rotateOutUpLeft;
 animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
 }
}

@keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
 }

 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
 }
}

.rotateOutUpRight {
 -webkit-animation-name: rotateOutUpRight;
 animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 }

 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 }

 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
 }

 to {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
 }
}

@keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 }

 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 }

 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
 }

 to {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
 }
}

.hinge {
 -webkit-animation-name: hinge;
 animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

@keyframes rollIn {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 }

 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }
}

.rollIn {
 -webkit-animation-name: rollIn;
 animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 }
}

@keyframes rollOut {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 }
}

.rollOut {
 -webkit-animation-name: rollOut;
 animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }

 50% {
 opacity: 1;
 }
}

@keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }

 50% {
 opacity: 1;
 }
}

.zoomIn {
 -webkit-animation-name: zoomIn;
 animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

@keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

.zoomInDown {
 -webkit-animation-name: zoomInDown;
 animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

@keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

.zoomInLeft {
 -webkit-animation-name: zoomInLeft;
 animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

@keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

.zoomInRight {
 -webkit-animation-name: zoomInRight;
 animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

@keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

.zoomInUp {
 -webkit-animation-name: zoomInUp;
 animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
 from {
 opacity: 1;
 }

 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }

 to {
 opacity: 0;
 }
}

@keyframes zoomOut {
 from {
 opacity: 1;
 }

 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
 }

 to {
 opacity: 0;
 }
}

.zoomOut {
 -webkit-animation-name: zoomOut;
 animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

@keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

.zoomOutDown {
 -webkit-animation-name: zoomOutDown;
 animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 transform: scale(.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
 }
}

@keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 transform: scale(.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
 }
}

.zoomOutLeft {
 -webkit-animation-name: zoomOutLeft;
 animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 transform: scale(.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
 }
}

@keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 }

 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 transform: scale(.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
 }
}

.zoomOutRight {
 -webkit-animation-name: zoomOutRight;
 animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

@keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 }

 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 }
}

.zoomOutUp {
 -webkit-animation-name: zoomOutUp;
 animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

@keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

.slideInDown {
 -webkit-animation-name: slideInDown;
 animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

@keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

.slideInLeft {
 -webkit-animation-name: slideInLeft;
 animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

@keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

.slideInRight {
 -webkit-animation-name: slideInRight;
 animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

@keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
 }

 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}

.slideInUp {
 -webkit-animation-name: slideInUp;
 animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
}

@keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
}

.slideOutDown {
 -webkit-animation-name: slideOutDown;
 animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 }
}

@keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 }
}

.slideOutLeft {
 -webkit-animation-name: slideOutLeft;
 animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 }
}

@keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 }
}

.slideOutRight {
 -webkit-animation-name: slideOutRight;
 animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
}

@keyframes slideOutUp {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
}

.slideOutUp {
 -webkit-animation-name: slideOutUp;
 animation-name: slideOutUp;
}
/* 
 * Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
 -webkit-animation-duration: 1000ms;
 animation-duration: 1000ms;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
 }

 100% {
 opacity: 0;
 }
}
@keyframes fadeOut {
 0% {
 opacity: 1;
 }

 100% {
 opacity: 0;
 }
}

/* 
 * Owl Carousel - Auto Height Plugin
 */
.owl-height {
 -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;
}

/* 
 * Core Owl Carousel CSS File
 */
.owl-carousel {
 display: none;
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}
.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
 cursor: pointer;
 cursor: hand;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
 display: none;
}
.owl-carousel .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel .owl-item img {
 display: block;
 width: 100%;
 -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
 -webkit-user-select: auto;
 -moz-user-select: auto;
 -ms-user-select: auto;
 user-select: auto;
}
.owl-carousel .owl-grab {
 cursor: move;
 cursor: -webkit-grab;
 cursor: -o-grab;
 cursor: -ms-grab;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}

/* No Js */
.no-js .owl-carousel {
 display: block;
}

/* 
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 -webkit-transition: opacity 400ms ease;
 -moz-transition: opacity 400ms ease;
 -ms-transition: opacity 400ms ease;
 -o-transition: opacity 400ms ease;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
 transform-style: preserve-3d;
}

/* 
 * Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-play-icon {
 position: absolute;
 height: 80px;
 width: 80px;
 left: 50%;
 top: 50%;
 margin-left: -40px;
 margin-top: -40px;
 background: url("owl.video.play.png") no-repeat;
 cursor: pointer;
 z-index: 1;
 -webkit-backface-visibility: hidden;
 -webkit-transition: scale 100ms ease;
 -moz-transition: scale 100ms ease;
 -ms-transition: scale 100ms ease;
 -o-transition: scale 100ms ease;
 transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
 -webkit-transition: scale(1.3, 1.3);
 -moz-transition: scale(1.3, 1.3);
 -ms-transition: scale(1.3, 1.3);
 -o-transition: scale(1.3, 1.3);
 transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 background-size: contain;
 -webkit-transition: opacity 400ms ease;
 -moz-transition: opacity 400ms ease;
 -ms-transition: opacity 400ms ease;
 -o-transition: opacity 400ms ease;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
.bootstrap-select {
 width: 220px \0;
 /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
 width: 100%;
 padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
 border-color: #b94a48;
}
.bootstrap-select.fit-width {
 width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
 width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
 outline: thin dotted #333333 !important;
 outline: 5px auto -webkit-focus-ring-color !important;
 outline-offset: -2px;
}
.bootstrap-select.form-control {
 margin-bottom: 0;
 padding: 0;
 border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
 width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
 z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
 float: none;
 display: inline-block;
 margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
 float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
 margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
 padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
 width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
 cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
 outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
 display: inline-block;
 overflow: hidden;
 width: 100%;
 text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
 position: absolute;
 top: 50%;
 right: 12px;
 margin-top: -2px;
 vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
 width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
 min-width: 100%;
 z-index: 1035;
 box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
 position: static;
 float: none;
 border: 0;
 padding: 0;
 margin: 0;
 border-radius: 0;
 box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
 position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
 color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
 cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
 cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
 position: relative;
 padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
 display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
 display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
 padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
 position: absolute;
 bottom: 5px;
 width: 96%;
 margin: 0 2%;
 min-height: 26px;
 padding: 3px 5px;
 background: #f5f5f5;
 border: 1px solid #e3e3e3;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 pointer-events: none;
 opacity: 0.9;
 box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
 padding: 3px;
 background: #f5f5f5;
 margin: 0 5px;
 white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
 position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
 position: static;
 top: auto;
 margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
 position: absolute;
 display: inline-block;
 right: 15px;
 margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
 margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
 z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
 content: '';
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 7px solid rgba(204, 204, 204, 0.2);
 position: absolute;
 bottom: -4px;
 left: 9px;
 display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
 content: '';
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid white;
 position: absolute;
 bottom: -4px;
 left: 10px;
 display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
 bottom: auto;
 top: -3px;
 border-top: 7px solid rgba(204, 204, 204, 0.2);
 border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
 bottom: auto;
 top: -3px;
 border-top: 6px solid white;
 border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
 right: 12px;
 left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
 right: 13px;
 left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
 display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
 padding: 4px 8px;
}
.bs-actionsbox {
 float: left;
 width: 100%;
 box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
 width: 50%;
}
.bs-donebutton {
 float: left;
 width: 100%;
 box-sizing: border-box;
}
.bs-donebutton .btn-group button {
 width: 100%;
}
.bs-searchbox + .bs-actionsbox {
 padding: 0 8px 4px;
}
.bs-searchbox .form-control {
 margin-bottom: 0;
 width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
 display: none !important;
}
select.mobile-device {
 position: absolute !important;
 top: 0;
 left: 0;
 display: block !important;
 width: 100%;
 height: 100% !important;
 opacity: 0;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
#boksy {
 width: 100%;
}
#boksy .title {
 text-align: center;
 margin-top: 50px;
 margin-bottom: 5px;
}
@media (max-width: 767px) {
 #boksy .title {
 margin-top: 30px;
 }
}
#boksy .sm-title {
 margin-bottom: 50px;
 text-align: center;
}
@media (max-width: 767px) {
 #boksy .sm-title {
 margin-bottom: 30px;
 }
}
#boksy .boksy-container:after {
 clear: both;
 display: block;
 content: " ";
}
#boksy .boksy-container .item {
 float: left;
 width: 33.33333333%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 border-top: 1px solid #dfdfdf;
 text-align: center;
}
@media (max-width: 1200px) {
 #boksy .boksy-container .item {
 width: 50%;
 }
}
@media (max-width: 720px) {
 #boksy .boksy-container .item {
 width: 100%;
 }
}
#boksy .boksy-container .item img {
 max-width: 100%;
 height: auto !important;
}
@media (max-width: 720px) {
 #boksy .boksy-container .item img {
 width: 100%;
 }
}
#boksy .boksy-container .item .description {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 background: rgba(41, 41, 41, 0.4);
 pointer-events: none;
}
@media (max-width: 720px) {
 #boksy .boksy-container .item .description > div img {
 width: auto !important;
 }
}
#boksy .boksy-container .item .description > div h3 {
 font-size: 34px;
 font-weight: 900;
 color: #fff;
 margin: 50px 0 0 0;
}
@media (max-width: 1350px) {
 #boksy .boksy-container .item .description > div h3 {
 font-size: 28px;
 margin-top: 30px;
 }
}
#boksy .boksy-container .item .description > div h3 > a {
 color: #fff;
}
#boksy .boksy-container .item .description > div .description-body {
 color: #fff;
 max-height: 0;
 opacity: 0;
 -moz-transition-duration: 0.5s;
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
 padding: 0px 40px;
 font-size: 15px;
}
@media (min-width: 721px) and (max-width: 830px), (max-width: 420px) {
 #boksy .boksy-container .item .description > div .description-body {
 display: none;
 }
}
#boksy .boksy-container .item .description.description-product {
 background: none;
}
#boksy .boksy-container .item .description.description-product > div {
 width: 100%;
 padding: 0px 40px;
}
@media (max-width: 1350px) {
 #boksy .boksy-container .item .description.description-product > div {
 font-size: 15px;
 }
}
@media (max-width: 720px) {
 #boksy .boksy-container .item .description.description-product > div {
 padding: 0 10px;
 }
}
#boksy .boksy-container .item .description.description-product > div .product-image img {
 max-width: 100%;
 height: auto;
 -webkit-border-radius: 51%;
 -moz-border-radius: 51%;
 border-radius: 51%;
}
@media (min-width: 1351px) and (max-width: 1550px), (max-width: 1050px) {
 #boksy .boksy-container .item .description.description-product > div .product-image img {
 height: 170px !important;
 width: auto !important;
 }
}
@media (min-width: 1201px) and (max-width: 1350px) {
 #boksy .boksy-container .item .description.description-product > div .product-image img {
 height: 130px !important;
 width: auto !important;
 }
}
@media (min-width: 681px) and (max-width: 910px) {
 #boksy .boksy-container .item .description.description-product > div .product-image img {
 height: 130px !important;
 width: auto !important;
 }
}
@media (max-width: 720px) {
 #boksy .boksy-container .item .description.description-product > div .product-image img {
 height: 220px !important;
 width: auto !important;
 }
}
@media (max-width: 520px) {
 #boksy .boksy-container .item .description.description-product > div .product-image img {
 height: 170px !important;
 width: auto !important;
 }
}
@media (max-width: 410px) {
 #boksy .boksy-container .item .description.description-product > div .product-image img {
 height: 110px !important;
 width: auto !important;
 }
}
#boksy .boksy-container .item .description.description-product > div .category {
 border: 1px solid #292929;
 font-size: 9px;
 text-transform: uppercase;
 font-weight: 500;
 padding: 6px 15px;
 display: table;
 margin: 15px auto 10px auto;
}
#boksy .boksy-container .item .description.description-product > div h3 {
 font-size: 26px;
 font-weight: 900;
 color: #292929;
 margin: 0 0 10px 0;
}
@media (max-width: 1550px) {
 #boksy .boksy-container .item .description.description-product > div h3 {
 font-size: 21px;
 }
}
@media (min-width: 721px) and (max-width: 850px), (max-width: 460px) {
 #boksy .boksy-container .item .description.description-product > div h3 {
 font-size: 19px;
 margin: 0;
 }
}
#boksy .boksy-container .item .description.description-product > div h3 > a {
 color: #292929;
}
@media (min-width: 721px) and (max-width: 850px), (max-width: 460px) {
 #boksy .boksy-container .item .description.description-product > div .specification {
 display: none;
 }
}
#boksy .boksy-container .item:hover .description .description-body {
 max-height: 200px;
 opacity: 1;
 padding-top: 30px;
}
@media (max-width: 1350px) {
 #boksy .boksy-container .item:hover .description .description-body {
 padding-top: 15px;
 }
}
/** Light color-scheme **/
:root {
 --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 --cc-font-size: 16px;
 --cc-bg: #fff;
 --cc-z-index: 2147483647;
 --cc-text: #292929;
 --cc-border-radius: .45rem;
 --cc-btn-primary-bg: #8e7557;
 --cc-btn-primary-text: var(--cc-bg);
 --cc-btn-primary-hover-bg: #6e5b44;
 --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
 --cc-btn-secondary-bg: #cccccc;
 --cc-btn-secondary-text: var(--cc-text);
 --cc-btn-secondary-hover-bg: #d8e0e6;
 --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
 --cc-btn-border-radius: 0.375rem;
 --cc-toggle-bg-off: #919ea6;
 --cc-toggle-bg-on: var(--cc-btn-primary-bg);
 --cc-toggle-bg-readonly: #d5dee2;
 --cc-toggle-knob-bg: #fff;
 --cc-toggle-knob-icon-color: #ecf2fa;
 --cc-block-text: var(--cc-text);
 --cc-cookie-category-block-bg: #f0f4f7;
 --cc-cookie-category-block-bg-hover: #e9eff4;
 --cc-section-border: #f1f3f5;
 --cc-cookie-table-border: #e9edf2;
 --cc-overlay-bg: #040608;
 --cc-overlay-opacity: .85;
 --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
 --cc-webkit-scrollbar-bg: #cfd5db;
 --cc-webkit-scrollbar-bg-hover: #9199a0;
}
/** Dark color-scheme **/
.c_darkmode {
 --cc-bg: #181b1d;
 --cc-text: #d8e5ea;
 --cc-btn-primary-bg: #a6c4dd;
 --cc-btn-primary-text: #000;
 --cc-btn-primary-hover-bg: #c2dff7;
 --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
 --cc-btn-secondary-bg: #33383c;
 --cc-btn-secondary-text: var(--cc-text);
 --cc-btn-secondary-hover-bg: #3e454a;
 --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
 --cc-toggle-bg-off: #667481;
 --cc-toggle-bg-on: var(--cc-btn-primary-bg);
 --cc-toggle-bg-readonly: #454c54;
 --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
 --cc-toggle-knob-icon-color: var(--cc-bg);
 --cc-block-text: #b3bfc5;
 --cc-cookie-category-block-bg: #23272a;
 --cc-cookie-category-block-bg-hover: #2b3035;
 --cc-section-border: #292d31;
 --cc-cookie-table-border: #2b3035;
 --cc-webkit-scrollbar-bg: #667481;
 --cc-webkit-scrollbar-bg-hover: #9199a0;
}
#cc--main {
 z-index: var(--cc-z-index);
}
.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 float: none;
 font-style: inherit;
 font-variant: normal;
 font-weight: inherit;
 font-family: inherit;
 line-height: 1.2;
 font-size: 1em;
 transition: none;
 animation: none;
 margin: 0;
 padding: 0;
 text-transform: none;
 letter-spacing: unset;
 color: inherit;
 background: none;
 border: none;
 border-radius: unset;
 box-shadow: none;
 text-decoration: none;
 text-align: left;
 visibility: unset;
 height: auto;
 vertical-align: baseline;
}
.cc_div {
 font-size: var(--cc-font-size);
 font-weight: 400;
 font-family: var(--cc-font-family);
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-rendering: optimizeLegibility;
 color: var(--cc-text);
}
.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
 font-weight: 600;
}
#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
 border-radius: var(--cc-border-radius);
}
#s-bl .act .b-acc {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.cc_div input,
.cc_div button,
.cc_div a {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 overflow: hidden;
}
.cc_div a {
 border-bottom: 1px solid;
}
.cc_div a:hover {
 text-decoration: none;
 border-color: transparent;
}
.cc_div .c-bn > span {
 pointer-events: none;
}
/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
 transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}
.c--anim .c-bn {
 transition: background-color 0.25s ease !important;
}
/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
 transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
 transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
 transform: translateX(100%);
 opacity: 1;
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
 transform: translateX(-100%);
 opacity: 1;
}
#cm.slide,
.cc_div .slide #s-inr {
 transform: translateY(1.6em);
}
#cm.top.slide {
 transform: translateY(-1.6em);
}
#cm.bar.slide {
 transform: translateY(100%);
}
#cm.bar.top.slide {
 transform: translateY(-100%);
}
/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
 opacity: 1;
 transform: scale(1);
 visibility: visible !important;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
 transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt {
 visibility: visible !important;
}
/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
 visibility: visible !important;
 opacity: var(--cc-overlay-opacity) !important;
}
#cm {
 font-family: inherit;
 padding: 1em 1.4em 1.3em 1.4em;
 position: fixed;
 z-index: 1;
 background: var(--cc-bg);
 max-width: 24.2em;
 width: 100%;
 bottom: 1.250em;
 right: 1.250em;
 box-shadow: 0 0.625em 1.875em #000000;
 box-shadow: var(--cc-consent-modal-box-shadow);
 opacity: 0;
 visibility: hidden;
 transform: scale(0.95);
 line-height: initial;
}
/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
 display: block !important;
}
#c-ttl {
 margin-bottom: .7em;
 font-size: 1.05em;
}
.cloud #c-ttl {
 margin-top: -.15em;
}
#c-txt {
 font-size: 0.9em;
 line-height: 1.5em;
}
.cc_div #c-bns {
 display: flex;
 justify-content: space-between;
 margin-top: 1.4em;
}
.cc_div .c-bn {
 color: var(--cc-btn-secondary-text);
 background: var(--cc-btn-secondary-bg);
 padding: 1em 1.7em;
 display: inline-block;
 cursor: pointer;
 font-size: 0.82em;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 -o-user-select: none;
 user-select: none;
 text-align: center;
 border-radius: var(--cc-btn-border-radius);
 flex: 1;
}
#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
 float: right;
 margin-left: .5rem;
}
#s-cnt #s-rall-bn {
 float: none;
}
#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
 background: var(--cc-btn-secondary-hover-bg);
 color: var(--cc-btn-secondary-hover-text);
}
/**
CookieConsent settings modal
**/
#s-cnt {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 101;
 display: table;
 height: 100%;
 visibility: hidden;
}
#s-bl {
 outline: none;
 scrollbar-width: thin;
}
#s-bl .cookie-title {
 margin-top: 1.4em;
}
#s-bl .cookie-title:first-child {
 margin-top: 0;
}
#s-bl .b-bn {
 margin-top: 0;
}
#s-bl .b-acc .p {
 margin-top: 0;
 padding: 1em;
}
#s-cnt .b-bn .b-tl {
 display: block;
 font-family: inherit;
 font-size: .95em;
 width: 100%;
 position: relative;
 padding: 1.3em 6.4em 1.3em 2.7em;
 background: none;
 transition: background-color 0.25s ease;
}
#s-cnt .b-bn .b-tl.exp {
 cursor: pointer;
}
#s-cnt .act .b-bn .b-tl {
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
 background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl .b-bn {
 position: relative;
}
#s-bl .c-bl {
 padding: 1em;
 margin-bottom: .4rem;
 border: 1px solid var(--cc-section-border);
 transition: background-color 0.25s ease;
}
#s-bl .c-bl:hover {
 background: var(--cc-cookie-category-block-bg);
}
#s-bl .c-bl:last-child {
 margin-bottom: .5em;
}
#s-bl .c-bl:first-child {
 transition: none;
 padding: 0;
 margin-top: 0;
 border: none;
 margin-bottom: 2em;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
 background: transparent;
 background: unset;
}
#s-bl .c-bl.b-ex {
 padding: 0;
 border: none;
 background: var(--cc-cookie-category-block-bg);
 transition: none;
}
#s-bl .c-bl.b-ex + .c-bl {
 margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
 margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
 margin-bottom: 1em;
}
#s-bl .c-bl.b-ex:first-child {
 margin-bottom: .5em;
}
#s-bl .b-acc {
 max-height: 0;
 overflow: hidden;
 padding-top: 0;
 margin-bottom: 0;
 display: none;
}
#s-bl .act .b-acc {
 max-height: 100%;
 display: block;
 overflow: hidden;
}
#s-cnt .p {
 font-size: 0.9em;
 line-height: 1.5em;
 margin-top: .85em;
 color: var(--cc-block-text);
}
.cc_div .b-tg .c-tgl:disabled {
 cursor: not-allowed;
}
#c-vln {
 display: table-cell;
 vertical-align: middle;
 position: relative;
}
#cs {
 padding: 0 1.7em;
 width: 100%;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 height: 100%;
}
#s-inr {
 max-width: 45em;
 margin: 0 auto;
 transform: scale(0.96);
 opacity: 0;
 padding-top: 4.75em;
 padding-bottom: 4.75em;
 position: relative;
 height: 100%;
 overflow: hidden;
 visibility: hidden;
 box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}
#s-inr,
#s-hdr,
#s-bns {
 background: var(--cc-bg);
}
#s-bl {
 overflow-y: auto;
 overflow-y: overlay;
 overflow-x: hidden;
 height: 100%;
 padding: 1.3em 1.6em;
 display: block;
 width: 100%;
}
#s-bns {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding: 1em 1.8em;
 border-top: 1px solid var(--cc-section-border);
 height: 4.75em;
}
.cc_div .cc-link {
 color: var(--cc-btn-primary-bg);
 border-bottom: 1px solid var(--cc-btn-primary-bg);
 display: inline;
 padding-bottom: 0;
 text-decoration: none;
 cursor: pointer;
 font-weight: 600;
}
.cc_div .cc-link:hover,
.cc_div .cc-link:active {
 border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child {
 color: var(--cc-btn-primary-text);
 background: var(--cc-btn-primary-bg);
}
#c-bns.swap button:first-child {
 color: var(--cc-btn-secondary-text);
 background: var(--cc-btn-secondary-bg);
}
#c-bns.swap button:last-child {
 color: var(--cc-btn-primary-text);
 background: var(--cc-btn-primary-bg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
 background: var(--cc-toggle-bg-on);
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
 background: var(--cc-btn-primary-hover-bg);
 color: var(--cc-btn-primary-hover-text);
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
 background: var(--cc-btn-secondary-hover-bg);
 color: var(--cc-btn-secondary-hover-text);
}
#s-hdr {
 position: absolute;
 top: 0;
 width: 100%;
 display: table;
 padding: 0 1.8em;
 height: 4.75em;
 vertical-align: middle;
 z-index: 2;
 border-bottom: 1px solid var(--cc-section-border);
}
#s-ttl {
 display: table-cell;
 vertical-align: middle;
 font-size: 1em;
}
#s-c-bn {
 padding: 0;
 width: 1.7em;
 height: 1.7em;
 font-size: 1.45em;
 margin: 0;
 font-weight: initial;
 position: relative;
 overflow: hidden;
}
#s-c-bnc {
 display: table-cell;
 vertical-align: middle;
}
.cc_div span.t-lb {
 position: absolute;
 top: 0;
 z-index: -1;
 opacity: 0;
 pointer-events: none;
 overflow: hidden;
}
#c_policy__text {
 height: 31.250em;
 overflow-y: auto;
 margin-top: 1.250em;
}
#c-s-in {
 position: relative;
 transform: translateY(-50%);
 top: 50%;
 height: 100%;
 height: calc(97.5%);
 max-height: 37.5em;
}
@media screen and (min-width: 688px) {
 /** works only on webkit-based browsers **/
 #s-bl::-webkit-scrollbar {
 width: .8em;
 height: 100%;
 background: transparent;
 border-radius: 0 0.250em 0.250em 0;
 }
 #s-bl::-webkit-scrollbar-thumb {
 border: 0.25em solid var(--cc-bg);
 background: var(--cc-webkit-scrollbar-bg);
 border-radius: 100em;
 }
 #s-bl::-webkit-scrollbar-thumb:hover {
 background: var(--cc-webkit-scrollbar-bg-hover);
 }
 #s-bl::-webkit-scrollbar-button {
 width: 10px;
 height: 5px;
 }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 display: inline-block;
 margin: auto;
 right: 1.2em;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 vertical-align: middle;
}
/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
 position: absolute;
 cursor: pointer;
 display: block;
 top: 0;
 left: 0;
 margin: 0;
 border: 0;
}
/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
 position: absolute;
 background: var(--cc-toggle-bg-off);
 transition: background-color 0.25s ease, box-shadow 0.25s ease;
 pointer-events: none;
}
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
 width: 3.4em;
 height: 1.5em;
 border-radius: 4em;
}
.cc_div .b-tg .c-tg.c-ro {
 cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
 background: var(--cc-toggle-bg-readonly);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
 box-shadow: none;
}
/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
 content: "";
 position: relative;
 display: block;
 left: 0.125em;
 top: 0.125em;
 width: 1.25em;
 height: 1.25em;
 border: none;
 box-sizing: content-box;
 background: var(--cc-toggle-knob-bg);
 box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
 transition: transform .25s ease;
 border-radius: 100%;
}
/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
 transform: translateX(1.9em);
}
#s-bl table,
#s-bl th,
#s-bl td {
 border: none;
}
#s-bl tbody tr {
 transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
 background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl table {
 text-align: left;
 border-collapse: collapse;
 width: 100%;
 padding: 0;
 margin: 0;
 overflow: hidden;
}
#s-bl caption {
 padding: 0.5rem 1rem;
 font-size: .9em;
 border-bottom: 1px solid var(--cc-cookie-table-border);
 font-weight: 600;
}
#s-bl td,
#s-bl th {
 padding: 0.8em 0.625em;
 text-align: left;
 vertical-align: top;
 font-size: .8em;
 padding-left: 1.2em;
}
#s-bl th {
 font-family: inherit;
 padding: 1em 1rem;
 font-weight: 600;
}
#s-bl thead tr:first-child {
 border-bottom: 1px solid var(--cc-cookie-table-border);
}
.force--consent #s-cnt,
.force--consent #cs {
 width: 100vw;
}
#cm-ov,
#cs-ov {
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 visibility: hidden;
 opacity: 0;
 background: #070707;
 background: var(--cc-overlay-bg);
 display: none;
 transition: none;
}
.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
 display: block;
}
#cs-ov {
 z-index: 2;
}
.force--consent .cc_div {
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 width: 100vw;
 visibility: hidden;
 transition: visibility .25s linear;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
 visibility: visible;
}
.force--consent #cm {
 position: absolute;
}
.force--consent #cm.bar {
 width: 100vw;
 max-width: 100vw;
}
html.force--consent.show--consent {
 overflow-y: hidden !important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
 height: auto !important;
 overflow-x: hidden !important;
}
/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
 border: solid var(--cc-btn-secondary-text);
 border-width: 0 2px 2px 0;
 padding: .2em;
 display: inline-block;
 content: '';
 margin-right: 15px;
 position: absolute;
 transform: translateY(-50%) rotate(45deg);
 left: 1.2em;
 top: 50%;
}
.cc_div .act .b-bn .b-tl::before {
 transform: translateY(-20%) rotate(225deg);
}
.cc_div .on-i::before {
 border: solid var(--cc-toggle-knob-icon-color);
 border-width: 0 2px 2px 0;
 padding: .1em;
 display: inline-block;
 padding-bottom: .45em;
 content: '';
 margin: 0 auto;
 transform: rotate(45deg);
 top: .37em;
 left: .75em;
 position: absolute;
}
#s-c-bn::before,
#s-c-bn::after {
 content: '';
 position: absolute;
 left: .82em;
 top: .58em;
 height: .6em;
 width: 1.5px;
 background: var(--cc-btn-secondary-text);
 transform: rotate(45deg);
 border-radius: 1em;
 margin: 0 auto;
}
#s-c-bn::after {
 transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i {
 height: 100%;
 width: 50%;
 position: absolute;
 right: 0;
 display: block;
 text-align: center;
 transition: opacity .15s ease;
}
.cc_div .on-i {
 left: 0;
 opacity: 0;
}
.cc_div .off-i::before,
.cc_div .off-i::after {
 right: .8em;
 top: .42em;
 content: ' ';
 height: .7em;
 width: .09375em;
 display: block;
 background: var(--cc-toggle-knob-icon-color);
 margin: 0 auto;
 position: absolute;
 transform-origin: center;
}
.cc_div .off-i::before {
 transform: rotate(45deg);
}
.cc_div .off-i::after {
 transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
 opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
 opacity: 0;
}
/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
 top: 50%;
 transform: translateY(-37%);
 bottom: auto;
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
 transform: scale(0.95) translateY(-50%);
}
#cm.box.center {
 left: 1em;
 right: 1em;
 margin: 0 auto;
}
/* Start cloud layout */
#cm.cloud {
 max-width: 50em;
 margin: 0 auto;
 text-align: center;
 left: 1em;
 right: 1em;
 overflow: hidden;
 padding: 1.2em 1.7em;
 width: unset;
}
.cc_div .cloud #c-inr {
 display: table;
 width: 100%;
}
.cc_div .cloud #c-inr-i {
 width: 70%;
 display: table-cell;
 vertical-align: top;
 padding-right: 2.4em;
}
.cc_div .cloud #c-txt {
 font-size: 0.85em;
}
.cc_div .cloud #c-bns {
 min-width: 170px;
 display: table-cell;
 vertical-align: middle;
}
#cm.cloud .c-bn {
 margin: .5rem 0 0 0;
 width: 100%;
}
#cm.cloud .c-bn:first-child {
 margin: 0;
}
#cm.cloud.left {
 margin-right: 1.25em;
}
#cm.cloud.right {
 margin-left: 1.25em;
}
/* End cloud layout */
/* Start bar layout */
#cm.bar {
 width: 100%;
 max-width: 100%;
 left: 0;
 right: 0;
 bottom: 0;
 border-radius: 0;
 position: fixed;
 padding: 2em;
}
#cm.bar #c-inr {
 max-width: 32em;
 margin: 0 auto;
}
#cm.bar #c-bns {
 max-width: 33.75em;
}
#cm.bar #cs {
 padding: 0;
}
.cc_div .bar #c-s-in {
 top: 0;
 transform: none;
 height: 100%;
 max-height: 100%;
}
.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
 padding-left: 1.4em;
 padding-right: 1.4em;
}
.cc_div .bar #cs {
 padding: 0;
}
/* align bar to right by default */
.cc_div .bar #s-inr {
 margin: 0;
 margin-left: auto;
 margin-right: 0;
 border-radius: 0;
 max-width: 32em;
}
.cc_div .bar.left #s-inr {
 margin-left: 0;
 margin-right: auto;
}
/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
 display: block;
}
.cc_div .bar #s-bl caption {
 display: block;
 border-top: 0;
 border-bottom: 1px solid var(--cc-cookie-table-border);
}
/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
.cc_div .bar #s-bl tr {
 border-top: 1px solid var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
 /* Behave like a "row" */
 border: none;
 position: relative;
 padding-left: 35%;
}
.cc_div .bar #s-bl td:before {
 position: absolute;
 left: 1rem;
 padding-right: 0.625em;
 white-space: nowrap;
 content: attr(data-column);
 color: var(--cc-text);
 overflow: hidden;
 text-overflow: ellipsis;
}
/* End bar layout */
/* Positions */
#cm.top {
 bottom: auto;
 top: 1.250em;
}
#cm.left {
 right: auto;
 left: 1.250em;
}
#cm.right {
 left: auto;
 right: 1.250em;
}
#cm.bar.left,
#cm.bar.right {
 left: 0;
 right: 0;
}
#cm.bar.top {
 top: 0;
}
/* end positions */
/* Disable transitions if prefers-reduced-motion detected */
@media (prefers-reduced-motion) {
 #cc--main #cm,
 #cc--main #s-cnt,
 #cc--main #s-inr {
 transition: none !important;
 }
}
@media screen and (max-width: 688px) {
 #cm,
 #cm.cloud,
 #cm.left,
 #cm.right {
 width: auto;
 max-width: 100%;
 margin: 0;
 padding: 1.2em !important;
 right: 1em;
 left: 1em;
 bottom: 1em;
 display: block;
 }
 .force--consent #cm,
 .force--consent #cm.cloud {
 width: auto;
 max-width: 100vw;
 }
 #cm.top {
 top: 1em;
 bottom: auto;
 }
 #cm.bottom {
 bottom: 1em;
 top: auto;
 }
 #cm.bar.bottom {
 bottom: 0;
 }
 #cm.cloud .c-bn {
 font-size: .85em;
 }
 #s-bns,
 .cc_div .bar #s-bns {
 padding: 1em 1.3em;
 }
 .cc_div .bar #s-inr {
 max-width: 100%;
 width: 100%;
 }
 .cc_div .cloud #c-inr-i {
 padding-right: 0;
 }
 #cs {
 border-radius: 0;
 padding: 0;
 }
 #c-s-in {
 max-height: 100%;
 height: 100%;
 top: 0;
 transform: none;
 }
 .cc_div .b-tg {
 transform: scale(1.1);
 right: 1.1em;
 }
 #s-inr {
 margin: 0;
 padding-bottom: 7.9em;
 border-radius: 0;
 }
 #s-bns {
 height: 7.9em;
 }
 #s-bl,
 .cc_div .bar #s-bl {
 padding: 1.2em;
 }
 #s-hdr,
 .cc_div .bar #s-hdr {
 padding: 0 1.2em;
 }
 /** dynamic table layout **/
 #s-bl table {
 width: 100%;
 }
 #s-inr.bns-t {
 padding-bottom: 10.5em;
 }
 .bns-t #s-bns {
 height: 10.5em;
 }
 .cc_div .bns-t .c-bn {
 font-size: 0.83em;
 padding: .9em 1.6em;
 }
 #s-cnt .b-bn .b-tl {
 padding-top: 1.2em;
 padding-bottom: 1.2em;
 }
 /* Force table to not be like tables anymore */
 #s-bl table,
 #s-bl thead,
 #s-bl tbody,
 #s-bl th,
 #s-bl td,
 #s-bl tr,
 #s-cnt {
 display: block;
 }
 #s-bl caption {
 border-bottom: 0;
 display: block;
 }
 /* Hide table headers (but not display: none;, for accessibility) */
 #s-bl thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
 }
 #s-bl tr {
 border-top: 1px solid var(--cc-cookie-table-border);
 }
 #s-bl td {
 /* Behave like a "row" */
 border: none;
 position: relative;
 padding-left: 35%;
 }
 #s-bl td:before {
 position: absolute;
 left: 1rem;
 padding-right: 0.625em;
 white-space: nowrap;
 content: attr(data-column);
 color: var(--cc-text);
 overflow: hidden;
 text-overflow: ellipsis;
 }
 #cm .c-bn,
 .cc_div .c-bn {
 width: 100%;
 margin-right: 0;
 }
 #s-cnt #s-rall-bn {
 margin-left: 0;
 }
 .cc_div #c-bns {
 flex-direction: column;
 }
 #c-bns button + button,
 #s-cnt button + button {
 margin-top: 0.625em;
 margin-left: 0;
 float: unset;
 }
 #cm.cloud,
 #cm.box {
 left: 1em;
 right: 1em;
 width: auto;
 }
 #cm.cloud.right,
 #cm.cloud.left {
 margin: 0;
 }
 .cc_div .cloud #c-bns,
 .cc_div .cloud #c-inr,
 .cc_div .cloud #c-inr-i {
 display: block;
 width: auto;
 min-width: unset;
 }
 .cc_div .cloud #c-txt {
 font-size: .9em;
 }
 .cc_div .cloud #c-bns {
 margin-top: 1.625em;
 }
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
.checkbox {
 padding-left: 20px;
}
.checkbox label {
 display: inline-block;
 position: relative;
 padding-left: 5px;
}
.checkbox label::before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 17px;
 height: 17px;
 left: 0;
 margin-left: -20px;
 border: 1px solid #cccccc;
 border-radius: 3px;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
 transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
 display: inline-block;
 position: absolute;
 width: 16px;
 height: 16px;
 left: 0;
 top: 0;
 margin-left: -20px;
 padding-left: 3px;
 padding-top: 1px;
 font-size: 11px;
 color: #555555;
}
.checkbox input[type="checkbox"] {
 opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
 font-family: 'Glyphicons Halflings';
 content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label {
 opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
 background-color: #eeeeee;
 cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
 border-radius: 50%;
}
.checkbox.checkbox-inline {
 margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
 background-color: #428bca;
 border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
 background-color: #d9534f;
 border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
 background-color: #5bc0de;
 border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
 background-color: #f0ad4e;
 border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
 background-color: #5cb85c;
 border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.radio {
 padding-left: 20px;
}
.radio label {
 display: inline-block;
 position: relative;
 padding-left: 5px;
}
.radio label::before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 17px;
 height: 17px;
 left: 0;
 margin-left: -20px;
 border: 1px solid #8e7557;
 border-radius: 50%;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out;
 transition: border 0.15s ease-in-out;
}
.radio label::after {
 display: inline-block;
 position: absolute;
 content: " ";
 width: 11px;
 height: 11px;
 left: 3px;
 top: 3px;
 margin-left: -20px;
 border-radius: 50%;
 background-color: #8e7557;
 -webkit-transform: scale(0, 0);
 -ms-transform: scale(0, 0);
 -o-transform: scale(0, 0);
 transform: scale(0, 0);
 -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
 opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
 opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
 cursor: not-allowed;
}
.radio.radio-inline {
 margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
 background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
 border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
 background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
 background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
 border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
 background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
 background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
 border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
 background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
 background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
 border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
 background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
 background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
 border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
 background-color: #5cb85c;
}
.search-results .search-info {
 border: 1px dotted #FFF;
 padding: 15px;
 text-align: center;
}
.search-results .search-info h2 {
 margin-top: 0px;
}
.search-results .result-row {
 list-style: none;
 padding: 15px 15px 15px 60px;
 counter-increment: item;
 position: relative;
 clear: both;
 border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.search-results .result-row:nth-child(odd) {
 background: #141835;
}
.search-results .result-row::before {
 margin-right: 20px;
 margin-bottom: 10px;
 content: counter(item);
 background: #8e7557;
 font-size: 15px;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 color: #FFF;
 height: 30px;
 padding-top: 5px;
 width: 30px;
 font-weight: bold;
 text-align: center;
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 10px;
 margin-top: -15px;
}
@media (max-width: 480px) {
 .search-results .result-row::before {
 margin-top: 0px;
 top: 20px;
 }
}
.search-results .result-row:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.search-results .result-row img {
 width: 250px;
 max-width: 25%;
 height: auto;
 float: left;
 margin-right: 20px;
}
@media (max-width: 480px) {
 .search-results .result-row img {
 float: none;
 display: block;
 margin-bottom: 15px;
 max-width: 100%;
 }
}
.search-results .result-row .path {
 color: #8e7557;
 font-size: 0.9em;
}
.search-results .result-row .path a {
 color: inherit;
}
.search-results .result-row > a {
 font-size: 16px;
 color: #FFF;
}
.realizacje-title {
 font-size: 34px;
 line-height: 34px;
 font-weight: 900;
 text-transform: uppercase;
 color: #292929;
 text-align: center;
 margin-top: 30px;
}
@media (max-width: 767px) {
 .realizacje-title {
 font-size: 28px;
 line-height: 28px;
 }
}
.realizacje {
 padding: 30px 0px 0px 0px;
}
.realizacje .owl-prev {
 position: absolute;
 top: 50%;
 bottom: auto;
 left: -80px;
 width: 29px;
 height: 57px;
 margin-top: -57px;
 background: url('/grafika/arrow-left.png') no-repeat center center;
}
@media (max-width: 1380px) {
 .realizacje .owl-prev {
 width: 26px;
 height: 46px;
 left: 0px;
 background-color: #FFF;
 background-size: auto 30px;
 }
}
.realizacje .owl-next {
 position: absolute;
 top: 50%;
 bottom: auto;
 right: -80px;
 width: 29px;
 height: 57px;
 margin-top: -57px;
 background: url('/grafika/arrow-right.png') no-repeat center center;
}
@media (max-width: 1380px) {
 .realizacje .owl-next {
 width: 26px;
 height: 46px;
 right: 0px;
 background-color: #FFF;
 background-size: auto 30px;
 }
}
.realizacje .item {
 display: none;
}
.realizacje .item:first-child {
 display: block;
}
.realizacje .item .image {
 border: 2px solid transparent;
 width: 100%;
}
.realizacje .item .image > a > img {
 max-width: 100%;
 height: auto !important;
}
@media (max-width: 480px) {
 .realizacje .item .image > a > img {
 width: 100%;
 }
}
.realizacje .item .description {
 min-height: 80px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 text-align: center;
}
.realizacje .item .description > h3,
.realizacje .item .description .h3 {
 font-size: 20px;
 margin: 0;
 font-weight: 400;
}
@media (max-width: 580px) {
 .realizacje .item .description > h3,
 .realizacje .item .description .h3 {
 font-size: 15px;
 }
}
.realizacje .item .description > h3 > a,
.realizacje .item .description .h3 > a {
 color: #292929 !important;
 text-decoration: none;
}
.realizacje .item:hover .description h3,
.realizacje .item:hover .description .h3 {
 color: #8e7557;
}
.realizacje .item:hover .description h3 a,
.realizacje .item:hover .description .h3 a {
 color: #8e7557 !important;
}
.news-column .news-item .image {
 border: 2px solid transparent;
 width: 100%;
}
.news-column .news-item .image > a > img {
 max-width: 100%;
 height: auto !important;
}
@media (max-width: 480px) {
 .news-column .news-item .image > a > img {
 width: 100%;
 }
}
.news-column .news-item .description {
 min-height: 80px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 text-align: center;
}
.news-column .news-item .description > h3,
.news-column .news-item .description .h3 {
 font-size: 20px;
 margin: 0;
 font-weight: 400;
}
.news-column .news-item .description > h3 > a,
.news-column .news-item .description .h3 > a {
 color: #292929 !important;
 text-decoration: none;
}
.news-column .news-item:hover .image {
 border: 2px solid #8e7557;
}
.news-column .news-item:hover .description h3,
.news-column .news-item:hover .description .h3 {
 color: #8e7557;
}
.news-column .news-item:hover .description h3 a,
.news-column .news-item:hover .description .h3 a {
 color: #8e7557 !important;
}
.news-item-column:nth-child(3n + 1) {
 clear: both;
}
.news-item-column:nth-child(3n + 1) {
 clear: both;
}
.news-item-column:nth-child(3n + 1) {
 clear: both;
}
.news-item-column:nth-child(3n + 1) {
 clear: both;
}
.news-item-column:nth-child(3n + 1) {
 clear: both;
}
.news-item-column:nth-child(3n + 1) {
 clear: both;
}
/** Karta newsa */
.news {
 margin-bottom: 30px;
}
.news h1 {
 text-align: center;
 margin-bottom: 60px;
 margin-top: 30px;
}
.news .images {
 width: 100%;
 overflow: hidden;
 position: relative;
}
.news .images .images-carousel {
 position: relative;
 display: none;
}
.news .images .images-carousel.owl-carousel {
 display: block;
}
.news .images .images-carousel .owl-prev {
 background: rgba(255, 255, 255, 0.8) url('/grafika/slider-left.png') no-repeat center center;
 top: 0px;
 left: 0px;
 bottom: 0px;
 width: 25%;
 position: absolute;
}
@media (max-width: 1200px) {
 .news .images .images-carousel .owl-prev {
 width: 18%;
 background-position: center left 50px, left center;
 }
}
@media (max-width: 991px) {
 .news .images .images-carousel .owl-prev {
 background: url('/grafika/slider-left.png') center center no-repeat, rgba(255, 255, 255, 0.8);
 background-size: 40%;
 left: 0px;
 right: auto;
 top: 50%;
 bottom: auto;
 height: 40px;
 width: 40px;
 margin-top: -20px;
 }
}
.news .images .images-carousel .owl-next {
 background: rgba(255, 255, 255, 0.8) url('/grafika/slider-right.png') no-repeat center center;
 top: 0px;
 right: 0px;
 bottom: 0px;
 width: 25%;
 position: absolute;
}
@media (max-width: 1200px) {
 .news .images .images-carousel .owl-next {
 width: 18%;
 background-position: center right 50px, left center;
 }
}
@media (max-width: 991px) {
 .news .images .images-carousel .owl-next {
 background: url('/grafika/slider-right.png') center center no-repeat, rgba(255, 255, 255, 0.8);
 background-size: 40%;
 right: 0px;
 left: auto;
 top: 50%;
 bottom: auto;
 height: 40px;
 width: 40px;
 margin-top: -20px;
 }
}
.news .images .images-carousel img {
 width: 100%;
}
.product-icons {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.product-icons .item {
 margin: 0px 15px 30px;
 width: 150px;
}
.product-icons .item img {
 display: block;
 margin-bottom: 15px;
}
.product-icons .item span {
 text-transform: uppercase;
 text-align: center;
 display: block;
}
.product-icons .item span b,
.product-icons .item span strong {
 font-weight: 900;
}
.product-column .product-item {
 cursor: pointer;
 background: #FFF;
 position: relative;
}
.product-column .product-item .image {
 position: relative;
 width: 100%;
 text-align: center;
 border: 2px solid transparent;
}
.product-column .product-item .image img {
 max-width: 100%;
 height: auto !important;
}
@media (max-width: 480px) {
 .product-column .product-item .image img {
 width: 100%;
 }
}
.product-column .product-item .description {
 min-height: 90px;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
}
.product-column .product-item .description h3 {
 font-size: 18px;
 font-weight: 400;
 margin: 0;
 color: #292929;
 text-align: center;
 text-transform: none;
}
.product-column .product-item .description h3 a {
 color: #292929;
}
.product-column .product-item .description .more {
 color: #8e7557;
}
.product-column .product-item:hover .image {
 border: 2px solid #8e7557;
}
.product-column .product-item:hover .description h3 {
 color: #8e7557;
}
.product-column .product-item:hover .description h3 > a {
 color: #8e7557;
}
/** Karta produktu */
.product {
 margin: 0;
 padding: 50px 0;
}
.product h1 {
 font-size: 24px;
 font-weight: 900;
 margin: 0 0 30px 0;
 line-height: normal;
}
@media (max-width: 767px) {
 .product h1 {
 text-align: center;
 }
}
.product .images {
 width: 720px;
 max-width: 100%;
 margin: auto;
 position: relative;
}
.product .images .image {
 max-width: 100%;
 width: 720px;
 margin: auto;
 background: #FFF;
 text-align: center;
}
.product .images .image img {
 max-width: 100%;
 height: auto !important;
}
@media (max-width: 767px) {
 .product .images .image img {
 width: 100%;
 }
}
.product .images .thumbs {
 margin-left: -5px;
 margin-right: -5px;
 margin-bottom: 15px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-pack: start;
 -moz-box-pack: start;
 -ms-flex-pack: start;
 -webkit-justify-content: flex-start;
 -moz-justify-content: flex-start;
 -ms-justify-content: flex-start;
 justify-content: flex-start;
 -webkit-flex-flow: row wrap;
 -moz-flex-flow: row wrap;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 -webkit-flex-basis: 25%;
 -moz-flex-basis: 25%;
 -ms-flex-basis: 25%;
 flex-basis: 25%;
}
.product .images .thumbs a {
 display: block;
 -webkit-box-flex: 0 1 auto;
 -moz-box-flex: 0 1 auto;
 -webkit-flex: 0 1 auto 1 0%;
 -moz-flex: 0 1 auto 1 0%;
 -ms-flex: 0 1 auto 1 0%;
 flex: 0 1 auto 1 0%;
 width: 25%;
 padding-left: 5px;
 padding-right: 5px;
 box-sizing: border-box;
}
@media (max-width: 420px) {
 .product .images .thumbs a {
 width: 33.33333333%;
 }
}
.product .images .thumbs a img {
 margin-top: 10px;
 max-width: 100%;
 height: auto !important;
 background: #FFF;
}
.product .description {
 position: relative;
}
@media (max-width: 991px) {
 .product .description {
 padding-top: 15px;
 }
}
.product .description .description-body {
 margin-bottom: 30px;
}
.product .description form {
 position: relative;
}
.product .description form button.ask {
 position: absolute;
 bottom: 10px;
 right: 0px;
 background: #8e7557;
 color: #FFF;
 border: 0px;
 padding: 10px 25px;
}
@media (max-width: 991px) {
 .product .description form button.ask {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 20px;
 }
}
@media (max-width: 767px) {
 .product .description form button.ask {
 display: table;
 margin: 0 auto 20px auto;
 }
}
.product .description .product-spec {
 margin-bottom: 30px;
}
.product .description .product-spec > div {
 width: 50%;
 clear: both;
 display: block;
}
.product .description .product-spec > div:before,
.product .description .product-spec > div:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .product .description .product-spec > div {
 width: 75%;
 }
}
@media (max-width: 767px) {
 .product .description .product-spec > div {
 margin: 0 auto 20px auto;
 }
}
@media (max-width: 420px) {
 .product .description .product-spec > div {
 width: 100%;
 }
}
.product .description .product-spec > div .bootstrap-select {
 clear: both;
 display: block;
 height: 45px;
}
.product .description .product-spec > div .bootstrap-select:before,
.product .description .product-spec > div .bootstrap-select:after {
 clear: both;
 display: block;
 content: " ";
}
.product .description .product-spec > div .bootstrap-select .dropdown-toggle {
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.product .description .product-spec > div .bootstrap-select .dropdown-toggle .caret {
 border-top: 4px solid #8e7557;
 border-right-color: transparent;
 border-left-color: transparent;
}
.product .description .product-spec > div .bootstrap-select .dropdown-menu {
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.product .description .product-spec > div .bootstrap-select .dropdown-menu li > a {
 color: #292929;
}
.product .description .product-spec > div .bootstrap-select .dropdown-menu li.selected > a {
 background: #8e7557;
 color: #fff;
}
.product .description .box-info {
 font-size: 15px;
 background: #8e7557;
 padding: 25px;
 color: #fff;
 text-align: center;
}
@media (max-width: 767px) {
 .product .description .box-info {
 margin-top: 20px;
 }
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
.offers {
 display: table-row;
}
/* Kreator formularzy */
.pole-inline {
 display: inline-block;
}
.pole-2zn {
 width: 40px;
}
.pole-3zn {
 width: 60px;
}
/*
 SKOSY
*/
.iko_nowosc::before,
.iko_polecamy::before,
.iko_bestseller::before,
.iko_promocja::before,
.iko_wyprzedaz::before,
.iko_zapowiedz::before {
 content: "";
 width: 70px;
 height: 27px;
 display: block;
 position: absolute;
 top: 10px;
 left: 10px;
 background-repeat: no-repeat;
 z-index: 10;
}
.iko_nowosc::before {
 background: url(/grafika/const/nowosc.png);
}
.iko_polecamy::before {
 background: url(/grafika/const/polecamy.png);
}
.iko_bestseller::before {
 background: url(/grafika/const/bestseller.png);
}
.iko_promocja::before {
 background: url(/grafika/const/promocja.png);
}
.iko_wyprzedaz::before {
 background: url(/grafika/const/wyprzedaz.png);
}
.iko_zapowiedz::before {
 background: url(/grafika/const/zapowiedz.png);
}
/* UKLADY */
.ukl {
 clear: both;
 margin-bottom: 10px;
}
.ukl .ukl-more {
 display: table;
 margin-left: auto;
}
.ukl .thumbnail.ukl-nobord {
 border: none;
}
.thumbnail .caption {
 padding: 5px;
}
.ukl .ukl-body iframe,
.ukl .ukl-body video {
 max-width: 100%;
}
/* LT - foto po lewo otaczane tekstem */
.ukl.ukl_lt .ukl-main-img {
 float: left;
 margin-right: 10px;
 margin-bottom: 5px;
 max-width: 50%;
}
/* RT - foto po lewo otaczane tekstem */
.ukl.ukl_rt .ukl-main-img {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
 max-width: 50%;
}
/* LCT - foto po lewo w kolumnie */
.ukl.ukl_lct div.ukl-main-img img,
.ukl.ukl_lct img.ukl-main-img {
 max-width: none !important;
 margin-right: 10px;
}
.ukl.ukl_lct .ukl-side-body,
.ukl.ukl_rct .ukl-side-body {
 display: table;
 width: 100%;
}
.ukl.ukl_lct .ukl-side-body > div,
.ukl.ukl_rct .ukl-side-body > div {
 display: table-row;
}
.ukl.ukl_lct .ukl-side-body > div > div,
.ukl.ukl_rct .ukl-side-body > div > div {
 display: table-cell;
 vertical-align: top;
}
/* RCT - foto po prawo w kolumnie */
.ukl.ukl_rct div.ukl-main-img img,
.ukl.ukl_rct img.ukl-main-img {
 max-width: none !important;
 margin-left: 10px;
}
.ukl.ukl_l .ukl-image-block .ukl-elem,
.ukl.ukl_r .ukl-image-block .ukl-elem {
 margin-bottom: 10px;
}
.ukl.ukl_l .ukl-image-block .ukl-elem:last-child,
.ukl.ukl_r .ukl-image-block .ukl-elem:last-child {
 margin-bottom: 0px;
}
/* Uklad waski */
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol > div > div,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol > div > div,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol > div > div,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol > div > div {
 display: block;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol div.ukl-main-img img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol div.ukl-main-img img {
 max-width: 100% !important;
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom: 15px;
 height: auto;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol img.ukl-main-img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol img.ukl-main-img {
 max-width: 100% !important;
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom: 15px;
 height: auto;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol > div > div:first-child {
 text-align: center;
}
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol > div > div:last-child {
 text-align: center;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol .ukl-main-img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol .ukl-main-img {
 display: inline-block;
}
/* Zdjęcia w rzędzie */
.ukl-image-block {
 display: table;
 table-layout: fixed;
 width: 100%;
 margin: -5px;
}
.ukl-image-block .ukl-list {
 display: table-row;
}
.ukl-image-block .ukl-list .ukl-elem {
 display: table-cell;
 width: 25%;
 text-align: center;
 vertical-align: middle;
 padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-1 {
 width: 100%;
 padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-1 img {
 margin-left: auto !important;
 margin-right: auto !important;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-2 {
 width: 50%;
 padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-3 {
 width: 33%;
 padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem-sep {
 display: none;
}
.ukl-image-block .ukl-list .ukl-elem img {
 max-width: 100%;
 height: auto;
}
/* Uklad boxl 2x2 zdjecia po lewo */
.ukl.ukl_boxl,
.ukl.ukl_boxr {
 width: 100%;
 display: table;
}
.ukl.ukl_boxl > div,
.ukl.ukl_boxr > div {
 display: table-row;
}
.ukl.ukl_boxl > div > div,
.ukl.ukl_boxr > div > div {
 display: table-cell;
 vertical-align: top;
}
.ukl_boxl .ukl-image-block .ukl-list .ukl-elem img,
.ukl_boxr .ukl-image-block .ukl-list .ukl-elem img {
 max-width: none !important;
}
.ukl_boxl .ukl-image-block .ukl-list .ukl-elem:first-child img,
.ukl_boxr .ukl-image-block .ukl-list .ukl-elem:first-child img {
 margin-right: 8px;
}
.ukl.ukl_boxl .ukl-image-block {
 margin-right: 10px;
}
.ukl.ukl_boxr .ukl-image-block {
 margin-left: 10px;
}
.ukl.ukl_boxl.ukl-box-onecol,
.ukl.ukl_boxr.ukl-box-onecol,
.ukl.ukl_boxl.ukl-box-onecol > div,
.ukl.ukl_boxr.ukl-box-onecol > div,
.ukl.ukl_boxl.ukl-box-onecol > div > div,
.ukl.ukl_boxr.ukl-box-onecol > div > div {
 display: block;
}
.ukl_boxl.ukl-box-onecol .ukl-image-block .ukl-list .ukl-elem:first-child img,
.ukl_boxr.ukl-box-onecol .ukl-image-block .ukl-list .ukl-elem:first-child img {
 margin-right: 0px;
}
.ukl.ukl_boxl.ukl-box-onecol .ukl-image-block {
 padding-right: 0px;
}
.ukl.ukl_boxr.ukl-box-onecol .ukl-image-block {
 padding-left: 0px;
}
/* Uklad l zdjecia po lewo w kolumnie */
.ukl.ukl_l,
.ukl.ukl_r {
 width: 100%;
 display: table;
}
.ukl.ukl_l > div,
.ukl.ukl_r > div {
 display: table-row;
}
.ukl.ukl_l > div > div,
.ukl.ukl_r > div > div {
 display: table-cell;
 vertical-align: top;
}
.ukl.ukl_l .ukl-image-block,
.ukl.ukl_r .ukl-image-block {
 width: auto;
}
.ukl.ukl_l .ukl-image-block .ukl-elem img,
.ukl.ukl_r .ukl-image-block .ukl-elem img {
 max-width: none !important;
}
.ukl.ukl_l .ukl-image-block {
 padding-right: 10px;
}
.ukl.ukl_r .ukl-image-block {
 padding-left: 10px;
}
.ukl.ukl_l.ukl-box-onecol,
.ukl.ukl_r.ukl-box-onecol,
.ukl.ukl_l.ukl-box-onecol > div,
.ukl.ukl_r.ukl-box-onecol > div,
.ukl.ukl_l.ukl-box-onecol > div > div,
.ukl.ukl_r.ukl-box-onecol > div > div {
 display: block;
}
.ukl.ukl_l.ukl-box-onecol .ukl-image-block {
 padding-right: 0px;
 text-align: center;
}
.ukl.ukl_r.ukl-box-onecol .ukl-image-block {
 padding-left: 0px;
 text-align: center;
}
.ukl.ukl_t .ukl-image-block + .ukl-body {
 padding-top: 10px;
}
@media all and (max-width: 767px) {
 .ukl.ukl_rt .ukl-main-img,
 .ukl.ukl_lt .ukl-main-img {
 float: none;
 max-width: 100%;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 display: block;
 }
 .ukl-image-block .ukl-list .ukl-elem.ukl-elem-2,
 .ukl-image-block .ukl-list .ukl-elem.ukl-elem-4 {
 display: block;
 float: left;
 width: 50%;
 }
 .ukl-image-block .ukl-list .ukl-elem.ukl-elem-3,
 .ukl-image-block .ukl-list .ukl-elem-sep {
 display: block;
 clear: left;
 width: 100%;
 }
 .ukl_boxl .ukl-image-block .ukl-list .ukl-elem img,
 .ukl_boxr .ukl-image-block .ukl-list .ukl-elem img {
 max-width: 100% !important;
 }
}
@media all and (max-width: 419px) {
 .ukl-image-block .ukl-list .ukl-elem {
 display: table-row;
 width: 100%;
 }
}
/* Koniec układy */
/* Galeria FTP */
.galeria {
 margin: 0px;
 clear: both;
 text-align: center;
 width: 100%;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 line-height: 150%;
}
.galeria .galeria-item {
 padding-left: 5px !important;
 padding-right: 5px !important;
 padding-bottom: 10px;
}
.galeria img {
 border: none;
 border-radius: 4px;
 verical-align: middle;
 max-width: 100%;
 height: auto !important;
}
/* CSS dodatki */
input {
 vertical-align: middle;
}
blockquote {
 margin-left: 30px;
}
hr,
.hr {
 border: 0;
 height: 1px;
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 width: 100%;
 margin: 20px 0 20px 0;
}
/* DMSGALLERY */
#DmsGallery {
 display: none;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 1091;
 position: fixed;
}
#gallery_miniatury {
 display: inline-block;
 width: 500px;
 height: 80px;
 white-space: nowrap;
 overflow: hidden;
}
#gallery_miniatury_right,
#gallery_miniatury_left {
 display: inline-block;
 width: 100px;
 height: 80px;
 cursor: pointer;
 position: relative;
}
#gallery_miniatury_right .glyphon-container,
#gallery_miniatury_left .glyphon-container {
 top: 35px;
}
#gallery_miniatury_left .glyphon-container {
 left: 50px;
}
#gallery_miniatury_right .glyphon-container {
 right: 50px;
}
#gallery_tlo {
 display: none;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 1090;
 position: fixed;
 background: #000000;
}
#DmsGallery #gallery_miniatury_mag {
 display: none !important;
}
#DmsGallery .glyphon-container {
 /* Kolor ikon */
 color: #000000;
 overflow: hidden;
 font-size: 15px;
 padding-top: 1px;
 text-align: center;
 width: 25px;
 height: 25px;
 position: absolute;
 z-index: 2000;
 /*
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 */
 cursor: pointer;
}
#DmsGallery #gallery_close {
 display: none;
 right: 5px;
 top: 5px;
 font-size: 19px;
}
#DmsGallery #gallery_zoom {
 display: none !important;
 right: 5px;
 bottom: 5px;
}
#DmsGallery #gallery_back {
 left: 5px;
}
#DmsGallery #gallery_next {
 right: 5px;
}
#DmsGallery #gallery_back,
#DmsGallery #gallery_next {
 font-size: 30px;
 padding-top: 0px;
 height: 35px;
 width: 35px;
}
#DmsGallery #gallery_inside > div {
 overflow: hidden;
 position: relative;
 background-color: #ffffff;
 /*
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;

 -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
 -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
 box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
 */
}
#DmsGallery #gallery_miniatury a img {
 cursor: pointer;
 border: solid 1px #000000;
 margin-left: 1px;
 margin-right: 1px;
 margin-top: 2px;
}
#DmsGallery #gallery_miniatury a img.active {
 border-color: #ff0000;
}
#DmsGallery #gallery_podpis {
 display: none;
 padding-top: 7px;
 padding-bottom: 6px;
 background: #ffffff;
 color: #000000;
 padding-top: 6px;
 font-size: 13px;
}
#DmsGallery .loading {
 overflow: hidden;
 /*
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 */
 position: absolute;
 z-index: 1992;
 width: 50px;
 height: 50px;
 text-align: center;
 background-color: #ffffff;
}
#DmsGallery .loading img {
 margin-top: 9px;
 margin-bottom: 9px;
}
#DmsGallery #gallery_caption {
 padding: 3px;
}
#DmsGallery .glyphon-container {
 color: #fff;
}
/* COOKIES */
#cokPyt {
 background: #8e7557 !important;
 border-top: 1px solid #6e5b44 !important;
}
#cokPyt > div {
 color: #ffffff !important;
}
/* SYSTEMOWE */
body.cke_editable {
 padding: 10px;
}
.mailer {
 display: none;
}
.hidden {
 display: none;
}
/** Button systemowy */
.btn-system,
.btn-normal {
 margin-left: 5px;
 margin-right: 5px;
}
.btn-system {
 color: #ffffff;
 background: #8e7557;
 border-color: #8e7557;
 display: inline-block;
 margin-right: 10px !important;
 box-sizing: border-box;
 margin-bottom: 10px;
}
.btn-system:hover,
.btn-system:focus,
.btn-system.focus .btn-system:active,
.btn-system.active {
 color: #ffffff;
 background: #4f4130;
 border-color: #4f4130;
}
.btn-normal {
 color: #919191;
 background: #ffffff;
 border-color: #c7c6c6;
 display: inline-block;
 margin-right: 10px !important;
 box-sizing: border-box;
 margin-bottom: 10px;
}
.btn-normal:hover,
.btn-normal:focus,
.btn-normal.focus .btn-normal:active,
.btn-normal.active {
 color: #919191;
 background: #cccccc;
 border-color: #949393;
}
.files {
 width: 600px;
 max-width: 100%;
 margin: 0 auto;
}
.files > div {
 padding: 3px 10px;
}
.files > div > img {
 margin-right: 10px;
 max-width: 20px;
 height: auto;
}
.files > div > a {
 color: #000;
}
/* DODATKI */
@media all and (max-width: 767px) {
 .responsive-left,
 .responsive-right {
 text-align: center;
 float: none;
 }
}
* {
 margin: 0;
}
html,
body {
 height: 100%;
}
body {
 top: 0px !important;
}
body > div.skiptranslate {
 opacity: 0;
}
body.overflow {
 overflow: hidden;
}
.ukl-body img {
 max-width: 100%;
 height: auto !important;
}
/* Menu mobile */
.header-mobile {
 background: #FFF;
 z-index: 100;
 position: fixed;
 bottom: 0px;
 left: 0px;
 right: 0px;
 box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
@media (min-width: 768px) {
 .header-mobile {
 display: none;
 }
}
.header-mobile > a,
.header-mobile > button,
.header-mobile > span {
 width: 33.33333333%;
 height: 80px;
 margin: 0px !important;
 padding: 5px !important;
 text-decoration: none !important;
 cursor: pointer;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
}
@media (max-width: 420px) {
 .header-mobile > a,
 .header-mobile > button,
 .header-mobile > span {
 width: 28%;
 }
}
.header-mobile > a > span,
.header-mobile > button > span,
.header-mobile > span > span {
 display: table;
 margin: 0px auto;
 font-size: 14px;
 font-weight: 400;
 color: #292929;
 text-align: center;
 padding: 0px 0px 0px 35px !important;
 line-height: 24px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.header-mobile > a.menu-start span,
.header-mobile > button.menu-start span,
.header-mobile > span.menu-start span {
 background: url('/grafika/menu/i-menu-start.svg') no-repeat left center;
 background-size: 22px 22px !important;
}
@media (max-width: 420px) {
 .header-mobile > a.menu-contact,
 .header-mobile > button.menu-contact,
 .header-mobile > span.menu-contact {
 width: 44%;
 }
}
.header-mobile > a.menu-contact span,
.header-mobile > button.menu-contact span,
.header-mobile > span.menu-contact span {
 background: url('/grafika/menu/i-menu-contact.svg') no-repeat left center;
 background-size: 22px 21px !important;
}
.header-mobile > a.navbar-toggle span,
.header-mobile > button.navbar-toggle span,
.header-mobile > span.navbar-toggle span {
 background: url('/grafika/menu/i-menu-burger.svg') no-repeat left center;
 background-size: 21px 14px !important;
}
#google_translate_element {
 position: absolute;
 right: 84px;
 top: 64px;
}
@media (max-width: 1450px) {
 #google_translate_element {
 right: 280px;
 top: 15px;
 }
}
@media (max-width: 991px) {
 #google_translate_element {
 left: 15px;
 right: auto;
 }
}
@media (max-width: 640px) {
 #google_translate_element {
 left: auto;
 right: 10px;
 top: 70px;
 }
}
#google_translate_element .goog-te-gadget-simple {
 background: none !important;
 border: 0px !important;
}
#google_translate_element .goog-te-gadget-simple > span > a,
#google_translate_element .goog-te-gadget-simple > span > a span {
 text-decoration: none !important;
}
.socials-icons {
 margin-top: 20px;
}
.socials-icons > div {
 display: table;
 margin: 0 auto;
}
.socials-icons-title {
 margin-top: 20px;
}
.socials-icons-title::before,
.socials-icons-title::after {
 clear: both;
 display: block;
 content: " ";
}
.socials-icons-title > div {
 float: left;
 width: 70%;
}
@media (max-width: 560px) {
 .socials-icons-title > div {
 width: 100%;
 float: none;
 text-align: center;
 }
}
.socials-icons-title > div:first-child {
 font-weight: bold;
 width: 30%;
 padding-top: 5px;
}
@media (max-width: 560px) {
 .socials-icons-title > div:first-child {
 width: 100%;
 }
}
.socials-icons-title > div .sicons {
 display: table;
 margin: 0px 0px 0px auto;
}
@media (max-width: 560px) {
 .socials-icons-title > div .sicons {
 margin: 0px auto;
 }
}
body {
 overflow-x: hidden;
 font-size: 17px;
 font-weight: 400;
 color: #292929;
 font-family: 'Libre Franklin', sans-serif;
}
@media (max-width: 1200px) {
 body {
 font-size: 15px;
 }
}
.table.table-striped.table-hover th,
.table.table-striped.table-hover td,
.table.table-striped.table-hover tr {
 background: #FFF !important;
 color: #8e7557;
 border: 1px solid #dfdfdf;
 padding: 10px 0px;
}
.table.table-striped.table-hover th {
 background: #8e7557 !important;
 border-bottom: 0px;
 color: #FFF;
 font-size: 17px;
 font-weight: bold;
 width: 20%;
}
@media (max-width: 440px) {
 .col-xxs-12.col-xs-6.col-sm-3 {
 width: 100%;
 float: none;
 }
}
a {
 color: #292929;
}
.body {
 width: 1920px;
 max-width: 100%;
 margin: 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 overflow-x: hidden;
}
@media (max-width: 767px) {
 .wrapper {
 padding-bottom: 80px;
 }
}
.container {
 padding-left: 15px;
 padding-right: 15px;
}
@media (min-width: 1210px) {
 .container {
 width: 1200px;
 max-width: 100%;
 padding-left: 0;
 padding-right: 0;
 }
}
.faq {
 margin-top: 0px;
 border: 2px solid #ccc;
 cursor: pointer;
 font-size: 15px;
 font-weight: 500;
 text-transform: none;
 background: #fff;
 color: #8e7557;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 margin-bottom: 20px;
 padding: 10px 50px 10px 15px;
}
.faq.in {
 background: #8e7557;
 color: #fff;
}
.faq + .ukl {
 max-height: 0px;
 overflow: hidden;
 margin-bottom: 0;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.faq.in + .ukl {
 max-height: 500px;
 padding: 10px 10px 20px 10px;
}
h1,
h2,
.title {
 font-size: 34px;
 line-height: 34px;
 font-weight: 900;
 text-transform: uppercase;
 color: #292929;
 margin: 30px 0 20px 0;
 letter-spacing: 2px;
}
@media (max-width: 767px) {
 h1,
 h2,
 .title {
 font-size: 28px;
 line-height: 28px;
 }
}
h1.home,
h2.home,
.title.home {
 margin: 0 0 5px 0;
}
h1.nagl-product,
h2.nagl-product,
.title.nagl-product {
 margin: 30px 0;
}
h3,
.sm-title {
 font-size: 34px;
 font-weight: 400;
 text-transform: uppercase;
 color: #292929;
 margin: 0 0 30px 0;
 letter-spacing: 2px;
}
h3.home,
.sm-title.home {
 font-size: 74px;
 line-height: 70px;
 font-weight: 100;
}
@media (max-width: 1200px) {
 h3.home,
 .sm-title.home {
 font-size: 45px;
 line-height: 45px;
 }
}
@media (max-width: 767px) {
 h3.home,
 .sm-title.home {
 font-size: 35px;
 line-height: normal;
 }
}
h4 {
 font-size: 16px;
}
h5 {
 font-size: 14px;
}
h6 {
 font-size: 13px;
}
.formularz {
 width: 100%;
 max-width: 760px;
 margin: 0px auto;
 padding: 0px 15px;
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
}
.formularz #req_s {
 text-align: center;
 width: 100%;
}
.formularz button[type="submit"] {
 color: #8e7557;
 font-size: 12px;
 font-weight: 500;
 padding: 8px 20px;
 text-transform: uppercase;
 background: none;
 outline: none;
 box-shadow: none;
 border: 1px solid #8e7557;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 display: table;
 margin: 0 auto;
}
.formularz .form-control {
 padding: 10px 15px;
 box-shadow: none;
 border: 1px solid #FFF;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 border-bottom: 1px solid #292929;
}
.formularz input.form-control {
 padding: 0px 15px;
 line-height: 55px;
 height: 55px;
}
.formularz ::-webkit-input-placeholder {
 color: #292929;
}
.formularz :-moz-placeholder {
 color: #292929;
}
.formularz ::-moz-placeholder {
 color: #292929;
}
.formularz :-ms-input-placeholder {
 color: #292929;
}
.formularz ::-ms-input-placeholder {
 color: #292929;
}
.formularz ::-webkit-input-placeholder {
 color: #292929;
}
.formularz :-moz-placeholder {
 color: #292929;
}
.formularz ::-moz-placeholder {
 color: #292929;
}
.formularz :-ms-input-placeholder {
 color: #292929;
}
.formularz ::-ms-input-placeholder {
 color: #292929;
}
.formularz ::-webkit-input-placeholder {
 color: #292929;
}
.formularz :-moz-placeholder {
 color: #292929;
}
.formularz ::-moz-placeholder {
 color: #292929;
}
.formularz :-ms-input-placeholder {
 color: #292929;
}
.formularz ::-ms-input-placeholder {
 color: #292929;
}
.formularz .form-group > label {
 width: 100%;
 text-align: left;
 text-transform: uppercase;
 font-size: 12px;
}
.formularz .form-group > div {
 width: 100%;
 padding: 0px;
 margin: 0px;
}
.formularz .form-group.has-error .form-control {
 border-bottom: 1px solid #a94442;
}
.formularz .form-group:last-child > div:not(.submit-div) {
 display: none;
}
#tr_f1885343350 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_name.png') no-repeat 10px center;
}
#tr_f365645577 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_email.png') no-repeat 10px center;
}
#tr_f1882862685 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_text.png') no-repeat 10px 10px;
}
#tr_f1653656325 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_phone.png') no-repeat 10px center;
}
#tr_f2008500868 .form-control,
#tr_f758092196 .form-control,
#tr_f2037289919 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_city.png') no-repeat 10px center;
}
#tr_f2088438677 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_product.png') no-repeat 10px center;
}
#tr_f1484392797 .form-control {
 padding-left: 55px;
 background: url('/grafika/form_montage.png') no-repeat 10px center;
}
.form-box .form-group > label {
 display: none;
}
.form-box .form-group > div {
 padding: 0px;
 margin: 0px;
 width: 100%;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination) {
 list-style: none;
 padding: 0px;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination) > li {
 background: url('/grafika/li.png') no-repeat top 8px left;
 padding-left: 20px;
}
.contact-person {
 text-align: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 margin: 10px 0;
}
@media (max-width: 640px) {
 .contact-person {
 display: block;
 margin-bottom: 15px;
 }
}
.contact-person > div {
 width: 100%;
}
@media (max-width: 640px) {
 .contact-person > div:first-child {
 margin-bottom: 15px;
 }
}
/** Elementy nawigacyjne */
.navbar-collapse {
 margin: 0px !important;
 padding: 0px;
}
@media (max-width: 767px) {
 .navbar-collapse {
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 80px;
 overflow-x: hidden;
 overflow-y: auto;
 padding: 15px;
 margin: 0px;
 background: #292929;
 height: auto !important;
 z-index: 99;
 }
}
.navbar-left-toggle {
 padding: 8px 15px;
 color: #FFF;
 margin: 10px 0px 15px 15px;
 outline: none;
 font-size: 14px;
 background: #8e7557;
 border: 0px;
}
.nav-header {
 display: inline-block;
 float: none;
 text-align: center;
 width: 100%;
}
@media (min-width: 992px) and (max-width: 1450px) {
 .nav-header {
 display: block;
 float: right;
 width: auto;
 margin-top: 55px;
 }
}
@media (max-width: 767px) {
 .nav-header {
 margin: 0;
 text-align: left;
 }
}
.nav-header > li {
 display: inline-block;
 float: none;
}
@media (min-width: 992px) and (max-width: 1450px) {
 .nav-header > li {
 float: left;
 display: block;
 }
}
@media (max-width: 767px) {
 .nav-header > li {
 float: none;
 display: block;
 }
}
.nav-header > li > a {
 color: #292929;
 background: none !important;
 padding: 45px 15px 35px 15px;
 font-size: 12px;
 font-weight: 600;
 text-transform: uppercase;
}
@media (max-width: 1450px) {
 .nav-header > li > a {
 padding: 15px 10px;
 }
}
@media (max-width: 767px) {
 .nav-header > li > a {
 padding: 15px 0px;
 border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
 color: #FFF;
 }
}
@media (max-width: 767px) {
 .nav-header > li:first-child > a {
 border-top: 0px !important;
 }
}
.nav-header > li.active a:hover,
.nav-header > li.open a:hover,
.nav-header > li:hover a:hover,
.nav-header > li:active a:hover,
.nav-header > li:focus a:hover,
.nav-header > li.active a:active,
.nav-header > li.open a:active,
.nav-header > li:hover a:active,
.nav-header > li:active a:active,
.nav-header > li:focus a:active,
.nav-header > li.active a:focus,
.nav-header > li.open a:focus,
.nav-header > li:hover a:focus,
.nav-header > li:active a:focus,
.nav-header > li:focus a:focus,
.nav-header > li.active a,
.nav-header > li.open a,
.nav-header > li:hover a,
.nav-header > li:active a,
.nav-header > li:focus a {
 color: #8e7557;
}
.nav-header > li > .dropdown-menu {
 background: #8e7557 !important;
 border: 0px;
 padding: 0px;
 margin: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 box-shadow: none;
}
@media (max-width: 767px) {
 .nav-header > li > .dropdown-menu {
 padding: 10px 0px;
 }
}
.nav-header > li > .dropdown-menu > li > a {
 color: #FFF;
 font-size: 13px;
}
@media (max-width: 767px) {
 .nav-header > li > .dropdown-menu > li > a {
 padding: 10px 20px !important;
 }
}
.nav-header > li > .dropdown-menu > li:hover > a:hover,
.nav-header > li > .dropdown-menu > li:active > a:hover,
.nav-header > li > .dropdown-menu > li.active > a:hover,
.nav-header > li > .dropdown-menu > li:hover > a:active,
.nav-header > li > .dropdown-menu > li:active > a:active,
.nav-header > li > .dropdown-menu > li.active > a:active,
.nav-header > li > .dropdown-menu > li:hover > a,
.nav-header > li > .dropdown-menu > li:active > a,
.nav-header > li > .dropdown-menu > li.active > a {
 color: #FFF;
 background: #6e5b44 !important;
}
#sidebar {
 margin-top: 30px;
}
.nav-left {
 margin: 0px;
}
.nav-left > li.m1 > a {
 color: #292929;
 border-bottom: 1px solid rgba(142, 117, 87, 0.6);
 padding: 8px 10px;
 font-size: 15px;
}
.nav-left > li.m1:hover > a,
.nav-left > li.m1:active > a,
.nav-left > li.m1.active > a {
 background: #8e7557;
 color: #FFF;
}
.nav-left > li.m2 > a {
 color: #FFF;
 background: #a88f70;
 padding-left: 25px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 font-size: 15px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-left > li.m2:hover > a,
.nav-left > li.m2:active > a,
.nav-left > li.m2.active > a {
 background: #9e8261;
 padding-left: 30px;
}
.pagination > li > a {
 color: #8e7557;
}
.pagination > li.active > a,
.pagination > li:active > a,
.pagination > li:hover > a,
.pagination > li:focus > a,
.pagination > li.active > span,
.pagination > li:active > span,
.pagination > li:hover > span,
.pagination > li:focus > span {
 background: #8e7557 !important;
 border-color: #8e7557 !important;
 color: #FFF;
}
/** Nagłowek */
header {
 width: 100%;
 clear: both;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
header::after {
 content: " ";
 display: block;
 clear: both;
}
header::after {
 content: " ";
 display: block;
 clear: both;
}
header::after {
 content: " ";
 display: block;
 clear: both;
}
header .infolinia {
 position: absolute;
 right: 90px;
 top: 14px;
}
@media (max-width: 1450px) {
 header .infolinia {
 font-size: 15px;
 right: 120px;
 top: 17px;
 }
}
@media (max-width: 420px) {
 header .infolinia {
 right: 15px;
 top: 45px;
 }
}
header .infolinia a {
 color: #8e7557;
 font-weight: bold;
}
header .logo {
 position: absolute;
 left: 120px;
 top: 31px;
 z-index: 20;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
@media (max-width: 1350px) {
 header .logo {
 left: 45px;
 }
}
@media (max-width: 1200px) {
 header .logo {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 float: left;
 padding: 10px 10px 10px 25px;
 }
 header .logo img {
 width: 110px;
 height: auto;
 }
}
@media (max-width: 991px) {
 header .logo {
 padding: 10px 15px;
 text-align: center;
 float: none;
 }
}
@media (max-width: 640px) {
 header .logo {
 padding: 10px 15px;
 text-align: center;
 float: left;
 }
}
header .languages {
 position: absolute;
 right: 50px;
 top: 20px;
 z-index: 21;
}
@media (max-width: 1450px) {
 header .languages {
 right: 30px;
 }
}
@media (max-width: 767px) {
 header .languages {
 right: 15px;
 }
}
header .languages a {
 display: block;
 width: 16px;
 height: 11px;
 background: url('/grafika/ico_flag_pl.png') no-repeat;
 margin-bottom: 14px;
}
@media (max-width: 1450px) {
 header .languages a {
 float: left;
 margin: 0 0 0 10px;
 }
}
header .languages a.en {
 background: url('/grafika/ico_flag_en.png') no-repeat;
}
header .languages a.de {
 background: url('/grafika/ico_flag_de.png') no-repeat;
}
@media (min-width: 768px) {
 header.header-pages {
 box-shadow: 0 1px 10px 1px rgba(41, 41, 41, 0.4);
 }
}
header.header-pages .logo {
 top: 10px;
}
@media (max-width: 1200px) {
 header.header-pages .logo {
 top: 0;
 }
}
header.header-pages .logo img {
 width: 110px;
 height: auto;
}
@media (min-width: 1100px) {
 header {
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 z-index: 999;
 background: #FFF;
 }
 header + .spacer {
 height: 106px;
 }
 header.in {
 box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
 }
 header.in .logo {
 top: 5px;
 }
 header.in .logo a img {
 max-width: 110px;
 height: auto !important;
 }
}
#carousel {
 display: block;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 30px;
}
@media (max-width: 767px) {
 #carousel {
 border-bottom: 1px solid #8e7557;
 }
}
#carousel.owl-carousel {
 display: block;
}
#carousel .owl-prev {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 right: auto;
 width: 5%;
 background: url('/grafika/arrow-left.png') no-repeat center center;
}
#carousel .owl-next {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 left: auto;
 width: 5%;
 background: url('/grafika/arrow-right.png') no-repeat center center;
}
#carousel .item {
 display: none;
 position: relative;
}
#carousel .item:first-child {
 display: block;
}
#carousel .item .image {
 display: block;
 position: relative;
 z-index: 1;
}
#carousel .item .image img {
 display: block;
 max-width: 100% !important;
 height: auto !important;
}
#carousel .item .description {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 padding-left: 45px;
 z-index: 2;
 color: #fff;
 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
@media (min-width: 1251px) and (max-width: 1550px) {
 #carousel .item .description {
 padding-top: 100px;
 }
}
@media (max-width: 991px) {
 #carousel .item .description {
 padding-left: 0;
 }
}
@media (max-width: 767px) {
 #carousel .item .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 text-align: center;
 padding: 25px 0;
 }
}
#carousel .item .description .description-size {
 width: 45%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 #carousel .item .description .description-size {
 width: 60%;
 }
}
@media (max-width: 767px) {
 #carousel .item .description .description-size {
 width: 100%;
 }
}
#carousel .item .description .description-size .number-slide {
 position: absolute;
 top: 0;
 left: -270px;
 font-size: 188px;
 line-height: 150px;
 display: block;
 font-weight: 100;
 color: #fff;
}
@media (max-width: 1800px) {
 #carousel .item .description .description-size .number-slide {
 left: -150px;
 font-size: 100px;
 line-height: 90px;
 }
}
@media (max-width: 1550px) {
 #carousel .item .description .description-size .number-slide {
 left: -5px;
 top: -80px;
 font-size: 74px;
 line-height: 70px;
 }
}
@media (max-width: 1250px) {
 #carousel .item .description .description-size .number-slide {
 display: none;
 }
}
#carousel .item .description .description-size h1,
#carousel .item .description .description-size h2 {
 margin: 0 0 20px 0;
 font-size: 34px;
 font-weight: 900;
 line-height: normal;
}
@media (max-width: 767px) {
 #carousel .item .description .description-size h1,
 #carousel .item .description .description-size h2 {
 font-size: 28px;
 margin: 0;
 }
}
#carousel .item .description .description-size h1 span,
#carousel .item .description .description-size h2 span {
 font-size: 74px;
 font-weight: 100;
 display: block;
 color: #fff;
 margin-left: -6px;
}
@media (max-width: 1200px) {
 #carousel .item .description .description-size h1 span,
 #carousel .item .description .description-size h2 span {
 font-size: 45px;
 line-height: 40px;
 margin-left: -3px;
 }
}
@media (max-width: 767px) {
 #carousel .item .description .description-size h1 span,
 #carousel .item .description .description-size h2 span {
 margin-left: 0;
 font-size: 35px;
 line-height: normal;
 }
}
#carousel .item .description .description-size h1 a,
#carousel .item .description .description-size h2 a {
 text-decoration: none !important;
 color: #fff;
}
@media (min-width: 768px) and (max-width: 850px) {
 #carousel .item .description .description-size .description-body {
 font-size: 15px;
 }
}
@media (max-width: 480px) {
 #carousel .item .description .description-size .description-body {
 display: none;
 }
}
#carousel .item .description .description-size .more {
 border: 1px solid #FFF;
 font-size: 12px;
 font-weight: 500;
 padding: 8px 20px;
 text-transform: uppercase;
 color: #FFF;
 display: inline-block;
 margin-top: 35px;
 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
 #carousel .item .description .description-size .more {
 margin-top: 15px;
 }
}
@media (max-width: 480px) {
 #carousel .item .description .description-size .more {
 display: none;
 }
}
.box img {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 max-width: 100%;
 height: auto;
}
.box .description {
 position: absolute;
 left: 100px;
 right: 55%;
 bottom: 100px;
 top: 100px;
 background: #fff;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
}
@media (max-width: 1700px) {
 .box .description {
 right: 40%;
 left: 50px;
 bottom: 50px;
 top: 50px;
 }
}
@media (max-width: 1200px) {
 .box .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 border-bottom: 1px solid #8e7557;
 top: -160px;
 margin-bottom: -160px;
 background: rgba(255, 255, 255, 0.4);
 }
}
@media (max-width: 767px) {
 .box .description {
 top: 0;
 margin: 0;
 background: #fff;
 }
}
.box .description > div {
 width: 100%;
 padding: 50px;
}
@media (min-width: 1201px) and (max-width: 1350px) {
 .box .description > div {
 font-size: 15px;
 padding: 35px;
 }
}
@media (max-width: 991px) {
 .box .description > div {
 padding: 40px 15px;
 }
}
.box .description > div h2,
.box .description > div h3 {
 text-align: center;
 color: #292929;
}
.box .description > div h2 a,
.box .description > div h3 a {
 color: #292929;
 text-decoration: none;
}
@media (max-width: 1350px) {
 .box .description > div h3 {
 font-size: 45px;
 line-height: 45px;
 }
}
@media (max-width: 767px) {
 .box .description > div h3 {
 font-size: 35px;
 line-height: normal;
 }
}
@media (min-width: 768px) and (max-width: 1200px) {
 .box .description > div .description-body {
 margin-top: 60px;
 }
}
.box .description > div .link-more {
 padding: 8px 20px;
 font-size: 12px;
 font-weight: 500;
 text-transform: uppercase;
 border: 1px solid #8e7557;
 color: #8e7557;
 display: inline-block;
 margin-top: 30px;
}
.box.box-262586969 .description {
 position: absolute;
 right: 100px;
 left: 55%;
 bottom: 100px;
 top: 100px;
}
@media (max-width: 1700px) {
 .box.box-262586969 .description {
 left: 40%;
 right: 50px;
 bottom: 50px;
 top: 50px;
 }
}
@media (max-width: 1200px) {
 .box.box-262586969 .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 border-bottom: 1px solid #8e7557;
 top: -160px;
 margin-bottom: -160px;
 background: rgba(255, 255, 255, 0.4);
 }
}
@media (max-width: 767px) {
 .box.box-262586969 .description {
 top: 0;
 margin: 0;
 background: #fff;
 }
}
.box.box-595877398 {
 margin-bottom: 30px;
}
#boksy-columns {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 width: 100%;
}
@media (max-width: 991px) {
 #boksy-columns {
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 }
}
#boksy-columns .item {
 width: 100%;
 max-width: 25%;
 min-width: 15%;
 height: 800px;
 position: relative;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
 cursor: pointer;
}
@media (max-width: 1100px) {
 #boksy-columns .item {
 height: 600px;
 }
}
@media (max-width: 991px) {
 #boksy-columns .item {
 max-width: 100%;
 width: 50%;
 min-width: 1px;
 height: 500px;
 }
}
@media (max-width: 540px) {
 #boksy-columns .item {
 width: 100%;
 }
}
#boksy-columns .item::before {
 opacity: .7;
 position: absolute;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
 top: 20%;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: rgba(0, 0, 0, 0.4);
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, rgba(0, 0, 0, 0)));
 background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
 background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
 background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.4)', GradientType=0);
 content: " ";
 z-index: 10;
}
@media (max-width: 540px) {
 #boksy-columns .item::before {
 opacity: 1;
 }
}
#boksy-columns .item .description {
 z-index: 20;
 position: absolute;
 left: 45px;
 right: 45px;
 bottom: 45px;
 color: #FFF;
}
@media (max-width: 540px) {
 #boksy-columns .item .description {
 left: 30px;
 right: 30px;
 bottom: 30px;
 }
}
#boksy-columns .item .description .icon {
 display: table;
 margin: 0px 0px 20px 0px;
}
#boksy-columns .item .description h3 {
 color: #FFF;
 margin-bottom: 0px;
 font-weight: 300;
}
@media (max-width: 1400px) {
 #boksy-columns .item .description h3 {
 font-size: 24px;
 }
}
#boksy-columns .item .description h3 a {
 color: inherit;
}
@media (min-width: 541px) {
 #boksy-columns .item .description .description-body {
 max-height: 0px;
 -moz-transition-duration: 0.5s;
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
 overflow: hidden;
 }
}
@media (max-width: 540px) {
 #boksy-columns .item .description .description-body {
 padding-top: 20px;
 }
}
#boksy-columns .item .description .description-body .link-more {
 color: #FFF;
 display: table;
 margin: 20px 0px 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 padding: 7px 10px;
 border: 1px solid #FFF;
}
@media (min-width: 992px) {
 #boksy-columns .item:hover {
 width: 100%;
 max-width: 35%;
 min-width: 35%;
 }
}
#boksy-columns .item:hover::before {
 opacity: 1;
}
#boksy-columns .item:hover .description-body {
 padding-top: 20px;
 max-height: 600px;
}
.form-home-contact {
 padding: 60px 0;
}
@media (max-width: 767px) {
 .form-home-contact {
 padding: 40px 0;
 }
}
.form-home-contact .title,
.form-home-contact .sm-title {
 text-align: center;
}
/** Stopka */
footer {
 width: 100%;
 clear: both;
 background: #FFF;
 padding: 15px 0px;
 color: #292929;
 text-align: center;
}
footer .branches {
 margin-top: 50px;
}
@media (max-width: 767px) {
 footer .branches {
 margin-top: 30px;
 }
}
footer .branches > div {
 float: left;
 width: 33.33333333%;
 margin-bottom: 40px;
}
@media (max-width: 767px) {
 footer .branches > div {
 width: 100%;
 margin-bottom: 20px;
 }
}
footer .branches > div > b {
 display: block;
}
footer .copyright {
 font-size: 10px;
 font-weight: 500;
 text-transform: uppercase;
 color: #292929;
 padding: 20px 0;
}
footer .copyright a {
 color: #292929 !important;
}
@media all and (max-width: 767px) {
 .row-offcanvas {
 position: relative;
 -moz-transition-duration: 0.2s;
 -webkit-transition-duration: 0.2s;
 -o-transition-duration: 0.2s;
 transition-duration: 0.2s;
 }
 .row-offcanvas-left,
 .sidebar-offcanvas {
 left: -230px;
 }
 .row-offcanvas-left.active {
 left: 230px;
 }
 .sidebar-offcanvas {
 position: absolute;
 top: 0;
 width: 230px !important;
 }
 .row-offcanvas-left {
 left: 0px;
 }
}
@media all and (max-width: 480px) {
 .col-xx-12 {
 width: 100%;
 float: none;
 }
}
@media all and (max-width: 380px) {
 .col-xxx-12 {
 width: 100%;
 float: none;
 }
}
.logo-print {
 display: none;
}
@media print {
 a[href]:after {
 display: none;
 }
 header,
 .footer,
 footer,
 .header-shop,
 .responsive-right,
 .buttons,
 #cokPyt,
 #carousel,
 .btn-offcanvas {
 display: none !important;
 }
 .logo-print {
 width: 100%;
 text-align: center;
 display: block;
 margin-top: 20px;
 margin-bottom: 20px;
 }
}
