body {
  background-image: url('../pics/bg2.jpg?xx');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
  font-size: 10rem;
  text-align: center;
}

.box1 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(200,200,200,0.9);
  margin-right: 15px;
  padding: .5rem;
  margin: 2rem;
  transition: .6s background; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 0px;
  text-align: center;
  width: 20rem;
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(51,150,161,1);
  margin-right: 15px;
  padding: .5rem;
  margin: 2rem;
  transition: .6s background; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 0px;
  text-align: center;
  width: 20rem;
}

a:hover{
    background:rgba(231,31,41,0.9);
    color: #000000;
	text-decoration: none;
	text-align: center;
}


.bg1 {
  background-image: url('../images/03.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.bg2 {
  background-image: url('../images/02.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.bg3 {
  background-image: url('../images/01.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.bg4 {
  background-image: url('../images/objednavka.png');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.blacktbg {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background:rgba(0,0,0,0.8);
  padding: 2rem;
  transition: .6s background; 
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.whitetbg {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  background:rgba(255,255,255,0.8);
  padding: 2rem;
  transition: .6s background; 
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.bordered {
	padding: 2rem;
}
.blank {
	height: 35rem;
}
.white {
	color: #ffffff;
}
.ptop{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.italic {
	font-style: italic;
}
.footer {
	background-color: #3c4855;
	color: white;
}
.justify {
	text-align: justify;
}


.tablecart {
	border: 0px;
	float: right;
	padding-right: 15px;
	margin-bottom: 15px;
}
.tablecart td {
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

.fixedContainer table td {
	border: 0px;
}
.fixedContainer {

    position: fixed;
    padding-top: 15px;
    text-align: right;
    top: 0px;
	left: 0px;
	width: 100%;
    //transform: translateX(-50%);
}
.fixedContainer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(51,150,161,1);
  margin-right: 15px;
  padding: .5rem;
  transition: .6s background; 
    -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 	text-decoration: none;
	margin-bottom: 0px;
}

.fixedContainer a:hover{
    background:rgba(200,200,200,0.9);
    color: #000000;
	text-decoration: none;
}
#contentcart {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
}
.butpos1 {
	padding-top: 28px;
	text-align: center;
}
.grey {
	background-color: #eeeeee;
	padding-top: 2em;
	padding-bottom: 2em;
}
.whitebg {
	background-color: #ffffff;
	padding-top: 2em;
	padding-bottom: 2em;
}

.circle-text {
    width:50%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #ff0000; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}
.bigbutton a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(235,16,93,1);
  margin-right: 15px;
  padding: 1rem;
  transition: .6s background; 
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 3em;
  
}

.bigbutton a:hover{
    background:rgba(200,200,200,0.9);
    color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 3em;
}