/* ==========================================================================
   Author's custom styles - Adrian Kaliński graphic designer x-kom.pl
   ========================================================================== */

/* =================================== kontenery sekcje =================================== */

.container {
    border-radius: 30px;
    /* Do zaokrągleń dodajemy prefiksy dla starszych przeglądarek */
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    max-width: 1140px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    letter-spacing: .6px;
    line-height: 1.42857;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    background: #000;
}

.top {
    margin: 0 auto;
    padding: 0;
    background: url("../images/top.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    max-height: 627px;
}

.top_small {
    margin: 0 auto;
    padding: 0;
    background: url("../images/top_small.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    min-height: 830px;
}

.baner1 {
    margin: 0 auto;
    padding: 0;
    background: url("../images/Battlefield.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    min-height: 425px;
    
}
.baner2 {
    margin: 0 auto;
    padding: 0;
    background: url("../images/wiedzmin3.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    min-height: 425px;
}
.baner3 {
    margin: 0 auto;
    padding: 0;
    background: url("../images/tombrider.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    min-height: 425px;
}

.tlo_wykresy1 {
    margin: 0 auto;
    padding: 0;
    background: url("../images/bg1.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    min-height: 200px;
}

.tlo_wykresy2 {
    margin: 0 auto;
    padding: 0;
    background: url("../images/bg2.png") top center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    /*background: #009cff;*/
    min-height: 200px;
}


.see_more{
    background: url("../images/bg2.png")center center no-repeat;
    background: #009cff;
    /*height: 150px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    float: none;
    text-align: center;
}

.footer {
    padding-top: 0px;
    padding-bottom: 15px;
    color: #5b5b5b;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    max-width:90%;
    margin: 0 auto;
    min-height: 30px;
}

.instrukcja{
   
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;   
}

.logo{
    padding: 0;
    vertical-align: middle;
    max-width: 164px;
    position: relative;
    top:30px;
}

.logo2{
    padding: 0;
    vertical-align: middle;
    float:right;
    max-width: 42px;
    position: relative;
    top:350px;
}


.logo_small{
    text-align:center; 
    margin:0 auto;
    padding:20px;
    max-width: 204px;
    float: none;
}

.logo_small2{
    padding: 0;
    float:right;
    max-width: 42px;
    position: relative;
    top:150px;
}


.sprawdz {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.numer{
    display: inline-block; 
    height: 50px;
    vertical-align: middle;
    /*padding: 20px;*/
}
.wykres{
    text-align: center !important;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 5px;
    padding-right: 5px;
}

.gwiazdka::before{
    content: url("../images/star.png");
    
}

.mini_hr::before{
    content: url("../images/mini_hr.png");
}

.kolko::after{
    content: url("../images/menu/dott.svg");
    display: inline-block;
    width: 27px;
    height: auto;
    margin-left: 12px;
    vertical-align: middle;
}


/* =================================== kolory =================================== */

.black{
    background-color: #000;
}

.white{
    color:#fff;
}

/* =================================== foto =================================== */

.produkt {
    background-color: #ffffff;
    text-align: center; 
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}

.produkt_xs {
    background-color: #ffffff;
    text-align: center; 
    margin: 0 auto;
    padding: 0px 30px 0px 100px;
}

.produkt_foto{
    padding: 0px 30px 0px 30px;
}

.top_foto{
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto;
}

.opis_produktu{
    text-align: left; 
    padding-left: 60px;
}

/* =================================== hover effect opacity animation =================================== */

.hover1 figure {
	background: #fff;
    
}
.hover1 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover1 figure:hover img {
	opacity: .5;
}
.hover2 {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover2:hover {
	opacity: .5;
}


/* =================================== marginesy =================================== */

.polecane {
  margin: 0 auto;   
}

.odstep{
    padding-bottom: 30px;
}
.odstep2{
    margin-bottom:15px;
}
.odstep3{
    margin-top:15px;
}
.maly_margin{
    margin-bottom: -50px;
}
.odstep_all{
    margin:20px;
}

/* =================================== linie =================================== */

hr{
    border: 0;
    border-top: 1px solid #d0d0d0;
}
.linia{
    color: #d0d0d0;
    width: 97%; 
    padding-bottom: 30px;
    padding-top: 30px;
}

/* =================================== pozycjonowanie =================================== */

.srodek{
margin: 0 auto;
text-align: center;
margin-left: 47%;
}

.prawa{
    float:right !important;
}
.lewa{
    text-align: left !important;
}

.fot2{
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
}

.fot{
    padding: 30px;
    margin:  0 auto;
    text-align: center;
}

.full{
    /*padding-right: 0px;
    padding-left: 0px;*/
    margin-left: -15px;
    margin-right: -15px;
   
}


/* =================================== fonty =================================== */

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue.otf') format("opentype");
  src: url('../fonts/BebasNeue.ttf')  format('truetype'); /* Safari, Android, iOS */
  src: url('../fonts/BebasNeue.eot')  format('embedded-opentype'); /* IE6 */
  src: local('Bebas Neue'), url('../fonts/BebasNeue.ttf')  format('truetype');
    
} 


/* nunito */

body{
    font-family: 'Nunito', sans-serif !important;
    color: #fff;
}

.extralight{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 200;
}

.light{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 300;
}

.medium{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400;
}

.semibold{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700;
}

.bold{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800;
}
.extrabold{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 900;
}

.cena_przekreslona{
    font-size: 24px;
    padding-top:20px;
    font-weight: 900;
    text-decoration: line-through;
}

.cena{
    font-size: 28px;
    padding-top:20px;
    font-weight: 900;
}
.small{
    font-size: 16px !important;
    color: #000 !important;
}

.kod{
    color:#b43900 !important;
}
.twarda_spacja{
     white-space: nowrap;  /* twarda spacja */
}

h1{
font-size: 36px;
font-weight: 300;
line-height: 1.2;
letter-spacing: 0;
color: #000;
margin: 0;

}

h2{
font-size: 28px;
/*font-weight: 600;*/
line-height: 1.2;
letter-spacing: 0;
color: #000;
margin: 0;
padding: 15px 0px 15px 0px;
text-align: left
}

h3{
font-size: 28px;
line-height: 1.6;
letter-spacing: 0;
color: #000;
  
}

h4{
font-size: 18px;
line-height: 1.2;
letter-spacing: 0;
color: #000;
padding-top:15px;
}

h5{
color: #000;
padding-top: 15px;
font-size: 14px;
text-align: center;

}
.opis{
padding: 30px;
}

.white{
    color: #fff !important;
}

p, ul, li{
font-size: 17px;
font-weight: 300;
line-height: 1.4;
letter-spacing: .6px;
color: #000;
margin: 0;
}

ul, li{
    list-style-type: none;
    text-align: left;
}

/* =================================== formularze =================================== */

.cien{
    background: #fff;
    /* cień formularza */
    -webkit-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.34);
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.34);
    padding-left:30px;
    padding-right: 30px;
    padding-bottom: 20xp;
    padding-top: 20px;
    margin: 40px;
}

.form-control{
    border-radius: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.formularz_nazwa{
    color:#60e5df;
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}
.mailing{
    background: url("../images/mailing_bg.png")center center no-repeat;
        margin: 0 auto;
    padding: 0;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
    margin-left: -15px;
    margin-right: -30px;
    min-height: 530px;
    
}

/* =================================== buttony =================================== */

.btn,btn:visited{
font-size: 20px;
vertical-align: middle;
border-radius: 30px;
border: 1px solid #f25821;
display: block;
min-width: 66px;
padding:  4px 40px 8px 40px;
text-align: center;
text-decoration: none;
cursor: pointer;
background: #fff;  
color:#f25821;
width: auto;
border-color: #f25821;
}

.btn:hover {
    background: #f25821;
    border-color: #f25821;
color:#fff;
       transition: all 0.7s;
     -webkit-transition: all 0.7s;
}

.btn_top,btn_top:visited,btn:visited{
font-size: 20px;
vertical-align: middle;
border-radius: 30px;
border: 1px solid #f25821;
display: block;
min-width: 66px;
padding:  4px 40px 8px 40px;
text-align: center;
text-decoration: none;
cursor: pointer;
background: #f25821;  
color:#fff;
width: auto;
}

.btn_top:hover{
    border: 1px solid #fff;
    background: #fff;
color:#f25821 !important;
       transition: all 0.7s;
     -webkit-transition: all 0.7s;
}

.btn_footer,btn_footer:visited{
font-size: 32px;
vertical-align: middle;
border-radius: 30px;
border: 1px solid #fff;
display: block;
min-width: 66px;
padding:  4px 60px 8px 60px;
text-align: center;
text-decoration: none;
cursor: pointer;
background: #009cff;  
color:#fff;
width: auto;
}

.btn_footer:hover{
    border: 1px solid #f25821;
    background: #f25821;
color:#fff !important;
       transition: all 0.7s;
     -webkit-transition: all 0.7s;
}

/* =================================== linki =================================== */

a, a:hover, a:visited{
    color: #000;
    text-decoration: none;
}

.see_more_link {
    color:#000 !important;
    text-decoration: none;
    font-size: 24px;
    vertical-align: middle;  
}

.footer_link {
    color: #5b5b5b !important;
    text-decoration: none;
}



i {
    /* Wyzerowuje style przeglądarki dla wszystkich znaczników i - w tym przypadku usuwam kursywę 
    zauważcie, że nie użyłem kropki przed i, więc nie odwołuję się do klasy a do wszystkich znaczników danego typu */
    font-style: normal;
}



/* =================================== karuzela =================================== */

.strzalka_lewo::before{
    content: "<";
    font-size: 20px;
    padding: 13px 20px;
    border-radius: 100px;
    /* Do zaokrągleń dodajemy prefiksy dla starszych przeglądarek */
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid #000;
    position: relative;
    top:48%;
}
.strzalka_prawo::before{
    content: ">";
    font-size: 20px;
    padding: 13px 20px;
    border-radius: 100px;
    /* Do zaokrągleń dodajemy prefiksy dla starszych przeglądarek */
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid #000;
    position: relative;
    top:48%;
}
.strzalka_prawo:hover,.strzalka_lewo:hover{
    color: #f25821;
}
.carousel-control.right{
    background: transparent;
    background-image: none;
    color: #000;
}
.carousel-control.left{
    background: transparent;
    background-image: none;
    color: #000;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.0);
    filter: alpha(opacity=100);
    opacity: 1;
}

.carousel-caption{
    position: relative;
    top:35%;
    right: 0;
    left: 5%;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
}
.carousel-caption-center{
    left: 25%;
}
.carousel-caption h3{
    color: #000;
}
.carousel-caption p{
    color: #000;
    font-size: 14px;
}
.carousel-caption .btn,btn:visited{
    border: 1px solid #000;
    background: #fff;  
    color:#000;
    border-color: #000;
    z-index: 1000;
}
.carousel-caption .btn:hover {
    background: #f25821;
    border-color: #f25821;
    color:#fff;
    z-index: 1000;
}
.xs_btn{
    border: 1px solid #000;
    background: #fff;  
    color:#000;
    border-color: #000;
    z-index: 1000;
}
.xs_img{
    padding-left: 55px;
    padding-right: 55px;
}
.carousel-indicators {
    display: none;
}
