.info-page {
  padding:0 15px 0 15px;
}

.info-page .clear {
  clear:both;
}

.info-page .top-10{
  margin-top:10px !important;
}

.info-page p {
  line-height:22px;
  color:#555;
}

.info-page ul {
  color:#555;
  line-height:22px;
}

.info-page h1 {
  margin:0px;
  font-size:19px;
  font-weight:bold;
}

.info-page h2 {
  margin:0px 0 9px 0;
  font-size:19px;
  font-weight:normal;
}

.info-page h2 a {
  color:#333;
}

.info-page h3 {
  margin:0px 0 5px 0;
  font-size:20px;
  font-weight:normal;
}

.info-page .margin-bottom-10px {
  margin-bottom:10px;
}

.intro {
  margin:0 0 35px 0;
  padding:10px 10px 10px 13px;
  border-radius:5px;
  background:#f3f3f3;
}

.intro h1 {
  margin:0px;
}

.intro p {
  margin:0px;
}

.info-block {
  margin-bottom:25px;
  padding:0 20px 20px 20px;
  border-bottom:1px solid #eee;
}

.info-block a {
  color:#00aaee;
  text-decoration:none;
}

.info-block-no-padding-bottom {
  padding-bottom:0px;
}

.info-block figure{
  text-align: center;
}

.info-block figure img {
  max-width:100%;
}

.info-block figure figcaption {
  margin:12px 0 0 0;
  font-style:italic;
}

.info-block-no-margin-bottom {
  margin:0px;
}

.info-block-no-border-bottom {
  border-bottom:0px;
}

.info-block span.number {
  display:inline-block;
  margin:0 9px 0 0;
  padding:5px 0 0;
  float:left;
  width:30px;
  height:30px;
  font-size:14px;
  color:#fff;
  text-align:center;
  border-radius:50%;
  background:#de479c;
}

.info-block .info-comment {
  padding:20px;
  border-radius:5px;
}

.info-block .text-url {
  padding-left:13px;
}

.info-block .text-url:before {
  content: "\f054";
  font-family:Font Awesome\ 5 Pro;
  display: inline-block;
  width: 35px;
  height: 30px;
  margin-left:-13px;
  margin-top:1px;
  font-size:13px;
  clear: both;
  position: absolute;
  padding-top: 0px;
}

.info-block ul.text-url-list {
  margin:0px;
}

.info-block ul.text-url-list li {
  padding-left:13px;
}

.info-block ul.text-url-list li:before {
  content:"\f054";
  font-family:Font Awesome\ 5 Pro;
  display:inline-block;
  width:35px;
  height:30px;
  margin-left:-13px;
  margin-top:1px;
  font-size:13px;
  clear:both;
  color:#00aaee;
  position:absolute;
  padding-top:0px;
}

.info-block .bg-white {
  border:1px solid #eee;
}

.info-block .bg-grey {
  background:#f3f3f3;
}

.info-block .info-comment p {
  margin:0px;
}

.info-block .info-comment i {
  margin:0 1px 0 0;
  color:#333;
}

.info-block .info-comment p strong {
  color:#333;
}

.info-block .stars {
  margin:0 0 0 2px;
}

.info-block .stars i {
  color:#008600;
  letter-spacing:1px
}

.info-block h2 .stars {
  vertical-align:middle;  
  font-size:14px;
}

.info-block .categorie {
  margin:0 0 25px 0;
}

.info-block .legenda {
  min-height:163px;
  margin:0 0 25px 0;
  border:1px solid #eee;
  border-radius:5px;
  background:#f3f3f3;
}

.info-block .legenda-info {
  padding:15px;
}

.info-block .legenda figure{
  width:100%;
  text-align:center;
  background:#fff;
  border-radius:5px 5px 0 0;
}

.info-block .legenda figure img {
  height:60px;
  width:auto;
  margin:10px 0 10px 0;
}

.info-block .legenda h3 {
  margin:0 0 5px 0;
  font-size:14px;
  font-weight:bold;
}

.info-block .legenda p {
  margin-bottom:0px;
  font-size:13px;
  line-height:18px;
}

.info-block ul.service {
  margin:15px 0 0 0;
  font-size:14px;
  color:#555;
}

.info-block ul.check {
  margin:0 0 10px 20px;
  font-size:14px;
}

.info-block ul.check li {
  margin-bottom:5px;
}

.info-block ul.check li:last-child {
  margin-bottom:0px;
}

.info-block ul.check li:before {
  content: "\f058";
  font-family:Font Awesome\ 5 Pro;
  display: inline-block;
  width: 35px;
  height: 30px;
  margin-left:-20px;
  font-size: 14px;
  clear: both;
  position: absolute;
  padding-top: 0px;
  color: #00b900;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    margin-left: 0 !important;
    width: 100%;
    height: 100%;
}

/* table-default */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding:10px;
}

.info-page .tabel-default thead {
  background:#f3f3f3;
}

.info-page .tabel-default figure {
  width:100%;
  text-align:center;
}

.info-page .tabel-default figure img {
  width:40px;
}

.info-page .tabel-default .table>tbody>tr>td, .info-page .tabel-default .table>tbody>tr>th, .info-page .tabel-default .table>tfoot>tr>td, .info-page .tabel-default .table>tfoot>tr>th, .info-page .tabel-default .table>thead>tr>td, .info-page .tabel-default .table>thead>tr>th {
  padding:10px;
}

.info-page .tabel-default table {
  font-size:14px;
}

.info-page .tabel-default table td {
  color:#555;
  line-height:22px;
}

.info-page .tabel-default table th {
  color:#333;
}

/* table stormparaplushop */

.info-page .tabel-icons {
  margin:0 0 5px 0;
  font-size:14px;
  color:#555;
}

.info-page .tabel-icons .table th.price {
  text-align:center; 
  vertical-align:middle;
  border-left:0px solid #fff !important;
  border-right:0px solid #eee;
  border-bottom:0px solid #fff !important;
  background:#f3f3f3;
}

.info-page .tabel-icons .table th.price img {
  width:660px;
}

.info-page .tabel-icons .table tr.icons td {
  position:relative;
  background:#f3f3f3;
}

.info-page .tabel-icons .table .arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #f3f3f3;
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -12px;
  line-height: 0;
}

.info-page .tabel-icons .table .icon {
  width:100%;
  text-align:center;
}

.info-page .tabel-icons .table .icon figure {
  display:inline-block;
  margin:5px 0 8px 0;
  padding:8px;
  border:0px solid #ccc;
  border-radius:50%;
  background:#fff;
}

.info-page .tabel-icons .table .icon figure.bg-grey {
   background:#f9f9f9 !important;
}

.info-page .tabel-icons .table .icon img {
  width:40px;
  padding:0px;
}

.info-page .tabel-icons .table .icon span {
  display:block;
  font-weight:bold;
  color:#555;
  font-size:13px;
}

.info-page .tabel-icons .table span {
  font-weight:bold;
  color:#333;
}

.info-page .tabel-icons .table ul.specs {
  margin:2px 0 0 0;
}

.info-page .tabel-icons .table ul.specs li {
  padding-left:12px;
}

.info-page .tabel-icons .table ul.specs li:before {
  content: "\f101";
  font-family:Font Awesome\ 5 Pro;
  display: inline-block;
  width: 35px;
  height: 30px;
  margin-left: -11px;
  font-size: 11px;
  clear: both;
  position: absolute;
  padding-top: 2px;
  color: #000;
}

.info-page .tabel-icons .table>tbody>tr>td, .info-page .tabel-icons .table>tbody>tr>th, .info-page .tabel-icons .table>tfoot>tr>td,  .info-page .tabel-icons .table>tfoot>tr>th, .info-page .tabel-icons .table>thead>tr>td, .info-page .tabel-icons .table>thead>tr>th {
  padding:15px;
}

.info-page .tabel-icons .table th.empty {
  border-top:0px solid #fff !important;
  border-left:0px solid #fff !important;
  border-right:0px solid #eee;
  border-bottom:0px solid #fff !important;
  background:#f3f3f3 !important;
}

.info-page .tabel-icons .panel-default {
  border-color:#eee;
}

.info-page .tabel-icons .table td {
  border-left:1px solid #eee !important;
  border-bottom:0px solid #eee;
}

.info-page .tabel-icons .table>tbody>tr>td, .info-page .tabel-icons .table>tbody>tr>th, .info-page .tabel-icons .table>tfoot>tr>td, .info-page .tabel-icons .table>tfoot>tr>th, .info-page .tabel-icons .table>thead>tr>td, .info-page .tabel-icons .table>thead>tr>th {
  border-top:1px solid #eee;
}

.panel .panel-heading.margin{
  margin-bottom: 30px;
}

.info-page .panel-heading p {
  margin: 0px;
  font-size:14px;
  font-weight:normal;
}