div.colWrap {
  display: flex;
  margin-bottom: 40px;
}
div.col-1-2a {
  flex: 1;
  padding:0px;
}
.full {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.half {
  float: left;
  width: 50%;
  margin: 0px 0px 0px 0px;
}
.triple {
  float: left;
  width: 33.33%;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 0px;
}
.col25 {
  float: left;
  width: 25%;
  margin: 0px 0px 0px 0px;
}
.col30 {
  float: left;
  width: 30%;
  margin: 0px 0px 0px 0px;
}
.col33 {
  float: left;
  width: 33.33%;
  margin: 0px 0px 0px 0px;
}
.col35 {
  float: left;
  width: 35%;
  margin: 0px 0px 0px 0px;
}
.col40 {
  float: left;
  width: 40%;
  margin: 0px 0px 0px 0px;
}
.col60 {
  float: left;
  width: 60%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.imgleft {
  float: left;
  margin: 0px 10px 20px 0px;
  border-radius: 20px;
}
.imgright {
  float: right;
  margin: 0px 0px 10px 20px;
  border-radius: 20px;
}
img.round {
  border-radius: 20px;
}
img.resp {
  width: 100%;
  height: auto
}
a {
  color: #00afed;
  text-decoration: none; 
}
a:hover {
  color: #d31822;
  text-decoration: underline; 
}
.content ol {
  padding: 10px 0px 20px 25px;
}
.content ol li {
  padding: 3px 0px 3px 0px;
}
.wrap ul {
  font-size: 0.95em;
  line-height: 1.4em;
  list-style: square;
  padding: 0px 0px 20px 20px;
}
.wrap ul li{
  padding: 3px 0px 3px 0px;
}
.wrap ul li strong{
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal 
}
p {
  font-size: 0.95em;
  line-height: 1.4em;
  padding-bottom: 10px;
}
p strong {
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  font-weight: normal     
}
hr {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 20px 0px;
}
.dark {
  color: #c91920;
}
.light {
  color: #00aeef;
}
h1 {
  float: left;
  width: 100%;
  font-family: 'montserratitalic', Tahoma, Arial, sans-serif; 
  font-size: 2.0em;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #c91920;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  background: url('../../images/bgr-hdr-slider.png') top left no-repeat;
}
h1 strong {
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif; 
}
h2 {
  float: left;
  width: 100%;
  font-family: 'montserratitalic', Tahoma, Arial, sans-serif; 
  font-size: 2.0em;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #c91920;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  background: url('../../images/bgr-hdr-slider.png') top left no-repeat;
}
h2 strong {
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif; 
}
div.strip h2 {
  background: url('../../images/bgr-hdr-strip.png') top left no-repeat;
}
h2.smaller {
  font-size: 1.8em;
  text-transform: none;
}

h3 {
  font-family: 'montserratitalic', Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2em;
  color: #00aeef;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 0px;
  background: none;
}
h3 strong {
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
}

h4 {
  font-family: 'montserratitalic', Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #00aeef;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 0px;
  background: none;
}
h4 strong {
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
}
#function h4 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}
#usage h4 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}
#why h3 {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}
#why h4 {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}
div.hpvid {
  padding-right: 20px;
}
div.hpvid img {
  width: 100%;
  height: auto;
  max-width: 489px;
}

div.row {
  float: left;
  width: 100%;
  padding: 5px 0px 5px 0px; 
}

/* BLOKY */
div#advantages {
  float: left;
  width: 100%;
  background: #00aeef;
  padding: 50px 0px 50px 0px;
  margin: 50px 0px 0px 0px; 
}
div.icons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
div.icons div.icon {
  float: left;
  width: 20%;
  text-align: center;  
}
div.icons div.icon h4 {
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif; 
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #c91920;
  background: url('../../images/bgr-hdr-icos.png') bottom center no-repeat;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
}
div.icons div.icon p {
  font-family: 'montserratitalic', Tahoma, Arial, sans-serif; 
  color: #fff;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
}
div.icons div.icon img {
  padding: 25px;
  border: 2px solid #fff;
  border-radius: 50px;
}

div#slogan {
  float: left;
  width: 100%;
  background: #00aeef;
  padding: 50px 0px 50px 0px;
  margin: 50px 0px 0px 0px; 
}
div#slogan h2 {
  float: left;
  width: 100%;
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;  
  font-size: 2.0em;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  background: none
}  


div#function  {
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 50px 0px; 
}
div#function h2 {
  padding: 20px 0px 40px 0px;
  margin: 0px 0px 0px 0px; 
}
div#function div.row {
  padding: 0px 0px 20px 50px;
  min-height: 42px; 
}
div#function div.row.one {
  background: url('../../images/ico-one.png') top left no-repeat; 
}
div#function div.row.two {
  background: url('../../images/ico-two.png') top left no-repeat; 
}
div#function div.row.thr {
  background: url('../../images/ico-three.png') top left no-repeat;  
}
div#function div.row.for {
  background: url('../../images/ico-four.png') top left no-repeat; 
}
div#function div.row.fiv {
  background: url('../../images/ico-five.png') top left no-repeat; 
}
div#function div.row h4 {
  line-height: 42px; 
}


.videoslide {
  float: right;
  width: 100%;
  padding: 0px 21px 30px 21px;
}
div.vid {
  float: left;
  width: 100%;
  text-align: center;
}
div.vid a {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}
div.vid a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.videoslide div.owl-nav div.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url('../../images/btn-prev.png') no-repeat top left;
  cursor: pointer;
  margin: -21px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: -9999; 
}
.videoslide div.owl-nav div.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url('../../images/btn-next.png') no-repeat top left;
  cursor: pointer;
  margin: -21px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: -9999;
}
.videoslide div.owl-nav div.owl-next:hover, .videoslide div.owl-nav div.owl-prev:hover {
  background-position: bottom left;
}

div#homegall {
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 50px 0px;
  border: 1px solid red; 
}


.photostripe {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  border: 1px solid blue; 
}
div.pic {
  float: left;
  width: 12.5%;
  text-align: center;
}
div.pic a {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}
div.pic a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.photostripe div.owl-nav div.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url('../../images/btn-prev.png') no-repeat top left;
  cursor: pointer;
  margin: -21px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: -9999; 
}
.photostripe div.owl-nav div.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url('../../images/btn-next.png') no-repeat top left;
  cursor: pointer;
  margin: -21px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: -9999;
}
.photostripe div.owl-nav div.owl-next:hover, .photostripe div.owl-nav div.owl-prev:hover {
  background-position: bottom left;
}

div#usage  {
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 50px 0px; 
}
div#usage div.row, div#why div.row {
  border-bottom: 1px solid #cdcdcd;
}

div#why div.wrap div.half img {
  float: right;
  padding-left: 20px;
}


div.items {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
div.items div.item {
  position: relative;
  float: left;
  width: 20%;
  padding: 0px 10px 20px 10px;
}
div.items div.item img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 240px;
}



ul.navs {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
ul.navs li {
  min-height: 50px;
  padding: 0px 0px 20px 50px;
  background: url('../../images/ico-navs.png') top left no-repeat;
}
ul.navs li a {
  float: left;
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #00aeef;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
}
div.hplsr img {
  float: left;
  width: 100%;
  max-width: 490px;
  height: auto;
}


div.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91px;
  height: 91px;
  background: url('../../images/btn-play.png') top center no-repeat;
  cursor: pointer;
  margin: -45px 0px 0px -45px;
  z-index: 6000;  
}
div.play:hover {
  background-position: bottom center;
}

div.item div.play {
  width: 44px;
  height: 44px;
  margin: -22px 0px 0px -22px;
  background-size: 44px 88px;
}

ul.mats {
  float: left;
  width: 100%;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
ul.mats li {
  float: left;
  width: 20%;
  padding: 0px 0px 20px 50px;
  
  font-family: 'montserratbold_italic', Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  line-height: 42px;
  min-height: 42px;
  background: url('../../images/ico-mats.png') top left no-repeat;
}

#map {
  float: left;
  width: 100%;
  height: 450px;
}
form#orderform {
  float: left;
  width: 100%;
  padding-top: 20px;
}
form#contactform div.long {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
form#contactform div.long div.fleft {
  float: left;
  width: 50%;
  padding-right: 10px;
}
form#contactform div.long div.fright {
  float: left;
  width: 50%;
  padding-left: 10px;
}
form#contactform div input {
  float: left;
  width: 100%;
  height: 36px;
  color: #909090;
  font-family: 'montserratmedium', Tahoma, Arial, sans-serif;
  line-height: 36px;
  border: none;
  border: 1px solid #b4b4b4;
  border-radius: 18px;
  padding: 0px 10px 0px 10px;
}
form#contactform div textarea {
  float: left;
  width: 100%;
  height: 120px;
  color: #909090;
  font-family: 'montserratmedium', Tahoma, Arial, sans-serif;
  border: none;
  border: 1px solid #b4b4b4;
  border-radius: 18px;
  margin-top: 10px;
  padding: 10px;
}
.danger {
  color: #fff;
  padding: 10px;
  background: red;
  border-radius: 20px;  
}

div#usage div.wrap div.respimg {
  float: right;
  padding-top: 40px;
  padding-left: 20px;
}
div#usage div.wrap div.respimg img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
div#why div.wrap div.respimg {
 float: right;
 padding-left: 20px;
}
div#why div.wrap div.respimg img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

h3.hod {
  font-size: 1.5em;
  color: #c01417;
}


div.priceshow {
  float: left;
  width: 100%;
  border-top: 1px solid silver;
  padding: 15px 0px 30px 0px;
}
div.priceshow div.price {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
div.priceshow div.price div.priceimgs {
  float: left;
  width: 100%;
  padding: 0px 0px 5px 0px;
}
div.priceshow div.price div.priceimgs a {
  position: relative;
  float: left;
  width: 50%;
  margin: 0px 0px 0px 0px;
}
div.priceshow div.price div.priceimgs a div.aft {
  position: absolute;
  top: 0px;
  left: 2px;
  width: 100%;
  max-width: 200px;
  height: 30px;
  line-height: 30px;
  background: rgba(60,176,239,0.6);
  color: #fff;
}
div.priceshow div.price div.priceimgs a div.bef {
  position: absolute;
  top: 0px;
  right: 2px;
  width: 100%;
  max-width: 200px;
  height: 30px;
  line-height: 30px;
  background: rgba(60,176,239,0.6);
  color: #fff;
}
div.priceshow div.price div.priceimgs a img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0px 0px 0px 2px;
}
div.priceshow div.price div.priceimgs a:first-child img {
  float: right;
  margin: 0px 2px 0px 0px;
}
div.priceshow div.price p {
  font-size: 1.1em;
}
div.priceshow div.price p span {
  color: #ca121a;
}