/**
 * FONTS
 */

@font-face {
    font-family: 'Expo Serif Pro';
    font-style: normal;
    font-weight: normal;
    src: local('ExpoSerifPro Regular'), local('ExpoSerifPro-Regular'), url('../fonts/Regular.woff') format('woff');
}

@font-face {
    font-family: 'Expo Serif Pro';
    font-style: normal;
    font-weight: bold;
    src: local('ExpoSerifPro Bold'), local('ExpoSerifPro-Bold'), url('../fonts/Bold.woff') format('woff');
}

@font-face {
    font-family: 'Expo Serif Pro';
    font-style: italic;
    font-weight: normal;
    src: local('ExpoSerifPro Italic'), local('ExpoSerifPro-Italic'), url('../fonts/Italic.woff') format('woff');
}

@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: normal;
    src: local('MuseoSans Regular'), local('MuseoSans-Regular'), url('../fonts/MuseoSans-300.woff') format('woff');
}

@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: bold;
    src: local('MuseoSans Bold'), local('MuseoSans-Bold'), url('../fonts/MuseoSans_700.woff') format('woff');
}

@font-face {
    font-family: 'Museo Sans';
    font-style: italic;
    font-weight: normal;
    src: local('MuseoSans Italic'), local('MuseoSans-Italic'), url('../fonts/MuseoSans-300Italic.woff') format('woff');
}

html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-family: 'Museo Sans', 'Arial', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #000000;
}

h1, h2, h3
{
	margin: 1em;
	padding: 0;
}

h1 {
	font-family: 'Expo Serif Pro';
    font-style: normal;
    font-weight: bold;
	color: #7E1945;
	text-align: left;
	margin-left: 0.5em;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 150%;
	margin-left: 1em;
}

strong
{
    font-weight: bold;
}

a
{
	color: #2980B9;
}

a:hover
{
	text-decoration: none;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li
{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span
{
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a
{
	color: #FFF;
}

ul.contact li a:before
{
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before
{
	background: #31516A;
}

ul.contact li a.icon-rss:before
{
	background: #F2600B;
}

/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,  .box2,  .box3,  .box4
{
	width: 235px;
}
 .box1,  .box2,  .box3, {
 float: left;
 margin-right: 20px;
}

.box4
{
	float: right;
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,  .boxB,  .boxC
{
	width: 300px;
}

.boxA,  .boxB
{
	float: left;
	margin-right: 50px;
}

.boxC
{
	float: right;
}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,  .tbox2
{
	width: 575px;
}

.tbox1
{
	float: left;
}

.tbox2
{
	float: right;
}

#new-header,
#wrapper {
	background-color: #F2F2F2;
    margin: 20px;
    padding: 20px;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper
{
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
}

#header
{
	position: relative;
	padding: 7em 0em;
}

#new-header {
	text-align: center;
	height: 665px;
	background-color: #fff;
}

#new-header img {
	box-shadow: silver 0px 0px 10px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
}

#logo h1
{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 1.2em;
	background: white;
	border-radius: 0px 0px 5px 5px;
}

#logo a
{
	text-decoration: none;
	color: #FFF;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
{
	position: absolute;
	top: 4em;
	right: 0;
}

#menu ul
{
	display: inline-block;
	padding: 1em 0em;
	background: #3498DB;
	border-radius: 5px;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
}

#menu li a, #menu li span
{
	padding: 1em 1.5em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.90em;
	font-weight: 600;
	color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
}

#menu .current_page_item a
{
}

#menu .icon
{
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
{
	padding: 10em 0em;
}

#banner span
{
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 2.5em;
	color: #FFF;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		padding-bottom: 5em;
	}
	
	#page h2
	{
		padding-bottom: 1.5em;
		text-transform: uppercase;
		font-size: 1.5em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
{
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
{
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
{
	overflow: hidden;
	padding: 5em 0em;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.6);
}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.9);
}

/*********************************************************************************/
/* Staff                                                                         */
/*********************************************************************************/

#staff {
    width: 1000px;
	margin: auto;
	background: #FFF;
    position: relative;
    overflow: visible;
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome-wrapper
{
	background: #E0E0E0;
	border-top: 1px solid rgba(0,0,0,.1);
}

#welcome
{
	padding: 1em 0em 1em 0em;
    width: 1000px;
    margin: auto;
}

ul.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style3 li
{
	padding: 1.6em 0em 0em 0em;
	margin: 0 0 1em 0;
}

ul.style3 p
{
	margin: 0;
}

ul.style3 a
{
	display: block;
	text-decoration: none;
	color: #2D2D2D;
}

ul.style3 a:hover
{
	text-decoration: underline;
}

ul.style3 h3
{
	padding: 1em 0em 5px 0em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 300;
}

ul.style3 .first
{
	padding-top: 0;
	background: none;
}

ul.style3 .date
{
	float: left;
	position: relative;
	width: 80px;
	height: 70px;
	margin: 0.5em 1.5em 0em 0.5em;
	padding: 20px 0em 0em 0em;
	background: #3498DB;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
}

ul.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

ul.style3 .date b
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}

ul.style3 .date a
{
	color: #FFFFFF !important;
}

ul.style3 .date a:hover
{
	text-decoration: none;
}

ul.style4
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li
{
	border-top: 1px solid rgba(0,0,0,0.1);
	line-height: 3em;
}

ul.style4 a
{
	color: #2D2D2D;
}

ul.style4 .first
{
	padding-top: 0px;
	border-top: none;
}

/******************************************************
 * ITEM GROUPS
 *****************************************************/

.group {
	margin: 1em;
	position: relative;
    overflow: visible;
}

.group .header {
	cursor: pointer;
	position: relative;
}

.group .header:hover {
	background-color: #F8FCFF;
	border-radius: 5px;
}

.activated {
	background-color: #F8FCFF;
	border-bottom: 1px solid #7E1945;
	border-radius: 5px;
}

.group .title {
	margin: 0px;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-family: 'Expo Serif Pro';
}

.group .subtitle {
	/*padding-top: 3px;*/
}

.group .number_of_items {
	right: 0em;
	top: 0em;
	position: absolute;
	float: right;
	width: 5em;
	height: 4em;
}

.number_of_items .cislo {
	font-weight: bold;
	color: #7E1945;
	text-align: center;
	font-size: 3em;
	margin-bottom: -5px;
}

.number_of_items .slovo {
	text-align: center;
	margin-bottom: 5px;
}

.letter {
	font-size: 2em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 0.6em;
	border-radius: 0px 0px 0px 0px;
	background-color: #7E1945;
	float: left;
	margin: 0em 1em 0em 0em;
	width: 2em;
}

.show_image,
.button,
.send,
.close {
	width: 100px;
    height: 20px;
	padding: 10px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px;
	font-size: 12px;
	background: #C59876; /* Old browsers */
	margin: 10px auto;
	cursor: pointer;
}

.show_image {
    width: 300px;
    float: left;
    margin-left: 115px;
}

.send {
	margin: 1em;
	width: 6em;
    float: left;
}

.message {
    float: left;
    padding-top: 2em;
}

.button {
	margin: 0em;
	width: auto;
	padding: 0.5em;
    display: inline;
    font-size: 0.8em;
}

.deactivated {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a5+0,8e8e8e+100 */
    background: rgb(165,165,165); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(165,165,165,1) 0%, rgba(142,142,142,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,165,1)), color-stop(100%,rgba(142,142,142,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(165,165,165,1) 0%,rgba(142,142,142,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(165,165,165,1) 0%,rgba(142,142,142,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(165,165,165,1) 0%,rgba(142,142,142,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(165,165,165,1) 0%,rgba(142,142,142,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
    cursor: default;
}

/******************************************************
 * ITEMS
 *****************************************************/

.item {
	border-bottom: 1px solid #eeeeee;
	padding: 1em 0em;
}

.item h3 {
	margin: 0px;
	margin-top: 3px;
}

.eshop {
	background-image: url(../images/shopping-basket-icon.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 40px;
	margin-left: 8em;
}

.eshop input {
	border: 1px solid grey;
	border-radius: 0px;
	padding: 0.5em;
	font-weight: bold;
	text-align: center;
	color: grey;
	width: 2em;
}

.eshop select {
	border: 1px solid grey;
	border-radius: 0px;
	padding: 0.5em;
	font-weight: bold;
	color: grey;
	width: 10em;	
}

.kosik {
	float: left;
}

.total {
	float: right;
	padding: 0.5em;
	font-weight: bold;
	text-align: center;
	color: #8A6B56;
}

.number {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 0.5em;
	border-radius: 5px;
	background-color: #C59876;
	float: left;
	margin: 0em 1em 0em 1em;
	width: 2em;
    visibility: hidden;
}

.galerie_item {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #eee;
    overflow: hidden;
    height: 130px;
    width: 150px;
    text-align: center;
}

.galerie_item a img {
    border-width: 0px;
}

.technicke {
    font-size: small;
    golor: grey;
    float: left;
    width: 150px;
    margin: 1em;
    margin-top: 200px;
    /*position: absolute;*/
    /*bottom: 0em;*/
    /*right: -4em;*/
}

.technicke a {
    color: grey;
}

.galerie {
	margin-left: 8em;
    position: relative;
}

.cena {
	font-weight: bold;
	color: #8A6B56;
}

.variants-selected {
	margin-top: 1em;
}

.variant-item {
	margin: 0.1em;
	border-bottom: 1px solid #7E1945;
}

.variant-item .cena,
.variant-item .remove,
.variant-item .name,
.variant-item .mnozstvi {
	float: left;
	margin-right: 1em;
	padding: 0.5em;
}

.variant-item .remove {
	width: 16px;
	height: 16px;
	background-image: url(../images/drop.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.variant-item .cena,
.variant-item .mnozstvi {
	width: 2em;
	text-align: right;
}

.variant-item .cena,
.variant-item .name {
	width: 10em;
}

.variant-item .obrazek {
	display: none;
}

/***************************************
 * OBJEDNAVKA
 **************************************/

#rekapitulace {
	margin-left: 1em;
}

#rekapitulace .kosik2 {
	border-collapse: collapse;
}

#rekapitulace .kosik2 tr th,
#rekapitulace .kosik2 tr td {
	text-align: left;
	border: 1px solid black;
	padding: 0.5em;
}

#udaje table {
	margin: 1em;
}

#udaje textarea,
#udaje input {
	border: 1px solid grey;
	border-radius: 0px;
	padding: 0.5em;
	font-weight: bold;
	color: #333;
	margin-left: 1em;
}

#udaje textarea {
	margin-left: 2em;
	width: 30em;
	height: 10em;
}

/******************************************
 * CLICK HERE BUBBLE
 ******************************************/

.bubble {
    display: none;
    cursor: pointer;
    position: absolute;
    width: 200px;
    top: 15px;
    right: -2em;
    z-index: 10000;
    padding: 0.1em;
    font-weight: bold;
    font-size: 1em;
    border: 1px solid grey;
    border-radius: 5px;
    box-shadow: silver 0px 0px 5px;
    color: white;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49c0f0+0,2cafe3+100;Blue+3D+%2311 */
    background: #49c0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
}

.bubble .text {
    float: right;
    width: 150px;
    margin-left: 10px;
}

.bubble .arrow {
    width: 32px;
    height: 32px;
    background-image: url(../images/arrow.png);
    margin-top: 5px;
    margin-left: 8px;
    float: left;
}

#penpresentation {
    display: none;
}