a {
  color: #0072ff;
  text-decoration: none;
}
a:hover {
  color: #f5831f;
  text-decoration: underline;
}
sup {
  vertical-align: super;
  font-size: small;
}
ul#strankovani {
  float: right;
  list-style: none;
  margin: 15px 0px 0px 0px;
  clear: left;
}
ul#strankovani li {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 3px 0px 0px;
  background: none;
}
ul#strankovani li a {
  float: left;
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  background: #0072ff;
  border: 1px solid #0072ff;
}
ul#strankovani li a span {
  line-height: 34px;
}
ul#strankovani li a:hover {
  color: #fff;
  background: #f79128;
  border: 1px solid #f79128;
}
ul#strankovani li.active a {
  color: #fff;
  background: #f79128;
  border: 1px solid #f79128;
}
ul#strankovani li.active a:hover {
  color: #0072ff;
  background: #fff;
  border: 1px solid #fff;
}
ul#strankovani li#prev a i, ul#strankovani li#next a i {
  line-height: 34px;
}

.section ul {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.section ul li {
  font-size: 1.05em;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  color: #737373;
  font-size: 0.95em;
  padding: 0px 0px 0px 0px;
}
.full {
  float: left;
  width: 100%;
}
.half {
  float: left;
  width: 50%;
}
.third {
  float: left;
  width: 33%;
}
.col {
  float: left;
}
.col5 {
  float: left;
  width: 5%;
}
.col10 {
  float: left;
  width: 10%;
}
.col12 {
  float: left;
  width: 12%;
}
.col14 {
  float: left;
  width: 14%;
}
.col15 {
  float: left;
  width: 15%;
}
.col16 {
  float: left;
  width: 16.66%;
}
.col20 {
  float: left;
  width: 20%;
}
.col24 {
  float: left;
  width: 24%;
}
.col25 {
  float: left;
  width: 25%;
}
.col30 {
  float: left;
  width: 30%;
}
.col33 {
  float: left;
  width: 33%;
}
.col35 {
  float: left;
  width: 35%;
}
.col40 {
  float: left;
  width: 40%;
}
.col45 {
  float: left;
  width: 45%;
}
.col50 {
  float: left;
  width: 50%;
}
.col50r {
  float: right;
  width: 50%;
}
.col55 {
  float: left;
  width: 55%;
}
.col60 {
  float: left;
  width: 60%;
}
.col65 {
  float: left;
  width: 65%;
}
.col70 {
  float: left;
  width: 70%;
}
.col75 {
  float: left;
  width: 75%;
}
.col80 {
  float: left;
  width: 80%;
}
.col100 {
  float: left;
  width: 100%;
}

.verpad00 {
  padding: 0px 0px 0px 0px;
}
.verpad66 {
  padding: 60px 0px 60px 0px;
}
.verpad60 {
  padding: 60px 0px 0px 0px;
}
.verpad06 {
  padding: 0px 0px 60px 0px;
}
.verpad63 {
  padding: 60px 0px 30px 0px;
}


.imgleft {
  float: left;
  margin: 0px 20px 20px 0px;
}
.imgright {
  float: right;
  margin: 0px 0px 20px 20px;
}
img.resp {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.taleft {
  text-align: left;
}
.toright {
  float: right;
}
.rpad {
  padding-right: 30px;
}
.lpad {
  padding-left: 30px;
}

.btn {
  /*height: 42px;
  line-height: 42px;*/
  padding: 12px 20px 12px 20px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}
.btn.light {
  color: #fff;
  background: #0072ff;
}
.btn.light:hover {
  background: #f79128;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  background: #111c33;
}
.btn.dark:hover {
  background: #f79128;
  text-decoration: none;
}
.btn i {
  padding: 0px 0px 0px 30px;
}
button.btn {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

p.info {
  padding: 0px 0px 0px 0px;
}

p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  margin: 0px;
}
p strong {
  font-size: 14px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  line-height: 21px;
  padding-bottom: 20px;
}
p.btns {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 30px 0px 0px 0px;
}
p.btnscnt {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 30px 0px 0px 0px;
  text-align: center;
}
p.btnsml {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal
}
hr {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
h1, h2 {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 43px;
  background: url('../../images/bgr-heders.png') bottom left no-repeat;
}
h1, h2 {
  color: #fff;
  font-size: 40px;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
}
h1.upper, h2.upper {
  text-transform: uppercase;
}
h1 span, h2 span {
  float: left;
  width: 100%;
  color: #f79128;
  font-size: 16px;
  line-height: 20px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}
h1 strong, h2 strong {
  font-weight: normal;
  color: #0072ff;
}
.lightblue h1, .lightblue h2 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  background: none;
}
.lightblue h1 span, .lightblue h2 span {
  color: #101b33;
}

h3, h4 {
  color: #0072ff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}
h3.clear {
  text-align: center;
  padding: 0px 0px 10px 0px;
}
h4 {
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 15px 0px;
  background: none;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.items .item {
  float: left;
  width: calc(33.33% - 30px);
  margin: 0px 30px 30px 0px;
  border: 1px solid #111d34;
  background: #fff;
  transition: all 300ms linear;
}
.items .item a.mlink {
  float: left;
  width: 100%;
}
.items .item .itempic {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.items .item .itempic img {
  float: left;
  width: 100%;
  height: auto;
  transition: all 300ms linear;
  z-index: 1000;
}
.items .item .itempic .tag, .detpic .tag {
  position: absolute;
  top: 30px;
  left: 0px;
  background: #f5831f;
  color: #fff;
  font-size: 18px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  padding: 5px 15px 5px 15px;
  z-index: 2000;
}
.detpic .tag {
  top: 60px;
  left: 30px;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
}
.items .item .itemtxt {
  float: left;
  width: 100%;
  padding: 20px 20px 0px 20px;

}
.items .item .itemtxt h3 {
  color: #101c33;
  font-size: 24px;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}
.items .item .itemtxt h3 span {
  float: left;
  width: 100%;
  color: #0072ff;
  font-size: 14px;
  line-height: 24px;
}
.items .item .itemtxt p {
  color: #101c33;
  font-size: 20px;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  padding: 0px 0px 20px 0px;
}
.items .item .itemtxt p span {
  float: left;
  width: 100%;
  color: #818181;
  font-size: 13px;
  line-height: 16px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
}
.items .item .itemtxt p.btns {
  padding: 20px 0px 20px 0px;
}
.items .item a .itemtxt .col50 {
  padding-left: 35px;
  margin: 0px 0px 20px 0px;
}
.items .item a .itemtxt .col50.prod {
  background: url('../../content/icons/ico-production.png') top 5px left no-repeat;
  background-size: 24px 24px;
}
.items .item a .itemtxt .col50.powr {
  background: url('../../content/icons/ico-power.png') top 5px left no-repeat;
  background-size: 24px 24px;
}
.items .item a .itemtxt .col50.mile {
  background: url('../../content/icons/ico-milage.png') top 5px left no-repeat;
  background-size: 24px 24px;
}
.items .item a .itemtxt .col50.driv {
  background: url('../../content/icons/ico-drivetrain.png') top 5px left no-repeat;
  background-size: 24px 24px;
}
.items .item a:hover .itempic img  {
  transform: scale(1.1);
  z-index: 1000;
}
.items .item:hover {
  background: #0072ff;
}
.promo.items .item a:hover .itemtxt {
  background: #111c34;
}
.promo.items .item a:hover .itemtxt h3 {
  color: #fff;
}
.allcars.items .item a:hover .itemtxt h3 span {
  color: #fff;
}
.allcars.items .item a:hover .itemtxt p span {
  color: #fff;
}
.items .item a:hover .itemtxt p.btns button {
  background: #f79128;
}


div.prodgals {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
div.panel div.prodgals {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
div.prodgals div.prodgal {
  float: left;
  width: 14.28%;
  padding: 0px 30px 30px 0px;
}
div.prodgals div.prodgal a {
  position: relative;
  float: left;
  width: 100%;
}
div.prodgals div.prodgal img {
  width: 100%;
  height: auto;
  max-width: 200px;
}


a div.zoom, a div.play {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
a div.zoom {
  background: url('../../images/ico-zoom.png') center center no-repeat;
}
a div.play {
  background: url('../../images/ico-play.png') center center no-repeat;
}
a:hover div.zoom {
  opacity: 0.5;
}
a:hover div.play {
  opacity: 0.5;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detpic {
  position: relative;
  float: left;
  width: 60%;
  padding-left: 30px;
}
.detpic img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
.detinfo {
  position: relative;
  float: left;
  width: 40%;
  margin: 0px 0px 0px 0px;
}
.detinfo .topdet {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 30px 30px 30px;
  margin: 0px 0px 30px 0px;
  background: #0072ff;
}
.detinfo .topdet h1 {
  color: #fff;
  font-size: 30px;
  background: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.detinfo .topdet h1, .detinfo .topdet h2 {
  color: #101c33;
  font-size: 30px;
  background: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.detinfo .topdet h1 {
  margin: 0px 0px 0px 0px;
}
.detinfo .topdet p {
  margin: 0px 0px 10px 0px;
}

.detinfo .topdet hr.line {
  float: left;
  width: 100%;
  height: 1px;
  background: #fff;
  border: none;
  margin: 0px 0px 20px 0px;
}
.detinfo .topdet p a.btn {
  float: left;
}
.detinfo .topico {
  float: left;
  width: 100%;
  padding: 20px 30px 0px 30px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #818181;
}
#partdet .detinfo .topdet h1 {
  margin: 0px 0px 15px 0px;
}
#partdet .detinfo .topico {
  padding: 20px 30px 20px 30px;
}
.detinfo .topico .col50 {
  padding-left: 45px;
  margin: 0px 0px 20px 0px;
}
.detinfo .topico .col50.prod {
  background: url('../../content/icons/ico-production.png') top 8px left no-repeat;
}
.detinfo .topico .col50.powr {
  background: url('../../content/icons/ico-power.png') top 8px left no-repeat;
}
.detinfo .topico .col50.mile {
  background: url('../../content/icons/ico-milage.png') top 8px left no-repeat;
}
.detinfo .topico .col50.driv {
  background: url('../../content/icons/ico-drivetrain.png') top 8px left no-repeat;
}
.detinfo .topico .col50.colr {
  background: url('../../content/icons/ico-color.png') top 8px left no-repeat;
}
.detinfo .topico .col50.engi {
  background: url('../../content/icons/ico-volume.png') top 8px left no-repeat;
}
.detinfo .topico .col50.colr p {
  text-transform: uppercase;
}
.detinfo .topico .col50 p {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 18px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
.detinfo .topico .col50 p span {
  float: left;
  width: 100%;
  color: #818181;
  font-size: 13px;
  line-height: 24px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
}
#refers {
	background: #fff;
}
#refers h2 {
	color: #111c33;
}
div.refs {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 60px 0px 0px 0px;
  margin: -60px 0px 0px 0px;
}
div.refs .ref {
  float: left;
	padding: 40px 40px 30px 40px;
  margin: 0px 30px 0px 0px;
	color: #fff;
	background: #111c33;
}
div.refs .ref p {
  float: left;
  width: 100%;
	color: #fff;
	font-size: 14px;
}
div.refs .ref p.name {
  width: calc(100% - 70px);
}
div.refs .ref p.stars {
  color: #dfd000;
}
div.refs .ref p.shortText {
	padding: 0px 0px 30px 0px;
}
div.refs .ref span {
  float: right;
  width: 40px;
	color: #0072ff;
	font-size: 36px;
}
.slick-arrow {
  position: absolute;
  top: -50px;
  color: #fff;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: #0072ff;
}
.slick-arrow.slick-next {
  top: 0px;
  right: 0px;
}
.slick-arrow.slick-prev {
  top: 0px;
  right: 50px;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
  color: #fff;
  font-family: 'FontAwesomeSolid';
  font-size: 20px;
}
.slick-arrow.slick-next:before {
  content: "\f105";
  color: #fff;
  font-family: 'FontAwesomeSolid';
  font-size: 20px;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
  background: #111c33;
}
.slick-arrow.slick-prev:before:hover, .slick-arrow.slick-next:before:hover {
  color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0; margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
}
.slick-dots li.slick-active button {
  background: #b69e60;
}
.slick-dots li button {
  height: 10px;
  width: 10px;
  font-size: 0px;
  background: #e7e7e7;
  margin-right: 20px;
}
