<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*+---------------------------+*/
/*|     SITE GLOBAL STYLE     |*/
/*|   www.axel-sklep.com.pl   |*/
/*+--------------(c)-KondRoll-+*/



/*--------------------*/
/*       GLOBAL       */
/*--------------------*/



/*  GLOBAL INTERFACE  */

* {box-sizing: border-box;}
body {min-width: 1064px; margin: 0; background-color: #f1f1f1;}


/*  PRINT INTERFACE  */

@media print {
    .headTop   {display: none;}
    .menu      {display: none;}
	.footer    {display: none;}
	.modals    {display: none;}
	.covid19   {display: none;}
	.slideshow {display: none;}
    .border    {border: none!important;}
	.news      {margin-top: 0!important;}
	#navigator {display: none;}
    #document  {margin-top: 0px;}
	#leftDIV   {display: none!important;}
	#centerDIV {width: 100%!important; margin: 0!important;}
}


/*  MODAL INTERFACE  */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 18vw; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top: 0px;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  -moz-animation-name: animatetop;
  -moz-animation-duration: 0.4s;
  -o-animation-name: animatetop;
  -o-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@-moz-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@-o-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.modal-close {
  margin: 0;
  margin-right: 10px;
  color: white;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  /*background-color: #5cb85c;*/
  font-family: Verdana, Arial;
  font-size: 24px;
  color: white;
}

.modal-header .modal-title {
  padding-top: 10px;
  margin-left: 15px;
  padding-bottom: 10px;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}







/*--------------------*/
/*    DEFAULT VIEW    */
/*--------------------*/



/*  BODY INTERFACE  */

.headTopContent {
    margin: 0;
    min-width: 1100px;
    display: block;
    width: 100%;
    height: 15vw;
    min-height: 168px;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.websiteTitle {
    position: absolute;
    padding: 10px;
    top: 3.8vw;
    left: 50px;
    text-decoration: none;
    font-family: Courier New, Arial;
    font-size: 5.5vw;
    font-weight: bold;
    text-shadow: 0px 0px 25px #000000;
    -webkit-text-stroke: 2px #ffffff;
    -moz-text-stroke: 2px #ffffff;
    -o-text-stroke: 2px #ffffff;
    text-stroke: 2px #ffffff;
    color: #008b8b;
}

.border {
    border: 3px outset green;
    border-radius: 15px;
}

.warn {
    border: 3px solid red;
    border-radius: 6px;
}

#content {
    margin-top: 50px;
	content: "";
    display: block;
    clear: both;
}

/*showSide=0*/
.full {
    float: left;
    padding: 20px;
    width: 100%;
    top: 16px;
    margin-bottom: 16px;
}

/*showSide=1*/
.side {
    padding: 20px;
    height: auto;
    top: 16px;
    padding-bottom: 50px;
    margin-bottom: 16px;
    margin-left: 275px;
}

/*footer*/
#bottomDIV {
    float: left;
    padding: 16px;
    width: 100%;
    height: 288px;
    margin-bottom: 16px;
}

/*side*/
#leftDIV {
    top: 16px;
    padding: 3px;
    width: 260px;
    float: left;
    margin-bottom: 16px;
}

.footerInfo {
    float: left;
    width: 33.333%;
    font-family: Calibri, Arial;
    font-size: 19px;
}

.footLinks a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 6px;
    text-decoration: none;
    font-size: 17px;
    color: black;
    display: block;
    border-radius: 2px;
}

    .footLinks a:hover {
        background-color: #eee;
    }



/*  INTERFACE UI  */

.btn {
    padding: 12px;
    border-radius: 8px;
}

.btn-default {
    background: none;
    border: none;
    font-family: Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #1a73e8;
}

    .btn-default:hover {
        background-color: #d9e7ff;
        border: none;
    }

.title {
    position: fixed;
    padding: 3px;
    margin-left: 14px;
    margin-top: 3px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    border: 2px solid black;
    border-radius: 1px;
    background-color: #2a343d;
}



/*  NAVIGATION MENU  */

.headTop {
    background-color: #f1f1f1;
    padding: 0px;
    text-align: center;
}

.menu {
    position: absolute;
	background: #555;
    color: #f1f1f1;
    width: 100%;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

.topNavigate {
    overflow: hidden;
    min-width: 1100px;
    height: 50px;
    background-color: #333;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.80);
    -moz-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.80);
    -o-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.80);
    box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.80);
}

    .topNavigate a.normal {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 16px 25px;
        text-decoration: none;
        font-family: Verdana, Arial;
        font-size: 15px;
    }

    .topNavigate a.iconic {
        float: right;
        color: #f2f2f2;
        text-align: center;
        padding: 11px 21px;
        text-decoration: none;
        font-family: Verdana, Arial;
        font-size: 28px;
    }

    .topNavigate a:hover {
        background-color: #ddd;
        color: black;
    }

    .topNavigate a.active {
        background-color: #4CAF50;
        cursor: default;
		color: white;
    }

.blink {
    animation: blinker 4s linear infinite;
}

@-webkit-keyframes blinker {
    50% {
        color: #ff5252;
    }
}

@-moz-keyframes blinker {
    50% {
        color: #ff5252;
    }
}

@-o-keyframes blinker {
    50% {
        color: #ff5252;
    }
}

@keyframes blinker {
    50% {
        color: #ff5252;
    }
}



/*  COOKIE INFO  */

.cookieAlert {
    padding: 15px;
    min-width: 1100px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: Calibri, Arial;
    color: #ffffff;
}

.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 15px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.timerValue {
    margin: 0px;
    padding: 0px;
    float: right;
}



/*  LEFT SIDE DIV  */

#myInput {
    background-image: url('../../media/index/_img/searchicon.png');
    background-position: 10px 8px;
    background-repeat: no-repeat;
    width: 228px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 12px;
    margin: 10px;
    padding: 8px 35px;
}

.myUL-normal {
    list-style-type: none;
    font-family: Roboto, Arial;
    font-size: 7px;
    padding: 12px;
    margin: 12px;
}

.myUL-sub {
    list-style-type: none;
    padding: 0px;
    margin-left: 30px;
}

#myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 7px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    border-radius: 2px;
}

    #myUL li a:hover:not(.header) {
        background-color: #eee;
    }

.treeIco {
    margin-left: 3px;
    margin-right: 10px;
    font-size: 15px;
}

.keywords {
    display: none;
}



/*  ADDITIONAL STYLES  */


/* SITE: index */

/*slideshow*/
.mainSlideshow {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-top: 0%;
    padding-bottom: 50%;
}

#slideshowEmbed {
    display: block;
    width: 100%;
    padding-top: 0%;
    margin-top: 0px;
    height: 30vw;
    min-height: 338px;
    border: none;
}

/*covid-19*/
.covid19 {
    padding: 20px;
    float: left;
}

.btn-covid19 {
    float: right;
    margin-right: 12px;
}

.iconsList-covid19 {
    padding: 0px;
    width: 478px;
    float: left;
    display: inline;
	margin-top: 10px;
}

.icon-covid19 {
    float: left;
    padding: 0px;
    font-size: 33px;
    color: #363636;
}

.icontext-covid19 {
    float: left;
    padding: 0px;
    font-family: Calibri, Arial;
    font-size: 22px;
}

/*titles*/
/*1*/
#info-isntshop .isntshop {
    display: none;
}

#info-isntshop:hover .isntshop {
    display: block;
}

.isntshop {
    width: 175px;
    height: 25px;
}


/* SITE: doc/ */
#document {
    font-family: Calibri, Arial;
    font-size: 18px;
}

#navigator {
    font-size: 20px;
    font-family: Calibri Light, Arial;
}


/* SITE: galeria */

/*images*/
.image {
    float: left;
    padding: 10px;
    width: 16.65%;
}

    .image img {
        border-radius: 10px;
        float: left;
        width: 100%;
    }

@media screen and (max-width: 1600px) {
    .image {
        width: 20%;
    }
}

@media screen and (max-width: 1400px) {
    .image {
        width: 24.9%;
    }
}

@media screen and (max-width: 1200px) {
    .image {
        width: 33.2%;
    }
}


/* SITE: kontakt */

/*contact*/
.companyName {
    display: inline-block;
    font-family: Verdana, Arial;
    font-size: 22px;
    font-weight: bold;
}

.companyOwner {
    display: inline-block;
    font-family: Arial;
    font-size: 19px;
    font-style: italic;
}

.contactInfo {
    padding: 0px;
    width: 35%;
    float: left;
    display: inline-block;
}

.contactIcon {
    float: left;
    padding: 0px;
    font-size: 48px;
    color: #363636;
}

.contactText {
    float: left;
    padding: 0px;
    font-family: Calibri, Arial;
    font-size: 23px;
}

/*titles*/
/*1*/
.adres .tAdres {
    display: none;
}

.adres:hover .tAdres {
    display: block;
}

.tAdres {
    width: 95px;
    height: 25px;
}

/*2*/
.sPhone .tsPhone {
    display: none;
}

.sPhone:hover .tsPhone {
    display: block;
}

.tsPhone {
    width: 214px;
    height: 55px;
}

/*3*/
.mPhone .tmPhone {
    display: none;
}

.mPhone:hover .tmPhone {
    display: block;
}

.tmPhone {
    width: 205px;
    height: 70px;
}

/*4*/
.email .tEmail {
    display: none;
}

.email:hover .tEmail {
    display: block;
}

.tEmail {
    width: 205px;
    height: 70px;
}

/*5*/
.opentime .tOpentime {
    display: none;
}

.opentime:hover .tOpentime {
    display: block;
}

.tOpentime {
    width: 185px;
    height: 55px;
}


/* SITE: oferta/szukaj */
#search #results {
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}

#search #result {
	margin-top: 0;
    margin-bottom: 30px;
	min-width: 475px;
	max-width: 1000px;
	width: 50%;
}

#search #result .name {
	font-family: Arial, sans-serif;
	font-size: 20px;
    line-height: 1.3;
	padding-bottom: 3px;
}

#search #result .name a {
	text-decoration: none;
	color: #1a0dab;
}

#search #result .name a:hover {
	text-decoration: underline;
}

#search #result .name a:visited {
	text-decoration: none;
	color: #1a0dab;
}

#search #result .info {
	font-family: Arial, sans-serif;
	font-size: 15px;
}


/* SITE: @/ */

/*file manager ui*/
#files {
    margin-bottom: 300px;
}

.historyArrowB {
    padding: 5px;
    padding-left: 25px;
    font-size: 25px;
}

#back {
    color: #e2e2e2;
}

.historyArrowF {
    padding: 5px;
    padding-left: 40px;
    font-size: 25px;
}

#forward {
    color: #e2e2e2;
}

.elem {
    float: left;
    padding: 20px;
    padding-top: 5px;
    width: 210px;
    height: 178px;
}

.elemIco {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    display: block;
    float: left;
    font-size: 80px;
}

.folder {
    color: #ffd764;
}

.doc {
    color: #d9d9d9;
}

.elemName {
    width: 100%;
    text-align: center;
    display: block;
    font-family: Calibri Light, Arial;
    font-size: 19px;
    font-style: normal;
    text-decoration: none;
    color: #0f0f0f;
}

#path {
    display: inline-block;
    font-family: Calibri Light, Arial;
    font-size: 20px;
    margin-left: 50px;
}




/* END */</pre></body></html>