html, body{
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    font-family: 'calibri light', sans-serif;
    font-size:16px;
    line-height:18px;
    color:#000;
    text-align: center;
    background: url('img/jasny_bg.jpg');
}
header .ht{
    width: 100%;
    height: 30px;
    margin: 1px 0px;
    background: url('img/ht_bg.png');
}
.r2{
  float: right;
  clear: right;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 50px;
}
.r2 a{
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.r2 a:hover{
  color: #FFB300;
}
.w{
    width: 1200px;
    margin: auto;
}
.nav.m{
  display: none;
}
.nav_mob{
  display: none;
  float: right;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.nav_mob img{
  width: 100%;
  height: auto;
}
header .nav.m ul li.nav_close {
  text-align: right;
  margin: 5px 15px 0 0 ;
}
header .nav.m ul{
  margin: 0px;
  padding: 0px;
}
header .nav.m ul li a {
    color: #fff;
    text-decoration: none;
    margin: 15px 0 0 20px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    font-weight: 500;
    font-family: 'Calibri',_self;
    text-transform: uppercase;
}
header .ht .b1{
    float: left;
}
header .ht .b2{
    float: right;
}
header .ht .b{
    height:32px;
    margin:-1px 2px 0 2px;
    padding: 0 5px;
    background: url('img/ht_b_bg.png');
}
header .ht .b a{
    color: white;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
header .ht .b .diva{
    color: white;
    text-decoration: none;
    margin-top: 7px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
header .ht .b a:hover{
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.46);
    /*color: #002365;*/
}
.h{
    height:0px;
    width:100%;
    clear: both;
}
header .hb{
    width: 100%;
    height: 352px;
    margin: 15px 0 0 0;
}
header .hb .logo{
    float: left;
}
header .hb .bb{
    width: 862px;
    height: 355px;
    background-image: url('img/bb_bg.png');
    background-size: contain;
    background-repeat: repeat-x;
    float: right;
    overflow: hidden;
    padding: 6px 0;
}
header .hb .bb img{
    margin: 6px 0 6px 0;
}
header .menu{
    width: 100%;
    height: 55px;
    margin: 15px 0 0 0;
}
header nav.m{
    width: 862px;
    height: 53px;
    background: url('img/menu_bg.jpg');
    float: right;
    border: solid 1px rgba(255, 255, 255, 0.88);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
header nav.m ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
header nav.m ul li{
    height: 53px;
    display: inline-block;
    float: left;
}
header nav.m ul li.s{
    width:2px;
    background: url('img/menu_bg_s.jpg');
}
header nav.m ul li a{
    color: white;
    text-decoration: none;
    margin: 15px 30px 0 35px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 21px;
    font-weight: 300;
}
header nav.m ul li a:hover{
    color: #FFE200;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.baner_przyciski_box{
    width: 862px;
    height: 15px;
    float: right;
    padding: 0 0 10px 0;
    text-align: center;
	  margin-top: 0px;
    background: rgba(255, 255, 255, 0.3);
}
.baner_przyciski_box .baner_bt{
	height: 12px;
    width: 12px;
    border-radius: 6px;
    background: black;
    margin: auto;
    display: inline-block;
    cursor: pointer;
}
.baner_przyciski_box .baner_bt:hover{
	background: #E19B10;
}
.baner_przyciski_box .baner_bt.active{
	background: #E19B10;
}
.baners{
  width: 862px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.baners .baner{
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.baners .baner .left{
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: cover;
  position: absolute;
}
.baners .baner .left .n{
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 280px;
}
.baners .baner .left .n span{
  font-size: 41px;
  line-height: 41px;
  margin-top: 10px;
  display: block;
  color: #f9f10b;
  padding-top: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}


#content{
    width: 100%;
    margin: 0;
}
#content .lc{
    width: 318px;
    float: left;
    margin-top: -55px;
}
#content .lc a{
    display: block;
    width: 318px;
    height: 81px;
    margin: 0 0 10px 0;
}
#content .lc .bt{
    width: 318px;
    height: 81px;
    background: red;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    border: solid 1px rgba(255, 255, 255, 0.27);
}
#content .lc .bt2{
    width: 318px;
    background: red;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    border: solid 1px rgba(255, 255, 255, 0.27);
    margin: 10px 0px;
}
#content .lc .bt img{
    float: left;
    clear: left;
    margin: 3px 0 0 3px;
}
#content .lc .bt .n{
    float: left;
    width: 160px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.46);
    margin: 25px 5px 0 5px;
    text-align: center;
}
#content .lc .bt .p{
    width: 25px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.35);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.75);;
}
#content .lc .bt .p span{
    margin-top: 28px;
    display: block;
}
#content .lc a:hover .bt .p{
    width: 15px;
    color: white;
}
#content .lc .bt1{
    background: linear-gradient(#649cc7, #1569aa);
}
#content .lc a .bt2{
    background: linear-gradient(#9ecd62, #6db312);
}
#content .lc a .bt222{
    background: linear-gradient(#62cdcd,#3c9090);
}
#content .lc .bt3{
    background: linear-gradient(#f6c16e, #f1a226 );
}
#content .lc .bt3 .n{
    margin-top: 10px;
}
#content .lc .bt4{
    background: linear-gradient(#c66399, #aa1566);
}
#content .lc .bt4 .n{
    margin-top: 10px;
}
#content .lc .bt5{
    background: linear-gradient(#9ca09a, #6b7169);
}
#content .lc .bt55{
    background: linear-gradient(#9ca09a, #6b7169);
}
#content .lc .bt55 .tresc{
  width: 258px;
  margin: 5px;
  background: #DFE2DD;
  border-radius: 8px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.64);
}
#content .lc .bt55 .tresc .n{
  font-size: 21px;
    font-family: calibri;
    font-weight: bold;
    margin: 5px;
    padding: 10px 5px;
    color: #5D0A0A;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#content .lc .bt55 .tresc .n2{
  font-size: 18px;
  font-family: calibri;
  font-weight: bold;
  padding: 0px 5px 10px 5px;
}
#content .lc .bt6{
    background: linear-gradient(#ff5656, #ff0101);
}
#content .lc .bt6 .n{
    width: 280px;
}
#content .lc .bt7{
    background: linear-gradient(#6f6f6f, #262626);
}
#content .lc .bt7 .n{
    width: 300px;
}
#content .content_content{
    width: 862px;
    min-height: 500px;
    float: right;
    background: white;
    border: solid 1px black;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
    margin-top: 15px;
}
#loading-page{
    display:none;
}
.an{
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
footer{
    width: 100%;
    height: 114px;
    background: url('img/f_bg.jpg');
    margin-top: 15px;
}
footer .l img{
    float: left;
    margin: 5px 0 0 0;
}
footer .l{
    float: left;
}
footer .l ul{
    float: left;
    list-style: none;
    margin: 15px 0 0 10px;
    padding: 0px;
    text-align: left;
}
footer .l ul li a{
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74);
}
footer .l ul li a:hover{
    color: #FFBF02;
}
footer .r{
    float: right;
}
footer .r ul{
    float: left;
    list-style: none;
    margin: 15px 0 0 10px;
    padding: 0px;
    text-align: left;
}
footer .r ul li{
    display: inline-block;
    margin: 0px 5px;
}
footer .r ul li a{
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74);
}
footer .r ul li a:hover{
    color: #FFBF02;
}
footer .c{
    text-align: center;
    font-size:12px;
    color: #C3C3C3;
    width: 250px;
    margin: auto;
}
footer .c .d{
    font-size:16px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74);
    padding-top:50px;
}
#ladowanie_info {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1199999;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  color: #B9E87C;
  padding: 10px 0px;
  font-size: 24px;
  font-family: calibri;
  display: none;
}
#ladowanie_info img{
  height: 80px;
  vertical-align: middle;
}
.polityka_ciastek b {
    color:#F4F10B;
}
.polityka_ciastek{
	width: 100%;
	position: fixed;
	bottom: 10px;
    left:0;
	z-index: 119999;
	color: #EAF38C;
	font-size: 14px;
    font-weight:300;
	display: none;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 0 25px 0;
  cursor: pointer;
}
.polityka_ciastek .padding-cookies {
    padding:8px 10px;
}
.polityka_ciastek button{
    cursor:pointer;
    width:1px;
    height:1px;
    background:transparent;
    border:0;
    padding:10px;
    color:#F9F10B;
    opacity:0.6;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
.polityka_ciastek button:after {
    position:absolute;
    top:0px;
    font-size:2em;
    font-weight:lighter;
    margin-top:-5px;
    right:5px;
}
.polityka_ciastek button:hover {
    opacity:1;
}
.center{
  width:100%;
  text-align: center;
  margin: auto;
}
.t{
    font-size: 24px;
    font-weight: 600;
    margin: 20px 30px 20px 30px;
    padding: 0 0 5px 0;
    border-bottom: solid 1px darkgray;
}
.t.cal{
    font-family: 'calibri';
}
.tr{
    margin: 0px 20px 20px 20px;
    text-align: justify;
    font-family: calibri;
    font-size: 18px;
    line-height: 20px;
}
.tr3{
  margin: 0px 50px 20px 50px;
  text-align: justify;
  font-family: calibri;
  font-size: 18px;
  line-height: 20px;
}
.h20{
    width:100%;
    height:20px;
    clear:both;
}
.h10{
    width:100%;
    height:10px;
    clear:both;
}
.opis_garazu{
  float:left;
  clear:left;
}
.kontakt .fk{
    width: 500px;
    margin: auto;
}
.kontakt .fk input[type=text]{
    background: 0 0;
    border: 1px solid #717171;
    color: #000;
    font-weight: 300;
    text-align: left;
    padding: 10px 15px;
    margin: 2px;
    width: 200px;
}
.kontakt .fk textarea{
    background: 0 0;
    border: 1px solid #717171;
    color: #000;
    font-weight: 300;
    text-align: left;
    padding: 10px 15px;
    margin: 2px;
    width: 436px;
    height: 100px;
}
.kontakt .fk button{
    width: 232px;
    height: 36px;
    border: 1px solid #2D2D2D;
    margin: 2px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    background: #6D6D6D;
}
.kontakt .acept-mark{
    font-size: 10px;
    margin: 0 15px;
    text-align: justify;
}
.kontakt .wym{
    float: left;
    margin: 0 15px;
}
.kontakt .wymagane{
    font-size: 12px;
    text-align: left;
}
.porady .p{
    margin: 0px 20px 20px 20px;
    background: #EFF9FF;
    border-radius: 5px;
    text-align: left;
}
.porady .pt{
    font-size: 24px;
    font-family: 'calibri';
    font-weight: medium;
    padding: 5px;
    margin: 10px 20px;
    border-bottom: solid 2px black;
}
.porady .opis{
    margin: 20px;
}
.galeria .g{
    margin: auto;
}
.galeria .g a{
    display: inline-block;
    vertical-align: top;
}
.galeria .g .galeria_box{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: 50%;
    margin: 5px;
    border: solid 1px black;
    display: inline-block;
    padding: 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.galeria .g .galeria_podpis{
  width: 200px;
  text-align: center;
  font-size: 16px;
  color: black;
  margin: 0 2px 10px 2px;
}
.galeria .g img:hover{
    border: solid 1px #FF9D01;
}
.bramy{
    text-align: center;
}
.bramy a{
    display: block;
    width:404px;
    height:304px;
    margin: 0px auto 20px auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.bramy .b{
    width:400px;
    height:300px;
}
.bramy .b img{
    border: solid 2px black;
}
.bramy a:hover .b img{
    border: solid 2px #FF9D01;
}
.bramy .b div{
    width: 404px;
    height: 34px;
    position: relative;
    top: -50px;
    background: rgba(0, 0, 0, 0.74);
    color: white;
    font-size: 24px;
    text-align: center;
    padding: 10px 0 0 0;
    text-decoration: none;
}
.bramy a:hover .b div{
    color: #FF9D01;
}
a, img{
    border: none;
    text-decoration: none;
}

.bramy{
    text-align: center;
}
.bramy a{
    display: inline-block;;
    width:354px;
    height:266px;
    margin: 0px auto 5px auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    vertical-align: top;
}
.bramy .b{
    width:350px;
    height:262px;
}
.bramy .b img{
    width: 100%;
    border: solid 2px black;
}
.bramy a:hover .b img{
    border: solid 2px #FF9D01;
}
.bramy .b div{
  width: 354px;
  height: 46px;
  position: relative;
  top: -56px;
  background: rgba(0, 0, 0, 0.74);
  color: white;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 4px 0 0 0;
  text-decoration: none;
}
.bramy a:hover .b div{
    color: #FF9D01;
}
a, img{
    border: none;
    text-decoration: none;
}
.garaz a{
    display: block;
    color: black;
    margin: 0 auto 10px auto;
}
.garaz .b{
   border: solid 1px black;
   background: #F3F3F3;
   box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
   border-radius: 2px;
}
.garaz a:hover .b{
border: solid 1px #F3B34D;
    background: #FFE9C7;
}
.garaz .b img.i{
    float: left;
    height: 100%;
    border: solid 1px black;
    margin: -1px 0 0 -1px;
}
.garaz a:hover .b img.i{
  border: solid 1px #F3B34D;
}
.garaz .b .n{
    font-size: 24px;
    font-weight: bold;
    font-family: 'calibri';
    height: 150px;
    float: left;
    padding: 0 10px 0 0px;
}
.garaz .b .nazwa{
  height: 20px;
  float: left;
  /* font-weight: bold; */
  font-family: calibri;
  font-size: 21px;
  margin: 10px 0px 0 10px;
}
.garaz .b .n span{
    margin-top:30px;
    display: block;
}
.garaz .b .ddd{
  float: left;
  width: 540px;
  text-align: center;
}
.garaz .b .d{
    font-size: 16px;
    height: 60px;
    float: left;
    padding: 10px 0px 0 0px;
    text-align: center;
}
.garaz .b .d.bd1{
    width: 200px;
}
.garaz .b .d.bd2{
    width: 150px;
}
.garaz .b .d.bd3{
    width: 180px;
}
.garaz .b .d.bd4{
  width: 540px;
    text-align: center;
    font-size: 18px;
    height: 50px;
    margin: 10px 0 0 0;
}
.garaz .b .d span{
  margin-top: 30px;
    display: block;
    font-weight: bold;
    font-family: 'calibri';
    font-size: 24px;
    text-align: left;
}
.garaz .b .d img{
    vertical-align: middle;
}
.garaz .b .p{
  display: inline-block;
  width: 150px;
  text-align: center;
  margin: 10px auto 0 auto;
  font-size: 18px;
  border-radius: 5px;
  border: solid 1px #0B5A0B;
  padding: 5px 10px;
  background: green;
  color: #E5F5F3;
  background: #146D14;
  background: -webkit-linear-gradient(left top, #549C54, #0C670C);
  background: -o-linear-gradient(bottom right, #549C54, #0C670C);
  background: -moz-linear-gradient(bottom right, #549C54, #0C670C);
  background: linear-gradient(to bottom right, #549C54, #0C670C);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}
.garaz a:hover .b .p{
  background: -webkit-linear-gradient(left top, #6ACC6A, #2B772B);
  background: -o-linear-gradient(bottom right, #6ACC6A, #2B772B);
  background: -moz-linear-gradient(bottom right, #6ACC6A, #2B772B);
  background: linear-gradient(to bottom right, #6ACC6A, #2B772B);
  border: solid 1px #289028;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.garaz .b .d2{
    font-size: 16px;
    width: 200px;
    height: 50px;
    float: left;
    padding: 0 10px;
}
.garaz .b .d2 img{
    vertical-align: middle;
}
.garaz .b .c{
    font-size: 24px;
    font-weight: bold;
    font-family: 'calibri';
    width: 100px;
    height: 50px;
    float: right;
    padding: 0 10px;
    color: #BF0E0E;
}
.garaz2 .i{
    float: left;
    border: solid 1px black;
}
.garaz2 .imin{
  float: left;
  clear: left;
  width: 400px;
}
.garaz2 .imin a{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
}
.garaz2 .imin img{
  width: 78px;
  border: solid 1px black;
}
.garaz2 .imin a:hover img{
  border: solid 1px #E19B10;
}
.garaz2 .n{
    float: left;
    margin: 0 20px;
    font-size: 21px;
    font-weight: medium;
    font-family: 'calibri';
    width: 330px;
}
.garaz2 .d{
    float: left;
    margin: 10px 20px;
    width: 380px;

    font-family: calibri;
    font-size: 18px;
    line-height: 20px
}
.garaz2 .n2{
    clear:both;
    font-size: 21px;
    font-weight: medium;
    font-family: 'calibri';
    width: 100%;
    text-align: left;
    margin: 0px 0 0px 20px;
}
.garaz2 .d2{
    clear: both;
    margin: 10px 0 20px 0;
    width: 100%;
    text-align: left;

    font-family: calibri;
    font-size: 18px;
    line-height: 20px;
}
.garaz2 .c{
    font-size: 24px;
    font-weight: bold;
    font-family: 'calibri';
    width: 100px;
    height: 50px;
    float: right;
    padding: 10px 10px;
    color: #BF0E0E;
}
.garaz2 .tr2{
    margin: 20px 0px 20px 0px;
    text-align: justify;
}
.garaz2 .nnn{
  padding: 0 20px 0px 20px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #A60404;
  -webkit-animation: color-change 2s infinite;
  -moz-animation: color-change 2s infinite;
  -o-animation: color-change 2s infinite;
  -ms-animation: color-change 2s infinite;
  animation: color-change 2s infinite;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
}
.garaz2 .nnn2{
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-family: calibri;
  padding: 0px 0 10px 0;
  text-align: center;
  font-weight: bold;
  color: #008000;
}
.nnn44{
  display: inline-block;
  font-size: 28px;
  font-family: calibri;
  font-weight: bold;
  color: #008000;
  margin: 0 10px;
}

@-webkit-keyframes color-change {
  0% { color: #A60404; }
  50% { color: #FF0A0A; }
  100% { color: #A60404; }
}
@-moz-keyframes color-change {
  0% { color: #A60404; }
  50% { color: #FF0A0A; }
  100% { color: #A60404; }
}
@-ms-keyframes color-change {
  0% { color: #A60404; }
  50% { color: #FF0A0A; }
  100% { color: #A60404; }
}
@-o-keyframes color-change {
  0% { color: #A60404; }
  50% { color: #FF0A0A; }
  100% { color: #A60404; }
}
@keyframes color-change {
  0% { color: #A60404; }
  50% { color: #FF0A0A; }
  100% { color: #A60404; }
  /*0% { color: #4D7815; }
  50% { color: #7BBA28; }
  100% { color: #4D7815; }*/
}
.gbox{
  border: 1px solid black;
    margin: 0 35px;
}
.gbox .gbox_t{
  float: left;
  margin: -10px 5px 0 5px;
  padding: 0 2px;
  background: white;
  font-size: 18px;
  font-weight: 600;
}
.green.gbox{
  border: 2px solid green;
  border-radius: 10px;
  background: rgba(0, 128, 0, 0.03);
}
.green.gbox .gbox_t{
  color: green;
  font-weight: bold;
}
.dodatki_ikona{
  height: 18px;
  vertical-align: middle;
}
.gboxradio{
    width: 140px;
    font-weight: bold;
    border: 3px solid grey;
    border-radius: 10px;
    margin: 10px 15px 20px 15px;
    padding: 0 0 5px 0;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background: white;
}
.gbox_info{
  margin: 0 10px 10px 10px;
  font-weight: 600;
}
.gboxradio:hover{
    opacity: 1.0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
    -webkit-filter: none;
    filter:none;
}
.gboxradio_l input[type="radio"]{
  display: none;
}
.gboxradio_l input[type="radio"]:checked + .gboxradio{
    border: 3px solid green;
    opacity: 1.0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
    -webkit-filter: none;
    filter:none;
}
.gboxradio2{
    width: 87px;
    font-weight: bold;
    padding: 0 0 5px 0;
    display: inline-block;
    cursor: pointer;
    opacity: 0.75;
    background: white;
    border: solid 3px white;
    margin: 0 10px;
    border-radius: 12px;
}
.gboxradio2 img{
    border-radius: 10px;
    border: solid 1px black;
    margin: -1px 0 0 -1px;
}
.gboxradio2:hover{
    opacity: 1.0;
}
.gboxradio2 span{
  display: block;
}
.gboxradio_l{
  display: inline-block;
  vertical-align: top;
}
.gboxradio_l input[type="radio"]:checked + .gboxradio2{
    opacity: 1.0;
    border: solid 3px green;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.gboxradio2_text{
  width: 130px;
  display: inline-block;
  /* margin: -20px 0 0 0; */
  font-size: 18px;
  font-weight: bold;
  top: 20px;
  position: relative;
}
.gboxradio2_text span{
  font-size: 14px;
  font-weight: normal;
}
.gboxradio_l2{
  display: block;
  margin: 6px 10px;
  clear: both;
}
.gboxradio_l2 input[type="checkbox"]{
  float: left;
}
.gboxradio3{
  float: left;
  cursor:pointer;
}
.gboxradio3:hover{
  color: green;
}
.gboxradio_l2 input[type="checkbox"]:checked + .gboxradio3{
  color: green;
}
.podsumowanie .l{
  width: 250px;
  float: left;
}
.podsumowanie .l .txt{
  font-weight: bold;
  font-size: 16px;
}
.podsumowanie .l .miejsce select{
  margin: 10px;
  font-size: 16px;
}

.podsumowanie .p{
  width: 450px;
  float: right;
}
.podsumowanie .p .txt{
  font-weight: bold;
  font-size: 16px;
}
.podsumowanie .p .cena, .podsumowanie .p .cena_promocyjna{
  font-weight: bold;
  font-family: 'calibri';
  font-size: 34px;
  line-height: 30px;
  margin: 2px;
  color: green;
}
.podsumowanie .p .cena.cena_red{
  color: red;
  text-decoration: line-through;
}
.podsumowanie .p .txt2{
  font-size: 16px;
}
.dane_row{
  display: block;
  margin: 5px 20px;
}
.dane_row_left{
  width: 110px;
  float: left;
  font-size: 16px;
  text-align: right;
}
.dane_row_right{
  width: 340px;
  float: left;
  text-align: left;
}
.dane_row_right input.i1{
  width: 330px;
  margin: 0 10px;
}
.dane_row_right input.i2{
  width: 50px;
  margin: 0 5px 0 10px;
}
.dane_row_right input.i3{
  width: 267px;
  margin: 0 0px 0 0px;
}
.dane_row_right input.i4{
  margin: 0 5px 0 10px
}
.dane_row_right .di4 span{
  font-size: 16px;
  line-height: 14px;
  vertical-align: top;
  padding-top: 1px;
  display: inline-block;
}
.dane_row_right input.i5{
  margin: 0 5px 0 0px
  float: left;
}
.dane_row_right label.di5{
  margin-left: 10px;
  display: block;
}
.dane_row_right .di5 span{
  font-size: 12px;
  line-height: 10px;
  text-align: justify;
  width: 310px;
  display: block;
  float: right;
}
.dane_row_right .di6{
  margin: 0px 0 0 10px;
}
.dane_row_right .di6 span{
  font-size: 12px;
  line-height: 10px;
  text-align: justify;
  display: inline-block;
}
.dane_row_right textarea{
  width: 330px;
  height: 50px;
  margin: 0 10px;
}
.dane_row_right textarea.textarea2{
  height: 100px;
}
.dane_row button[type=submit]{
  width: 250px;
  height: 50px;
  float: left;
    margin: 0 150px;
}
.liczba_bram{
  font-size: 21px;
  font-weight: normal;
  font-family: 'calibri';
}
.xxx_wys_db{
}
.dodatki_sztuki{
  margin-left: 5px;
}
.info_przedstawione{
  clear: both;
  margin: 10px 125px;
  font-size: 12px;
  line-height: 12px;
}
input[type=text].badvalue{
  border: solid 1px red !important;
  background: rgba(255, 0, 0, 0.2) !important;
}
input[type=checkbox].badvalue{
  outline: #C70A0A solid 2px !important;
}
textarea.badvalue{
  border: solid 1px red !important;
  background: rgba(255, 0, 0, 0.2) !important;
}
select.badvalue{
  border: solid 1px red !important;
  background: rgba(255, 0, 0, 0.2) !important;
}
.badvalue_info{
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #BF0505;
}
.formularz_gn{
  width: 490px;
  float: left;
}
.podsumowanie_konfiguratora{
  width: 230px;;
  float: left;
}
.podsumowanie_konfiguratora .pods{
  width: 220px;
  height: 40px;
  background: lightgray;
  border-radius: 20px;
  border: solid 2px gray;
  text-align: left;
  margin: 5px 0;
}
.podsumowanie_konfiguratora .liczba{
  display: inline-block;
  float: left;
  width: 43px;
  height: 40px;
  margin-left: -2px;
  border-radius: 18px;
  background: gray;
  font-size: 21px;
  font-family: calibri;
  color: white;
  font-weight: bold;
}
.podsumowanie_konfiguratora .pods.green .liczba{
  background: green;
}
.podsumowanie_konfiguratora .pods.green{
  background: #D9F5D9;
  border: solid 2px green;
}
.podsumowanie_konfiguratora .pods.red .liczba{
  background: #C70A0A;
}
.podsumowanie_konfiguratora .pods.red{
  background: #FDCECE;
  border: solid 2px #C70A0A;
}
.podsumowanie_konfiguratora .liczba span{
  margin: 8px 0 0 16px;
  display: block;
}
.podsumowanie_konfiguratora .pods span.tresc{
  display: inline-block;
  margin: 10px 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.podsumowanie_konfiguratora .pods_info{
  display: none;
  color: #D61313;
  font-weight: bold;
  margin: 10px 10px 0 0;
}
.poszycie_garazu{
}
.poszycie_span{
  font-size: 16px;
  font-family: 'calibri light';
  font-weight: normal;
}
.podsumowanie_konfiguratora .pods_info2{
  font-size: 18px;
  text-align: justify;
}
span.red{
  color: red;
}
.dostepne_dachy{
  width: 40px;
  height: 40px;
  display: inline-block;
}
.bd1 .dostepne_dachy img, .bd2 .dostepne_dachy img{
  width: 100%;
  border: solid 1px #A9A8A8;
}
.bd3 .dostepne_dachy img{
  width: 100%;
  margin: 5px 0 0 0;
  border-radius: 4px;
  border: solid 1px #424040;
}
.dostepne_dachy_kolory{
  width: 25px;
  height: 15px;
  display: inline-block;
}
.bd3 .dostepne_dachy_kolory img{
  width: 100%;
  margin: 0;
  border-radius: 4px;
  border: solid 1px #424040;
}
span.circle, div.circle{
  height: 5px;
    width: 5px;
    display: inline-block;
    background: black;
    border-radius: 2.5px;
    margin: 0 0 1px 20px;
}
span.circle2, div.circle2{
  height: 4px;
    width: 4px;
    display: inline-block;
    background: black;
    border-radius: 2px;
    margin: 0 0 2px 0;
}
.wiadomosc_poprawna{
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  font-family: calibri;
  margin-top: 80px;
  color: #008000;
  min-height: 150px;
}
.wiadomosc_niepoprawna{
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  font-family: calibri;
  margin: 10px;
  color: #DA0202;
}

.przycisk_glowna2{
  display: inline-block;
  width: 550px;
  text-align: center;
  margin: 10px auto 0 auto;
  font-size: 28px;
  line-height: 30px;
  border-radius: 5px;
  border: solid 1px #164a72;
  padding: 5px 10px;
  background: #104f80;
  color: #f9f10b;
  background: -webkit-linear-gradient(left top, #238de0, #083558);
  background: -o-linear-gradient(bottom right, #238de0, #083558);
  background: -moz-linear-gradient(bottom right, #238de0, #083558);
  background: linear-gradient(to bottom right, #238de0, #083558);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.66);
}
.przycisk_glowna2:hover{
  background: -webkit-linear-gradient(left top, #1cc3f5, #0a4877);
  background: -o-linear-gradient(bottom right, #1cc3f5, #0a4877);
  background: -moz-linear-gradient(bottom right, #1cc3f5, #0a4877);
  background: linear-gradient(to bottom right, #1cc3f5, #0a4877);
  border: solid 1px #072033;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.przycisk_glowna{
  display: inline-block;
  width: 550px;
  text-align: center;
  margin: 10px auto 0 auto;
  font-size: 28px;
  line-height: 30px;
  border-radius: 5px;
  border: solid 1px #0B5A0B;
  padding: 5px 10px;
  background: #10a210;
  color: #f9f10b;
  background: -webkit-linear-gradient(left top, #12b712, #086108);
  background: -o-linear-gradient(bottom right, #12b712, #086108);
  background: -moz-linear-gradient(bottom right, #12b712, #086108);
  background: linear-gradient(to bottom right, #12b712, #086108);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.66);
}
.przycisk_glowna:hover{
  background: -webkit-linear-gradient(left top, #0eec0e, #107d10);
  background: -o-linear-gradient(bottom right, #0eec0e, #107d10);
  background: -moz-linear-gradient(bottom right, #0eec0e, #107d10);
  background: linear-gradient(to bottom right, #0eec0e, #107d10);
  border: solid 1px #289028;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
