padding-smallbody {
	background-image: none!important;
	background-color: white!important
}
.row {
	margin: 0
}
.text-center {
	text-align: center
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.fl, .float-left {
	float: left;
	margin: 10px 10px 10px 0
}
.fr, .float-right {
	float: right;
	margin: 10px 0 10px 10px
}
.valign-top {
	vertical-align: top
}
.valign-middle {
	vertical-align: middle
}
.valign-bottom {
	vertical-align: bottom
}
table.noborder td {
	border: 0px!important
}
table.center {
	margin: 0 auto
}
td.noborder {
	border: 0px!important
}
td.noborder td {
	border: 0px!important
}
img.border {
	border: 1px solid black
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}

.MyPopupCalendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color:#ffffff;
    color:#000000;
    padding:0px;
    margin-left:50px;
    width: 200px;
    height: 200px;
    font-size:14px
}

.MyPopupCalendar td {height:20px; margin: 0px; padding:20px }

.MyPopupCalendar .ajax__calendar_header {margin-top:4px; margin-bottom:4px }
.MyPopupCalendar .ajax__calendar_footer {padding:2px; margin:0px;}
.MyPopupCalendar .ajax__calendar_body {height:142px;width:180px;padding:0px; margin-left:14px;}
.MyPopupCalendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;padding:0px;margin:0px;}

.MyPopupCalendar .ajax__calendar_day {padding:0px;margin:0px;font-size:12px}
.MyPopupCalendar .ajax__calendar_month {border:1px solid #ffffff;}
.MyPopupCalendar .ajax__calendar_year {border:1px solid #ffffff;}

.MyPopupCalendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:navy; font-weight:600  }
.MyPopupCalendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.MyPopupCalendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.MyPopupCalendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;color:#646464;}
.MyPopupCalendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;color:#646464;}
.MyPopupCalendar .ajax__calendar_invalid .ajax__calendar_day {background-color:#ffffff;color:silver;text-decoration: line-through}


.MyPopupCalendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.MyPopupCalendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.MyPopupCalendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.MyPopupCalendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.MyPopupCalendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

.nopadding {
  padding: 0rem!important;
}

.padding-small {
  padding-top: 0.75rem; padding-left : 0.25rem; padding-right: 0.25rem
}

.rbSezItemSel {
    font-weight:600;
    padding: 4px 4px 2px 0px;
}

.rbSezItemNorm
{
    font-weight:400;
    padding: 4px 4px 2px 0px;
}

.radio-toolbar {
  margin: 0px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 1px 5px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    border: 1px solid #888;
    border-radius: 4px;
}

.radio-toolbar label:hover {
  background-color: #4486cc;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #cce9f9;
    border-color: #4486cc;

}


.myTableClass tr th {
    padding: 4px;
    border: 1px solid #eee;
    background-color: #f3f3f3

}

.myTableClass tr td {
    padding: 4px;
    border: 1px solid #eee;
}

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: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .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: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	-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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	-moz-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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@media print {
*, *: before, *: after {
	background: transparent!important;
	color: #000!important;
	-webkit-box-shadow: none!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
}
.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
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #111;
	background-color: #fff
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #ed1c24;
	text-decoration: none
}
a:hover, a:focus {
	color: #ed1c24;
	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 {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 4px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-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 #eee
}
.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
}
[role="button"] {
	cursor: pointer
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Impact, Charcoal, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.3333333;
	color: #000
}
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: 400;
	line-height: 1;
	color: #777
}
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: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10.5px
}
.lead {
	margin-bottom: 21px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width:768px) {
.lead {
	font-size: 21px
}
}
small, .small {
	font-size: 85%
}
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: #777
}
.text-primary {
	color: #df0b25
}
a.text-primary:hover, a.text-primary:focus {
	color: #ae091d
}
.text-success {
	color: #3c763d
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover, a.text-info:focus {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #df0b25
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #ae091d
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 9.5px;
	margin: 42px 0 21px;
	border-bottom: 1px solid #eee
}
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.5
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(/fonts/glyphicons-halflings-regular.eot);
	src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url(/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media (min-width:992px) {
.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 #777
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10.5px 21px;
	margin: 0 0 21px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
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.5;
	color: #777
}
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 #eee;
	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.5
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
	padding-right: 16px
}
@media (min-width:768px) {
.container {
	width: 752px
}
}
@media (min-width:992px) {
.container {
	width: 972px
}
}
@media (min-width:1200px) {
.container {
	width: 1172px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
	padding-right: 16px
}
.row {
	margin-left: -16px;
	margin-right: -16px
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30 {
	position: relative;
	min-height: 1px;
	padding-left: 16px;
	padding-right: 16px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30 {
	float: left
}
.col-xs-30 {
	width: 100%
}
.col-xs-29 {
	width: 96.66666667%
}
.col-xs-28 {
	width: 93.33333333%
}
.col-xs-27 {
	width: 90%
}
.col-xs-26 {
	width: 86.66666667%
}
.col-xs-25 {
	width: 83.33333333%
}
.col-xs-24 {
	width: 80%
}
.col-xs-23 {
	width: 76.66666667%
}
.col-xs-22 {
	width: 73.33333333%
}
.col-xs-21 {
	width: 70%
}
.col-xs-20 {
	width: 66.66666667%
}
.col-xs-19 {
	width: 63.33333333%
}
.col-xs-18 {
	width: 60%
}
.col-xs-17 {
	width: 56.66666667%
}
.col-xs-16 {
	width: 53.33333333%
}
.col-xs-15 {
	width: 50%
}
.col-xs-14 {
	width: 46.66666667%
}
.col-xs-13 {
	width: 43.33333333%
}
.col-xs-12 {
	width: 40%
}
.col-xs-11 {
	width: 36.66666667%
}
.col-xs-10 {
	width: 33.33333333%
}
.col-xs-9 {
	width: 30%
}
.col-xs-8 {
	width: 26.66666667%
}
.col-xs-7 {
	width: 23.33333333%
}
.col-xs-6 {
	width: 20%
}
.col-xs-5 {
	width: 16.66666667%
}
.col-xs-4 {
	width: 13.33333333%
}
.col-xs-3 {
	width: 10%
}
.col-xs-2 {
	width: 6.66666667%
}
.col-xs-1 {
	width: 3.33333333%
}
.col-xs-pull-30 {
	right: 100%
}
.col-xs-pull-29 {
	right: 96.66666667%
}
.col-xs-pull-28 {
	right: 93.33333333%
}
.col-xs-pull-27 {
	right: 90%
}
.col-xs-pull-26 {
	right: 86.66666667%
}
.col-xs-pull-25 {
	right: 83.33333333%
}
.col-xs-pull-24 {
	right: 80%
}
.col-xs-pull-23 {
	right: 76.66666667%
}
.col-xs-pull-22 {
	right: 73.33333333%
}
.col-xs-pull-21 {
	right: 70%
}
.col-xs-pull-20 {
	right: 66.66666667%
}
.col-xs-pull-19 {
	right: 63.33333333%
}
.col-xs-pull-18 {
	right: 60%
}
.col-xs-pull-17 {
	right: 56.66666667%
}
.col-xs-pull-16 {
	right: 53.33333333%
}
.col-xs-pull-15 {
	right: 50%
}
.col-xs-pull-14 {
	right: 46.66666667%
}
.col-xs-pull-13 {
	right: 43.33333333%
}
.col-xs-pull-12 {
	right: 40%
}
.col-xs-pull-11 {
	right: 36.66666667%
}
.col-xs-pull-10 {
	right: 33.33333333%
}
.col-xs-pull-9 {
	right: 30%
}
.col-xs-pull-8 {
	right: 26.66666667%
}
.col-xs-pull-7 {
	right: 23.33333333%
}
.col-xs-pull-6 {
	right: 20%
}
.col-xs-pull-5 {
	right: 16.66666667%
}
.col-xs-pull-4 {
	right: 13.33333333%
}
.col-xs-pull-3 {
	right: 10%
}
.col-xs-pull-2 {
	right: 6.66666667%
}
.col-xs-pull-1 {
	right: 3.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-30 {
	left: 100%
}
.col-xs-push-29 {
	left: 96.66666667%
}
.col-xs-push-28 {
	left: 93.33333333%
}
.col-xs-push-27 {
	left: 90%
}
.col-xs-push-26 {
	left: 86.66666667%
}
.col-xs-push-25 {
	left: 83.33333333%
}
.col-xs-push-24 {
	left: 80%
}
.col-xs-push-23 {
	left: 76.66666667%
}
.col-xs-push-22 {
	left: 73.33333333%
}
.col-xs-push-21 {
	left: 70%
}
.col-xs-push-20 {
	left: 66.66666667%
}
.col-xs-push-19 {
	left: 63.33333333%
}
.col-xs-push-18 {
	left: 60%
}
.col-xs-push-17 {
	left: 56.66666667%
}
.col-xs-push-16 {
	left: 53.33333333%
}
.col-xs-push-15 {
	left: 50%
}
.col-xs-push-14 {
	left: 46.66666667%
}
.col-xs-push-13 {
	left: 43.33333333%
}
.col-xs-push-12 {
	left: 40%
}
.col-xs-push-11 {
	left: 36.66666667%
}
.col-xs-push-10 {
	left: 33.33333333%
}
.col-xs-push-9 {
	left: 30%
}
.col-xs-push-8 {
	left: 26.66666667%
}
.col-xs-push-7 {
	left: 23.33333333%
}
.col-xs-push-6 {
	left: 20%
}
.col-xs-push-5 {
	left: 16.66666667%
}
.col-xs-push-4 {
	left: 13.33333333%
}
.col-xs-push-3 {
	left: 10%
}
.col-xs-push-2 {
	left: 6.66666667%
}
.col-xs-push-1 {
	left: 3.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-30 {
	margin-left: 100%
}
.col-xs-offset-29 {
	margin-left: 96.66666667%
}
.col-xs-offset-28 {
	margin-left: 93.33333333%
}
.col-xs-offset-27 {
	margin-left: 90%
}
.col-xs-offset-26 {
	margin-left: 86.66666667%
}
.col-xs-offset-25 {
	margin-left: 83.33333333%
}
.col-xs-offset-24 {
	margin-left: 80%
}
.col-xs-offset-23 {
	margin-left: 76.66666667%
}
.col-xs-offset-22 {
	margin-left: 73.33333333%
}
.col-xs-offset-21 {
	margin-left: 70%
}
.col-xs-offset-20 {
	margin-left: 66.66666667%
}
.col-xs-offset-19 {
	margin-left: 63.33333333%
}
.col-xs-offset-18 {
	margin-left: 60%
}
.col-xs-offset-17 {
	margin-left: 56.66666667%
}
.col-xs-offset-16 {
	margin-left: 53.33333333%
}
.col-xs-offset-15 {
	margin-left: 50%
}
.col-xs-offset-14 {
	margin-left: 46.66666667%
}
.col-xs-offset-13 {
	margin-left: 43.33333333%
}
.col-xs-offset-12 {
	margin-left: 40%
}
.col-xs-offset-11 {
	margin-left: 36.66666667%
}
.col-xs-offset-10 {
	margin-left: 33.33333333%
}
.col-xs-offset-9 {
	margin-left: 30%
}
.col-xs-offset-8 {
	margin-left: 26.66666667%
}
.col-xs-offset-7 {
	margin-left: 23.33333333%
}
.col-xs-offset-6 {
	margin-left: 20%
}
.col-xs-offset-5 {
	margin-left: 16.66666667%
}
.col-xs-offset-4 {
	margin-left: 13.33333333%
}
.col-xs-offset-3 {
	margin-left: 10%
}
.col-xs-offset-2 {
	margin-left: 6.66666667%
}
.col-xs-offset-1 {
	margin-left: 3.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30 {
	float: left
}
.col-sm-30 {
	width: 100%
}
.col-sm-29 {
	width: 96.66666667%
}
.col-sm-28 {
	width: 93.33333333%
}
.col-sm-27 {
	width: 90%
}
.col-sm-26 {
	width: 86.66666667%
}
.col-sm-25 {
	width: 83.33333333%
}
.col-sm-24 {
	width: 80%
}
.col-sm-23 {
	width: 76.66666667%
}
.col-sm-22 {
	width: 73.33333333%
}
.col-sm-21 {
	width: 70%
}
.col-sm-20 {
	width: 66.66666667%
}
.col-sm-19 {
	width: 63.33333333%
}
.col-sm-18 {
	width: 60%
}
.col-sm-17 {
	width: 56.66666667%
}
.col-sm-16 {
	width: 53.33333333%
}
.col-sm-15 {
	width: 50%
}
.col-sm-14 {
	width: 46.66666667%
}
.col-sm-13 {
	width: 43.33333333%
}
.col-sm-12 {
	width: 40%
}
.col-sm-11 {
	width: 36.66666667%
}
.col-sm-10 {
	width: 33.33333333%
}
.col-sm-9 {
	width: 30%
}
.col-sm-8 {
	width: 26.66666667%
}
.col-sm-7 {
	width: 23.33333333%
}
.col-sm-6 {
	width: 20%
}
.col-sm-5 {
	width: 16.66666667%
}
.col-sm-4 {
	width: 13.33333333%
}
.col-sm-3 {
	width: 10%
}
.col-sm-2 {
	width: 6.66666667%
}
.col-sm-1 {
	width: 3.33333333%
}
.col-sm-pull-30 {
	right: 100%
}
.col-sm-pull-29 {
	right: 96.66666667%
}
.col-sm-pull-28 {
	right: 93.33333333%
}
.col-sm-pull-27 {
	right: 90%
}
.col-sm-pull-26 {
	right: 86.66666667%
}
.col-sm-pull-25 {
	right: 83.33333333%
}
.col-sm-pull-24 {
	right: 80%
}
.col-sm-pull-23 {
	right: 76.66666667%
}
.col-sm-pull-22 {
	right: 73.33333333%
}
.col-sm-pull-21 {
	right: 70%
}
.col-sm-pull-20 {
	right: 66.66666667%
}
.col-sm-pull-19 {
	right: 63.33333333%
}
.col-sm-pull-18 {
	right: 60%
}
.col-sm-pull-17 {
	right: 56.66666667%
}
.col-sm-pull-16 {
	right: 53.33333333%
}
.col-sm-pull-15 {
	right: 50%
}
.col-sm-pull-14 {
	right: 46.66666667%
}
.col-sm-pull-13 {
	right: 43.33333333%
}
.col-sm-pull-12 {
	right: 40%
}
.col-sm-pull-11 {
	right: 36.66666667%
}
.col-sm-pull-10 {
	right: 33.33333333%
}
.col-sm-pull-9 {
	right: 30%
}
.col-sm-pull-8 {
	right: 26.66666667%
}
.col-sm-pull-7 {
	right: 23.33333333%
}
.col-sm-pull-6 {
	right: 20%
}
.col-sm-pull-5 {
	right: 16.66666667%
}
.col-sm-pull-4 {
	right: 13.33333333%
}
.col-sm-pull-3 {
	right: 10%
}
.col-sm-pull-2 {
	right: 6.66666667%
}
.col-sm-pull-1 {
	right: 3.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-30 {
	left: 100%
}
.col-sm-push-29 {
	left: 96.66666667%
}
.col-sm-push-28 {
	left: 93.33333333%
}
.col-sm-push-27 {
	left: 90%
}
.col-sm-push-26 {
	left: 86.66666667%
}
.col-sm-push-25 {
	left: 83.33333333%
}
.col-sm-push-24 {
	left: 80%
}
.col-sm-push-23 {
	left: 76.66666667%
}
.col-sm-push-22 {
	left: 73.33333333%
}
.col-sm-push-21 {
	left: 70%
}
.col-sm-push-20 {
	left: 66.66666667%
}
.col-sm-push-19 {
	left: 63.33333333%
}
.col-sm-push-18 {
	left: 60%
}
.col-sm-push-17 {
	left: 56.66666667%
}
.col-sm-push-16 {
	left: 53.33333333%
}
.col-sm-push-15 {
	left: 50%
}
.col-sm-push-14 {
	left: 46.66666667%
}
.col-sm-push-13 {
	left: 43.33333333%
}
.col-sm-push-12 {
	left: 40%
}
.col-sm-push-11 {
	left: 36.66666667%
}
.col-sm-push-10 {
	left: 33.33333333%
}
.col-sm-push-9 {
	left: 30%
}
.col-sm-push-8 {
	left: 26.66666667%
}
.col-sm-push-7 {
	left: 23.33333333%
}
.col-sm-push-6 {
	left: 20%
}
.col-sm-push-5 {
	left: 16.66666667%
}
.col-sm-push-4 {
	left: 13.33333333%
}
.col-sm-push-3 {
	left: 10%
}
.col-sm-push-2 {
	left: 6.66666667%
}
.col-sm-push-1 {
	left: 3.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-30 {
	margin-left: 100%
}
.col-sm-offset-29 {
	margin-left: 96.66666667%
}
.col-sm-offset-28 {
	margin-left: 93.33333333%
}
.col-sm-offset-27 {
	margin-left: 90%
}
.col-sm-offset-26 {
	margin-left: 86.66666667%
}
.col-sm-offset-25 {
	margin-left: 83.33333333%
}
.col-sm-offset-24 {
	margin-left: 80%
}
.col-sm-offset-23 {
	margin-left: 76.66666667%
}
.col-sm-offset-22 {
	margin-left: 73.33333333%
}
.col-sm-offset-21 {
	margin-left: 70%
}
.col-sm-offset-20 {
	margin-left: 66.66666667%
}
.col-sm-offset-19 {
	margin-left: 63.33333333%
}
.col-sm-offset-18 {
	margin-left: 60%
}
.col-sm-offset-17 {
	margin-left: 56.66666667%
}
.col-sm-offset-16 {
	margin-left: 53.33333333%
}
.col-sm-offset-15 {
	margin-left: 50%
}
.col-sm-offset-14 {
	margin-left: 46.66666667%
}
.col-sm-offset-13 {
	margin-left: 43.33333333%
}
.col-sm-offset-12 {
	margin-left: 40%
}
.col-sm-offset-11 {
	margin-left: 36.66666667%
}
.col-sm-offset-10 {
	margin-left: 33.33333333%
}
.col-sm-offset-9 {
	margin-left: 30%
}
.col-sm-offset-8 {
	margin-left: 26.66666667%
}
.col-sm-offset-7 {
	margin-left: 23.33333333%
}
.col-sm-offset-6 {
	margin-left: 20%
}
.col-sm-offset-5 {
	margin-left: 16.66666667%
}
.col-sm-offset-4 {
	margin-left: 13.33333333%
}
.col-sm-offset-3 {
	margin-left: 10%
}
.col-sm-offset-2 {
	margin-left: 6.66666667%
}
.col-sm-offset-1 {
	margin-left: 3.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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30 {
	float: left
}
.col-md-30 {
	width: 100%
}
.col-md-29 {
	width: 96.66666667%
}
.col-md-28 {
	width: 93.33333333%
}
.col-md-27 {
	width: 90%
}
.col-md-26 {
	width: 86.66666667%
}
.col-md-25 {
	width: 83.33333333%
}
.col-md-24 {
	width: 80%
}
.col-md-23 {
	width: 76.66666667%
}
.col-md-22 {
	width: 73.33333333%
}
.col-md-21 {
	width: 70%
}
.col-md-20 {
	width: 66.66666667%
}
.col-md-19 {
	width: 63.33333333%
}
.col-md-18 {
	width: 60%
}
.col-md-17 {
	width: 56.66666667%
}
.col-md-16 {
	width: 53.33333333%
}
.col-md-15 {
	width: 50%
}
.col-md-14 {
	width: 46.66666667%
}
.col-md-13 {
	width: 43.33333333%
}
.col-md-12 {
	width: 40%
}
.col-md-11 {
	width: 36.66666667%
}
.col-md-10 {
	width: 33.33333333%
}
.col-md-9 {
	width: 30%
}
.col-md-8 {
	width: 26.66666667%
}
.col-md-7 {
	width: 23.33333333%
}
.col-md-6 {
	width: 20%
}
.col-md-5 {
	width: 16.66666667%
}
.col-md-4 {
	width: 13.33333333%
}
.col-md-3 {
	width: 10%
}
.col-md-2 {
	width: 6.66666667%
}
.col-md-1 {
	width: 3.33333333%
}
.col-md-pull-30 {
	right: 100%
}
.col-md-pull-29 {
	right: 96.66666667%
}
.col-md-pull-28 {
	right: 93.33333333%
}
.col-md-pull-27 {
	right: 90%
}
.col-md-pull-26 {
	right: 86.66666667%
}
.col-md-pull-25 {
	right: 83.33333333%
}
.col-md-pull-24 {
	right: 80%
}
.col-md-pull-23 {
	right: 76.66666667%
}
.col-md-pull-22 {
	right: 73.33333333%
}
.col-md-pull-21 {
	right: 70%
}
.col-md-pull-20 {
	right: 66.66666667%
}
.col-md-pull-19 {
	right: 63.33333333%
}
.col-md-pull-18 {
	right: 60%
}
.col-md-pull-17 {
	right: 56.66666667%
}
.col-md-pull-16 {
	right: 53.33333333%
}
.col-md-pull-15 {
	right: 50%
}
.col-md-pull-14 {
	right: 46.66666667%
}
.col-md-pull-13 {
	right: 43.33333333%
}
.col-md-pull-12 {
	right: 40%
}
.col-md-pull-11 {
	right: 36.66666667%
}
.col-md-pull-10 {
	right: 33.33333333%
}
.col-md-pull-9 {
	right: 30%
}
.col-md-pull-8 {
	right: 26.66666667%
}
.col-md-pull-7 {
	right: 23.33333333%
}
.col-md-pull-6 {
	right: 20%
}
.col-md-pull-5 {
	right: 16.66666667%
}
.col-md-pull-4 {
	right: 13.33333333%
}
.col-md-pull-3 {
	right: 10%
}
.col-md-pull-2 {
	right: 6.66666667%
}
.col-md-pull-1 {
	right: 3.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-30 {
	left: 100%
}
.col-md-push-29 {
	left: 96.66666667%
}
.col-md-push-28 {
	left: 93.33333333%
}
.col-md-push-27 {
	left: 90%
}
.col-md-push-26 {
	left: 86.66666667%
}
.col-md-push-25 {
	left: 83.33333333%
}
.col-md-push-24 {
	left: 80%
}
.col-md-push-23 {
	left: 76.66666667%
}
.col-md-push-22 {
	left: 73.33333333%
}
.col-md-push-21 {
	left: 70%
}
.col-md-push-20 {
	left: 66.66666667%
}
.col-md-push-19 {
	left: 63.33333333%
}
.col-md-push-18 {
	left: 60%
}
.col-md-push-17 {
	left: 56.66666667%
}
.col-md-push-16 {
	left: 53.33333333%
}
.col-md-push-15 {
	left: 50%
}
.col-md-push-14 {
	left: 46.66666667%
}
.col-md-push-13 {
	left: 43.33333333%
}
.col-md-push-12 {
	left: 40%
}
.col-md-push-11 {
	left: 36.66666667%
}
.col-md-push-10 {
	left: 33.33333333%
}
.col-md-push-9 {
	left: 30%
}
.col-md-push-8 {
	left: 26.66666667%
}
.col-md-push-7 {
	left: 23.33333333%
}
.col-md-push-6 {
	left: 20%
}
.col-md-push-5 {
	left: 16.66666667%
}
.col-md-push-4 {
	left: 13.33333333%
}
.col-md-push-3 {
	left: 10%
}
.col-md-push-2 {
	left: 6.66666667%
}
.col-md-push-1 {
	left: 3.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-30 {
	margin-left: 100%
}
.col-md-offset-29 {
	margin-left: 96.66666667%
}
.col-md-offset-28 {
	margin-left: 93.33333333%
}
.col-md-offset-27 {
	margin-left: 90%
}
.col-md-offset-26 {
	margin-left: 86.66666667%
}
.col-md-offset-25 {
	margin-left: 83.33333333%
}
.col-md-offset-24 {
	margin-left: 80%
}
.col-md-offset-23 {
	margin-left: 76.66666667%
}
.col-md-offset-22 {
	margin-left: 73.33333333%
}
.col-md-offset-21 {
	margin-left: 70%
}
.col-md-offset-20 {
	margin-left: 66.66666667%
}
.col-md-offset-19 {
	margin-left: 63.33333333%
}
.col-md-offset-18 {
	margin-left: 60%
}
.col-md-offset-17 {
	margin-left: 56.66666667%
}
.col-md-offset-16 {
	margin-left: 53.33333333%
}
.col-md-offset-15 {
	margin-left: 50%
}
.col-md-offset-14 {
	margin-left: 46.66666667%
}
.col-md-offset-13 {
	margin-left: 43.33333333%
}
.col-md-offset-12 {
	margin-left: 40%
}
.col-md-offset-11 {
	margin-left: 36.66666667%
}
.col-md-offset-10 {
	margin-left: 33.33333333%
}
.col-md-offset-9 {
	margin-left: 30%
}
.col-md-offset-8 {
	margin-left: 26.66666667%
}
.col-md-offset-7 {
	margin-left: 23.33333333%
}
.col-md-offset-6 {
	margin-left: 20%
}
.col-md-offset-5 {
	margin-left: 16.66666667%
}
.col-md-offset-4 {
	margin-left: 13.33333333%
}
.col-md-offset-3 {
	margin-left: 10%
}
.col-md-offset-2 {
	margin-left: 6.66666667%
}
.col-md-offset-1 {
	margin-left: 3.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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30 {
	float: left
}
.col-lg-30 {
	width: 100%
}
.col-lg-29 {
	width: 96.66666667%
}
.col-lg-28 {
	width: 93.33333333%
}
.col-lg-27 {
	width: 90%
}
.col-lg-26 {
	width: 86.66666667%
}
.col-lg-25 {
	width: 83.33333333%
}
.col-lg-24 {
	width: 80%
}
.col-lg-23 {
	width: 76.66666667%
}
.col-lg-22 {
	width: 73.33333333%
}
.col-lg-21 {
	width: 70%
}
.col-lg-20 {
	width: 66.66666667%
}
.col-lg-19 {
	width: 63.33333333%
}
.col-lg-18 {
	width: 60%
}
.col-lg-17 {
	width: 56.66666667%
}
.col-lg-16 {
	width: 53.33333333%
}
.col-lg-15 {
	width: 50%
}
.col-lg-14 {
	width: 46.66666667%
}
.col-lg-13 {
	width: 43.33333333%
}
.col-lg-12 {
	width: 40%
}
.col-lg-11 {
	width: 36.66666667%
}
.col-lg-10 {
	width: 33.33333333%
}
.col-lg-9 {
	width: 30%
}
.col-lg-8 {
	width: 26.66666667%
}
.col-lg-7 {
	width: 23.33333333%
}
.col-lg-6 {
	width: 20%
}
.col-lg-5 {
	width: 16.66666667%
}
.col-lg-4 {
	width: 13.33333333%
}
.col-lg-3 {
	width: 10%
}
.col-lg-2 {
	width: 6.66666667%
}
.col-lg-1 {
	width: 3.33333333%
}
.col-lg-pull-30 {
	right: 100%
}
.col-lg-pull-29 {
	right: 96.66666667%
}
.col-lg-pull-28 {
	right: 93.33333333%
}
.col-lg-pull-27 {
	right: 90%
}
.col-lg-pull-26 {
	right: 86.66666667%
}
.col-lg-pull-25 {
	right: 83.33333333%
}
.col-lg-pull-24 {
	right: 80%
}
.col-lg-pull-23 {
	right: 76.66666667%
}
.col-lg-pull-22 {
	right: 73.33333333%
}
.col-lg-pull-21 {
	right: 70%
}
.col-lg-pull-20 {
	right: 66.66666667%
}
.col-lg-pull-19 {
	right: 63.33333333%
}
.col-lg-pull-18 {
	right: 60%
}
.col-lg-pull-17 {
	right: 56.66666667%
}
.col-lg-pull-16 {
	right: 53.33333333%
}
.col-lg-pull-15 {
	right: 50%
}
.col-lg-pull-14 {
	right: 46.66666667%
}
.col-lg-pull-13 {
	right: 43.33333333%
}
.col-lg-pull-12 {
	right: 40%
}
.col-lg-pull-11 {
	right: 36.66666667%
}
.col-lg-pull-10 {
	right: 33.33333333%
}
.col-lg-pull-9 {
	right: 30%
}
.col-lg-pull-8 {
	right: 26.66666667%
}
.col-lg-pull-7 {
	right: 23.33333333%
}
.col-lg-pull-6 {
	right: 20%
}
.col-lg-pull-5 {
	right: 16.66666667%
}
.col-lg-pull-4 {
	right: 13.33333333%
}
.col-lg-pull-3 {
	right: 10%
}
.col-lg-pull-2 {
	right: 6.66666667%
}
.col-lg-pull-1 {
	right: 3.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-30 {
	left: 100%
}
.col-lg-push-29 {
	left: 96.66666667%
}
.col-lg-push-28 {
	left: 93.33333333%
}
.col-lg-push-27 {
	left: 90%
}
.col-lg-push-26 {
	left: 86.66666667%
}
.col-lg-push-25 {
	left: 83.33333333%
}
.col-lg-push-24 {
	left: 80%
}
.col-lg-push-23 {
	left: 76.66666667%
}
.col-lg-push-22 {
	left: 73.33333333%
}
.col-lg-push-21 {
	left: 70%
}
.col-lg-push-20 {
	left: 66.66666667%
}
.col-lg-push-19 {
	left: 63.33333333%
}
.col-lg-push-18 {
	left: 60%
}
.col-lg-push-17 {
	left: 56.66666667%
}
.col-lg-push-16 {
	left: 53.33333333%
}
.col-lg-push-15 {
	left: 50%
}
.col-lg-push-14 {
	left: 46.66666667%
}
.col-lg-push-13 {
	left: 43.33333333%
}
.col-lg-push-12 {
	left: 40%
}
.col-lg-push-11 {
	left: 36.66666667%
}
.col-lg-push-10 {
	left: 33.33333333%
}
.col-lg-push-9 {
	left: 30%
}
.col-lg-push-8 {
	left: 26.66666667%
}
.col-lg-push-7 {
	left: 23.33333333%
}
.col-lg-push-6 {
	left: 20%
}
.col-lg-push-5 {
	left: 16.66666667%
}
.col-lg-push-4 {
	left: 13.33333333%
}
.col-lg-push-3 {
	left: 10%
}
.col-lg-push-2 {
	left: 6.66666667%
}
.col-lg-push-1 {
	left: 3.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-30 {
	margin-left: 100%
}
.col-lg-offset-29 {
	margin-left: 96.66666667%
}
.col-lg-offset-28 {
	margin-left: 93.33333333%
}
.col-lg-offset-27 {
	margin-left: 90%
}
.col-lg-offset-26 {
	margin-left: 86.66666667%
}
.col-lg-offset-25 {
	margin-left: 83.33333333%
}
.col-lg-offset-24 {
	margin-left: 80%
}
.col-lg-offset-23 {
	margin-left: 76.66666667%
}
.col-lg-offset-22 {
	margin-left: 73.33333333%
}
.col-lg-offset-21 {
	margin-left: 70%
}
.col-lg-offset-20 {
	margin-left: 66.66666667%
}
.col-lg-offset-19 {
	margin-left: 63.33333333%
}
.col-lg-offset-18 {
	margin-left: 60%
}
.col-lg-offset-17 {
	margin-left: 56.66666667%
}
.col-lg-offset-16 {
	margin-left: 53.33333333%
}
.col-lg-offset-15 {
	margin-left: 50%
}
.col-lg-offset-14 {
	margin-left: 46.66666667%
}
.col-lg-offset-13 {
	margin-left: 43.33333333%
}
.col-lg-offset-12 {
	margin-left: 40%
}
.col-lg-offset-11 {
	margin-left: 36.66666667%
}
.col-lg-offset-10 {
	margin-left: 33.33333333%
}
.col-lg-offset-9 {
	margin-left: 30%
}
.col-lg-offset-8 {
	margin-left: 26.66666667%
}
.col-lg-offset-7 {
	margin-left: 23.33333333%
}
.col-lg-offset-6 {
	margin-left: 20%
}
.col-lg-offset-5 {
	margin-left: 16.66666667%
}
.col-lg-offset-4 {
	margin-left: 13.33333333%
}
.col-lg-offset-3 {
	margin-left: 10%
}
.col-lg-offset-2 {
	margin-left: 6.66666667%
}
.col-lg-offset-1 {
	margin-left: 3.33333333%
}
.col-lg-offset-0 {
	margin-left: 0%
}
}
table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	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.5;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.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 #ddd
}
.table .table {
	background-color: #fff
}
.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 #ddd
}
.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 #ddd
}
.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: .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 #ddd
}
.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: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 3px;
	line-height: normal
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.5;
	color: #111
}
.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #111;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-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: #ed1c24;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237,28,36,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237,28,36,.6)
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #999
}
.form-control::-webkit-input-placeholder {
	color: #999
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type="search"] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	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: 30px
}
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: 46px
}
}
.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: 400;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: 0px;
	margin-top: 4px ;
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	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;
	min-height: 35px
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 33px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
	height: auto
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 39px;
	padding: 11px 16px;
	font-size: 18px;
	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, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.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;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(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;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(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;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(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: #505050
}
@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: -16px;
	margin-right: -16px
}
@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: 16px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 18px
}
}
@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 12px
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	-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: #111;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #111;
	background-color: #fff;
	border-color: #333
}
.btn-default:focus, .btn-default.focus {
	color: #111;
	background-color: #e6e6e6;
	border-color: #000
}
.btn-default:hover {
	color: #111;
	background-color: #e6e6e6;
	border-color: #141414
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #111;
	background-color: #e6e6e6;
	border-color: #141414
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
	color: #111;
	background-color: #d4d4d4;
	border-color: #000
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-image: none
}
.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 {
	background-color: #fff;
	border-color: #333
}
.btn-default .badge {
	color: #fff;
	background-color: #111
}
.btn-primary {
	color: #fff;
	background-color: #df0b25;
	border-color: transparent
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #ae091d;
	border-color: rgba(0,0,0,0)
}
.btn-primary:hover {
	color: #fff;
	background-color: #ae091d;
	border-color: rgba(0,0,0,0)
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ae091d;
	border-color: rgba(0,0,0,0)
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #8c0717;
	border-color: rgba(0,0,0,0)
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.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 {
	background-color: #df0b25;
	border-color: transparent
}
.btn-primary .badge {
	color: #df0b25;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #2ecc71;
	border-color: transparent
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #25a25a;
	border-color: rgba(0,0,0,0)
}
.btn-success:hover {
	color: #fff;
	background-color: #25a25a;
	border-color: rgba(0,0,0,0)
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #25a25a;
	border-color: rgba(0,0,0,0)
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #1e854a;
	border-color: rgba(0,0,0,0)
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	background-image: none
}
.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 {
	background-color: #2ecc71;
	border-color: transparent
}
.btn-success .badge {
	color: #2ecc71;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #063570;
	border-color: transparent
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #031e40;
	border-color: rgba(0,0,0,0)
}
.btn-info:hover {
	color: #fff;
	background-color: #031e40;
	border-color: rgba(0,0,0,0)
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #031e40;
	border-color: rgba(0,0,0,0)
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #020e1e;
	border-color: rgba(0,0,0,0)
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	background-image: none
}
.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 {
	background-color: #063570;
	border-color: transparent
}
.btn-info .badge {
	color: #063570;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #9b59b6;
	border-color: transparent
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #804399;
	border-color: rgba(0,0,0,0)
}
.btn-warning:hover {
	color: #fff;
	background-color: #804399;
	border-color: rgba(0,0,0,0)
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #804399;
	border-color: rgba(0,0,0,0)
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #6b3880;
	border-color: rgba(0,0,0,0)
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.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 {
	background-color: #9b59b6;
	border-color: transparent
}
.btn-warning .badge {
	color: #9b59b6;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #e74c3c;
	border-color: transparent
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #d62c1a;
	border-color: rgba(0,0,0,0)
}
.btn-danger:hover {
	color: #fff;
	background-color: #d62c1a;
	border-color: rgba(0,0,0,0)
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d62c1a;
	border-color: rgba(0,0,0,0)
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #b62516;
	border-color: rgba(0,0,0,0)
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}
.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 {
	background-color: #e74c3c;
	border-color: transparent
}
.btn-danger .badge {
	color: #e74c3c;
	background-color: #fff
}
.btn-link {
	color: #ed1c24;
	font-weight: 400;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}
.btn-link:hover, .btn-link:focus {
	color: #ed1c24;
	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: #777;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 3px
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
.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: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
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;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-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 dashed;
	border-top: 4px solid \9;
	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: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-background-clip: padding-box;
	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: 400;
	line-height: 1.5;
	color: #333;
	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: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #df0b25
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #777
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #777;
	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 dashed;
	border-bottom: 4px solid \9;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media (min-width:992px) {
.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, .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 {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.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 .form-control:focus {
	z-index: 3
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #111;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 2px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 4px
}
.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 {
	z-index: 2;
	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: #eee
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #ed1c24
}
.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 #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	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: 3px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 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: #fff
}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 3px
}
.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: #fff;
	background-color: #df0b25
}
.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: 3px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 85px;
	margin-bottom: 21px;
	border: 1px solid transparent
}
@media (min-width:992px) {
.navbar {
	border-radius: 3px
}
}
@media (min-width:992px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 16px;
	padding-left: 16px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}
@media (min-width:992px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}
@media (max-device-width:480px) 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: -16px;
	margin-left: -16px
}
@media (min-width:992px) {
.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:992px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media (min-width:992px) {
.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: 32px 16px;
	font-size: 18px;
	line-height: 21px;
	height: 85px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@media (min-width:992px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -16px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 16px;
	padding: 9px 10px;
	margin-top: 25.5px;
	margin-bottom: 25.5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}
.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:992px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 16px -16px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 21px
}
@media (max-width:991px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	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:992px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 32px;
	padding-bottom: 32px
}
}
.navbar-form {
	margin-left: -16px;
	margin-right: -16px;
	padding: 10px 16px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	margin-top: 25px;
	margin-bottom: 25px
}
@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:991px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
.navbar-form .form-group:last-child {
	margin-bottom: 0
}
}
@media (min-width:992px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 25px;
	margin-bottom: 25px
}
.navbar-btn.btn-sm {
	margin-top: 27.5px;
	margin-bottom: 27.5px
}
.navbar-btn.btn-xs {
	margin-top: 31.5px;
	margin-bottom: 31.5px
}
.navbar-text {
	margin-top: 32px;
	margin-bottom: 32px
}
@media (min-width:992px) {
.navbar-text {
	float: left;
	margin-left: 16px;
	margin-right: 16px
}
}
@media (min-width:992px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important;
	margin-right: -16px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.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: #555
}
@media (max-width:991px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #333;
	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: #555;
	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: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-default .btn-link {
	color: #777
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333
}
.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: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	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: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.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: #fff
}
@media (max-width:991px) {
.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: #fff;
	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: #fff;
	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: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #9d9d9d
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff
}
.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: #444
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 21px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 3px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 21px 0;
	border-radius: 3px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #ed1c24;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 2;
	color: #ed1c24;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #df0b25;
	border-color: #df0b25;
	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: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}
.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: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.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: #777;
	background-color: #fff;
	cursor: not-allowed
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
.label-default {
	background-color: #777
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e
}
.label-primary {
	background-color: #df0b25
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #ae091d
}
.label-success {
	background-color: #2ecc71
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #25a25a
}
.label-info {
	background-color: #063570
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #031e40
}
.label-warning {
	background-color: #9b59b6
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #804399
}
.label-danger {
	background-color: #e74c3c
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #d62c1a
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.btn-xs .badge, .btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #ed1c24;
	background-color: #fff
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 4px;
	padding-left: 16px;
	padding-right: 16px
}
.jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 63px
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 21px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-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: #ed1c24
}
.thumbnail .caption {
	padding: 9px;
	color: #111
}
.alert {
	padding: 15px;
	margin-bottom: 21px;
	border: 1px solid transparent;
	border-radius: 3px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: 700
}
.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
}
}
@-o-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: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	background-color: #df0b25;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-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,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	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: #2ecc71
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #063570
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #9b59b6
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #e74c3c
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.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-object.img-thumbnail {
	max-width: none
}
.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: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
a.list-group-item, button.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}
button.list-group-item {
	width: 100%;
	text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	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: #777
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #df0b25;
	border-color: #df0b25
}
.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: #fcbac2
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.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, button.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.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, button.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.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, button.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.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: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding: 15px
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	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 #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}
.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: 2px;
	border-top-left-radius: 2px
}
.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: 2px;
	border-bottom-left-radius: 2px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.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: 2px;
	border-top-left-radius: 2px
}
.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: 2px;
	border-top-right-radius: 2px
}
.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: 2px
}
.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: 2px
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}
.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: 2px;
	border-bottom-right-radius: 2px
}
.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: 2px
}
.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: 2px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}
.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: 3px
}
.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 #ddd
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}
.panel-primary {
	border-color: #df0b25
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #df0b25;
	border-color: #df0b25
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #df0b25
}
.panel-primary>.panel-heading .badge {
	color: #df0b25;
	background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #df0b25
}
.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-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.well-lg {
	padding: 24px;
	border-radius: 4px
}
.well-sm {
	padding: 9px;
	border-radius: 2px
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .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: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-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;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-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: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.5
}
.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 {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: .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: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 3px
}
.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: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.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-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 3px 3px 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: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.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-header:before, .modal-header: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-header: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
}
.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!important
}
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!important
}
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!important
}
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!important
}
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!important
}
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
}
}
@media (min-width:1468px) {
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-13, .col-xlg-14, .col-xlg-15, .col-xlg-16, .col-xlg-17, .col-xlg-18, .col-xlg-19, .col-xlg-20, .col-xlg-21, .col-xlg-22, .col-xlg-23, .col-xlg-24, .col-xlg-25, .col-xlg-26, .col-xlg-27, .col-xlg-28, .col-xlg-29, .col-xlg-30 {
	float: left
}
.col-xlg-30 {
	width: 100%
}
.col-xlg-29 {
	width: 96.66666667%
}
.col-xlg-28 {
	width: 93.33333333%
}
.col-xlg-27 {
	width: 90%
}
.col-xlg-26 {
	width: 86.66666667%
}
.col-xlg-25 {
	width: 83.33333333%
}
.col-xlg-24 {
	width: 80%
}
.col-xlg-23 {
	width: 76.66666667%
}
.col-xlg-22 {
	width: 73.33333333%
}
.col-xlg-21 {
	width: 70%
}
.col-xlg-20 {
	width: 66.66666667%
}
.col-xlg-19 {
	width: 63.33333333%
}
.col-xlg-18 {
	width: 60%
}
.col-xlg-17 {
	width: 56.66666667%
}
.col-xlg-16 {
	width: 53.33333333%
}
.col-xlg-15 {
	width: 50%
}
.col-xlg-14 {
	width: 46.66666667%
}
.col-xlg-13 {
	width: 43.33333333%
}
.col-xlg-12 {
	width: 40%
}
.col-xlg-11 {
	width: 36.66666667%
}
.col-xlg-10 {
	width: 33.33333333%
}
.col-xlg-9 {
	width: 30%
}
.col-xlg-8 {
	width: 26.66666667%
}
.col-xlg-7 {
	width: 23.33333333%
}
.col-xlg-6 {
	width: 20%
}
.col-xlg-5 {
	width: 16.66666667%
}
.col-xlg-4 {
	width: 13.33333333%
}
.col-xlg-3 {
	width: 10%
}
.col-xlg-2 {
	width: 6.66666667%
}
.col-xlg-1 {
	width: 3.33333333%
}
.col-xlg-pull-30 {
	right: 100%
}
.col-xlg-pull-29 {
	right: 96.66666667%
}
.col-xlg-pull-28 {
	right: 93.33333333%
}
.col-xlg-pull-27 {
	right: 90%
}
.col-xlg-pull-26 {
	right: 86.66666667%
}
.col-xlg-pull-25 {
	right: 83.33333333%
}
.col-xlg-pull-24 {
	right: 80%
}
.col-xlg-pull-23 {
	right: 76.66666667%
}
.col-xlg-pull-22 {
	right: 73.33333333%
}
.col-xlg-pull-21 {
	right: 70%
}
.col-xlg-pull-20 {
	right: 66.66666667%
}
.col-xlg-pull-19 {
	right: 63.33333333%
}
.col-xlg-pull-18 {
	right: 60%
}
.col-xlg-pull-17 {
	right: 56.66666667%
}
.col-xlg-pull-16 {
	right: 53.33333333%
}
.col-xlg-pull-15 {
	right: 50%
}
.col-xlg-pull-14 {
	right: 46.66666667%
}
.col-xlg-pull-13 {
	right: 43.33333333%
}
.col-xlg-pull-12 {
	right: 40%
}
.col-xlg-pull-11 {
	right: 36.66666667%
}
.col-xlg-pull-10 {
	right: 33.33333333%
}
.col-xlg-pull-9 {
	right: 30%
}
.col-xlg-pull-8 {
	right: 26.66666667%
}
.col-xlg-pull-7 {
	right: 23.33333333%
}
.col-xlg-pull-6 {
	right: 20%
}
.col-xlg-pull-5 {
	right: 16.66666667%
}
.col-xlg-pull-4 {
	right: 13.33333333%
}
.col-xlg-pull-3 {
	right: 10%
}
.col-xlg-pull-2 {
	right: 6.66666667%
}
.col-xlg-pull-1 {
	right: 3.33333333%
}
.col-xlg-pull-0 {
	right: auto
}
.col-xlg-push-30 {
	left: 100%
}
.col-xlg-push-29 {
	left: 96.66666667%
}
.col-xlg-push-28 {
	left: 93.33333333%
}
.col-xlg-push-27 {
	left: 90%
}
.col-xlg-push-26 {
	left: 86.66666667%
}
.col-xlg-push-25 {
	left: 83.33333333%
}
.col-xlg-push-24 {
	left: 80%
}
.col-xlg-push-23 {
	left: 76.66666667%
}
.col-xlg-push-22 {
	left: 73.33333333%
}
.col-xlg-push-21 {
	left: 70%
}
.col-xlg-push-20 {
	left: 66.66666667%
}
.col-xlg-push-19 {
	left: 63.33333333%
}
.col-xlg-push-18 {
	left: 60%
}
.col-xlg-push-17 {
	left: 56.66666667%
}
.col-xlg-push-16 {
	left: 53.33333333%
}
.col-xlg-push-15 {
	left: 50%
}
.col-xlg-push-14 {
	left: 46.66666667%
}
.col-xlg-push-13 {
	left: 43.33333333%
}
.col-xlg-push-12 {
	left: 40%
}
.col-xlg-push-11 {
	left: 36.66666667%
}
.col-xlg-push-10 {
	left: 33.33333333%
}
.col-xlg-push-9 {
	left: 30%
}
.col-xlg-push-8 {
	left: 26.66666667%
}
.col-xlg-push-7 {
	left: 23.33333333%
}
.col-xlg-push-6 {
	left: 20%
}
.col-xlg-push-5 {
	left: 16.66666667%
}
.col-xlg-push-4 {
	left: 13.33333333%
}
.col-xlg-push-3 {
	left: 10%
}
.col-xlg-push-2 {
	left: 6.66666667%
}
.col-xlg-push-1 {
	left: 3.33333333%
}
.col-xlg-push-0 {
	left: auto
}
.col-xlg-offset-30 {
	margin-left: 100%
}
.col-xlg-offset-29 {
	margin-left: 96.66666667%
}
.col-xlg-offset-28 {
	margin-left: 93.33333333%
}
.col-xlg-offset-27 {
	margin-left: 90%
}
.col-xlg-offset-26 {
	margin-left: 86.66666667%
}
.col-xlg-offset-25 {
	margin-left: 83.33333333%
}
.col-xlg-offset-24 {
	margin-left: 80%
}
.col-xlg-offset-23 {
	margin-left: 76.66666667%
}
.col-xlg-offset-22 {
	margin-left: 73.33333333%
}
.col-xlg-offset-21 {
	margin-left: 70%
}
.col-xlg-offset-20 {
	margin-left: 66.66666667%
}
.col-xlg-offset-19 {
	margin-left: 63.33333333%
}
.col-xlg-offset-18 {
	margin-left: 60%
}
.col-xlg-offset-17 {
	margin-left: 56.66666667%
}
.col-xlg-offset-16 {
	margin-left: 53.33333333%
}
.col-xlg-offset-15 {
	margin-left: 50%
}
.col-xlg-offset-14 {
	margin-left: 46.66666667%
}
.col-xlg-offset-13 {
	margin-left: 43.33333333%
}
.col-xlg-offset-12 {
	margin-left: 40%
}
.col-xlg-offset-11 {
	margin-left: 36.66666667%
}
.col-xlg-offset-10 {
	margin-left: 33.33333333%
}
.col-xlg-offset-9 {
	margin-left: 30%
}
.col-xlg-offset-8 {
	margin-left: 26.66666667%
}
.col-xlg-offset-7 {
	margin-left: 23.33333333%
}
.col-xlg-offset-6 {
	margin-left: 20%
}
.col-xlg-offset-5 {
	margin-left: 16.66666667%
}
.col-xlg-offset-4 {
	margin-left: 13.33333333%
}
.col-xlg-offset-3 {
	margin-left: 10%
}
.col-xlg-offset-2 {
	margin-left: 6.66666667%
}
.col-xlg-offset-1 {
	margin-left: 3.33333333%
}
.col-xlg-offset-0 {
	margin-left: 0%
}
}
.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.slider.slider-horizontal {
	width: 230px;
	height: 20px
}
.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0
}
.slider.slider-horizontal .slider-selection {
	height: 100%;
	top: 0;
	bottom: 0
}
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
	margin-top: -5px
}
.slider.slider-horizontal .slider-handle.triangle {
	border-width: 0 10px 10px 10px;
	width: 0;
	height: 0;
	border-bottom-color: #0480be;
	margin-top: 0
}
.slider.slider-vertical {
	height: 210px;
	width: 20px
}
.slider.slider-vertical .slider-track {
	width: 10px;
	height: 100%;
	margin-left: -5px;
	left: 50%;
	top: 0
}
.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0
}
.slider.slider-vertical .slider-handle {
	margin-left: -5px;
	margin-top: -10px
}
.slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0 10px 10px;
	width: 1px;
	height: 1px;
	border-left-color: #0480be;
	margin-left: 0
}
.slider input {
	display: none
}
.slider .tooltip-inner {
	white-space: nowrap
}
.slider-track {
	position: absolute;
	cursor: pointer;
	background-color: #B3B3B3;
background-image: linear-gradient(to bottom,
#8A8A8A,
	#B3B3B3);
	background-repeat: repeat-x;
	filter: progid;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.slider-selection {
	position: absolute;
	background-color: #b3b3b3;
background-image: linear-gradient(to bottom,
#8a8a8a,
	#b3b3b3);
	background-repeat: repeat-x;
	filter: progid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.slider-handle {
	position: absolute;
	width: 29px;
	height: 19px;
	background-color: transparent;
	background-image: url(img/slider-min.png);
	background-repeat: no-repeat;
	filter: progid;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	opacity: .95;
	border: 0 solid transparent
}
.slider-handle.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.slider-handle.triangle {
	background: transparent none
}
.slider-handle:last-child {
	background-image: url(../img/slider-max.png)
}
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,
	#eeeeee), color-stop(.5,white));
background-image: -webkit-linear-gradient(center bottom,
	#eeeeee 0%,white 50%);
background-image: -moz-linear-gradient(center bottom,
	#eeeeee 0%,white 50%);
background-image: -o-linear-gradient(bottom,
#eeeeee 0%,
	#ffffff 50%);
background-image: -ms-linear-gradient(top,
#ffffff 0%,
	#eeeeee 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
background-image: linear-gradient(top,
#ffffff 0%,
	#eeeeee 50%)
}
.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,
	#eeeeee), color-stop(.9,white));
background-image: -webkit-linear-gradient(center bottom,
	#eeeeee 0%,white 90%);
background-image: -moz-linear-gradient(center bottom,
	#eeeeee 0%,white 90%);
background-image: -o-linear-gradient(bottom,
	#eeeeee 0%,white 90%);
background-image: -ms-linear-gradient(top,
#eeeeee 0%,
	#ffffff 90%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
background-image: linear-gradient(top,
#eeeeee 0%,
	#ffffff 90%)
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px
}
.select2-container .select2-choice>.select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url(../img/select2.png) right top no-repeat;
	cursor: pointer;
	outline: 0
}
.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block
}
.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer
}
.select2-drop-undermask {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
	background-color: transparent;
	filter: alpha(opacity=0)
}
.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0)
}
.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0,0,0,.15)
}
.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto
}
.select2-drop-auto-width .select2-search {
	padding-top: 4px
}
.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
	box-shadow: 0 -4px 5px rgba(0,0,0,.15)
}
.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: none
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb
}
.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #ccc;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,
#ccc), color-stop(.6,
	#eee));
background-image: -webkit-linear-gradient(center bottom,
#ccc 0%,
	#eee 60%);
background-image: -moz-linear-gradient(center bottom,
#ccc 0%,
	#eee 60%);
background-image: -o-linear-gradient(bottom,
#ccc 0%,
	#eee 60%);
background-image: -ms-linear-gradient(top,
#cccccc 0%,
	#eeeeee 60%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
background-image: linear-gradient(top,
#cccccc 0%,
	#eeeeee 60%)
}
.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/select2.png) no-repeat 0 1px
}
.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap
}
.select2-search input {
	width: 100%;
	height: auto!important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff url(../img/select2.png) no-repeat 100% -22px;
background: url(../img/select2.png) no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(.85,white), color-stop(.99,
	#eeeeee));
background: url(../img/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom,white 85%,
	#eeeeee 99%);
background: url(../img/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom,white 85%,
	#eeeeee 99%);
background: url(../img/select2.png) no-repeat 100% -22px, -o-linear-gradient(bottom,white 85%,
	#eeeeee 99%);
background: url(../img/select2.png) no-repeat 100% -22px, -ms-linear-gradient(top,
#ffffff 85%,
	#eeeeee 99%);
background: url(../img/select2.png) no-repeat 100% -22px, linear-gradient(top,
#ffffff 85%,
	#eeeeee 99%)
}
.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px
}
.select2-search input.select2-active {
	background: #fff url(../img/select2-spinner.gif) no-repeat 100%;
background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(.85,white), color-stop(.99,
	#eeeeee));
background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom,white 85%,
	#eeeeee 99%);
background: url(../img/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom,white 85%,
	#eeeeee 99%);
background: url(../img/select2-spinner.gif) no-repeat 100%, -o-linear-gradient(bottom,white 85%,
	#eeeeee 99%);
background: url(../img/select2-spinner.gif) no-repeat 100%, -ms-linear-gradient(top,
#ffffff 85%,
	#eeeeee 99%);
background: url(../img/select2-spinner.gif) no-repeat 100%, linear-gradient(top,
#ffffff 85%,
	#eeeeee 99%)
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	background-color: #eee;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,white), color-stop(.5,
	#eeeeee));
background-image: -webkit-linear-gradient(center bottom,white 0%,
	#eeeeee 50%);
background-image: -moz-linear-gradient(center bottom,white 0%,
	#eeeeee 50%);
background-image: -o-linear-gradient(bottom,white 0%,
	#eeeeee 50%);
background-image: -ms-linear-gradient(top,
#ffffff 0%,
	#eeeeee 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
background-image: linear-gradient(top,
#ffffff 0%,
	#eeeeee 50%)
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white), color-stop(.5,
	#eeeeee));
background-image: -webkit-linear-gradient(center top,white 0%,
	#eeeeee 50%);
background-image: -moz-linear-gradient(center top,white 0%,
	#eeeeee 50%);
background-image: -o-linear-gradient(top,white 0%,
	#eeeeee 50%);
background-image: -ms-linear-gradient(bottom,
#ffffff 0%,
	#eeeeee 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
background-image: linear-gradient(bottom,
#ffffff 0%,
	#eeeeee 50%)
}
.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none
}
.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px
}
.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0
}
.select2-results ul.select2-result-sub>li .select2-result-label {
	padding-left: 20px
}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 40px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 60px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 80px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 100px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 110px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 120px
}
.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none
}
.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: 700
}
.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff
}
.select2-results li em {
	background: #feffde;
	font-style: normal
}
.select2-results .select2-highlighted em {
	background: transparent
}
.select2-results .select2-highlighted ul {
	background: white;
	color: #000
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item
}
.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default
}
.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default
}
.select2-results .select2-selected {
	display: none
}
.select2-more-results.select2-active {
	background: #f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%
}
.select2-more-results {
	background: #f4f4f4;
	display: list-item
}
.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0
}
.select2-container.select2-container-disabled .select2-choice abbr {
	display: none
}
.select2-container-multi .select2-choices {
	height: auto!important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,
#eeeeee), color-stop(15%,
	#ffffff));
background-image: -webkit-linear-gradient(top,
#eeeeee 1%,
	#ffffff 15%);
background-image: -moz-linear-gradient(top,
#eeeeee 1%,
	#ffffff 15%);
background-image: -o-linear-gradient(top,
#eeeeee 1%,
	#ffffff 15%);
background-image: -ms-linear-gradient(top,
#eeeeee 1%,
	#ffffff 15%);
background-image: linear-gradient(top,
#eeeeee 1%,
	#ffffff 15%)
}
.select2-locked {
	padding: 3px 5px 3px 5px!important
}
.select2-container-multi .select2-choices {
	min-height: 26px
}
.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.select2-container-multi .select2-choices li {
	float: left;
	list-style: none
}
.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent!important
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url(../img/select2-spinner.gif) no-repeat 100%!important
}
.select2-default {
	color: #999!important
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,
#f4f4f4), color-stop(50%,
#f0f0f0), color-stop(52%,
#e8e8e8), color-stop(100%,
	#eeeeee));
background-image: -webkit-linear-gradient(top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
	#eeeeee 100%);
background-image: -moz-linear-gradient(top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
	#eeeeee 100%);
background-image: -o-linear-gradient(top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
	#eeeeee 100%);
background-image: -ms-linear-gradient(top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
	#eeeeee 100%);
background-image: linear-gradient(top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
	#eeeeee 100%)
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4
}
.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	background: url(../img/select2.png) right top no-repeat
}
.select2-container-multi .select2-search-choice-close {
	left: 3px
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px
}
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
	text-decoration: underline
}
.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	outline: 0;
	left: 0
}
.select2-display-none {
	display: none
}
.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
	background-image: url(../img/select2x2.png)!important;
	background-repeat: no-repeat!important;
	background-size: 60px 40px!important
}
.select2-search input {
	background-position: 100% -21px!important
}
}
body {
	background-color: #f5f5f5!important
}
#mainImage {
	visibility: hidden
}
#comparisonPanel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: white;
	padding: 10px 0;
	z-index: 1000
}
.gone {
	display: none
}
ul.list.gone {
	display: none
}
li.open ul.list {
	display: block
}
aside .filters ul li ul {
	padding: 0!important
}
aside .filters .showMore {
	display: block
}
aside .filters .hideMore {
	display: none
}
aside .filters .notExpandable .showMore {
	display: none
}
aside .filters .notExpandable .hideMore {
	display: none
}
aside .filters .open .showMore {
	display: none
}
aside .filters .open .hideMore {
	display: block
}
.clearFilter, .showMore, .hideMore {
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	margin: 5px 0 10px 0
}
.clearFilter {
	padding-top: 10px;
	position: absolute;
	top: 47px;
	right: 40px;
	z-index: 9
}
.pac-container {
	z-index: 1060!important
}
.variantAttributeWrapper {
	position: relative
}
.variantValidationMessage {
	position: absolute;
	background: black;
	color: white;
	border-top: 2px solid #df0b25;
	padding: 7px;
	display: none;
	z-index: 10
}
.p-0.reservation-text {
	font-size: 13px;
	padding-top: 15px!important
}
.reservation-text span {
	text-decoration: underline;
	color: #DF0B25;
	cursor: pointer
}
#reservationContentDelivery #storeList.list a.red-link {
	text-decoration: underline;
	color: #DF0B25;
	font-weight: 400
}
.cta-subarticle .nadpis {
	font-size: 13px;
	font-weight: 700;
	color: #DF0B25
}
.cta-subarticle .text a {
	font-size: 13px;
	color: black;
	text-decoration: underline
}
.cta-subarticle .text {
	font-size: 13px;
	margin-top: 10px
}
.list .resetLink {
	width: auto!important;
	display: inline-block!important;
	margin-left: 30px;
	text-transform: lowercase
}
#storeDetailBlock.reservationBlock {
	width: 100%!important
}
.products .bx-default-pager {
	display: none
}
.promo-box-link {
	color: black
}
.label.nejnovejsi {
	background: #063570
}
#scrollUp {
	bottom: 20px;
	right: 20px;
	padding: 10px 20px;
	background: #D5D5D5;
	color: #fff;
	width: 50px
}
.label-int.invisible-label {
	opacity: 0
}
.label-int {
	font-size: 12px;
	color: #787878;
	margin-bottom: 5px;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}
.stock .on-order {
	color: #E97A21
}
.w-50 {
	width: 50%!important
}
.cart-input.note {
	color: #aaa;
	font-size: 13px
}
.article-submenu a {
	color: black;
	font-size: 12px
}
.article-submenu .sub-open a::before {
	color: red;
	content: "|";
	position: absolute;
	font-size: 15px;
	left: 10px;
	font-weight: 700
}
.product-detail-info::before {
	display: inline-block;
	color: white;
	content: "i";
	background: #df0b25;
	text-transform: lowercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 20px;
	text-align: center;
	margin-right: 5px
}
.product-detail-info.variantOrder {
	font-size: 12px
}
.product-detail-info.variantOrder::before {
	font-weight: 700
}
.mobile-btn-cart .badge {
	background-color: #DF0B25;
	color: white;
	margin-left: 10px
}
.brandTree img {
	max-height: 50px
}
.navbar-search .products-list li ul.brandList li a {
	height: 100px;
	font-weight: 400
}
.categories .brandList li {
	width: 20%
}
.categories li.brandCategory {
	margin-bottom: 20px!important;
	text-align: center;
	font-weight: 400;
	border-right: 1px solid #ddd;
	height: 120px
}
.download-pdf {
	display: flex;
	justify-content: flex-start;
	margin-top: -40px;
	margin-bottom: 35px;
	margin-left: 400px
}
.download-pdf__link {
	padding-left: 63px;
	display: inline-flex;
	vertical-align: middle;
	flex-direction: column;
	color: black;
	justify-content: center;
	font: 11px "Arial", sans-serif;
	line-height: 15px;
	position: relative;
	margin-right: 57px
}
.download-pdf__link:last-of-type {
	margin-right: 0
}
.download-pdf__link:hover {
	color: black
}
.download-pdf__link::before {
	content: attr(data-text);
	display: block;
	width: 52px;
	position: absolute;
	left: 0;
	height: 70px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font: 11px "Arial", sans-serif;
	background-color: #DF0B25;
	background-image: url(../img/pdf_icon_bg.png);
	background-position: center 34px;
	background-repeat: no-repeat;
	padding-top: 15px
}
.download-pdf__link--secondary::before {
	background-color: #AFAFAF;
	background-image: url(../img/pdf_icon_bg2.png)
}
.products-list li ul li.list-action {
	width: 100%;
	text-align: center;
	height: auto
}
.products-list li ul li.list-action a.download-pdf__link {
	display: inline-flex;
	height: auto;
	font-size: 11px!important;
	padding-left: 63px!important;
	text-align: left!important;
	flex-direction: column;
	align-items: flex-start;
	text-transform: none;
	box-shadow: none
}
.products-list li ul li.list-action a.download-pdf__link:hover {
	box-shadow: none
}
.products-list li ul li.list-action a.download-pdf__link span {
	margin: 0
}
.brandSigns {
	text-align: center;
	margin: 10px auto
}
.brandSigns li {
	display: inline-block;
	text-align: center;
	font-weight: 700
}
.brandSigns li a {
	color: black;
	text-decoration: underline;
	margin: 0 5px
}
.brandSigns li a.active {
	color: #DF0B25;
	border: 1px solid #DF0B25;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 5px
}
.brandCategory img {
	max-height: 50px
}
.brandImage {
	vertical-align: top
}
.brandButtons {
	margin-top: 0
}
.brandButtons a {
	color: black;
	border: 1px solid black;
	display: inline-block;
	width: auto;
	padding: 9px 30px;
	margin-right: 15px;
	text-transform: uppercase
}
.brandButtons a.btn-primary {
	color: white;
	border: 0 solid #DF0B25;
	padding: 10px 30px
}
@media (max-width:1200px) {
.brandButtons {
	margin-top: 10px;
	padding-left: 0
}
.brandButtons a {
	color: black;
	border: 1px solid black
}
}
@media (max-width:768px) {
.brandButtons a {
	float: none;
	margin: 10px auto
}
}
@media (max-width:767px) {
.download-pdf {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0;
	justify-content: center
}
}
@media (max-width:991px) {
.aside-poradna {
	padding: 0!important
}
.poradna-menu .icon-bar {
	background-color: #063570;
	display: block;
	width: 32px;
	height: 2px;
	border-radius: 1px;
	margin: 0 auto
}
}
.brandList li.allBrands {
	width: 100%!important
}
.brandList li.allBrands a {
	padding: 0px!important;
	height: auto!important;
	text-decoration: underline
}
.brandList li.allBrands a:hover {
	box-shadow: none!important;
	border: none!important;
	color: #DF0B25
}
.article-submenu a.active {
	color: #DF0B25
}
.poradna-menu {
	margin: 0;
	text-align: center;
	float: none;
	width: 100%;
	background: white;
	font-weight: 700;
	padding: 15px 0 15px 0
}
.poradna-menu .text {
	text-transform: uppercase;
	font-size: 12px
}
#navbar-collapse-poradna {
	padding: 0
}
.hp-category>li {
	height: 281px!important
}
.hp-category>li a {
	padding: 0 0 0 0px!important
}
.hp-category .text {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	text-transform: uppercase;
	padding-top: 20px
}
.hp-category img {
	display: block;
	margin: 0 auto;
	width: 200px
}
.hp-category .text:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #df0b25;
	margin: 4px auto 7px
}
.hp-category-slide .bx-wrapper .bx-controls-direction a {
	top: 145px!important
}
.no-top-slider {
	margin-top: 0px!important
}
main.errorPage>.row, main.errorPage .row-content {
	min-height: 820px;
	background: url(../img/error_page_bg.jpg) no-repeat;
	background-size: auto 100%;
	padding: 0!important
}
main.errorPage h1 {
	font-family: 'Arial', sans-serif;
	font-size: 200px;
	font-weight: 400;
	margin-top: 75px;
	text-align: center;
	color: #303030;
	line-height: 1
}
main.errorPage h1 span {
	display: block;
	font-size: 96px;
	text-transform: lowercase
}
main.errorPage h1::after {
	display: none
}
main.errorPage .errorPage__content {
	margin-top: 120px;
	position: relative
}
main.errorPage .errorPage__content__text {
	color: white;
	font: 48px "Arial", sans-serif;
	text-align: center
}
main.errorPage .errorPage__content__text a {
	color: white;
	text-decoration: underline
}
main.errorPage .errorPage__content__text a:hover {
	text-decoration: none
}
main.errorPage .errorPage__content__link {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -80px;
	background-size: 100% 100%;
	background-repeat: no-repeat
}
main.errorPage .errorPage__content__link--search {
	background-image: url(../img/search_link_bg.png);
	left: 100px
}
main.errorPage .errorPage__content__link--contact {
	background-image: url(../img/contact_link_bg.png);
	right: 100px
}
.hidden-label input[type="radio"], .hidden-label input[type="checkbox"] {
	display: inline-block;
	margin-right: 3px
}
.hidden-label input[type="radio"]+label, .hidden-label input[type="checkbox"]+label {
	max-width: 97%;
	vertical-align: top
}
@media (max-width:1467px) {
main.errorPage>.row, main.errorPage .row-content {
	min-height: 765px
}
main.errorPage h1 {
	margin-top: 33px
}
main.errorPage .errorPage__content__link {
	bottom: -135px
}
main.errorPage .errorPage__content__text {
	font-size: 38px
}
}
@media (max-width:1199px) {
main.errorPage h1 {
	margin-top: 40px
}
}
@media (max-width:991px) {
main.errorPage h1 {
	font-size: 130px
}
main.errorPage h1 span {
	font-size: 46px
}
main.errorPage .errorPage__content {
	margin-top: 150px
}
main.errorPage .errorPage__content__text {
	font-size: 30px
}
}
@media (max-width:580px) {
main.errorPage .errorPage__content__link {
	width: 70px;
	height: 70px
}
main.errorPage .errorPage__content__link--search {
	left: 20px
}
main.errorPage .errorPage__content__link--contact {
	right: 20px
}
}
body .left {
	float: left;
	max-width: 100%
}
body .right {
	float: right;
	max-width: 100%
}
body .clear {
	clear: both
}
body .force-left {
	float: left!important
}
body .force-right {
	float: right!important
}
body .text-left {
	text-align: left
}
body .text-right {
	text-align: right
}
body .text-center {
	text-align: center
}
body .text-justify {
	text-align: justify
}
body .center {
	display: block;
	margin: 0 auto
}
body .vertical-top {
	vertical-align: top
}
body .vertical-bottom {
	vertical-align: bottom
}
body .vertical-middle {
	vertical-align: middle
}
body .hide, .js .hide-if-js, .no-js .hide-if-no-js, body .fade-in-onload {
	display: none
}
body .force-hide, .js .force-hide-if-js, .no-js .force-hide-if-no-js {
	display: none!important
}
body .hidden, .js .hidden-if-js, .no-js .hidden-if-no-js, body .invisible, .js .invisible-if-js, .no-js .invisible-if-no-js {
	visibility: hidden
}
body.android .hide-if-android, body.ios .hide-if-ios {
	display: none!important
}
body .block {
	display: block
}
body .inline-block {
	display: inline-block
}
body .inline {
	display: inline
}
.nomargin {
	margin: 0!important
}
.blind, .bf, .preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -4000px
}
.ie:not(#oldie) input:focus, .ie:not(#oldie) textarea:focus, .ie:not(#oldie) select:focus {
	outline: none
}
.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
big, .big {
	font-size: 1.11em;
	line-height: 0;
	padding: 0 1px;
	white-space: nowrap
}
.divider {
	padding: 0 .3em
}
.longwords {
	word-wrap: break-word
}
.nobr, nobr {
	white-space: nowrap
}
.thin {
	font-size: .8em
}
.hair {
	font-size: .5em
}
.skiplinks {
	clip: rect(0 8000px 400px 0);
	overflow: visible;
	width: auto;
	left: -4000px
}
.skiplinks a:focus {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: block;
	padding: 1em 3em;
	background: #111;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}
:lang(cs) q,:lang(sk) q,:lang(hu) q {
	quotes: '\201e' '\201c' '\201a' '\2018'
}
:lang(de) q {
	quotes: '\201e' '\201c' '\00bb' '\00ab'
}
:lang(ru) q {
	quotes: '\00ab' '\00bb' '\201e' '\201c'
}
:lang(fr) q {
	quotes: '\00ab' '\00bb' '\2018' '\201d'
}
:lang(pl) q {
	quotes: '\201e' '\201d' '\00ab' '\00bb'
}
q:before {
	content: open-quote
}
q:after {
	content: close-quote
}
:lang(cs) q q q:before,:lang(sk) q q q:before,:lang(hu) q q q:before {
	content: '\00bb'
}
:lang(cs) q q q:after,:lang(sk) q q q:after,:lang(hu) q q q:after {
	content: '\00ab'
}
:lang(pl) q q q:before {
	content: '\201e'
}
:lang(pl) q q q:after {
	content: '\201c'
}
@media (max-width:480px) {
.android-lt4 .nav-collapse {
	-webkit-transform: none
}
}
input.btn-lg {
	padding: 11px 16px
}
input.btn-sm {
	padding: 7px 10px 6px
}
input.btn-xs {
	padding: 3px 5px 2px
}
.mozilla input.btn, .opera input.btn {
	padding: 8px 12px 7px
}
.mozilla input.btn-lg, .opera input.btn-lg {
	padding: 11px 16px
}
.mozilla input.btn-sm, .opera input.btn-sm {
	padding: 7px 10px 6px
}
.mozilla input.btn-xs, .opera input.btn-xs {
	padding: 3px 5px 2px
}
.radio~.radio, .checkbox~.checkbox {
	margin-top: -5px
}
.btn {
	text-decoration: none!important;
	outline: none!important
}
[data-toggle="collapse"] {
	cursor: pointer
}
.no-js .collapse {
	display: block
}
.no-js table.collapse {
	display: table
}
.no-js b.collapse, .no-js i.collapse, .no-js strong.collapse, .no-js em.collapse, .no-js span.collapse {
	display: inline
}
.no-js .modal {
	display: block;
	opacity: 1;
	box-shadow: none;
	position: static;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible
}
.no-js .modal .modal-dialog {
	padding: 0;
	width: auto;
	transform: none
}
.modal-open .modal, .modal button.close {
	outline: none!important
}
input {
	-webkit-backface-visibility: hidden
}
body .container {
	*max-width: 960px!important
}
body.mceContentBody img::selection {
	background: transparent
}
body.mceContentBody img {
	max-width: none
}
@media print {
body .text-left {
	text-align: left
}
body .text-right {
	text-align: right
}
body .text-center {
	text-align: center
}
body .center {
	display: block;
	margin: 0 auto
}
body .vertical-top {
	vertical-align: top
}
body .vertical-bottom {
	vertical-align: bottom
}
body .vertical-middle {
	vertical-align: middle
}
body .hide, .js .hide-if-js, .no-js .hide-if-no-js {
	display: none
}
body .fade-in-onload {
	display: block
}
.noprint, .no-print, .bf {
	display: none!important
}
.print {
	display: inline-block!important
}
.page-break-after {
	page-break-after: always
}
.page-break-before {
	page-break-before: always
}
.no-break-inside {
	page-break-inside: avoid
}
a[href^="http"]:after, a[href^="ftp"]:after, a[href^="mailto"]:after, a[href^="git"]:after, a[href^="irc"]:after, a[href^="skype"]:after, a[href^="svn"]:after, a[href^="sms"]:after {
	content: " [" attr(href) "]";
	font-family: monospace;
	font-size: 85%;
	font-weight: 400
}
.header a[href]:after {
	content: '';
	display: none
}
abbr[title]:after {
	content: " [" attr(title) "]";
	font-size: 85%;
	font-weight: 400
}
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;
	border: 0
}
@page {
	margin: .5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
big, .big {
	font-size: 1.11em;
	line-height: 0;
	padding: 0 1px;
	white-space: nowrap
}
.divider {
	padding: 0 .3em
}
.footer {
	border-top: 1px solid #000;
	margin-top: 2em;
	padding-top: 1em
}
ul.list, ul.list li {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.list li {
	margin-bottom: 2em
}
}
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing:before, .reset-box-sizing:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
span.skype_pnh_container {
	display: none!important
}
span.skype_pnh_print_container {
	display: inline!important
}
.body.ios input[type="text"], .body.ios input::-webkit-input-placeholder, .body.ios input[placeholder], .body.ios input[type="number"], .body.ios textarea, .body.ios select {
	font-size: 16px!important
}
@media (max-width:1024px) {
body.responsive #top {
	overflow: hidden
}
}
.safari input[placeholder] {
	line-height: normal!important
}
a, label, input, select, textarea, button {
	-ms-touch-action: none!important
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1
}
.bx-wrapper img {
	max-width: 100%;
	display: block
}
.bx-wrapper .bx-viewport {
	border: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000
}
.bx-wrapper .bx-prev {
	left: -10px;
	background: #000 url(data: image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQxRTYwNzZFMjgzNDExRTY5N0FERUFBNjlBM0Q2RjFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQxRTYwNzZGMjgzNDExRTY5N0FERUFBNjlBM0Q2RjFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDFFNjA3NkMyODM0MTFFNjk3QURFQUE2OUEzRDZGMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDFFNjA3NkQyODM0MTFFNjk3QURFQUE2OUEzRDZGMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4jxQciAAAAWElEQVR42uTUMQoAIAwDQOP//xwXB7cmGEWw0PVoaShItmT1Fq4nQM6OgExOuGLYBSVMBWVMAS2sAm3seg7hxEWd0EaVlXEi2DLqHEVC3SuX8cF/D3YIMABi8xMf22gHYAAAAABJRU5ErkJggg==) no-repeat center center;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s
}
.bx-wrapper .bx-next {
	right: -10px;
	background: #000 url(data: image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVCOUUyN0ZBMjgzNDExRTY4NDJDRDI0Q0I0NzBDRUI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVCOUUyN0ZCMjgzNDExRTY4NDJDRDI0Q0I0NzBDRUI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUI5RTI3RjgyODM0MTFFNjg0MkNEMjRDQjQ3MENFQjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUI5RTI3RjkyODM0MTFFNjg0MkNEMjRDQjQ3MENFQjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7noX91AAAAi0lEQVR42mL8//8/AzUBEwOVAV0NBIXFF1INZMQThr+AmBWI/wExMzUMBIE/SIYxUsNAmNcZiDWUmEhBNuQutWIZZqgSEB+hVrKBGWoNxAeonQ7ZKYkUGPiH5EpGSl34iRjDiDXwHRDzEptsWAjIk5yw8bnwN9Swf8QaRsjAn1CamVqFwzAtYAECDADtxCG3soVEegAAAABJRU5ErkJggg==) no-repeat center center;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background-color: #666
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 185px;
	margin-top: -22px;
	outline: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	z-index: 9;
	border-radius: 4px
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80,80,80,.75);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}
@font-face {
	font-family: 'FontAwesome';
	src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
@keyframes fa-spin {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}
.fa-flip-vertical {
	-ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}
html {
	overflow-y: scroll
}
body {
	position: relative;
	background-color: #f5f5f5!important
}
::selection {
	background: rgba(0,153,255,.99);
	color: #fff
}
::-moz-selection {
	background: #09f;
	color: #fff
}
.disable-selection {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}
a:hover, a:focus, a:active {
	outline: none
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #555!important;
	opacity: 1
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #555!important;
	opacity: 1
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #555!important
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #555!important
}
.append-bottom {
	margin-bottom: 2em
}
.append-top {
	margin-top: 2em
}
body, .tooltip, .popover, h5, h6, .h5, .h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: Oswald, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
h1, .h1 {
	line-height: 1.27777;
	text-transform: uppercase
}
h2, .h2 {
	text-transform: uppercase
}
html.wf-loading:not(.wf-active) body, html.wf-loading:not(.wf-active) .tooltip, html.wf-loading:not(.wf-active) .popover {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important
}
html.wf-loading:not(.wf-active) h1, html.wf-loading:not(.wf-active) h2, html.wf-loading:not(.wf-active) h3, html.wf-loading:not(.wf-active) .h1, html.wf-loading:not(.wf-active) .h2, html.wf-loading:not(.wf-active) .h3 {
	font-family: Impact, Charcoal, 'Helvetica Neue', Helvetica, Arial, sans-serif!important
}
.lead {
	font-weight: 400;
	font-size: 20px
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.6), only screen and (min-device-pixel-ratio:1.6) {
}
.container {
}
.container-semi-fluid {
	width: auto!important
}
.container-semi-fluid {
	max-width: 1170px;
	min-width: 970px
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media (min-width:1468px) {
.container {
	width: 1440px
}
}
.trans, .nav a, .navi a, .body input, .body textarea, .btn, header a img, footer a img,
#main-content a img, ul.order li a, .navbar-top .navbar-right .right a, .navbar-search .buttons>li>a, .detail ul.actions a {
	-webkit-transition-property: color, opacity, background-color, border-color, box-shadow;
	-moz-transition-property: color, opacity, background-color, border-color, box-shadow;
	-o-transition-property: color, opacity, background-color, border-color, box-shadow;
	transition-property: color, opacity, background-color, border-color, box-shadow;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.trans-ease, .body .btn {
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}
.notrans, .btn:focus, .btn:active, .btn.active, [disabled], .disabled, body.preloading * {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: all 0 linear;
	transition: none
}
.collapsing {
	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease
}
.fade {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear
}
.modal-backdrop.in {
	opacity: .5
}
.modal-backdrop {
	background-color: #000;
	z-index: 1040
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	transform: translate(0,-25%);
	-webkit-transition: -webkit-transform 0.25s ease-out;
	-moz-transition: -moz-transform 0.25s ease-out;
	-o-transition: -o-transform 0.25s ease-out;
	transition: transform 0.25s ease-out
}
.modal.fade.static .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: -webkit-transform 0.25s ease-out;
	-moz-transition: -moz-transform 0.25s ease-out;
	-o-transition: -o-transform 0.25s ease-out;
	transition: transform 0.25s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0)
}
.modal.fade.zoomin .modal-dialog {
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out
}
.modal.in.zoomin .modal-dialog {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.modal-custom-heading {
	margin-top: -30px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 40px;
	background: #FFF;
	font-size: 26px;
	text-transform: uppercase;
	padding: 30px 25px
}
.modal-custom-heading .fa-close {
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 40px;
	cursor: pointer
}
.modal-custom-heading-green {
	background: #2ecd71;
	color: #FFF
}
.modal-custom-icon {
	margin-bottom: 30px
}
.modal-custom-button .btn {
	margin: 0 auto;
	display: inline-block
}
.order .not-active .headline td {
	background: #FFFFFF!important;
	color: #000000!important
}
.order .not-active tr {
	display: none!important
}
.order .not-active tr.headline {
	display: table-row!important
}
p+h4, p+.h4, table+h4, table+.h4 {
	margin-top: 15px
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, h1+h2, h2+h3, h3+h4, h4+h5, h5+h6, h1+.h2, h2+.h3, h3+.h4, h4+.h5, h5+.h6, .h1+h2, .h2+h3, .h3+h4, .h4+h5, .h5+h6, .h1+.h2, .h2+.h3, .h3+.h4, .h4+.h5, .h5+.h6, .first-title {
	margin-top: 0
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a, .h1>a, .h2>a, .h3>a, .h4>a, .h5>a, .h6>a {
	color: inherit
}
p, address {
	margin-bottom: 1em
}
ul, ol {
	margin-bottom: 1em;
	margin-right: 3%
}
h5, .h5 {
	font-size: 18px
}
.center {
	text-align: center
}
.table {
	margin-top: 1em;
	margin-bottom: 1em
}
.table.table-auto {
	width: auto;
	min-width: 50%
}
.table-responsive .table {
	margin-top: 0
}
.table-responsive {
	border: 0
}
@media (min-width:768px) {
.table.table-fixed {
	table-layout: fixed
}
.table.table-fixed th, .table.table-fixed td {
	width: 50%
}
}
@media (max-width:767px) {
.table-responsive .table {
	margin-bottom: 0;
	width: auto
}
}
.btn {
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 14px;
	padding-right: 14px
}
.btn-x {
	padding: 11px 20px
}
.btn-lg, .btn-group-lg>.btn {
	padding-left: 28px;
	padding-right: 28px
}
.btn-lg.btn-x, .btn-group-lg>.btn.btn-x {
	padding: 14px 68px
}
.btn-xs, .btn-group-xs>.btn {
	padding-left: 8px;
	padding-right: 8px
}
.webkit .btn-sm, .webkit .btn-group-sm>.btn {
	padding-top: 6px;
	padding-bottom: 4px
}
.webkit .btn-xs, .webkit .btn-group-xs>.btn {
	padding-top: 2px;
	padding-bottom: 0
}
.btn-o {
	background: transparent
}
.btn-o-negative {
	color: #fff!important;
	border-color: #fff!important
}
.btn-o:hover, .btn-o:focus {
	background: rgba(0,0,0,.2)
}
.btn-o:active {
	background: rgba(0,0,0,.3)!important
}
.btn-o-negative:hover, .btn-o-negative:focus {
	background: rgba(255,255,255,.4)
}
.btn-o-negative:active {
	background: rgba(255,255,255,.5)!important
}
.btn-primary.btn-o {
	color: #df0b25!important;
	border-color: #df0b25!important
}
.btn-primary.btn-o:hover, .btn-primary.btn-o:focus {
	background: rgba(223,11,37,.3)
}
.btn-primary.btn-o:active {
	background: rgba(223,11,37,.4)!important
}
.btn-success.btn-o {
	color: #2ecc71!important;
	border-color: #2ecc71!important
}
.btn-success.btn-o:hover, .btn-success.btn-o:focus {
	background: rgba(46,204,113,.3)
}
.btn-success.btn-o:active {
	background: rgba(46,204,113,.4)!important
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .form-group.disabled .btn {
	opacity: .5
}
.btn-primary.disabled, .btn-primary[disabled] {
	background: #bbb!important;
	color: #333!important
}
.form-group.required label:after {
	content: ' *';
	color: #ed1c24;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1
}
.form-control:not([disabled]):not(:focus):hover, form:not(.form-horizontal):not(.form-inline) .form-group:hover .form-control:not([disabled]):not(:focus) {
	border-color: #333
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], textarea, input.btn, button.btn, a.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-horizontal textarea {
	max-width: 100%;
	max-height: 500px
}
.radio~.radio, .checkbox~.checkbox {
	margin-top: 10px
}
.validate:invalid:not(.btn) {
	outline: 2px solid #e74c3c
}
.validate .invalid {
	outline: 2px solid #e74c3c
}
.validate:valid:not(.btn) {
	outline: 2px solid #2ecc71
}
.validate .valid {
	outline: 2px solid #2ecc71
}
.validate * {
	outline-offset: -2px
}
.help-block.validation-invalid, .validate:invalid:not(.btn)~.help-block, .validate .invalid~.help-block {
	color: #e74c3c
}
.help-block.validation-invalid, .validate .invalid~.help-block {
	color: #e74c3c
}
.help-block.validation-valid, .validate:valid:not(.btn)~.help-block, .validate .valid~.help-block {
	color: #2ecc71
}
.help-block.validation-valid, .validate .valid~.help-block {
	color: #2ecc71
}
.help-block.validation-valid, .help-block.validation-invalid {
	display: none
}
.validate:invalid:not(.btn)~.help-block.validation-invalid, .validate .invalid~.help-block.validation-invalid, .validate:valid:not(.btn)~.help-block.validation-valid, .validate .valid~.help-block.validation-valid {
	display: block
}
.validate .invalid~.help-block.validation-invalid, .validate .valid~.help-block.validation-valid {
	display: block
}
.validate:invalid:not(.btn)~.help-block.validation-valid, .validate:valid:not(.btn)~.help-block.validation-invalid {
	display: none!important
}
.wide {
	background: #ccc url(../img/blank.png) center center no-repeat;
	min-height: 326px;
	color: #fff;
	padding: 112px 0 0 24px
}
.wide h2 {
	color: #fff;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 35px
}
.wide h3 {
	color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 2px
}
.wide .cta li {
	float: left;
	margin-right: 10px
}
.wide .cta .btn {
	min-width: 194px
}
.main-columns aside {
	padding-right: 22px
}
.main-columns aside h5 {
	margin: 10px 0 14px;
	font-weight: 400
}
.main-columns aside .section {
	background: #fff;
	margin-bottom: 20px
}
.main-columns main {
	margin-bottom: 25px
}
.main-columns aside+main {
	padding-left: 10px
}
.page-header {
	padding: 0;
	border: 0;
	margin: 0 0 19px
}
.page-header h1 {
	margin: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 31px
}
aside .banners li {
	border-bottom: 1px solid #f5f5f5
}
aside .banners li a {
	display: block;
	position: relative;
	padding: 19px 14px 19px 86px;
	background: #fff url(../img/blank.png) 14px center no-repeat;
	color: #111;
	font-size: 12px;
	text-decoration: none
}
aside .banners li a:before {
	content: '';
	display: block;
	background: #df0b25;
	width: 3px;
	position: absolute;
	top: 14px;
	bottom: 13px;
	left: 71px
}
aside .banners li p {
	margin: 0
}
aside .banners h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600
}
aside .banners b {
	font-weight: 400;
	text-decoration: underline
}
aside .banners li a:hover b, aside .banners li a:focus b {
	text-decoration: none
}
aside .filters>ul>li:before {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background: #f0f0f0
}
aside .filters>ul>li:first-child:before {
	display: none
}
aside .filters>ul>li>a {
	display: block;
	padding: 15px 20px 9px;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 9
}
aside .filters>ul>li.notExpandable>a:before, aside .filters>ul>li.notExpandable>a:after {
	width: 0;
	height: 0
}
aside .filters>ul>li>a:before, aside .filters>ul>li>a:after {
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background: #999;
	position: absolute;
	right: 21px;
	top: 24px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s
}
.filters input:disabled+label, .filters label.disabled {
	cursor: not-allowed
}
.filters .color-filter input:disabled+label {
	opacity: .2;
	filter: alpha(opacity=20)
}
#price_filter .filters>ul>li>a:before,
#price_filter .filters>ul>li>a:after {
	content: '';
	display: none
}
.aside-poradna .filters .nosubmenu:before, .filters .nosubmenu:after {
	background: none!important
}
.aside-poradna .filters li ul.list {
	display: none
}
.aside-poradna .filters li.open ul.list {
	display: block
}
#navigace+aside .filters #priceTab a:before,
#navigace+aside .filters #priceTab a:after {
	display: none
}
#navigace+aside #priceTab li>ul+span::before,
#navigace+aside #priceTab li>ul+span::after {
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background: #999;
	position: absolute;
	right: 21px;
	top: 24px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s
}
#navigace+aside #priceTab li>ul {
	padding-bottom: 10px!important
}
#navigace+aside #priceTab li>ul+span::after {
	width: 1px;
	height: 11px;
	right: 26px;
	top: 19px
}
#navigace+aside #priceTab .open>ul+span::after {
	display: none
}
#navigace+aside #priceTab>li {
	position: relative
}
aside .filters>ul>li>a:hover:before, aside .filters>ul>li>a:hover:after, aside .filters>ul>li>a:focus:before, aside .filters>ul>li>a:focus:after {
	background: #000
}
aside .filters>ul>li>a:after {
	width: 1px;
	height: 11px;
	right: 26px;
	top: 19px
}
aside .filters>ul>li.open>a:after {
	display: none
}
aside .filters ul li ul {
	padding: 2px 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s
}
aside .filters ul li ul li {
	padding: 0 20px
}
aside .filters ul li ul li:first-child {
	padding-top: 1px
}
aside .filters ul li ul:last-child li:last-child {
	padding-bottom: 9px
}
aside .filters .checkbox {
	margin: 0 0 8px
}
aside .filters .checkbox .disabled {
	color: #ccc
}
main .interhead {
	margin: 34px 0 38px;
	text-align: center;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 31px;
	clear: both
}
main {
	z-index: 2
}
main .tiles {
	margin-bottom: 10px
}
main .tile-icon {
	padding-bottom: 10px;
	min-height: 210px
}
main .tiles .tile-icon p {
	max-width: 250px
}
main .tabs {
	margin-bottom: 40px
}
main .tabs>div {
	background: #fff
}
main .tab-pane {
	padding: 20px
}
main .nav-tabs a {
	color: #111
}
main .detail {
	margin-bottom: 40px
}
main .detail>div {
	background: #fff;
	padding: 30px 20px 40px
}
main .detail .col {
	width: 50%
}
main ul.list.clearfix>li {
	float: left
}
.detail .brand {
	margin: -16px 0 0 -20px
}
.detail .brand img {
	display: block
}
.detail ul.labels {
	position: absolute;
	top: 96px;
	left: 26px;
	z-index: 1
}
.detail ul.labels .label {
	min-width: 128px
}
.detail .gallery .big img {
	margin: 10px auto 12px
}
.detail .gallery .list li {
	float: left;
	margin-right: 10px
}
.detail .gallery .list li img {
	display: block
}
.detail .gallery .list li a:hover img, .detail .gallery .list li a:focus img {
	opacity: .8
}
.detail>.clearfix>.col.right {
	padding: 12px 96px 0 26px;
	position: relative
}
.detail .col.right>* {
	position: relative;
	z-index: 2
}
.detail .col.right .brand-bg {
	display: block;
	max-width: 100%;
	overflow: hidden;
	font-size: 140px;
	font-weight: 600;
	color: #f2f2f2;
	position: absolute;
	left: 24px;
	top: -52px;
	z-index: 1
}
.detail h1 {
	position: relative;
	padding-bottom: 22px;
	margin: 0 0 20px
}
.detail h1:after {
	content: '';
	display: block;
	width: 184px;
	height: 2px;
	background: #df0b25;
	position: absolute;
	left: 0;
	bottom: 0
}
.detail .rating {
	margin: 0 0 22px
}
.detail .rating:before, .detail .rating:after {
	content: '';
	display: table
}
.detail .rating a, .detail .variants h5 a {
	color: #111;
	text-decoration: underline;
	display: inline-block;
	margin-left: 8px;
	text-transform: none
}
.detail .rating a:hover, .detail .rating a:focus, .detail .variants h5 a:hover, .detail .variants h5 a:focus {
	text-decoration: none
}
.detail .rating .star {
	display: inline-block;
	font-size: 25px;
	line-height: 0;
	color: #df0b25;
	margin-right: -5px;
	position: relative;
	top: 3px
}
.detail .rating .star.inactive {
	color: #aaa
}
.detail .variants h5 {
	text-transform: uppercase;
	font-weight: 400;
	color: #666;
	margin-bottom: 9px
}
.detail .variants .list li {
	float: left;
	margin-right: 10px
}
.detail .variants .sizes {
	margin-bottom: 13px
}
.detail .variants .disabled {
	color: #ddd!important;
	border-color: #ddd!important;
	cursor: not-allowed;
	display: none!important
}
.detail .variants .colors label, .detail .variants .sizes label {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 2px
}
.detail .variants .colors input, .detail .variants .sizes input {
	position: absolute;
	top: 0;
	left: -1000px
}
.detail .variants .colors img, .detail .variants .sizes label>span {
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	font-weight: 400;
	text-align: center
}
.detail .variants .sizes label>span {
	padding: 6px;
	min-width: 90px
}
.detail .variants .colors label:hover input+span img, .detail .variants .colors label input:focus+span img, .detail .variants .sizes label:hover input+span, .detail .variants .sizes label input:focus+span {
	border-color: #111;
	opacity: .8
}
.detail .variants .colors label input:checked+span img, .detail .variants .sizes label input:checked+span {
	border-color: #df0b25
}
.detail .stock {
	text-transform: uppercase;
	color: #666;
	margin-top: 6px;
	margin-bottom: 6px
}
.detail .stock p {
	margin: 0
}
.detail .stock .date {
	color: #df0b25
}
.detail .cta {
	background: #f2f5f9;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 20px
}
.detail .cta>div.left {
	width: 48%;
	padding-right: 2%
}
.detail .cta>div.left p {
	color: #777
}
.detail .cta>div.left .discount {
	font-size: 13px
}
.detail .cta>div.left .price {
	font-size: 36px;
	color: #df0b25;
	margin: -6px 0 12px
}
.detail .cta>div.right {
	width: 47%;
	padding-left: 3%
}
.detail .cta>div.right .btn-primary {
	margin-bottom: 18px
}
.detail ul.actions a {
	padding: 10px;
	color: #111;
	display: block;
	margin-right: 20px;
	text-decoration: none;
	border-bottom: 2px solid transparent
}
.detail ul.actions a:hover, .detail ul.actions a:focus {
	border-color: #df0b25
}
.detail+.tabs .nav-tabs * {
	border-radius: 0
}
.detail+.tabs .nav-tabs li {
	width: 20%;
	text-align: center
}
.detail+.tabs .nav-tabs a {
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px;
	position: relative;
	margin: 0
}
.detail+.tabs .nav-tabs li.active>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #df0b25;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2
}
.detail .customerCardSale img {
	float: left;
	margin-right: 5px
}
.detail .customerCardSale {
	margin-top: 5px;
	margin-bottom: 5px
}
main .content {
	margin-bottom: 40px;
	margin-top: 14px
}
main .content a {
	color: #111;
	text-decoration: underline
}
main .content a:hover, main .content a:focus {
	text-decoration: none
}
main .content>.tile>div {
	background: #fff;
	margin: 0 2px 2px 0
}
main .content .tile-content {
	padding: 30px 20px 40px
}
main .content .tile-main {
	min-height: 426px
}
main .content .tile-photo {
	height: 426px;
	position: relative;
	overflow: hidden
}
main .content .tile-photo img {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	width: auto
}
.ie8 main .content .tile-photo img {
	left: 0;
	top: 0
}
main .content .tile-route {
	min-height: 306px
}
main .content .tile-map {
	height: 306px;
	overflow: hidden;
	background: #e9e5dc!important
}
main .content .tile-map iframe {
	width: 100%;
	height: 100%
}
.main-header h1 {
	text-transform: none
}
main .content h2, main .content h3, main .content h4 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 600
}
main .content h2 {
	font-size: 18px
}
main .content h3 {
	font-size: 17px
}
main .content h4 {
	font-size: 16px
}
main .content h5, main .content h6 {
	font-size: 14px
}
main .content .main-header:after {
}
main .content .main-header .text-bg {
}
main .content .contact .list {
	float: left;
	width: 50%
}
main .content .contact .list li {
	padding-left: 34px;
	position: relative
}
main .content .contact .list li:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat
}
main .content .contact .tel:before {
	background-image: url(../img/phone.png)
}
main .content .contact .email:before {
	background-image: url(../img/email.png)
}
main .content .contact .person {
	float: right;
	width: 50%
}
main .content .contact .person p {
	float: left
}
main .content .contact .person img {
	float: right
}
main .content .opening .text {
}
main .content .opening .open {
	color: #2ecc71;
	font-weight: 600
}
main .content .opening .closed {
	color: #e74c3c;
	font-weight: 600
}
main .content .opening b {
	font-size: 33px;
	line-height: 0;
	position: relative;
	top: 8px
}
main .content .router .left {
	padding: 0 10px
}
main .content .router .left a, main .content .router .left label, main .content .router .left img {
	display: block;
	cursor: pointer;
	position: relative
}
main .content .router .left a {
	margin-bottom: 30px
}
main .content .router .left a:before, main .content .router .left a:after, main .content .router .left label:before {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #aaa;
	border-radius: 10px;
	position: absolute;
	bottom: -8px;
	left: 23px
}
main .content .router .left a:after {
	bottom: -16px
}
main .content .router .left label:before {
	bottom: auto;
	top: -8px
}
main.blog.articleOverview h2 {
	font-size: 25px
}
main .cart .cart-wrapper {
	padding: 32px 0 0
}
main .cart .item td {
	background: #fff
}
main .cart .item:first-child td {
	border: 0
}
main .cart .separator td {
	background: transparent;
	border: 0;
	height: 10px
}
main .cart .summary td {
	border-top: 2px solid #df0b25;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px
}
main .cart .summary .list li:first-child {
	margin-left: 0
}
main .cart .controls td {
	border: 0;
	padding: 20px 0
}
main .cart .item td.del .btn-link {
	text-decoration: underline!important
}
.col.order {
	padding-top: 30px;
	padding-bottom: 30px
}
.col.thankyou {
	padding: 30px 10px 20px;
	background: #2dcc70;
	color: #fff;
	margin-top: 30px
}
.col.thankyou * {
	color: #fff
}
.thankyou h5 {
	font-weight: 400
}
.thankyou h2 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400
}
.order .table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px
}
.order col {
	width: 80%
}
.order col+col {
	width: 20%
}
.order .controls td {
	border: 0;
	padding: 20px 0
}
.order tr:first-child td, .order .headline+tr.option td {
	border: 0
}
.order .headline td {
	background: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}
.order .headline.active td {
	background: #000;
	color: #fff
}
.order .headline.inactive td {
	background: #fff;
	color: #aaa
}
.order .headline.done td {
	background: #000;
	color: #fff
}
.order .option td {
	background: #fff;
	vertical-align: middle
}
.order .option td.option-info {
	font-weight: 600;
	text-align: right;
	padding-right: 60px;
	vertical-align: middle
}
.order .option td.option-info em {
	font-size: 14px;
	font-style: normal
}
.order .option td.option-info .info {
	position: absolute;
	right: 40px
}
.order .option .checkbox label {
	padding: 0 5px 0 0;
	position: relative;
	height: 37px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	overflow: visible
}
.order .option .checkbox.pplSaturdayDelivery label {
	vertical-align: top
}
.order .option .checkbox input {
	position: absolute;
	left: -1000px;
	top: 0
}
.order .option .checkbox input+.checkbox-label:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	left: 3px;
	top: 0;
	bottom: 6px;
	border-radius: 2px
}
.order .option .checkbox.pplSaturdayDelivery input+.checkbox-label:after {
	width: 16px;
	height: 16px
}
.order .option .checkbox input:hover+.checkbox-label:after, .order .option .checkbox input:focus+.checkbox-label:after {
	border-color: #ed1c24
}
.order .option .checkbox input:checked+.checkbox-label:after {
	border-color: #000
}
.order .option .checkbox-label {
	display: block;
	margin-left: 50px;
	line-height: 1.33333
}
.order .option .checkbox-label .title {
	display: block;
	font-size: 18px
}
.order .option .checkbox-label .title .btn {
	margin-left: 10px;
	position: relative;
	top: 0
}
.order .option .checkbox-label .meta {
	display: block;
	font-size: 13px
}
.order .selection td {
	background: #fff;
	border: 0;
	padding: 10px 30px 30px 60px
}
.order .shipping .shipping-search {
	margin-bottom: 0
}
.order .shipping .shipping-search input {
	width: 300px;
	margin-right: 8px
}
.order .shipping .found .list>b {
	display: inline-block;
	padding: 16px 0 10px;
	color: #df0b25
}
.order .shipping .found>div {
	width: 50%;
	float: left
}
.order .shipping .found>div+div {
	width: 50%
}
.order .shipping .found a, .order .shipping .found .t-bold, .order .shipping .found div.storeAddress {
	width: 100%;
	font-size: 12px;
	padding: 5px 10px 5px 0
}
.order .shipping .availibilityOk,
#reservationContentDelivery .availibilityOk {
	color: #2dcc70;
	font-weight: bold!important;
	font-size: 12px
}
.order .shipping .availibilityDelayed,
#reservationContentDelivery .availibilityDelayed {
	color: #E97A21;
	font-weight: bold!important;
	font-size: 12px
}
.order .shipping .found a {
	color: #111;
	text-decoration: underline;
	font-weight: 600
}
.order .shipping .found a.googleMarker {
	cursor: pointer;
	color: #063570
}
.order .shipping .found a:hover, .order .shipping .found a:focus {
	text-decoration: none
}
.order .shipping .distance {
	font-size: 10px
}
.order .shipping .found .map>div {
	width: 100%;
	height: 300px;
	background: #e9e5dc;
	margin-top: 54px
}
.order .personal .checkbox input+.checkbox-label:after {
	left: -1000px
}
.order .personal .checkbox-label {
	margin-left: 5px
}
.order .personal .login input {
	width: 200px;
	margin-right: 12px
}
.order .personal .person input {
	width: 200px;
	margin-right: 12px;
	font-size: 13px
}
.order .personal .selection td {
	padding: 15px 30px 15px 25px
}
.order .personal .selection .form-group {
	margin-bottom: 10px
}
.order .personal .selection a {
	color: #111;
	text-decoration: underline
}
.order .personal .selection a:hover, .order .personal .selection a:focus {
	text-decoration: none
}
.order-summary .table {
	table-layout: fixed;
	width: 100%
}
.order-summary col {
	width: auto
}
.order-summary col+col {
	width: auto
}
.order-summary tr.shipping td {
	background: #fff;
	padding: 20px;
	font-weight: 600
}
.order-summary tr.shipping td:first-child {
	font-size: 18px
}
.order-summary tr.shipping td:first-child small {
	display: block;
	font-weight: 400
}
.order-summary tr.shipping+tr.shipping td {
	border: 0;
	font-size: 14px;
	font-weight: 400
}
.order-summary tr.shipping .phones {
	margin-bottom: 20px
}
.order-summary tr.shipping .opening {
	border-left: 2px solid #333;
	padding-left: 20px
}
.order-summary tr.shipping .map {
	width: 510px;
	height: 240px;
	background: #e9e5dc;
	overflow: hidden
}
.order-summary tr.payment td {
	background: #fff;
	padding: 20px;
	font-weight: 600
}
.order-summary tr.payment td:first-child {
	font-size: 18px
}
.order-summary .headline td {
	background: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}
.order-summary tr:first-child td {
	border: 0
}
.order-summary tr.item td {
	background: #fff
}
.order-summary tr.summary td {
	border-top: 2px solid #df0b25;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle
}
.order-summary .summary .total {
	font-size: 24px
}
.order-summary .summary .total b {
	color: #df0b25
}
.order .sidebar {
	padding-left: 24px
}
.order .sidebar>div {
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}
.order .sidebar>div table {
	margin-bottom: 0
}
.order .sidebar table {
	table-layout: fixed;
	width: 100%
}
.order .sidebar col {
	width: auto
}
.order .sidebar col:first-child {
	width: 80px
}
.order .sidebar td {
	background: #fff
}
.order .sidebar .headline td {
	background: #df0b25;
	color: #fff;
	padding: 0
}
.order .sidebar .headline td .title {
	color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
	padding: 16px 0 16px 48px;
	background: transparent url(../img/icon_cart_summarycart.png) left center no-repeat
}
.order .sidebar tr.title+tr td {
	border: 0;
	padding-top: 0
}
.order .sidebar .item td .title {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-align: left;
	padding: 6px 0 0 10px
}
.order .sidebar .item td {
	vertical-align: bottom
}
.order .sidebar .item td.meta, .order .sidebar .item td.price {
	padding-bottom: 20px;
	padding-top: 0
}
.order .sidebar .meta {
	font-size: 13px
}
.order .sidebar .meta b {
	white-space: nowrap
}
.order .sidebar .price b {
	color: #df0b25
}
.order .sidebar .summary td {
	border-top: 1px solid #ddd
}
.order .sidebar .summary .total {
	text-align: left;
	font-size: 22px;
	padding: 4px 6px
}
.order .sidebar .summary .total b {
	color: #df0b25;
	float: right
}
.order .sidebar td.price {
	vertical-align: bottom!important
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:992px) {
ul.nav, ol.nav, .nav ul, .nav ol {
	margin-bottom: 0;
	margin-right: 0
}
}
@media (min-width:1468px) {
.main-columns aside+main {
	padding-left: 9px
}
}
.content-raw a {
	line-height: 1.5
}
.content-raw a {
	padding: 2px 1px
}
.content-raw p, .content-raw address, .content-raw li {
	word-break: break-word
}
.content-raw h1 a, .content-raw h2 a, .content-raw h3 a, .content-raw h4 a, .content-raw h5 a, .content-raw h6 a, .content-raw .h1 a, .content-raw .h2 a, .content-raw .h3 a, .content-raw .h4 a, .content-raw .h5 a, .content-raw .h6 a {
	padding-left: 0;
	padding-right: 0
}
.content-raw h1, .content-raw h2, .content-raw .h1, .content-raw .h2 {
	clear: both
}
.content-raw ul, .content-raw ol {
	overflow: hidden
}
.content-raw ul li, .content-raw ol li {
	margin: .2em 0
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.6), only screen and (min-device-pixel-ratio:1.6) {
}
ul.list, ul.list>li {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.categories {
	margin-bottom: 22px
}
ul.hp-categories.categories {
	margin-bottom: 0
}
.categories li a {
	display: block;
	background: #fff url(../img/blank.png) -5px center no-repeat;
	margin-right: 2px;
	margin-bottom: 2px;
	min-height: 70px;
	padding: 23px 10px 0 69px;
	font-size: 14px;
	color: #111;
	text-decoration: none;
	box-shadow: none;
	position: relative;
	z-index: 1;
	-webkit-transition: background-position 0.1s linear, box-shadow 0.2s;
	transition: background-position 0.1s linear, box-shadow 0.2s
}
.categories li a .text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px
}
.categories li a:hover, .categories li a:focus {
	background-position: 0 center;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	z-index: 2
}
.categories li a:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #666;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 45%
}
.categories li.actionCategory {
	margin-bottom: 10px;
	text-align: center
}
.categories li.actionCategory a {
	background: none;
	text-align: center;
	padding: 10px 0
}
.categories li.actionCategory a:after {
	display: none
}
.categories li.actionCategory .actionDesc {
	margin-top: 10px
}
.categories li.actionCategory img {
	max-width: 100%
}
ul.products {
	margin-bottom: 10px
}
ul.products::before {
	content: '';
	display: table
}
.products.list>li {
	height: 370px;
	padding-bottom: 2px;
	position: relative
}
.products.upsell>li {
	width: 20%
}
.products.upsell>li>.cta {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 3
}
.products.list>li .bx-controls-direction a {
	top: 40px;
	height: 35px;
	width: 35px;
	background-color: #fff!important
}
.products.list>li .bx-controls-direction a:hover {
	border: 1px solid #B9B4AA;
	border-radius: 3px
}
.products.list>li .bx-controls-direction a.bx-prev {
	background: url(../img/slider-left-arrow2.png) no-repeat center center;
	left: -30px
}
.products.list>li .bx-controls-direction a.bx-next {
	background: url(../img/slider-right-arrow2.png) no-repeat center center;
	right: -25px
}
.category-promo {
	height: 200px;
	margin-top: 15px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat
}
.category-promo .banner-box {
	padding: 40px 48px 0;
	height: 200px
}
.category-promo .banner-box h2 {
	margin-bottom: 15px;
	text-shadow: 1px 1px 8px rgba(0,0,0,1)
}
.category-promo .banner-box .fullclick {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}
.category-promo .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 95px;
	margin-top: -22px;
	outline: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	z-index: 9;
	border-radius: 4px
}
.categoryProductSlider img:hover {
	opacity: .5
}
.categoryProductSlider img {
	width: 60px;
	height: 60px
}
.categoryProductSlider li.active {
	border-bottom: 1px solid #ed1c24
}
.categoryProductSlider li {
	list-style-type: none;
	float: left;
	width: 60px;
	padding-bottom: 3px
}
.product .bx-wrapper {
	margin: 0 auto
}
.product .bx-pager-item:first-of-type:last-of-type {
	display: none
}
.products.upsell>li>.cta .btn {
	width: 46px;
	height: 46px;
	background-image: url(../img/cart.png);
	background-position: center center;
	background-repeat: no-repeat
}
.products>li.double {
	width: 50%
}
.products>li>a {
	display: block;
	height: 100%;
	margin-right: 2px;
	margin-bottom: 2px;
	background: #fff;
	min-height: 300px;
	padding: 16px 10px 0 18px;
	-webkit-transition: background-position 0.1s linear, box-shadow 0.2s;
	transition: background-position 0.1s linear, box-shadow 0.2s;
	position: relative;
	z-index: 1;
	color: #111;
	text-decoration: none
}
.products>li>a:hover, .products>li>a:focus {
	box-shadow: 0 0 11px rgba(0,0,0,.3);
	z-index: 2
}
.products>li>a .bx-wrapper {
	position: relative;
	left: -2px;
	margin-top: 14px;
	max-width: 140px!important
}
.products.list>li .bx-controls-direction a {
	top: 25px
}
.products li * {
	margin: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px
}
.products li .category {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1px
}
.products li .title {
	text-transform: none;
	font-size: 18px;
	line-height: 1.22222;
	height: 42px;
	overflow: hidden
}
.products li img {
	margin: 0 auto
}
.products>li>a>img {
	margin-top: 6px
}
.products li .discount {
	font-size: 12px;
	position: absolute;
	bottom: 47px;
	left: 20px;
	color: #555
}
.products li .price {
	font-size: 24px;
	color: #df0b25;
	position: absolute;
	bottom: 14px;
	left: 20px;
	white-space: nowrap
}
.products li .labels {
	position: absolute;
	top: 84px;
	left: 5px
}
.products li .labels .label, .detail ul.labels .label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
	display: inline-block;
	padding: 7px 8px 6px
}
ul.order {
	margin-bottom: 0
}
ul.order li a {
	display: block;
	color: #666;
	margin-right: 2px;
	margin-bottom: 2px;
	border-bottom: 3px solid #ddd;
	text-decoration: none;
	padding: 11px 10px
}
ul.order li.active a, ul.order li a:hover, ul.order li a:focus {
	color: #111;
	border-color: #df0b25
}
.paginator {
	clear: both;
	margin: 18px 0 30px
}
.paginator ul.list li {
	float: left;
	margin-right: 8px
}
.paginator ul.list li a {
	padding-left: 1em;
	padding-right: 1em;
	min-width: 46px
}
.paginator ul.list li.active a {
	color: #df0b25;
	border-color: #df0b25;
	background: transparent;
	cursor: default
}
.paginator .text-center {
	padding-top: 10px
}
.paginator .dotts {
	vertical-align: bottom;
	margin-right: 6px
}
.paginator li a+.dotts {
	vertical-align: bottom;
	margin-left: 4px;
	margin-right: 0
}
.loadNext {
	text-align: center
}
@media (max-width:767px) {
main ul.products:: before, main ul.products:: after {
	content: '';
	display: table;
	width: 100%
}
main ul.list.products.clearfix>li {
	width: 49.99999%!important;
	float: none!important
}
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.6), only screen and (min-device-pixel-ratio:1.6) {
}
.no-js .navbar-fixed-top {
	position: static
}
.navbar {
	border: 0;
	border-radius: 0;
	background: transparent;
	margin: 0
}
.navbar-top {
	background: #fff
}
.navbar-top .navbar-right .right {
	border-left: 1px solid #ccc;
	margin: 25px -2px 0 0;
	padding: 0 0 1px 8px
}
.navbar-top .navbar-right .right a {
	padding: 2px 0 2px 5px
}
.navbar-top .navbar-right .right a:hover, .navbar-top .navbar-right .right a:focus {
	opacity: .8
}
.navbar-top .navbar-right .left {
	padding: 28px 12px 10px 12px
}
.navbar-brand {
	padding: 26px 0
}
.navbar-brand:hover img, .navbar-brand:focus img {
	opacity: .8
}
.nav-main {
	margin-left: 60px
}
.navbar-nav.nav-main a {
	height: 85px;
	padding: 33px 21px 0;
	color: #111!important;
	background: #fff!important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	position: relative
}
.navbar-nav.nav-main a:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #242b49;
	position: absolute;
	left: 50%;
	-ms-transform: rotate(45deg) translate(-50%,0);
	-webkit-transform: rotate(45deg) translate(-50%,0);
	transform: rotate(45deg) translate(-50%,0);
	margin-left: -3px;
	-webkit-transition: bottom 0.2s linear;
	transition: bottom 0.2s linear;
	bottom: -38px
}
.navbar-nav.nav-main .active a:after, .navbar-nav.nav-main a:hover:after, .navbar-nav.nav-main a:focus:after {
	bottom: -27px
}
.navbar-nav.nav-main:hover .active a:after {
	bottom: -38px
}
.navbar-nav.nav-main:hover .active a:hover:after {
	bottom: -27px
}
.no-navbar-search .navbar-nav.nav-main a:after {
	display: none!important
}
.navbar-nav.nav-main a:hover, .navbar-nav.nav-main a:focus {
	color: #666!important
}
.navbar-search .navbar {
	min-height: 65px
}
.navbar-search {
	background: #242b49;
	color: #fff;
	margin-left: 0;
	margin-right: 0
}
.search {
	margin: 10px 0 0
}
#search {
	width: 574px;
	padding-left: 50px;
	border: 0!important;
	border-radius: 3px;
	font-size: 15px;
	background: #fff url(../img/search.png) left center no-repeat;
	height: 45px
}
#search:focus {
	box-shadow: inset 1px 1px 7px rgba(0,0,0,.4)
}
.navbar-search .left .buttons>li {
	float: left
}
.navbar-search .right .buttons>li {
	float: right
}
.navbar-search .buttons a {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: transparent url(../img/products.png) 10px center no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	height: 65px;
	padding: 21px 20px 10px 44px;
	text-align: center;
	min-width: 100px
}
.navbar-search .buttons>li>a:hover {
	background-color: #3c487b
}
.navbar-search .button-products a {
	min-width: 280px;
	padding: 21px 20px 10px 52px
}
.navbar-search .button-user>a {
	background-image: url(../img/user.png)
}
.navbar-search .button-cart>a {
	background-color: #df0b25;
	background-image: url(../img/cart.png);
	text-transform: none;
	text-align: right;
	padding-right: 16px
}
.navbar-search .buttons>.button-cart>a:hover, .navbar-search .buttons>.button-cart>a:focus {
	background-color: #ed1c24
}
.navbar-search .products-list {
	display: none;
	background: transparent;
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
	z-index: 1031;
	box-shadow: 0 0 14px rgba(0,0,0,.15)
}
.navbar-search .button-products a.active+.products-list {
	display: block
}
.navbar-search .button-products>ul>li>a.vanoce {
	background: #DF0B25 url(../img/blank.png) 5px center no-repeat;
	color: #fff
}
.navbar-search .button-products>a.active {
	background-color: #3c487b
}
.navbar-search .button-products>ul>li>a {
	background: #f5f5f5 url(../img/blank.png) 5px center no-repeat;
	color: #111;
	padding: 14px 4px 4px 70px;
	height: 50px;
	text-align: left;
	position: relative;
	z-index: 3
}
.navbar-search .button-products>ul>li>a:hover, .navbar-search .button-products>ul>li>a:focus, .navbar-search .button-products>ul>li:hover>a, .nav-catalog-tree .active {
	background-color: #fff!important;
	color: #111!important
}
.navbar-search .button-products>ul>li>a:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #777;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 43%
}
.products-list li {
	width: 280px
}
.products-list li ul {
	display: none;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding-left: 280px;
	min-height: 100%
}
.nav-catalog-tree .active+ul {
	display: block
}
.products-list li ul li {
	float: left;
	width: 20%
}
.navbar-search .products-list li ul li a {
	display: block;
	height: 200px;
	background: #fff;
	color: #111;
	min-width: 0;
	padding: 19px 10px 4px!important;
	position: relative;
	z-index: 1;
	-webkit-transition: background-position 0.1s linear, box-shadow 0.2s;
	transition: background-position 0.1s linear, box-shadow 0.2s;
	white-space: normal;
	line-height: 1.21428
}
.navbar-search .products-list li ul li a:hover, .navbar-search .products-list li ul li a:focus {
	background-position: 0 center;
	box-shadow: 0 0 11px rgba(0,0,0,.3);
	z-index: 2
}
.products-list li ul li a img, .products-list li ul li a span {
	display: block;
	margin: 0 auto
}
.products-list li ul li a .text {
	padding-top: 4px;
	min-height: 39px;
	overflow: hidden
}
.products-list li ul li a .text .subtitle {
	font-size: 11px;
	font-weight: 400;
	padding-top: 3px
}
.products-list li ul li a .count {
	text-transform: none;
	font-weight: 400;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s
}
.products-list li ul li a .count:before {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #df0b25;
	margin: 4px auto 7px
}
.products-list li ul li a:hover .count, .products-list li ul li a:focus .count {
	color: #111
}
@media (max-width:767px) {
}
@media (max-width:479px) {
.navbar-search .buttons a {
	font-size: 11px!important;
	padding-left: 45px!important
}
}
@media (max-width:359px) {
.navbar-search .buttons a {
	padding-left: 40px!important
}
.navbar-search {
	margin-left: -15px
}
}
@media (min-width:992px) {
}
@media (min-width:1480px) {
.nav-main {
	margin-left: 100px
}
#search {
	width: 844px
}
.navbar-brand {
	padding: 26px 14px
}
}
footer {
	margin-bottom: 90px
}
footer .copy {
	color: #555;
	margin: 24px 0
}
.copy-link {
	display: inline-block;
	margin-left: 2em;
	text-decoration: underline;
	color: #555
}
#copyright .copy-link {
	display: block!important
}
li .copy-link {
	margin-left: 1em
}
.copy-link:hover, .copy-link:focus {
	text-decoration: none;
	color: #555
}
.copy .list li {
	float: right
}
footer a:hover img, footer a:focus img {
	opacity: .8
}
footer .copy li img {
	margin-left: .5em;
	position: relative;
	top: -8px
}
footer .tile-2, main .tile-2 {
	width: 50%
}
footer .tile-3, main .tile-3 {
	width: 33.3333%
}
footer .tile-4, main .tile-4 {
	width: 25%
}
footer .brands .list {
	margin: 0 14px;
	overflow: hidden;
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s
}
.js footer .brands .list {
	max-height: 75px
}
.js footer .brands.open .list {
	max-height: 400px
}
footer .brands .list li {
	float: left;
	margin: 8px 6px 13px
}
footer .brands .list a, footer .brands .list a img {
	display: block
}
footer .brands>a .text {
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}
footer .brands.open>a .text {
	opacity: 0
}
footer .brands h4, footer .tile-icon h4, main .tile-icon h4 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 24px 0 0;
	margin-bottom: 2px
}
footer .brands>a {
	color: #111;
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 8px
}
footer .brands>a:hover, footer .brands>a:focus {
	text-decoration: none
}
footer .brands>a .chevron {
	display: block;
	height: 20px;
	text-align: center
}
footer .brands>a .chevron:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 12px;
	position: relative;
	top: -5px
}
footer .brands.open>a .chevron:after {
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
footer .tile-icon {
	padding-bottom: 10px;
	min-height: 320px
}
footer .tile-icon a, main .tile-icon a {
	color: #111;
	text-decoration: underline
}
footer .tile-icon h4 a {
	text-decoration: none!important
}
footer .tile-icon a:hover, footer .tile-icon a:focus, main .tile-icon a:hover, main .tile-icon a:focus {
	text-decoration: none
}
footer .tile-icon h4 a:hover, footer .tile-icon h4 a:focus {
	text-decoration: underline!important
}
footer .tile-icon h4, main .tile-icon h4 {
	margin: 0 0 20px;
	background: transparent url(../img/blank.png) center 12px no-repeat
}
footer .tile-icon h4:after, main .tile-icon h4:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #df0b25;
	margin: 11px auto
}
footer .tile-icon h4, main .tile-icon h4 {
	margin: 0 0 10px
}
footer .shops p, main .tile-icon p {
	max-width: 280px;
	margin: 0 auto 8px;
	line-height: 1.78571
}
footer .shops input[type="text"] {
	width: 224px
}
footer .shops form {
	padding: 4px 0 10px
}
footer .howto .list {
	line-height: 1.78571;
	padding-top: 3px
}
footer .services .list {
	line-height: 1.78571;
	padding: 2px 0;
	display: inline-block;
	text-align: left
}
footer .services .list li {
	padding-left: 28px;
	margin-left: -16px;
	position: relative
}
footer .services .list li:before, footer .services .list li:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 60px;
	background: #000;
	position: absolute;
	left: 0;
	top: 6px
}
footer .services .list li:after {
	width: 8px;
	height: 5px;
	border-radius: 0;
	border: 2px solid #fff;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
	top: 10px
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.6), only screen and (min-device-pixel-ratio:1.6) {
}
@media (max-width:991px) {
}
@media (max-width:479px) {
}
@media (min-width:992px) {
}
@media (min-width:1468px) {
}
.breadcrumbs {
	margin: 18px 0 7px
}
.wide+.breadcrumbs {
	margin-top: 12px
}
.breadcrumbs li {
	float: left;
	position: relative
}
.breadcrumbs li+li:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #666;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 12px;
	position: relative;
	top: -1px
}
.breadcrumbs li+li:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 1px;
	background: #777;
	position: absolute;
	top: 11px;
	left: 11px
}
.breadcrumbs li a {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	position: relative
}
.breadcrumbs li:last-child a {
	text-decoration: none;
	cursor: default
}
.breadcrumbs li:last-child a:after {
	display: none
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.6), only screen and (min-device-pixel-ratio:1.6) {
}
.flash {
	text-align: center;
	background: #ff0;
	min-height: 48px;
	padding: 14px;
	position: relative;
	z-index: 2010
}
.flash a {
	color: inherit;
	text-decoration: underline
}
.flash a:hover, .flash a:focus {
	text-decoration: none
}
.bro-warning {
	position: fixed;
	top: 0;
	right: 0;
	left: 0
}
body.no-js {
	margin-top: 48px
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.6), only screen and (min-device-pixel-ratio:1.6) {
}
@media print {
body {
	font: 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif
}
* {
	color: #000!important;
	text-shadow: none!important;
	background: transparent!important;
	box-shadow: none!important;
	width: auto!important
}
a, a:visited {
	text-decoration: underline
}
}
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-target {
	position: relative;
	direction: ltr
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	box-shadow: inset 0 1px 1px #ababab
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}
.noUi-handle {
	position: relative;
	z-index: 1
}
.noUi-stacking .noUi-handle {
	z-index: 10
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s
}
.noUi-state-drag * {
	cursor: inherit!important
}
.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
.noUi-horizontal {
	height: 9px
}
.noUi-horizontal .noUi-handle {
	width: 22px;
	height: 22px;
	left: -12px;
	top: -8px;
	border-radius: 50%
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}
.noUi-background {
	background: #ccc;
	box-shadow: inset 0 1px 1px #ababab
}
.noUi-connect {
	background: #df0b24;
	box-shadow: inset 0 0 3px #bc0821;
	-webkit-transition: background 450ms;
	transition: background 450ms
}
.noUi-origin {
	border-radius: 0
}
.noUi-target {
	border-radius: 20px;
	border: 1px solid #D3D3D3
}
.noUi-draggable {
	cursor: w-resize
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize
}
.noUi-handle {
	border: 1px solid #ababab;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
	cursor: pointer
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:before, .noUi-handle:after {
	content: "";
	display: none;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}
.noUi-handle:after {
	left: 17px
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	top: 17px
}
[disabled].noUi-connect, [disabled] .noUi-connect {
	background: #B8B8B8
}
[disabled].noUi-origin, [disabled] .noUi-handle {
	cursor: not-allowed
}
.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-pips {
	position: absolute;
	color: #999
}
.noUi-value {
	position: absolute;
	text-align: center
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}
.noUi-marker {
	position: absolute;
	background: #CCC
}
.noUi-marker-sub {
	background: #AAA
}
.noUi-marker-large {
	background: #AAA
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}
.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%,50%,0);
	transform: translate3d(-50%,50%,0)
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}
.noUi-value-vertical {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	padding-left: 25px
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	text-align: center
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top: -32px
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -32px
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
	left: 120%
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
	right: 120%
}
.box-filter-price {
	padding-top: 8px!important
}
.open .box-filter-price {
	padding-bottom: 20px!important
}
.box-filter-price input[type="text"] {
	border: 1px solid #ccc;
	box-shadow: inset 0 2px 3px #e0e0e0;
	border-radius: 4px;
	padding: 7px 12px;
	color: #000;
	font-size: 13px;
	width: 85px
}
.box-filter-price input[type="text"]+input[type="text"] {
	margin-left: 6px
}
.box-filter-price #list-catalogue-price-range-slider {
	margin-bottom: 18px
}
.box-filter-price .unit {
	margin-left: 6px
}
.filters-alone {
	margin-bottom: 0!important
}
.filters-alone>ul>li:after {
	content: '';
	display: block!important;
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background: #f0f0f0
}
.filters-radio-box label {
	position: relative;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 14px
}
.filters-radio-box label::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-left: -3px;
	margin-top: -3px
}
.filters-radio-box label::before {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	top: 1px;
	left: 1px
}
.filters-radio-box input:checked+label::after {
	border: 1px solid #000
}
.filters-radio-box input+label {
	margin-left: 13px
}
.filters-radio-box label:first-child {
	margin-left: 0
}
.radio-color-black+label::before {
	background: #333!important
}
.radio-color-white+label::before {
	background: #fff!important
}
.radio-color-purple+label::before {
	background: #81007f!important
}
.radio-color-blue+label::before {
	background: #0000fe!important
}
.radio-color-gray+label::before {
	background: #7f8070!important
}
.radio-color-red+label::before {
	background: #fe0000!important
}
.radio-color-pink+label::before {
	background: #ffc0cb!important
}
.radio-color-brown+label::before {
	background: #a62a2a!important
}
.radio-color-green+label::before {
	background: #008001!important
}
.radio-color-orange+label::before {
	background: #ffa500!important
}
.radio-color-yellow+label::before {
	background: #ffff01!important
}
.radio-color {
	position: absolute;
	left: -10px;
	visibility: hidden
}
.m-l-0 {
	margin-left: 0!important
}
header {
	position: relative;
	z-index: 99
}
.navbar-search .button-products>ul>li>a {
	background-position: 0 center
}
.navbar-search .buttons a {
	padding: 21px 20px 10px 21px;
	min-width: 100px;
	text-align: center
}
.navbar-search .button-user>a {
	background-image: url(../img/icon_user.png);
	background-position: 15px 20px;
	text-align: left;
	padding-right: 25px;
	padding-left: 45px;
	position: relative
}
.navbar-search .button-user>a.loggedIn {
	background: none;
	text-align: left;
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 5px;
	position: relative;
	text-transform: none
}
.navbar-search .button-user>a.loggedIn span {
	display: block;
	font-weight: 400
}
.navbar-search .button-user>a.loggedIn span:first-child {
	display: block;
	font-weight: 700
}
.navbar-search .button-user>a:after {
	display: block;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 20px
}
.navbar-search .button-cart>a {
	background: #df0b25
}
.navbar-search .button-cart>a>span.button-icon {
	background-image: url(../img/icon_shop.png);
	display: inline-block;
	width: 26px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px
}
.navbar-search .button-products a {
	min-width: 280px;
	position: relative;
	text-align: left
}
.navbar-search .button-products>a {
	padding-left: 60px
}
.navbar-search .button-products a:after {
	display: block;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 20px
}
.navbar-search .button-products .nav-catalog-tree a {
	text-align: center
}
.navbar-search .button-products .nav-catalog-tree>li>a {
	text-align: left
}
.navbar-search .button-products .nav-catalog-tree a:after {
	display: none
}
.navbar-search .button-products .nav-catalog-tree>li>a:after {
	display: block
}
#search {
	background: #fff url(../img/icon_search.png) 15px 13px no-repeat;
	font-size: 14px;
	color: #22313f
}
.page-header {
	margin: 0 0 12px
}
.products>li>a:hover, .products>li>a:focus, .navbar-search .products-list li ul li a:hover, .navbar-search .products-list li ul li a:focus, .categories li a.selected, .categories li a:hover, .categories li a:focus {
	box-shadow: 0 0 14px rgba(0,0,0,.15)
}
.breadcrumbs {
	margin: 15px 0 20px
}
.page-header {
	margin: 0 0 20px
}
.products-list li ul {
	background: #fff
}
.products li .category {
	color: #666
}
.categories li a .text {
	color: #000
}
#cookieInfo {
	margin: 0 -16px 2px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	text-align: center
}
[class*="icon_category_"] {
	background-image: url(//placehold.it/48x48)!important
}
.icon_category_obuv {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 0!important
}
.icon_category_outdoor {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -66px!important
}
.icon_category_cyklistika {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -130px!important
}
.icon_category_fitness {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -199px!important
}
.icon_category_beh {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -267px!important
}
.icon_category_inline {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -338px!important
}
.icon_category_tymove-sporty {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -406px!important
}
.icon_category_raketove-sporty {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -476px!important
}
.icon_category_zima {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -542px!important
}
.icon_category_vodni-sporty {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -611px!important
}
.icon_category_batohy-a-tasky {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -680px!important
}
.icon_category_akce {
	background-image: url(../img/sprite_menu.png)!important;
	background-position: 0 -746px!important
}
.col-xs-12 {
	width: 100%!important
}
.link-side-box {
	width: 100%;
	margin-bottom: 2px;
	padding: 14px 20px 14px 0;
	background: #fff;
	display: block;
	clear: both;
	float: left
}
.link-side-box:hover, .link-side-box:focus {
	text-decoration: none;
	color: #000
}
.link-side-box:hover>strong, .link-side-box:focus>strong, .link-side-box.active>strong {
	color: #dd0c22
}
.link-side-box:hover span {
	text-decoration: none
}
.link-side-box img {
	margin: 0 10px 0 0;
	border-right: 3px solid #df0b25;
	float: left
}
.link-side-box strong {
	margin: 3px 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	display: block
}
.link-side-box p strong {
	margin: 4px 0 6px;
	padding: 0
}
.link-side-box p {
	margin: 0;
	line-height: 15px;
	font-size: 12px;
	color: #000;
	text-transform: none;
	font-weight: 400
}
.link-side-box span {
	text-decoration: underline
}
main {
	padding: 0!important
}
main h1 {
	position: relative;
	margin: 0;
	padding: 0 0 16px
}
main h1::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	width: 184px;
	border-bottom: 2px solid #df0b25
}
main h2 {
	margin: 38px 0 0;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 31px
}
hr.underline {
	width: 184px;
	display: inline-block;
	border-bottom: 2px solid #df0b25;
	margin-top: 5px;
	margin-bottom: 5px
}
.sluzby a {
	text-decoration: none;
	color: black
}
.sluzby-inline-block {
	display: inline-block
}
.sluzby h2 {
	font-size: 22px
}
.sluzby .item {
	margin-top: 40px
}
.sluzby .itemBox {
	border: 1px solid #ECECEC;
	padding: 10px;
	width: 210px;
	height: 220px;
	display: inline-block;
	margin: 10px 20px
}
.sluzby a:hover .itemBox {
	box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.sluzby .itemBoxImage {
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 200px
}
.sluzby {
	height: 50px;
	padding: 10px 0;
	text-align: center
}
	;
main *+p, main *+ul, main *+ol {
	margin-top: 16px
}
main h1+*, main h2+p {
	margin-top: 26px
}
main ul, main ol {
	padding-left: 18px
}
main>.row, main .row-content {
	padding: 36px 32px!important;
	background: #fff
}
body {
	min-width: 320px
}
aside {
	padding: 0 30px 0 0!important
}
.m-b-20 {
	margin-bottom: 20px
}
.m-bt-10 {
	margin: 10px 0!important
}
.search {
	margin: 10px 0 0
}
#search {
	padding-right: 150px
}
.search .search-submit {
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999999999999999999999999;
	display: block;
	background: transparent;
	border: none;
	color: #000
}
.search .search-submit:after {
	display: block;
	width: 1px;
	height: 90%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	content: '';
	background: #efefef;
	position: absolute
}
@media (max-width:767px) {
#search {
	padding-right: 10px
}
}
.p-0 {
	padding: 0!important
}
.p-static {
	position: static
}
nav button .text {
	display: none
}
footer .tile-3 {
	width: auto
}
.main-columns {
	padding: 0 16px
}
.form-inline .form-group,
#search {
	width: 100%;
	margin: 0
}
nav .form-inline {
	margin: 10px 0
}
#hint {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 10px;
	z-index: 9999
}
main .tile {
	border-bottom: 1px solid #f5f5f5;
	background: #fff
}
footer .tile {
	border-bottom: 1px solid #f5f5f5;
	background: #fff
}
main .tile.col-md-10+.tile.col-md-10, main .tile.col-sm-10+.tile.col-sm-10, footer .tile.col-md-10+.tile.col-md-10, footer .tile.col-sm-10+.tile.col-sm-10 {
	border-left: 1px solid #f5f5f5
}
footer .tile li {
	padding: 0!important
}
main .tile-icon {
	padding-top: 17px
}
footer .tile-icon {
	padding-top: 27px
}
main .tile-icon h4, footer .tile-icon h4 {
	padding-top: 0
}
footer .brands .list li {
	margin: 8px 0 13px
}
footer .brands .list a, footer .brands .list a img {
	margin: 0 auto
}
footer .brands .list a {
	padding: 0 12px
}
footer .brands .list a img {
	max-width: 100%
}
.list-image {
	margin: 0 auto;
	padding: 4px 0 0 9px;
	display: inline-block;
	list-style: none
}
.list-image li {
	position: relative;
	text-align: left
}
.list-image li::before {
	content: url(../img/icon_footer_list.png);
	position: absolute;
	top: 1px;
	left: -27px
}
.nav-tabs>li:first-child>a {
	border-left: 0px!important
}
.icon-addtocompare, .icon-tasktoproduct, .icon-sendmail {
	padding-left: 34px!important
}
.icon-addtocompare {
	background: url(../img/icon_detail_addtoproduct.png) no-repeat 0 12px!important
}
.icon-tasktoproduct {
	background: url(../img/icon_detail_task.png) no-repeat 0 12px!important
}
.icon-sendmail {
	background: url(../img/icon_detail_sendmail.png) no-repeat 0 12px!important
}
.btn-buy img {
	margin-right: 12px
}
.btn-lg.btn-x, .btn-group-lg>.btn.btn-x {
	padding: 12px 0
}
#box-message .bg-info {
	background: #fff!important
}
#box-message, .modal-special {
	bottom: auto!important;
	right: auto!important
}
#produkty .table-list-item {
	table-layout: fixed
}
#produkty .table-list-item tr.item td:first-child {
	width: 120px
}
#kosik .item h4, .table-list-item .item h4 {
	font-size: 16px;
	margin: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
#kosik .item ul li, .table-list-item .item ul li {
	position: relative;
	display: inline-block;
	font-size: 12px
}
#kosik .summary ul li {
	position: relative;
	display: inline-block;
	min-height: 28px;
	line-height: 28px
}
#kosik .item ul li+li, .table-list-item .item ul li+li {
	padding-left: 10px
}
#kosik .summary ul li+li {
	padding-left: 35px;
	margin-left: 42px
}
#kosik .item ul li+li::before, .table-list-item .item ul li+li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	height: 12px;
	background: #000;
	width: 1px
}
#kosik .item ul li+li {
	padding-left: 4px
}
#kosik .summary ul li+li::before {
	position: absolute;
	content: '';
	left: -20px;
	top: 0;
	height: 28px;
	background: #ccc;
	width: 1px
}
#kosik .item .count.form-inline label {
	font-weight: 400;
	font-size: 13px;
	padding: 0 7px 0 0
}
#kosik .item .count:focus {
	box-shadow: none!important
}
#kosik table td {
	vertical-align: middle
}
#kosik .item td.price {
	vertical-align: top
}
#kosik .item .stock+.price,
#kosik .item .count+.price {
	vertical-align: middle
}
.order .option .checkbox-label {
	margin-left: 44px
}
.order .option .pplSaturdayDelivery .checkbox-label {
	margin-left: 32px
}
.order .option .checkbox-label .title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	overflow: visible
}
.order .option .checkbox input+.checkbox-label:after {
	border: 1px solid #ccc
}
#kosik button.btn.btn-default.btn-minus,
#kosik button.btn.btn-default.btn-plus {
	background: #aaa;
	color: #fff;
	padding: 5px;
	border: 1px solid #aaa
}
#kosik .input-group.spinner .form-control {
	border: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 33px;
	text-align: center;
	width: 42px;
	box-shadow: none
}
#kosik .success b {
	color: #2dcc70;
	text-transform: uppercase
}
#kosik .price .state b {
	color: #dd0b24;
	font-size: 16px
}
#kosik .del {
	position: relative
}
#kosik .del button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	height: 40px;
	width: 1px;
	background: #ddd;
	top: 50%;
	margin-top: -20px
}
#kosik .del button {
	text-transform: none;
	font-weight: 400;
	color: #000
}
#kosik .del button:hover {
	text-decoration: underline
}
#kosik .controls a {
	padding: 12px 54px;
	font-size: 15px
}
#kosik .total {
	font-size: 22px;
	padding-right: 12px;
	clear: both
}
#kosik .total b {
	padding-left: 6px;
	color: #dd0b24
}
#kosik .voucher {
	margin-left: 9px
}
#kosik .card-service .voucher {
	margin-left: 13px
}
#kosik .voucher a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	padding: 4px 0 4px 35px;
	background: url(../img/icon_cart_discount.png);
	background-repeat: no-repeat
}
#kosik .card-service .voucher a {
	background: url(../img/icon_cart_card.png);
	background-repeat: no-repeat
}
#kosik .summary .total span {
	background: url(../img/icon_cart_check.png);
	background-repeat: no-repeat;
	padding: 4px 0 4px 35px
}
#kosik td.count span.countText {
	font-weight: 700
}
#kosik .editCount {
	margin-left: 10px;
	color: black;
	text-decoration: underline
}
#kosik .summary .print a {
	margin-left: 6px;
	padding: 4px 0 4px 39px;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	background: url(../img/icon_order_print.png);
	background-repeat: no-repeat
}
#kosik .free {
	font-size: 14px;
	padding: 0 36px;
	background: url(../img/icon_cart_check.png);
	background-repeat: no-repeat
}
.sale-result {
	border-left: 1px solid #ccc
}
.card-result {
	padding-top: 10px
}
.cart-voucher-service .voucher {
	line-height: 35px;
	height: 35px;
	overflow: hidden
}
.cart-additional-info-item {
	padding-left: 20px;
	line-height: 35px
}
.cart-voucher-service {
	padding-right: 20px;
	padding-left: 0
}
#kosik .voucher {
	float: left!important
}
#voucherBox {
	height: 35px!important;
	width: 0;
	float: left!important;
	overflow: hidden;
	display: block;
	transition: all 400ms ease-out
}
#voucherBox.collapse.in {
	height: auto!important;
	width: 260px
}
#voucherBox .row {
	margin: 0;
	width: 260px
}
#voucherBox .voucher-input {
	width: 160px!important;
	padding-right: 0
}
#voucherBox .voucher-button {
	width: 100px!important;
	padding-right: 0
}
#voucherBox .voucher-button .btn {
	display: block
}
#customerCardBox {
	height: 35px!important;
	width: 0;
	float: left!important;
	overflow: hidden;
	display: block;
	transition: all 400ms ease-out
}
#customerCardBox.collapse.in {
	height: auto!important;
	width: 260px
}
#customerCardBox .row {
	margin: 0;
	width: 260px
}
#customerCardBox .voucher-input {
	width: 160px!important;
	padding-right: 0
}
#customerCardBox .voucher-button {
	width: 100px!important;
	padding-right: 0
}
#customerCardBox .voucher-button .btn {
	display: block
}
.card-service {
	padding-top: 10px;
	clear: both
}
.delivery-icon {
	display: inline-block;
	width: 29px;
	height: 29px;
	vertical-align: middle
}
.icon-exclamation-sign {
	background: url(../img/icon_cart_exclamation.png) 0 0 no-repeat
}
.icon-check-sign {
	background: url(../img/icon_cart_check.png) 0 0 no-repeat
}
@media (max-width:1200px) {
.cart-additional-info-item, .cart-voucher-service {
	float: none!important;
	border: none;
	clear: both
}
.cart-additional-info-item+.cart-additional-info-item {
	padding-left: 10px
}
.info-item-sleva {
	padding-left: 20px
}
}
@media (max-width:540px) {
#voucherBox {
	float: none;
	clear: both;
	width: 100%;
	height: 0!important
}
.cart-additional-info-item {
	height: auto
}
#voucherBox.collapse {
	height: 0px!important
}
#voucherBox.collapse.in {
	height: 35px!important
}
}
.btn-default {
	color: #111;
	background-color: #f5f5f5;
	border-color: #141414
}
.btn-default:hover {
	color: #111;
	background-color: #fff;
	border-color: #333
}
.page-header {
	margin: 32px 0 14px
}
.h1 {
	margin: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	display: block;
	margin: 0 0 22px
}
.order .option td, .order .headline.done td {
	padding-left: 16px
}
.order .headline.done td {
	font-weight: 700;
	font-size: 12px;
	padding: 10px 0 8px 20px
}
.order .headline.active td {
	font-weight: 700;
	font-size: 12px;
	padding: 10px 0 8px 20px
}
.order .headline.active {
	font-weight: 400;
	font-size: 13px;
	padding: 12px 0 12px 21px
}
.order .option .checkbox input:checked+.checkbox-label:after {
	content: '✔';
	font-size: 15px;
	text-align: center;
	line-height: 23px;
	border-radius: 2px
}
.order .option .checkbox.pplSaturdayDelivery input:checked+.checkbox-label:after {
	font-size: 10px;
	line-height: 15px
}
.order .sidebar .item td .title {
	font-size: 15px
}
.order .sidebar .item .meta .list li {
	width: 120px;
	font-size: 11px!important;
	padding: 0!important
}
.order .sidebar .item .meta .list li::before {
	display: none
}
.order .sidebar .item td.meta, .order .sidebar .item td.price {
	padding-bottom: 10px
}
.order .payment td {
	padding-left: 18px
}
#storeDetailBlock {
	width: 50%
}
[data-target="clearDelivery"] {
	width: 100%
}
.w-25 {
	width: 25%!important
}
.p-r {
	position: relative
}
.m-t-20 {
	margin-top: 20px!important
}
.m-t-75 {
	margin-top: 75px!important
}
.m-b-75 {
	margin-bottom: 75px!important
}
.m-b-5 {
	margin-bottom: 5px
}
.m-b-10 {
	margin-bottom: 10px
}
.m-b-15 {
	margin-bottom: 15px
}
.m-b-20 {
	margin-bottom: 20px
}
.empty-cart-image {
	margin: 25px auto 20px
}
.order .personal .checkbox input+.checkbox-label {
	margin-left: 4px;
	overflow: visible
}
.order .table.controls .btn-primary {
	padding: 14px 68px
}
.bg-danger, .bg-info {
	background-color: #fff
}
.bg-danger .modal-body, .bg-info .modal-body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center
}
#payu_ .table-payu {
	border: 0
}
#cartUser .order .controls td {
	padding: 0 0 20px
}
.formErrorContent {
	background: #000!important;
	border-radius: 0!important;
	padding: 10px!important;
	color: #fff!important;
	border: 0!important;
	border-top: 2px solid #df0b24!important;
	box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important
}
.formError .formErrorArrow div {
	background: #000!important;
	border: 0px!important
}
.formErrorArrow>div {
	box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important
}
.formErrorArrow .line1, .formErrorArrow .line2 {
	display: none!important
}
#detail .variantValidationMessage {
	margin-top: -22px;
	background: #000!important;
	border-radius: 0!important;
	padding: 12px 10px 14px 42px!important;
	color: #fff!important;
	border: 0!important;
	border-top: 2px solid #df0b24!important;
	box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.25)!important;
	font-size: 11px
}
#detail .variantValidationMessage::before {
	content: url(../img/icon_form_error_info.png);
	position: absolute;
	top: 7px;
	left: 7px
}
#detail .variantValidationMessage::after {
	content: url(../img/icon_form_error_info_arrow.png);
	position: absolute;
	bottom: -10px;
	left: 20px
}
#detail h1 div {
	color: black;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 15px
}
.fancybox-close {
	top: 20px!important;
	right: 20px!important;
	width: 34px!important;
	height: 34px!important;
	background: transparent url(../img/icon_detail_close.png)!important;
	background-repeat: no-repeat!important
}
.fancybox-next span, .fancybox-prev span {
	display: none!important
}
.fancybox-next {
	opacity: .2
}
.fancybox-next:hover {
	background-image: url(../img/icon_detail_gallery_next.png)!important;
	background-repeat: no-repeat!important;
	background-position: right center!important;
	opacity: 1;
	right: 0
}
.fancybox-prev {
	opacity: .2
}
.fancybox-prev:hover {
	background-image: url(../img/icon_detail_gallery_previous.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	opacity: 1;
	left: 0
}
.fancybox-nav {
	top: 0;
	width: 100px!important
}
#hint {
	border-top: 1px solid #ddd;
	margin-top: -2px;
	box-shadow: 0 1px 14px rgba(0,0,0,.15)!important
}
#hint .panel {
	margin-bottom: 0;
	border: 0
}
#hint .panel-footer {
	padding: 0;
	background-color: #fff
}
#hint .panel-body {
	padding: 0
}
#hint #katalog-find {
	margin-top: -2px
}
#hint .panel-heading,
#hint .list-group>h4,
#hint .list-group .media img,
#hint .panel-footer+a,
#hint .panel-body>a {
	display: none
}
#hint .panel-body>.list-group a:first-child() {
	border-top: 0!important
}
#hint .list-group .media-body h4 {
	margin: 0;
	font-weight: 400;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left
}
#hint .list-group {
	margin: 0
}
.bg-white {
	background: #fff
}
.table-list-item td {
	padding: 20px 0!important;
	border-top: 0!important;
	vertical-align: top
}
.table-list-item ul {
	padding: 0;
	margin: 0
}
.table-list-item p {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #666;
	font-size: 13px
}
.table-list-item td>a {
	font-size: 13px;
	color: #666
}
.table-list-item td>a+a {
	margin-left: 16px
}
.list-search, .list-tab {
	padding: 0;
	clear: both
}
.stores-filter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end
}
.stores-filter li {
	position: relative;
	float: none
}
.stores-filter li a {
	height: 100%;
	display: block
}
@media (max-width:767px) {
.store-filter-item {
	width: 100%
}
}
.list-search a {
	display: block;
	color: #666;
	margin-right: 2px;
	margin-bottom: 2px;
	border-bottom: 3px solid #ddd;
	text-decoration: none;
	padding: 11px 10px
}
.list-tab a {
	display: block;
	color: #666;
	margin-right: 2px;
	margin-bottom: 2px;
	border-bottom: 3px solid #ddd;
	text-decoration: none;
	padding: 11px 0
}
.list-tab a {
	text-transform: uppercase
}
.list-search li {
	margin: 0;
	padding: 0;
	list-style: none
}
.list-tab li {
	margin: 0;
	padding: 0;
	list-style: none
}
.list-search li.active a, .list-search li a:hover, .list-search li a:focus, .list-tab li.active a, .list-tab li a:hover, .list-tab li a:focus {
	color: #111;
	border-color: #df0b25
}
.p-l-32 {
	padding-left: 32px
}
.p-r-32 {
	padding-right: 32px
}
.m-b-15 {
	margin-bottom: 15px!important
}
.m-b-30 {
	margin-bottom: 30px!important
}
.m-b-40 {
	margin-bottom: 40px!important
}
.p-l-0 {
	padding-left: 0!important
}
.m-b-12 {
	margin-bottom: 12px
}
.m-b-50 {
	margin-bottom: 50px!important
}
.ff-os {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 31px;
	text-align: center;
	display: block;
	margin: 0 0 12px;
	text-align: left;
	padding: 0
}
.ff-os::after {
	display: none
}
.modal-container {
	max-width: 900px
}
.v-a-middle {
	vertical-align: middle
}
.m-w-900 {
	max-width: 900px
}
#box-message {
	max-width: 900px;
	width: 100%!important;
	max-height: 100%
}
#box-message .modal-dialog {
	width: 100%
}
#box-message .modal-body {
	padding: 30px 25px
}
#box-message .modal-body tr td {
	border: 0
}
#box-message .item h4 {
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
#box-message .item ul li {
	position: relative;
	display: inline-block;
	font-size: 12px
}
#box-message .item ul li+li::before {
	position: absolute;
	content: '';
	left: 4px;
	top: 4px;
	height: 12px;
	background: #000;
	width: 1px
}
#box-message .item ul li {
	position: relative;
	display: inline-block;
	font-size: 12px
}
#box-message .price .state b {
	color: #dd0b24;
	font-size: 22px
}
#box-message table td {
	vertical-align: middle
}
#box-message .controls a {
	padding: 15px 54px 14px;
	font-size: 15px
}
#box-message .price .state b {
	color: #dd0b24;
	font-size: 22px
}
#box-message .price .info {
	font-size: 12px
}
#box-message .item ul li+li {
	padding-left: 10px
}
#box-message .modal-header {
	position: relative;
	border: 0;
	padding: 0
}
#box-message .modal-header .close {
	position: absolute;
	top: 11px;
	right: 13px
}
.t-right {
	text-align: right
}
.t-left {
	text-align: left
}
.w-120 {
	width: 120px
}
.lh-35 {
	line-height: 35px
}
#comparisonPanel {
	border-top: 1px solid #ddd
}
#compareProductPlural {
	margin-right: 15px
}
#compareProductCount {
	position: relative;
	top: -1px;
	margin: 0 2px;
	background-color: #df0b25
}
.modal-special {
	overflow-y: hidden!important;
	width: 100%
}
.modal-special .modal-content {
	padding: 30px 25px
}
.modal-special .modal-content .form-inline .form-control {
	width: 100%
}
.modal-special .modal-body {
	padding: 0
}
.modal-special textarea {
	min-height: 120px;
	resize: none
}
.modal-special .close {
	position: absolute;
	top: -20px;
	right: -12px
}
.modal-special * {
	-webkit-transform: perspective(0);
	transform: perspective(0);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.o-f-x-auto {
	overflow-x: auto
}
.compare-title {
	text-transform: uppercase;
	font-size: 14px;
	color: rgb(0,0,0);
	display: block;
	font-weight: 700
}
.remove-from-comparison:hover {
	text-decoration: none
}
#comparisonTable .row>div {
	padding-top: 10px;
	padding-bottom: 10px
}
#comparisonTable .compare-del {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000
}
#comparisonTable .buy img {
	height: 21px
}
#comparisonTable .compare-del .p-r span {
	padding-right: 4px;
	font-size: 23px;
	position: absolute;
	margin-left: -20px;
	margin-top: 2px
}
#comparisonTable img {
	margin: 0 auto
}
#comparisonTable .productName a {
	font-size: 17px;
	font-weight: 700;
	color: rgb(0,0,0)
}
.v-a-box {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.t-price {
	color: rgb(237,28,36);
	font-weight: 700;
	font-size: 19px
}
#storeListBlock {
	margin: 0
}
.products li img {
	margin: 0 auto;
	max-height: 150px;
	width: auto
}
.categoryProductSlider img {
	max-height: 40px!important
}
.product-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none
}
.product-list li * {
	margin: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px
}
.product-list>li {
	position: relative;
	height: 370px;
	margin: 0;
	padding: 0;
	list-style: none
}
.product-list>li a {
	display: block;
	height: 100%;
	background: #fff;
	min-height: 300px;
	padding: 16px 10px 0 18px;
	-webkit-transition: background-position 0.1s linear, box-shadow 0.2s;
	transition: background-position 0.1s linear, box-shadow 0.2s;
	position: relative;
	z-index: 1;
	color: #111;
	text-decoration: none;
	border-left: 1px solid #f5f5f5
}
.product-list>li:first-child a {
	border-left: none
}
.hp-product-slider .product-list>li a {
	margin: 1px
}
@media (max-width:1200px) {
.product-list>li {
	height: 410px
}
.products li img {
	max-height: 200px;
	width: auto
}
}
@media (max-width:991px) {
.hp-product-slider {
	margin-top: 0px!important
}
}
@media (max-width:767px) {
.products li img {
	max-height: 150px;
	width: auto
}
}
.product-list>li>a:hover, .product-list>li>a:focus {
	box-shadow: 0 0 14px rgba(0,0,0,.15);
	z-index: 9
}
.product-list>li>a:hover .link-cart {
	z-index: 10
}
.product-list li .category {
	color: #666;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1px
}
.product-list li .title {
	text-transform: none;
	font-size: 17px;
	line-height: 1.22222;
	font-weight: 700;
	height: 42px;
	overflow: hidden;
	position: relative;
	z-index: 9
}
.product-list li img {
	margin: 0 auto
}
.product-list li .price {
	position: absolute;
	bottom: 14px;
	left: 14px;
	font-weight: 700;
	font-size: 22px;
	color: #df0b25;
	white-space: nowrap
}
.product-list li .price-old {
	position: absolute;
	bottom: 44px;
	left: 14px;
	font-size: 11px;
	color: #989898;
	white-space: nowrap
}
.product-list li .labels {
	position: absolute;
	top: 84px;
	left: 5px
}
.m-t-30 {
	margin-top: 30px!important
}
.m-t-25 {
	margin-top: 25px!important
}
.bg-darkblue {
	background: #242b49
}
.bg-white {
	background: #fff
}
.no-p {
	padding: 0!important
}
.m-r-0 {
	margin-right: 0
}
.m-l-0 {
	margin-left: 0
}
.m-b-0 {
	margin-bottom: 0
}
.p-b-0 {
	padding-bottom: 0!important
}
.row-pure {
	padding: 0!important;
	margin: 0!important;
	background: none!important
}
.m-r-10 {
	margin-right: 10px!important
}
.row-m-half {
	margin-left: -8px!important;
	margin-right: -8px
}
.m-l-8-minus {
	margin-left: -8px!important
}
.m-r-8-minus {
	margin-right: -8px!important
}
.p-b-20 {
	padding-bottom: 20px!important
}
.icon-phone i, .icon-mail i {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 12px;
	margin: 0 12px 12px 0
}
.icon-phone a, .icon-mail a {
	text-decoration: none;
	color: #34495e
}
.icon-phone a:hover, .icon-mail a:hover {
	text-decoration: underline
}
.banner {
	min-height: 640px;
	background-size: cover!important;
	background-color: #666;
	background-position: center center!important;
	position: relative
}
.banner-box {
	padding: 100px 48px 0;
	overflow: hidden;
	max-height: 426px
}
.banner-box+.banner-box {
	display: none
}
.banner-box h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 50px;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(66,66,66,1)
}
.banner-box h4 {
	text-transform: uppercase;
	font-size: 19px;
	color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(66,66,66,1)
}
.banner-box h2+h4 {
	margin: 4px 0 36px
}
.banner-box h4+h2 {
	margin: 4px 0 29px
}
.banner-box .btn-primary {
	padding: 10px 35px;
	font-size: 16px
}
.banner-box .btn-secondary {
	padding: 10px 33px;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	background: none
}
.banner-box .btn-secondary:hover, .banner-box .btn-secondary:focus {
	background: #fff;
	color: #000
}
.banner-box .btn+.btn {
	margin-left: 10px
}
.banner-link {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	transform: translate(-50%,0)
}
.banner-link[data-clickable="0"] {
	cursor: default
}
.product_detail_cart_ajax_select ul label span {
	display: block
}
.product_detail_cart_ajax_select ul label span img {
	position: relative;
	z-index: -1;
	display: block
}
.box-h {
	height: 370px;
	background-size: cover!important;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: relative
}
.box-h:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)
}
.hp-links:before, .hp2-links:before {
	display: none
}
.box-h[data-box-bg] {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out
}
.box-h[data-box-bg]:hover {
	opacity: .8
}
.box-h+.box-h {
	border-left: 2px solid #f5f5f5
}
.box-h ul a:hover, .box-h ul a:focus {
	text-decoration: underline
}
.box-h .link {
	display: block;
	padding: 15px 20px 15px 0;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	text-indent: 10px
}
.box-h ul {
	list-style: none;
	margin: 0!important;
	padding: 0!important
}
.box-h ul a {
	display: block;
	padding: 15px 20px 15px 0;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	text-indent: 10px
}
.box-h ul li+* {
	border-top: 1px solid #f0f0f0
}
.box-h .link+* {
	border-top: 1px solid #f0f0f0
}
.box-h .link-side-box {
	padding-top: 24px;
	margin-left: -16px;
	min-width: 283px;
	text-indent: 0
}
.box-h .link-side-box:hover {
	text-decoration: none
}
.box-h h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 48px;
	color: #fff;
	position: absolute;
	bottom: 55px;
	left: 30px
}
.box-h .box-h-sub {
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: absolute;
	bottom: 24px;
	left: 31px;
	letter-spacing: 1px;
	font-weight: 700
}
.product-list li .link-cart {
	min-height: 0;
	border: 0;
	padding: 8px;
	display: inline-block;
	right: 20px;
	position: absolute;
	bottom: 20px;
	border-radius: 4px;
	background: #df0b25 url(../img/icon_detail_buy.png) no-repeat 7px center;
	width: 48px;
	height: 45px;
	text-indent: -1000em;
	font-size: 0
}
.product-list li .link-cart:hover, .product-list li .link-cart:focus {
	background: #ae091d url(../img/icon_detail_buy.png) no-repeat 7px center
}
.bg-lightgray {
	background: #f5f5f5
}
.h4 {
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #000;
	display: block;
	text-align: center
}
h5, .h5 {
	margin-bottom: 8px
}
.box-lightgray {
	background: #f5f5f5;
	margin: 0 -25px -30px;
	padding: 20px 30px 30px
}
#loginModal {
	position: absolute;
	top: 65px;
	left: 0;
	background: #fff;
	width: 288px;
	display: none;
	z-index: 9999
}
.no-row-m {
	margin-left: 0;
	margin-right: 0
}
#loginModal {
	box-shadow: 0 0 14px rgba(0,0,0,.15);
	z-index: 9999
}
#loginModal .input-group {
	width: 100%
}
#loginModal .input-group input {
	border-radius: 4px
}
#loginModal button {
	width: 100%
}
#loginModal .h5 {
	text-align: center;
	display: block;
	font-size: 18px;
	margin: 24px 0 20px
}
#loginModal .form-group {
	margin-bottom: 12px
}
#loginModal .btn-default {
	background: #fff
}
#loginModal .btn-default:hover,
#loginModal .btn-default:focus {
	background-color: #f5f5f5
}
.link-simple {
	padding: 0px!important;
	min-width: 0px!important;
	color: #000!important;
	font-size: 13px!important;
	font-weight: normal!important;
	text-transform: none!important;
	height: auto!important;
	background: none!important;
	text-align: left!important;
	text-decoration: underline!important
}
.link-simple:hover {
	text-decoration: underline!important
}
.d-block {
	display: block!important
}
.d-none {
	display: none!important
}
.m-t-15 {
	margin-top: 15px
}
.no-m {
	margin: 0!important
}
.navbar-search .button-user>.btn-active {
	background-color: #3c487b!important
}
.navbar-search .button-user>a.btn-active:after {
	display: block;
	content: '\f106';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 20px
}
.tt-none {
	text-transform: none!important
}
.t-gray {
	color: #666
}
.store-detail-box-img {
	min-height: 425px;
	margin-bottom: 2px
}
.store-detail-box-map #maps-canvas {
	height: 300px
}
.store-list-box-map #maps-canvas {
	height: 540px
}
#storeList {
	list-style: none
}
.m-t-45 {
	margin-top: 45px!important
}
.m-t-50 {
	margin-top: 50px!important
}
.b-b-2 {
	border-bottom: 2px solid #f5f5f5
}
.b-b-line {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cbccce
}
.icon-detail-reservation {
	padding-left: 17px;
	background: url(../img/icon_detail_reservation.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 14px;
	margin: 4px 0 0
}
.icon-detail-reservation strong {
	display: block;
	color: #df0b25
}
[data-bg-cover] {
	opacity: 0;
	background-size: cover!important;
	display: block;
	background-position: center center
}
.img-circle {
	border-radius: 50%
}
.contact-person {
	vertical-align: middle
}
.contact-person img {
	width: 100px;
	height: 100px;
	border-radius: 50%
}
.contact-person h6, .contact-person span {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666
}
.contact-person span {
	margin-bottom: 2px;
	display: block
}
.p-t-30 {
	padding-top: 30px!important
}
.p-r-8 {
	padding-right: 8px!important
}
.normal-title {
	padding: 0;
	font-weight: normal!important;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.normal-title::after {
	display: none!important
}
.list-store, .list-store>li {
	list-style: none;
	padding: 0;
	margin-bottom: 15px
}
.list-store li div {
	color: #111;
	font-size: 13px
}
.list-store li div>a {
	color: #111;
	text-decoration: underline;
	font-weight: 600;
	font-size: 12px;
	padding: 0
}
.list-store li div:first-child>a {
	width: 100%;
	display: block
}
.list-store li div>a.googleMarker, a.googleMarker {
	cursor: pointer;
	color: #063570
}
.deactivatedStore * {
	color: grey!important
}
#reservationContentDelivery .list .deactivatedStore strong {
	font-weight: 700
}
.t-red {
	color: #df0b25
}
.menu-open-bg {
	background: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	display: none
}
.panel-white {
	background-color: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 5px 15px 15px
}
.panel-white .panel-heading {
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 15px 10px
}
.panel-white .form-group {
	position: relative;
	margin: 0 0 12px!important
}
.p-t-0 {
	padding-top: 0!important
}
.showMore, .hideMore {
	margin: 0;
	padding: 5px 0 10px 0
}
.showMore:hover, .hideMore:hover {
	text-decoration: none
}
#razeni {
	margin-bottom: 0
}
#catalogue_overview>p.center {
	padding: 30px 20px;
	background: #fff
}
.av-time-label {
	margin-top: 10px;
	font-weight: bold!important
}
#reservationContentDelivery *:not(div.col) {
	display: block;
	width: 100%
}
#reservationContentDelivery .shipping-search {
	margin-bottom: 15px
}
#reservationContentDelivery br {
	display: none
}
#reservationContentDelivery table {
	margin-bottom: 20px;
	display: table!important
}
#reservationContentDelivery table tbody tr,
#reservationContentDelivery table tbody td {
	width: auto;
	display: inline-block
}
#reservationContentDelivery table tbody tr {
	display: table-row!important
}
#reservationContentDelivery table tbody td {
	display: table-cell!important
}
#reservationContentDelivery tr.selection {
	width: 100%;
	display: block
}
#reservationContentDelivery tr.selection>td {
	width: 100%;
	display: block
}
#reservationContentDelivery .list {
	font-weight: 700
}
#reservationContentDelivery .list * {
	font-size: 14px;
	font-weight: 400
}
#reservationContentDelivery .list .gone {
	display: none
}
#reservationContentDelivery .list b {
	font-weight: 700;
	color: #df0b25;
	font-size: 14px;
	padding: 0 0 14px
}
#reservationContentDelivery .list>a {
	color: #000;
	display: block;
	width: 100%
}
#reservationContentDelivery #storeList {
	max-height: 200px;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px
}
#reservationContentDelivery .store-list-holder {
	position: relative
}
#reservationContentDelivery .store-list-holder:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 99;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0)
}
#reservationContentDelivery .store-list-holder:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 99;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)
}
@media (min-height:750px) and (min-width:1024px) {
#reservationContentDelivery #storeList {
	max-height: 360px
}
}
#reservationContentDelivery #storeList.list a {
	padding-right: 10px;
	color: #000;
	text-decoration: underline;
	font-weight: 700
}
#reservationContentDelivery #storeListBlock {
	margin-bottom: 20px
}
.modal-special #reservationContentDelivery #storeListBlock {
	margin-bottom: 0
}
#reservationContentDelivery #storeListBlock>b {
	margin-bottom: 5px;
	color: #ed1c24
}
#reservationContentDelivery #storeDetailBlock {
	position: relative
}
#reservationContentDelivery #storeDetailBlock .list div>a {
	font-weight: 700;
	color: #000;
	text-decoration: underline
}
#reservationContentDelivery #storeDetailBlock .list>:nth-child(3) {
	margin-bottom: 15px
}
#reservationContentDelivery #storeList li {
	margin-bottom: 8px;
	overflow: hidden
}
#reservationContentDelivery #storeListBlock *,
#reservationContentDelivery #storeDetailBlock * {
	font-size: 13px
}
#deliveryAndPayments #storeDetailBlock br {
	display: none
}
#deliveryAndPayments #storeDetailBlock table tbody tr,
#deliveryAndPayments #storeDetailBlock table tbody td {
	padding: 0;
	width: auto;
	display: inline-block
}
#deliveryAndPayments .shipping-search+div {
	position: relative
}
#deliveryAndPayments #storeDetailBlock .list {
	font-weight: 700
}
#deliveryAndPayments #storeDetailBlock .list * {
	font-size: 12px;
	font-weight: 400;
	display: block
}
#deliveryAndPayments #storeDetailBlock .list table {
	display: table!important
}
#deliveryAndPayments #storeDetailBlock .list table tbody tr {
	display: table-row!important
}
#deliveryAndPayments #storeDetailBlock .list table tbody td {
	display: table-cell!important
}
#deliveryAndPayments #storeDetailBlock .list b {
	font-weight: 700
}
#deliveryAndPayments #storeDetailBlock .list>a {
	color: #000;
	display: block;
	width: 100%
}
#deliveryAndPayments #storeDetailBlock .list>a.googleMarker {
	display: inline
}
#deliveryAndPayments #storeDetailBlock .list>:nth-child(3) {
	margin-bottom: 15px
}
#deliveryAndPayments #storeDetailBlock * {
	font-size: 12px
}
#deliveryAndPayments #storeDetailBlock .list {
	width: 100%
}
#deliveryAndPayments #storeDetailBlock .list>div {
	font-size: 12px
}
#deliveryAndPayments #storeDetailBlock .list>div>* {
	width: 100%;
	font-weight: 700;
	padding-bottom: 0
}
#deliveryAndPayments #storeDetailBlock .list>b {
	font-size: 14px
}
#deliveryAndPayments #storeList a {
	padding: 0 3px 0 0!important
}
#deliveryAndPayments .pplSaturdayDelivery {
	text-align: left;
	margin-left: 40px
}
#produkty {
	padding: 0
}
#produkty .table-list-item td {
	padding: 20px 10px 20px 0!important
}
#produkty .table-list-item td>a {
	text-decoration: underline;
	color: #000
}
#produkty .table-list-item td>a:hover,
#produkty .table-list-item td>a:focus {
	text-decoration: none
}
#prehled-objednavek .order-detail h1::after {
	display: none
}
#prehled-objednavek .order-detail td.price {
	padding: 8px 20px;
	text-align: right
}
#kosik .table.payment tr .option-info,
#kosik .table.shipping tr .option-info {
	position: relative;
	top: 0;
	background: #fff;
	padding: 0 23px 10px 0;
	text-align: right!important
}
#kosik #storeDetailBlock table tr {
	border: 0
}
#kosik .payment .selection>td {
	padding: 0!important
}
#kosik .payment .selection>td {
	padding: 0!important
}
#kosik .payment .selection>td * {
	max-width: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000!important
}
#kosik .payment .selection>td>div>div {
	width: auto!important
}
#payu_ .table-payu td.radio {
	margin: 0 auto!important;
	padding: 20px 20px 15px!important
}
#payu_ .table-payu td {
	border: 0!important
}
#payu_ table tr+tr {
	border: 0!important
}
#payu_tt {
	width: 100%!important;
	left: 0px!important
}
#payu_ttcont {
	background: rgba(0,0,0,.8)!important;
	padding: 18px 16px 22px!important;
	font-size: 11px
}
#payu_tttop,
#payu_ttcont,
#payu_ttbot {
	margin: 0!important
}
#payu_ .table-payu td {
	font-size: 14px;
	line-height: 19px
}
#payu_ .table-payu {
	border: 0!important
}
.table-payu {
	width: 100%!important;
	margin: 0!important
}
.table-payu tbody {
	display: block;
	padding: 0 15px 0 5px!important
}
.table-payu td.icon {
	width: 50%!important
}
#payu_ .table-payu [align="right"] {
	text-align: right!important
}
#payu_ .table-payu input[type=radio] {
	cursor: pointer
}
#payu_ .table-payu input[type=radio]::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-left: -3px;
	margin-top: -3px
}
#payu_ .table-payu input[type=radio]:checked::before {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	top: 1px;
	left: 1px
}
#payu_ .table-payu input[type=radio]:checked::after {
	border: 1px solid #000
}
#payu_ .table-payu td {
	padding: 10px 20px 10px!important
}
.m-0 {
	margin: 0!important
}
.p-20 {
	padding: 20px!important
}
.t-right {
	text-align: right!important
}
.order-recapitulation {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.order-recapitulation h1 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 26px 15px;
	background: #fff;
	font-size: 17px!important;
	font-weight: 600!important
}
.order-recapitulation .headline td {
	background: #dddddd!important
}
.t-center {
	text-align: center!important
}
.d-inline-block {
	display: inline-block!important
}
.product_detail_price_ajax_select #cena .price {
	font-size: 34px;
	color: #df0b25;
	white-space: nowrap;
	line-height: 34px;
	width: auto;
	padding-right: 20px
}
@media (max-width:767px) {
.product_detail_price_ajax_select #cena .price {
	padding-right: 0
}
}
.product_detail_price_ajax_select #cena .discount {
	font-size: 13px;
	white-space: nowrap
}
.product_detail_price_ajax_select #cena .cena {
	width: 50%;
	float: left
}
#produkty .discount {
	font-size: 12px;
	color: #555
}
#produkty h5 {
	margin-top: 0
}
#detail .col.left .gallery+ul {
	margin-top: 20px
}
footer .info-contact * {
	color: #555!important
}
footer .info-contact i {
	width: 20px
}
.p-t-24 {
	padding-top: 24px!important
}
.tab-content .table-striped {
	margin: 0 0 10px
}
.tab-content .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff
}
.tab-content .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fafafa
}
.tab-content .table-striped>tbody>tr td:first-child {
	width: 240px
}
.tab-content .table-striped>tbody>tr td+td {
	font-weight: 700
}
.tab-content .table-striped>tbody>tr td {
	border: 0
}
.tab-content .table-striped>tbody>tr+tr td {
	border-top: 1px solid #f2f2f2
}
#reservation.modal-special,
#question.modal-special,
#recommend.modal-special {
	max-height: 100vh;
	overflow: auto!important;
	margin: 0px!important;
	margin-left: -50%!important;
	position: fixed;
	top: 0%!important;
	left: 50%!important;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none
}
.list-photo-small {
	position: relative;
	top: 10px;
	display: none;
	max-width: 50px;
	max-height: 50px;
	height: auto;
	width: auto;
	float: right
}
.list-photo-small:nth-child(1), .list-photo-small:nth-child(2) {
	display: block
}
@media (max-width:1199px) {
.navbar-nav.nav-main a {
	padding: 33px 16px 0;
	font-size: 14px
}
.navbar-nav.nav-main a::after {
	display: none
}
.category-promo {
	height: 150px
}
}
@media (min-width:768px) and (max-width:991px) {
.b-t-sm-1 {
	border-top: 1px solid #fff
}
.b-l-sm-1 {
	border-left: 1px solid #fff
}
.col-sm-quarter {
	width: 25%
}
#loginModal {
	width: 451px
}
#kosik .item h4, .table-list-item .item h4 {
	font-size: 14px
}
#kosik .item ul li, .table-list-item .item ul li {
	font-size: 11px
}
#kosik .item .count.form-inline label {
	font-size: 11px
}
#kosik .success b {
	font-size: 12px
}
#kosik .price .state b {
	font-size: 16px
}
#kosik .del button {
	font-size: 10px
}
.order .shipping .found>div {
	width: 100%!important
}
.order .shipping .found .map>div {
	margin-top: 12px;
	width: 100%!important
}
#kosik .w-120 {
	width: 60px
}
#kosik .w-120 img {
	max-width: 50px;
	height: auto
}
#kosik .p-l-30 {
	padding-left: 5px!important
}
#kosik .w-130 {
	width: 130px
}
#kosik .price {
	width: 100px
}
#kosik .price .state b {
	font-size: 14px;
	width: 100px
}
#kosik .w-180 {
	width: 120px
}
#kosik .total {
	font-size: 18px
}
.category-promo {
	height: 100px
}
}
@media (min-width:992px) and (max-width:1199px) {
footer .shops input[type="text"] {
	margin: 0 auto 10px
}
}
@media (max-width:991px) {
.navbar-nav {
	margin: 16px 0
}
.nav-main {
	border-bottom: 1px solid #f5f5f5
}
.nav-main li+li {
	border-top: 1px solid #f5f5f5
}
.nav-main a {
	height: auto!important;
	padding: 16px!important
}
.navbar-top .navbar-right .left {
	padding: 3px 12px 10px 12px
}
.navbar-top .navbar-right .right {
	margin: 0;
	border-left: 0
}
.navbar-search .products-list {
	box-shadow: 0 0 0!important
}
.navbar-search .products-list li {
	width: 100%!important
}
.paginator .text-center {
	margin-top: 36px
}
.paginator a {
	min-width: 0px!important;
	padding: 5px 11px!important
}
.products-list li a:hover+ul, .products-list li a:focus+ul, .products-list li ul:hover {
	display: none
}
footer .tile-icon, footer .tile.col-md-10 {
	min-height: 0px!important
}
footer .tile-icon {
	padding-bottom: 30px
}
.detail+.tabs .nav-tabs li {
	width: 25%!important
}
main ul.list.clearfix:not(.products):not(.order)>li {
	width: 100%
}
main ul.list.colors>li {
	width: auto!important
}
main .gallery ul.list.clearfix:not(.products):not(.order)>li {
	width: auto!important
}
.banner-box {
	padding: 85px 48px 0
}
.banner {
	min-height: 340px
}
.box-h+.box-h {
	border: 0
}
footer .copy {
	margin: 24px 0 0
}
}
@media (max-width:1199px) {
footer .tile.col-md-10 {
	min-height: 302px
}
.detail .cta>div.left, .detail .cta>div.right {
	width: 100%!important;
	padding: 0!important
}
.filters-radio-box .list .list li:first-child {
	float: left
}
.icon-detail-reservation {
	margin-bottom: 12px!important
}
.order .sidebar {
	margin-bottom: 30px;
	padding-left: 16px
}
}
@media (max-width:1467px) {
.detail>.clearfix>.col.right {
	padding: 0 0 0 26px!important
}
.order .sidebar td.price {
	vertical-align: top!important
}
.banner {
	min-height: 450px
}
}
@media (max-width:1024px) {
.banner {
	min-height: 300px
}
}
@media (max-width:767px) {
.detail>.clearfix>.col.right {
	padding: 0!important
}
}
@media (min-width:992px) {
.col-md-quarter {
	width: 25%
}
.col-md-p-r-0 {
	padding-right: 0
}
.products-list li {
	width: 323px
}
.products-list li ul {
	padding-left: 323px
}
.products-list li ul li {
	width: 50%
}
}
@media (max-width:992px) {
span.icon-phone+br {
	display: none
}
span.icon-phone {
	display: block
}
}
@media (min-width:1200px) {
.col-lg-quarter {
	width: 25%
}
#kategorie-list>li:nth-child(27n+1) {
	width: 50%
}
#kategorie-list>li:nth-child(27n+1) img.productImage {
	max-height: 230px
}
#kategorie-list>li:nth-child(27n+1)>a .bx-wrapper {
	margin-top: 0
}
.products-list li {
	width: 313px
}
.products-list li ul {
	padding-left: 313px
}
.products-list li ul li {
	width: 25%
}
.products-list li ul.brandList li {
	width: 20%
}
}
@media (min-width:1468px) {
.container {
	width: 1440px
}
.products-list li {
	width: 288px
}
.products-list li ul {
	padding-left: 288px
}
.col-xlg-eighth {
	width: 12.5%
}
.m-xlg-l-0 {
	margin-left: 0!important
}
}
@media (max-width:1200px) {
.row.m-t-20+h5+table {
	margin-bottom: 20px
}
h5.m-t-30+.row>.col-lg-18+.col-lg-12 {
	margin: 14px 0 20px
}
}
@media (max-width:1500px) {
.banner .bx-wrapper .bx-next {
	right: 0
}
.banner .bx-wrapper .bx-prev {
	left: 0
}
}
@media (min-width:1200px) and (max-width:1467px) {
#loginModal {
	width: 312px
}
.icon-phone i, .icon-mail i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 9px;
	margin: 0 7px 12px 0
}
.icon-phone a, .icon-mail a {
	font-size: 13px
}
.icon-detail-reservation {
	font-size: 13px
}
#kosik .sidebar .item h4 {
	font-size: 14px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.nav-catalog-tree a+ul {
	display: none!important
}
#kosik .price .info {
	font-size: 11px
}
#kosik .item h4, .table-list-item .item h4 {
	font-size: 14px
}
#kosik .price .state b {
	font-size: 18px
}
#kosik .del button {
	font-size: 12px
}
#kosik .item .count.form-inline label {
	font-size: 12px
}
#kosik .input-group.spinner .form-control {
	width: 32px;
	font-size: 12px
}
#kosik .success b {
	font-size: 12px
}
.detail ul.actions a {
	margin-right: 12px;
	font-size: 12px
}
.store-list-box-map {
	width: 100%;
	margin: 15px 0 30px
}
.sm-m-20 {
	margin: 20px 0
}
#kosik .sidebar .image {
	padding-left: 16px
}
.order .sidebar .item .meta .list li {
	font-size: 13px!important;
	margin: 0 15px 0 5px
}
.detail .cta>div.left .price {
	font-size: 28px
}
h1, .h1 {
	font-size: 30px
}
h5, .h5 {
	font-size: 14px
}
body {
	font-size: 13px
}
.products.list>li {
	height: 420px
}
.products li img {
	max-height: 180px
}
aside {
	padding: 0!important
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
.nav-catalog-tree a.active+ul {
	display: block!important
}
}
@media (max-width:1467px) {
.order .shipping .found .map>div {
	width: 100%
}
.order .personal .person input {
	width: 100%
}
}
@media (max-width:767px) {
main, aside {
	clear: both
}
aside {
	padding: 0!important
}
.b-t-xs-1 {
	border-top: 1px solid #fff
}
footer .shops input[type="text"] {
	margin: 0 auto 10px
}
footer .copy {
	margin: 24px 0 0
}
footer li .copy-link {
	margin-left: 0
}
footer .copy .list li {
	float: left
}
footer #copyright p {
	margin-bottom: 0
}
footer .copy-link {
	margin: 0
}
.detail>.clearfix>.col.right {
	margin-bottom: 30px
}
.detail .col.right .brand-bg {
	opacity: .3;
	display: none
}
main .detail .col {
	width: 100%
}
.detail ul.labels {
	left: auto!important;
	right: auto!important;
	top: auto!important
}
.tabs .nav-tabs {
	margin-right: 0
}
.detail+.tabs .nav-tabs li {
	width: 100%!important
}
.detail+.tabs .nav-tabs li+li {
	border-top: 1px solid #ddd
}
.detail+.tabs .nav-tabs a {
	border: 0!important
}
.detail+.tabs .nav-tabs-box li {
	text-align: left;
	list-style-type: disc;
	border-top: 0px!important
}
.detail+.tabs .nav-tabs-box ul {
	margin-bottom: 15px
}
.banner .bx-wrapper .bx-next, .banner .bx-wrapper .bx-prev {
	display: none
}
.banner {
	min-height: 0px!important
}
.banner-box {
	padding: 40px 0!important;
	position: relative!important;
	left: 0;
	width: 100%!important
}
#loginModal {
	width: 100%
}
.modal-body table td {
	display: block!important;
	text-align: center!important
}
.modal-body table td .btn {
	width: 100%!important;
	display: block!important
}
.modal-body table td .image.w-120 {
	width: 100%
}
.detail+.tabs .nav-tabs li {
	width: 100%!important
}
.nav-catalog-tree .active+ul {
	display: none!important
}
.products.list>li {
	height: 352px
}
.products li img {
	max-height: 150px
}
main .gallery ul.list.clearfix>li, main form ul.list.clearfix:not(.order)>li {
	width: auto
}
main .gallery ul.list {
	margin-bottom: 15px;
	margin-top: 15px
}
.detail .gallery .list li img {
	max-width: 60px;
	height: auto
}
#kosik tr.item+tr {
	border-top: 1px solid #ddd;
	clear: both
}
#kosik table td {
	display: block;
	border: 0!important;
	text-align: center;
	width: 100%;
	white-space: normal
}
#kosik table tbody,
#kosik table tr {
	display: block;
	width: 100%;
	white-space: normal
}
#kosik .count {
	padding: 14px 0 2px;
	text-align: left
}
#kosik .count,
#kosik .stock {
	padding: 14px 0 2px
}
#kosik .input-group.spinner .form-control {
	height: 30px
}
#kosik .count .input-group.spinner {
	width: 35%;
	margin: 0 auto
}
#kosik .input-group.spinner .form-control {
	width: 100%
}
#kosik .item .count.form-inline label {
	padding-left: 4px
}
#kosik .del {
	text-align: right
}
#kosik .btn {
	display: block;
	width: 100%
}
#kosik .del button {
	border: 0!important;
	text-align: right;
	display: inline-block;
	width: auto
}
#kosik .del button::before {
	display: none
}
#kosik tr.summary {
	border-top: 2px solid #df0b25
}
#kosik tr.summary .total-sleva {
	text-align: left;
	clear: both
}
#kosik tr.summary>td:first-child {
	text-align: left
}
#kosik .cart .controls td {
	border: 0;
	padding: 0
}
#kosik .order .selection td {
	padding: 10px 20px 30px
}
#kosik .order ul,
#kosik .order li {
	width: 100%;
	float: none;
	white-space: normal;
	display: block
}
#kosik .order ul {
	margin: 0
}
#kosik .order .table {
	table-layout: inherit;
	margin-bottom: 10px
}
#kosik .order .sidebar .table {
	margin-bottom: 0
}
#storeList li {
	margin-bottom: 8px
}
#storeListBlock {
	margin: 0!important
}
#storeDetailBlock {
	width: 100%
}
.order .shipping .found>div {
	width: 100%;
	text-align: left
}
.order .shipping .found>div+div {
	width: 100%
}
.order .shipping .found .map>div {
	width: 100%;
	margin-top: 0
}
.order .headline.active {
	padding: 12px 0 0
}
.order .shipping .shipping-search input {
	width: 100%
}
.order .shipping .shipping-search {
	margin-bottom: 0
}
.order .map {
	margin-top: 20px
}
.table.payment tr {
	position: relative
}
.table.payment tr .option-info {
	font-size: 12px;
	position: absolute;
	top: 9px;
	right: 0;
	background: 0;
	width: auto!important;
	padding-right: 23px
}
.form-inline .form-group, .order .personal .login input {
	width: 100%!important
}
.radio, .checkbox {
	margin: 0;
	text-align: left
}
.order .option .checkbox-label .title {
	font-size: 12px
}
.order .personal .person input {
	width: 100%
}
#cartUser .order .controls td,
#cartUser .order .controls td {
	padding: 0 0 15px!important
}
.order .option .checkbox label {
	padding: 10px 0;
	height: auto;
	display: block
}
.order .sidebar {
	padding-left: 16px
}
#kosik .item h4, .table-list-item .item h4 {
	text-align: center;
	font-size: 14px
}
.sidebar .item .image {
	padding-top: 10px
}
.order .option .checkbox-label .title .btn {
	margin-left: 0;
	top: 8px
}
#kosik table h5 {
	font-size: 14px;
	margin-top: 20px;
	text-align: left
}
#kosik table {
	width: 100%!important
}
#kosik table td.eventsContent td {
	padding: 0!important
}
#kosik .price .state b {
	font-size: 18px
}
.h1 {
	margin: 0 0 14px;
	font-size: 26px
}
#box-message .modal-dialog {
	width: 100%;
	margin: 0
}
td.w-120 {
	width: 100%!important
}
.order .controls td {
	padding: 5px 0
}
.formError {
	position: relative!important;
	top: 0!important;
	left: 0!important;
	right: auto!important;
	margin: 0 0 -1px!important
}
.formError .formErrorArrow {
	display: none
}
.order .option td.option-info em {
	font-size: 12px
}
.btn-lg.btn-x, .btn-group-lg>.btn.btn-x {
	padding: 10px 0
}
.btn-x {
	padding: 10px 20px
}
.btn {
	font-size: 12px
}
#comparisonPanel {
	padding: 10px 20px
}
#comparisonPanel .btn {
	display: block
}
#comparisonPanel .btn+.btn {
	margin-top: 5px
}
#comparisonPanel .row>div:first-child {
	padding: 0 10px 10px;
	line-height: 22px;
	text-align: left
}
#comparisonTable .w-25 {
	width: 100%!important
}
#reservationContentDelivery #storeList.list span,
#reservationContentDelivery #storeList.list a {
	width: 100%!important
}
#recommendContentForm .btn,
#reservationContentForm .btn {
	width: 100%;
	display: block
}
#box-message .modal-body tr td {
	padding: 10px 0 0
}
#box-message .modal-body .separator td {
	padding: 6px 0 0!important
}
#kosik .table.payment tr .option-info,
#kosik .table.shipping tr .option-info {
	position: relative;
	top: 0;
	background: #fff;
	padding: 0 23px 10px 0;
	text-align: right!important
}
#kosik #storeDetailBlock table tr {
	border: 0
}
#table.payment .selection>td {
	padding: 0!important
}
#table.payment .selection>td {
	padding: 0!important
}
#table.payment .selection>td * {
	padding-left: 0!important;
	padding-right: 0!important;
	max-width: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000!important
}
#table.payment .selection>td>div>div {
	width: auto!important
}
.order .option .checkbox-label .title {
	padding: 0 12px 0 0
}
.page-header h1, .h1 {
	padding: 0 26px!important
}
h2, .h2 {
	font-size: 24px
}
h5, .h5 {
	font-size: 14px;
	font-weight: 400
}
.detail .brand {
	margin: 0 0 0 -20px
}
.detail ul.labels {
	position: relative;
	margin: 10px 0
}
.variantValidationMessage {
	position: relative
}
#detail .variantValidationMessage {
	margin-top: 0
}
#kosik table tr+tr {
	border-top: 0
}
#kosik #cartUser table tr+tr {
	border: 0
}
#deliveryAndPayments .shipping .option-info {
	padding: 0
}
#kosik .item ul li+li::before, .table-list-item .item ul li+li::before {
	display: none
}
#kosik .order-summary {
	padding: 0
}
#kosik .col.thankyou {
	padding: 22px 10px 4px
}
#box-kosik>* {
	clear: both
}
#kosik .controls a {
	font-size: 12px
}
#cartUser .btn-primary {
	font-size: 16px
}
.order-summary tr.shipping td {
	padding: 6px 10px 12px
}
main>.row, main .row-content {
	padding: 36px 0!important
}
.table-payu td.icon {
	width: 100%!important
}
#payu_ .table-payu td {
	font-size: 12px;
	line-height: 17px
}
.tab-content .table-striped>tbody>tr td:first-child {
	width: 50%
}
#kosik .sidebar .item td h4 {
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
	float: left;
	width: 100%
}
#kosik .sidebar td.price {
	float: left;
	width: 70%;
	z-index: 9
}
#kosik .sidebar .item+.item {
	border-top: 0!important;
	display: block;
	float: left
}
}
#overlay,
#overlay_catalogue {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 99999
}
.op-05 {
	opacity: .5
}
.m-0 {
	margin: 0
}
#box-message .modal-body .separator-line {
	display: block;
	border-top: 1px solid #ccc;
	height: 10px
}
.reg-panel {
	max-width: 812px;
	margin: 0 auto
}
.reg-panel>.panel-heading {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	padding: 7px 15px
}
.reg-panel>.panel-heading .panel-title {
	color: #FFF;
	font-weight: 700;
	font-size: 14px
}
.reg-panel-login-button {
	background: #fafafa;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 25px
}
.reg-panel-login-button .btn {
	display: inline-block;
	margin-left: 20px
}
.reg-panel form .panel {
	border-left: 2px solid #df0b24
}
.reg-form-checkbox-block {
	margin-bottom: 0
}
.reg-panel .form-part {
	margin-bottom: 20px
}
.fancy-html-inner {
	padding-right: 50px
}
.reg-login {
	padding-top: 20px
}
.reg-login .form-inline .form-group {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	max-width: 250px;
	position: relative
}
.reg-login .form-inline .form-group input {
	width: 100%
}
.reg-login .form-inline .form-group .btn {
	margin-left: 0
}
#cartUser .reg-login {
	padding-top: 0
}
main .detail .list.actions {
	clear: both;
	text-align: left!important;
	padding-top: 10px
}
@media (min-width:768px) {
#box-message #kosik1-form {
	text-align: left
}
.m-b-0 {
	margin-bottom: 0!important
}
.m-b-5 {
	margin-bottom: 5px!important
}
#box-message table .desc {
	text-align: left;
	padding-left: 30px
}
.t-right {
	text-align: right!important
}
.t-left {
	text-align: left!important
}
.p-l-30 {
	padding-left: 30px!important
}
.w-180 {
	width: 180px
}
}
@media (min-width:992px) {
.mobile-btn-login {
	display: none
}
}
.mobile-label {
	display: none
}
@media (max-width:991px) {
.navbar {
	min-height: 55px
}
.navbar {
	min-height: 55px
}
.navbar-brand {
	width: 53%;
	padding: 16px 6px 15px 8px;
	height: auto
}
.navbar-brand:hover img, .navbar-brand:focus img {
	opacity: 1
}
.navbar-brand>img {
	max-width: 100%;
	height: auto;
	padding: 0
}
.navbar-nav {
	margin: 6px 0 10px
}
.navbar-search .navbar {
	min-height: 56px
}
.nav-main a {
	padding: 8px!important;
	font-size: 12px!important
}
#hint {
	left: auto;
	min-width: 300px
}
.navbar-default .navbar-toggle {
	max-width: 15%;
	margin: 14px 0 0 0;
	border: 0;
	padding: 0 12px 10px
}
.navbar-default .navbar-toggle::before {
	content: 'MENU';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	color: #063570
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
	width: 25px;
	background-color: #063570
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.mobile-btn-login {
	max-width: 15%;
	outline: none;
	position: relative;
	width: 52px;
	height: 35px;
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #fff url(../img/mobile_user.png) no-repeat center center;
	background-size: 16px auto;
	position: relative;
	display: block;
	float: right
}
.mobile-btn-login::before {
	content: 'ÚČET';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	color: #063570
}
.mobile-btn-cart {
	max-width: 15%;
	outline: none;
	position: relative;
	width: 60px;
	height: 34px;
	margin: 4px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #fff url(../img/mobile_cart.png) no-repeat 10px center;
	background-size: 26px auto;
	font-size: 0;
	display: block;
	float: right
}
.mobile-btn-cart::before {
	content: 'KOŠÍK';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 90%;
	font-size: 10px;
	font-weight: 700;
	color: #063570
}
.mobile-user-login {
	position: absolute;
	top: 0
}
#loginModal {
	top: 0;
	box-shadow: none;
	border-top: 1px solid #ccc
}
.mobile-product-menu.col-xs-6 .button-products>a {
	text-indent: -1000em
}
.navbar-search .button-products>ul>li>a {
	padding: 14px 4px 4px 56px;
	background-position: -7px center
}
nav .b-t-xs-1 {
	border-top: 0
}
nav>div:last-child {
	padding-right: 10px
}
.navbar-search .button-products a {
	min-width: 0
}
.navbar-search .buttons a {
	padding: 16px 8px 10px 56px;
	height: 56px;
	font-size: 14px;
	line-height: 24px;
	background-position: 6px center;
	background-size: 44px;
	text-align: left
}
#search {
	font-size: 13px;
	height: 36px;
	background-position: 8px 9px;
	background-size: 18px;
	padding-left: 37px
}
#search:focus {
	box-shadow: none
}
#search_submit,
#search_submit:focus,
#search_submit:hover,
#search_submit:active {
	background-color: #fff;
	box-shadow: none;
	line-height: 1
}
#search:focus+#search_submit {
	position: absolute;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: auto;
	clip: auto;
	top: 0;
	height: 100%;
	padding: 0 12px;
	background: #fff;
	color: #000;
	border-left: 1px solid #ccc;
	border-radius: 0;
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 999
}
.hp-product-slider {
	margin-top: 0px!important
}
.banner-box {
	text-align: center!important
}
#ajax_catalogue_sorting_filter ul {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 10px
}
#ajax_catalogue_sorting_filter ul li.no-mobile {
	display: none
}
#ajax_catalogue_sorting_filter ul li a {
	height: 100%;
	text-align: center;
	background: #FFF;
	border-color: #FFF;
	margin-right: 0px!important;
	margin-left: 0px!important;
	border-left: 1px solid #f5f5f5
}
#ajax_catalogue_sorting_filter ul li:first-child a {
	border-left: none
}
#ajax_catalogue_sorting_filter ul li.active a,
#ajax_catalogue_sorting_filter ul li:hover a {
	border-bottom-color: #df0b25
}
#ajax_catalogue_sorting_filter ul li a .mobile-label {
	display: block
}
#ajax_catalogue_sorting_filter ul li a .normal-label {
	display: none
}
}
#hint {
	display: none
}
.bx-wrapper .bx-pager {
	height: 47px;
	padding: 9px 20px 0;
	bottom: 0;
	text-align: left
}
.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 6px;
	background: #666;
	opacity: .7;
	display: inline-block
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	position: relative;
	background: #df0b25;
	opacity: 1
}
.bx-wrapper .bx-pager.bx-default-pager a:hover::before, .bx-wrapper .bx-pager.bx-default-pager a.active::before {
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid #fff;
	display: block
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	margin-left: -4px;
	margin-right: 10px
}
@media (max-width:767px) {
body {
	font-size: 13px;
	line-height: 1.35
}
.close {
	font-size: 30px
}
.xs-hidden {
	display: none
}
.xs-only {
	display: block!important
}
.m-t-30 {
	margin-top: 10px!important
}
.m-t-75 {
	margin-top: 14px!important
}
.m-b-30 {
	margin-bottom: 12px!important
}
.m-b-75 {
	margin-bottom: 14px!important
}
.navbar {
	min-height: 55px
}
.navbar-brand {
	width: 53%;
	padding: 16px 6px 15px 8px;
	height: auto
}
.navbar-brand:hover img, .navbar-brand:focus img {
	opacity: 1
}
.navbar-brand>img {
	max-width: 100%;
	height: auto;
	padding: 0
}
.navbar-nav {
	margin: 6px 0 10px
}
.navbar-search .navbar {
	min-height: 56px
}
.nav-main a {
	padding: 8px!important;
	font-size: 12px!important
}
#hint {
	left: auto;
	min-width: 300px
}
.navbar-default .navbar-toggle {
	max-width: 15%;
	margin: 14px 0 0 0;
	border: 0;
	padding: 0 12px 10px
}
.navbar-default .navbar-toggle::before {
	content: 'MENU';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	color: #063570
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
	width: 25px;
	background-color: #063570
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.mobile-btn-login {
	max-width: 15%;
	outline: none;
	position: relative;
	width: 52px;
	height: 35px;
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #fff url(../img/mobile_user.png) no-repeat center center;
	background-size: 16px auto;
	position: relative;
	display: block;
	float: right
}
.mobile-btn-login::before {
	content: 'ÚČET';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	color: #063570
}
.mobile-btn-cart {
	max-width: 15%;
	outline: none;
	position: relative;
	width: 60px;
	height: 34px;
	margin: 4px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #fff url(../img/mobile_cart.png) no-repeat 10px center;
	background-size: 26px auto;
	font-size: 0;
	display: block;
	float: right
}
.mobile-btn-cart::before {
	content: 'KOŠÍK';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 90%;
	font-size: 10px;
	font-weight: 700;
	color: #063570
}
.mobile-user-login {
	position: absolute;
	top: 0
}
#loginModal {
	top: 0;
	box-shadow: none;
	border-top: 1px solid #ccc
}
.mobile-product-menu.col-xs-6 .button-products>a {
	text-indent: -1000em
}
.navbar-search .button-products>ul>li>a {
	padding: 14px 4px 4px 56px!important;
	background-position: -7px center
}
nav .b-t-xs-1 {
	border-top: 0
}
nav>div:last-child {
	padding-right: 10px
}
.navbar-search .button-products a {
	min-width: 0
}
.navbar-search .buttons a {
	padding: 16px 8px 10px 56px;
	height: 56px;
	font-size: 14px;
	line-height: 24px;
	background-position: 6px center;
	background-size: 44px;
	text-align: left
}
#search {
	font-size: 13px;
	height: 36px;
	background-position: 8px 9px;
	background-size: 18px;
	padding-left: 37px
}
#search:focus {
	box-shadow: none
}
#search_submit,
#search_submit:focus,
#search_submit:hover,
#search_submit:active {
	background-color: #fff;
	box-shadow: none
}
#search:focus+#search_submit {
	position: absolute;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: auto;
	clip: auto;
	top: 0;
	height: 100%;
	padding: 0 12px;
	background: #fff;
	color: #000;
	border-left: 1px solid #ccc;
	border-radius: 0;
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 999
}
.banner {
	position: relative;
	min-height: 150px!important;
	overflow: hidden
}
.bx-wrapper, .bx-viewport, .bx-viewport>div {
	max-width: none!important;
	width: 100%;
	margin: 0
}
.navbar-search .products-list {
	top: 56px
}
.bx-viewport>div {
	width: 100%!important
}
.bx-wrapper .bx-viewport {
	padding-bottom: 58px
}
.bx-wrapper .bx-pager {
	height: 47px;
	padding: 9px 20px 0;
	bottom: 0;
	text-align: left
}
.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 6px;
	background: #666;
	opacity: .7;
	display: inline-block
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	position: relative;
	background: #df0b25;
	opacity: 1
}
.bx-wrapper .bx-pager.bx-default-pager a:hover::before, .bx-wrapper .bx-pager.bx-default-pager a.active::before {
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid #fff;
	display: block
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	margin-left: -4px;
	margin-right: 10px
}
.banner-box {
	position: absolute!important;
	top: auto;
	bottom: 0!important;
	padding: 0 16px!important;
	padding-bottom: 1px!important
}
.banner-box h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 16px
}
.banner-box h4 {
	max-width: 90%;
	margin: 0!important;
	font-size: 18px
}
.banner-box .btn-primary {
	font-size: 16px;
	width: auto;
	border: 0;
	right: 0;
	bottom: -5px;
	display: block;
	z-index: 999;
	background-color: #e74c3c;
	padding: 8px 12px;
	border-radius: 5px;
	margin-top: 10px;
	text-transform: initial
}
.banner-box .btn-primary::after {
	display: none;
	content: '';
	position: absolute;
	right: 9px;
	top: 12px;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-width: 2px 2px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.banner-box .btn-primary:hover, .banner-box .btn-primary:focus, .banner-box .btn-primary:active {
	background-color: #DF0B25
}
.banner-box .btn+.btn {
	margin: 0
}
.banner-box h4+h2 {
	margin: 4px 0 15px
}
.navbar-search .button-products>ul>li>a:after {
	width: 10px;
	height: 10px;
	right: 18px
}
.btn-gray {
	background-color: #b4b4b4
}
.btn-gray:hover, .btn-gray:focus {
	background-color: #bdb9b9
}
.main-wrapper>.content-wrapper>.container {
	padding: 0 10px
}
[data-slide-class="product-list"] {
	transform: none!important;
	width: 100%!important;
	max-height: none
}
[data-slide-class="product-list"]>li {
	width: 100%!important;
	height: 315px
}
[data-slide-class="product-list"]>li+li {
	margin-top: 2px
}
[data-slide-class="product-list"]>li img {
	max-height: 184px;
	width: auto;
	max-width: 90%;
	height: auto;
	margin-top: -10px
}
[data-slide-class="product-list"]>li a::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -11px;
	border: 1px solid #666;
	border-width: 2px 2px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
main .bx-wrapper .bx-viewport {
	padding-bottom: 0
}
.product-list li .category {
	font-size: 14px;
	margin: 0
}
.product-list li .title {
	height: auto;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px
}
.product-list li .price-old {
	position: relative;
	bottom: auto;
	left: 0;
	font-size: 12px;
	color: #666;
	line-height: 1
}
.product-list li .price {
	margin-top: 5px;
	position: relative;
	bottom: auto;
	left: 0;
	font-size: 18px;
	line-height: 1
}
.product-list>li {
	height: auto;
	margin-bottom: 10px
}
.product-list>li a {
	padding: 14px 10px 14px 14px;
	height: 100%
}
.product-list li .labels {
	left: 15px
}
.product-list>li>a {
	min-height: 150px
}
.product-list>li>a>.pull-left {
	float: none!important
}
.box-lightgray {
	margin: 0 -18px;
	padding: 20px 20px;
	margin-bottom: -20px;
	margin-top: 20px
}
#copyright, footer .copy .list {
	text-align: center
}
footer .copy .list li {
	float: none;
	margin-left: -4px;
	display: inline-block
}
.navbar-search .button-products>a.active {
	position: relative;
	z-index: 1040
}
.navbar-search .products-list li li {
	width: 50%!important
}
.navbar-search .products-list li ul li a {
	height: 160px
}
.products-list li ul li a img, .products-list li ul li a span {
	max-width: 100%
}
.products-list li a+ul {
	-webkit-transition: left 0.25s ease-out;
	-moz-transition: left 0.25s ease-out;
	-o-transition: left 0.25s ease-out;
	transition: left 0.25s ease-out
}
.products-list li .active, .navbar-search .button-products>ul>li>a:hover, .navbar-search .button-products>ul>li>a:focus, .navbar-search .button-products>ul>li:hover>a, .nav-catalog-tree .active {
	background-color: #ddd!important
}
.navbar-search .button-products>ul>li>a {
	height: 48px
}
.products-list li .active+ul {
	top: 0;
	left: 54px;
	padding: 0;
	background: #fff!important;
	z-index: 9;
	box-shadow: 0 -3px 10px rgba(0,0,0,.2);
	display: block!important
}
.products-list li ul li a .text {
	padding-top: 8px;
	height: auto;
	width: 100%;
	max-height: 50px;
	text-align: center
}
.products-list li ul li a .count {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	text-indent: -1000px;
	font-size: 0
}
.products-list li ul li a .count:before {
	max-width: 60%;
	width: auto;
	position: relative;
	bottom: -10px;
	margin: 0 auto
}
.products>li>a:hover, .products>li>a:focus, .navbar-search .products-list li ul li a:hover, .navbar-search .products-list li ul li a:focus, .categories li a.selected, .categories li a:hover, .categories li a:focus {
	box-shadow: none
}
.navbar-search .products-list li li.mobile-list-head {
	width: 100%!important;
	color: #000;
	text-align: center;
	padding: 15px 30px 15px 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px
}
li.mobile-list-head::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.breadcrumbs {
	display: none
}
.page-header {
	margin: 14px 0 14px;
	text-align: center
}
.page-header h1, .h1 {
	position: relative;
	padding: 0 12px;
	font-size: 18px
}
.page-header h1::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 5px;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #777;
	border-width: 2px 2px 0 0;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}
.page-header h1::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 10px;
	display: block;
	width: 17px;
	height: 2px;
	background: #777;
	border: 0
}
.titulka .page-header h1::after, .titulka .page-header h1::before {
	display: none
}
.categories li a {
	min-height: 50px;
	background-size: 50px auto!important;
	padding: 0 10px 0 48px;
	font-size: 13px
}
.categories li a .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 62%;
	height: auto
}
.loadNext {
	margin: 5px 0
}
.paginator {
	margin: 6px 0 3px
}
.paginator .list {
	width: 100%;
	text-align: center;
	display: none
}
.paginator ul.list li {
	display: inline-block;
	float: none
}
.paginator ul.list li.active a {
	border-radius: 0
}
.paginator a {
	padding: 10px 14px!important;
	border-radius: 0!important
}
.paginator .right a {
	display: block;
	margin-right: 3px
}
.paginator li a {
	width: 39px;
	padding: 10px 0!important
}
.paginator ul.list li {
	margin-right: 2px
}
.paginator .text-center {
	padding-top: 4px;
	font-size: 12px;
	display: block;
	float: none
}
.products.list>li {
	height: 125px
}
.products>li>a {
	min-height: 0;
	padding: 8px 10px 8px 0
}
.products>li>a .bx-wrapper {
	display: none
}
.products>li>a h3 {
	position: relative;
	right: 0;
	width: calc(100% - 125px);
	margin-left: 125px;
	font-size: 11px;
	display: none
}
.products>li>a h2 {
	position: relative;
	right: 0;
	width: calc(100% - 125px);
	height: auto!important;
	margin-top: 4px;
	margin-left: 125px;
	margin-bottom: 8px;
	font-size: 15px!important;
	text-transform: uppercase!important;
	font-weight: 700
}
.products>li>a img {
	position: absolute;
	left: auto;
	top: 0;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0;
	margin: 0 auto
}
.products li .discount {
	position: relative;
	left: auto;
	bottom: auto;
	width: calc(100% - 125px);
	float: none;
	margin-left: 125px;
	margin-bottom: 3px;
	line-height: 1;
	font-size: 13px;
	color: #666
}
.products li .price {
	position: relative;
	left: auto;
	bottom: auto;
	width: calc(100% - 125px);
	float: none;
	margin-left: 125px;
	font-size: 18px;
	line-height: 1.2
}
.products li .labels {
	top: auto;
	bottom: 2px;
	border-radius: 0
}
.products li .labels .label, .detail ul.labels .label {
	border-radius: 0
}
#scrollUp {
	padding: 10px 19px
}
.mobile-filter-overview {
	display: none
}
ul.categories {
	margin: 0
}
ul.categories li:last-child {
	margin-bottom: 10px
}
.main-columns main {
	margin-bottom: 0
}
ul.products {
	margin-bottom: 0
}
.detail h1 {
	display: none
}
.detail h1:after {
	display: none
}
.detail h1+* {
	margin: 0
}
main .detail {
	margin-bottom: 14px;
	margin-left: -10px;
	margin-right: -10px
}
main .detail .list.actions {
	background: #f2f5f9;
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	text-align: center!important
}
main .detail>div {
	position: relative;
	padding: 15px 10px 25px;
	padding-bottom: 0
}
.detail .variants h5 {
	margin-top: 0
}
.detail .brand {
	margin: 0
}
.detail>.clearfix>.col.right {
	margin-bottom: 0
}
#detail .col.left .gallery+ul {
	position: absolute;
	width: 100%;
	bottom: 4px;
	margin-top: 0;
	left: 0;
	padding: 0 10px
}
.icon-addtocompare, .icon-tasktoproduct, .icon-sendmail {
	padding-left: 33px!important
}
.detail ul.actions a {
	padding: 14px 0 10px 32px;
	width: 33.333333%;
	margin: 0;
	float: left;
	font-size: 14px;
	background-size: auto 19px!important;
	line-height: 1;
	text-align: left
}
.detail ul.actions a:nth-child(1) {
	background-position: 2px 13px!important
}
.detail ul.actions a:nth-child(3) {
	background-position: 3px 12px!important
}
.detail ul.actions a:hover, .detail ul.actions a:focus {
	border-color: transparent
}
.detail .icon-tasktoproduct {
	padding-left: 26px!important;
	background-position: 2px 12px!important
}
.detail .icon-sendmail {
	padding-left: 32px!important
}
.detail .cta {
	margin-bottom: 0;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px
}
.icon-detail-reservation {
	margin: 0 0 0;
	padding-left: 0;
	line-height: 16px;
	font-size: 13px;
	background: none
}
.variantAttributeWrapper+.variantAttributeWrapper {
	margin-top: 6px
}
.detail .gallery .big img {
	margin: 0 auto;
	max-height: 220px;
	width: auto;
	max-width: 100%;
	height: auto
}
.detail .gallery .big {
	position: relative
}
.detail .gallery .big a {
	position: relative;
	display: block
}
.detail .gallery .big a::before {
	content: '';
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none
}
.detail+.tabs .nav-tabs {
	border: 0
}
.detail+.tabs .nav-tabs a {
	padding: 20px 20px 19px 15px;
	text-align: left
}
.detail+.tabs .nav-tabs li {
	border-top: 1px solid #ddd
}
.detail+.tabs .nav-tabs li:first-child {
	border: 0
}
.detail+.tabs .nav-tabs li.active>a:after {
	display: none
}
.detail+.tabs .nav-tabs li a {
	position: relative;
	font-size: 14px
}
.detail+.tabs .nav-tabs li a::before {
	content: '';
	position: absolute;
	right: 13px;
	top: 26px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.detail+.tabs .nav-tabs li.active a::before {
	display: none
}
.detail+.tabs .nav-tabs li.active+.nav-tabs-box {
	display: block!important;
	padding: 15px 20px 5px 15px
}
.product_detail_price_ajax_select #cena .discount {
	font-size: 14px;
	color: #666
}
#ajax-variants-cart .col-xs-30.col-lg-14.right.p-0>span {
	width: calc(100% - 3px);
	word-wrap: break-word;
	white-space: normal;
	padding: 8px 20px;
	line-height: 1.2;
	font-size: 14px;
	min-height: 50px
}
#ajax-variants-cart .col-xs-30.col-lg-14.right.p-0>span>span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%)
}
#ajax-variants-cart .row.b-b-line {
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 0
}
#ajax-variants-cart .row.b-b-line .col-xs-15.col-lg-14.right.p-0 {
	position: absolute;
	bottom: 0;
	right: 0
}
#ajax-variants-cart .row.b-b-line .col-xs-15.col-lg-14.right.p-0 span {
	position: absolute;
	bottom: -50px;
	width: calc(100% - 3px);
	right: 0;
	padding: 12px 0 8px;
	font-size: 18px;
	line-height: 1
}
#ajax-variants-cart .row.b-b-line .col-xs-15.col-lg-14.right.p-0 .btn-buy img {
	max-height: 28px;
	position: relative;
	top: -2px
}
#ajax-variants-cart .detail .cta .col-xs-15.col-sm-30 {
	position: absolute;
	left: 0;
	bottom: 0
}
#ajax-variants-cart .detail .cta .col-xs-15.col-sm-30 span.btn-primary {
	word-wrap: break-word;
	white-space: normal;
	padding: 9px 20px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: 0
}
#detail .stock {
	position: relative;
	margin-bottom: 0
}
#detail .stock .stock {
	position: relative;
	right: 0;
	top: 0;
	padding-top: 10px
}
#detail .stock p.left+p.right.text-right {
	width: 100%
}
.paginator .right {
	float: left;
	margin-top: 4px;
	display: block;
	width: 100%;
	clear: both;
	display: none
}
.paginator .text-center {
	float: left;
	width: 100%;
	clear: both;
	margin: 0
}
#comparisonPanel .row>div:first-child {
	padding: 0 17px 10px;
	text-align: left!important
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #df0b25
}
#kosik td.image {
	width: 30%!important;
	float: left
}
#kosik td.image img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto
}
#kosik td.desc {
	width: 70%!important;
	float: left;
	padding: 10px 2px 2px 4px
}
#kosik .item h4, .table-list-item .item h4 {
	text-align: left
}
#kosik ul.list {
	width: 100%;
	float: left;
	display: block
}
#kosik .item ul li, .table-list-item .item ul li {
	float: left;
	display: block;
	font-size: 12px
}
#kosik .item ul li+li, .table-list-item .item ul li+li {
	padding-left: 0;
	display: block;
	width: 100%;
	text-align: left
}
#kosik .item h4, .table-list-item .item h4 {
	font-size: 14px;
	text-align: left
}
#kosik .separator {
	display: none
}
#kosik .stock {
	width: 70%;
	height: 16px;
	padding-left: 4px;
	float: left;
	text-align: left;
	padding: 0;
	font-size: 11px;
	display: none
}
#kosik .stock>* {
	padding-left: 4px
}
#kosik .price {
	z-index: -1;
	position: relative;
	padding: 10px 0 0 0;
	text-align: left;
	background-color: #fff;
	text-indent: 4px;
	width: 35%
}
#kosik .del {
	padding: 10px 0 0 0;
	float: left;
	width: 35%
}
#kosik .del button {
	padding: 0 14px 8px 16px;
	background: #fff url(../css/\img\/mobile_bin\.png) no-repeat 0 1px;
	background-size: 10px auto;
	font-size: 13px
}
#kosik .summary {
	margin: 10px 0;
	float: left;
	clear: both
}
#kosik .summary li {
	margin: 0
}
#kosik .summary .w-25 {
	width: 100%!important
}
#kosik .summary .w-50 {
	width: 100%!important
}
main .cart .cart-wrapper {
	padding: 0
}
#kosik .btn {
	border-radius: 0
}
#kosik .success b {
	font-weight: 400;
	font-size: 10px
}
.label-int.invisible-label {
	display: none
}
#kosik tr.item+tr {
	border: 0
}
#kosik .sidebar table * {
	background-color: #fff
}
#kosik .sidebar table .headline * {
	background-color: #063570
}
#kosik .sidebar .image {
	width: 30%;
	float: left
}
#kosik .sidebar .meta {
	padding-top: 5px;
	float: left;
	width: 70%;
	text-align: left
}
#kosik .sidebar tr.summary>td:first-child {
	display: block
}
#kosik .sidebar td.price {
	text-indent: 7px
}
#kosik .sidebar .payment {
	clear: both;
	background: #fff;
	display: block;
	float: left;
	border-top: 1px solid #e1e1e1
}
#kosik .sidebar .payment td {
	width: 50%;
	float: left
}
#kosik .sidebar .summary {
	margin: 0 0 2px;
	border-top: 1px solid #ebebeb
}
#kosik table tr.item+tr.item {
	border-top: 0
}
#box-message .modal-body {
	padding: 16px 19px
}
#box-message .modal-body .table-responsive {
	margin: 0
}
#box-message table:first-child tr.item * {
	max-width: 100%;
	max-height: 100%;
	float: left;
	width: auto;
	height: auto
}
#box-message table:first-child tr.item .image {
	float: left;
	width: 30%!important
}
#box-message table:first-child tr.item .desc {
	float: left;
	width: 70%!important;
	padding-left: 5%
}
#box-message table:first-child tr.item .desc>* {
	float: none;
	text-align: left;
	clear: both
}
#box-message .modal-body .desc.p-l-30+.price {
	padding-left: 0;
	width: 70%;
	margin-left: 15%;
	width: calc(100% - 80px);
	margin-left: 80px
}
#box-message .modal-body .desc.p-l-30+.price b {
	padding: 0;
	font-size: 18px
}
#box-message .modal-body .image.w-120 {
	max-width: 65px
}
#box-message .modal-body .image.w-120 img {
	max-width: 60px;
	height: auto
}
#box-message .price {
	padding-top: 2px!important;
	padding-left: 5%
}
#box-message .price .state b {
	font-size: 16px
}
#box-message .item ul li {
	font-size: 11px;
	clear: both
}
#box-message .item ul li+li {
	padding: 0
}
#box-message .item ul li+li::before {
	display: none
}
#kosik .row-pure>.m-t-25 {
	margin-top: 0px!important
}
#cookieInfo {
	padding: 12px 16px
}
#box-message table:first-child tr.item li b {
	float: none!important;
	padding-left: 0;
	display: inline-block
}
#box-message .price .state b {
	padding-left: 12px
}
footer {
	margin-bottom: 18px;
	font-size: 14px
}
footer span {
	line-height: 1.3!important
}
.box-h {
	height: auto;
	min-height: 200px
}
.box-h h3 {
	left: 26px;
	bottom: 48px;
	font-size: 22px
}
.box-h .box-h-sub {
	left: 26px;
	font-size: 14px
}
footer .brands h4, footer .tile-icon h4, main .tile-icon h4 {
	padding: 16px 0 0;
	font-size: 18px
}
footer .tile-icon {
	padding-bottom: 18px;
	padding-top: 0
}
footer .tile-icon img {
	max-width: 50px;
	padding-bottom: 4px;
	padding-top: 0;
	display: none
}
footer .tile-icon h4:after, main .tile-icon h4:after {
	margin: 10px auto 14px
}
.box-h ul a {
	padding: 12px 20px 10px 0;
	font-size: 11px
}
.link-side-box p strong {
	margin: 2px 0 4px;
	font-size: 13px
}
.link-side-box p {
	line-height: 15px;
	font-size: 11px
}
.box-h .link-side-box {
	padding-top: 15px
}
.link-side-box img {
	max-width: 60px;
	margin: 0 10px 0 7px
}
footer .copy {
	margin: 16px 0 0
}
.empty-cart-image {
	margin: 15px auto 10px;
	max-width: 100px
}
.empty-cart-image+p {
	margin: 0
}
#kosik .empty-cart-image+p .btn {
	border-radius: 4px;
	padding: 11px 20px 10px;
	font-size: 18px
}
#kosik .page-header {
	margin-bottom: 14px!important
}
.product_detail_price_ajax_select #cena .price {
	font-size: 20px
}
main .tab-pane {
	padding: 15px 20px 5px 15px
}
#box-message .item h4 {
	word-wrap: break-word;
	white-space: pre-line;
	text-align: left
}
#kosik .item+.item {
	border-top: 1px solid #eee!important
}
.form-group.required label:after {
	position: absolute;
	left: -13px;
	top: 32px
}
#detail+.tabs+.col-xs-30>.tile.col-xs-30 {
	width: 33.3333333%;
	margin-bottom: 0;
	padding: 0 8px
}
#detail+.tabs+.col-xs-30>.tile.col-xs-30 p {
	display: none
}
#detail+.tabs+.col-xs-30>.tile.col-xs-30 .tile-icon {
	min-height: 0;
	padding-top: 8px;
	padding-bottom: 2px
}
#detail+.tabs+.col-xs-30>.tile.col-xs-30 .tile-icon h4 {
	font-size: 14px;
	padding: 2px 0 0;
	margin-top: 0
}
#detail+.tabs+.col-xs-30>.tile.col-xs-30 .tile-icon img {
	max-height: 52px
}
main .tabs {
	margin-bottom: 10px
}
.detail .variants .sizes {
	margin: 0
}
.detail .variants .colors img, .detail .variants .sizes label>span {
	max-width: 50px;
	height: auto;
	max-height: 50px;
	width: auto
}
#box-message .modal-body .separator-line {
	margin-top: 10px
}
#box-message .modal-body .controls>td:first-child {
	padding-top: 0
}
footer {
	margin-top: 10px
}
#footer>.container {
	padding: 0 10px
}
#footer>.container>.row {
	margin: 0 -10px
}
#footer>.container>.row>div {
	padding: 0 10px
}
#footer>.container>.row>div>.tile:not(.col-xs-30) {
	display: none
}
footer .tile.col-md-10+.tile.col-md-10 {
	margin-top: 10px;
	border-left: 0
}
footer .tile li {
	line-height: 1
}
footer .tile li+li {
	margin-top: 14px
}
#scrollUp {
	display: none!important
}
#main-content {
	margin: 0
}
#main-content>.col {
	padding: 0
}
#main-content>.col .main-columns {
	margin: 0;
	padding: 0
}
#kosik .total {
	font-size: 24px;
	margin-top: 10px;
	padding-top: 10px
}
#kosik .controls {
	clear: both;
	border: 0
}
#kosik .controls td {
	padding-top: 0
}
#kosik .cart .controls td {
	width: calc(50% - 5px);
	float: left
}
#kosik .cart .controls td+td {
	margin-left: 10px
}
#kosik .table-responsive {
	margin-bottom: 0
}
#kosik .controls a {
	font-size: 18px;
	padding: 12px 0;
	border-radius: 4px
}
#kosik1-form input {
	font-size: 14px;
	padding: 13px 0 14px;
	border-radius: 2px!important
}
.fancybox-close {
	width: 20px!important;
	height: 20px!important;
	background-size: cover!important
}
.hp-product-slider {
	margin-top: 0px!important
}
.banner-box {
	text-align: center!important;
	bottom: auto!important
}
}
h2.heading-toggler-accordion {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 25px;
	display: block;
	clear: both
}
h2.heading-toggler-accordion a {
	display: block;
	padding-left: 30px!important;
	position: relative
}
h2.heading-toggler-accordion a:after {
	display: block;
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 10px
}
h2.heading-toggler-accordion a.collapsed:after {
	display: block;
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 10px
}
h2.heading-toggler-accordion a:after {
	transform: translate(0,-50%) rotate(180deg)
}
@media (max-width:767px) {
h2.heading-toggler-accordion {
	font-size: 16px
}
h2.heading-toggler-accordion a {
	display: block;
	padding-left: 30px!important
}
}
.menu-social-fb {
}
@media (max-width:1467px) {
.nav>li.menu-social-block-claim {
	display: none
}
}
@media (max-width:991px) {
.nav>li.menu-social-block-claim {
	display: block
}
}
@media (max-width:767px) {
}
@media (min-width:768px) {
}
@media (min-width:1200px) {
}
.banner .bx-wrapper .bx-prev, .banner .bx-wrapper .bx-next {
	display: none!important
}
.bx-controls {
	position: relative;
	bottom: -60px;
	width: 100%
}
@media (max-width:767px) {
.bx-wrapper {
}
}
#splatkova-kalkulacka-frame {
	width: 100%;
	min-height: 680px;
	max-height: 100%
}
#splatkova-kalkulacka .modal-dialog {
	width: 820px
}
.splatkova-kalkulacka-link {
	display: inline-block;
	padding: 11px 14px;
	border: 1px solid #063570;
	color: #063570;
	text-align: center;
	text-decoration: none!important;
	margin-top: 10px;
	font-size: 13px
}
.splatkova-kalkulacka-link:hover, .splatkova-kalkulacka-link:focus {
	border: 1px solid #6b86a8!important;
	color: #6b86a8!important
}
.splatkova-kalkulacka-link .fa {
	margin-right: 5px;
	font-size: 14px
}
#splatkova-kalkulacka button.close {
	position: relative;
	z-index: 999
}
#kosik .total-sleva {
	font-size: 14px
}
@media (max-width:1200px) {
.main-wrapper {
	overflow: hidden
}
}
@media (max-width:1199px) {
.splatkova-kalkulacka-link {
	display: block;
	float: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px
}
}
@media (max-width:1024px) {
#splatkova-kalkulacka .modal-dialog {
	height: 90%
}
#splatkova-kalkulacka-frame {
	min-height: 650px;
	height: 100%
}
}
@media (max-width:800px) {
#splatkova-kalkulacka .modal-dialog {
	width: 94%
}
#splatkova-kalkulacka-frame {
	min-height: 370px;
	height: 100%
}
#splatkova-kalkulacka .modal-content {
	height: 100%
}
#splatkova-kalkulacka .modal-body {
	height: 100%
}
#splatkyHolder {
	height: 86%;
	margin-bottom: 15px
}
}
@media (max-height:800px) {
#splatkova-kalkulacka .modal-dialog {
	height: 90%
}
#splatkova-kalkulacka-frame {
	min-height: 650px;
	height: 100%
}
#splatkova-kalkulacka-frame {
	min-height: 370px;
	height: 100%
}
#splatkova-kalkulacka .modal-content {
	height: 100%
}
#splatkova-kalkulacka .modal-body {
	height: 100%
}
#splatkyHolder {
	height: 86%;
	margin-bottom: 15px
}
}
@media (max-width:767px) {
.splatkova-kalkulacka-link {
	display: block;
	float: right;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0
}
#kosik .cart-product-detail {
	float: left;
	background: #FFF
}
#kosik .cart-product-detail .image {
	min-height: 130px
}
#kosik .cart-product-detail .price {
	z-index: 1;
	width: 120px;
	float: right;
	padding-top: 0
}
#kosik .cart-product-detail .del {
	width: 100%;
	clear: both
}
#kosik .item .count.form-inline label {
	float: left;
	line-height: 30px
}
#kosik .item .count.form-inline .countReadonly {
	float: left;
	line-height: 30px;
	display: inline-block
}
#voucherBox .col-xs-10 .btn {
	width: auto
}
.shipping col+col {
	width: auto
}
#kosik table tbody,
#kosik table tr {
	display: table
}
.modal-custom-heading {
	margin: -20px -20px 30px;
	padding: 30px 45px;
	padding-bottom: 20px;
	font-size: 20px
}
.modal-custom-heading .close-cross-sign {
	top: 0;
	right: 45px!important
}
#kosik .price {
	width: 100%
}
#kosik .col.thankyou {
	margin-bottom: 10px
}
#kosik .page-header {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff none repeat scroll 0 0
}
#detail+.tabs+.col-xs-30>.tile.col-xs-30 {
	width: 100%;
	padding: 20px
}
.main .tile-icon {
	padding-top: 17px
}
.main .tile-icon {
	min-height: 210px;
	padding-bottom: 10px
}
#kosik .item ul li, .table-list-item .item ul li {
	text-align: left;
	text-align: left
}
.order-recapitulation #kosik td.count {
	float: left;
	padding: 10px 2px 2px 4px;
	width: 70%;
	text-align: left
}
}
.close-cross-sign {
	width: 1px;
	position: relative;
	font-size: 40px
}
.close-cross-sign .fa-angle-left {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(20px,0)
}
.close-cross-sign .fa-angle-right {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(12px,0)
}
.modal-custom-heading .close-cross-sign {
	cursor: pointer;
	font-size: 40px;
	position: absolute;
	right: 60px;
	top: 18px
}
#hint .media>img {
	display: inline-block!important;
	border: 0;
	width: 30px;
	padding: 0;
	vertical-align: middle;
	margin-right: 10px;
	min-height: 30px
}
#hint .brands .media>img {
	max-height: 30px;
	width: auto
}
.media-body {
	padding-top: 5px
}
#hint .list-group-item .media-body {
	padding-left: 40px
}
#hint .list-group-item .img-thumbnail+.media-body {
	padding-left: 0
}
#hint .list-group>.list-group-item-heading {
	display: block!important;
	color: #ed1c24;
	text-align: left;
	padding-left: 15px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px
}
p.claim {
	font-size: 18px
}
.no-top-slider {
	margin-top: 0px!important
}
.modal-open {
	overflow: hidden!important;
	height: 100vh!important
}
.shipping tr.option td label {
	padding-right: 100px!important
}
#box-message {
	max-width: 100%!important
}
#box-message .modal-dialog {
	max-width: 900px!important;
	transform: none
}
.mobile-menu-shortcut {
	display: none!important
}
@media (max-width:992px) {
.mobile-menu-shortcut {
	display: block!important
}
.modal-special .modal-content {
	padding-bottom: 15px!important
}
}
#comparisonTableHolder {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#comparisonTableHolder {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	cursor: move
}
#comparisonTable .row {
	width: auto!important
}
#comparisonTable>.row>div.col-sm-offset-6 {
	margin: 0;
	padding-left: 220px;
	width: auto!important
}
#comparisonTable .btn-x {
	padding: 11px 14px
}
.productColH {
	width: 210px!important;
	float: left;
	white-space: normal
}
.productCol {
	width: 210px!important;
	float: left;
	white-space: normal
}
#comparisonTable .w-25 {
	width: 210px!important
}
.ajaxLoader {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.8) url(../img/ajax_loader.gif) 50% 50% no-repeat
}
.loading {
	overflow: hidden;
	position: relative
}
.loading .ajaxLoader {
	display: block
}
.promoPanel {
	background: #df0b25;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: 20%;
	color: white;
	z-index: 1000;
	padding: 10px 0
}
.promoPanel a {
	color: white;
	font-weight: 600;
	display: table-cell
}
.promoExpanded a.togglePromo {
	padding: 0 22px 0 15px;
	border-right: 1px solid white;
	vertical-align: middle
}
.promoExpanded a:not(.togglePromo) {
	padding: 0 10px 0 20px
}
.promoExpanded a.togglePromo:before {
	content: '';
	display: table-cell;
	width: 20px;
	height: 20px;
	border: 3px solid white;
	border-width: 3px 3px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.promoCollapsed a.togglePromo {
	padding: 11px 15px 11px 22px
}
.promoCollapsed a.togglePromo:before {
	content: '';
	display: table-cell;
	width: 20px;
	height: 20px;
	border: 3px solid white;
	border-width: 3px 3px 0 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
@media (max-width:768px) {
.promoPanel {
	bottom: 5%;
	top: auto
}
}
.flex-row {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 10px
}
.flex-item {
	flex-grow: 0
}
.flex-item-grow {
	flex-grow: 1
}
#cookie-info-holder {
	background-color: #FFF;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	right: 0
}
#cookies-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,.5)
}
#cookieInfo .flex-row {
	margin-bottom: 10px
}
#cookieInfo {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	padding: 10px 0;
	border: none
}
#cookieInfo .flex-row {
	align-items: center;
	-webkit-align-items: center
}
#cookieInfo .cookie-info-col a {
	color: #063570;
	text-decoration: underline
}
#cookieInfo a:hover {
	text-decoration: none
}
#cookieInfo .flex-item {
	max-width: 60%
}
.cookie-info-col {
	font-size: 14px
}
#cookieInfo h2 {
	font-size: 16px;
	color: #063570
}
#cookieInfo p:last-child {
	margin-bottom: 0
}
.cookie-buttons-col .btn:first-child {
	background-color: #2dcc70
}
.cookie-buttons-col .btn {
	width: auto;
	display: inline-block;
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	min-width: 210px
}
.btn-gray {
	background-color: #b4b4b4;
	color: #FFF
}
.btn-gray:hover, .btn-gray:focus {
	background-color: #8f8d8d;
	color: #FFF
}
@media (max-width:1200px) {
#cookieInfo .flex-item {
	max-width: 100%;
	width: 100%
}
}
@media (max-width:768px) {
.cookie-buttons-col {
	padding-top: 20px;
	padding-bottom: 20px
}
}
@media (max-width:479px) {
#cookieInfo {
	padding: 5px
}
#cookieInfo .flex-row {
	margin: 0
}
.cookie-info-col {
	font-size: 12px
}
#cookieInfo h2 {
	margin-bottom: 0;
	font-size: 12px
}
.cookie-buttons-col {
	padding-bottom: 0;
	padding-top: 0
}
.cookie-buttons-col .btn {
	width: 100%;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 7px 0;
	font-size: 12px
}
}
.gdprInlineCheckbox {
	position: relative
}
.gdprInlineCheckbox label {
	display: block;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 400
}
#registrace .gdprInlineCheckbox label {
	padding-left: 0px!important
}
.gdprInlineCheckbox label p {
	font-size: 14px
}
.gdprInlineCheckbox input[type="checkbox"] {
	display: block;
	position: absolute;
	top: 0;
	left: 0
}
.products>li .bx-controls {
	bottom: 50px
}
@media (max-width:1200px) {
.products>li .bx-controls {
	bottom: 50px
}
.products>li>a .bx-wrapper {
	float: none;
	top: 0
}
.product-image-holder {
	position: relative
}
.product-image-holder img {
	display: block
}
.price-block {
	position: relative;
	padding-bottom: 100px
}
}
.mobile-filter-buttons-holder li.mobile-filter-button {
	display: none
}
.filter-label-m {
	display: none
}
@media (max-width:1200px) {
.price-block {
	position: relative;
	padding-bottom: 0
}
.products, .product-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch
}
.products>li, .product-list>li {
	float: none!important;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	height: auto!important
}
.products>li>a, .product-list>li>a {
	padding-bottom: 60px!important;
	position: relative
}
.products>li {
	-webkit-flex-grow: 0;
	flex-grow: 0
}
.products>li .labels {
	position: absolute;
	top: 84px;
	left: 5px
}
.products>li h2, .products>li h3, .products>li .discount, .products>li .price {
	margin-left: 0px!important;
	width: 100%!important
}
.product-list>li .price-block, .products>li .price-block {
	position: absolute;
	bottom: 10px
}
.products>li img {
	position: relative!important;
	top: auto!important;
	left: auto!important
}
.products>li a {
	padding: 14px 10px 14px 14px;
	height: 100%
}
.mobile-filter-buttons-holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-right: 1px!important;
	align-content: stretch;
	-webkit-align-content: stretch;
	background-color: #FFF
}
.mobile-filter-buttons-holder>li {
	width: auto;
	font-size: 10px;
	-webkit-flex-grow: 1;
	flex-grow: 1
}
.filter-label {
	display: none
}
.filter-label-m {
	display: inline-block
}
.products .productImage, .product-list .productImage {
	margin-bottom: 10px
}
.product-image-holder {
	position: relative;
	padding-bottom: 15px
}
.products>li>a>h3 {
	display: block
}
.mobile-filter-buttons-holder {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.mobile-filter-buttons-holder li {
	float: none!important;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border: none!important
}
.mobile-filter-buttons-holder li a {
	border: none!important
}
.mobile-filter-buttons-holder li a:hover {
	border: none!important
}
.mobile-filter-buttons-holder li a span.filter-label-m {
	border-bottom: 1px solid transparent
}
.mobile-filter-buttons-holder li.active a span.filter-label-m, .mobile-filter-buttons-holder li a:hover span.filter-label-m {
	display: inline-block;
	border-bottom: 1px solid red
}
.mobile-filter-buttons-holder li.mobile-filter-button {
	width: 100%!important;
	border-right: none!important;
	position: relative;
	display: block;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}
.mobile-filter-buttons-holder li.mobile-filter-button a {
	text-align: left!important;
	border-bottom: 2px solid #f5f5f5!important
}
.mobile-filter-buttons-holder li.mobile-filter-button a:hover {
	color: #FF0000!important
}
.mobile-filter-buttons-holder li.mobile-filter-button .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0,-55%);
	display: block;
	font-size: 20px
}
}
.promo-comp-mobile {
	display: none;
	margin-top: 25px;
	margin-bottom: 25px
}
.promo-comp-mobile-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
	margin-right: -1px!important
}
.promo-comp-mobile .promo-box-item, .promo-comp-mobile .promo-box-link {
	width: 33.333%;
	background: #FFF;
	text-align: center;
	padding: 10px
}
.promo-comp-mobile .promo-box-link .promo-box-item {
	width: 100%;
	margin-right: 0;
	padding: 0
}
.promo-comp-text {
	margin-bottom: 0
}
.promo-comp-mobile-detail {
	display: block
}
@media (max-width:767px) {
.promo-comp-mobile {
	display: block
}
.promo-comp-mobile .promo-comp-text-add {
	display: none
}
.tile-shops .tile-icon *, .tile-services .tile-icon * {
	display: none
}
.tile-shops h4 {
	margin-bottom: 0px!important
}
.tile-shops h4, .tile-shops h4 a {
	display: block!important;
	text-align: left;
	position: relative
}
.tile-shops h4:after {
	content: '\f105'!important;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: #777777!important;
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
	background-color: transparent!important;
	text-align: right;
	font-size: 25px
}
.tile-services h4 {
	margin-bottom: 0px!important
}
.tile-services h4, .tile-services h4 a {
	display: block!important;
	text-align: left;
	position: relative
}
.tile-services h4:after {
	content: '\f105'!important;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: #777777!important;
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
	background-color: transparent!important;
	text-align: right;
	font-size: 25px
}
.promo-comp-mobile-detail h4 {
	margin: 0px!important;
	font-size: 13px!important
}
.promo-comp-mobile-detail h4:after {
	display: none!important
}
.promo-comp-mobile-detail .tile-icon {
	min-height: 100px;
	padding-top: 0;
	padding-bottom: 0
}
}
.filter-head-cat, .close-filter-head {
	display: none
}
.detail .gallery {
	position: relative
}
#mobile-filter-show-results {
	display: none
}
@media (max-width:1200px) {
.products-scroller-col {
	padding-left: 0;
	padding-right: 0
}
.products-scroller-holder {
	width: 100%;
	overflow: auto;
	margin: 0
}
.products-scroller-holder::-webkit-scrollbar {
	-webkit-appearance: none
}
.products-scroller-holder::-webkit-scrollbar:vertical {
	width: 12px
}
.products-scroller-holder::-webkit-scrollbar:horizontal {
	height: 12px
}
.products-scroller-holder::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
	border-radius: 10px;
	border: 2px solid #fff
}
.products-scroller-holder::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff
}
.products-scroller-col .product-list {
	-webkit-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.products-scroller-holder .products-scroller-item {
	width: 50%;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}
.detail-images-list {
	text-align: center
}
.detail-images-list li {
	position: relative
}
.detail-images-list li * {
	display: none
}
.detail-images-list li:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #666;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}
.detail-images-list li.active:not(:only-child):before {
	background: red
}
.detail-images-list li:only-child:before {
	background: none
}
.detail .gallery .list li {
	float: none;
	display: inline-block;
	margin: 0 5px
}
.detail-images-holder {
	overflow-x: scroll;
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}
.detail-images-holder::-webkit-scrollbar {
	-webkit-appearance: none
}
.detail-images-holder::-webkit-scrollbar:vertical {
	width: 12px
}
.detail-images-holder::-webkit-scrollbar:horizontal {
	height: 12px
}
.detail-images-holder::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
	border-radius: 10px;
	border: 2px solid #fff
}
.detail-images-holder::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff
}
.detail-images-holder>.detail-images-list {
	white-space: nowrap;
	display: inline-block;
	position: relative
}
#swipe-element {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0
}
#razeni {
	padding-bottom: 80px!important
}
#razeni+.hidden-xs {
	display: none
}
.mobile-filter-overview {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	overflow: auto;
	background: #FFF
}
#ajax_catalogue_price_filter {
	height: auto!important
}
#mobile-filter-show-results-holder {
	display: block;
	position: fixed;
	bottom: 10px;
	left: 0;
	padding: 10px;
	width: 100%
}
#mobile-filter-show-results {
	display: block
}
aside h5 {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #063570
}
.close-filter-head {
	position: absolute;
	top: 5px;
	right: 20px;
	display: block;
	font-size: 25px;
	color: #063570
}
.filter-head-cat {
	display: block;
	padding: 10px;
	font-size: 25px;
	text-align: center;
	background-color: #F5F5F5
}
.filter-head-cat, .close-filter-head {
	display: block
}
#mobile-filter-reset {
	position: absolute;
	top: 0;
	left: 0;
	display: none
}
.mobile-filter-reset-col.display-reset #mobile-filter-reset {
	display: block;
	border-right: 2px solid #F5F5F5!important;
	text-decoration: underline
}
.mobile-filter-reset-col.display-reset #mobile-filter-toggler {
	padding-left: 120px
}
#razeni .clearFilter {
	display: none!important
}
.products>li>a .bx-wrapper {
	display: block;
	margin-bottom: 10px!important
}
.products>li>a .bx-wiewport {
	height: auto!important
}
}
img.banner-bgr, img.banner-bgr-mobile {
	display: none!important
}
.oversized {
	width: 100%;
	overflow: auto
}
.oversized img {
	max-width: 100%;
	height: auto
}
.banner .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}
.banner .bx-pager.bx-default-pager a:hover::before, .banner .bx-wrapper .bx-pager.bx-default-pager a.active::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 36px;
	height: 36px;
	border-radius: 24px;
	border: 1px solid #fff;
	display: block
}
.bx-pager {
	text-align: center!important
}
img.banner-bgr {
	display: block!important
}
.banner-box {
	padding: 0
}
.banner-box .banner-bgr {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.banner-hp {
	background: transparent!important;
	position: relative;
	z-index: 1
}
.banner-hp>.container>.row {
	margin: 0
}
.banner-hp .bx-wrapper .bx-viewport {
	height: 100%!important;
	padding-bottom: 0px!important
}
.banner-hp .row>.bx-wrapper {
	margin-bottom: 0
}
.banner-hp .bx-wrapper .bx-viewport>.col {
	height: 100%!important;
	width: 100%!important;
	padding: 0
}
.banner-hp .bx-wrapper .bx-viewport>.col .banner-box {
	height: 100%!important;
	width: 100%!important;
	max-height: 999999px
}
.banner-hp .row>.bx-wrapper .bx-controls {
	display: none
}
.fake-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 15px;
	margin: 0;
	z-index: 99999
}
.fake-wrapper .bx-controls {
	position: relative;
	top: 0;
	left: 0
}
.fake-wrapper .bx-controls .bx-pager {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0
}
.banner-hp {
	background: #FFF;
	padding-bottom: 60px;
	margin-bottom: -20px
}
@media (max-width:1024px) {
.banner-hp {
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	width: 100%!important
}
.banner-hp .container {
	width: 100%!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important
}
.banner-hp .container>.row {
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important
}
.banner-hp .bx-wrapper .bx-viewport>.col {
	padding-left: 0px!important;
	padding-right: 0px!important
}
}
@media (max-width:767px) {
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px
}
.banner .bx-pager.bx-default-pager a:hover::before, .banner .bx-wrapper .bx-pager.bx-default-pager a.active::before {
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px
}
main.blog.articleOverview h2 {
	font-size: 19px
}
main.blog.articleDetail h1 {
	font-size: 22px
}
.product-image-holder {
	padding-top: 30px
}
.products>li a {
	padding: 14px 5px 14px 5px
}
.products>li .labels {
	left: 0;
	top: 0;
	right: 0;
	bottom: inherit;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.products li .labels .label, .detail ul.labels .label {
	font-size: 11px;
	padding: 3px 5px 3px
}
}
.col-team-list-item {
	margin-bottom: 40px;
	text-align: center
}
.col-team-list-item a {
	text-decoration: none;
	color: #000
}
.col-team-list-item .image-holder-container {
	max-width: 190px;
	margin: 0 auto;
	width: 100%;
	position: relative
}
.col-team-list-item .image-holder {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: gray;
	margin-bottom: 20px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px
}
.col-team-list-item .image-holder:before {
	content: "";
	display: block;
	padding-top: 100%
}
.col-team-list-item .image-holder-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.col-team-list-item .image-holder-inner .inner-content {
	display: table;
	width: 100%;
	height: 100%
}
.col-team-list-item .image-holder-inner .inner-content-rat {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.col-team-list-item .image-holder-inner .inner-content-rat img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important
}
.team-item-detail-holder {
	padding: 20px 0
}
.team-item-detail-holder .team-list-item-name {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 700
}
img.float-left {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}
img.float-right {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}
.text-red {
	color: #df0b25
}
.formError {
	z-index: 990
}
.formError .formErrorContent {
	z-index: 991
}
.formError .formErrorArrow {
	z-index: 996
}
.ui-dialog .formError {
	z-index: 5000
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006
}
.inputContainer {
	position: relative;
	float: left
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
	min-width: 180px
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0
}
.greenPopup .formErrorContent {
	background: #33be40
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0 0 0 12px;
	top: 2px
}
.formError .formErrorArrow div {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none
}
.greenPopup .formErrorArrow div {
	background: #33be40
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none
}
.formError .formErrorArrow .line8 {
	width: 11px
}
.formError .formErrorArrow .line7 {
	width: 9px
}
.formError .formErrorArrow .line6 {
	width: 7px
}
.formError .formErrorArrow .line5 {
	width: 5px
}
.formError .formErrorArrow .line4 {
	width: 3px
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd
}
div.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px
}
div.ie6 {
	position: absolute
}
div.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px')
}
div.ie6.top-left {
	left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px')
}
div.ie6.bottom-right {
	left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px')
}
div.ie6.bottom-left {
	left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px')
}
div.ie6.center {
	left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
	width: 100%
}
div.jGrowl {
	position: absolute
}
div.jGrowl div {
	border-width: 0
}
body>div.jGrowl {
	position: fixed
}
div.jGrowl.top-left {
	left: 0;
	top: 0
}
div.jGrowl.top-right {
	right: 0;
	top: 0
}
div.jGrowl.bottom-left {
	left: 0;
	bottom: 0
}
div.jGrowl.bottom-right {
	right: 0;
	bottom: 0
}
div.jGrowl.center {
	top: 0;
	width: 50%;
	left: 25%
}
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: auto;
	margin-right: auto
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: #05f;
	opacity: .85;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
div.jGrowl div.jGrowl-notification {
	min-height: 40px
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	margin: 10px
}
div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 700;
	font-size: .85em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: 700;
	font-size: 1em;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 3px
}
div.jGrowl div.jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: 700;
	text-align: center
}
@media print {
div.jGrowl {
	display: none
}
}
div.jGrowl div.manilla {
	background-color: #FFF1C2;
	color: navy
}
div.jGrowl div.manilla {
	background-color: #FFF1C2;
	color: navy
}
div.jGrowl div.smoke {
	background: url(../img/smoke.png) no-repeat;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 280px;
	height: 55px;
	overflow: hidden
}
div.jGrowl div.flora {
	background: #E6F7D4 url(../img/flora-notification.png) no-repeat;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 270px;
	height: 90px;
	padding: 0;
	overflow: hidden;
	border-color: #5ab500
}
div.jGrowl div.flora div.message {
	padding: 5px;
	color: #000
}
div.jGrowl div.flora div.header {
	background: url(../img/flora-header.png) no-repeat;
	padding: 5px
}
div.jGrowl div.flora div.close {
	background: url(../img/flora-close.png) no-repeat;
	padding: 5px;
	color: transparent;
	padding: 0;
	margin: 5px;
	width: 17px
}
div.jGrowl div.iphone {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 12px;
	background: url(../img/iphone.png) no-repeat;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	opacity: .90;
	filter: alpha(opacity=95);
	width: 235px;
	height: 137px;
	overflow: hidden;
	border-color: #5ab500;
	color: #fff
}
div.jGrowl div.warning {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 12px;
	background: #87390a url(../img/orange-info.jpg) no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .92;
	filter: alpha(opacity=95);
	width: 380px;
	overflow: hidden;
	border-color: #5ab500;
	color: #ffc;
	box-shadow: 1px 1px 10px #300;
	text-shadow: 1px 2px 14px #000
}
div.jGrowl div.warning div.jGrowl-header {
	margin-bottom: 1em;
	padding: .5em 1em;
	box-shadow: 0 4px 15px #500;
	background: #f0b7a1;
background: -moz-linear-gradient(top,
#f0b7a1 0%,
#8c3310 50%,
#752201 51%,
	#bf6e4e 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,
#f0b7a1), color-stop(50%,
#8c3310), color-stop(51%,
#752201), color-stop(100%,
	#bf6e4e));
background: -webkit-linear-gradient(top,
#f0b7a1 0%,
#8c3310 50%,
#752201 51%,
	#bf6e4e 100%);
background: -o-linear-gradient(top,
#f0b7a1 0%,
#8c3310 50%,
#752201 51%,
	#bf6e4e 100%);
background: -ms-linear-gradient(top,
#f0b7a1 0%,
#8c3310 50%,
#752201 51%,
	#bf6e4e 100%);
background: linear-gradient(to bottom,
#f0b7a1 0%,
#8c3310 50%,
#752201 51%,
	#bf6e4e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0b7a1',endColorstr='#bf6e4e',GradientType=0)
}
div.jGrowl div.error {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 12px;
	background: #f20000 url(../img/red-info.jpg) no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .92;
	filter: alpha(opacity=95);
	width: 380px;
	overflow: hidden;
	border-color: #500;
	color: #ff0;
	box-shadow: 1px 1px 10px #300;
	text-shadow: 1px 2px 14px #000
}
div.jGrowl div.error div.jGrowl-header {
	margin-bottom: 1em;
	padding: .5em 1em;
	box-shadow: 0 4px 15px #900;
	background: #f0b7a1;
background: -moz-linear-gradient(top,
#f0b7a1 0%,
#7f1010 40%,
#a01401 60%,
	#bf6e4e 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,
#f0b7a1), color-stop(40%,
#7f1010), color-stop(60%,
#a01401), color-stop(100%,
	#bf6e4e));
background: -webkit-linear-gradient(top,
#f0b7a1 0%,
#7f1010 40%,
#a01401 60%,
	#bf6e4e 100%);
background: -o-linear-gradient(top,
#f0b7a1 0%,
#7f1010 40%,
#a01401 60%,
	#bf6e4e 100%);
background: -ms-linear-gradient(top,
#f0b7a1 0%,
#7f1010 40%,
#a01401 60%,
	#bf6e4e 100%);
background: linear-gradient(to bottom,
#f0b7a1 0%,
#7f1010 40%,
#a01401 60%,
	#bf6e4e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0b7a1',endColorstr='#bf6e4e',GradientType=0)
}
div.jGrowl div.info {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 12px;
	background: #01647d url(../img/blue-info.jpg) no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .92;
	filter: alpha(opacity=95);
	width: 380px;
	overflow: hidden;
	border-color: #500;
	color: #fff;
	box-shadow: 1px 1px 10px #003;
	text-shadow: 1px 2px 14px #000
}
div.jGrowl div.success {
	font-family: "Verdana", serif;
	font-size: 12px;
	background: #01771a url(../img/green-info.jpg) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: .92;
	filter: alpha(opacity=95);
	width: 380px;
	max-height: 300px;
	overflow: hidden;
	color: #fff;
	border-width: 0;
	box-shadow: 1px 1px 10px #030;
	text-shadow: 1px 2px 14px #000
}
div.jGrowl div.iphone .jGrowl-close {
	padding-right: 20px
}
div.jGrowl div.iphone div.message {
	padding-top: 0;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px
}
div.jGrowl div.iphone div.header {
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 17px
}
div.jGrowl div.iphone div.close {
	display: none
}
div#random {
	width: 1000px;
	background-color: red;
	line-height: 60px
}
.gdpr-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 999999999999;
	line-height: 100%;
	line-height: 100vh;
	text-align: center;
	color: black
}
.gdpr-inner {
	display: inline-block;
	vertical-align: middle;
	background-color: white;
	line-height: normal;
	width: 100%;
	max-width: 440px;
	padding: 30px 20px;
	border: 10px solid #ebebeb
}
.gdpr-inner p {
	position: relative;
	display: block;
	line-height: 22px;
	font-size: 15px;
	margin-bottom: 20px
}
.gdpr-inner p a {
	text-decoration: underline
}
.gdpr-inner p a:hover {
	text-decoration: none
}
.gdpr-inner strong {
	position: relative;
	display: block;
	line-height: 25px;
	font-size: 20px;
	font-weight: 700
}
.gdpr-buttonsWrap {
	position: relative;
	display: block;
	text-align: center
}
.gdpr-buttonsWrap a {
	margin: 5px!important
}
.gdpr-buttonsWrap a.gdpr-disagree {
	border: none;
	position: relative
}
.gdpr-buttonsWrap a.gdpr-agree {
	padding: 12px 22px
}
.form-control .box .gdprInlineCheckbox label:first-child {
	position: static;
	transform: none
}
#gdprInline.first-hidden .gdpr-inline-workplace:first-of-type {
	display: none
}
#gdprInline .gdpr-inline-workplace+.gdpr-inline-workplace {
	margin-top: 25px
}
#gdprInline .gdpr-inline-workplace p:first-of-type {
	line-height: 30px
}
#gdprInline .gdpr-inline-workplace p:last-of-type {
	font-size: 12px;
	margin-top: inherit
}
#gdprInline .gdpr-inline-workplace label a {
	text-decoration: underline;
	font-size: 12px
}
#gdprInline .gdpr-inline-workplace a:hover {
	text-decoration: none
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-outer, .fancybox-inner {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(data: image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../js/fancy2/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(data: image/gif;
	base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	overflow: visible!important;
	width: auto
}
.fancybox-lock body {
	overflow: hidden!important
}
.fancybox-lock-test {
	overflow-y: hidden!important
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(data: image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../js/fancy2/fancybox_sprite@2x.png);
	background-size: 44px 152px
}
#fancybox-loading div {
	background-image: url(../js/fancy2/fancybox_loading@2x.gif);
	background-size: 24px 24px
}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050
}
#fancybox-buttons.top {
	top: 10px
}
#fancybox-buttons.bottom {
	bottom: 10px
}
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top,rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top,rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -o-linear-gradient(top,rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top,rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: linear-gradient(to bottom,rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0)
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0
}
#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(data: image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAMAAAAPdrEwAAAAvVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACoqKgAAABhYWEAAACKiooAAAAAAADj4+MAAADExMQAAABlZWWAgIAAAAAzMzMAAADg4OArKysAAADk5OR0dHRXV1dgYGCtra3u7u7Hx8eoqKjDw8P4+Pjv7++wsLD4+PjZ2dm/v7/Gxsb39/f5+fn5+fno6Oj6+vrb29vh4eHq6ur7+/vw8PD4+Pj29vb7+/v8/Pz////5+fn09PTy8vLw8PARO2GBAAAANnRSTlMAAQMFBwsOERUXHB8gJiguNzg9Pz8/Q0hLT1VWYGVoeH2IkaKkpKmxsrjExc3T1djc4uPw8vVWxhKTAAAC9ElEQVR4Xu2WXXeaQBCGgQUWiGCsibExiWk+bA0xNlZnP8D8/5/VQUp7FMYc95iLtjw3czHs45zx5bDWv05LS/gc7hewb5/txoOzR7bpP86aDeFMx/ZeNX+WTe7wResJutlE65ew2azPnb3qYK5V3e2iuXAXZnS7TWalb09LbEqttLrabfIpAKAbzQAw5Q3mLNcV38PtFeuKTNTdfi8VQiitFZa059fWheb1ep3nuRCg1NbSudKAp7CHT9TdLOqn2NqcTvsR21nXs1bYRHJEgNxaeiSh8P56gHAXvZoZ8e/w8G/zO2pYnTNrxz1VRU9Na2bL694LkVdyAXC2pc4Bqn1g98dNZ1c90aVaT2pqJ+ihW+TpU8l9ZFt/CB5ef7HKBZoTz941a5FvdkW5AW4G/Q1df2td3WHJ6BUIM4j86SkXQLkhOwv4Bs/Z6vlBSTLP6mbLn2cSRDocpgJkNvetRve7b2PNjPCLBQBmA3MCsLjgVpP7NrL3qx9qZsTtXC7QzBi6F5cdt0Hg8Mjfr/Y7ncJcd/d7RepY1OujuQmbOdZeHJc1/rbLfVZU5nM0/y20tLS0sNmpTXfDGAmrciBc6y8O2Y01ElflQCKp9Qs5eCyVknFZDNSg6MFjmWXoLIqBGoTIycHjDCCLy2KixlsKlIMfXb1GysGPr357Q3e58Q9RA8Cd9yELEfli3D26Ot9cgb8OE370hQgUL8a9yD323ygBRDny0V8ZKUU58vFfdBDUyEiMyxJxWQ5Xz8mRkZMYOanKgfAuOTLiBlEUuFU5EObjyP8jLS0tLexRF7hUl9mnyyvHSO0m00wqGVA35cmnpV56ZlNH11pKGTV3I6W1Wl1zI7X9aSkBSLWUMhsnZlN7y2w1ToFUK6mn3DZS89vVuDeYUuriiw4TZjZ1t5/wKCG2GQxGo9EgcY3Ujsc9m7mM/LAjnOga5JXIOgGRV4OsE9B5pbNOY5JXOus0dF7prNOY5JXOOg2dVzrrNCZ5pbNuTkvLT1EJqK9sfkCLAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	outline: none;
	opacity: .8
}
#fancybox-buttons a:hover {
	opacity: 1
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0
}
#fancybox-buttons a.btnDisabled {
	opacity: .4;
	cursor: default
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050
}
#fancybox-thumbs.bottom {
	bottom: 2px
}
#fancybox-thumbs.top {
	top: 2px
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: .5
}
#fancybox-thumbs ul li.active {
	opacity: .75;
	padding: 0;
	border: 1px solid #fff
}
#fancybox-thumbs ul li:hover {
	opacity: 1
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none
}