@charset "utf-8";
/* CSS Document */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.button {
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 10px;
  width: 150px;
  display: inline-block;
  background-color: #BC2400;
  color: white;
  font-weight:bold;  
  text-align: center;
  transition: .25s ease;
  border: none;
  border-radius: 12px 12px 0 0;
}

#menu_area .button {
    color: #ffffff;
    text-decoration: none;   
    height: 45px;
}    

#menu_area .button:hover {
    color: #ffbf01;
    text-decoration: none;       
}

#menu_area .button:active {
    text-decoration: none;    
    color: #ffbf01;
}          

#postage {
    font-family:verdana, arial, sans-serif;
    text-align:center;
    text-justify: distribute;
    color:red;
    font-size:12px;
}

#button {
    display: inline-block;
    text-decoration: none;    
    border: 1px solid #B7B7B7; 
    background: #F7F7F7 url(http://www.electrohero.com/ebay/images/tabbut.gif) repeat-x 0 0;    
    background-color:#FFF;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
    width: 130px;
    font-weight:bold;
    color: #f5f5f5;
    /*margin: 0 auto;*/  
    margin-right:8px; /*distance between buttons*/    
    font-family: Verdana,Arial,Helvetica,sans-serif;     
    font-size: 12px;
    text-align: center;     
    padding: 4px;
}

label {
  display: inline-block;
  width: 100%;
  height: 50%;
  padding: 10px;
  cursor: pointer;
 
}

input[type="radio"] {
  display: none;
}

.tab-folder .tab-content {
  display: none;
}

input#tab1_active:checked ~ #menu_area .tab1-btn {
  color: #FF0004;
}

input#tab1_active:checked ~ .tab-folder #tab1 {
  display: block;
}

input#tab2_active:checked ~ #menu_area .tab2-btn {
  color: #ffbf01!important;
}

input#tab2_active:checked ~ .tab-folder #tab2 {
  display: block;
}

input#tab3_active:checked ~ #menu_area .tab3-btn {
  color: #ffbf01!important;
}

input#tab3_active:checked ~ .tab-folder #tab3 {
  display: block;
}

input#tab4_active:checked ~ #menu_area .tab4-btn {
  color: #ffbf01!important;
}

input#tab4_active:checked ~ .tab-folder #tab4 {
  display: block;
}
.content {
    width: 100%;
    background-size: 100% auto;
    height: auto;
  
   
}
.content .center {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-top: -44px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}
.content .center .content2 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    height: auto;
    border: thin solid #E1E1E1;
    margin-top: -6px;
}
 p {
   font-family: "Roboto Flex", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(53,53,53,1.00);
    font-size: 15px;
	 line-height: 15px;
}
.content2 .about hr {
}
tbody tr td {
    color: rgba(255,255,255,1.00);
    text-align: center;
	padding: 15px;
}
.content2 .about table {
    border: 1px dotted rgba(102,102,102,1.00);
    background-color: rgba(233,233,233,1.00);
}


table, th, td {
    color: rgba(37,37,37,1);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
    border: thin solid #292929;
}
th {
    padding: 15px;
    width: 8%;
	
}
.tabbed .tab-content img {
    margin-bottom: 17px;
}

@media (max-width: 800px) {
 th {
    width: 20%;
  }
}
.menu-top {
    width: 413px;
    height: 38px;
    z-index: 78;
    top: 27px;
    float: right;
  
    margin-top: 14px;
    display: block;
}@media (max-width: 800px) {
 .menu-top {
	 position: absolute;
     
  }
}

.menu-top .menu-pozycje2 {
    width: 115px;
    height: 37px;
    display: inline-block;
    z-index: 1000;
    float: none;
    margin-right: 8px;
    margin-left: -5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    border: thin solid #5415BE;
}
@media (max-width: 800px) {
 .menu-top .menu-pozycje2 {
	 
	    width: 28%;
    height: 37px;
  }
}
.content .top {
    height: 75px;
    background-color: #5415BE;
    width: 100%;
    display: block;
}
.menu-top .menu-pozycje2:hover {
    background-color: #6929D4;
    transition: all 200ms ease-in-out 0s;
    border: thin solid #FFFFFF;
}
.content .top {
    height: 75px;
    background-color: #5415BE;
    width: 100%;
    display: block;
}
.top .logo  {
    width: 283px;
    float: left;
    position: relative;
    height: 40px;
    margin-top: 14px;
    margin-left: 30px;
    margin-bottom: 4px;
}
@media (max-width: 800px) {
 .top .logo {
	 
	  width: 283px;
  }
}
@media (max-width: 800px) {
 .menu-top {
	 
	 width: 100%;
	 background-color:#5112B8;
	 height: 50px;
	 margin-top: 32px;
   
 position: absolute;
     
  }
}
.turbina {
    width: 100%;
    height: auto;
    margin-top: 22px;
    float: none;
    display: block;
}

.turbina1 {
    display: block;
    float: left;
    margin-right: 11px;
    clear: none;
    width: 48%;
}
@media (max-width: 800px) {
  .turbina1 {
    display: block;
    float: left;
    margin-right: 11px;
    clear: none;
    width: 100%;
  }
}
li {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(53,53,53,1.00);
    list-style-type: none;
    list-style-image: url(images/li.png);
	line-height: 30px;
}
h3 {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 29px;
    line-height: 28px;
    width: 100%;
	display:block;
    text-align: left;
}
 ul {
    height: auto;
	  list-style-type: none;
	 margin-left: 0px;
	 padding-left: 20px;
}
.info   {
    width: 100%;
    height: 120px;
    display: block;
    float: left;
}
@media (max-width: 800px) {
 .info {
     width: 100%;
	 height: auto;
  }
}
.content2 .turbina .tabs1 {
    width: 97.4%;
    display: block;
    float: left;
    background-color: #212121;
    margin-top: 21px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 28px;
}

.content2 .turbina .naglowek2 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
    float: left;
}
.tabs .top-content .buton1 {
    width: 18%;
    display: inline-block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    margin-top: 4px;
    text-align: center;
    border: thin solid #FFFFFF;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
}
.tabs .top-content .buton1:hover {
    background-color: #FF0004;   
	transition: all 200ms ease-in-out 0s;
}
.tabs .top-content .buton1:focus {
    background-color: #FF0004;   
	transition: all 200ms ease-in-out 0s;
}

.turbina .tabs .top-content {
    width: 100%;
    height: 50px;
    z-index: 1000;
    float: none;
    display: block;
}
.tabbed {
    overflow-x: hidden; /* so we could easily hide the radio inputs */
    margin-top: -1px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
    padding-bottom: 16px;
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
    display: flex;
	
    align-items: stretch;
    list-style: none;
    padding: 0;
    border-bottom-width: 100%;
    width: 100%;
    margin-top: 7px;
    z-index: 10000;
}
@media (max-width: 800px) {
  .tabs {
    display: flex;
	flex-direction: column;
    align-items: stretch;
    list-style: none;
    padding: 0;
    border-bottom-width: 100%;
    width: 100%;
    margin-top: 7px;
    z-index: 10000;
  }
}
.tab > label {
    margin-bottom: 0px;
    padding: 12px 20px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    width: 175px;
    list-style-type: none;
    text-align: center;
}
.center .content2 .naglowek2 {
    width: 98%;
}
.center .content2 .about {
    width: 33%;
}
@media (max-width: 800px) {
 .center .content2 .about {
     width: 100%;
  }
}

@media (max-width: 800px) {
 .center .content2 .naglowek2 {
     width: 150%;
  }
}

@media (max-width: 800px) {
  .tab > label {
     margin-bottom: 0px;
    padding: 12px 20px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    width: 45%;
    list-style-type: none;
    text-align: center;
  }
}
.tab:hover label {
    border-top-color: #333;
    color: #FFFFFF;
    width: 180px;
}
 li.tab   {
	width:200%;
    margin-left: 3px;
     list-style-image: none!important;
}



.tab-content {
    display: none;
    color: #777;
    text-align: center;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label 

{
	border-bottom-color: #fff;
	border-top-color: #B721FF;
	background: #fff;
	color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4), 
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5)


{
	display: block;
}
.tabbed .tab-content p {
    color: #FFFFFF;
    text-align: left;
	font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-style: normal;
	line-height: 22px;
}
.tabs1 .tabbed .tab-content {
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -19px;
}
