@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: 'PT Sans', sans-serif;
}
body .img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
body .clearfix {
  clear: both;
}
body nav {
  background: url(mobile/nav-bckg.jpg) repeat-x left center;
  height: 57px;
  position: relative;
}
body nav .logo {
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 154px;
  height: 24px;
  margin-left: -77px;
  background: url(mobile/logo.jpg) no-repeat center center;
  overflow: hidden;
  text-indent: -9999em;
}
body nav .nav-btn {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  background: url(mobile/nav.jpg) no-repeat;
  width: 31px;
  height: 31px;
}
body nav ul {
  list-style-type: none;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  display: none;
}
body nav ul.opened {
  display: block;
}
body nav ul li {
  height: 47px;
  line-height: 47px;
  display: block;
  width: 100%;
  background: url(mobile/nav-li-bckg.jpg) repeat-x left top;
  position: relative;
}
body nav ul li:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 15px;
  background: url(mobile/nav-arrow.jpg) no-repeat;
  right: 8px;
  top: 50%;
  margin-top: -5px;
}
body nav ul li a {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
body nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
body header {
  font-weight: 400;
  height: 53px;
  width: 100%;
  background: url(mobile/header.jpg) repeat-x center top;
  color: #767563;
  font-size: 30px;
  line-height: 53px;
  text-align: center;
}
body footer {
  color: #333;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  padding: 25px 0px;
}
body footer a {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
}
body .default-wrapper {
  background: #f5f3da;
}
body .default-wrapper a {
  display: block;
  height: 60px;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 60px;
  color: #767563;
  text-decoration: none;
  text-transform: uppercase;
}
body .default-wrapper a:hover {
  color: #767563;
  text-decoration: none;
}
body .default-wrapper a i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
body .default-wrapper a .zavolat-icon {
  background: url('mobile/phone-hp.png') no-repeat 0 0;
  width: 24px;
  height: 36px;
}
body .default-wrapper a .navigovat-icon {
  background: url('mobile/phone-hp.png') no-repeat -30px 0;
  width: 37px;
  height: 37px;
}
body .default-wrapper a .ulozit-icon {
  background: url('mobile/phone-hp.png') no-repeat -75px -6px;
  width: 33px;
  height: 25px;
}
body .default-wrapper a .mail-icon {
  background: url('mobile/phone-hp.png') no-repeat -114px 0;
  width: 37px;
  height: 36px;
}
body .mobile-form {
  padding: 0px 10px;
  font-size: 14px;
}
body .mobile-form p {
  font-size: 14px;
  padding: 0px 5px;
}
body .mobile-form dt {
  padding-left: 5px;
  font-size: 14px;
}
body .mobile-form dd {
  margin-left: 0px;
  margin-bottom: 10px;
}
body .mobile-form input[type=text],
body .mobile-form input[type=email],
body .mobile-form input[type=tel],
body .mobile-form select,
body .mobile-form textarea {
  margin: 3px auto;
  border: 1px solid #333;
  border-radius: 3px;
  height: 22px;
  line-height: 22px;
  display: block;
  width: 94%;
  padding: 0px 2.5%;
}
body .mobile-form select {
  width: 99%;
}
body .mobile-form textarea {
  min-height: 150px;
  resize: vertical;
}
body .mobile-form input[type=submit] {
  display: block;
  width: 50%;
  margin: 20px auto;
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}
body .virivky-rady-wrapper {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
body .virivky-rady-wrapper li {
  display: block;
  margin: 0px;
  padding: 0px;
}
body .virivky-rady-wrapper li a.title {
  font-family: 'PT Sans', sans-serif;
  display: block;
  height: 53px;
  line-height: 53px;
  background: url(mobile/header.jpg) repeat-x top left;
  font-size: 26px;
  color: #786c5f !important;
  text-decoration: none !important;
  padding: 0px 15px;
  position: relative;
}
body .virivky-rady-wrapper li .products {
  display: none;
}
body .virivky-rady-wrapper li .products.open {
  display: block;
}
body .virivky-rady-wrapper li .products div.item {
  border-bottom: 2px solid #e3e3e3;
  padding: 10px 0px;
  margin: 0px 10px;
}
body .virivky-rady-wrapper li .products div.item img {
  float: left;
  margin: 0px 20px;
}
body .virivky-rady-wrapper li .products div.item a.h3 {
  font-size: 15px !important;
  line-height: 22px !important;
  display: inline-block;
  background: url(mobile/arrow.png) no-repeat left center;
  width: 120px;
  height: 22px;
  background-size: 100%;
  color: #fff;
  text-decoration: none !important;
  padding: 0px 10px;
}
body p a {
  color: #7b736f;
}
body label {
  color: #7b736f;
  font-weight: bold;
}
body span.req {
  color: #f00;
  font-weight: normal;
}
body .img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
body .btns-wrapper a {
  min-height: 83px;
  height: 83px;
  color: #afabab;
  line-height: 83px;
  background: url(mobile/btn.jpg) repeat-x left top;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  padding-left: 100px;
}
body .btns-wrapper a:after {
  content: '';
  display: block;
  background: url(mobile/btn-arrow.jpg) no-repeat right center;
  width: 22px;
  height: 83px;
  position: absolute;
  right: 10px;
  top: 0px;
}
body .btns-wrapper a img {
  position: absolute;
  left: 8px;
}
body .specs p {
  color: #999;
  font-size: 12px;
  text-align: left;
  padding: 0px 15px;
}
