<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*  sarga: #ffba00 , kek: #10a0c2   */  

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Georgia;
    color: #c4e5f6; /*ffba00, c4e5f6, f39801*/
    background-position: center;
    background-position: top;
    /*background-size:500px; */ /*background-size:2400px;*/
    background-repeat: repeat-x; /*background-repeat:no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
    background-image: url('/Content/Images/bg-hardlynx.jpg');    
}

footer {
    padding-bottom: 0px;
    /*margin-top: 40px;*/
    color: #479ac1;
    /*border-top: solid 1px white;*/
    border-bottom: solid 15px #1675a1;
    /*background-color: rgba(10, 31, 43, 0.75);*/
    background-color: rgba(30, 31, 33, 0.75);
}

/* intro video ------------------------------------------------------------*/
#bgvid {
    position:relative;
    top: 0px;
    left: 0px;
    /*top: 50%;
    left: 50%;*/
    /*-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    min-width: 100%;
    min-height: 100%;
    /*width: auto; 
    height: auto;*/
    z-index: -1000;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-video-place {
    position: absolute;
    top: 0px;
    left: 0px;
}
.background-video {
    height: 100%;
    width:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
}

/*#intro-player {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 100vh;
            }*/

/*#intro-player #bgvid {
              display: block;
              height: 100%;
              width: 100%;
              object-fit: cover;
            }*/

/* end of intro video ------------------------------------------------------------*/

h1 {
    color: #FFFFFF;
    /*background-color:#1675a1;
    padding:25px;
    border-top:1px solid #FFFFFF;*/
    /*background-color: rgba(30, 31, 33, 0.75); rgb(253, 172, 92); #ff9b3982*/
    /*background-color: rgba(30, 31, 33, 0.75);*/
    padding: 25px;
    /*border: 1px solid #1675a1;*/
    font-weight: bold;
    background-color: rgba(255, 153, 53, 0.70);
    border-style: none;
    border-top: 5px solid #ffffff;
    background-color: rgba(22, 117, 161, 0.78); /*0.78 0.55*/
}
h2 {
    margin-top: 20px;
    border-bottom: 1px solid #1f6585;
    padding-bottom:5px;
    color:#fdac5c;
}
h3{
    color:antiquewhite;/*antiquewhite*/
}

a{
    color:#4fbdd7;
}
a:hover
{
    color:#90d4e4;
}


.container {
            /*width:970px;            */
        }     

/* Wrapping element */
.body_place {
    width: 100%;    
    background-color: rgba(30, 31, 33, 0.75);
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    margin-top: 50px;
}
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/

    overflow: hidden; 
    min-height: 400px; 
    /*background-color: rgba(0, 0, 0, 0.55); */
    padding: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    /*.body-content {
        padding: 10;
    }*/
}


/* Flags  
----------------------------------------------------------*/
.flag 
{
    width: 30px;
    height:18px;
    border: solid 1px #ac9474;
    margin-bottom: 5px;
    margin-top: 5px;
}





/* Gallery  items
----------------------------------------------------------*/
.galleryItemsPictures 
{
    position: relative;
    margin: 10px;
    border: 1px solid #ffba00;
    width: 200px;    /*200*/   
    height: 150px;   /*150*/
    display:inline-block;
}


/* Gallery  
----------------------------------------------------------*/
.galleryPictures
{
    position: relative;
    margin: 20px;
    /*border: 1px solid #3E883C;*/
    width: 250px;    /*200*/   
    height: 170px;   /*150*/
    display:inline-block;
}
.galleryPictures img
{
    /*margin: 10px;*/
    margin-left:10px;
    border: 1px solid #ffba00;
    width: 220px;    /*200*/   
    height: 165px;   /*150*/
}
.galleryPictures .galleryName 
{
    border-color: #10a0c2 #10a0c2 #10a0c2 #10a0c2; 
    border-style: solid;
    border-width: 5px 0px 1px 0px; 
    position: absolute; 
    z-index: 1000; 
    top: 20px; 
    left: 0px;/*10*/
    background-color: rgba(0, 0, 0, 0.55); 
    padding-top:3px;
    /*padding-left: 15px; */
    width: 260px;
    color:#ffba00;
}

/* HTML page from DB*/
.htmlPagePlace 
{
    padding: 15px 20px 5px 20px;
    text-align:justify;
}


/* Product category ***************************************/
.catName
{
    background-color:#10a0c2;
    width:250px;
    margin:20px;
    padding:5px;
    color:white;
    text-align:center;
    border:1px solid #fff;
}

.catPictPlace
{
    background-color:white;
    width:250px;
    height:200px;
    border:1px solid #EAAB00;
    align-content:center;
    text-align:center;
    margin:20px;
}
.catPictPlace:hover
{
    /*background-image: url('/content/images/skidSteer_on.gif');*/
    background-color:#faf2dc;
}
.catPictPlace img
{
    vertical-align: middle;
    display: inline-block;
}
.catPictPlace:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;   
}


/* Products  
----------------------------------------------------------*/
.products, .productsAttachments, .productsSpareParts
{
    position: relative;
    margin: 25px;    
    /*width: 100%;*/    /*200*/   
    /*height: 170px;*/   /*150*/
    display:inline-block;    
    text-align:center;    
}
.products img 
{
    /*border-width: 1px 1px 0px 1px;*/
    border-style: solid;
    border-color: #10a0c2;
    width: 100%; /*350px*/
    max-width: 350px;
    height: 100%; /*150*/
    max-height: 277px;
}
.productsAttachments, .productsSpareParts
{
    position: relative;
    margin: 10px;    
    width: 200px;    /*200*/   
    /*height: 170px;*/   /*150*/
    display:inline-block;    
    text-align:center;    
}
.productsAttachments img, .productsSpareParts img
{    
    border-width: 1px 1px 1px 1px;
    border-style:solid;
    border-color: #10a0c2;    
    width: 200px;    /*200*/   
    height: 150px;   /*150*/
}

.productsPictures_NoImg
{   
    width: 220px;    /*200*/   
    height: 165px;   /*150*/
    display:inline-block;    
    background-color:#f8f8f8;
    border: 1px solid #e7e7e7;
}
.productsPictures_NoImg img
{    
    width: 49px;     
    height: 49px;
    margin-top:55px;
}


.products .productName 
{        
    z-index: 1000;     
    /*background-color:#f3b041;*/
    /*padding-left: 15px; */
    width: 100%;
    padding: 5px;
}
.products .productName a 
{
    color:antiquewhite;
    font-size:24px;
    /*color:#000;*/
}
.productsAttachments .productName, .productsSpareParts .productName
{        
    z-index: 1000;         
    padding: 5px;
}
.productsAttachments .productName a, .productsSpareParts .productName a
{
    color:antiquewhite;
    font-size:14px;
}

.productNameSpareParts
{
    color:antiquewhite;
    background-color:#10a0c2;
}


/* Products Item
----------------------------------------------------------*/
.productPictures {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.productPictures img {
    width: 250px; /*200*/
    height: 188px; /*150*/
    border: 1px solid #ffba00;
}

@media (max-width: 480px) 
{
    .productPictures {
        width: 90%;
        height: 100%;        
    }

        .productPictures img {
            width: 100%;
            height: 100%;
        }
}



.productDocuments 
{
    color:#729c7a;
}

.productMainPicturePlace, .productMainPicturePlaceAttachments 
{
    width: 100%; 
    display:inline-block; padding-left: 10px;
}
.productMainPicturePlace img
{
    width: 100%;
    /*border: 1px solid #10a0c2;*/
}
.productMainPicturePlaceAttachments img
{
    width: 100%;
    border: 1px solid #10a0c2;
}

.productMainPicturePlace_NoImg 
{
    width: 38%; display:inline-block; padding-left: 10px;

    height: 260px;

    /*border: 1px solid #e7e7e7;*/
    /*background-color:#f8f8f8;*/

    display:inline-block;    
    text-align:center;
    vertical-align:central;
}
    .productMainPicturePlace_NoImg img {
        height: 260px;
        border: 1px solid #10a0c2;
    }

.productItem_ParamName
{
    color:#ffba00;
    padding:0px 25px 0px 50px;
}

.productItem_Drawing_ValuePlace {
    display:inline-block;
    padding: 15px 0px 0px 0px;
    /*width: 100%;*/
    /*width: 200px;*/
    /*text-align: center;*/    
}
.productItem_Drawing_PicturePlace {
    display:inline-block;
    padding: 15px 0px 0px 0px;
    /*width: 100%;*/
    vertical-align:top;
    text-align: center;
    /*background-color:rebeccapurple;*/
}

.productItem_Drawing {
    padding: 0px 0px 0px 0px;
    /*width: 100%;*/
    /*width: 300px;*/
    text-align: center;    
}
 .productItem_Drawing img
{    
    
    padding:0px 0px 0px 0px;
    width: 100%;
    /*width: 700px*/
    text-align:center;
}

 .productItem_partLogos 
 {
     width:100%;    
     text-align:center 
 } 
 .productItem_partLogos_item
 {
     float:left;
     width:330px;
     padding-bottom:10px;
 }
 .productItem_partLogos img
 {    
     height:80px;
 }

/*.nakladacVerzie tbody, .nakladacVerzie tr, .nakladacVerzie table
{
    width: 100%;
    
}*/

.nakladacVerzie tr td {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: text-top;
}



/* Videos --------------------------------------------*/
.videoPlace div {
    display: inline-block;
    padding: 5px;
}




/* Navbar ------------------------------------------------------------------*/

.navbar
{
    color: #ffba00;
}

.navbar .navbar-header
{
    width:100%; height: 120px; padding-top:5px; color: #ffba00;
}

.navbar-brand img
{
    top: -25px; position: relative;
    width: 500px;/*81*/
    height: 110px;/*52*/
}
.navbar-brand .sitename
{
    line-height: 25px; margin-left:10px;
}
.navbar-brand .sitename_title
{
    font-family:Georgia; font-weight: bold; font-size: 40px;
}
.navbar-brand .sitename_title2
{
    font-family:Georgia; font-weight: bold; font-style: italic; font-size: 30px;color: #d4cbbb;
}
.navbar-brand .sitename_slogan
{
    font-family: Georgia; font-weight:bold; font-style:normal; font-size: 32px; color: #10A0C2;padding-left:10px; padding-top: 10px; top: 10px;
}

.navbar_kg {
    color: #F3B041;
    /*background-image: url('/content/images/bg_header.jpg');*/
    height: 150px;
    padding-top: 0px;
    /*background-color:black;*/    
    border-top: 15px solid #1675a1;
    /*border-bottom: 1px solid white;*/
}

#NavigationMenu
{
    bottom:100px;/*60*/
    position:relative;
}

#NavigationMenu a.selected 
{    
    border-bottom:solid 1px #10a0c2;
}   

.navbar_kg .navbar_kgMenu li a{
    /*color:#F3B041;*/
    color:#f8f8f8;

}

.navbar-default 
{
    /*background-color: rgba(0, 65, 80, 0.85); */
    background-color: rgba(30, 31, 33, 0.75); 

}
.navbar-default .navbar-brand
{
    color:#F3B041;
}

/* Dynamic item */
.navbar_kg .navbar_kgMenu li ul li
{
    list-style:none;
}
.navbar_kg .navbar_kgMenu li ul li{
    
    background-color:#10a0c2;
    width:200px;
    padding:5px;
    border:1px solid white;
}
.navbar_kg .navbar_kgMenu li ul li a
{
    color:white;    
   
}
/* end of Dynamic item */


/* Menu 2 */
.menu2Place 
{    
    width: 100%;        
    text-align:right;
    position:relative;
    bottom: 40px;
}
.menu2
{
    /*width:200px;  */
    text-align:right; 
    /*padding-right:5px;*/

    position:absolute;            
    right:0px;
    /*margin-right:8px;    */
}

.navbar_kg .menu2 li a {
    color: #479ac1; /*#10a0c2*/    
}

.menu2_itemPlace
{
    padding-left:0px;    
    vertical-align:central;
}
.menu2_title
{
    border-left:1px solid white;
    border-right:1px solid white;   
    background-color:#F3B041;
    color:white;
    font-size:20px;
    font-weight:bold;
    vertical-align:central;
    padding-left:50px;
    padding-right:50px;
    height:39px;
    width:225px;
    text-align:center;
}
.menu2_Items
{
    /*border:1px solid red;*/
    position:relative;                
    
}
.menu2_item
{    
    /*background-color:rgba(16, 160, 194, 0.49);    */
}
.menu2_item a
{        
    color:white;
    padding-right:10px;    
}
.menu2_itemSpace
{
    width:50px;
}
.menu2 tr td
{    
    padding: 5px;
}


/* Price calculator ---------------------------------------------------------- */
#MainContent_GridViewPriceCalculator img
{
    border:1px solid white;
}
.PriceCalculatorPlace
{
    padding-left: 50px;
    position:relative;
}
.PriceCalculatorSubPlace
{
    margin-left:40px;
    width:800px;
}
.tableGridView
{
    border-width: 0px;
    margin-top:20px;
    margin-left:80px;
}
.tableHeaderStyle th
{
    padding: 5px 25px 5px 25px;
    border-style:solid;
    border-bottom-color: white; 
    border-width: 0px 0px 1px 0px;
}
.tableRowStyle td
{
    padding: 5px 25px 5px 0px;
    border:0px solid white; 
}

.ddl
{   
    width:400px;
    /*display:inline-block;*/   
    margin-bottom:5px;
}

.RentTotalPricePlace
{
    /*background-color:rgba(252, 252, 252, 0.25);*/
}
.RentTotalPrice
{
    font-weight:bold;    
    margin-top:15px;
    padding:5px;    
    color:white;
    padding-left:0px;
}

.strojPicture
{
    margin-left: 40px;
    width: 170px;
    display:inline-block;
    position:relative;
    top:-20px;    
}



.btn-default
{
    background-color:#F3B041;
}
.btn-default:hover
{
    background-color:#ffba00;
}


/* product menu --------------------------------------------*/
.productMenuPlace
{
    margin-top:50px;
    margin-bottom:25px;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus
{
    background-color:#10a0c2;
    color:white;
}
.nav-tabs &gt; li &gt; a, .nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus
{    
    color:antiquewhite;
}
.nav-tabs &gt; li &gt; a:hover
{
    color:white;
    background-color:#f3b041;
}

/* product formular place --------------------------------------------*/
.productFormularPlace
{
    padding: 50px 0px 50px 25px; 
    
}




/* Responsive -------------------------------------------------------- */

#prodItemMainPictPlace {
    display: inline-block;
    width: 40%;
}

#prodItemMainDetailPlace {
    width: 58%;
    padding: 20px 15px 20px 20px;    
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}


#contactPagePlace
{
    width:40%;
    float:left;    
}
#contactFormularPlace
{
    width:60%;
    float:left;
    padding-top:65px;
}

.formMessage
{
    min-width:269px;
    /*max-width:500px;*/
}

.navbar-header .navbar-toggle{
    margin-left:3px;
    margin-right:10px;
    margin-top:13px;
}

@media (max-width: 768px) {

    .navbar_kg {
        height: 78px;
    }

    .navbar_kg .navbar_kgMenu li a {
        /*background-color:#074857;*/
        /*width:300px;*/ /*szelesseg allitas*/        
    }

    .navbar_kg .navbar_kgMenu li a:hover {
        background-color: #135b7d;
        border: none;
        font-weight:bold;
        color:wheat;
    }

    .navbar .navbar-header {
        
        /*height:60px;*/
        /*background-color:antiquewhite;*/
    }

    #NavigationMenu {
        /*background-color:#861356;*/
        width: 100%;
        bottom: 0px;
    }

    .navbar-collapse {        
        background-color: #1675a1;
        width: 100%;
        margin-left: 0px !important;
        position:absolute;
        top: 72px;
    }    
    .navbar_kg .menu2 li a {
        color:#ebe192;
    }
    

    .nav &gt; li {
        display: contents;
        width: inherit;
    }
    #NavigationMenu ul{
        width:100% !important;
    }
    .pull-right{
        float:left !important;        
    }
    .container {
        padding-right:0px;
        /*background-color:#6cc216;*/
        padding-left:0px;
    }

    .navbar-brand
    {        
        margin-top:20px;
        margin-left:15px;
        /*padding-bottom:5px;*/
    }
    .menu2Place {
        height: 90px;
        bottom: 5px;
    }
    .menu2
    {        
        text-align:left;                         
    }
    .body_place
    {
        margin-top:5px;
    }

    /*Contact page*/
    #contactPagePlace
    {
        width:100%;        
    }
    #contactFormularPlace
    {
        padding-top:5px;
        width:100%;        
    }

    /*product item page*/
    #prodItemMainPictPlace 
    {
        width: 100%;
    }
    #prodItemMainDetailPlace 
    {
        width: 100%;
    }
    
}


@media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand {
        margin-top: 20px;
    }
}

@media (max-width: 880px) 
{
    .navbar_kg {
        color: #F3B041;
        /*background-image: url('/content/images/bg_header.jpg');*/
        /*height: 80px;*/
        padding-top: 0px;
        /*background-color:black;*/
        border-top: 5px solid #1675a1;
        /*border-bottom: 1px solid white;*/
    }

        .navbar_kg .navbar_kgMenu li a {
            font-weight:normal;
        }

    /*.navbar-brand img {
        top: -40px;
        position: relative;
        width: 300px;
        height: 75px;
    }*/
    .navbar-brand .sitename_slogan
    {
        font-size: 20px;
        padding-top: 0px; top: 1px;
        position:relative;
        top: -10px;
    }
    /*.container{
        background-color:green;
    }*/
}

@media (max-width: 1000px) {
    .navbar-brand img {
        top: -40px;
        position: relative;
        width: 300px;
        height: 75px;
    }
}

@media (max-width: 500px) {
    .navbar-brand img {
        top: -33px;
        position: relative;
        width: 250px;
        height: 62px;
    }
}













    /*.navbar-custom {
  background-color: #0088cc;
  border-color: #0072ab;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#00aaff), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #00aaff, 0%, #0088cc, 100%);
  background-image: -moz-linear-gradient(top, #00aaff 0%, #0088cc 100%);
  background-image: linear-gradient(to bottom, #00aaff 0%, #0088cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aaff', endColorstr='#ff0088cc', GradientType=0);
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav &gt; li:last-child &gt; a {
  border-right: 1px solid #0072ab;
}
.navbar-custom .navbar-nav &gt; li &gt; a {
  color: #ffffff;
  border-left: 1px solid #0072ab;
}
.navbar-custom .navbar-nav &gt; li &gt; a:hover,
.navbar-custom .navbar-nav &gt; li &gt; a:focus {
  color: #c0c0c0;
  background-color: transparent;
}
.navbar-custom .navbar-nav &gt; .active &gt; a,
.navbar-custom .navbar-nav &gt; .active &gt; a:hover,
.navbar-custom .navbar-nav &gt; .active &gt; a:focus {
  color: #c0c0c0;
  background-color: #0072ab;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0072ab), to(#0094de));
  background-image: -webkit-linear-gradient(top, #0072ab, 0%, #0094de, 100%);
  background-image: -moz-linear-gradient(top, #0072ab 0%, #0094de 100%);
  background-image: linear-gradient(to bottom, #0072ab 0%, #0094de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072ab', endColorstr='#ff0094de', GradientType=0);
}
.navbar-custom .navbar-nav &gt; .disabled &gt; a,
.navbar-custom .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-custom .navbar-nav &gt; .disabled &gt; a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #0070a8;
}
.navbar-custom .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-custom .navbar-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav &gt; .open &gt; a,
.navbar-custom .navbar-nav &gt; .open &gt; a:hover,
.navbar-custom .navbar-nav &gt; .open &gt; a:focus {
  background-color: #0072ab;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav &gt; .open &gt; a .caret,
.navbar-custom .navbar-nav &gt; .open &gt; a:hover .caret,
.navbar-custom .navbar-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #c0c0c0;
    background-color: #0072ab;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}*/
</pre></body></html>