/* reset5 © 2011 opensource.736cs.com MIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

@font-face {
	font-family: 'Swiss 721';
	src:url('font/Swz721l.ttf')			format('truetype'),
		url('font/Swz721li.ttf')		format('truetype'),
		url('font/Swz721t.ttf')			format('truetype'),
		url('font/Swz721ti.ttf')		format('truetype'),
		url('font/Swiss_721_Thin.ttf')	format('truetype'),
		url('font/Swiss_721_Light.ttf')	format('truetype'),
		url('font/Swiss_721_Thin.eot')	format('truetype'),
		url('font/Swiss_721_Light.eot')	format('truetype'),
		url('font/Swiss_721_Thin.woff')	format('truetype'),
		url('font/Swiss_721_Light.woff')format('truetype'),
		url('font/Swiss_721_Thin.svg')	format('truetype'),
		url('font/Swiss_721_Light.svg')	format('truetype'),
		url('font/Swiss_721_Thin.otf')	format('truetype'),
		url('font/Swiss_721_Light.otf')	format('truetype');
}

body {
	font-weight: lighter;
    background-color: #25292d;
/*	background-color-bright: #3E454C;*/
	font-family: 'Swiss 721', sans-serif;
}
h1 {
	color: #fff;
	font-size: 3.625em;
	font-weight: 100;
	margin: 20px 0 18px 0;
	font-family: 'Roboto', sans-serif;
}
.biela h1 {
	color: #25292d;
}
h2 {
	color: #fff;
	font-size: 58px;
	font-weight: 100;
	line-height: 120%;
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
}
h2.s56 {
	font-size: 56px;
}
.biela h2 {
	color: #3e454c;
}
h3 {
	color: #7ecefd;
	font-size: 22px;
	line-height: 140%;
	font-weight: lighter;
}
.modra h3 {
	color: #fff;
	margin-bottom: 15px;
}
img {
	max-width: 100%;
}
.biela table {
	color: #56bffc;
}
table {
	color: #ffffff;
}
table.modre tr td {
	color: #7ecefd;
}
.modreProdukt {
    display: inline-block;
    width: 16.0%;
    text-align: center;
    min-height: 250px;
    float: left;
}
p {
	color: #fff;
	font-size: 18px;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 15px;
}
p.modre, 
.biela p.modre {
	color: #56bffc;
}
p.sede, 
.biela p.sede {
	color: #7d7f82;
}
.biela p.sede2 {
	color: #aaaaaa;
}
p.biele, 
.modra p.biele {
	color: #ffffff;
}
.modra.polovicnyBlok p {
	margin: 0;
	color: #fff;
}
a {
	color: #3e454c;
}
a.link {
	color: #7ecefd;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
.gray a,
.gray a:hover,
.gray a.link {
	color: #fff;
}
.biela a,
.biela a:hover,
.biela a.link,
.modra a,
.modra a:hover,
.modra a.link {
	color: #3e454c;
}
a.sede {
	color: #fff;
}
a.sede:hover {
	color: #7ecefd;
}

hr {
	border: none;
	border-bottom: 1px solid #7ecefd;
}
.modra hr {
	border-bottom: 1px solid #fff;
}
.modra.polovicnyBlok hr {
	margin: 3px 0;
}

/* vseobecne */
.clear {
  clear: both;
}
.relative {
	position: relative;
}
.saPathItem {
    
}
.w24p {
	width: 24%;
}
.w35p {
	width: 35%;
}
.w38p {
	width: 38%;
}
.w65p {
	width: 65%;
}
.w11px {
	width: 11px;
}
.w149px {
	width: 149px;
}
.w176px {
	width: 176px;
}
.w174px {
	width: 174px;
}
.w180px {
	width: 180px;
}
.w185px {
	width: 185px;
}
.w187px {
	width: 187px;
}
.w189px {
	width: 189px;
}
.w218px {
	width: 218px;
}
.w251px {
	width: 251px;
}
.formValue {
	color: #c3c3c3;
}
.padding20_0 {
	padding: 20px 0;
}
.padding30_0 {
	padding: 30px 0;
}
.padding40_0 {
	padding: 40px 0;
}
.padding20_20 {
	padding: 20px 20px;
}
.padding30_20 {
	padding: 30px 20px;
}
.padding0_20 {
	padding: 0 20px;
}
.marginTop0 {
	margin-top: 0;
}
.marginTop20 {
	margin-top: 20px;
}
.marginBottom0 {
	margin-bottom: 0;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginBottom35 {
	margin-bottom: 35px;
}
.schovaj {
	display: none;
	visibility: hidden;
}
.biela {
	padding-bottom: 15px;
	background-color: #fff;
}
.paddingBottom0 {
	padding-bottom: 0;
}
.biela,
.biela p,
.modra,
.modra p,
.modra li {	
	color: #666666;
}
.modra {
	color: #fff;
	background-color: #7ECEFD;
}
.small,
.polovicnyBlok p.small {
	font-size: 90%;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.tmava {
	color: #5c6773;	
	font-size: 14px;
	background-color: #25292d;
}
.gray {
    background-color: #3E454C;
}
.tmava form {
	margin-bottom: 10px;
}
.tmava form input {
	padding: 5px;
	height: 26px;
	width: 200px;
}
.tmava form input.button {
	height: 46px;
}
.tmava form button {
	top: 2px;
	width: 100px;
	height: 29px;
	position: relative;
}
.polovicnyBlok {
	width: 47%;	
	margin: 0 1%;
	padding: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.polovicnyBlok.padding0 {
    padding: 0;
}
.polovicnyBlok.galery {
    padding-left: 0;
    margin-left: 0;
    margin-right: 25px;
}
.polovicnyBlok40 {
	width: 43%;
	padding-right: 0;
}
.polovicnyBlok60 {
	width: 52%;
}
.polovicnyBlok30 {
	width: 32%;
}
.polovicnyBlok70 {
	width: 62%;
	float: right;
	margin-top: 20px;
}
.polovicnyBlok p {
	font-size: 18px;
	line-height: 130%;
}
.product .polovicnyBlok {
	float: left;
}
.polovicnyBlok60 {
	padding-right: 0;
	text-align: right;
}
.product {
	padding-top: 35px;
}
.product .config {
	color: #888888;
	margin-top: 40px;
	/*position: absolute;*/
}
.modra.polovicnyBlok {
	float: left;
	padding: 25px;
	min-height: 580px;
}
.floatLeft {
	float: left;
}
.w534px {
	width: 534px;
}
.wAuto {
	width: auto;
}
.minWidth {
	min-width: 334px;
}
ol {
	margin-top: 25px;
}
ol li {
	padding: 5px 0 0 20px;
	min-height: 45px;
	color: #7ECEFD;
	font-size: 18px;
	line-height: 30px;
	border-top: 1px solid #DDD;
	list-style-position: inside;
}
ol li:last-of-type {
	border-bottom: 1px solid #DDD;
}
ol li:last-of-type {
	border-bottom: 1px solid #DDD;
}
div.seda ul,
div.biela ul,
div.modra ul,
div.gray ul
{
	margin-top: 10px;
}
div.seda li, 
div.modra li, 
div.gray li,
div.biela li 
{
	font-size: 18px;
	list-style-position: inside;
}
.simpleList
{
	min-height: 25px;
	line-height: 25px;
	padding:  5px 0 0 40px;
    text-indent: -30px;
}
div.seda li {
	color: #fff;
}
div.seda li {
	color: #fff;
}
div.modra li {
	color: #666666;
}
div.gray li {
	color: #7ECEFD;
}
div.biela li {
	color: #7ECEFD;
}

ul.modraSipka {
	margin-top: 25px;
}
ul.modraSipka li {
	/*min-height: 45px;*/
	color: #7ECEFD;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	border-top: 1px solid #DDD;
	list-style-position: inside;
	list-style-image: url(../grafika/li.png);
	padding-top: 8px;
	padding-bottom: 8px;
}
ul.modraSipka li:last-of-type {
	border-bottom: 1px solid #DDD;
}
.gray ul.modraSipka li {
	min-height: 45px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	border-top: 1px dotted #fff;
	list-style-position: inside;
	list-style-image: url(../grafika/li_gray.png);
}
.gray ul.modraSipka li:last-of-type {
	border-bottom: 1px dotted #fff;
}
.modra ul.modraSipka li {
	min-height: 45px;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	border-top: 1px solid #666666;
	list-style-position: inside;
	list-style-image: url(../grafika/li_blue_dark.png);
}
.modra ul.modraSipka li:last-of-type {
	border-bottom: 1px solid #666666;
}
.biela ul.modraSipka li {
	list-style-image: url(../grafika/li.png);
}
.empBox {
	background-color: #56bffc;
	color: #fff;
	padding: 5px;
}
.error {
	background-color: red;
	color: #fff;
	padding: 5px;
}
.errorBox {
    padding:20px;
    color:#ffa155;
    border:2px solid #ffa155;
}
.successBox {
	color: #fff;
	background-color: rgba(126, 185, 0, 1);
    padding:20px;
}
.modra .successBox {
	color: #666666;
    border:2px solid rgba(126, 185, 0, 1);
    padding:20px;
    background-color: #fff;
}
.loginBox {
	color: #ffffff;
    padding:20px;
	background-color: #7ecefd;
}
.biela .errorBox {
    padding:20px;
    color:#ff5555;
    border:2px solid #ff5555;
}
.modra .errorBox {
    padding:20px;
    color:#fff;
    border:2px solid #ff5555;
}
.ok {
	background-color: rgba(126, 185, 0, 1);
	color: #fff;
	padding: 5px;
}
.button {
	color: #fff;
	width: 185px;
	height: 46px;
	font-size: 22px;
	cursor: pointer;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: #3e454c
}
.button:hover {
	color: #7ecefd
}
.button.bleda {
	background-color: #7ecefd
}
.button.bleda:hover {
	color: #3e454c
}
a.button {
 color: white;
}
.button:hover, a.button:hover {
    color: #7ecefd;
}
.smallbutton
{
	width: 80px;
	height: 40px;
	line-height: 25px;
	font-size: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
}
.modra.button.bleda {
	background-color: #3e454c
}
.modra.button.bleda:hover {
	color: #7ecefd
}

.button.oranzova {
	background-color: #ff5a01;
	color: white;
}

.button.oranzova:hover {
	color: #3e454c;
}

.listButton {
  background-color: #7ecefd;
  border: 1px solid #3E454C;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;  
  float: right;
  display:inline-block;
}

.listButton:hover {
  background-color: #3E454C;
  text-decoration: none;
}

.listButtonSmall {
  background-color: #7ecefd;
  border: 1px solid #3E454C;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  min-width: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;  
  float: right;
  display:inline-block;
}

.listButtonSmall:hover {
  background-color: #3E454C;
  text-decoration: none;
}

.listButtonSmallSelected
{
    background-color: #3E454C;
}

.listTable {
    color:#000;
	width:100%; 
	border-collapse:collapse; 
}
.listTable th{ 
	padding-left:5px; 
    padding-right:10px;
    padding-top: 4px; 
    padding-bottom: 4px;
    border:#000 1px dotted;
    vertical-align: middle;
    background-color: #D2D2C8;
    font-weight: bold
}
.listTable td{ 
	padding-left:5px; 
    padding-right:10px;
    padding-top: 2px; 
    padding-bottom: 2px;
    border:#000 1px dotted;
    vertical-align: middle;
}
.listTable tr{
    color:#222;    
	background: #b8d1f3;
}
.listTable tr:nth-child(odd){ 
	background: #eee;
}
.listTable tr:nth-child(even){
	background: #fff;
}
.listTable tr:hover {
    background-color: #D2D2C8;
}


.listPageList {
	margin-top: 10px;
	/*margin-left: 8px;*/
	color: white;
}

.biela .listPageList, .modra .listPageList, .seda .listPageList {
	color: black;
}

.listPageListHead {
	font-weight: bold;
}

.asc-img {
	background: url('../grafika/asc_white.png') no-repeat;
	width: 7px;
	height: 4px;
}

.desc-img {
	background: url('../grafika/desc_white.png') no-repeat;
	width: 7px;
	height: 4px;
}

.biela .asc-img, .modra .asc-img, .seda .asc-img {
	background: url('../grafika/asc.png') no-repeat;
}

.biela .desc-img, .modra .desc-img, .seda .desc-img {
	background: url('../grafika/desc.png') no-repeat;
}


.listTableUser{
	color: #fff;
	width:100%; 
	border-collapse:collapse;
}
.biela .listTableUser{
	color: #3e454c;
}

.listTableUser th{ 
	min-height: 45px;
	font-size: 18px;
	line-height: 30px;
    padding-top: 4px;
	padding-left: 10px;
    padding-right:10px;
    font-weight: bold;
    text-align: left;
}
.listTableUser td{ 
	min-height: 45px;
	font-size: 18px;
	line-height: 30px;
    padding-top: 4px;
	padding-left: 10px;
    padding-right:10px;
    text-align: left;
}
.listTableUser th:nth-child(1) {
    /* padding-left: 50px; */
}
.listTableUser td:nth-child(1) {
    padding-left: 30px;
}
.listTableUser tr{
	border-bottom: 1px solid #666;
}
.modra .listTableUser td:nth-child(1){
	background-image: url(../grafika/li_blue_dark.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.biela .listTableUser td:nth-child(1){
	background-image: url(../grafika/li.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.gray .listTableUser td:nth-child(1){
	background-image: url(../grafika/li_gray.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.listTableUser tr:nth-child(1) {
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;	
}

.listTableUser.fixed {
	table-layout: fixed;
}

.listTableUser.fixed td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media screen and (max-width: 750px){
	.listTableUser.fixed {
		table-layout: auto;
	}

	.listTableUser.fixed td {
		white-space: normal;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

}


.lastColRight tr th:last-child table.sort-img {
	float: right;
}

.listTableUser.noRowImage td:nth-child(1), .selectable.noRowImage tr:hover td:nth-child(1) {
	background-image: none;
}

.listTableUser.lastColRight tr td:last-child, .listTableUser.lastColRight tr th:last-child {
	text-align: right;
}

.selectable tr:hover {
    background-color: #D2D2C8;
}
.selectable tr:hover td:nth-child(1){
	background-image: url(../grafika/li.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.listTableUserNoHeader tr:nth-child(1) {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.selectable tr.rowSelected {
	background-color: #e5e5db;
}

.selectable tr:hover {
    background-color: #D2D2C8;
}

.gray .selectable tr.rowSelected {
	background-color: #2e3236;
}

.gray .selectable tr:hover {
	background-color: #5b6166;
}

.modra .selectable tr.rowSelected {
	background-color: #3e454c;
}

.modra .selectable tr.rowSelected:hover {
	background-color: #D2D2C8;
}

.modra .selectable tr.rowSelected td:nth-child(1){
	background-image: url(../grafika/li_gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #3e454c;
}

.modra .selectable tr.rowSelected:hover td:nth-child(1){
	background-image: url(../grafika/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #D2D2C8;
}

.modra .selectable tr:hover {
	background-color: #D2D2C8;
}

.rounded20 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
}

.productTable
{
    color: #666666;
	width: 100%; 
	height: 420px;
	text-align: center;
    vertical-align: middle;
	margin: 0%;
    padding: 0 0 0 0;
}

.productTable tr:nth-child(1)
{
    color: #fff;
    background-color: #25292d;
	font-size: 15.5px;
    height: 55px;
}

.productTable tr:nth-child(2)
{
    color: #fff;
    background-color: #7ecefd;
	font-size: 12.5px;
    height: 55px;
}

.productTable tr:nth-child(3)
{
    color: #fff;
    background-color: #7ecefd;
	font-size: 12.5px;
    height: 25px;
}

.productTable tr:nth-child(4)
{
    color: #666666;
    background-color: #fff;
	font-size: 12.5px;
    border-left: #DDD 2px solid;
    border-right: #DDD 2px solid;
}

.productTable tr:nth-child(5)
{
    color: #fff;
    background-color: #3e454c;
    height: 20px;
}

.productTable sup {
    font-size: 17.5px;
    vertical-align: super;
    font-weight: normal;
}

.productTable price {
	font-size: 40.5px;
    font-weight: bold;
}

.productTable oldPrice {
	font-size: 20.5px;
    font-weight: bold;
}

.productTable oldSup {
    font-size: 8.5px;
    vertical-align: super;
    font-weight: normal;
}

.cross {
    position: relative;
    display: inline-block;
}

.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 2px solid #3e454c;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross::after {
    border-bottom: 2px solid #3e454c;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

.productTable .button {
    font-size: 12.5px;
    cursor: pointer;
    background-color: #3E454C;
    border: 0 solid #FFF;
}
.productTable ul
{
    color: #666666;
    background-color: #fff;
	padding-left: 40px;
    text-align: left;
    vertical-align: middle;
	margin-top: 0;
}

.productTable ul li
{
    padding: 0 0 0 0;
    color: #666666;
    background-color: #fff;
    font-size: 100%;
    line-height: 1;
}

div .productTable ul {
	margin-top: 0;
}

.productUl .productAdvantage {
	padding: 8px 0 8px 25px;
	background: url(../grafika/ico_plus_small_gray.png) no-repeat center left;
	list-style: none;
	/*padding-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(../grafika/ico_plus_small_gray.png);
	*/
}

.productUl .productDisadvantage {
	padding: 8px 0 8px 25px;
	background: url(../grafika/ico_minus_small_gray.png) no-repeat center left;
	list-style: none;
	/*
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(../grafika/ico_minus_small_gray.png);
	*/
}

.saPagePathStrip
{
    min-height: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
}

.saPagePathMaster
{
    font-size: 22px;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    color: #000;
}

.saPathItem 
{
    text-transform: uppercase;
    font-size: 22px;
}
.saPathHeadItem 
{
    font-size: 22px;
}
.saPathSeparator
{
    padding-left: 5px;    
    padding-right: 5px;    
}

.modra .saPathItem 
{
    color: #fff;
}
.modra .saPathHeadItem 
{
    color: #fff;
}
.gray .saPathItem 
{
    color: #fff;
}
.gray .saPathHeadItem 
{
    color: #fff;
}
.biela .saPathItem 
{
    color: #3e454c;
}
.biela .saPathHeadItem 
{
    color: #3e454c;
}
.tmava .saPathItem 
{
    color: #fff;
}
.tmava .saPathHeadItem 
{
    color: #fff;
}
.goback {
    text-transform: uppercase;
    padding-left: 65px;
    padding-top: 18px;
    height:55px;
    background-image: url(../grafika/back.png);
    background-repeat: no-repeat;
    color: #000;
    cursor: pointer;
}

.biela .goback {
    background-image: url(../grafika/back-white.png);
    color: #000;
}

.modra .goback {
    color: #666666;
    background-image: url(../grafika/back-blue.png);
}

.gray .goback {
    color: #fff;
    background-image: url(../grafika/back-gray.png);
}

.tmava .goback {
    color: #fff;
    background-image: url(../grafika/back-dark.png);
}

.propertiesTable{
    color:#000;
	width:100%; 
	border-collapse:collapse; 
}
.propertiesTable td{ 
	padding-left:10px; 
    padding-right:10px;
    padding-top: 5px; 
    padding-bottom: 5px;
    vertical-align: middle;
    border: #000 1px solid;
}
.modra .propertiesTable td {
    border: #000 1px dotted;
}
.biela .propertiesTable td {
    border: #ccc 1px solid;
}
.seda .propertiesTable td {
    color: #ff0;
    border: #ccc 1px solid;
}
.gray .propertiesTable td {
    border: #ccc 1px solid;
}
.tmava .propertiesTable td {
    color: #fff;
    border: #ccc 1px solid;
}
.propertiesTable tr:hover {
	background-color: #ffd800
}

.oneColumnformTable{
	width:100%; 
	border-collapse:collapse; 
}
.oneColumnformTable td{ 
	padding-left:5px; 
    padding-right:10px;
    padding-top: 2px; 
    padding-bottom: 2px;
    vertical-align: left;
}
.oneColumnformTable tr:nth-child(odd) td{ 
	padding-bottom: 2px;
}
.oneColumnformTable tr:nth-child(even) td{
	padding-bottom: 10px;
}




.content {
	margin: 0 auto;
	max-width: 985px;
}
#content {
	margin-top: 128px;
}
#content .triangel {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 32.5px 0 32.5px;
	border-color: #ffffff transparent transparent transparent;
	
	margin: auto;
}
#content .triangeltseda {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 32.5px 0 32.5px;
	border-color: #3E454C transparent transparent transparent;
	
	margin: auto;
}
#content .triangeltmava {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 32.5px 0 32.5px;
	border-color: #5c6773 transparent transparent transparent;
	
	margin: auto;
}
#content .triangelmodra {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 32.5px 0 32.5px;
	border-color: #7ecefd transparent transparent transparent;
	margin: auto;
}
#header {
	min-height: 87px;
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 9999;
}
#header .topBar {
    z-index: 9999;
    background-color: #25292d;
}
#header #logo {
	width: 231px;
	float: left;
	margin-top: 8px;
	margin-left: 11px;
	margin-right: 60px;
}
#header #menu {
	float: right;
	margin-top: 24px;
	margin-right: 30px;
	position: absolute;
	left: 313px;
}
#header .jedna {
    max-height: 55px;
}
.logoFooter {
	width: 100%;
	clear: both;
	height: 33px;
	background:  url('../grafika/capturingreality_logo_footer.png') center center;
}

   
/* header menu */
#header ul li {
	display: inline-block;
	list-style-type: none;
}
/* Fix for horizontal space in menu ( Chrome, ... )  */
#menu ul li {
 height: auto;
 min-height: 10px;
 line-height: 130%;
}
#header #menu ul.jedna {
	margin-top: 11px;
}
#header #menu ul.jedna li {
	text-align: center;
	display: inline-block;
}
#header #menu ul.jedna li a {
	color: #fff;
	font-size: 21.5px;
	margin:0 11px;
	text-decoration: none;
}
_:-ms-input-placeholder, :root #header #menu ul.jedna li a {
	margin:0 8px;
}
#header #menu ul.jedna li a {
    margin: 0 8px\0/IE8+9; /* IE8+9  */
}

#header #menu ul.jedna li a:hover,
#header #menu ul.jedna li a.active {
	color: #7ecefd;
	text-decoration: none;
}
#header #menu ul.jedna li:last-child a {
	margin-right: 5px;
}
#header #menu .triangel {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #3e454c transparent;
	margin: auto;
	margin-top: 10px;
}
#header #menu .floatingTriangle {
    position: relative;
    top: 130px;
    z-index: 1;
}
#header #menu .triangelBiela {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #fff transparent;
	margin: auto;
	margin-top: 10px;
}
#header #menu .triangelModra {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #7ecefd transparent;
	margin: auto;
	margin-top: 10px;
}
#header #menu .triangelCoffee {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #D2D2C8 transparent;
	margin: auto;
	margin-top: 10px;
}
#header .content2 {
	width: 100%;
	height: 41px;
	line-height: 41px;
	background-color: #3E454C;
}
#mainRibbon {
    position: relative;
    min-height: 90px;
    z-index: -1;
}
#nav-menu {
    position: absolute;
	box-shadow: 0 2px 2px #222222;
    z-index: 1;
}
.ribbon-outer {
	width: 100%;
	background-color: #fff;
    color: #25292d;
}
.ribbon-outer h1 {
	font-size: 2.625em;
	font-weight: 100;
    color: #25292d;
}
.ribbon-blue {
	background-color: #7ecefd;
    color: #25292d;
}
.ribbon-gray {
	background-color: #3E454C;
    color: #fff;
}
.ribbon-gray a {
    color: #fff;
}
.ribbon-gray h1 {
    color: #fff;
}
.ribbon-coffee {
	background-color: #D2D2C8;
    color: #25292d;
}
.ribbon-coffee a {
    color: #25292d;
}
.ribbon-coffee h1 {
    color: #25292d;
}
.ribbon-inner {
    padding-top: 10px;
    padding-left: 50px;
	margin: 0 auto;
	max-width: 985px;
}
.ribbon-inner .triangel {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #3E454C transparent;
	margin: auto;
	margin-top: 10px;
}
.ribbon-panel {
    display: inline-block;
    float: left;
    max-width: 550px;
    min-width: 180px;
}
.ribbon-panel ul {
    margin-bottom: 25px;
}
.ribbon-panel li {
    width:  165px;
    margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #DDD;
	list-style-position: inside;
	display: inline-block;
	list-style-type: none;
}
.ribbon-blue .ribbon-panel li {
	border-bottom: 1px solid #68a;
}
.ribbon-blue .ribbon-panel a:hover {
	color: #fff;
}
.ribbon-gray .ribbon-panel li {
	border-bottom: 1px solid #DDD;
}
.ribbon-coffee .ribbon-panel li {
	border-bottom: 1px solid #bba;
}
.ribbon-coffee .ribbon-panel a:hover {
	color: #fff;
}
#ribbon-head {
    width: 250px;   
}
.ribbon-panel li a {
	text-decoration: none;
}
.ribbon-panel li a.active,
.ribbon-panel li a:hover {
	color: #7ecefd;
	cursor: pointer;
}

#header ul.dva {
	margin-left: 325px;
}
#header ul.dva li a {
	color: #fff;
	margin-right: 22px;
	text-decoration: none;
}
#header ul.dva li a.active,
#header ul.dva li a:hover {
	color: #7ecefd;
}
#header ul.jedna li a:hover,
#header ul.dva li a:hover {
	cursor: pointer;
}
.novinka {
}
.novinka p {
    min-height: 45px;
	font-size: 22.5px;
    line-height: 140%;
	margin-left: 160px;
}
.novinka .datum {
	float: left;
	color: #7ecefd;
	font-size: 58px;
	margin-top: 5px;
	margin-right: 13px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.typeOff {
	margin: 1%;
	float: left;
	width: 31%;
	color: #666666;
	padding: 20px 15px;
	position: relative;
	background-color: #ffffff;
	
	min-height: 410px;
	min-width: 124px;
}

.productsBuy {
	margin: 1%;
	float: left;
	width: 100%;
	color: #666666;
    padding: 0 0;
	position: relative;
	background-color: #ffffff;
}

.productBuy {
	margin: 1%;
	width: 31%;
	color: #666666;
    padding: 0 0;
	background-color: #ffffff;
	min-height: 410px;
	min-width: 124px;
    vertical-align: bottom;
    display: inline-block;
}

.typeOff p {
	color: #666666;
	font-size: 19.5px;
}
.typeOff p.right {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.typeOff h3 {
	color: #3E454C;
	font-size: 17.5px;
	text-align: center;
	margin-bottom: 15px;
}
.typeOff a {
	color: #7ecefd;
	font-size: 22px;
	text-decoration: none;
}
.typeOff a:hover {
	text-decoration: underline;
}

/* sipka hore */
.top {
  right: 50px;
  bottom: 40px;
  width: 50px;
  height: 50px;  
  cursor: pointer;
  position: fixed; 
  /*margin-right: -680px;*/
  background:  url('../grafika/sipka-hore.png') center top;
  z-index: 10000;
  display: none;
}
.top:hover {
  background-position: bottom;
  background:  url('../grafika/sipka-hore-hover.png') center top;
}

/* more viac */
.more {
	display: none;
}
/* ikonky */
#ikonky {
	right: 0;
	width: 40px;
	bottom: 140px;
	padding: 5px;
	position: fixed;
	display: inline-block;
	background-color: #7ECEFD;
	z-index: 999;
}
#ikonky a {
	float: right;
	margin-bottom: 5px;
}
#ikonky a:last-of-type {
	margin-bottom: 0;
}

/* contactForm */
.modra .contactForm tr td {
	color: #3E454C;
}
.contactForm tr td {
	height: 36px;
}
.contactForm label {
	color: #fff;
	width: 95%;
	margin-right: 10px;
}
.modra label {
	color: #666666;
}
.biela label {
	color: #000;
}
.polovicnyBlok textarea {	
	width: 95%;
	height: 300px;
	color: #fff;
	padding: 15px;
	font-size: 16px;
	margin-bottom: 5px;
	border: 1px solid #7ECEFD;
	background-color: #3E454C;
	font-family: 'Swiss 721', sans-serif;
}
@supports (-webkit-appearance:none) {
    .polovicnyBlok textarea {
        height: 310px;
    }
}

.contactForm input,
.contactForm select {
	color: #fff;	
	width: 95%;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #7ECEFD;
	background-color: #3E454C;
}
.modra .contactForm input,
.modra .contactForm select {
	color: #3E454C;	
	width: 95%;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #3E454C;
	background-color: #7ecefd;
}
.modra select.selectWithArrow:focus::-ms-value {
	background: #7ecefd;
	color: black;
}
.biela .contactForm input,
.biela .contactForm select {
	color: #3E454C;
	width: 95%;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #3E454C;
	background-color: #fff;
}
.contactForm input[type='checkbox']
{
    width: 50px;
    border-width: 0;
}
.contactForm input.small {
    float: left;
    width: 65%;
}
.contactForm img {
    float: left;
	margin-right: 6px
}
 button.contactForm {
	cursor: pointer;
	background-color: #7ECEFD;
	border: 1px solid #7ECEFD;
}
.modra button.contactForm, .modra.button.contactForm {
	cursor: pointer;
	background-color: #3E454C;
	border: 1px solid #FFF;
}
.modra button.button.contactForm.green {
	background-color: #7eb900;
}
.modra button.button.contactForm.red {
	background-color: red;
}
 button.contactForm:active {
	position: relative;
	top: 1px;
	left: 1px;
}


.productDiv{
    border: #ccc 2px solid;
    width: 30%;
    float: left;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1020px) {
    #header #menu {
        left: 300px;
	}
    #header #logo {
        margin-right: 0;
    }
	#header .content2 {
		text-align: center;
	}
	#header ul.dva {
		margin: 0;
	}
	.polovicnyBlok.padding2 {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	ul li {
		height: auto;
        min-height: 10px;
        line-height: 130%;
	}
	ul.modraSipka li {
		height: auto;
        min-height: 10px;
        line-height: 130%;
	}
}

/*header v2*/
@media screen and (max-width: 870px) {
    #mainRibbon .ribbon-inner {
        padding-left: 25px;
    }
    #mainRibbon .ribbon-panel{
        max-width: 525px;
    }
    #mainRibbon .ribbon-panel li {
        margin-right: 5px;
    }
    #ribbon-head {
        width: 200px;
    }
}
@media screen and (max-width: 770px) {
    #mainRibbon #ribbon-menu{
        max-width:none;
    }
}
@media screen and (max-width: 800px) {
    #header #menu {
		width: 100%;
        text-align: center;
		margin-right: 0;
		position: static;
		margin-top: 0;
		padding-bottom: 0;
	}
	#header #menu ul.jedna li a {
		font-size: 16px;
		margin: 0;
		padding: 5px;
		display: inline-block
	}
	#header ul.dva li a {
		margin-right: 5px;
	}
	#header #logo {
		text-align: center;
		width: 100%;
		margin: 0;
		margin-bottom: -20px;
	}
	#header #menu .triangel {
		display: none;
	}
	#header .content2 {
		display: none;
	}
    #mainRibbon {
        border-bottom: 5px solid #3E454C;
    }
}

@media screen and (max-width: 980px) {
	.novinkaDatum {
		margin-right: 10px;
	}
	
	h1,
	h2,
	h2.s56,
	.novinkaDatum {
		font-size: 2.95em;
	}
	.lod980 {
        display: none;
    }
	.clear980 {
		clear: both;
	}
	#ikonky {
		display: none;
	}
	.polovicnyBlok.modra {
		width: 100%;
	}
	.polovicnyBlok {
		display: inline-block;		
		padding: 20px;
		width: 100%;
		margin: 10px 0;
	}
	.polovicnyBlok70 {
		float: none;
	}
    .centerLod2
    {
        text-align: center;
    }
	form {
		margin-left: 10px;
	}
	.w24p,
	.w33p {
		width: 95%;
	}

	table.modre tr td {
        text-align: center;
		display: table-cell;
		font-size: 90%;
	}
	table.modre img {
		/*width: 80%;*/
		width: 100px;
	}
	.contactForm td {
		width: 47%;
	}
	.contactForm td.w149px {
		width: 187px;
	}
	.contactForm td.w176px {
		width: 189px;
	}
	.contactForm td.w180px {
		width: 180px;
	}
	.contactForm td.w185px {
		width: 251px;
	}
	.contactForm td.w187px {
		width: 187px;
	}
	.contactForm td.w189px {
		width: 189px;
	}
	.contactForm td.w251px {
		width: 251px;
	}
	.contactForm td.wAuto {
		width: auto;
	}
	.contactForm td.textarea {
		width: 97%;
	}
	.button {
		height: 40px;
		line-height: 40px;
	}
	ol li {
		height: auto;
	}
	.contactForm textarea,
	.contactForm select,
	.contactForm input {
		border: 2px solid #7ecefd;
	}
	ol li {
		font-size: 20px;
	}
	
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; 
		height: 0; 
		overflow: hidden;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 800px) {
	h1,
	h2,
	h2.s56,
	.novinkaDatum {
		font-size: 2.6em;
	}
	
	table.modre tr td {
		display: table-cell;
		font-size: 90%;
	}
	table.modre img {
		/*width: 70%;*/
		width: 90px;
	}
    .modreProdukt {
        width: 32.0%;
        min-height: 250px;
    }
	.contactForm input.small {
		width: 60%;
	}
}

@media screen and (max-width: 705px) {
    .typeOff {
        width: 48%;
    }
    .productBuy {
        width: 48%;
    }
}
@media screen and (max-width: 550px) {
	
	.typeOff {
		width: 100%;
		text-align: center;
		min-height: 210px;
	}
	.typeOff img {
		width: 100%;
	}
	.productBuy {
		width: 100%;
		text-align: center;
		min-height: 210px;
	}
	.productBuy img {
		width: 100%;
	}

    .novinka p {
        min-height: 45px;
	    font-size: 18px;
	    margin-left: 100px;
    }
    .novinka .datum {
	    font-size: 32px;
	    margin-top: 5px;
	    margin-right: 13px;
    }

}

@media screen and (max-width: 480px) {
	table.modre img {
		/*width: 80%;*/
		width: 70px;
	}
    .modreProdukt {
        width: 50.0%;
        min-height: 230px;
    }
    .button.bleda {
        margin-top: 5px;
        margin-left:-9px\9;/*Only works in IE9*/
    }
    _:-ms-input-placeholder, :root .button.bleda {
        margin-left: -9px;
    }
}

 div#side
 {
	 background: url(/grafika/drak-uvod-l.png) bottom left no-repeat;
	 position: absolute;
	 width: 100%;
	 height: 100%;
 }

div#dragon
{
	width: 100%;
	height: 100%;
	background: url(/grafika/drak-uvod-p.png) bottom right no-repeat;
	position: absolute;
}

@media screen and (max-width: 1250px)
{
	div#side {
		background-image: none;
	}
}

@media screen and (max-width: 980px)
{
	div#side {
		height: auto;
	}
}

@media screen and (max-width: 860px) {

	div#dragon {
		background-position: top left;
	}

}

.expand {
	width: 100%;
	height: 100%;
}

a.listButtonSmall, a.listButtonSmallSelected, a.listButtonSmall:hover, a.listButtonSmallSelected:hover {
    color: white;
}

.biela a.listButton:hover {
    color: white;
}

.cookie-bar {
	bottom: 0;
	background: rgba(255,255,255, 0.4);
	background: white;
}

.cookie-bar table {
	color: black;
	width: 100%;
}

.cookie-bar .cookie-inner {
	padding: 10px 20px;
	border-top: 1px #25292d solid;
	border-right: 1px #25292d solid;
}

.cookie-ok span {
	background: #7ECEFD;
	border: 1px solid #3E454C;
	padding: 5px 25px;
	display: inline-block;
	text-align: center;
	color: black;
}

.cookie-ok:hover span {
	background: #9fdbff;
}

.cookie-right-placeholder {
	width: 150px;
}

@media screen and (max-width: 400px) {
	.cookie-bar .cookie-inner {
		min-height: 100px;
		border-right: none;
	}

	.cookie-right-placeholder {
		display: none;
	}

	.top
	{
		z-index: 0; /*IE compat*/
		display: none;
	}
}

.cookie-table {
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.cookie-table td {
	margin: 0;
	padding: 0;
}

.yt-pp {
	width: 20px;
	height: 20px;
	background: url("../grafika/play_pause_20.png") no-repeat top left;
	background-size: 20px 40px;
}

.yt-pp.playing {
	background-position-y: bottom;
}

.yt-pp.paused {
}

.yt-mute {
	width: 20px;
	height: 20px;
	background: url("../grafika/mute_20.png") no-repeat top left;
	background-size: 20px 40px;
}

.yt-mute.unmuted {
	background-position-y: bottom;
}

/* todo h3 for other colors */

.h3 {
	font-size: 30px;
	font-weight: 100;
	line-height: 120%;
	margin: 34px 0 25px 0;
	font-family: 'Roboto', sans-serif;
}

.gray .h3 {
	color: #fff;
}

.progressDot {
	display: inline;
	width: 4px;
	height: 4px;
	left: -2000px;
	background-color: #55a1ff;
	position: absolute;
}

.tmava .empBox {
	background-color: #747474;
}

h2.sub {
	font-size: 46px;
}

.redSVG {
	stroke: #ff0000;
	stroke-width: 30px;
	cursor: pointer;
}

.redSVG :hover {
	color: #e50000;
}