<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   /* SMUÄANJE */
   
   .objekt_meni .ski_karte {
     background: transparent url(../img/ikone/ski/icon_ticket.png) no-repeat 0px 0px !important;

   }   
   span.ski_information_length {
     background: transparent url(../img/ikone/ski/icon_length.png) no-repeat -2px 50%;
     height: 32px;     
     line-height: 32px;
   }
   span.ski_information_diff {
     background: transparent url(../img/ikone/ski/icon_diff.png) no-repeat 0 50%;
     height: 32px;     
     line-height: 32px;
   }
   span.ski_information_height {
     background: transparent url(../img/ikone/ski/icon_height.png) no-repeat 0 50%;
   }
   
   span.ski_blue {
     background: #2f71ae !important;
   }   
   span.ski_red {
     background: #cc0e0e !important;
   }   
   span.ski_black {
     background: #000 !important;
   }   
   
   .ski_information {
     font-size: 13px;
     margin-bottom: 14px;   
   }
   
   /* ikone naslov */
   
   .content_smucanje h1 span {
     color: #646464;
     font-size: 16px;
     float: right;
     font-weight: 400;
   }
   
   .content_smucanje h1 span.ski_information_length {    
     padding-left: 32px;
     background-size: 27px 24px;     
   }
   
   .content_smucanje h1 span.ski_information_height {    
     padding-left: 32px;
     background-size: 27px 24px;     
     font-size: 12px;  
     margin-left: 20px;
   }
   
   /* dolĹžina */
   
   .ski_information &gt; span.ski_information_length {
     display: inline-block;
     float: left;
     width: 40px;        
     padding-left: 32px;  
   }
   
   .ski_information &gt; div {
     overflow: hidden;  
     margin-bottom: 14px;   
   }
   
   .ski_information &gt; span {
     height: 32px;
     line-height: 32px;
   }
   
   .ski_information &gt; div &gt; span {
     width: 33.33%;
     height: 32px;
     line-height: 32px;
     float: left;
     color: #fff;
     text-align: center;
     background: #2f71ae;
   }
   
   /* viĹĄina */
   
   .ski_information &gt; span.ski_information_height {
     display: inline-block;
     float: left;    
     padding-left: 36px;    
       margin-right: 10px; 
   }
   
   .ski_information &gt; span.ski_information_height span {
     display: block;
     line-height: 16px;
   }
   
   .ski_information &gt; span.ski_information_height span:last-of-type {
     color: #838383;
   }
   
   .ski_information &gt; span.ski_information_diff {
     display: block;
     overflow: hidden;
     padding-left: 18px;        
   }
   
   /* informacije */
   
   .ski_content h3 {
     text-transform: uppercase;
     margin-top: 2em;
   }
   
   .ski_content &gt; div {
     background: #fff none repeat scroll 0 0;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       margin-right: 3px;
     
   }
   
   .ski_content table {
     border-collapse: collapse;
   }
   
   .ski_content table tr td {
     padding: 10px;
     vertical-align: center;
   }
   
   .ski_content table tr td:first-of-type {
    color: #cc0e0e;
    font-size: 18px;
    min-width: 75px;  
   }
   
    .ski_content table tr td:nth-child(2n) {
    width: 99%;
    }
   
    .ski_content table tr td:nth-child(3n) {
    font-size: 20px;
    color: #000;
    line-height: 100%;
    min-width: 110px;
    text-align: center;
    }
    
    /* proge */
    
    .ski_content .ski_difficulty &gt; div {
    line-height: 24px;  
    margin-bottom: 8px; 
    font-size: 13px;
    color: #000;  
    }
    
    .ski_content .ski_difficulty &gt; div:last-of-type {
    margin-bottom: 0;
    }
    
    .ski_content .ski_difficulty span {
    display: inline-block;
    color: #fff;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 5px;margin-right: 5px;
    }
    
    /* sedeĹžnice */
    
    .ski_content .ski_rides {
    
    }
    
    .ski_content .ski_rides &gt; div,
    .ski_content .ski_prices &gt; div {
    width: 33.33%;
    float: left;
    text-align: left;   
    }
    
    .ski_content .ski_rides &gt; div &gt; div {
    width: 85%;
    border: 1px solid #9b9b9b;    
    position: relative;
    max-width: 83px;
    }
    
    .ski_content .ski_rides &gt; div &gt; div:before {
    content: "";
    display: block;
    padding-top: 100%;
    }
    
    .ski_content .ski_rides &gt; div &gt; div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    }
    
    .ski_content .ski_rides &gt; div &gt; div span {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #9b9b9b;
    border-width: 1px 0 0 1px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #cc0e0e;
    background: #fff;
    }
    
    /* cene */
    
     .ski_content .ski_prices &gt; div span {
     display: block;  
     text-align: center;
     padding: 2px 0;  
     border-right: 1px solid transparent; 
     }
    
    .ski_content .ski_prices &gt; div span:first-of-type {
    color: #fff;
    background: #a9a9a9;
    border-color: #fff;
    }
    
    .ski_content .ski_prices &gt; div span:last-of-type {
    border-color: #a9a9a9;
    color: #cc0e0e;
    font-size: 18px;
    }
    
    .ski_content .ski_prices &gt; div:last-of-type span {
    border: 0;
    } 
  
</pre></body></html>