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

body {
	margin: 0;
	font-display: swap;
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

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

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

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

.big-p {
	font-size: 18px !important;
	text-align: center !important;
	font-weight: bold;
	margin-bottom: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}


.mb10 {
	margin-bottom: 10px !important;
}


.mt20 {
	margin-top: 20px !important;
}


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

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

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

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

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

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

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

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

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

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

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333333;
	background-color: #fff;
}

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

a {
	color: #666666;
	text-decoration: none;
}

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

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

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

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

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

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-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: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

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

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

.container:after {
	clear: both;
}

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

}

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

}

@media (min-width:1400px) {
	.container {
		width: 1370px;
	}

}

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

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

.container-fluid:after {
	clear: both;
}

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

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

.row:after {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

th {
	text-align: left;
}

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

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .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 > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

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

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

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

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .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;
}

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

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

	.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

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

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple], select[size] {
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #666666;
}

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

.form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

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

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

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

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

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 34px;
	line-height: 1.42857 \0;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
	line-height: 30px;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
	line-height: 46px;
}

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

.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label, .checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

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

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

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

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

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

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

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

textarea.input-sm, select[multiple].input-sm {
	height: auto;
}

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

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

textarea.input-lg, select[multiple].input-lg {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .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 {
	color: #3c763d;
}

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

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

.has-success .input-group-addon {
	color: #3c763d;
	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 {
	color: #8a6d3b;
}

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

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

.has-warning .input-group-addon {
	color: #8a6d3b;
	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 {
	color: #a94442;
}

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

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

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

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

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

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

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

	.form-inline .form-control, .navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group, .navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn, .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label, .navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

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

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

	.form-inline .has-feedback .form-control-feedback, .navbar-form .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: 27px;
}

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

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

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

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

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}

}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

.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: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

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

.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, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

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

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

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

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

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

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

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

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

.open > a {
	outline: 0;
}

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

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

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

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

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

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

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

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

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

}

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

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

.nav:after {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}

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

.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

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

}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

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

.navbar:after {
	clear: both;
}

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

}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

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

}

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

.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}

}

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

@media (min-width:992px) {
	.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

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

}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
	display: block;
	width: 33px;
	height: 4px;
	border-radius: 11px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width:992px) {
	.navbar-toggle {
		display: none;
	}

}


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

@media (max-width:991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

}

@media (min-width:992px) {
	.navbar-nav {
		
		
		display: flex;
		flex-direction: row;
	}

	.navbar-nav > li {
		float: left;
		margin: auto;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}

}

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

	.navbar-right {
		float: right !important;
	}

}

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

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

}

@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-form.navbar-right:last-child {
		margin-right: -15px;
	}

}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.navbar-text.navbar-right:last-child {
		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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
	color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #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: #090909;
}

.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: #090909;
	color: #fff;
}

@media (max-width:991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999999;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #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: #090909;
	}

	.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: #999999;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #999999;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.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, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: 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: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.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, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}

}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}

}

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

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}

}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important;
	}

}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important;
	}

}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}

}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md, td.visible-md {
		display: table-cell !important;
	}

}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important;
	}

}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important;
	}

}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}

}

@media (min-width:1400px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}

}

@media (min-width:1400px) {
	.visible-lg-block {
		display: block !important;
	}

}

@media (min-width:1400px) {
	.visible-lg-inline {
		display: inline !important;
	}

}

@media (min-width:1400px) {
	.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:1400px) {
	.hidden-lg {
		display: none !important;
	}

}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print, td.visible-print {
		display: table-cell !important;
	}

}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}

}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}

}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}

}

@media print {
	.hidden-print {
		display: none !important;
	}

}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*font-family: 'Raleway', sans-serif;*/

/*font-family: 'Lora', serif;*/

/*!

 * Yamm!3 - Yet another megamenu for Bootstrap 3

 * http://geedmo.github.com/yamm3

 *

 * @geedmo - Licensed under the MIT license

 */

 .yamm .collapse, .yamm .dropup, .yamm .dropdown {
 	position: static;
 }

 .yamm .container {
 	position: relative;
 }

 .yamm .dropdown-menu {
 	left: auto;
 }

 .yamm .yamm-content {
 	padding: 20px 30px;
 }

 .yamm .dropdown.yamm-fw .dropdown-menu {
 	left: 0;
 	right: 0;
 }

 /*Colors*/
 html, body {
 	width: 100%;
 	height: 100%;
 	color: #2a3237;
 }

 a {
 	color: #2a3237;
 }

 a:focus {
 	outline: none !important;
 }

 body {
 	font-family: 'Raleway', sans-serif;
 }

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

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

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

 section {
 	float: left;
 	width: 100%;
 	overflow: hidden;
 }

 *:focus {
 	outline: none;
 }

 .t {
 	display: table;
 }

 .t .tr {
 	display: table-row;
 }

 .t .tr .td {
 	display: table-cell;
 }

 .cart-open-right .td {
 	vertical-align: top;
 }

 .navbar-toggle {
 	border-color: #135377;
 	margin-right: 0;
 }

 .navbar-toggle.navbar-toggle_mobile {
 	border: none;
 	position: absolute;
 	left: 5px;
 	top: 16px;
 }

 .navbar-toggle.navbar-toggle_mobile span {
 	background: #000;
 }

 .icon-bar {
 	background: #135377;
 }

 input[type=checkbox].css-checkbox {
 	position: absolute;
 	z-index: -1000;
 	left: -1000px;
 	overflow: hidden;
 	clip: rect(0 0 0 0);
 	height: 1px;
 	width: 1px;
 	margin: -1px;
 	padding: 0;
 	border: 0;
 }

 input[type=checkbox].css-checkbox + label.css-label {
 	padding-left: 28px;
 	height: 13px;
 	display: inline-block;
 	line-height: 14px;
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	font-size: 14px;
 	vertical-align: middle;
 	cursor: pointer;
 	font-weight: normal;
 }

 input[type=checkbox].css-checkbox:checked + label.css-label {
 	background-position: 0 -13px;
 }

 .form-radio input[type=radio].css-checkbox {
 	position: absolute;
 	z-index: -1000;
 	left: -1000px;
 	overflow: hidden;
 	clip: rect(0 0 0 0);
 	height: 1px;
 	width: 1px;
 	margin: -1px;
 	padding: 0;
 	border: 0;
 }

 .form-radio input[type=radio].css-checkbox + label.css-label {
 	padding-left: 20px;
 	display: inline-block;
 	line-height: 17px;
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	font-size: 17px;
 	vertical-align: middle;
 	cursor: pointer;
 	font-weight: normal;
 }

 .form-radio input[type=radio].css-checkbox:checked + label.css-label {
 	background-image: url("../images/rse.png");
 }

 .form-radio label.css-label {
 	background-image: url("../images/run.png");
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }

 label.css-label {
 	background-image: url("../images/icons/checkbox.png");
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }

 .chk {
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 5px;
 	padding-left: 10px;
 }

 /******************************* HEADER ******************************/
 .topline {
 	background: #135377;
 	width: 100%;
 	float: left;
 	padding: 20px 0;
 }

 .topline .topline-nav {
 	float: left;
 }

 .topline .topline-nav .navbar-toggle {
 	float: left;
 	border-color: #fff;
 	margin: 0;
 }

 .topline .topline-nav .icon-bar {
 	background: #fff;
 }

 .topline .topline-nav .navbar {
 	margin: 0;
 	min-height: auto !important;
 }

 .topline .topline-nav ul {
 	padding: 0;
 	margin: 0;
 }

 .topline .topline-nav ul li {
 	float: left;
 	padding: 0;
 	margin: 0;
 	list-style: none;
 	margin-left: 50px;
 }

 .topline .topline-nav ul li a {
 	padding: 0;
 	margin: 0;
 	color: #fff;
 	font-size: 14px;
 }

 .topline .topline-nav ul li.active a {
 	font-weight: bold;
 }

 .topline .topline-nav ul li:first-child {
 	margin-left: 0;
 }

 .topline .lang {
 	float: right;
 	position: relative;
 }

 .topline .lang .lng {
 	display: inline-block;
 	color: #fff;
 	font-size: 14px;
 	padding-right: 20px;
 	background: url("../images/icons/arrow-down.png") no-repeat right center;
 	border-bottom: 1px #7e9b97 solid;
 }

 .topline .lang .ldrop {
 	display: none;
 	position: absolute;
 	left: 0;
 	padding: 0;
 	top: 6px;
 	width: 100%;
 	text-align: center;
 	background: #fff;
 	z-index: 1000;
 }

 .topline .lang .ldrop li {
 	list-style: none;
 }

 .topline .lang .ldrop li a {
 	display: inline-block;
 	width: 100%;
 	padding: 5px 0;
 	border-bottom: 1px #7e9b97 solid;
 }

 .navbar {
 	border-radius: 0;
 	min-height: initial;
 	border: 0;
 }

 header {
 	float: left;
 	width: 100%;
 	padding: 20px 0 15px;
 }

 .brand {
 	float: left;
 }

 .brand .logo {
 	float: left;
 	margin-top: 5px;
 }

 .brand h1 {
 	float: left;
 	padding-left: 27px;
 	margin: 12px 0 0 37px;
 	background: url("../images/ln.png") no-repeat left center;
 	font-size: 18px;
 	font-weight: normal;
 }

 .menu {
 	float: left;
 	width: 100%;
 	margin-top: 30px;
 	min-height: auto !important;
 	margin-bottom: 0;
 }


 @media (min-width:991px) {
 	.menu ul {
 		padding: 0;
 		margin: 0;
 	}

 	.menu ul li {

 		list-style: none;		
 		text-align: left;
 	}

 	.menu ul li:first-child {
 		margin-left: 0;
 	}

 	.menu ul li a {
 		font-size: 15px;
 		color: #2a3237;
 	}

 }

 @media (min-width:1400px) {
 	.menu ul li a {
 		font-size: 18px;		
 	}

 }

 .menu ul li.sestavi-top-paket {
	display:none;
}
 .menu ul li.sestavi-top-paket a {
 	background: #D4AF37;
 	color: #fff;
 	padding: 6px 8px;
 	text-transform: uppercase;
 }

 .menu ul li.sestavi-top-paket a:hover,
 .menu ul li.sestavi-top-paket a:active {
 	color: #fff;
 }


 .nav > li > a {
 	background: none;
 	border-color: transparent;
 }

 .nav > li > a:focus, .nav > li > a:hover {
 	background: none;
 	border-color: transparent;
 }

 .nav .open > a {
 	background: none;
 	border-color: transparent;
 }

 .nav .open > a:focus, .nav .open > a:hover {
 	background: none;
 	border-color: transparent;
 }

 .yamm .dropdown.yamm-fw .dropdown-menu {
 	margin-top: 13px;
 }

 .yamm .dropdown.yamm-fw .dropdown-menu ul {
 	margin: 0 0 20px;
 	padding: 0;
 }

 .yamm .dropdown.yamm-fw .dropdown-menu ul li {
 	padding: 0;
 	margin: 0 0 8px 0;
 	width: 100%;
 	list-style: none;
 	text-align: left !important;
 }

 .yamm .dropdown.yamm-fw .dropdown-menu ul li a {
 	padding: 0;
 	margin: 0;
 	color: #2a3237;
 	font-weight: normal;
 	font-size: 15px;
 	border-bottom: 0 !important;
 }

 .dropdown-menu {
 	border: 0;
 	border-top: 1px #2a3237 solid;
 	background-color: #f5f5f5 !important;
 	background-position: bottom right;
 	background-repeat: no-repeat;
 	padding: 20px 20px 60px 20px !important;
 	border-radius: 0;
 	box-shadow: none;
 }

 .dropdown-menu h2 {
 	font-size: 15px;
 	text-transform: uppercase;
 	font-weight: 600;
 	color: #2a3237;
 	text-align: left !important;
 	letter-spacing: 1px;
 }

 /*.drop-1 { background-image: url("../images/bg/drop-1.jpg"); }*/

 .search {
 	width: 100%;
 	margin-top:36px;
 	position: relative;
 }

 .search input {
 	width: 100%;
 	border: 0;
 	text-align: left;    
 	border-bottom: 1px #e0e1e1 solid;
 	font-size:15px;
 }


 .search ::-webkit-input-placeholder {color:#282828;opacity:1!important;}
 .search ::-moz-placeholder {color:#282828;opacity:1!important;}
 .search :-ms-input-placeholder {color:#282828;opacity:1!important;}
 .search :-moz-placeholder {color:#282828;opacity:1!important;}




 .search button {
 	position: absolute;
 	right: -6px;
 	top: 0;	
 	border: 0;
 	/*background: url("../images/icons/loop.png") no-repeat;*/
 	background: none;
 	font-size: 22px;
 	color: #D4AF37;
 }

 .search.search_mobile button {
 	right: 10px;
 	top: 10px;	
 }

 .search.search_mobile input {
 	text-align: left;
 	padding: 12px 32px 11px 0;
 }

 .cart-top {
 	display: inline-block;
 	float: right;
 	padding: 9px 24px 9px 60px;
 	background: #135377;
 	color: #fff;
 	font-size: 14px;
 	position: relative;
 	cursor: pointer;
 }

 .cart-top span {
 	font-size: 18px;
 }

 .cart-top:before {
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 44px;
 	height: 43px;
 	background: url("../images/icons/cart.png") no-repeat center center;
 	border-right: 1px #fff solid;
 	content: "";
 }

 /******************************* MAIN ******************************/
 .slider-wrap {
 	float: left;
 	width: 100%;
 }

 /*.slick-slide {
 	height: 432px;
 }*/

 .slick-dots {
 	text-align: center;
 	bottom: 14px;
 	position: absolute;
 	width: 100%;
 	padding: 0;
 	margin: 0;
 }

 .slick-dots li {
 	display: inline-block;
 	list-style: none;
 	margin: 0 7px;
 }

 .slick-dots li button {
 	width: 26px;
 	height: 26px;
 	background: url("../images/icons/dia.png") no-repeat;
 	border: 0;
 	text-indent: -9999px;
 	color: transparent;
 }

 .slick-dots li.slick-active button {
 	background: url("../images/icons/dia-active.png") no-repeat;
 }

 .slide-text {
 	margin-top: 114px;
 }

 .slide-text h2 {
 	font-size: 32px;
 	text-transform: uppercase;
 	font-weight: 600;
 	margin: 0 0 10px 0;
 	padding: 0;
 }

 .slide-text p {
 	font-size: 26px;
 	margin: 0 0 25px;
 	padding: 0;
 	font-style: italic;
 }

 .slide-text .btn {
 	display: inline-block;
 	background: #135377;
 	display: inline-block;
 	color: #fff;
 	font-size: 18px;
 	text-transform: uppercase;
 	padding: 9px 20px;
 }

 .slide-text .btn:hover {
 	background: #135377;
 	color: #fff;
 }

 .thumb {
 	float: left;
 	width: 100%;
 	text-align: center;
 	font-size: 15px;
 	color: #2a3237;
 }


@media (min-width:768px)  {
 .slick-track .thumb {
 	min-height: 480px;
 }

}

 .thumb .price, .thumb-t .price {
 	display: inline-block;
 	width: 100%;
 	margin: 20px 0 18px;
 	font-size: 18px;
 	font-weight: 600;
 	color: #135377;
 }

 .thumb a {
 	text-decoration: underline;
 	height: 40px;
 }

 .thumb a:hover {
 	text-decoration: none;
 }

 .thumb img {
 	border: 1px #c3c4c4 solid;
 	margin-bottom: 15px;
 	width: 100%;
 }

 .thumb .btn {
 	height: 30px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 	padding: 0 20px;
	line-height: 30px;
 }

 .thumb .btn:hover {
 	background: #135377;
 	color: #fff;
 }

 .cvariants {
 	margin-top: 0px;
 	position: relative;
 	padding-bottom: 20px;
 	margin-top: -12px;
 }

 .thumb .cvariants img {
 	width: 49px;
 	margin: 0 0px 0 0px;
 }

 .thumb .cvariants a:nth-child(5n+0) img {
 	margin-right: 0;
 }

 .section {
 	float: left;
 	width: 100%;
 	padding: 30px;
 }

 .title {
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 24px;
 	font-weight: 600;
 	margin: 0 0 25px;
 	padding-bottom: 8px;
 	background: url("../images/line.png") no-repeat center bottom;
 	color: #135377;
 	letter-spacing: 1px;
 }

 .topweek-section {
 	background: #f1f1f1;
 	text-align: center;
 	padding-bottom: 40px;
 }

 .topweek-section p {
 	font-family: 'Lora', serif;
 	font-size: 16px;
 }

 .topweek-section .btn {
 	padding: 5px 16px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 	display: inline-block;
 	margin-top: 10px;
 }

 .topweek-section .btn:hover {
 	background: #135377;
 	color: #fff;
 }

 .most-section {
 	background: url("../images/bg/top-bg.jpg") no-repeat center top;
 	background-size: cover;
 }

 .banner-1 {
 	display: inline-block;
 	width: 100%;
 	height: 300px;
 	background: url("../images/bg/banner-1.jpg") no-repeat center center;
 	background-size: cover;
 	margin-bottom: 45px;
 	text-align: center;
 }

 .banner-1 h2 {
 	font-size: 24px;
 	font-family: 'Lora', serif;
 	margin: 82px 0 15px 0;
 	text-transform: uppercase;
 }

 .banner-1 p {
 	font-family: 'Lora', serif;
 	font-size: 14px;
 	margin-bottom: 25px;
 }

 .banner-1 a {
 	padding: 5px 16px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 }

 .banner-1 a:hover {
 	background: #135377;
 	color: #fff;
 }

 .banner-2 {
 	display: inline-block;
 	width: 100%;
 	height: 210px;
 	background: url("../images/bg/banner-2.jpg") no-repeat center center;
 	background-size: cover;
 	text-align: center;
 	margin-bottom: 15px;
 }

 .banner-2 h2 {
 	font-size: 24px;
 	font-family: 'Lora', serif;
 	margin: 30px 0 15px 0;
 	text-transform: uppercase;
 }

 .banner-2 p {
 	font-family: 'Lora', serif;
 	font-size: 14px;
 	margin-bottom: 25px;
 }

 .banner-2 a {
 	padding: 5px 16px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 }

 .banner-2 a:hover {
 	background: #135377;
 	color: #fff;
 }

 .banner-3 {
 	display: inline-block;
 	width: 100%;
 	height: 210px;
 	background: url("../images/bg/banner-3.jpg") no-repeat center center;
 	background-size: cover;
 	text-align: center;
 	margin-bottom: 15px;
 }

 .banner-3 h2 {
 	font-size: 24px;
 	font-family: 'Lora', serif;
 	margin: 30px 0 15px 0;
 	text-transform: uppercase;
 }

 .banner-3 p {
 	font-family: 'Lora', serif;
 	font-size: 14px;
 	margin-bottom: 25px;
 }

 .banner-3 a {
 	padding: 5px 16px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 }

 .banner-3 a:hover {
 	background: #135377;
 	color: #fff;
 }

 .newsletter {
 	display: inline-block;
 	width: 100%;
 	float: left;
 	padding: 22px 0;
 	background: url("../images/bg/enews-bg.jpg") no-repeat;
 	background-size: cover;
 }

 .newsletter h2 {
 	font-size: 24px;
 	text-transform: uppercase;
 	font-weight: 600;
 	margin: 0;
 	left: 0;
 	line-height: 21px;
 	position: relative;
 	margin-bottom: 30px;
 }
 .newsletter h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0; 	
 }

 .newsletter p {
 	font-size: 18px;
 	margin: 0;
 	padding: 0;
 }

 .newsletter input[type=text] {
 	text-align: center;
 	height: 45px;
 	font-size: 18px;
 	border: 0;
 	width: 66%;
 }

 .newsletter input.button {
 	padding: 9px 0;
 	width: 29%;
 	margin-left: 4%;
 	font-size: 18px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 	background: transparent;
 }

 .newsletter input.button:hover {
 	background: #135377;
 	color: #fff;
 }

 .keyvisual {
 	float: left;
 	width: 100%;
 	height: 138px;
 	background-size: cover !important;
 	text-align: center;
 }

 .keyvisual h2 {
 	font-size: 24px;
 	text-transform: uppercase;
 	font-weight: 600;
 	margin: 43px 0 0 0;
 	padding: 0 0 5px;
 	letter-spacing: 1px;
 }

 .bread ul {
 	padding: 0;
 	margin: 0;
 }

 .bread ul li {

    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Lora', serif;
    padding: 0 4px 0 16px;
    position: relative;

 }

 .bread ul li:after {
 	position: absolute;
 	left: 0;
 	top: 6px;
 	width: 8px;
 	height: 6px;
 	background: url("../images/icons/bread-arrow.png") no-repeat;
 	content: "";
 }

 .bread ul li a {
 	color: #2a3237;
 }

 .bread ul li:first-child:after {
 	display: none;
 }

 .main {
 	float: left;
 	width: 100%;
 	padding: 50px 0;
 }

 .delivery_desc p {
 	margin-bottom: 0 !important
 }

 .news article {
 	float: left;
 	width: 100%;
 	margin-bottom: 55px;
 }

 .news article h3 {
 	margin: 0 0 10px 0;
 	font-size: 18px;
 	font-weight: 600;
 }

 .news article h3 a {
 	color: #2a3237;
 }

 .news article p {
 	font-size: 14px;
 	line-height: 160%;
 	margin-bottom: 30px;
 }

 .news article .time {
 	font-size: 12px;
 }


 .pagination {
 	display: inline-block;
 	width: 100%;
 	text-align: center;
 }

 .pagination ul {
 	padding: 0;
 	margin: 0;
 }

 .pagination ul li {
 	display: inline-block;
 	list-style: none;
 }

 .pagination ul li a {
 	display: inline-block;
 	border: 1px #13181b solid;
 	font-size: 12px;
 	font-family: 'Lora', serif;
 	padding: 2px 7px 0;
 	margin: 0 5px;
 }

 .pagination ul li a:hover {
 	background: #135377;
 	color: #fff;
 	border-color: #135377;
 	text-decoration: none;
 }

 .pagination ul li.active a {
 	background: #135377;
 	color: #fff;
 	border-color: #135377;
 }

 .page {
 	float: left;
 	width: 100%;
 }

 .page .content {
 	float: left;
 	width: 100%;
 }

 .page .content h2 {
 	text-align: center;
 	font-weight: 600;
 	font-size: 24px;
 	padding-bottom: 10px;
 	margin-bottom: 40px;
 }

 .page .content h3 {
 	font-size: 18px;
 	font-weight: normal;
 	margin: 0;
 	padding: 0;
 }

 .page .content p {
 	font-size: 14px;
 	line-height: 30px;
 	margin-bottom: 30px;
 	text-align: justify;
 }

 .page .content .product p {
 	text-align: left
 }

 /*.page .content img { margin-bottom: 50px; }*/
 .page .content img.pull-left {
 	margin-right: 28px;
 }

 .page .content img.pull-right {
 	margin-left: 28px;
 }

 table {
 	width: 100%;
 	border-top: 1px solid #e5e5e5;
 	border-bottom: 1px #e5e5e5 solid;
 	border-left: 1px #e5e5e5 solid;
 	text-align: center;
 }

 table th {
 	background: #e5e5e5;
 	text-align: center;
 	padding: 34px 10px;
 	border-right: 1px #e5e5e5 solid;
 	font-weight: normal;
 }

 table td {
 	border-right: 1px #e5e5e5 solid;
 	padding: 17px 10px;
 }

 

 .most-section .disc {
 	color: rgb(81, 123, 145)
 }

 .sidebar {
 	float: left;
 	width: 100%;
 	margin-bottom: 30px;
 }

 .sidebar h2 {
 	float: left;
 	margin: 0;
 	padding: 16px 10px;
 	width: 100%;
 	background: #135377;
 	color: #fff;
 	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
 	font-size: 18px;
 	text-transform: uppercase;
 	font-weight: normal;
 }

 .sidebar .filter {
 	float: left;
 	width: 100%;
 	margin-bottom: 45px;
 }

 .sidebar .filter > ul {
 	float: left;
 	margin: 0;
 	padding: 10px 0;
 	width: 100%;
 	background: #f7f7f7;
 	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
 }

 .sidebar .filter > ul > li {
 	float: left;
 	width: 100%;
 	list-style: none;
 	font-size: 15px;
 }

 .sidebar .filter > ul > li > a {
 	float: left;
 	width: 100%;
 	padding: 13px 10px;
 	font-weight: 600;
 }

 .sidebar .filter > ul > li > a:hover {
 	color: #135377;
 	text-decoration: none;
 }

 .sidebar .filter > ul > li.active > a {
 	color: #135377;
 }

 .sidebar .filter > ul > li.drop > a {
 	background: url("../images/icons/arrow-drop.png") no-repeat right 20px center;
 }

 .sidebar .filter > ul > li.drop.opened > a {
 	background: url("../images/icons/ar-d.png") no-repeat right 20px center;
 }

 .sidebar .filter > ul > li ul {
 	padding: 0 20px;
 	margin: 0 0 10px;
 }

 .sidebar .filter > ul > li ul li {
 	list-style: none;
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 5px;
 }

 .sidebar .filter > ul > li ul li.active a {
 	color: #135377;
 	font-weight: bold;
 }

 .product h2 {
 	font-size: 30px;
 	font-weight: normal;
 	border-bottom: 1px #cccccc solid;
 	margin: 0 0 15px 0;
 	padding: 0 0 7px 0;
 }

 .product img {
 	width: 100%;
 	margin-bottom: 30px;
 }

 .product .pics {
 	text-align: center;
 	width: 100%;
 	float: left;
 }

 .product .thumb {
 	width: 75px;
 	margin: 0 10px;
 	text-align: center;
 	float: none;
 }

 .product p {
 	line-height: 24px;
 }

 .related-section {
 	background: url("../images/bg/related.jpg") no-repeat center top;
 	background-size: cover;
 }

 .na-zalogi {
 	display: inline-block;
 	margin: 0;
 	font-size:15px;
	line-height:20px;
	font-weight: 500;
 	color: #00b200;
 	padding: 20px 0;
 }

 .ni-zaloge {
 	display: inline-block;
 	margin: 0;
	font-size:15px;
	line-height:20px;
	font-weight: 500;
 	color: #ff0000;
 	padding: 20px 0;
 }

 .price {
 	font-size: 24px;
 	margin-bottom: 30px;
 }

 .quant {
 	float: left;
 	width: 26%;
 	font-size: 25px;
 	border: 1px #949494 solid;
 	text-align: center;
 	font-weight: 600;
 }

 .quant button {
 	float: left;
 	width: 30%;
 	line-height: 23px;
 	border: 0;
 	background: #fff;
 	color: #2a3237;
 	font-size: 40px;
 	height: 46px;
 	font-weight: 100;
 }

 .quant button:hover {
 	background: #135377;
 	color: #fff;
 }

 .quant input {
 	float: left;
 	width: 40%;
 	height: 46px;
 	border: 0;
 	border-left: 1px #949494 solid;
 	border-right: 1px #949494 solid;
 	text-align: center;
 }

 .add-to-cart {
 	width: 67%;
 	float: right;
 	background: #135377;
 	color: #fff;
 	text-align: center;
 	font-size: 20px;
 	padding: 9px 0 8px;
 }

 .add-to-cart:hover {
 	color: #fff;
 }

 .add-to-cart:active {
 	color: #fff;
 }

 .add-to-cart:focus {
 	color: #fff;
 }

 .more-add-wrap {
 	display: flex;
 	flex-direction: row;
 	align-items: center;
 	  justify-content: center;
 	  height: 30px;
 }

 a.add-to-cart.in_category {
    width: auto;
    padding: 12px;
    color: #444;
    background: #fff;
    float: none;
    font-size: 18px;
    /* height: auto; */
    height: 100%;
    display: b;
    border: 1px solid #000;
    border-left: none;
    line-height: 30px;
    margin: 0;
    width: 30%;
    padding: 0;
    
}

a.add-to-cart.in_category:hover {
	color: #fff;
	background: #000;
}

 .related-section .slick-arrow {
 	position: absolute;
 	top: 1px;
 	width: 40px;
 	height: 279px;
 	border: 0;
 	z-index: 1000;
 	text-indent: -9999px;
 	color: transparent;
 }

 .related-section .slick-prev {
 	left: 16px;
 	background: #f6f6f6 url("../images/icons/left.png") no-repeat center center;
 }

 .category {
 	float: left;
 	width: 100%;
 }

 .category .thumb {
 	margin-bottom: 40px;
 }

 .na-blagajno {
 	background: #135377;
 	display: inline-block;
 	float: right;
 	padding: 10px 10px;
 	color: #fff;
 	font-size: 16px;
 	width: 100%;
 	text-align: center;
 }

 .hide-cart {
 	text-align: center;
 	font-size: 14px;
 }

 .na-blagajno:hover {
 	color: #fff;
 	text-decoration: underline;
 }

 .cat-head {
 	border-bottom: 1px #e7e7e7 solid;
 	float: left;
 	width: 100%;
 	margin-bottom: 40px;
 }

 .cat-head span {
 	display: inline-block;
 	margin-top: 5px;
 }

 .cat-head .sort {
 	float: right;
 	margin-left: 10px;
 }

 .cat-head .sort select {
 	background: #e7e7e7;
 	padding: 6px 17px;
 	width: 160px;
 	border: 0;
 }

 .panel-title a {
 	float: left;
 	width: 100%;
 	padding: 7px 10px 7px 10px;
 	border: 1px #959798 solid;
 	margin-bottom: 14px;
 	position: relative;
 }

 .panel-title a:after {
 	display: none;
 }

 /*.panel-title a:before { display: block; position: absolute; right: 15px; top: -3px; font-size: 30px; font-weight: normal; font-family: 'Lora', serif; content: "-"; }*/
 .panel-title a.collapsed:after {
 	display: block;
 	position: absolute;
 	right: 15px;
 	top: -3px;
 	font-size: 30px;
 	font-weight: normal;
 	font-family: 'Lora', serif;
 	content: "+";
 }

 .panel-title a.collapsed:before {
 	display: none;
 }

 .banner-small {
 	float: left;
 	width: 100%;
 	min-height: 276px;
 	background: url("../images/sidebar-banner.jpg") no-repeat;
 	background-size: cover;
 	text-align: center;
 	font-family: 'Lora', serif;
 	padding: 15px 20px;
 	color: #2a3237;
 }

 .banner-small h3 {
 	font-size: 24px;
 	font-weight: bold;
 	text-transform: uppercase;
 	line-height: 30px;
 	margin: 0 0 10px 0;
 	padding: 0;
 }

 .banner-small p {
 	font-size: 14px;
 	line-height: 24px;
 	margin-bottom: 40px;
 }

 .banner-small a {
 	padding: 5px 16px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 	font-family: 'Raleway', sans-serif;
 }

 .banner-small a:hover {
 	background: #135377;
 	color: #fff;
 	border-color: #135377;
 }

 .double-banner {
 	background-color: #ececec !important;
 	text-align: center;
 	font-family: 'Lora', serif;
 	padding: 229px 20px 15px 20px;
 	margin-bottom: 30px;
 	height: 437px;
 	float: left;
 	width: 100%;
 }

 .double-banner h3 {
 	font-size: 24px;
 	font-weight: bold;
 	text-transform: uppercase;
 	line-height: 30px;
 	margin: 0 0 10px 0;
 	padding: 0;
 }

 .double-banner p {
 	font-size: 14px;
 	line-height: 24px;
 	margin-bottom: 40px;
 }

 .double-banner a {
 	padding: 5px 16px;
 	font-size: 15px;
 	border: 1px #2a3237 solid;
 	color: #13181b;
 	text-decoration: none;
 	font-family: 'Raleway', sans-serif;
 }

 .double-banner a:hover {
 	background: #135377;
 	color: #fff;
 	border-color: #135377;
 }

 .filter {
 	display: inline-block;
 	width: 100%;
 }

 .filter .filter-price {
 	display: inline-block;
 	width: 100%;
 	padding: 25px 0 20px;
 }

 .filter .ui-corner-all {
 	background: #cccccc;
 	border: 0;
 	height: 10px;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	border-radius: 10px;
 }

 .filter .ui-slider {
 	display: inline-block;
 	width: 100%;
 }

 .filter .ui-slider .ui-slider-range {
 	background: #282727;
 	border: 0;
 	height: 10px;
 }

 .filter .ui-slider-handle {
 	height: 12px;
 	width: 11px !important;
 	background: #135377;
 	border: 0 !important;
 	margin-left: 0;
 }

 .filter .sliderValue {
 	float: left;
 	width: 50%;
 	border: 0;
 	font-size: 14px;
 	font-weight: bold;
 	padding-bottom: 10px;
 }

 .filter .inputfield {
 	margin-bottom: 5px;
 }

 .filter .inf-left .inputfield {
 	float: left;
 	margin-left: 20px;
 }

 .filter .inf-left .inputfield:first-child {
 	margin-left: 0;
 }

 /******************************* FOOTER ******************************/
/* FOOTER */
 footer {
 	float: left;
 	width: 100%;
 	background: #1e1e28;
 	padding:40px 0 50px;
 	font-size: 16px;
 	color: #a6a6a6;
 }




footer .naziv {font-weight:700;}
footer .naslov {padding:7px 0; margin-bottom: 15px;}
footer .fa {font-size:22px;padding-right:10px;vertical-align: middle; color: #9c2730;}

footer .facebook .fa {font-size: 24px;}

footer .telefon {margin-bottom: 10px;}

footer ul {margin-top:15px;}


footer ul li {margin-bottom:4px;}
footer .site-icons a {background: none; padding-left: 0;}
footer .site-icons a:hover {background: none; padding-left: 0;}


footer p {
 	margin-bottom: 30px;
 }

 footer img {
 	margin-bottom: 20px;
 }

 footer h4 {
 	color: #a6a6a6;
 	font-size: 18px;
	font-weight:400;
	margin:15px 0;
	padding-bottom:5px;
	text-transform:none; 	
 	font-weight: 600;
 	margin: 15px 0;
 }


footer h4::after {content:"";height:3px;width:100px;background-color:#D4AF37;display:block;margin-top:7px;}

 footer a,
 footer a:hover {
 	color: #fff;
 }


 footer ul {
 	margin: 0;
 	padding: 0;
 }


 footer ul li {
 	margin-bottom: 6px;
 	list-style: none;
 }

 footer .credit-card-wrap img {
 		margin-top: 30px;
 		max-width: 100%;
 	}

 .copy {
 	float: left;
 	width: 100%;
 	background: #1e1e28;
 	border-top: 1px #6f7075 solid;
 	color: #fff;
 	padding: 30px 0;
 }

.copy svg  {
	position: absolute;
	width: 73px;
	right: 0;
}

 .copy svg path, .copy svg rect {
 	fill: #ffffff;
 }

 .copy .ns {
 	float: right;
 	color: #fff;	
 	width: 108px;
 	
 }




 .ui-helper-hidden-accessible {
 	display: none
 }

 .ui-autocomplete, .ui-autocomplete.ui-widget-content {

 	/*max-height: 500px;*/

 	/*overflow-y: scroll;*/

 	background: #fff;
 	z-index: 9999;
 	height: auto;
 	-webkit-box-shadow: 13px 5px 31px -1px rgba(0, 0, 0, 0.75);
 	-moz-box-shadow: 13px 5px 31px -1px rgba(0, 0, 0, 0.75);
 	box-shadow: 13px 5px 31px -1px rgba(0, 0, 0, 0.75);
 }

 .ui-autocomplete ul li {
 	padding: 10px;
 	margin-bottom: 25px;
 }

 .ui-autocomplete li {
 	display: block;
 	float: left;
 	clear: left;
 }

 .ui-autocomplete li img {
 	float: left;
 	margin: 5px 10px 5px 0;
 	width: 50px;
 }

 .ui-autocomplete li p {
 	font-size: 11px;
 	margin: 0;
 	padding: 0px 0 0px 0px;
 	display: block;
 }

 .ui-autocomplete li h3 {
 	width: 260px;
 	font-size: 11px;
 	padding: 0;
 	margin: 0;
 }

 .ui-widget-content {
 	border-color: #e4e4e4;
 	background: none;
 	border-radius: 0;
 	height: 6px;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	border-radius: 50px;
 }

 .ui-autocomplete {
 	border-color: #e4e4e4;
 	background: none;
 	border-radius: 0;
 	-moz-border-radius: 0px;
 	-webkit-border-radius: 0px;
 	border-radius: 0px;
 	background: #fff;
 }

 .ui-autocomplete .ui-menu-item {
 	width: 100%;
 	border-bottom: 1px solid #ededed;
 }

 /*.ui-autocomplete .ui-menu-item h3{ font-size:12px; margin:0; padding:0 0 00px 0px; display:inline-block;}*/

 /*.ui-widget-header { background: #dedfe0; height: 6px !important; border: 0; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }*/



 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
 	background: #0070b6;
 	border: 0;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	border-radius: 50px;
 }

 .ui-slider .ui-slider-handle {
 	height: 16px;
 	width: 16px;
 	top: -5px;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	border-radius: 50px;
 }

 .ui-slider {
 	margin-bottom: 23px;
 }

 .pagi-full {
 	float: left;
 	display: inline-block;
 	width: 100%;
 	font-size: 13px;
 	/*border-top: 1px #e4e4e4 solid;*/
 	border-bottom: 1px #e4e4e4 solid;
 	padding: 10px 0;
 }

 .pagi-full ul {
 	float: left;
 	padding: 0;
 	margin: 0;
 }

 .pagi-full ul li {

 	float: left;
 	list-style: none;
 	text-align: center;
 	margin-right: 6px;
 	line-height: 22px;
 }

 .pagi-full ul li a,
 .load-more-articles {
 	float: left;
 	width: 50px;
 	height: 46px;
 	line-height: 42px;
 	font-size: 14px;
 	color: #0b588f;
 	padding-top: 2px;
 	margin-bottom: 3px;
 }


 .pagi-full ul li a:hover,
 .load-more-articles:hover {
 	color: #333333;
 	background: #f4f4f4;
 }


 .load-more-articles {
 	width: 182px;
 	background: #D4AF37;
 	color: #fff;
 	text-align: center;
 	font-weight: bold;
 	display: block;
 	float: none;
 	margin: 20px auto 30px auto;
 }

 .pagi-full .load-more-btn {

 	border-bottom: 1px #e4e4e4 solid;
 	margin-bottom: 11px;
 }

 .load-more-articles:hover,
 .load-more-articles:active,
 .load-more-articles:focus {
 	background: #D4AF37;
 	color: #fff;
 	text-decoration: none;
 }



 .pagi-full ul li.active a {
 	color: #333333;
 	background: #f4f4f4;
 }

 .pagi-full .pagi-text {
 	float: right;
 	color: #999999;
 	margin-top: 3px;
 	line-height: 37px;
 }

 .pagi-full .pagi-text span {
 	color: #333333;
 }

 input {
 	border: 1px #e4e4e4 solid;
 	padding: 10px 10px;
 	height: 48px;
 	font-size: 15px;
 	display: inline-block;
 	width: 100%;
 }

 .rlblue {
 	color: #fff;
 	background: #135377;
 	font-weight: bold;
 }

 textarea {
 	border: 1px #e4e4e4 solid;
 	padding: 10px 20px;
 	height: 48px;
 	font-size: 15px;
 	display: inline-block;
 	width: 100%;
 }

 .cart-main {
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 30px;
 }

 .cart-main h2 {
 	font-size: 32px;
 	color: #00243a;
 	font-weight: bold;
 	margin: 0 0 30px;
 }

 .cart-main .form-radio input[type=radio].css-checkbox:checked + label.css-label {
 	background-image: url("../images/sel-blue.png");
 }

 .share {
 	margin-bottom: 50px;
 	display: inline-block;
 }

 .cart-items {
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 25px;
 }

 .cart-items .t {
 	width: 100%;
 	border-bottom: 1px #e4e4e4 solid;
 }

 .cart-items .thead {
 	background: #f6f7f9;
 	font-size: 13px;
 	color: #999999;
 	font-weight: 300;
 	text-transform: uppercase;
 }

 .cart-items .thead .td {
 	height: 48px;
 	vertical-align: middle;
 }

 .cart-items .thead h4 {
 	font-weight: bold;
 	color: #333333;
 	font-size: 17px;
 	font-weight: bold;
 	margin: 0;
 }

 .cart-items .thead .t1 {
 	border: 1px #e4e4e4 solid;
 	border-right: 0;
 	padding-left: 18px;
 }

 .cart-items .thead .t2, .cart-items .thead .t3, .cart-items .thead .t4, .cart-items .thead .t5 {
 	border-top: 1px #e4e4e4 solid;
 	border-bottom: 1px #e4e4e4 solid;
 }

 .cart-items .thead .t4 {
 	text-align: center;
 }

 .cart-items .citem .t3, .cart-items .citem .t5 {
 	white-space: nowrap;
 }

 .cart-items .thead .t6 {
 	border: 1px #e4e4e4 solid;
 	border-left: 0;
 	padding: 0 10px 0 0;
 }

 .cart-items .citem .t2, .cart-items .citem .t3, .cart-items .citem .t4, .cart-items .citem .t5, .cart-items .citem .t6, .cart-items .extra .t2, .cart-items .extra .t3, .cart-items .extra .t4, .cart-items .extra .t5, .cart-items .extra .t6 {
 	border-top: 1px #e4e4e4 solid;
 }

 .cart-items .citem .t1, .cart-items .extra .t1 {
 }

 .cart-items .citem .t1, .cart-items .extra .t1 {
 	width: 20%;
 	text-align: center
 }

 .cart-items .citem .t2, .cart-items .extra .t2 {
 	width: 42%;
 }

 .cart-items .citem .t3, .cart-items .extra .t3 {
 	width: 7%;
 }

 .cart-items .citem .t4, .cart-items .extra .t4 {
 	width: 18%;
 }

 .cart-items .citem .t5, .cart-items .extra .t5 {
 	width: 9%;
 }

 .cart-items .citem .t6, .cart-items .extra .t6 {
 	width: 4%;
 }

 .cart-items .citem h5, .cart-items .extra h5 {
 	font-size: 17px;
 	margin: 0 0 8px 0;
 	color: #333;
 }

 .cart-items .extra h5 a {
 	font-size: 17px;
 	margin: 0 0 8px 0;
 	text-decoration: underline
 }

 .cart-items .extra h5 a:hover {
 	font-size: 17px;
 	margin: 0 0 8px 0;
 	text-decoration: none;
 }

 .cart-items .extra .cart_list {
 	padding-left: 3px;
 }

 .cart-items .citem p, .cart-items .extra p {
 	font-size: 13px;
 	color: #999999;
 	margin: 0 0 5px;
 }

 .cart-items .citem a, .cart-items .extra a {
 	color: #0070b6;
 	font-size: 16px;
 	text-decoration: underline;
 	font-weight: bold;
 }

 .cart-items .citem a img {
 	margin-top: 10px;
 }

 .cart-items .citem a:hover, .cart-items .extra a:hover {
 	text-decoration: none;
 }

 .cart-items .citem a i, .cart-items .extra a i {
 	color: #999999;
 	font-size: 17px;
 }

 .cart-items .citem a i.fa-times, .cart-items .extra a i.fa-times {
	color: #FF0000!important;
}

 .cart-items .citem .t4, .cart-items .extra .t4 {
 	text-align: center;
 }

 .cart-items .extra .t2, .cart-items .extra .t3, .cart-items .extra .t4, .cart-items .extra .t5, .cart-items .extra .t6 {
 	border-top: 1px #e4e4e4 solid;
 	padding: 15px 0 8px;
 }

 .cart-items .extra .t2 h5, .cart-items .extra .t3 h5, .cart-items .extra .t4 h5, .cart-items .extra .t5 h5, .cart-items .extra .t6 h5 {
 	font-weight: bold;
 }

 .cart-items .extra .t2 h5 i, .cart-items .extra .t3 h5 i, .cart-items .extra .t4 h5 i, .cart-items .extra .t5 h5 i, .cart-items .extra .t6 h5 i {
 	margin-right: 6px;
 	color: #999;
 }

 .cart-items .extra.extra-last .td {
 	padding-bottom: 14px;
 }

 .cart-items .citem .td {
 	padding: 25px 0;
 	border-top: 1px #e4e4e4 solid;
 }

 .cart-items .citem .t1 {
 	padding-bottom: 10px;
 }

 .cart-items .citem .t2, .cart-items .citem .t3, .cart-items .citem .t5, .cart-items .citem .t6 {
 	padding-top: 0px;
 }

 .cart-items .citem .t4 {
 	padding-top: 31px;
 }

 .cart-items .citem.citem-first .td {
 	border-top: 0;
 }

 .cart-items .citem input {
 	width: 50px;
 	margin: 0 5px;
 }

 .cart-items .extra input {
 	width: 50px;
 	margin: 0 5px;
 	height: 22px;
 	padding: 12px 20px;
 }

 .page .cart-items img {
 	margin-bottom: 0px !important;
 }

 .cart-main .title {
 	background: #f6f7f9;
 	text-transform: uppercase;
 	border: 1px #e4e4e4 solid;
 	display: inline-block;
 	width: 100%;
 	padding: 11px 18px;
 	font-weight: bold;
 	color: #333333;
 	font-size: 17px;
 	font-weight: bold;
 	margin: 0 0 15px;
 	text-align: left
 }

 .form-user {
 	margin-top: 15px;
 }

 .form-user .form-check, .form-user input {
 	margin-bottom: 20px;
 }

 .form-check-margin {
 	margin-left: 70px;
 	margin-top: 20px;
 	position: relative;
 }

 .form-check-top {
 	margin-top: 45px;
 }

 .form-check-top img {
 	position: absolute;
 	left: -71px;
 	top: -14px;
 }

 @media (max-width:567px) {
 	.form-check-top {
 		margin-bottom: 40px;
 	}

 	.form-check-bottom {
 		margin-bottom: 20px;
 	}

 }

 .form-user textarea {
 	height: 365px;
 }

 .form-user .row {
 	clear: both;
 }

 .cart_list {
 	font-size: 12px;
 	padding: 0 0 0px 15px;
 	margin: 0;
 }

 small {
 	font-size: 13px;
 	color: #999999;
 }

 .small-desc {
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 60px;
 }

 .kuponi {
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 50px;
 }

 .kuponi label {
 	float: left;
 	font-weight: normal;
 	margin-right: 20px;
 	padding-top: 11px;
 }

 .kuponi input {
 	float: left;
 	width: 260px;
 	margin-right: 10px;
 }

 .kuponi input[type=button] {
 	float: left;
 	width: 120px;
 	margin-right: 10px;
 }

 .radios-1, .radios-2 {
 	display: inline-block;
 	width: 100%;
 	margin-bottom: 50px;
 }

 .radios-1 .form-radio, .radios-2 .form-radio {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 5px;
 }

 .radios-1 .form-radio i, .radios-2 .form-radio i {
 	font-size: 24px;
 	color: #999999;
 	margin-top: -11px;
 }

 .radios-1-links {
 	float: left;
 	margin-top: 15px;
 	margin-right: 30px;
 	margin: 15px 30px 10px 0;
 }

 .radios-2 {
 	margin-top: 17px;
 }

 .product-upsells {
 	line-height: 45px;
 }

 .upsell_content {
 	margin-top: -8px;
 	line-height: 20px;
 }

 .upsell_content img {
 	float: left;
 	margin: 0 10px 0 0 !important;
 }

 .upsell_content a {
 	font-weight: bold;
 	color: rgba(19, 83, 119, 0.81);
 }

 #card-number, #cvv, #expiration-date {
 	border: 1px #ddd solid;
 	border-left: 0;
 	height: 38px;
 	padding: 0 20px;
 	font-size: 14px;
 	color: #999999;
 	border-radius: 0;
 	background: #ffffff !important;
 }

 #card-number.braintree-hosted-fields-invalid, #cvv.braintree-hosted-fields-invalid, #expiration-date.braintree-hosted-fields-invalid {
 	border-bottom: 2px solid #D0041D;
 }

 .form-check .error_msg {
 	margin: 0 5px 0 0 !important;
 }

 .lock {
 	margin: 0 10px 0 0;
 	background: #eeeeee;
 	display: inline-block;
 	padding: 13px;
 }

 .lock i {
 	color: #0070b6;
 	margin-right: 5px;
 }

 .povzetek {
 	width: 600px;
 }

 .povzetek .t {
 	width: 100%;
 	margin-top: 10px;
 }

 .povzetek .t .tr .td {
 	padding: 5px 0;
 }

 .povzetek .t .tr .td:nth-child(2) {
 	text-align: right;
 }

 .povzetek .za-placilo {
 	margin: 20px 0;
 }

 .povzetek .za-placilo .tr .td {
 	padding: 7px 0;
 	border-top: 1px #e4e4e4 solid;
 	border-bottom: 1px #e4e4e4 solid;
 	font-weight: bold;
 	font-size: 24px;
 }

 .btn-orange {
 	float: left;
 	background: #ff6407;
 	color: #fff;
 	font-size: 24px;
 	font-weight: bold;
 	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
 	padding: 12px 30px;
 	height: 57px;
 	border: 0;
 	text-transform: uppercase;
 	margin-top: 30px;
 }

 .btn-orange:hover {
 	color: #fff;
 }

 .mtx {
 	display: none;
 }

 .form-check-middle {
 	margin-top: 12px;
 }

 .cart-open {
 	display: none;
 	position: absolute;
 	width: 942px;
 	top: 0;
 	right: 0;
 	background: #fff;
 	z-index: 10000; 	 	
 	flex-direction: column;
 	/*-webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
 	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
 	border-radius: 5px;*/
 	overflow: hidden;
 }

 .cart-open .cart-open-wrap {
 	position: relative;
 	z-index: 1;
 	display: inline-block;
 	width: 100%; 	
 	background: #fff;
 	float: left;
 }

 .cart-open .cart-open-left {
 	float: left;
 	width: 575px;
 }

 .cart-open .cart-open-left .item {
 	float: left;
 	width: 50%;
 	padding-right: 30px;
 }

 .cart-open .close-cart:hover {
 	cursor: pointer;
 }

.close-cart-wrap {
	border-bottom:1px solid #e9e9e9;
}
 i.fa.fa-times.close-cart {
    color: red !important;
    padding: 10px;
    font-size: 25px !important;

}

 /*.cart-open .cart-open-right { float: left; width: 325px; padding-left: 30px; border-left: 1px #e4e4e4 solid; }*/
 .cart-open .cart-open-right {	
 	padding-left: 30px; 	 	
 	padding: 10px;
 	overflow: auto;
 	max-height: calc(100vh - 195px);
 }

 .cart-open-left h4 {
 	font-size: 18px;
 	color: #094673;
 	padding: 5px 0 10px 0;
 	font-weight: bold;
 	border-bottom: 1px solid #e4e4e4;
 }

 .cart-open .cart-item {
 	position: relative;
 	width: 100%;
 	margin-bottom: 15px;
 	font-size: 13px;
 }

 .cart-open .cart-item .t {
 	width: 100%;
 }

 .cart-open .cart-item a {
 	color: #333333;
 }

 .cart-open .cart-item a:hover {
 	color: #D4AF37;
 }

 .cart-open .cart-item .delete { 	
 	color: #999999;
 	font-size: 16px;
 }

.cart-open .cart-item .delete .fa { 	
	color: #FF0000!important;
}

 .cart-open .cart-item .delete:hover {
 	color: #0070b6;
 }

 .cart-open .cart-item .cart-item-desc {
 	padding: 0 30px 0 0;
 }

 .cart-open .cart-item .cart-item-desc .first {
 	width: 31px;
 	padding-left: 5px;
 }

 .cart-open.no-upsells {
 	width: 368px;
 	max-width: 90%;
 	position: fixed;
 	height: 100%; 	
 	box-shadow: -8px 0px 10px 5px #00000012;
 	outline: 5px solid #fff;
	right: 5px;
 }

 .cart-open.one-upsell {
 	width: 685px;
 }

 .cart-open.one-upsell .cart-open-left {
 	float: left;
 	width: 285px;
 }

 .cart-open.one-upsell .cart-open-left .item {
 	width: 100%;
 	padding: 0 30px 0 0;
 }


 .cart-open .cell-wrap {
     display: flex;
     flex-direction: row;
     align-items: flex-start;
 }

 .cell-3 {
     flex: 1 1 auto;
 }

 .cell-wrap > div { padding-right:10px}

 .cell-wrap > div:last-child {padding-right:0}


 .free_shipping_msg {
 	font-size: 13px;
 	    padding: 0;
 	    color: #1a8e33;
 	    font-weight: bold;
 	    float: none;
 	    text-align: center;
 	    margin: 10px 0;
 	    display: inline-block;
 	    width: 100%;
 }

 .active_cart_wrap:hover {
 	cursor: pointer;
 }

 .active_cart_mobile {
 	position: absolute;
 	width: 88px;
 	right: 0;
 	top: 12px;
 	font-size: 24px;	
 	padding: 10px 30px;
 }

 .cart-after {
     background: #fff;     
     width: 100%;
     border-top:1px solid #e9e9e9;
     margin-top: auto;
 }

 .quick_cart_mobile .cart-top {
 	background: none;
 }


 .sticky_cart {
 	position: fixed;
    top: 0;
    width: 57px;
    right: 3px;
    top: 3px;
    font-size: 24px;
    padding: 2px 13px 11px 18px;
    background: #fff;
    border-radius: 5px;
    z-index: 20000;
 	-webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
 	-moz-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
 	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);


 }

 a.show-all:hover {
 	background: none !important;
 	color: #0b588f !important;
 }

 .cat-description {
 	padding: 10px 0;
 	border-bottom: 1px #e4e4e4 solid;
 	float: left;
 }

 /******************************* RESPONSIVE **************************/
 @media (max-width:1199px) {
 	.menu ul li {
 		margin-left: 78px;
 	}

 	.brand .logo {
 		width: 200px;
 	}

 	.brand h1 {
 		padding-left: 22px;
 		margin: 12px 0 0 22px;
 		font-size: 17px;
 	}	

 	.related-section .slick-arrow {
 		position: absolute;
 		height: 226px;
 	}

 	.double-banner {
 		margin-bottom: 30px;
 	}

 }

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

 }

 @media (max-width:991px) {
 	.topline .topline-nav ul li {
 		margin-left: 30px;
 	}

 	.topline .topline-nav ul li a {
 		font-size: 13px;
 	}

 	.brand {
 		width: 100%;
 		text-align: center;
 		margin-bottom: 30px;
 	}

 	.brand .logo, .brand h1 {
 		float: none;
 		display: inline-block;
 	}

 	.search {
 		width: 50%;
 	}

 	.menu {
 		background: #f7f7f7;
 		padding: 10px 15px;
 	}

 	.menu_mobile .menu {
 		padding: 0;
 		background: none;
 	}

 	.menu_mobile #mob_srch_srch input {
 		padding: 10px;
		 background: #ffffff;
 	}

 	.menu_mobile #mob_srch_srch button {
		right: 10px;
		top: 11px;
	}

}


 	.newsletter p {
 		margin-bottom: 20px;
 	}

 	.topline {
 		padding: 10px 0;
 	}

 	.topline .lang {
 		margin-top: 8px;
 		position: absolute;
 		z-index: 100000;
 		right: 15px;
 		top: 0;
 	}

 	.topline .topline-nav {
 		width: 100%;
 	}

 	.topline .topline-nav .navbar-collapse {
 		padding: 0;
 	}

 	.topline .topline-nav ul {
 		margin-top: 10px;
 		width: 100%;
 		border-top: 1px #fff solid;
 	}

 	.topline .topline-nav ul li {
 		width: 100%;
 		padding: 0;
 		margin: 0;
 	}

 	.topline .topline-nav ul li a {
 		float: left;
 		width: 100%;
 		border-bottom: 1px #fff solid;
 		padding: 6px 0;
 	}

 	.news article {
 		margin-bottom: 30px;
 	}

 	.news article img {
 		width: 100%;
 		margin: 20px 0;
 	}

 	.related-section .slick-arrow {
 		position: absolute;
 		height: 167px;
 	}

 	.double-banner {
 		margin-bottom: 30px;
 	}



 	footer .first_three {
 		min-height: 250px;
 	}

 }
 	

 @media (min-width:560px) and (max-width:768px) {
 	.products-section .col-sm-3 {
 		width: 50%;
 		float: left;
 	}

 	.products-section-cat .col-sm-4 {
 		width: 50%;
 		float: left;
 	}

 }

 @media (max-width:768px) {


 	footer .first_three {
 		min-height: auto;
 	}

 	.thumb, .thumb-t {
 		margin-bottom: 40px;
 	}

 	.slide-text h2 {
 		font-size: 28px;
 	}

 	.slide-text p {
 		font-size: 22px;
 	}

 	footer ul {
 		margin-bottom: 30px;
 	}

 	.copy {
 		padding: 20px 0;
 		text-align: center; 		
 	}

 	.related-section .slick-arrow {
 		position: absolute;
 		height: 200px;
 		top: 50px;
 		display: none !important;
 	}

 	.related-section .slick-list {
 		padding: 0 50px;
 	}

 	.related-section .slick-track {
 		padding-bottom: 50px;
 	}

 	.cat-head .pull-right {
 		float: left !important;
 		margin-top: 15px;
 	}



 }

 @media (max-width:560px) {
 	.newsletter input {
 		width: 100%;
 	}

 	.newsletter button {
 		width: 100%;
 		margin: 10px 0 0 0;
 	}

 	.search {
 		width: 100%;
 		margin: 0;
 	}

 	.cart-top {
 		width: 100%;
 		margin-top: 20px;
 	}

 	.brand h1 {
 		width: 100%;
 		margin-left: 0;
 		padding-left: 0;
 		background: none;
 	}

 	.page .content p {
 		line-height: 26px;
 	}

 	.keyvisual {
 		height: auto;
 		padding: 0 0 43px;
 	}

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

 	.add-to-cart {
 		width: 100%;
 	}

 	.price {
 		font-size: 20px;
 	}

 	.related-section .slick-track {
 		padding-bottom: 120px;
 	}

 }

 @media (max-width:510px) {
 	.related-section .slick-track {
 		padding-bottom: 50px;
 	}

 }

 @media (max-width:480px) {
 	.page .content img {
 		width: 100%;
 		margin-bottom: 30px;
 	}

 	.related-section .slick-track {
 		padding-bottom: 0;
 	}

 }

 table.none {
 	border: 0 !important;
 	text-align: left;
 }

 table.none td {
 	border: 0 !important;
 }

 table.view_order td {
 	text-align: left;
 }

 .form-wrap input {
 	border: 1px #e4e4e4 solid;
 	padding: 10px 20px;
 	margin-bottom: 10px;
 	height: 48px;
 	font-size: 15px;
 	display: inline-block;
 	width: 100%;
 }

 .form-wrap textarea {
 	border: 1px #e4e4e4 solid;
 	padding: 10px 20px;
 	margin-bottom: 10px;
 	.topweek-section .btn height: 148px;
 	font-size: 15px;
 	display: inline-block;
 	width: 100%;
 }

 .inline-block {
 	display: inline-block !important;
 	width: auto;
 }

 .forgot-password-p {
 	padding: 10px 0 0 0;
 }

 .error_msg {
 	color: #fff;
 	background: #ff6868;
 	font-size: 13px;
 	margin: -10px 0 20px 0;
 	float: left;
 	padding: 0 10px;
 }

 .validation_error {
 	border: 1px solid #ff6868;
 }

 .validation_error2 {
 	background: #FCF8E3;
 	padding: 10px 10px 10px 10px;
 	border-radius: 5px;
 	margin-bottom: 10px;
 	border: 1px solid #FFCFCF;
 }

 .alert-danger {
 	color: #00243A;
 	background-color: #FFD200;
 	display: inline-block;
 }

 .error_msg {
 	color: #fff;
 	font-size: 13px;
 }

 .form-check .error_msg {
 	margin: 0;
 	display: inline;
 	float: none;
 }

 .form-user .error_msg {
 	margin: -20px 0 15px 0px;
 }

 #option_warring {
 	color: red;
 }

 .line-through {
 	text-decoration: line-through;
 }

 .product .container .line-through {
 	color: #D4AF37;
 }
 .product .container .mct_precrtana {
 	font-size: 18px;
 }

 .product .container .mct_prihranite_perc {
 	font-weight: bold;
 }

 .product .container label {
 	margin-bottom: 0;
 }

 .product .pf-mobile {
 	display: none;
 	position: fixed;
    background: #ffffff;
    width: 100%;
    left: 0;
    z-index: 10;
    bottom: 0;
    padding: 10px;
    margin-bottom: 0;
    
    box-shadow: 0px -8px 12px 0px #00000029;

 }

 @media screen and (max-width: 768px) {
 	.product .pf-mobile {
	 	display: flex;
	 	flex-direction: row;
	 	align-items: flex-start;
 	} 	

 	.product .pf-mobile .quant {
 		width: 35% !important;
	    margin-right: 5%;
	    margin-bottom:0;
 	}
 	.product .pf-mobile .quant input {
 		padding:0;
 	}

 	.product .pf-mobile .in-basket-wrap {
 		width: 60%!important;
 	}

 	.product .pf-mobile .add-to-cart {
 		padding: 9px 0 9px;
 	}
 	
 }

 option.disabled {
 	color: #ccc;
 }

 .onas-section {
 	margin-bottom: 50px;
 }

 .onas-section h3 {
 	font-size: 27px;
 	font-weight: normal;
 	margin: 0 0 25px;
 	padding-bottom: 12px;
 	background: url(../images/line.png) no-repeat left bottom;
 }



 .onas-text-wrap { 	
    color: #fff;
 	padding: 80px 30px 100px 100px;
 	    /* background: pink; */
 	
 }

.onas-text-wrap p {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    color: #b1b1b1;
    text-align: left !important;
}

 @media(max-width:1200px) {
 	.onas-section {
 		background: #292929 !important;
 	}

 	.onas-text-wrap {
 		padding: 10px 0 10px 30px;
 	}

 }

 .mct_mass_discounts {
 	padding: 5px 0 0;
 }

 .mct_mass_discounts .mct_title {
 	font-weight: bold;
 	padding: 5px 8px;
 	background: #00B200;
 	color: #ffffff;
 	margin: 0 0 10px;
 	display: inline-block;
 }

 .mct_mass_discounts .mct_mdbox {
 	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dddddd;
 	margin: 0 0 15px;
 	background: #F0F0F0;
 }

 .mct_mass_discounts .mct_mdbox .mct_quant_value {
 	font-weight: bold;
 }

 .mct_mass_discounts .mct_mdbox .mct_price_value {
 	font-weight: bold;
 	font-size: 16px;
 }

/********************************************************************************
  popup obrazec  
  ********************************************************************************/
  body.blur > * {
  	filter: blur(3px);
  }

  .popup-enovice {
  	width: 800px;
  	position: fixed;
  	z-index: 66666 !important;
  	left: 0;
  	right: 0;
  	margin: auto;
  	top: 10%;
  	background: pink;
  }

  .close-me {
  	display: block;
  	position: absolute;
  	right: 0px;
  	top: 0px;
  	width: 52px;
  	height: 52px;
  	background-image: url(../images/close-me-popup.png);
  }

  .close-me:hover {
  	cursor: pointer;
  }

  body .trans-wrap {
  	display: block;
  	background: rgba(255, 255, 255, 0.8);
  	position: fixed;
  	height: 100%;
  	z-index: 6666 !important;
  	width: 100%;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	filter: none !important;
  }

  .trans-wrap .newsletter {
  	padding-top: 0;
  }

  .trans-wrap .enovice-popup {
  	text-align: center;
  }

  .dont-bother-me {
  	position: absolute;
  	bottom: -20px;
  	right: 3px;
  	color: #403f3f;
  	font-size: 12px;
  }

  .dont-bother-me:hover {
  	cursor: pointer;
  }

  .trans-wrap .introimg {
  	width: 100%;
  	margin-bottom: 20px;
  }

  @media(max-width:820px) {
  	.popup-enovice {
  		width: 100%;
  	}

  }

  /* popup obrazec  - end */

/********************************************************************************
Review module
********************************************************************************/


.container-wrap {
	position: relative;
	padding: 20px 0;
	margin: 20px 0;
}

.container-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 98.9vw;
	height: 100%;
	background-color: #e3e3e3;
	transform: translateX(-50%);
	z-index: -1;
	outline:2px solid #e3e3e3;
}

.review-wrap .slick-slide {
	height: auto;
}

.page .content .review-wrap p {
	font-weight: bold;
	text-align: center;
}

.review-wrap .stars-wrap {
	width: 85px;
	margin: 0 auto;
}

.review-wrap .stars-wrap .group {
	position: relative;
	display: inline-block;
}

.review-wrap .stars-wrap .group span.fa.fa-star-half.checked {
	position: absolute;
	top: 0px;
}

.review-wrap .stars-wrap .checked {
	color: orange;
}

.review-wrap .slick-dots {
	position: static;
}

/* Review module - end */