html, body {margin: 0px; padding: 0px; width: 100%;}
body {min-height: 100%}
body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 1.5; /* no extension ...different counting */
    background: #fdfdfd;
}

a {color: #61a4b4; text-decoration: underline;}
a:hover {text-decoration: none}
a img {border: 0px;}
b, strong {font-weight: 700;}

hr {border: 0; border-bottom: 1px solid black; height: 0px}

/* GLOBANI NASTAVENI PRVKU --------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {line-height: 1; font-family: 'Titillium Web', serif; color: #555; font-weight: 400;}
h1 {font-size: 42px; margin: 1em 0 0.5em 0; color: #444}
h2 {font-size: 35px; margin: 1em 0 0.5em 0; color: #444}
h3 {font-size: 28px; margin: 1em 0 0.5em 0; color: #444}
h4 {font-size: 22px; margin: 1em 0 0.5em 0; color: #444}
h5 {font-size: 18px; margin: 1em 0 0.5em 0; color: #444}
h6 {font-size: 16px; margin: 1em 0 0.6em 0; color: #000}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {font-weight: 600;}
h1:first-of-type {margin-top: 0 !important;} /*removes margin of each element which is first child of an subelement*/

/* Add margins to floating images by tinymce */
img[style~="left;"] {margin:0 1em 1em 0;}
img[style~="right;"] {margin:0 0 1em 1em;}

/* Form basics */
form {margin: 0px; padding: 0px;}
fieldset {margin: 0px; padding: 0px; border: 0px;}
legend {margin: 0; padding: 0; font-weight: 700; margin: 1em 0;}
legend:before, legend:after {content: ' — ';}
input, textarea, select, button {font-size: 16px; font-family: inherit; border-radius: 4px;}
input, button {margin: 0px; padding: 0px; background-color: #e9e9e9; border: 0; padding: 7px 12px;}
input.submit, input[type="submit"], button.submit, button[type="submit"] {
    background: #ebc64c; font-weight: 600; color: white; cursor: pointer; border: 0; padding: 7px 18px
}
input.submit:hover, input[type="submit"]:hover, button.submit:hover, button[type="submit"]:hover {background: #E2B72C;}
input.placeholder {color: #777}
::-webkit-input-placeholder {color: #777;}
:-moz-placeholder {color: #777;}
::-moz-placeholder {color: #777;}
:-ms-input-placeholder {color: #777;}
textarea {display: block; resize:vertical; height: 90px; background-color: #e9e9e9; border: 0; width: 100%; 
    box-sizing: border-box; padding: 7px 12px; margin: .2em 0;}
select {box-sizing: border-box; margin: 0; padding: 7px 12px; border: 0; background-color: #e9e9e9;}
select option {background-color: #e9e9e9;}

/* box sizing for some elements */
table, tr, th, td, input {box-sizing: border-box;}

/* UL formats*/
ul.layout {margin: 0; padding: 0; list-style: none;}
ul.layout li {margin: 0; padding: 0;}
ul.layout li a {}

/* Paragrapgs and perex by tinymce */
p {margin:1em 0em !important;}
p.perex, blockquote {font-size: 18px; line-height: 1.4; margin-left: 0; margin-right: 0; color: #666}
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;}

/* Bacis tables */
table {font-size: 1em; border-collapse: collapse; border-spacing: 1px;}
table tr {}
table td {border: 1px solid #aaa; padding: .3em .5em}
table thead td, table th {padding: .4em .5em .3em; background-color: #ddd; border: 1px solid #aaa; border-bottom: 2px solid #333 !important; 
    font-weight: 700; color: black}
table tbody td {}

/* Lined table */
table.lines {}
table.lines tr {}
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.lines tbody td {}

/* Layout table */
table.layout {border-spacing: 0; border: 0; width: 100%}
table.layout td, table.layout th {padding: 0; background-color: transparent; border: 0 !important;}

/* Specials for form */
form.defform {}
form.defform table.layout {}
form.defform table.layout td {padding: 3px 0}
form.defform input {width: 100%}
form.defform textarea {width: 100%; height: 250px;}

div.clear {display: block; font-size: 0px; line-height: 0; height: 0px; overflow: hidden; clear: both;}
div.line {border-top: 1px solid #ccc; margin: 16px 0; height: 1px; font-size: 1px; line-height: 1}

/* Button styles */
a.btn {display: inline-block; padding: 6px 12px; font-size: 16px; font-weight: 600; text-align: center; white-space: nowrap; 
    border-radius: 4px; text-decoration: none}

a.btn-blue {color: white; background-color: #57a7bc; background-color: rgba(87,167,188,0.7);}
a.btn-blue:hover {background-color: rgba(87,167,188,0.9);}
a.btn-ccc {color: white; background-color: #ccc; background-color: rgba(204,204,204,0.7);}
a.btn-ccc:hover {background-color: rgba(204,204,204,0.9);}
a.btn-red {color: white; background-color: rgba(188,25,25,0.7);position: absolute; top: 0; left: 0;}
a.btn-red::before {
	font-family: FontAwesome;
	content: '\f104';
	padding-right: 20px;
	margin-left: -2px;
}
a.btn-red:hover {background-color: rgba(188,25,25,0.9);}
a.btn-yellow {color: white; background-color: #ebc64c;}
a.btn-yellow:hover {background-color: #E2B72C}
a.btn-white {color: black; background-color: #fff; background-color: rgba(255,255,255,0.93); box-shadow: 0px 0px 9px rgba(0,0,0,0.3);}
a.btn-white:hover {color: white; background-color: rgba(87,167,188,0.9);}

a.btn-md {padding: 7px 12px; font-size: 16px;}
a.btn-lg {padding: 12px 24px; font-size: 17px;}

/* Link icon */
a.chevron-right:after {font-family: FontAwesome; content: '\f054'; font-size: .7em; padding-left: .5em; font-weight: 400; text-decoration: none; display: inline-block}

/**************************************/
/* Layout */
/**************************************/

a.logolink {text-decoration: none; display: block; float: left; position: relative;}
a.logolink img {}

div.w1140 {margin: 0 auto; width: 1140px; position: relative;}
div.w960 {margin: 0 auto; width: 960px; position: relative;}

#header {background-color: #fdfdfd; padding: 15px 0; position: relative; z-index: 100}
#header a.logo {display: block; width: 223px; height: 80px; float: left; outline: none}
#header a.logo img {display: block;}
#header div.right {float: right; width: 700px;}
#header ul {float: right;}
#header ul li {float: left;}
#header ul.top li {}
#header ul.top li.icon {margin: 4px 6px}
#header ul.top li.icon a {color: #666; font-size: 18px; text-decoration: none; display: block;}
#header ul.top li.icon a:hover {color: #8cc0ce}
#header ul.top li.searchicon {display: none}
#header ul.top li.search {margin: 0 20px 0 10px; display: none}
#header ul.top li.search form {margin: 0; padding: 0}
#header ul.top li.search form fieldset {margin: 0; padding: 0; border: 0}
#header ul.top li.search form fieldset div.capsule {background-color: white; border-radius: 3px; box-shadow: 0px 2px 2px #e3e3e3}
#header ul.top li.search form fieldset div.capsule input {border: 0; width: 200px;
    background: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D) transparent;}
#header ul.top li.search form fieldset div.capsule input:focus {outline: none}
#header ul.top li.search form fieldset div.capsule button {font-weight: normal; text-shadow: none; border: 0; color: black;
    background: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D) transparent;}
#header ul.top li.search form fieldset div.capsule button i.fa {}
#header ul.top li.lang {margin: 10px 8px}
#header ul.top li.lang a {display: block; box-shadow: 0px 1px 2px #aaa}
#header ul.top li.lang a img {display: block;}
#header ul.top li.lang a:hover {box-shadow: 0px 1px 5px #999}
#header ul.top:after {clear: both; display: block}

#header ul.menu li
{
	margin: 11px;
}

#header ul.menu li a
{
	color: #666;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding: 1px 0;
	display: block;
	border-bottom: 4px solid transparent;
}

#header ul.menu li ul
{
	display: none;
	position: absolute;
	background: #fdfdfd;
	margin-left: -11px;
}

#header ul.menu li li
{
	float: none;
}

#header ul.menu li:hover ul
{
	display: block;
	box-shadow: 0 8px 15px 0px rgba(0,0,0,0.3);
}

#header ul.menu li:hover:last-child ul
{
	display: none;
}

#header ul.menu li a.active
{
	border-bottom: 4px solid #8cc0ce;
}

#header ul.menu li a:hover
{
	border-bottom: 4px solid #999;
}
/* slider options */
#demo {width: 100%; height: 525px; position: relative; z-index: 10; overflow: hidden}
#demo span.bghead {font-weight: 700; font-size: 77px; margin: 0; color: white; text-shadow: 3px 2px 0 rgba(0,0,0,0.5); line-height: 1}
#demo a.btn {margin: 0 30px}
#demo div.buttons {margin-top: 60px}
#demo div.reference {margin-top: 130px}
#demo div.reference a {color: white !important;}
#demo div.reference span.bg-shade {background-color: rgba(0,0,0,0.2); display: inline-block; padding: 6px 20px; font-size: 16px;}
#demo div.reference span.bg-shade:hover {background-color: rgba(0,0,0,0.5);}
#demo div.reference span.bg-shade span.block {width: 17px; height: 17px; display: inline-block; margin-right: 6px; position: relative; top: 3px;}

/* slider container setting */
#demo .bContainer {position: relative; width: 960px; margin: 0 auto; left: auto; height: auto; top: 124px; z-index: 25; text-align: center}
#demo .rsABlock {position: relative; display: block; left: auto; top: auto;}
#demo .rsContent .rsImg {position: absolute;}

#scrolldown {position: absolute; z-index: 10000; left: 50%; top: 580px; transform: translate(-50%, -50%); margin-left: 550px; display: block; width: 70px; height: 70px;}
#scrolldown a {color: white; display: block; background-color: #75B8CA; background-color: rgba(117, 184, 202, 0.7); width: 70px; height: 70px;
    font-size: 30px; line-height: 2.2; text-align: center;}
#scrolldown a:hover {background-color: #fff; background-color: rgba(255,255,255, 0.7); color: black; transition: background 0.5s ease}

#sections {background: url('../images/bg-sections.png') repeat center top;}
#sections ul {}
#sections ul li {float: left; width: 240px;}
#sections ul li a {text-align: center; color: white; padding: 20px 0; font-size: 30px; text-decoration: none; display: block; line-height: 1}
#sections ul li a span.subtitle {font-size: 16px;}
ul li a.blue,
ul li a.btn-blue
{background-color: #8cc0ce;}
ul li a.blue:hover,
ul li a.btn-blue:hover
{background-color: #75B8CA;}
ul li a.brown,
ul li a.btn-brown
{background-color: #a8977d;}
ul li a.brown:hover,
ul li a.btn-brown:hover
{background-color: #A18E71;}
ul li a.gray,
ul li a.btn-gray
{background-color: #8a8a8a;}
ul li a.gray:hover,
ul li a.btn-gray:hover
{background-color: #7B7B7B;}
ul li a.green,
ul li a.btn-green
{background-color: #acacac;}
ul li a.green:hover,
ul li a.btn-green:hover
{background-color: #a0a0a0;}

#welcome {}
#welcome div.bg {background: url('../images/bg-welcome.jpg') no-repeat center top; height: 310px}
#welcome div.bg div.texts {text-align: center; padding: 45px 20px 0;}
#welcome div.bg h1 {}
#welcome div.bg p {font-size: 18px; margin: 1.4em !important}
#welcome div.bg a {}

#icons {}
#icons div.bg {background-color: #fff; padding: 40px 0}
#icons ul li {box-sizing: border-box; float: left; width: 320px; text-align: center; padding: 0 40px;}
#icons ul li:nth-child(odd) {}
#icons ul li div.round {display: inline-block; width: 80px; height: 80px; border: 2px dashed #f7c51e; border-radius: 40px;}
#icons ul li i {color: #f7c51e; font-size: 28px; padding-top: 25px}
#icons ul li h5 {font-size: 19px; font-weight: 600; margin-top: 15px;}
#icons ul li p {}

#bluesection {}
#bluesection div.bg {background-color: #8cc0ce;}
#bluesection ul li {box-sizing: border-box; float: left; width: 320px; padding: 0 30px;}
#bluesection ul li:nth-child(odd) {}
#bluesection ul li a {display: block; color: white; text-align: center; text-decoration: none; padding: 30px 10px 20px}
#bluesection ul li a:hover {/*color: rgb(212, 246, 255);*/ background-color: rgb(120, 179, 195);}
#bluesection ul li a img {}
#bluesection ul li a h3 {font-size: 26px; font-weight: 600; margin-top: 15px; color: inherit}
#bluesection ul li a p {font-size: 15px;}

#newssection {}
#newssection div.bg {background-color: white; padding: 30px 27px}
#newssection div.bg div.headline {border-bottom: 1px solid #ddd; padding-bottom: 13px}
#newssection div.bg div.headline h2 {margin: 0; width: 700px; float: left}
#newssection div.bg div.headline a.btn {float: right}
#newssection div.bg div.headline a.btn i.fa {font-size: 12px;}
#newssection div.bg div.left {box-sizing: border-box; width: 453px; padding-right: 15px; float: left}
#newssection div.bg div.right {box-sizing: border-box; width: 453px; padding-left: 15px; float: right}
#newssection div.bg h3 {margin-top: 1em; font-size: 26px;}
#newssection div.bg p {margin: 1em 0 0.5em !important}
#newssection div.bg a {}

#partners {}
#partners div.bg {background-color: #f6f6f6; text-align: center; padding: 25px 27px}
#partners div.bg h2 {margin-top: 0}

#testemonies
{
	text-align: center;
}

#demo2
{
	width: 100%;
	height: auto;
	min-height: 120px;
	padding-bottom: 30px;
	background: #fdfdfd;
}

#demo2 *
{
	background: #fdfdfd;
}

#demo2 q,
#demo2 cite
{
	display: inline-block;
	font-style: italic;
	font-size: 16px;
	color: black !important;
	margin: 0 10%;
}

#demo2 cite
{
	margin: 10px 0;
	font-weight: bold;
	font-size: 18px;
}

#demo2 .rsNavItem.rsBullet *
{
	border: 1px solid #c6d8df;
	background: #c6d8df;
}

#demo2 .rsNavItem.rsBullet.rsNavSelected *
{
	border: 1px solid #8cc0ce;
	background: #8cc0ce;
}

#youtube-video>div
{
	background: white;
	padding: 0.2rem 0 1rem 0;
}

#youtube-video h3,
#youtube-video iframe
{
	text-align: center;
}

#youtube-video iframe
{
	/*margin-left: 240px;!* (960 - 480) / 2 *!*/
}

/* PAGE */
#page {background: url('../images/page.jpg') no-repeat center top; min-height: 356px; padding-top: 30px}
div.whiteboard {background-color: white; box-shadow: 0 2px 5px 0 rgba(0,0,0,.25); min-height: 400px}
div.content {padding: 1px 0 /* margin protection */}
div.intext-full {margin: 30px;}
section.intext-full {margin: 30px 30px 10px 30px;}
article.intext-right,
div.intext-right {width: 640px; float: right; margin: 30px 0; margin-right: 30px;}
div.left-block {width: 260px; float: left; margin: 30px 0;}
div.left-block div.big_h {margin-top: 25px}
div.left-block h1,
div.left-block h2 {margin-left: 30px}
div.left-block h1:first-of-type,
div.left-block h2:first-of-type
{
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	font-size: 42px;
}
div.left-block ul,
div.intext-right>ul {padding-left: 0; list-style-type: none;}

.left-block p
{
	text-align: center;
}

.left-block p strong
{
	font-size: 20px;
}

.left-block div
{
	padding-left: 25px;
}

/* left menu */
menu
{
	padding-left: 0;
	list-style-type: none;
	margin: 0;
	margin-bottom: 15px;
}
menu menu menu
{
	margin-bottom: 0;
}
menu menu menu>li:first-of-type
{
	border-top: 1px solid #ccc;
}
menu>li:first-child
{
	border-top: 0;
}
menu>li:first-child>menu>li:first-child
{
	border-top: 5px solid #ccc;
}
menu a
{
	display: block;
	padding: 8px 25px;
	text-decoration: none;
}
menu li.current>a,
menu li.current:nth-child(n)>a
{
	border-left: 3px solid #8cc0ce;
	padding-left: 22px;
}
aside>menu menu li a:hover,
aside>menu menu>li:nth-child(n)>a:hover
{
	border-left: 3px solid #999;
	padding-left: 22px;
}
aside>menu a
{
	background: #8cc0ce;
	color: white;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}
aside>menu>li:nth-child(2)>a
{
	background: #a8977d;
}
aside>menu>li:nth-child(3)>a
{
	background: #acacac;
}
aside>menu>li:nth-child(4)>a
{
	background: #8a8a8a;
}
aside>menu>li>a:hover
{
	background: #75b8ca;
}
aside>menu>li:nth-child(2)>a:hover
{
	background: #a18e71;
}
aside>menu>li:nth-child(3)>a:hover
{
	background: #a0a0a0;
}
aside>menu>li:nth-child(4)>a:hover
{
	background: #7b7b7b;
}
menu menu>li,
menu>li:first-child>menu>li:first-child menu li
{
	border-top: 1px solid #ccc;
}
menu menu>li>a,
menu menu>li:nth-child(n)>a
{
	position: relative;
	background: white;
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
}
menu menu menu>li>a,
menu menu menu>li:nth-child(n)>a
{
	font-weight: normal;
	padding: 5px 25px;
	background: #eee;
}
menu menu>li>a:after
{
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	color: #aaa;
	right: 12px;
	margin-top: 0;
	background: white;
}
menu menu menu>li:first-child>a:after
{
	content: '\f078';
	margin-top: -38px;
}
menu menu menu>li>a:after
{
	content: none;
}

/* Galerie - funguje jenom pro 3 fotky vedle sebe kvuli n-th items */
div.gallery {margin: 1em 0}
div.gallery:after {content: ''; display: block; font-size: 0px; line-height: 0; height: 0px; overflow: hidden; clear: both;}
div.gallery ul {}
div.gallery ul li {float: left; margin: 10px 10px}
div.gallery.g3x ul li:nth-child(3n+1) {margin-left: 0;}
div.gallery.g3x ul li:nth-child(3n+3) {margin-right: 0;}
div.gallery.g4x ul li:nth-child(4n+1) {margin-left: 0;}
div.gallery.g4x ul li:nth-child(4n+4) {margin-right: 0;}
div.gallery ul li a {display: block; border: 0; position: relative; display: block; height: 200px;}
div.gallery ul li a img {display: block; border: 0}
div.gallery ul li a:hover div.view {display: block;}
div.gallery ul li a div.view {position: absolute; top: 0; left: 0; cursor: pointer;
    width: 100%; height: 100%; text-align: center; display: none; background-color: rgba(140,192,206,0.7);}
div.gallery ul li a div.view i.fa {margin-top: 60px; color: white; font-size: 22px; font-size: 56px; line-height: 80px}

div.poptavka {border-top: 3px solid #ddd}
div.poptavka h2 {margin-top: 25px}
div.poptavka p.perex {font-size: 16px; font-weight: 600; color: #333}
div.poptavka div.form {width: 700px; margin: 0 auto; margin-top: 25px}
div.poptavka table.layout {}
div.poptavka table.layout td {padding: 5px 10px}
div.poptavka table.layout td.center {text-align: center}
div.poptavka table.layout td input[type="text"],
div.poptavka table.layout td input[type="email"],
div.poptavka table.layout td input[type="tel"] {width: 100%}
div.poptavka table.layout td textarea {height: 120px}

#footer {}
#footer div.bg {background-color: #414141; color: white; padding: 25px 27px 10px; font-weight: 300;}
#footer h3,
#footer h4
{
	color: white;
	font-weight: 300;
	font-size: 17px;
	margin-top: 0;
}
#footer a {color: #94d8e6}
#footer a:hover {text-decoration: none}

#footer div.info
{
	float: left;
	width: 35%;
}

#footer div.info img
{
	float: left;
	margin-right: 10px;
}

#footer div.info strong
{
	font-size: 20px;
}

#footer div.links {float: left; width: 22%;}

#footer div.links ul
{
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#footer div.socials
{
	width: 20%;
	float: left;
	text-align: center;
}

#footer div.socials li
{
	list-style-type: none;
	display: inline-block;
}

#footer div.socials a
{
	color: white;
	font-size: 28px;
	margin-left: 10px;
}

#footer div.socials ul
{
	padding-left: 0;
}

#footer div.socials li+li
{
	margin-left: 10px;
}

#footer div.logo {float: right; width: 22%; text-align: center; font-size: 12px;}
#footer div.logo p {margin: .5em !important}
#footer div.logo a.one {background: url('../images/onegroup-logo-foot.png') no-repeat left center; padding-left: 22px; color: white; text-decoration: none;}
#footer div.logo a.lqd {background: url('../images/lqd-logo-foot.png') no-repeat left center; padding-left: 20px; color: white; text-decoration: none;}
#footer div.logo a.one:hover,
#footer div.logo a.lqd:hover
{
	text-decoration: underline;
}

/* end */

.left-block h1
{
	text-align: center;
}

hr.after-h1
{
	border: 0;
	height: 1px;
	background: #ddd;
	margin: auto 30px 20px 30px;
}

ul.categories
{
	position: absolute;
	right: 30px;
	margin-top: -60px;
	padding-left: 0;
}

div>ul.categories
{
	margin-top: 0;
	width: 100%;
	text-align: right;
}

ul.categories li
{
	display: inline-block;
	margin-left: 5px;
}

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

ul.categories li a
{
	color: white !important;
}

ul.references
{
	padding-left: 0;
	margin-left: 30px;
}

ul.references li
{
	list-style-type: none;
	display: inline-block;
	margin-left: 27px;
	margin-bottom: 20px;
	line-height: 0;
	text-align: center;
}

ul.references li a
{
	width: 260px;
	height: 165px;
	display: block;
	border: 10px solid #eee;
	position: relative;
}

ul.references li a span
{
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 110px;
	font-size: 0;
}

ul.references li a:hover span
{
	background-color: rgba(140,192,206,0.7);
	height: calc(165px - 110px);
	font-size: 20px;
	font-weight: bold;
	color: white;
}

ul.references li a:hover span::after
{
	position: absolute;
	display: block;
	font-family: FontAwesome;
	content: '\f06e';
	width: 100%;
	margin-top: -60px;
	font-size: 50px;
	font-weight: normal;
}

ul.references li a:hover
{
	border: 10px solid #c1dbe2;
}

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

ul.references li:nth-child(3n+1)
{
	margin-left: 0;
}

#news,
#blog
{
	margin-top: -30px;
}

#blog ul
{
	padding-left: 0;
	list-style-type: none;
}

#blog time:before
{
	font-family: FontAwesome;
	content: '\f073';
}

figure
{
	margin: 0;
}

#frm-filterForm
{
	margin: 0 auto;
	margin-top: 25px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}

#frm-filterForm>fieldset>label
{
	text-align: right;
	display: inline-block;
	min-width: 24.5%;
}

#frm-filterForm>fieldset>select
{
	width: 14%;
}

#frm-filterForm div
{
	margin: 20px 0;
}

#frm-filterForm div span
{
	float: right;
}

#frm-filterForm div input
{
	margin-left: 16px;
}

#frm-filterForm input[type="submit"]
{
	margin-right: 20px;
}

#frm-filterForm input[type="checkbox"]
{
	border-width: 1px;
	width: 16px;
	height: 16px;
}

ul.product
{
	list-style-type: none;
	padding: 0;
	border-bottom: 0;
}

ul.product li
{
	position: relative;
	width: 150px;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	float: left;
	margin-left: 22px;
	margin-bottom: 50px;
	padding: 2px;
	line-height: 23px;
	text-align: left;
}

ul.product li:hover strong
{
	text-decoration: none;
}

ul.product li:before
{
	content: none;
}

ul.product li span
{
	position: absolute;
	padding: 0px 6px;
	margin-top: 10px;
	margin-left: -6px;
	font-size: 14px;
	background: red;
	color: white;
}

ul.product li>div
{
	display: none;
}

ul.product li h4
{
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

ul.product li p
{
	font-weight: normal;
}

ul.product li s
{
	display: block;
	float: left;
}

ul.product li b
{
	float: left;
	text-align: center;
	position: absolute;
	display: block;
	color: white;
	font-size: 17px;
	background: #75B8CA;
	width: 20px;
	height: 20px;
}

ul.product li strong
{
	font-weight: normal;
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 26px;
	text-decoration: underline;
	line-height: 20px;
}

ul.product li a
{
	display: block;
	color: black !important;
	text-decoration: none;
}

div.fancybox-skin {
	background: #000;
	text-align: left;
	color: #ffffff;
}

div.fancybox-skin figure {
	background: #222;
	float: right;
	width: 700px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

div.fancybox-skin span.akce {
	background: #ff0000;
	padding: 3px 6px;
	font-size: 14px;
	position: relative;
	top: -5px;
}
div.fancybox-skin b {
	position: absolute;
	display: block;
	/* font-size: 28px; */
	background: #61a4b4;
	width: 30px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	margin-right: 10px;
}
div.fancybox-skin input[type="radio"] {
	display: none;
}
div.fancybox-skin input[type="radio"]:first-of-type:checked ~ label:first-of-type {
	border: 2px solid #ffffff;
}
div.fancybox-skin input[type="radio"]:last-of-type:checked ~ label:last-of-type {
	border: 2px solid #ffffff;
}
div.fancybox-skin input[type="radio"]:checked + figure:first-of-type {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
div.fancybox-skin figure:first-of-type {
	display: none;
	position: relative;
	margin-bottom: -500px;
}
div.fancybox-skin label {
	cursor: pointer;
	position: absolute;
	right: 270px;
	bottom: 10px;
	border: 2px solid #73bfcf;
	line-height: 0;
}
div.fancybox-skin label:first-of-type {
	right: 360px;
}
div.fancybox-skin ul {
	padding: 0;
}
div.fancybox-skin li {
	list-style-type: none;
	width: 200px;
	display: inline-block;
}
div.fancybox-skin .p-name {
	margin: 0 0 20px 0;
	text-indent: 40px;
	color: #ffffff;
	font-size: 30px;
}
div.fancybox-skin a.fancybox-close::after {
	position: absolute;
	content: '×';
	color: #ffffff;
	text-shadow: 1px 0 #ffffff, -1px 0 #ffffff, 0 1px #ffffff, 0 -1px #ffffff;
	font-size: 20px;
	background: #000000;
	text-align: center;
	line-height: 24px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: -2px 2px 5px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: -2px 2px 5px 1px rgba(50, 50, 50, 0.75);
	box-shadow: -2px 2px 5px 1px rgba(50, 50, 50, 0.75);
	display: block;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 26px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 26px;
	-moz-background-clip: padding;
	border-radius: 26px;
	background-clip: padding-box;
}

#frm-contactForm-form input
{
	width: 240px;
}

#frm-contactForm-form textarea
{
	width: 500px;
	height: 120px;
}

#frm-contactForm-form input
{
	margin: 10px 15px;
}

#frm-contactForm-form input:first-child
{
	margin-left: 0;
}

#frm-contactForm-form input[type="email"]
{
	margin-right: 0;
}

#frm-contactForm-form textarea
{
	margin-bottom: 14px;
}

p.empty
{
	margin-left: 30px !important;
}

#frm-priceOffer-form fieldset
{
	margin-bottom: 40px;
}
#frm-priceOffer-form fieldset:last-child tr:first-child
{
	width: 100%;
	margin-bottom: 20px;
}
#frm-priceOffer-form fieldset:last-child .required
{
	width: 66%;
}
#frm-priceOffer-form fieldset:last-child .required th::after
{
	content: none;
}
#frm-priceOffer-form legend
{
	font-size: 26px !important;
}
#frm-priceOffer-form table
{
	width: 100%;
}
#frm-priceOffer-form tr
{
	width: 33%;
	display: block;
	float: left;
}
#frm-priceOffer-form .clear
{
	clear: both;
}
#frm-priceOffer-form .description input
{
	width: 90%;
}
#frm-priceOffer-form th
{
	display: block;
	background: none;
	border: 0 !important;
	text-align: left;
	height: 24px !important;
}
#frm-priceOffer-form td
{
	width: 98%;
	display: inline-block;
	margin-bottom: 10px;
	border: none;
	height: 60px;
}
#frm-priceOffer-form input,
#frm-priceOffer-form select
{
	width: 98%;
}
#frm-priceOffer-form input[type="checkbox"]
{
	width: auto;
	margin-right: 6px;
}
#frm-priceOffer-form .required th::after
{
	content: ' *';
	color: red;
}

#nette-debug /* stejně to asi nefunguje */
{
	z-index: 999;
	position: relative;
}

#video-breakpoints
{
	text-align: center;
	margin-top: 0.5em;
}

#video-breakpoints ul
{
	list-style-type: none;
	padding-left: 0.5em;
	display: inline;
}

#video-breakpoints li
{
	display: inline-block;
}
