﻿/*	RESETOWANIE
/*	RESETOWANIE
	------	*/

html, body, div, span, object, iframe, h5, h2, h3, h4, h1, h6, h7, h8, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, nav2, section, summary, time, mark, audio, video, ol{
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, nav2, section, audio, video {
	display: block;
}


/*		Default Layout
		
 */

/*
		Kolory:
		darker_blue:#242029;
		lighter_blue:#3B4A59;
		darker_green:#737a15 ;
		lighter_green:#737a15;
		orange:#FFA100;
*/



body {
	width: auto;
	max-width: 1100px;
	padding: 120px 48px 20px 48px;
	background: #fff;
	/*background:url(../img/paper.webp) top center repeat;*/
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family:'PT Sans', Verdana, Geneva, sans-serif;
	margin:0px auto 0px auto;
	-webkit-tap-highlight-color: rgb(255,255,158);	
	-webkit-font-smoothing: antialiased;
     
}
html{
	/*background:url(../img/greyfloral.webp) top left repeat;*/
	/*background-color: #FFF;*/
	
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23737a15' fill-opacity='0.1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
}


/* cinzel-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cinzel-v26-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


#cookie-banner {
	position:fixed;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	max-width: 1100px;
	width: auto;
	width: 100%;
	text-align:center;
	align-items:center;
	margin:0 auto 0 auto;
	padding:60px 48px 14px 48px;
	/*right:0;*/
	background:#f9f9f9;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:18px;
	font-weight: bold;
	display:none;
	z-index:9999;
	}
	
#cookie-buttony {
	margin-top:8px;
	text-align:center;
	align-items:center;
	font-size:18px;
	font-weight: bold;
	
}

#cookie-accept {
	
	font-size:17px;
	font-weight: bold;
	
}

#cookie-decline {
	margin-left:30px;
	font-size:17px;
	font-weight: bold;
	
	
}

#pasek {
	position: fixed !important;
	left: 50%;
	transform: translateX(-50%);
	margin: -120px 0 0px 0 !important;
	display: block !important;
	width: auto;
	max-width: 1100px;  /*1100 + 2x48px padding */
	padding: 5px 48px 0px 48px;
	width: 100%;
    z-index: 1060 !important;
	background: #fff;
	background-attachment: fixed;
	color:#737a15;
	font-family:'Cinzel','PT Serif', Georgia, "Times New Roman", Times, serif;
	text-align:center;
    align-items:center;
	/*margin-bottom: 50px;*/
 	line-height:0.8em;
	letter-spacing: 5px;
		

}



#pasek a{
    
	text-decoration:none;
	color:#737a15;
	font-family: 'Cinzel', serif;
	font-display: swap;
}

#pasek a:hover{
color: 	#737a15 !important;
}

#pasek img{
	width:90%;
	height:auto;
	
}



/* Styl dla całego nagłówka */
  .header {
    text-align: center;       /* Centrowanie tekstu */
   	font-family: 'Cinzel', serif;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    text-align: center;
	margin: 0;
    font-size: 3.5rem;
    color: #737a15;
	font-family: 'Cinzel', serif;    
	font-weight: bold;
	font-display: swap;
	letter-spacing: 5px;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
	white-space: nowrap;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #FFFFFF, #737a15, #FFFFFF) 1;
	
  }

  /* Drugi wiersz – adres */
  .header .address {
    margin: 0;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 2rem;
    color: #34495e;
	font-weight: bold;
	letter-spacing: 8px;
	
	
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
    margin: 0;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 1.55rem;
    color: #34495e;
	font-weight: bold;
    letter-spacing: 6px;
	
  }
  
  .header .phone a{	text-decoration: none;}


#logo{
	
	margin-top: 0px;
	margin-bottom: 25px;
    color:#737a15;
	text-align:center;
	font-size: 8em;
	line-height:0.8em;
	line-stacking-strategy:grid-height;
	letter-spacing: 5px;
	text-decoration:none;
	font-weight:light;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
	font-display: swap;
}

#logo a{
	letter-spacing: -1px;
	text-decoration:none;
	color:#737a15;
	text-align:center;
	font-style:italic;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-display: swap;
}


/* Formatowanie Linkow */
a img {border: 0;}
a {

color:#737a15;
text-decoration:underline;
font-weight:bold;
}

a:hover {	/* po najechaniu */
color:#FFA100;
text-decoration: none;
}

.home-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
	
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.15s ease;

}

.home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}


h1 {
	
	margin-top:0;
	margin-bottom:24px;
	font-size: 1.5em;
	line-height:35px;
	line-stacking-strategy:grid-height;
	text-indent:0px;
	text-align:left;
	text-decoration:none;
	/*font-style:italic;*/
	font-family:'PT Serif', Georgia, "Times New Roman", Tim;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
	font-display: swap;
}

h2 {
	margin-top:0;
	margin-bottom:24px;
	font-size: 1.35em;
	line-height:35px;
	line-stacking-strategy:grid-height;
	text-indent:0px;
	text-decoration:none;
	font-family:'PT Serif', Georgia, "Times New Roman", Tim;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
	font-display: swap;
	letter-spacing: -1px;
}

h3 {
	font-size: 24px;
	line-height: 35px;
	letter-spacing: -1px;
	margin-bottom:24px;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
}


h4 {
	color:#737a15;
	font-size:24px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 24px;
	font-family:'PT Serif', 'Georgia', 'Times New Roman', 'Tim';
	text-align:center;
	font-display: swap;

	}
	
	


h5 {
	font-size: 24px;
	line-height: 35px;
	letter-spacing: -1px;
	margin-bottom:24px;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
}


h6 {
	color:#737a15;
	font-size:24px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 24px;
	font-family:'PT Serif', Georgia, "Times New Roman", Tim;
	text-align:center;
	font-display: swap;

	}
	
	
	
	
h7 {
	color:#242029;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin-top: 0;
	margin-bottom: 10px;
	text-align:center;
}

h8 {
	
}



.floating-img{
  float: right;
  margin: 0 0 15px 20px;
  
}

.floating-imgL{
  float: left;
  margin: 0 20px 15px 0px !important;
 
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}







h5,h3{
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	color:#242029;
	margin-bottom:24px;
	font-display: swap;
}





#move {
	width: 100%;
	
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
margin-top: -25px;
}
	

	
 
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
 display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  /*align="center";*/
  
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #737a15;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 18px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #242029;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a{
	
}
#cssmenu > ul > li.active > a {
  color: #737a15;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
  color: #242029;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #242029;
  border-right: 1px solid #242029;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  color: #242029;
    
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #242029;
  
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
  
}
#cssmenu.align-right li:hover > ul {
  right: 0;
  color: #000000;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 100px;
  font-size: 12px;
  background: #242029;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
  
}




@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: block;
	/*display: none;*/
}
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #242029;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #242029;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
	
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #242029;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #242029;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #242029;
    border-bottom: 2px solid #242029;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #242029;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #242029;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  
  
}


#menu {
background: #fff;  
position: fixed;
left:0;
bottom: 0%;
width:100%;
height: 30px;
margin-top: -20px;
}

nav{
	font-family:'PT Serif', Georgia, "Times New Roman", Tim;
	font-size: 11px;
	font-style:italic;
	font-weight:lighter;
	font-family:'PT Serif', Georgia, "Times New Roman", Tim;
	text-shadow: 0.3vw 0.3vw #e5e3e3;
	letter-spacing: 0.9px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top: -25px;
	margin-bottom: 15px;
	font-display: swap;

}

nav ul {
	text-align:center;
	margin:0;
}

nav ul li{
	display:inline;
	text-align:center;
	border-left:1px dotted #ccc;
	padding-left:6px;
}

nav ul li:first-child{
	border-left:none;
}

nav ul li a{
	display:inline-block;
	text-align:center;
	padding:12px 6px;
	text-decoration:none;
	margin:0;
	color:#242029;
}

nav ul li a:hover,
nav ul li.active a{
	color:#418261;
	
}


/*ROZWIJANY TEKST*/
details {
	border: none;
	padding: none;
	width: auto;
	}
details > summary { 
font-weight: normal;
color: #737a15;
cursor: pointer;
line-height: 1.5;
}



.flexslider{
	display:block;
	width:100%;
	aspect-ratio: 1100 / 347;
	background: none;
}

iframe{/*-webkit-box-shadow:  5px 5px 5px 5px #cccccc;
     	box-shadow:  5px 5px 5px 5px #cccccc;*/
	}

.flex-control-nav{
	
}

#content section{
/*border-top:1px solid #ccc;	*/
width: 61%;
	float:left;
	
}

#content section p{
	margin-bottom:10px;
	width:auto;
	height:auto;
	text-align:left;
	text-indent:0px;
}

#content section h5{
	text-align:right;
}

#content section h2{
	margin-bottom:24px;
	text-indent:0px;
}

#content section h3{
	text-align:right;
}


#content section ul{
margin-left:20px;
margin-bottom:24px;
}

#content section ol, ol li{
margin-left: 5px;
margin-bottom:10px;
list-style-position:inside;
}


#content section img{
	width: 88%;
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;
	/*-webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;*/
}

#content section iframe{
	width: 100%;
	min-height:300px;
	height:500px;
	margin-bottom:24px;
	frameborder:0;
	scrolling:no;
	/*webkit-box-shadow:  0px 1px 4px 2px #cccccc;
	box-shadow:  0px 1px 4px 2px #cccccc;*/
}

#content section table img{
	-webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;
		width: 88%;
		height: auto;
		max-width: 370px;
}

#content section2{
	width: 61%;
	float:left;
}

#content section2 p{
	mmargin-bottom:10px;
	width:auto;
	height:auto;
	text-align:left;
	text-indent:0px;
}
#content section2 h5{
}

#content section2 h2{
	letter-spacing: 1px;
	margin-bottom:24px;
	text-align:center;
}

#content section2 ul{

}

#content section2 ol, ol li{
margin-left:5px;
margin-bottom:10px;
list-style-position:inside;
}

#content section2 img{
	/*width:auto;*/
	height:auto;
	-webkit-box-shadow:  0px 1px 4px 2px #cccccc;
     	box-shadow:  0px 1px 4px 2px #cccccc;
	
}


#content section2 iframe{
	width: 100%;
	min-height:300px;
	height:auto;
	margin-bottom:24px;
	frameborder:0;
	scrolling:no;
	/*-webkit-box-shadow:  0px 1px 4px 2px #cccccc;
	box-shadow:  0px 1px 4px 2px #cccccc;*/
}

#content section3{
/*border-top:1px solid #ccc;	*/
width: 61%;
	float:left;
	
}

#content section3 p{
	margin-bottom:10px;
	width:auto;
	height:auto;
	text-align:left;
	text-indent:0px;
}

#content section3 h5{
	text-align:right;
}

#content section3 h2{
	letter-spacing: -1px;
	margin-bottom:24px;
	text-indent:0px;
}

#content section3 h3{
	text-align:right;
}


#content section3 ul{
margin-left:20px;
margin-bottom:24px;
}

#content section3 ol{
margin-left:100px;
margin-bottom:24px;
}

#content section3 img{
	width: 100%;
	height:auto;
}

#content section3 iframe{
	width: 100%;
	min-height:300px;
	height:500px;
	margin-bottom:24px;
	frameborder:0;
	scrolling:no;
}

#content section3 table img{
	-webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;
}

aside#sidebar{
	width:344px;
	margin-left:1px;
	/*margin-right:auto;*/
	float:right;
}

aside#sidebar h5{
font-size: 34px;
line-height: 35px;
letter-spacing: -1px;
margin-bottom:24px;
}

aside#sidebar h3{
font-size: 34px;
line-height: 35px;
letter-spacing: -1px;
margin-bottom:24px;
}

aside#sidebar h2{
text-align:center;

}






#formularz img,iframe{
webkit-box-shadow: none !important;
     	box-shadow: none !important;
}	
	
	


#semap {
text-align: center !important;
align-items: center !important;
}

#kirp{
text-align:center;
align-items:center;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#kirp img{
webkit-box-shadow:  0px 0px 0px 0px #aaaaaa;
     	box-shadow:  0px 0px 0px 0px #aaaaaa;
}


#foto{
text-align:center;
align-items:center;
}

#foto img{
webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;
}


#foto2{
text-align:center;
align-items:center;
}

#foto2 img{
webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;
}


#whatsap1{
text-align:center;	
align-items:center;	
}		

#whatsap2{
text-align:center;	
align-items:center;	
}		


#gadgety{
text-align:center;
align-items:center;
}

#gadgety img,iframe{
webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;
}	


#kirp img,iframe{
align-items:center;
}

#polecenia {
text-align:center;
align-items:center;
}

#polecenia img{
webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;
}


#tabelaMS {
margin-top:24px;
padding-top:24px;
border-top:1px solid #ccc;
	
}

#tabelaMS2 {
margin-top:24px;
padding-top:24px;
	
}

#tabelaMS3 {
margin-top:24px;
padding-top:24px;
border-top:1px solid #ccc;
	
}


#fb-page {
text-align:center !important; 
align-items:center !important;
}

.fb-page {
margin-top:24px;
padding-top:24px;
border-top:1px solid #ccc;
text-align:center !important; 
align-items:center !important;
}
aside#sidebar table.ms{
width:80%;
margin-left:32px;
}


aside#sidebar table.ms td, tr{
width:33%;
text-align:center;
vertical-align:center;
}

footer{
	clear:both;
}

#copyrights{
	text-align:center;
	width:100%;
	/*border-top:1px solid #ccc;*/
border-bottom:1px solid #ccc;
	margin: 60px 0 0 0;
	font-size:11px;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-display: swap;
}

#copyrights a{
	text-decoration:none;
	color:#444444;
}

#copyrights a:hover{
	color:#FFA100;
}


/*PAGE*/


#baner img{
	width:100%;
	height:auto;
	max-width:100%;
	
	aspect-ratio: 1100 / 347;
	-webkit-box-shadow:  0px 1px 4px 2px #cccccc;
     box-shadow:  0px 1px 4px 2px #cccccc;
	 margin-bottom:0px;

}
.page #slider img{
	width:100%;
	height:auto;
	/*aspect-ratio: 1100 / 347;*/
	-webkit-box-shadow:  0px 1px 4px 2px #cccccc;
     box-shadow:  0px 1px 4px 2px #cccccc;
	 margin-bottom:0px;
}

.page #sidebar ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.page #sidebar ul li{
	display:block;
	border-bottom:1px solid #ccc;
	min-height:36px;
	line-height:36px;
}

.page #sidebar ul li:first-child{
	display:block;
	border-top:1px solid #ccc;
}

.page #sidebar ul li a{
	min-height:36px;
	line-height:36px;
	text-decoration:none;
	color:#418261;
	font-size:16px;
	display:block;
	padding-left:12px;
}

.page #sidebar ul li.active a, .page #sidebar ul li a:hover{
	background:#418261;
	color:#fff;
	
}

.radca-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 493px;
  height: auto;
  }

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait){
	
	body {
		width: 100%;
		/*width: 748px;*/
		margin-top:10px;
		padding: 20px 28px 60px;
			}


#pasek {
	margin-top: -30px !important;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif !important;
	font-display: swap;
	text-align:center;
    align-items:center;
	}


/* Styl dla całego nagłówka */
  .header {
    text-align: right;       /* Centrowanie tekstu */
    padding: 0;            /* Odstęp od góry i dołu */
	line-height: 1.1;
	margin: 0;
	padding: 0;
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    margin-left: 10px;
    font-size: 2.8rem;
    color: #737a15;
    font-weight: bolder;
	letter-spacing: 2px;
	
	
  }

  /* Drugi wiersz – adres */
  .header .address {
    margin: 0;
    font-size: 1.5rem;
    color: #34495e;
	font-weight: bolder;
	letter-spacing: 2px;
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
    margin: 0;
    font-size: 1.2rem;
    color: #34495e;
    font-style: bolder;
	letter-spacing: 1px;
	
  }



#logo{font-size: 8vw;
line-height:0.8em;
}

h1{font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;}
	
h2{font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;}

nav{
	font-size: 8px;
}


#content section img{
	/*width: 85%;*/
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;
	/*-webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;*/
}

  
.floating-img{
  float: right;
  margin: 0 0 15px 20px;
  
}

.floating-imgL{
  float: left;
  margin: 0 20px 15px 0;
 
}

#content section iframe{
		max-height:350px;
		height:300px;
}

#content section h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}


#content section2 h2{
font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	text-align:center;
}


#content section3 iframe{
		max-height:350px;
		height:300px;
}

#content section3 h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

aside#sidebar{
	width:344px;
	margin-left:1px;
	margin-right:auto;
	float:left;
}

h3{font-size: 20px;}

h5{font-size: 20px;}

	#content section{
		width:100%;
		float:none;
	}

	#content section2{
		width:100%;
		float:none;
	}
	
	#content section3{
		width:100%;
		float:none;
	}

		
	aside#sidebar{
		width:100%;
		float:none;
		margin-left:0;
	}
}


@media only screen and (min-width: 769px) and (max-width: 996px) and (orientation: landscape) and (hover: hover) and (pointer: fine){

body {
		width: 100%;
		/*width: 748px;*/
		margin-top:10px;
		padding: 20px 28px 60px;
		font-size: 17px;
			}


#pasek {
	margin-top: -30px !important;
	font-display: swap;
	text-align:center;
	align-items:center;
	}


/* Styl dla całego nagłówka */
  .header {
    text-align: center;       /* Centrowanie tekstu */
    padding: 0;            /* Odstęp od góry i dołu */
   	margin: 0;
	padding: 0;
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    margin: 0;
	font-size: 2.4rem;
    color: #737a15;
    font-weight: bold;
	letter-spacing: 10px;
	
  }

  /* Drugi wiersz – adres */
  .header .address {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
    color: #34495e;
    font-weight: bold;
	letter-spacing: 8px
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
    margin: 0;
    font-size: 1.2rem;
    color: #34495e;
    font-weight: bold;
	letter-spacing: 3px
	
  }


#logo{font-size: 8vw;
line-height:0.8em;
}

h1{font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;}
	
h2{font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;}

nav{
	font-size: 8px;
}



#content section img{
	/*width: 85%;*/
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;
	}


.floating-img{
  float: right;
  margin: 0 0 15px 20px;
  
}

.floating-imgL{
  float: left;
  margin: 0 20px 15px 0;
 
}

#content section iframe{
		max-height:350px;
		height:300px;
}

#content section h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	}


#content section2 h2{
font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	text-align:center;
}



#content section3 iframe{
		max-height:350px;
		height:300px;
}

#content section3 h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	
}

aside#sidebar{
	width:344px;
	margin-left:1px;
	margin-right:auto;
	float:left;
}

h3{font-size: 20px;}

h5{font-size: 20px;}

	#content section{
		width:100%;
		float:none;
	}

	#content section2{
		width:100%;
		float:none;
	}
	
	#content section3{
		width:100%;
		float:none;
	}

		
	aside#sidebar{
		width:100%;
		float:none;
		margin-left:0;
	}



}


@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) and (hover: none) and (pointer: coarse){
	
	body {
		width: 100%;
		/*width: 748px;*/
		margin-top:10px;
		padding: 20px 28px 60px;
		font-size: 17px;
			}


#pasek {
	margin-top: -30px !important;
	font-display: swap;
	text-align:center;
	align-items:center;
	}


/* Styl dla całego nagłówka */
  .header {
    text-align: center;       /* Centrowanie tekstu */
    padding: 0;            /* Odstęp od góry i dołu */
   	margin: 0;
	padding: 0;
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    margin: 0;
	font-size: 2.4rem;
    color: #737a15;
    font-weight: bold;
	letter-spacing: 10px;
	
  }

  /* Drugi wiersz – adres */
  .header .address {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
    color: #34495e;
    font-weight: bold;
	letter-spacing: 8px
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
    margin: 0;
    font-size: 1.2rem;
    color: #34495e;
    font-weight: bold;
	letter-spacing: 3px
	
  }


#logo{font-size: 8vw;
line-height:0.8em;
}

h1{font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;}
	
h2{font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;}

nav{
	font-size: 8px;
}



#content section img{
	/*width: 85%;*/
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;
	}


.floating-img{
  float: right;
  margin: 0 0 15px 20px;
  
}

.floating-imgL{
  float: left;
  margin: 0 20px 15px 0;
 
}

#content section iframe{
		max-height:350px;
		height:300px;
}

#content section h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	}


#content section2 h2{
font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	text-align:center;
}



#content section3 iframe{
		max-height:350px;
		height:300px;
}

#content section3 h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	
}

aside#sidebar{
	width:344px;
	margin-left:1px;
	margin-right:auto;
	float:left;
}

h3{font-size: 20px;}

h5{font-size: 20px;}

	#content section{
		width:100%;
		float:none;
	}

	#content section2{
		width:100%;
		float:none;
	}
	
	#content section3{
		width:100%;
		float:none;
	}

		
	aside#sidebar{
		width:100%;
		float:none;
		margin-left:0;
	}
		
		
		 #cssmenu li:hover > ul {
    left: -9999px !important;
  }

  #cssmenu ul li:hover > ul > li {
    height: 0 !important;
  }

    #cssmenu ul {
    display: none;
  }

  #cssmenu.open > ul {
    display: block;
  }

  #cssmenu ul.open {
    display: block;
  }
		
		
		
}


/*		Mobile Layout: 315px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

/* TELEFON Z DUŻYM WYŚWIETLACZEM W PIONIE */
@media only screen and (max-width: 768px) {
	
	body {
		
		width: 100%;
		/*width: 320px;*/
		padding: 5px 16px 60px;
		margin-top:30px;
		font-size:17px;
	}
	
	
	#pasek {
	margin-top: -35px !important;
		font-size:16px;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	/*font-style:bold;*/
	text-align:center;
align-items:center;
}
	
/* FORMATOWANIE NAGŁÓWKA */

/* Styl dla całego nagłówka */
  .header {
    text-align: center;       /* Centrowanie tekstu */
    padding: 0;            /* Odstęp od góry i dołu */
	line-height: 1.1;
	margin: 0;
	padding: 0;
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    text-align: center;
	margin: 0 0 0 0;
	font-family:'Cinzel';
	font-weight: bold !important;
    font-size: 1.5rem;
    color: #737a15;
    font-weight: normal;
	letter-spacing: 1px;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #FFFFFF, #737a15, #FFFFFF) 1;
}
  

  /* Drugi wiersz – adres */
  .header .address {
	text-align: center;
    margin: 5px 0 0 0;
    font-size: 0.8rem;
    color: #34495e;
	font-weight: bold;
	letter-spacing: 3px;
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
     text-align: center;
     margin: 0 0 0 0;
    font-size: 0.75rem;
    color: #34495e;
  	font-weight: bold !important;
	letter-spacing: 1px;
	/*padding-bottom-bottom: 100px;*/
	
  }
	
#logo{
	font-size: 9.2vw;
line-height:0.8em;
}


h1{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

nav{
	font-size: 8px;
}
#content section iframe{
		max-height:350px;
		height:300px;
}

#content section img{
	width: 88%;
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;
	/*-webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;*/
}


/*formatowanie zdjęć Obok tekstu*/
.floating-img{
	float: none !important;
	display: block !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
  }
  
  .floating-imgL{
	float: none !important;
	display: block !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
  }


#content section h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

#content section2 h2{
font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	text-align:center;
}

h3{font-size: 20px;}

h5{font-size: 20px;}
	
	#content section{
		width:100%;
		float:none;
	}

	#content section2{
		width:100%;
		float:none;
	}
	
	#content section3{
		width:100%;
		float:none;
	}
	
	#content section3 iframe{
		max-height:350px;
		height:300px;
}
#content section3 h2{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}
	
	aside#sidebar{
		width:100%;
		float:none;
		margin-left:0;
		
	}
	
	
  #cssmenu li:hover > ul {
    left: -9999px !important;
  }

  #cssmenu ul li:hover > ul > li {
    height: 0 !important;
  }

    #cssmenu ul {
    display: none;
  }

  #cssmenu.open > ul {
    display: block;
  }

  #cssmenu ul.open {
    display: block;
  }

}
	



@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		
		width: 100%;
		/*width: 320px;*/
		padding: 5px 16px 60px;
		margin-top:30px;
		font-size:17px;
	}
	
	
	#pasek {
	margin-top: -35px !important;
	font-size:16px;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	/*font-style:bold;*/
	text-align:center;
	align-items:center;
}
	
/* FORMATOWANIE NAGŁÓWKA */

/* Styl dla całego nagłówka */
  .header {
    text-align: center       /* Centrowanie tekstu */
    padding: 0;            /* Odstęp od góry i dołu */
	line-height: 1.1;
	margin: 0;
	padding: 0;
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    margin-left: 0;
    font-size: 2rem;
    color: #737a15;
    font-weight: normal;
	letter-spacing: 1px;
	
  }

  /* Drugi wiersz – adres */
  .header .address {
    margin: 0;
    font-size: 1.1rem;
    color: #34495e;
	font-weight: bolder;
	letter-spacing: 3px;
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
    
    font-size: 1rem;
    color: #34495e;
    font-style: bolder;
	letter-spacing: 1px;
	/*padding-bottom-bottom: 100px;*/
	
  }
		
	
#logo{font-size: 8vw;
	line-height:0.8em;
}

h1{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

nav{
	font-size: 8px;
}

#content section iframe{
		max-height:350px;
		height:300px;
}	
	
	#content section img{
	width: 88%;
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;

}

.floating-img{
	float: none !important;
	display: block !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
  }
  
  .floating-imgL{
	float: none !important;
	display: block !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
  }


#content section h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}

#content section2 h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	text-align:center;
}

h3{font-size: 20px;}

h5{font-size: 20px;}
	
	#content section{
		width:100%;
		float:none;
	}

	#content section2{
		width:100%;
		float:none;
	}
	
	#content section3{
		width:100%;
		float:none;
	}

	
	
	
	#content section3 iframe{
		max-height:350px;
		height:300px;
}
#content section3 h2{
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom:20px;
	/*text-indent:20px;*/
}
	aside#sidebar{
		width:100%;
		float:none;
		margin-left:0;
		
	}
	
	  #cssmenu li:hover > ul {
    left: -9999px !important;
  }

  #cssmenu ul li:hover > ul > li {
    height: 0 !important;
  }

    #cssmenu ul {
    display: none;
  }

  #cssmenu.open > ul {
    display: block;
  }

  #cssmenu ul.open {
    display: block;
  }
  
}
	



@media only screen and (min-width: 150px) and (max-width: 319px) {
	
	body {
		width: 100%;
		/*idth: 150px;*/
		padding: 10px 22px 48px;
		margin-top:10px;
	}
	
	
	#pasek {
	margin-top: -30px !important;
	font-size:20px;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:bold;
	font-display: swap;
	text-align:center;
align-items:center;
}


/* Styl dla całego nagłówka */
  .header {
    text-align: center;       /* Centrowanie tekstu */
    padding: 0;            /* Odstęp od góry i dołu */
    /* background-color: #f5f5f5; /* Jasne tło */ 
    /*border-bottom: 2px solid #333; /* Linia oddzielająca nagłówek */
    /*font-family: Arial, sans-serif;*/
	line-height: 1.1;
	margin: 0;
	padding: 0;
  }

  /* Pierwszy wiersz – nazwa kancelarii */
  .nazwa {
    margin-left: 10px;
    font-size: 28px;
    color: #737a15;
    font-weight: bolder;
	letter-spacing: 1px;
	
  }

  /* Drugi wiersz – adres */
  .header .address {
    margin: 0;
    font-size: 13px;
    color: #34495e;
	font-weight: bolder;
  }

  /* Trzeci wiersz – telefon */
  .header .phone {
    margin: 0;
    font-size: 13px;
    color: #34495e;
    font-style: bolder;
	
  }
	
	
#logo{font-size: 6vw;
line-height:0.7em;
}

h1{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -1px;
	margin-bottom:10px;
	/*text-indent:20px;*/
}



nav{
	font-size: 8px;
}

#content section iframe{
		max-height:350px;
		height:300px;
}

#content section img{
	width: 88%;
	height:auto;
	max-width:350px;
	margin-left:10px;
	margin-right:10px;
	/*-webkit-box-shadow:  0px 1px 6px 3px #aaaaaa;
     	box-shadow:  0px 1px 6px 3px #aaaaaa;*/
}

.floating-img{
	float: none !important;
	display: block !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
  }
  
  .floating-imgL{
	float: none !important;
	display: block !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
  }



#content section h2{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -1px;
	margin-bottom:10px;
	/*text-indent:20px;*/
}

#content section2 h2{
font-size: 18px;
	line-height: 25px;
	letter-spacing: -1px;
	margin-bottom:10px;
	text-align:center;
}
a {font-size:1.2em;}
h3{font-size: 18px;}

h5{font-size: 18px;}
	
	#content section{
		width:100%;
		float:none;
	}

	#content section2{
		width:100%;
		float:none;
	}
	
		#content section3{
		width:100%;
		float:none;
	}
	
	
	#content section3 iframe{
		max-height:350px;
		height:300px;
}

#content section3 h2{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -1px;
	margin-bottom:10px;
	/*text-indent:20px;*/
}
	aside#sidebar{
		width:100%;
		float:none;
		margin-left:0;
		
	}
	
	
		  #cssmenu li:hover > ul {
    left: -9999px !important;
  }

  #cssmenu ul li:hover > ul > li {
    height: 0 !important;
  }

    #cssmenu ul {
    display: none;
  }

  #cssmenu.open > ul {
    display: block;
  }

  #cssmenu ul.open {
    display: block;
  }
}