@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

/* CSS Document */

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

a
{
	color:#E30613;
}

a:hover
{
	color:#0190D6;
}

h1,
h2,
h3,
h4,
h5,
.h2
{
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	display: block;
	color: #E30613;
}

h1
{
	font-size: 34px;
	margin-bottom: 40px;
	line-height: 38px;
	font-weight: normal;
}

h1.wizard
{
	font-size: 30px;
}

h2
{
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 31px;
	margin-top: 30px;
}

h3
{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 23px;
	margin-top: 20px;
}

h4
{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: bold;
	color: #0190D6;
}

h5
{
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: bold;
	color: #0190D6;
}

hr,
.hr,
.hr1
{
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1B1B1;
	border-top-width: 0px;
	border-top-style: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hr1
{
	margin-top: 0px;
	margin-bottom: 0px;
}

form
{
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select
{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
	width: 100%;
	box-sizing: border-box;
}

table
{
}

table td,
table th
{
}

#---------------------------------------
{
}

.wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#---------------------------------------
{
}

#header
{
	height: 115px;
	position: relative;
}

#header .logo
{
	background-image: url(../images/logo-8.png);
	height: 93px;
	width: 206px;
	position: absolute;
	left: 0px;
	top: 11px;
	display: block;
}

/*#header ul.language
{
	position: absolute;
	left: 240px;
	top: 37px;
}

#header ul.language li a
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-bottom: 2px;
}

#header ul.language li a:hover,
#header ul.language li a.active
{
	background-color: #F2F2F2;
}

#header ul.language li a.cz
{
	background-image: url(../images/flag-cz.png);
}

#header ul.language li a.en
{
	background-image: url(../images/flag-en.png);
}

#header ul.language li a.de
{
	background-image: url(../images/flag-de.png);
}*/

#header ul.language
{
	position: absolute;
	display: none;
	z-index:20;
	right: 4px;
	top: 82px;
}

#header ul.language li
{
	display: block;
	margin-bottom: 4px;
}

#header ul.language li a
{
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	background-color: #333;
	box-sizing: border-box;
	text-align: center;
	padding: 16px 10px;
	width: 41px;
	line-height: 11px;
}

#header ul.language li a.hide
{
	display: none;
}

#header ul.language li a:hover,
#header ul.language li a.active
{
	background-color: #0190D6;
	color: #FFF;
}

#header .searchBox
{
	position: absolute;
	right: 230px;
	top: 37px;
	background-color: #FFF;
	height: 41px;
	width: 250px;
	border: 3px solid #DDD;
	box-shadow: inset 1px 1px 4px #EEE;
}

#header .searchBox #search
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	width:200px;
}

#header .searchBox #buttonSearch
{
	position: absolute;
	top: 7px;
	right: 7px;
}

#header .socialBox
{
	position: absolute;
	top: 37px;
	right: 0;
}

#header .socialBox a
{
	display: inline-block;
	height: 41px;
	width: 41px;
	background-color: #999;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 4px;
	/* [disabled]border: 1px solid #DDD;
*/
}

#header .socialBox a:hover
{
	background-color: #3C3C3B;
}

#header .socialBox a.active
{
	background-color: #555;
}

#header .socialBox .facebook
{
	background-image: url(../images/social-facebook.png);
}

#header .socialBox .google
{
	background-image: url(../images/social-gooogle.png);
}

#header .socialBox .youtube
{
	background-image: url(../images/social-youtube.png);
}

#header .socialBox .instagram
{
	background-image: url(../images/social-instagram.png);
}

#header .socialBox .wthr
{
	background-image: url(../images/social-weather.png);
}

#header .socialBox .camera
{
	background-image: url(../images/social-webcam.png);
}

#header .socialBox .twitter
{
	background-image: url(../images/social-twitter.jpg);
}

#header .socialBox .lang
{
	text-decoration: none;
	color:#FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding-top: 12px;
	text-transform: uppercase;
}

#header .socialBox .mobile
{
	display: none;
}

#header .weather
{
	position: absolute;
	top: 0px;
	right: 480px;
}

#header .webcam
{
	background-image: url(../images/webcam-icon.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 60px;
	position: absolute;
	top: 25px;
	right: 0px;
	display: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 48px;
	color: #999;
	text-decoration: none;
	line-height: 11px;
}

#---------------------------------------
{
}

#nav
{
	background-color: #E30613;
	position: relative;
}

#nav .menu
{
	font-size: 0px;
	text-align: left;
}

#nav .menu li
{
	display: inline-block;
}

#nav .menu li a
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	padding: 12px 12px;
	font-family: 'Open Sans', sans-serif;
}

#nav .menu li.home a
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	padding-right: 0px;
	padding-left: 0px;
}

#nav .menu li.back
{
	display: none;
}

#nav .menu li a:hover,
#nav .menu li.active a,
#nav .menu li.focus a
{
	background-color: #3C3C3B;
}

#nav .menu.popup
{
	background-color: #3C3C3B;
	position: absolute;
	left: 0px;
	/* [disabled]top: 40px;
*/
	z-index: 10;
	padding: 10px;
}

#nav .menu.popup li
{
	display: block;
}

#nav .menu.popup li a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 10px;
	min-width: 120px;
	/* [disabled]background-image: url(../images/menu-li.jpg);
*/
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 16px;
}

#nav .menu.popup li a:hover
{
	background-color: #E30613;
}

#nav #subMenu
{
	display: none;
}

#---------------------------------------
{
}

#pageTitle .banner.top
{
	background-color: #333;
	height: 390px;
	position: relative;
	/* [disabled]background-size: cover;
*/
	margin-bottom: 20px;
}

#pageTitle .banner.top .bannerSlide
{
	height: 390px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#pageTitle .banner.top .label
{
	background-image: url(../images/label-most-driving-h.png);
	height: 193px;
	width: 357px;
	position: absolute;
	left: 0px;
	top: 75px;
}

#bannerTitle #quickMenu
{
	position: absolute;
	top: 50px;
	right: 0px;
	width: 260px;
}

#bannerTitle #quickMenu li
{
	margin-bottom: 5px;
}

#bannerTitle #quickMenu li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: rgba(20,20,20,0.8);
	display: block;
	text-decoration: none;
	text-align: right;
	padding: 10px 18px;
	line-height: 18px;
}

#bannerTitle #quickMenu li a:hover
{
	background-color: #0090D4;
}

#---------------------------------------
{
}

#pageContent
{
	/*background-image: url(../images/sidebar-bkg-dark.jpg);*/
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
}

#pageContent .banner.top
{
	height: 200px;
}

#pageContent .banner.top .label
{
	background-image: url(../images/label-most-driving-h.png);
	height: 180px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#pageContent #sidebar
{
	color: #FFF;
	/*float: left;
	width: 290px;*/
	background-color:#333;
}

#pageContent #sidebar .label
{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 22px;
	line-height: 25px;
	word-break:break-all;
}

#pageContent #sidebar .menu.side
{
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	margin-left: 15px;
	/* [disabled]margin-right: 15px;
*/
}

#pageContent #sidebar .menu.side li a
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 11px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	font-family: 'Open Sans', sans-serif;
	line-height: 16px;
}

#pageContent #sidebar .menu.side li.level2 a
{
	font-weight: normal;
	text-transform: none;
	background-color: #4E4E4E;
	border-bottom-color: #4E4E4E;
	padding: 8px 8px;
	margin-bottom: 1px;
}

#pageContent #sidebar .menu.side li.level3 a
{
	background-color: #373737;
	border-bottom-color: #373737;
}

#pageContent #sidebar .menu.side li a:hover
{
	background-color: rgba(255,255,255,0.1);
	color: #FFF;
}

#pageContent #sidebar .menu.side li a.active
{
	background-color: #0090D4;
	color: #FFF;
}

#pageContent #sidebar .menu.side li.level2 a.active
{
	background-color: #777;
	color: #FFF;
}

#pageContent #sidebar .h2
{
	color: #CCC;
	margin-bottom: 15px;
}

#pageContent #sidebar a
{
	color: #FFF;
}

#pageContent #sidebar .news
{
	padding-bottom: 20px;
}

#pageContent #sidebar .news h3,
#pageContent #sidebar .news p.annotation
{
	height: auto;
}

#pageContent #content
{
/*float: left;
	width: 690px;*/
}

#pageContent #content .navPath
{
	margin-bottom: 2px;
}

#pageContent #content .navPath a
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: underline;
	display: inline-block;
}

#pageContent #content .navPath a:hover
{
	color: #333;
	text-decoration: underline;
}

#pageContent #content .navPath .separator
{
	background-color: #0190D6;
	display: inline-block;
	height: 6px;
	width: 6px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 5px;
	color: transparent;
}

#---------------------------------------
{
}

#pageContent.eshop
{
/*background-image: url(../images/sidebar-bkg-gray.jpg);*/
}

#pageContent.eshop #sidebar
{
	color: #333;
	background-color:transparent;
}

#pageContent.eshop #sidebar a
{
	color: #E40613;
}

#pageContent.eshop .cartBox
{
	color: #FFF;
	background-color: #0090D4;
	padding: 25px 10px;
	background-image: url(../images/cartbox-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	font-size: 11px;
}

#pageContent.eshop .cartBox.mobile
{
	display: none;
}

#pageContent.eshop #sidebar .cartBox a.buttonCart,
#pageContent.eshop .cartBox a.buttonCart
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #E40613;
	display: inline-block;
	padding: 0px 0px 0px 45px;
	margin-top: 15px;
	background-image: url(../images/cart-big.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#pageContent.eshop .cartBox a.buttonCart span
{
	background-color: #333;
	padding: 12px;
	display: inline-block;
}

#pageContent.eshop .cartBox a.buttonCart:hover span
{
	background-color: #92030B;
}

#pageContent.eshop .cartBox hr
{
	border-bottom-color: #5FBDEB;
	margin-top: 15px;
	margin-bottom: 15px;
}

#pageContent.eshop .cartBox ul
{
	margin-top: 5px;
}

#pageContent.eshop .cartBox ul li
{
	display: inline-block;
}

#pageContent.eshop #sidebar .cartBox ul li a,
#pageContent.eshop .cartBox ul li a
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

#pageContent.eshop #sidebar .cartBox ul li a:hover,
#pageContent.eshop #sidebar .cartBox ul li a.active,
#pageContent.eshop .cartBox ul li a:hover,
#pageContent.eshop .cartBox ul li a.active
{
	color: #E40613;
	background-color: #FFF;
	text-decoration: none;
}

#pageContent.eshop #sidebar #categories
{
	margin: 0px;
	padding: 20px 0px;
	list-style-position: outside;
	list-style-type: none;
	background-color: #F4F4F4;
}

#pageContent.eshop #sidebar #categories li
{
	margin: 0px;
	padding: 0px;
}

#pageContent.eshop #sidebar #categories li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 8px 10px 8px 35px;
	text-transform: uppercase;
	background-image: url(../images/menu-li-red.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#pageContent.eshop #sidebar #categories li a:hover,
#pageContent.eshop #sidebar #categories li a.active
{
	color: #09C;
	background-color: #FFF;
}

#pageContent.eshop #sidebar #categories li ul li a.active
{
	background-image: url(../images/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: 270px center;
}

#pageContent.eshop #sidebar #categories li ul
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 15px;
	padding: 0px;
}

#pageContent.eshop #sidebar #categories li ul li a
{
	font-size: 15px;
	font-weight: normal;
	background-image: none;
	padding: 6px;
}

#pageContent.eshop #sidebar #categories.tickets li a
{
	font-size: 16px;
	text-transform: none;
}

.product
{
	/*float: left;
	width: 295px;*/
	background-color: #EBEBEB;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	margin: 8px;
	position: relative;
	z-index: 2;
}

.product h3
{
	/* [disabled]font-family: "Comic Sans MS", cursive;
*/
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 17px;
	display: block;
	height: 55px;
	overflow: hidden;
	/* [disabled]text-transform: uppercase;
*/
}

.product h3 a
{
	text-decoration: none;
	color: #09C;
}

.product h3 a:hover
{
	color: #E30613;
}

.product .photo
{
	text-align: center;
	height: 180px;
	background-color: #FFF;
	background-size:contain;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.product .statusBar
{
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 5px;
}

.product .statusBar .status,
.statusBar .status
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #666;
	padding: 3px 6px;
	float: left;
	margin-right: 2px;
}

.product .statusBar .status.offer,
.statusBar .status.offer
{
	background-color: #0CF;
}

.product .statusBar .status.new,
.statusBar .status.new
{
	background-color: #FFC40F;
}

.product .description
{
	font-size: 11px;
	line-height: normal;
	height: 50px;
	overflow: hidden;
	/* [disabled]display: none;
*/
	color: #666;
}

.product .labelBar
{
	background-color: #F5F5F5;
}

.product .pad
{
	padding: 15px;
}

.product .priceBar
{
	position: relative;
	height: 48px;
}

.product .priceBar .price
{
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 12px;
}

.product .priceBar a,
#productDetail .cartAddBox .buy
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #E40613;
	display: block;
	padding: 6px 12px 6px 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	/* [disabled]background-image: url(../images/cart-small.png);
*/
	/* [disabled]background-repeat: no-repeat;
*/
	/* [disabled]background-position: 8px center;
*/
	border-width: 0px;
	border-style: none;
	cursor: pointer;
}

#productDetail .cartBox .buy
{
	background-image: url(../images/cart-small.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;
}

.product .priceBar a:hover
{
	background-color: #92030B;
}

.productCategory
{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #FFF;
	background-color: #0190D6;
	display: block;
	margin: 7px;
	/*float: left;*/
	height: 150px;
	/*width: 300px;*/
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	line-height: 32px;
}

.productCategory.small
{
	font-size: 18px;
	height: 100px;
	line-height: 20px;
}

.productCategory:hover
{
	color: #FFF;
	background-color: #E30613;
}

#productDetail .mainPhoto
{
	width: 100%;
	height: auto;
}

#productDetail .galleryProduct
{
	font-size: 0;
	text-align:center;
	margin-top: 30px;
}

#productDetail .galleryPhoto
{
	display: inline-block;
	height: 55px;
	width: 55px;
	margin: 2px;
}

#productDetail .galleryPhoto img
{
	height: auto;
	width: 100%;
}

#productDetail h1
{
	margin-bottom: 15px;
}

#productDetail .cartAddBox
{
	background-color: #f3f3f3;
	border: 1px solid #DDD;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

#productDetail .cartAddBox td
{
	padding: 5px;
}

#productDetail .cartAddBox td:nth-child(1)
{
	text-align: right;
}

#productDetail .cartAddBox td:nth-child(1) strong
{
	font-size: 16px;
	font-weight: bold;
	color: #E30613;
	line-height: 18px;
}

#productDetail .cartAddBox .pieces
{
	font-size: 16px;
	font-weight: bold;
	width: 40px;
	text-align: center;
}

#productDetail .cartAddBox .buy
{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-size: 12px;
}

#productDetail .leftCol
{
	padding-right: 20px;
}

#productDetail .leftCol #formAddToCart
{
	/* [disabled]background-color: #F7F7F7;
*/
	/* [disabled]padding: 10px;
*/
}

#productDetail .leftCol #formAddToCart h3
{
	margin-top: 20px;
}

#productDetail .rightCol
{
	float: left;
	width: 310px;
}

#productDetail .statusBar
{
	float: none;
	margin-bottom: 10px;
	left: auto;
	top: auto;
}

#---------------------------------------
{
}

.newsBar
{
	background-color: #3C3C3B;
	color: #FFF;
	position: relative;
	margin-bottom: 20px;
}

.newsBar .h2Left,
.newsBar .h2Right,
.newsBar .h2Newsfeed,
.newsBar .h2Blog
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	position: absolute;
	left: 5px;
	top: 0px;
	display: block;
	background-color: #3C3C3B;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 14px;
}

.newsBar .h2Blog
{
	left: 300px;
}

.newsBar .h2Right
{
	left: 480px;
}

.newsBar .h2Newsfeed
{
	left: 720px;
}

.newsBar .news
{
	width: 205px;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}

.newsBar .news .photo
{
	height: 120px;
	margin-bottom: 15px;
	display: block;
	background-size: cover;
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
}

.newsBar .news .annotation
{
	color: #CCC;
}

.newsBar .banner.side
{
	margin-left: 15px;
}

.newsBar .newsfeed
{
	float: left;
	width: 290px;
}

.newsBar .newsfeed a
{
	text-decoration: underline;
}

.newsBar .newsfeed .description
{
	background-color: #555;
	color: #CCC;
	display: block;
	padding: 28px 15px 15px 115px;
	height: 120px;
	margin: 0 0 20px;
	background-image: url(../images/ic_email_white_48dp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.newsBar .newsfeed #emailSubscribe
{
	margin-bottom: 10px;
	border: none;
	padding: 6px;
}

#---------------------------------------
{
}

.footerBar
{
	background-color: #e9e9e9;
	border-top: 4px solid #DDD;
}

.footerBar h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 800;
	color: #0090D4;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footerBar .events
{
	float: left;
	width: 100%;
	background-color: #dedede;
	/* [disabled]height: 340px;
*/
	font-size: 11px;
	overflow: hidden;
	text-transform: uppercase;
}

.footerBar .events .tableEvents
{
	width:100%;
	margin-bottom:15px;
}

.footerBar .events .tableEvents tr td
{
	max-width:none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footerBar .events .tableEvents tr td:nth-child(1)
{
	white-space: nowrap;
	width: 80px;
}

.footerBar .events .tableEvents tr td:nth-child(2)
{
	white-space: nowrap;
	width: 100px;
}

.footerBar .events .tableEvents tr:nth-child(2n+1) td
{
	background-color:#CCC;
}

.footerBar .events .tableEvents tr td a
{
	color: #404040;
}

.footerBar .events .tableEvents tr td a:hover
{
	color: #000;
}

.footerBar .events .tableEvents .tag
{
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	/* [disabled]border-radius: 2px;
*/
	max-width: 100px;
	overflow: hidden;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
}

#---------------------------------------
{
}

.colorBar div
{
	height: 10px;
	float: left;
}

.colorBar .gray
{
	background-color: #3C3C3B;
	width: 290px;
}

.colorBar .red
{
	background-color: #E30613;
	width: 400px;
}

.colorBar .blue
{
	background-color: #0090D4;
	width: 290px;
}

#---------------------------------------
{
}

#partners
{
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 20px;
}

#partners .label
{
	font-size: 11px;
	color: #CCC;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e9e9e9;
}

#partners .label2
{
	margin-top: 20px;
}

#partners .box
{
	background-color: #dedede;
	padding: 10px;
	text-align:left;
}

#partners .box img
{
	height:auto;
	width:158px;
	margin: 5px;
}

#partners .box p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer
{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 11px;
	color: #666;
}

#footer .copyright
{
	float: left;
	/* [disabled]background-image: url(../images/logo-small-8.jpg);
*/
	/* [disabled]background-repeat: no-repeat;
*/
	/* [disabled]background-position: left center;
*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer .address
{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
}

#---------------------------------------
{
}

.voteBox
{
	/* [disabled]margin-bottom: 40px;
*/
}

.voteBox .voteBkg
{
	background-color: #2D2D2D;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 1px;
}

.voteBox .voteLine
{
	background-color: #E30613;
	height: 15px;
}

#---------------------------------------
{
}

.content
{
	font-size: 13px;
	line-height: 19px;
}

.content a img,
.content img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* [disabled]background-color: #F4F4F4;
*/
}

.content img,
.content .photo.large
{
	max-width: 100%;
	height:auto;
}

.content iframe
{
	max-width: 100%;
}

.content .photo.large
{
	height: 250px;
	width: 350px;
	margin-bottom: 30px;
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 30px;
}

.content .gallery
{
	margin-top: 20px;
}

.content .gallery a
{
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	height: 110px;
	width: 110px;
	overflow: hidden;
}

.content .gallery a img
{
	/* [disabled]height: 110px;
*/
	/* [disabled]width: 110px;
*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content .tableBox
{
	overflow:auto;
}

.content table
{
	background-color: #FFF;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	border-top: 1px solid #E4E4E4;
}

.content table tr th,
.content table tr td
{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.content table tr th
{
	color: #FFF;
	background-color: #0190D6;
	border-bottom: 1px solid #DDD;
	border-right:1px solid #DDD;
}

.content table tr td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	background-color: #F8F8F8;
}

.content table tr td h2
{
	/* [disabled]background-color: #F3F3F3;
*/
	display: block;
	margin: 20px 0px 0px;
	padding: 6px 0px;
	font-size: 23px;
	border-bottom: 4px solid #EEE;
}

.content table.noBorder,
.content table.tableNoBorder
{
	border-top-width: 0px;
	border-top-style: none;
}

.content table.noBorder tr td,
.content table.tableNoBorder tr td
{
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.content table.table1
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.content table.table1 th
{
	text-align: left;
	font-style: normal;
	font-size: 14px;
	padding: 4px;
	background-color: #E6E6E6;
	color: #666;
}

.content table.table1 td
{
	background-color: #F9F9F9;
}

.content table.table2
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.content table.table2 th
{
	text-align: left;
	font-style: normal;
	font-size: 14px;
	padding: 4px;
	background-color: #E30613;
	color: #FFF;
	border-bottom-color: #FFF;
}

.content table.table2 td
{
	background-color: #0190D6;
	color: #FFF;
	border-bottom-color: #FFF;
}

.content table.table2 th a,
.content table.table2 td a
{
	color: #FFF;
}

.content table.table3
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
	padding: 15px;
	border-collapse: separate;
	border-spacing: 4px;
	border:0 none;
}

.content table.table3 th
{
	text-align: left;
	font-style: normal;
	font-size: 14px;
	padding: 4px;
	background-color: transparent;
	color: #666;
}

.content table.table3 td
{
	background-color: transparent;
	border:0 none;
	padding: 5px;
	vertical-align: top;
}

.content table.tableEvents
{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	border-top: 1px dotted #CCC;
}

.content table.tableEvents tr th,
.content table.tableEvents tr td
{
	border-bottom: 1px dotted #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:3px;
	padding-right:3px;
	text-align: left;
	vertical-align: top;
}

.content table.tableEvents tr td:nth-child(1),
.content table.tableEvents tr td:nth-child(2),
.content table.tableEvents tr td:nth-child(3)
{
	width: 30px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
}

.content table.tableEvents tr td:nth-child(2)
{
	width: 10px;
}

.content table.tableEvents tr td:nth-child(3)
{
	padding-right: 20px;
}

.content table.tableEvents tr td:nth-child(4)
{
	width: 90px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	white-space: nowrap;
	min-width: 100px;
	/* [disabled]max-width: 120px;
*/
}

.content table.tableEvents tr td:nth-child(5) a,
.content table.tableEvents tr td:nth-child(5) .name
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	/* [disabled]text-decoration: none;
*/
	text-transform: uppercase;
	color: #E40613;
	/* [disabled]line-height: 19px;
*/
}

.content table.tableEvents tr td:nth-child(6)
{
	text-align: right;
	white-space: nowrap;
}

.content table.tableEvents .tag
{
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 5px;
	text-align: center;
	/* [disabled]width: 70px;
*/
	display: block;
	line-height: normal;
	margin-right: 5px;
	margin-left: 5px;
}

.content table.tableEvents .button
{
	/* [disabled]width: 100px;
*/
	text-align: center;
	margin-bottom: 4px;
}

.content table.tableEvents .description
{
	font-size: 11px;
	color: #999;
	line-height: 14px;
}

.content table.tableOrder
{
	width: 100%;
	margin-bottom: 30px;
}

.content table.tableOrder th,
.content table.tableOrder td
{
	text-align: left;
	background-color: transparent;
	color: #333;
	border-width: 0px;
	border-style: none;
	padding: 5px;
}

.content table.tableOrder th
{
	width: 100px;
}

.content table.tableCart
{
	width: 100%;
	border-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 10px;
	border-top: 1px dotted #CCC;
}

.content table.tableCart tr th,
.content table.tableCart tr td
{
	border-bottom: 1px dotted #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:3px;
	padding-right:3px;
	vertical-align: middle;
	background-color: #F3F3F3;
	text-align: center;
}

.content table.tableCart tr td.textLeft
{
	text-align: left;
}

.content table.tableCart tr th
{
	background-color:#E30613;
	color: #FFF;
	text-align:center;
}

.content table.tableCart th:nth-child(1)
{
	width: 40px;
}

#---------------------------------------
{
}

.news
{
}

.news a
{
	color: #FFF;
	text-decoration: none;
}

.news a:hover
{
	text-decoration: underline;
}

.news .photo
{
	/* [disabled]background-image: url(../_temp/banner2.jpg);
*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	margin-bottom: 15px;
	display: block;
	background-size: cover;
	position: relative;
	background-color: rgba(255,255,255,0.2);
}

.news .photo .tag
{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
}

.news .photo .play
{
	background-image: url(../images/play-button.png);
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
	bottom: 0px;
}

.news h3
{
	font-size: 14px;
	line-height: 17px;
	display: block;
	height: 36px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #0090D4;
	font-weight: bold;
}

.news p.annotation
{
	color: #CCC;
	font-size: 11px;
	display: block;
	height: 64px;
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 13px;
}

.news .button
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.news .button:hover
{
	text-decoration: none;
}

#---------------------------------------
{
}

.ticketEvent
{
	margin-bottom: 20px;
}

.ticketEvent .colLeft
{
	width:350px;
	float:left;
	margin-right:25px;
}

.ticketEvent .colLeft .photo
{
	background-color:#F5F5F5;
	width:350px;
	height:220px;
	background-size:cover;
	background-repeat:no-repeat;
}

.ticketEvent .colRight
{
	width:460px;
	float:left;
}

.ticketEvent .colRight .description
{
	font-size:13px;
	line-height:17px;
	margin-bottom:20px;
}

.ticketEvent .colRight .button
{
	font-size:15px;
	line-height:normal;
	padding:10px 20px;
}

#---------------------------------------
{
}

.article
{
	margin-bottom: 20px;
}

.article .photo
{
	background-image: url(../_temp/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 170px;
	margin-bottom: 20px;
	display: block;
	background-size: cover;
	position: relative;
	float: left;
	width: 200px;
	margin-right: 20px;
	background-color: #F4F4F4;
}

.article .photo .tag
{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
}

.article .photo .play
{
	background-image: url(../images/play-button.png);
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
	bottom: 0px;
}

.article h2
{
	font-size: 18px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

.article .date
{
	font-size: 11px;
	color: #999;
}

.article p.annotation
{
	font-size: 12px;
	display: block;
	line-height: 14px;
}

.galleries .article
{
	display: inline-block;
	height: 260px;
	width: 200px;
	overflow:hidden;
	padding: 10px;
	text-align: center;
}

.galleries .article .photo
{
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
}

.galleries .article h2
{
	font-size: 15px;
	line-height: 18px;
}

.article .annotation
{
	display: none;
}

#---------------------------------------
{
}

.paginator
{
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.paginator span
{
	font-size: 11px;
	color: #666;
	display: inline-block;
	margin-right: 10px;
}

.paginator a
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #0190D6;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.paginator a.active,
.paginator a:hover
{
	background-color: #E30613;
}

#---------------------------------------
{
}

ul.menu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

ul.menu li
{
	margin: 0px;
	padding: 0px;
}

ul.tabs
{
	margin: 0px 0px 20px;
	padding: 0px;
	border-bottom: 8px solid #E40613;
	list-style-position: outside;
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
}

ul.tabs li
{
	display: inline-block;
}

ul.tabs li a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	padding: 8px 20px;
	margin-right: 1px;
	display: inline-block;
	line-height: normal;
}

ul.tabs li a:hover
{
	background-color: #666;
}

ul.tabs li a.active,
ul.tabs li a.active:hover
{
	background-color: #E40613;
}

ul.tabs.small
{
	border-bottom: 8px solid #E40613;
	margin-bottom: 0px;
}

ul.tabs.small li a
{
	font-size: 13px;
	padding: 10px 12px;
	margin-right: 2px;
	text-transform: uppercase;
	line-height: 18px;
	box-sizing: border-box;
}

ul.tabs.small li a span
{
	color: rgba(255,255,255,0.5);
}

ul.tabs.sub
{
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding: 0px;
	margin: 0px;
}

ul.tabs.sub li a
{
	font-size: 11px;
	padding: 6px 6px;
	margin-right: 4px;
	line-height: 15px;
	box-sizing: border-box;
	margin-bottom: 4px;
	/* [disabled]width: 245px;
*/
	color: #000;
	background-color: #F4F4F4;
	text-transform: uppercase;
	border: 1px solid #DDD;
}

ul.tabs.sub li a:hover,
ul.tabs.sub li a.active
{
	background-color: #FFF;
	color: #E40613;
	/* [disabled]border: 1px solid #FFF;
*/
	font-weight: bold;
}

ul.tabs.sub li a span
{
	color: rgba(0,0,0,0.4);
}

ul.tabs.sub.sub2
{
	border-top: 1px solid #E40613;
}


ul.tabs.sub.sub2 li a
{
	border:0 none;
	padding: 6px 10px;
	text-transform: none;
}

ul.tabs.sub.sub2 li a.active
{
	background-color: #E40613;
	color: #FFF;
	font-weight: bold;
}

ul.tabs.sub li a.active span
{
	color: #FFF;
}

input.pieces
{
	width: 50px;
	text-align: center;
}

.subtabsBox
{
	background-color: #F4F4F4;
	padding: 12px;
}

.message1
{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #97BE0E;
	padding: 15px 15px 15px 50px;
	background-image: url(../images/cart-small.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family: 'Roboto', sans-serif;
}

.message1 a
{
	color: #FFF;
}

.message2
{
	font-size: 13px;
	font-weight: bold;
	background-color: #F3F3F3;
	padding: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border: 1px solid #DDD;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 50px;
}

.banner
{
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #EAEAEA;
	display: block;
	position: relative;
	background-size: cover;
}

.banner.side
{
	height: 340px;
	width: 290px;
	float: left;
}

.cameraLoading
{
	background-image: url(../images/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100px;
	background-color:#EEE;
}

.tag.autodrom
{
	background-color: #ff0000;
	color: #FFF;
}

.tag.eventy
{
	background-color: #9900cc;
	color: #FFF;
}

.tag.polygon
{
	background-color: #198c94;
	color: #FFF;
}

.tag.zavody
{
	background-color: #0090d4;
	color: #FFF;
}

.tag.kurzy
{
	background-color: #50c900;
	color: #FFF;
}

.tag.autodrom.reservation
{
	background-color: #ff6600;
}

#popupBanner
{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index:20;
}

#popupBanner #popupBannerBox
{
	width: 800px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 10px #000;
	/* [disabled]display: inline-block;
*/
	text-align: center;
}

#popupBanner #popupBannerBox #bannerClose
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #E4001B;
	display: block;
	position: absolute;
	top: -20px;
	right: -15px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
}

#popupBanner #popupBannerBox #bannerClose:hover
{
	background-color: #F00;
}

#popupBanner #popupBannerBox div
{
	/* [disabled]background-color: #FFF;
*/
}

.bkgWinterLeft
{
	background-image: url(../images/bkg-winter-right.jpg);
	background-repeat: repeat-y;
	background-position: left -220px;
	background-attachment: fixed;
}

.bkgWinterLeft .bkgWinterRight
{
	background-image: url(../images/bkg-winter-left.jpg);
	background-repeat: repeat-y;
	background-position: right -60px;
	background-attachment: fixed;
}

.linkBlue
{
	color: #0090D4;
}

.button,
.buttonbig,
p.buttonbig a
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	display: inline-block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12px;
	-webkit-appearance:none;
}

p.buttonbig
{
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	color: inherit;
	text-decoration: none;
	background-color: inherit;
	padding-top: inherit;
	padding-right: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	display: inherit;
	border: 0px none;
	line-height: auto;
}

.button:hover
{
	color: #FFF;
	cursor: pointer;
}

.button.small
{
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.button.red
{
	background-color: #E40613;
	color:#FFF;
}

a.buttonbig,
p.buttonbig a
{
	font-family:'Roboto', sans-serif;
	font-size: 17px;
	padding:16px 20px 16px 40px;
	margin-right:4px;
	margin-bottom:4px;
	background-color: #E40613;
	color:#FFF;
	background-image: url(../images/ic_chevron_right_white_24dp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

a.buttonbig:hover,
p.buttonbig a:hover
{
	background-color: #333;
	color:#FFF;
}

a.buttonTile,
p.buttonTile a
{
	font-family:'Roboto', sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding:20px;
	margin-right:4px;
	margin-bottom:4px;
	background-color: #0090d4;
	text-decoration: none;
	color:#FFF;
	display: inline-block;
	float: left;
	height: 150px;
	width: 200px;
}

a.buttonTile:hover,
p.buttonTile a:hover
{
	background-color: #E40613;
	color:#FFF;
}

.button.blue
{
	background-color: #0090d4;
}

.button.blue2
{
	background-color: #43b8f0;
}

.button.blue2:hover
{
	background-color: #54BEF1;
}

.button.locked
{
	color: #E16464;
	background-color: #FFF;
	/* [disabled]border: 1px solid #C00;
*/
	font-size: 11px;
}

.button.arrow
{
	background-image: url(../images/button-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}

.button.buy
{
	background-image: url(../images/cart-small.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 15px;
	padding: 6px 6px 6px 26px;
}

.button.notify
{
	color: #FFF;
	background-color: #0090D4;
	font-size: 16px;
	background-image: url(../images/ic_alarm_white_24dp.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 15px 15px 15px 40px;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button.large
{
	font-size: 17px;
	padding: 15px 30px;
}

.colorGray
{
	color: #999;
}

.colorGrayLight
{
	color: #CCC;
}

.colorRed
{
	color: #C00;
}

.stroke
{
	text-decoration: line-through;
}

.bold
{
	font-weight: bold;
}

.unBold
{
	font-weight: normal;
}

.textLeft
{
	text-align: left;
}

.textCenter
{
	text-align: center;
}

.textRight
{
	text-align: right;
}

.textlarge
{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height:35px;
}

.fs10
{
	font-size: 10px;
}

.fs11
{
	font-size: 11px;
}

.fs14
{
	font-size: 14px;
}

.fs20
{
	font-size: 20px;
}

.pad15
{
	padding: 15px;
}

.pad20
{
	padding: 20px;
}

.pad30
{
	padding: 30px;
}

.pad40
{
	padding: 40px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.hide
{
	display: none;
}

.prettyDownload
{
	background-image: url(../images/ic_get_app_black_18dp.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 27px;
	width: 27px;
	box-shadow:0px 0px 1px #DDD;
	position: absolute;
	cursor: pointer;
	bottom: 7px;
	right: 55px;
	z-index: 9999;
	border:1px solid #AAA;
	background-color: #EFEFEF;
	border-radius:30px;
}

label.error
{
	font-size: 11px;
	color: #C00;
}

.clearBoth
{
	clear: both;
}
