p {
margin: 0;
margin-bottom: 8px;
}


        #nav {
            position: fixed;
            top: 0px;
            left:0px;
            width: 100%;
            height: auto;
            background: #0045FE;
            padding: 10px 10px;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-image: url("img/brauciens-logo-big.png");
            background-position: right;
            background-position-x: right;
           	background-size: 130px;
           	z-index: 1;
        }

        #menuToggle {
            display: block;
            position: relative;
            z-index: 1;
            -webkit-user-select: none;
            user-select: none;
            margin-left: 10px;
            top: 12px;
        }

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -20px;
            left: -10px;
            cursor: pointer;
            opacity: 0; /* Hide checkbox */
            z-index: 2;
        }

        #menuToggle span {
            display: block;
            width: 30px;
            height: 3px;
            margin-bottom: 5px;
            position: relative;
            background: #FFFFFF;
            border-radius: 3px;
            z-index: 1;
            top: -10px;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                        opacity 0.55s ease;
        }

        #menuToggle input:checked ~ ul {
        transform: none;
        }


        #menu {
            position: absolute;
            width: 200px; /* Samazināts platums */
            margin: 0px 0 0 -50px;
            padding: 0 50px;
            background: #ededed;
            list-style-type: none;
            -webkit-font-smoothing: antialiased;
            transform-origin: 0% 0%;
            transform: translate(-100%, 0);
            transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
        }

        #menu li {
        	color: #202020;
            padding: 9px 0px;
            font-size: 22px;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
        }
        
        #menu li:hover {
        cursor:hand;
        }
        
        
        .nCentrs {
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 55px;
        max-width: 600px;
        background-color:#FFFFB8;
        }






a.linkopacity img {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
margin-bottom: 1px;
}


#cena {
font-size: 18pt;
}


a.whatsapp {
color: black;
background-color:white;
line-height: 22px;
}

a.whatsapp:visited {
background-color:#DCFF9C;
}



#copyright {
  display: flex;
  align-items: center;
  justify-content: center;
//	overflow: hidden;
    text-align: center;
    background-color: #0045FE;
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    color: #FDF3E7;
    padding:2px;
    opacity: 100%;
    font-size: 14px;
    vertical-align: text-bottom;
}

#copyright > a {
	margin:5px;
	margin-left: 10px;
	margin-right: 10px;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
margin-left: 10px;
}

  h2, h1, h3 {
    color: #006600;
    line-height: 100%;
    margin-bottom: 12px;
    border-bottom: 1px dotted gray;
    font-family: 'Barlow Condensed',sans-serif;
    font-size: 32px;
    margin-top: 0px;
  }
  
  h2 {
  font-size:26px;
  }

  h3 {
    margin-top: 5px;
    margin-bottom: 2px;
  }


  a {
    color: blue;
  }
  a:hover {
    color: red;
  }


  body {
  padding: 0px;
    margin:0px;
    font-family: 'Barlow',sans-serif ;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 50px;
            background-color:#FFFFB8;
  }

  div#wrapper {
    text-align: left;
    width: 100%;
    max-width:900px;
	margin: 0 auto;
  }


div#2w {
width:100%;

}

div#centrs {
   float: left;
   width:70%;
   max-width:600px;
   margin-right: 0px;
   margin-top: 0px;
   overflow:hidden;
   
  }
  
div#centrs2 {
   width:99%;

}
  
img#centrs{
width:98%;
height:auto;
}
  

  div#sans {
position: relative;
    float: left;
   max-width: 200px;
   width:22%;
   min-width:40px;
   min-height: 500px;
  }
  
  #sans img{
  width:95%;
  height:auto;
  }

div#skalendars {
	position: relative;
	float:left;
   width: 90%;
   border: 1px solid #d0d0d0;
   border-radius: 15px;
   background: linear-gradient(3deg, rgb(168, 211, 168) 0%, rgb(255, 255, 255) 100%);
   padding:3px;
  }

div#skalendars a{
color:#387A57;
}

div#skalendars h2{
font-size: 1.0vw;
}

div#skalendars{
font-size: 0.9vw;
}


div#reklama {
    position: relative;
    float: left;
    width: 180px;
    background-color: #ffffff;
    opacity:0.9;
    margin-left:10px;
  }
  
div#reklama img {
    margin-bottom:3px;
}
  


.uc_text, .uc_author {
  font-size: 18px;
  font-family: Georama;
font-weight:300;
text-shadow: 1px 1px 8px #d0d0d0;
}

hr {
  height: 0px;
  border: 0;
  border-bottom: 1px solid gray;
}



select.zz {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
font-size: 16px;
padding: 4px 22px;
//font-family: Georama;
color: red;
background-color:#FFFF8D;
border: 1px solid black;


}

label {position:relative}

label:after {
//font-family: Georama;
    content:'»»';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}

input.BigB, textarea.BigB, select.BigB {
  font-size: 20px;
  border: 1px solid black;
  border-radius: 5px;
  background-color:#FFFF8D;
//  font-family: Georama;
  width: 90%;
//  max-width: 535px;
}

ul {
font-size: 12px;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
text-decoration: none;
background-color: #eeeeee;
text-indent: 5px;
padding: 6px;
margin-left: 22px;
}


img.new {
 position: absolute;
 left:180px;
 border: none;
}

img.karte {
 position: relative;
 border: none;
 reset: both;
}


div#koment {
  visibility: hidden;
}

.akomentars {
  border: 1px dotted gray;
  padding: 10px;
  margin: 5px;
}

.at_vir {
  font-size: 22px;
}

.cik_a {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
  font-family: Verdana;
  color: #FFFFFF;
}

div.warning {
  background-color: #FFFF00;
  color: #CC0000;
  font-weight: bold;
  padding: 10px;
  border: 1px dotted gray;
}

a#button {
    background-color: darkblue ;
    border:1px solid #ccc;
    padding:3px 10px;
    -moz-border-radius:15px;
    line-height: 32px;
    color: white;
}

a#button:hover {
    background-color:#5d9ddd;
    border:1px solid #2a7ecd;
    color: darkblue;
    -moz-border-radius:15px;
}

  
input#pirmoreizi {
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
}

input.okk {
padding: 13px;
border: solid 2px gray;
font-size:20px;
border-radius: 30px;
box-shadow: 5px 5px 10px #d0d0d0;
margin-bottom: 10px;
background-color:yellow;

}

/* CSS */
.button-7 {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
  background-color: #07c;
}

.button-7:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-7:active {
  background-color: #0064bd;
  box-shadow: none;

}


input.check {
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
}




.attention {
border: 1px solid gray;
margin: 10px 0px;
padding:15px 10px 15px 160px;
background-repeat: no-repeat;
background-position: 10px center;
color: #FEFEFE;
background-color: #FF99FF;
background-image: url('/img/8mar.png');
text-shadow: 1px 1px black;
box-shadow: 5px 5px 15px #888888;
}

.attention a {
color: #D8000C;
}

a#registre {
padding-right: 15px;
padding-left: 15px;
font-size:20px;
color:white;
background-color: red;
text-decoration:none;
border-radius: 5px ;
}

a#registre:hover {
color: yellow;
text-shadow: 0px 0px 8px #000;
background-color: #DF0400;
}

.centrs {
width:100%;
border-radius: 10px;
}


.links {
text-decoration:none;
color:white;
background-color:blue;
padding:2px;
border-radius: 5px;
padding-right: 10px;
padding-left: 10px;
}


.links2 {
	font-weight:400;
	color:black;
    background: transparent url(/mazais/link2-red.png) center right no-repeat;
    padding-right: 18px;
}

.links3 {
  align-items: center;
  appearance: none;
  background-color: #3EB2FD;
  background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.1rem;
  height: auto;
  justify-content: center;
  line-height: 1.9;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}


.paskaidrojums {
font-size: 14px;
line-height: 15px;;
padding:10px;
background-color: #CFCC67;
border-radius: 5px;
}

.nounder {
border: 0;
}