* {
  padding: 0px;
  margin: 0px;
  font-family: Helvetica;
  color: #2c2f58;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}


#menu {
  border-bottom: 1px solid #a09ea9;
  border-top: 9px solid #2c2f58;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: white;
}

.inside {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;  
}

input[type="text"] {
  padding: 7px;
  font-size: 20px;
  width: 100%;
}

table {
  width: 80%;
}

table td {
  padding: 5px;
  color: white;
}

#menu .rt {
  height: 30px;
  top: 0px;
  right: 0px;
  position: absolute;
  line-height: 30px;
}

#menu .rb {
  height: 30px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  line-height: 30px;
  left: 300px;
  text-align: right;
}

#logo {
  width: 232px;
  height: 72px;
  background: url('img/logo.png');
  display: block;
}

#menuico {
  display: none;
}

#altermenu {
  max-width: 400px;
  display: none;
  background-color: white;
  opacity: 0.9;
  position: absolute;
  top: 45px;
  right: 0px;
}



#menu .scroll {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  padding-left: 40px;
  padding-right: 0px;
  font-size: 18px;
}

#menu .scroll:hover {
  color: black;
}

#altermenu .scroll {
  display: block;
  padding: 5px;
  border-top: 1px solid #a09ea9;
}

.tel {
  line-height: 30px;
  margin-bottom: -5px;
  margin-left: 12px;
  margin-right: 5px;
}

.page { 
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.firstpage {
  padding-top: 120px;
}

#mainpic {
  background-image:url('img/mainpic.jpg');
  width: 100%;
  padding-bottom: 1058px;
  background-position: center;  
  background-repeat: no-repeat;  
  margin-left: auto;
  margin-right: auto; 
  margin-top: -40px;
}

#mainpic .mainclaim {
  font-size: 70px;
  position: absolute;
  top: 50px;
  color: white;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
  left: 10px;
}

#mainpic .subclaim {
  font-size: 20px;
  position: absolute;
  color: white;
  left: 10px;
  bottom: -200px;
  border: 10px solid black;
}

p {
  line-height: 24px;
  margin: 15px; 
  font-size: 17px;
}

h2 {
  margin-left: 15px;
  font-size: 30px;
}

h2.wht {
  color: white;
  position: absolute;
  top: 20px;
  left: 10px;
  
}

.specializace {
  margin-top: -140px !important;
}

h2 {
  font-size: 24px;
  line-height: 40px;
}

.break {
  clear: both;
}

.blu {
  background-color: #161A2F;
  width: 100%;
  clear: both;
  margin-top: 50px;
}

#koberec {
  background-image:url('img/koberec.jpg');
  width: 100%;
  padding-bottom: 592px;
  background-position: center;  
  background-repeat: no-repeat; 
}

.cenikform {
  background-color: #A2A3AC;
  padding: 20px;
  position: absolute;
  top: 80px;
  left: 30px;
  color: white;
  max-width: 600px;
  width: 70%;
}

input[type="submit"], div.submit {
  background-color: #293158;
  padding: 10px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  width: 135px;
}

div.submit:hover {
  opacity: 0.8;
}

.cenikform p, 
.cenikform big {
  color: white;
  margin-left: 0px;
}

.botbox {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  min-height: 50px;
  margin: 5px;
}

.botbox .scroll {
  color: white;
  padding: 5px;
  padding-left: 15px;
  cursor: pointer;
}

.botbox p, 
.botbox p a,
.botbox strong {
  color: white;
}

.botbox .scroll:hover {
  text-decoration: underline;
}

.galpic {
  width: 290px;
  height: 290px;
  display: inline-block;
  background-position: center;
  margin: 27px;
}

