@charset "utf-8";
/* CSS Document */

/* wyzerowanie domyslnych wartosci */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
hr {display: none;}
img {display: block; border: 0;}

html {

}

/* content */
body {
	/*background: url(../images/cloud-2.png) bottom center #fff no-repeat;*/
	font-family: 'Lato', sans-serif;
	line-height: 1.2em;
	background: #e5e5e5;
}

#outer-wrapper {
	/*background: url(../images/cloud-1.png) top center no-repeat;*/
	display: block;
	margin: 0 auto;
	padding: 100px 0 0 0;
	overflow: hidden;

}

.container {
	width: 1200px;
	margin: 0 auto;
}

.page {
	width: 1100px;
	margin: 0 auto;	
}

#logo {
	margin: 150px auto;
	display: block;
}

#konkurs {
	margin: 20px auto;
}

#konkurs h3 {
	display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.24;
	text-align: center;
	margin: 30px;
}

.orange {
	color: #e1242a;	
}

.col {
	display: block;
	padding: 20px 0px;
	overflow: hidden;
	width: 45%;	
}

#underconstruction {
	display: block;
	overflow: hidden;	
}

#underconstruction h4 {
	font-size: 20px;
    font-weight: 800;
    line-height: 1.24;
	text-align: center;
	margin: 30px;
	display:inherit;
	overflow: hidden;
}

p {
	margin: 20px;
	text-align: center;
	font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    margin-bottom: 18px;
}

.btn {
    background: #d1d1d1;
    color: #212121;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 0 solid #d1d1d1;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.62;
    padding: 13px 32px;
    text-align: center;
    text-shadow: none;
    border-radius: 60px;
    font-weight: bold;
	text-decoration: none;
}

.btn-primary {
    background: #351D77;
    color: #fff;
    border-color: #351D77;
}

.btn-primary:hover { 
	background: #FB774F;
}

#dane {
	margin: 20px auto;
	overflow: hidden;
	display: block;
	clear: both;
}

#dane .col {
	width: 40%;	
	padding: 20px;
}

#dane-col-left {
	float: left;	
}

#dane-col-right {
	float: right;	
}

#dane p {
	margin: 5px 0 5px 0;
}

#dane a {
	color: #e1242a;	
}

#dane a:hover {
	color: #da251d;	
}

#copyright {
	margin-top: 20px;
	overflow: hidden;
	display: block;
}

#copyright-wrapper {
	margin: 20px auto;
	overflow: hidden;	
}

#copyright-wrapper p {
	font-size: 12px;
	text-align: center;
	color: #87898c;
}

#copyright-wrapper a {
	text-decoration: none;
	color: #e1242a;	
}

#copyright-wrapper a:hover {
	color: #da251d;	
}