
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
};
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
};
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper{
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper li{
	height:420px;
}
.bx-wrapper .content{
	position: relative;
	padding: 50px 400px 0 0;
}
#product-slider .bx-wrapper .content{
	z-index:10;
} 
.bx-wrapper .content .text{
	width:75%;
}
.bx-wrapper .content .images{
	font-size:0;
	margin-top:15px;
}
.bx-wrapper .content .images a{
	display:inline-block;
	margin-left:9px;
	overflow:hidden;
	border-radius:3px;
}
.bx-wrapper .content .title{
	padding-bottom:5px;
	font-family:'opensans';
	color:#23aae1;
	font-size:42px;	
}
.bx-wrapper .content .text{
	color:#35383c;
	font-size:22px;
}
.bx-wrapper .content > a{
	display:block;
	height:30px;
	width:90%;
	margin-top:25px;
	font-size:0;
	color:transparent;
	background:url(../img/btn_slider_more_info.png) center top no-repeat;
}
.bx-wrapper .image{
	position: absolute;
	right: 0;
	top: 0;
	width:525px;
	height: 400px;
	line-height: 400px;
	text-align:center;
}
.bx-wrapper img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.bx-wrapper{
	position:relative;  
	height:426px;
}
.bx-controls{
	position:relative;
}
#cboxContent{
	z-index:999;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	position:absolute;
	width:100%;
	bottom: 30px;
	left:0;
	text-align: center;
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager span{
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 2px !important;
	outline: 0;
	font-size:0;
	background:url(../img/slider_pager.png) left top no-repeat;
	cursor:pointer;
}
.bx-wrapper .bx-pager span:hover, .bx-wrapper .bx-pager span.active{
	background-position:right top;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction span{
	position: absolute;
	bottom: 200px;
	margin-top: 0;
	outline: 0;
	width: 21px;
	height: 40px;
	text-indent: -9999px;
	background: url(../img/product_slider_arrows.png) left top no-repeat;
	z-index: 9999;
	cursor:pointer;
}
.bx-wrapper .bx-controls-direction .bx-prev {
	left: -60px;
}
.bx-wrapper .bx-controls-direction .bx-next {
	right: -60px;
	background-position:right top;
}
.bx-wrapper .bx-controls-direction span.disabled {
	display: none;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
};
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;top:0;background:rgba(0,0,0,0.5);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../img/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../img/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../img/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../img/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../img/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../img/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../img/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../img/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
;
/* CSS Document */
@charset "utf-8";
/* @import "reset.css"; - reset je v rámci bootstrap.min.css */

html { }
body { }
body,p,li{
	line-height:1.4;
	color:#fff;
}
body,div,h1,h2,p,li{
	font-family: 'inspira',arial,verdana;
}

.adminLink {
	position: absolute;
	top: 5px;
	right: 10px;
}

/*----- GLOBAL -----*/
h1 { margin: 0 0 20px; font-size:37px;}
h2 { margin: 0 0 15px; font-size:27px;margin-top:15px;}
h3 { margin: 0 0 10px; }
p { line-height: 1.5; margin: 0 0 10px; }
b,strong{font-weight:bold;}
a, a:active, a:visited {color:inherit;}
a:hover { text-decoration: underline; }
#content li{
	padding-left:15px;
	background:url(../img/li_arrow.png) left 6px no-repeat;
}
input,button,textarea{	outline: none;}
.italic { font-style: italic; }
.clear { clear: both; }
.f-l { float: left; }
.f-r { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.noscreen { display: none; }
.reseter { float: none; clear: both; height: 1px; width: 100%; }
.clearfix { float: none; clear: both; height: 0; width: 0; }
/*----- WRAPPER -----*/
#wrapper {
	position:relative;
  margin-top: 0;
  overflow-x:hidden;
}
#upper-bg{
	background:url(../img/bg_top.png) center top no-repeat #136098;
}

	.splashes-wrapper{
		position:relative;
	}
	.splash-left-top{
		position:absolute;
		top:0;
		left:-500px;
		background:url(../img/splash_left_top.png) center top no-repeat;
		width:503px;
		height:537px;
	}
	.splash-right-top{
		position:absolute;
		top:0;
		right:-460px;
		background:url(../img/splash_right_top.png) center top no-repeat;
		width:457px;
		height:397px;
	}
	.splash-left-bottom{
		position:absolute;
		bottom:0;
		left:-400px;
		background:url(../img/splash_left_bottom.png) center top no-repeat;
		width:383px;
		height:280px;
	}
	.splash-right-bottom{
		position:absolute;
		bottom:0;
		right:-420px;
		background:url(../img/splash_right_bottom.png) center top no-repeat;
		width:403px;
		height:429px;
	}

@media (min-width : 1801px){
	.splashes-wrapper{
		position:static;
	}
	.splash-left-top{
		position:absolute;
		top:0;
		left:0;
		background:url(../img/splash_left_top.png) center top no-repeat;
		width:503px;
		height:537px;
	}
	.splash-right-top{
		position:absolute;
		top:0;
		right:0;
		background:url(../img/splash_right_top.png) center top no-repeat;
		width:457px;
		height:397px;
	}
	.splash-left-bottom{
		position:absolute;
		bottom:0;
		left:0;
		background:url(../img/splash_left_bottom.png) center top no-repeat;
		width:383px;
		height:280px;
	}
	.splash-right-bottom{
		position:absolute;
		bottom:0;
		right:0;
		background:url(../img/splash_right_bottom.png) center top no-repeat;
		width:403px;
		height:429px;
	}
}

/*----- HEADER -----*/
#header {
	height: 145px;
}
#header #homepage{
	display:block;
	float:left;
	font-size:0;
	padding:0;
	margin:45px 0 0 0;
}
#header #motto{
	float:left;
	margin: 64px 0 0 35px;
}
#header #call-us{
	margin:5px 0;
	padding-left:440px;
	color:#136098;
	font-weight:bold;
}
#header #search {
	position: absolute;
	top: 60px;
	right: 0;
}
#header #search tr {
	float: left;
}

/*----- CONTENT -----*/
#content {padding:30px 0 0 0;}
#section { }
#section p { margin: 0 0 15px; }
#section ul,
#section ol { padding: 0 0 35px 15px; line-height: 1.5; }
#section form input[type=checkbox] { float: left; margin: 0 10px 0 0; }

/* homepage */
#homepage-text h2{
	font-size:37px;
	margin-top:0;
}
#homepage-text p{
	//width:90%;
}
#homepage-sidebox .content{
	padding: 15px 20px;
	background:#11578a; /* ie */
	background:rgba(10, 77, 126, 0.51);
	border:1px solid #16659e;
}
#homepage-sidebox{
	margin: 0 20px 0 0;
}
#homepage-sidebox h3{
	font-size:30px;
}
#homepage-sidebox p{
	margin-bottom:15px;
}
/* product slider */
#product-slider{
	margin-bottom:30px;
}
#product-slider a.view-all-products{
	display:block;
	margin:0 0 20px 0;
	margin-left:65%;
	text-align:right;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#product-slider a.view-all-products:hover{
	text-decoration:underline;
}
#product-slider .bx-wrapper{
	height: auto;
}
#product-slider .bx-wrapper li{
	height:auto;
	min-height:180px;
	padding:0;
	background:#fff;
	border-radius:4px;
	-moz-box-shadow: inset 0 0 30px #9DC0DB;
	-webkit-box-shadow: inset 0 0 30px #9DC0DB;
	box-shadow:inset 0 0 30px #9DC0DB;
}
#product-slider .bx-wrapper .content, #all-products .content{
	float:right;
	width:150px;
	padding:0 5px 0 0;
}
#product-slider .bx-wrapper .content .title, #product-slider .bx-wrapper .content .text,
#all-products .content .title, #all-products .content .text{
	width:auto;
	font-size:15px;
}
#product-slider .bx-wrapper .content .title, #all-products .content .title{
	padding: 20px 0 5px 0;
	font-size:16px;
	font-weight:bold;
	color:#136098;
	font-family:inherit;
}
#all-products .content .text{
	color:#35383c;
}
#product-slider .bx-wrapper .image-wrapper, #all-products .image-wrapper{
	float:left;
	right:auto;
	left:0;
	top:0;
}
#product-slider .bx-wrapper .image, #all-products .image{
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	width:125px;
	height:140px;
	line-height:140px;
}
#product-slider .bx-wrapper img, #all-products img{
	max-width:98%;
	max-height:98%;
	vertical-align:middle;
}
#product-slider .more-btn, #all-products .more-btn{
	display:block;
	width:76px;
	height:24px;
	margin:auto;
	margin-bottom:15px;
	font-size:0;
	color:transparent;
	background:url(../img/btn_detail.png) left top no-repeat;
}
#product-slider .bx-wrapper .bx-controls-direction span{
	bottom:70px;
}
#all-products ul{
	margin-right:-15px;
	font-size:0;
}
#all-products li{
	display:inline-block;
	width:298px;
	margin: 0 10px 20px 10px;
	padding:0;
	background: #fff;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 30px #9DC0DB;
	-webkit-box-shadow: inset 0 0 30px #9DC0DB;
	box-shadow: inset 0 0 30px #9DC0DB;
}
/* product detail */
.product-top .content .title{
	text-transform:uppercase;
}
.product-info-left{
  float:left;
  width:640px;
}
.product-info-left p{
  text-align:justify;
}
.product-info-right{
  float:right;
  width:250px;
}
.product-info-right a{
  display:block;
  width:120px;
  margin:auto;
  margin-bottom:20px;
}
.product-info-right img{
  width:120px;
  border:1px solid #7995C9;
  border-radius:3px;
}
#product_bottom_info{
	margin-top:15px;
	padding:20px 0;
	background:url(../img/bg_footer_links.png) center bottom no-repeat #105181;
}
#product_bottom_info h3{
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
#product_bottom_info li{
	list-style:none;
	background:url(../img/product_info_arrow.png) left 8px no-repeat;
	padding-left:12px;
}
#product_bottom_info th{
	padding-right:10px;
	text-align:left;
}
.price{
	width:300px;
	margin-bottom:15px;
	padding:10px 15px;
	background: #105181;
}
.price strong{
	font-size:25px;
}
/* fotogalerie stránek */
.photogallery { margin: 0 0 10px; }
.photogallery .photo { float: left; margin: 0 0 15px 30px; }

/*----- ASIDE -----*/
#aside {

}

/*----- NAVIGATION -----*/
#nav .container_16{
	height:64px;
	background:url(../img/menu_bg.png) left top no-repeat;
}
#nav .navbar-inner{
	padding: 0 5px 0 25px;
}
#nav .menu{
	float:left;
	font-size:0;
	white-space:nowrap;
}
#nav li{
	position:relative;
	display:inline-block;
	padding:0;
	margin-left:25px;
	background:none;
}
#nav li ul{
  display:none;
}
#nav li:hover ul{
  display:block;
  position: absolute;
  background: #284E77;
  z-index: 999;
  left: -15px;
  padding: 10px 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.23);
}
#nav li:first-child{
	margin-left:0
}
#nav li > a{
	display:block;
	color:#fff;
	text-decoration:none;
  height: 58px;
  line-height: 58px;
	font-size:15px;
	font-family:'opensans';
}
#nav li li{
  display:block;
  margin:0;
}
#nav li li > a{
  display:block;
  height:auto;
  line-height:1.4;
	padding: 3px 15px;
  font-size:13px;
}
#nav li li > a:hover{
  background:#316092
}
#nav #search{
	float:right;
	margin-top: 12px;
	white-space:nowrap;
}
#nav #search td, #nav #search th{
	position:relative;
	min-height:1px;
	font-size:0;
}
#nav #search .text{
	display:block;
	width: 169px;
	height: 33px;
	padding: 0 40px 0 10px;
	color:#fff;
	background:url(../img/search_bg.png) left top no-repeat;
	border:0;
}
#nav #search .btn-primary{
	position: absolute;
	display: block;
	right: 0;
	top: -33px;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 33px;
	border: 0;
	background: none;
	color: transparent;
	font-size: 0;
	cursor: pointer;
}

/*----- FOOTER -----*/
#footer {
	padding: 25px 0;
	text-align: center;
}

#footer p{
	text-align:right;
	color:#35383c;
	font-size:14px;
}
#footer h4{
	text-align:right;
	font-size:24px;
	font-weight:bold;
	color:#3bb0e3;
	text-transform:uppercase;
}
#footer p.footer-contact{
	padding-bottom:10px;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}
#footer p a{
	color:#136098;
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}
#footer-form{
	position:relative;
}
#footer-form label{
	display:none;
}
#footer-form td, #footer-form th{
	text-align:left;
	font-size:0;
}
#footer-form input[type="text"]{
	margin:0;
	padding:9px 5px;
	color:#999;
	border:1px solid #cfcfcf;
	border-radius:4px;
	margin-bottom:4px;
	width:155px;
}
#footer-form textarea{
	position: absolute;
	width:220px;
	height: 107px;
	top: 0;
	left: 180px;
	padding: 5px 5px 38px 5px;
	margin: 0;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	resize: none;
}
#footer-form input[type="text"]:focus{
	color:#494949;
}
#footer-form .btn-primary{
	position: absolute;
	bottom: 4px;
	left: 374px;
	width: 38px;
	height: 38px;
	font-size: 0;
	color:transparent;
	border: 0;
	background:url(../img/btn_send.png) left top no-repeat;
	cursor:pointer;
}
#footer-form-bubble{
	height:116px;
	background:url(../img/contact_us_bubble.png) left top no-repeat;
}
#footer-form-bubble p, #footer-form-bubble h4{
	width:120px;
	padding:0 5px;
	text-align:center;
	color:#fff;
}
#footer-form-bubble p{
	margin:0;
	padding-top:10px;
	font-size:18px;
	line-height:1.2;
}
#footer-form-bubble h4{
	width:130px;
	padding:5px 0 0 0;
	margin:0;
	font-size:18px;
	font-weight:bold;
}
/* COLORBOX */

/* Cookie bar */

.cookies {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #296fa2;
    color: white;
    text-align: center;
    bottom: 0px;
     z-index: 9999999;
}

.cookies p {
    margin: 0px;
    margin-top: 10px;
}

.btn-cookies {
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    background-color: #359dc9;
    border: none;
    cursor: pointer;
		font: 400 13.3333px inspira;
}

/* End cookie bar */

/* End of CSS Document */
;