*::-webkit-input-placeholder {
	color: #666 !important;
}
*:-moz-placeholder {
	color: #666 !important;
}
*::-moz-placeholder {
	color: #666 !important;
}
*:-ms-input-placeholder {
	color: #666 !important;
}

html
{
	min-height: 100%;
	position: relative;
}

html,
body
{
	line-height: 1.5; /* no extension ...different counting */
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
}

body
{
	font-size: 16px;
	padding-bottom: 200px;
}

a {
	word-break: break-word;
}

a img
{
	border: 0;
}

img[style~="left;"]
{
	margin:0 1em 1em 0;
}

img[style~="right;"]
{
	margin:0 0 1em 1em;
}

section h1:first-of-type
{
	margin-top: 0;
}

h1, h2, h3, h4, h5
{
	margin: 1em 0 0.5em 0;
}

h6
{
	margin: 1em 0 0.6em 0;
}

p.perex, blockquote {font-size: 20px; line-height: 1.3; margin-left: 0; margin-right: 0; color: #000; }
p span[style] {line-height: 1.4}
p.cite {font-style: normal; background-color: #eee; padding: 0.5em 0.9em; padding-right: 50px; position: relative}
p.cite::before {font-family: 'FontAwesome', sans-serif; content: "\f10e"; float: right; font-size: 28px; color: #999; position: absolute; top: 0px; right: 15px;}

abbr[title]
{
	border-bottom: none !important;
	cursor: text;
}

table
{
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 1px;
}

table span
{
	white-space: nowrap;
}

.table-responsive table thead tr th
{
	border-bottom: 1px solid #aaa;
}

table td
{
	padding: .3em .5em
}

table thead td,
table th
{
	padding: .4em .5em .3em;
	background-color: #ddd;
	border: none;
	border-bottom: 2px solid #333;
	font-weight: 700;
	color: black;
}

table.lines td
{
	border: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

table.lines thead td,
table.lines th
{
	background-color: #eee;
	border: 0;
	border-bottom: 1px solid #aaa !important;
	font-weight: 700;
	color: black
}

table.layout
{
	border-spacing: 0;
	border: 0;
	width: 100%
}

table.layout td,
table.layout th
{
	padding: 0;
	background-color: transparent;
	border: 0 !important;
}

footer
{
	padding: 15px 0;
	background: #202020;
	color: white;
	font-size: 14px;
	min-height: 180px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer div
{
	margin-bottom: 5px;
}

footer div div:last-child
{
	text-align: center;
	font-size: 13px;
}

footer div div:last-child img
{
	margin: 20px 0;
}

footer a,
footer a:hover
{
	color: white;
}

footer ul
{
	padding: 18px;
}

footer li
{
	width: 50%;
	float: left;
}

footer a[href*="lqd.cz"]
{
	text-decoration: none;
	padding-left: 25px;
	position: relative;
}

footer a[href*="lqd.cz"]:hover
{
	color: white;
	text-decoration: underline;
}

footer a[href*="lqd.cz"]::before
{
	content: 'L';
	display: inline-block;
	position: absolute;
	left: 5px;
	width: 16px;
	height: 19px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 2px;
	border: 2px solid white;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

footer a[href*="lqd.cz"]::after
{
	content: '|';
	font-size: 2em;
	color: #202020;
	text-shadow: 0 0 1px #202020;
	position: absolute;
	left: 9px;
	top: -13px;
}

a
{
	text-decoration: underline;
	color: #008ae2;
}

a:hover
{
	text-decoration: none;
	color: #337ab7;
}

hr
{
	border-color: #b7b7b7;
}

.content>.container:first-child
{
	min-height: 450px;
}

.content img,
.content figure {
	max-width: 100%;
	height: auto;
}

.content iframe,
.content video,
.content object {
	max-width: 100%;
}


nav.navbar
{
	background-color: #885577;
	background: url(../img/page-header-bg.jpg) center top repeat-x;
	height: 180px;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
	border-radius: 0;
	margin-bottom: 0;
}

nav.navbar .container
{
	position: relative;
}

a.navbar-brand
{
	background: url(../img/logo.png) left top no-repeat;
	background-size: calc(100% - 30px);
	max-width: 420px;
	width: 100%;
	height: 120px;
	left: 15px;
	margin-top: 25px;
	font-size: 0;
	white-space: nowrap;
	outline: none;
	position: absolute;
}

#navbar
{
	margin-top: 77px;
	margin-left: 390px;
	font-size: 18px;
	margin-right: -30px;
}

#navbar li
{
	position: static;
	margin: 1px 10px;
}

#navbar li.active a
{
	background: none;
	border-bottom: 5px solid white;
}

#navbar li:last-child a
{
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	padding: 8px 15px;
	background: rgba(255, 255, 255, 0.2);
}

#navbar li:last-child a:hover
{
	background: rgba(255, 255, 255, 0.3);
}

#navbar li:last-child a:before
{
	font-family: 'FontAwesome';
	content: '\f023';
	padding-right: 6px;
	font-weight: normal;
}

#navbar a
{
	color: white;
	border-bottom: 5px solid transparent;
	text-decoration: none;
	padding: 8px 2px;
}

#navbar a:hover
{
	border-bottom: 5px solid white;
}

.sub-menu
{
	text-align: center;
	width: 60px;
	font-size: 14px;
	line-height: 15px;
	color: #337ab7;
}

.sub-menu button
{
	margin-top: 2px;
	font-size: 36px;
	line-height: 18px;
	font-weight: bold;
	max-height: 36px;
	outline: none !important;
}

.breadcrumb
{
	margin-top: 8px;
	padding-left: 0;
	background: none;
	color: #777;
}

.breadcrumb a
{
	color: #777;
}

.breadcrumb>li+li:before
{
	content: '›';
	padding: auto 2px;
}

.breadcrumb>li:last-of-type a
{
	cursor: text;
	text-decoration: none;
}

h1
{
	font-size: 46px;
}

h2
{
	font-size: 36px;
}

h3
{
	font-size: 28px;
}

h3+h3
{
	margin-top: -10px;
}

h4
{
	font-size: 22px;
}

h5
{
	font-size: 20px;
}

.perex
{
	color: black;
	font-size: 20px;
	line-height: 1.3em;
}

span.type
{
	color: #aaa;
}

.thumbnail
{
	border: none;
}

.thumbnail:hover>a::before
{
	content: '\f06e';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 46px;
	color: white;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(109, 121, 163, 0.6);
	width: 185px;
	height: 185px;
	text-align: center;
	line-height: 185px;
}

form legend
{
	font-size: 32px;
	border-bottom: none;
	margin-bottom: 5px;
}

form i
{
	font-size: 14px;
	position: absolute;
	margin-top: -10px;
}

form i:not([class])
{
	margin-left: 15px;
}

input.form-control
{
	background: #eee;
	border: 1px solid #eee;
	box-shadow: none;
	padding: 2px 6px;
	font-weight: normal;
	border-radius: 3px;
}

textarea.form-control
{
	background: #eee;
	border: 1px solid #eee;
	box-shadow: none;
	padding: 2px 6px;
	font-weight: normal;
	border-radius: 3px;
	margin-bottom: 8px;
}

.form-inline div.bootstrap-select.form-control
{
	margin-bottom: 8px;
}

.btn.dropdown-toggle.btn-default
{
	background: #eee;
}

.btn,
input[type="submit"]
{
	border: none;
	text-decoration: none;
	border-radius: 3px;
}

.alert
{
	position: relative;
	padding-left: 70px;
}

.alert .fa
{
	position: absolute;
	font-size: 30px;
	top: 11px;
	left: 14px;
}

.navbar-collapse.in,
.navbar-collapse.collapsing
{
	width: 100%;
	background: black;
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 1;
	padding-top: 40px;
}

.navbar-toggle
{
	position: relative;
	z-index: 2;
}

aside menu li
{
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

aside menu a
{
	display: block;
	text-decoration: none;
	padding: 8px 14px;
	border-left: 4px solid transparent;
}

aside menu li.current>a
{
	/* border-left: 4px solid #ccc;*/
	background-color: #D5F2FF;
}

aside menu li a:hover
{
	border-left: 4px solid #3c6ca8;
}

aside menu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

aside>menu:first-of-type
{
	border-top: 4px solid #ccc;
}

aside menu menu a
{
	background: #f5f5f5;
}

aside menu menu li:first-child
{
	border-top: 1px solid #ccc;
	position: relative;
}

aside menu menu li:first-child::before /* nic moc řešení, protože podle velikosti li-čka se bude muset nastavovat různý záporný margin-top , ale nic lepšího mě nenapadlo :( */
{
	font-family: 'FontAwesome';
	content: '\f078';
	color: #ccc;
	position: absolute;
	right: 10px;
	margin-top: -36px;
}

aside menu menu li:last-child
{
	border-bottom: none;
}

.price
{
	color: #00b100;
}

.row-offcanvas
{
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.row-offcanvas-right
{
	right: 0;
}

.row-offcanvas-left
{
	left: 0;
}

.row-offcanvas-left
.sidebar-offcanvas
{
	left: -50%;
}

.row-offcanvas-right.active
{
	right: 60%;
}

.row-offcanvas-left.active
{
	left: 40%;
}

li.selected span.fontawesome.check-mark::before
{
	font-family: 'FontAwesome';
	content: '\f00c';
	display: block;
	margin-top: -6px;
}

label
{
	font-weight: normal;
}

label.inline
{
	line-height: 1.3 !important;
}

.social-share
{
	display: inline-block;
	font-size: 0;
	font-family: FontAwesome;
	text-decoration: none;
	border: 1px solid #cccccc;
	width: 50px;
	background: #ffffff;
	text-align: center;
	padding-top: 2px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}

.social-share:hover
{
	text-decoration: none;
	border-color: #c9c9c9;
	background: #ececec;
}

.social-share.fb::before
{
	font-size: 24px;
	content: '\f09a';
	color: #3b5998;
}

#popup {
	-webkit-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.4);
	position: fixed;
	right: 22px;
	bottom: -500px;
	background: rgba(24, 56, 219, 0.95);
	z-index: 10000;
	padding: 1.4em 1.4em 1.3em;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	width: 386px;
}
#popup .popup_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#popup .popup_title {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3;
}
#popup .popup_text {
	margin-bottom: 15px;
}
#popup .popup_link {
	text-align: center;
}
#popup .popup_link a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 8px 22px 7px 22px;
	background-color: #fcce22;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);

}
#popup .popup_link a:hover {
	background-color: #ffdb53;
}

.footer-facebook img {
	max-width: 100%;
}

.footer-instagram {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #2E2E2E;
	padding: 10px 0;
	border-radius: 4px;
}

.footer-instagram img {
	margin: 0 !important;
}

@media screen and (max-width: 767px)
{
	#navbar
	{
		margin-left: 0 !important;
	}

	#navbar li:last-child a
	{
		position: static;
		text-align: left;
		border-radius: 0;
	}

	footer ul
	{
		list-style-type: none;
		padding-left: 0;
	}

	.row-offcanvas-right
	.sidebar-offcanvas
	{
		right: -55%;
		width: 58%;
	}

	#popup {
		width: auto;
		left: 22px;
	}
}

@media screen and (max-width: 980px)
{

	.row-offcanvas-right
	.sidebar-offcanvas
	{
		right: -60%;
	}

	.sidebar-offcanvas
	{
		position: absolute;
		top: 0;
		width: 45%;
	}

}

@media screen and (max-width: 480px)
{

	footer li
	{
		float: none;
		width: 100%;
	}

	.row-offcanvas-right
	.sidebar-offcanvas
	{
		right: -55%;
	}

	.sidebar-offcanvas
	{
		position: absolute;
		top: 0;
	}

}

@media screen and (max-width: 768px) {
	.cart-table {
		font-size: 14px;
	}

	.cart-table .actions,
	.cart-table [data-quantity],
	.cart-table #total-price {
		font-size: 14px;
		white-space: nowrap;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px)
{

	a.navbar-brand
	{
		max-width: 390px;
	}

	#navbar
	{
		margin-left: 370px;
		padding-left: 0;
		margin-top: 60px;
	}

	#navbar li
	{
		margin: 1px 10px;
	}

}

@media screen and (min-width: 1200px) {
	a.navbar-brand {
		height: 72px;
		background-size: auto 72px;
		margin-left: 0 !important;
		padding: 0;
		margin-top: 35px;
	}
}
