/**/
.mainimg {
position: relative;
    animation-name: example12;
    animation-duration: 4s;
}

@keyframes example12 {

 0% { 
        opacity: 0; 
        transform: translateX(200px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
}
body{
background-color:#000;
}
/*.content{
	margin-top:130px;
	background-image:url('../img/onas1.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left: 50px #2A2A2A solid;
}*/
/*.contentkontakt
{
		margin-top:130px;
		background: rgba(102,102,102,1);
		background-color:#393939;
}*/

.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
   /* font-weight: normal;*/
}
.nagloweform
{
	color:#fe0000;
	font-size:20px;
	text-align:center;
}
.trescbox
{
	margin-bottom:50px;
	margin-left:30px;
	color:#ffffff;
	text-align:justify;
	line-height: 1.5em
}
.stopka{
	margin-top:50px;
	color:#fff;
}
.trescboxkontakt
{
	/*margin-top:50px;*/
	margin-bottom:50px;
	min-height:300px;
/*	background: rgba(0, 0, 0, 0.5);*/

}
/*.tresc{
	color:#ffffff;
	text-align:justify;
	 line-height: 1.5em
}*/
.wyslano
{
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.naglowek
{
	color:#fe0000;
	padding-top:20px;
	margin-left:30px;
	font-size:30px;
	font-weight:bold;
	padding-bottom:20px;
}
.naglowekkontakt
{
	text-align:center;
	color:#fe0000;
	padding-top:20px;
	font-size:30px;
	font-weight:bold;
	padding-bottom:20px;	
}
.przycisk
{
	margin-left:50px;
	margin-right:50px;
}
.formname
{
	color:#fff;
	 font-weight: normal;
}
.row
{
	margin-left:0px;
	margin-right:0px;
}
.baner
{
background-image: url('../img/stal.jpg');
}
.navbar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
background: rgb(149,149,149); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */

}
.navbar-inverse .navbar-nav
{
	/*margin-left:200px;*/
	font-size:15px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fe0000;
	font-weight:bold;
}
.logo
{
	font-weight:bold;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.adres{
	padding-top:5px;
	font-weight:bold;
	text-align:right;
}
.btn-danger
{
	background-color:#b40a0a;
	max-width:220px;
	
}
.btn-danger:hover
{
	background-color:#b40a0a;
}
.main
{
	margin-top:70px;
}
a{
    color:#fff;
	text-decoration:none
}
a.adreslink:hover
{
	color:#fff;
	text-decoration:none;
	font-size:17px;
}
a.adreslink:link, a.adreslink:active
{
	color:#fff;
	text-decoration:none;
	font-size:17px;
}
/**/
.animated { 
    -webkit-animation-duration: 5s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 
@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
/**/
.animated1 { 
    -webkit-animation-duration: 5s; 
    animation-duration: 6s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 
@-webkit-keyframes1 bounceInRight1 { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes1 bounceInRight1 { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight1 { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
/**/
.animated2{ 
    -webkit-animation-duration: 5s; 
    animation-duration: 9s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 
@-webkit-keyframes1 bounceInRight2 { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes1 bounceInRight2 { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight2 { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
/**/
.animated3{ 
    -webkit-animation-duration: 5s; 
    animation-duration: 12s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 
@-webkit-keyframes3 bounceInRight3 { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes3 bounceInRight3 { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight3 { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}



/**/

.animated4{ 
    -webkit-animation-duration: 5s; 
    animation-duration: 15s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 
@-webkit-keyframes4 bounceInRight4 { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes4 bounceInRight4 { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight4 { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
