/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
	background: #fcfafb url(../img/404_top.jpg) top center no-repeat;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #202020;
}

div {
	margin: 0 auto;
	border: 0px;
}

a {
	text-decoration: none;
	color: #161719 !important;
}

a:hover {
	text-decoration: underline;
	color: #bd2375 !important;
}

h1 {
	color: #bd2375;
	font-size: 80px;
	letter-spacing: -.025em;
	font-weight: 800;
	line-height: 70px;
	text-transform: none;
}

/* koniec html*/

#navigation {
	padding-top: 50px;
}

#content_404 {
	/*background: url(../img/404_bottom.jpg) bottom center no-repeat; */
	padding: 200px 0 0 0;
	text-align: center !important;
}

.href_404 {
	padding: 50px 0;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: .01em;
	color: #161719 !important;
}

.href_404 div{
	padding: 0 0 20px 0;
}

.footer_404 {
	padding: 200px 0 40px 0;
	font-size: 15px;
	color: #999;
}

.footer_404 img{
	margin: 0 auto;
}

.headline-bg2-404 h2 {
    -webkit-font-smoothing: antialiased;
    font-size: 500px;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: -320px;
    margin-top: -120px;
    font-weight: 800;
}


/*============================================================
  For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

.headline-bg2-404 h2 {
    font-size: 400px;
    letter-spacing: 5px;
    margin-bottom: -280px;
    margin-top: -120px;
}
}

/*============================================================
  Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

.headline-bg2-404 h2 {
    font-size: 350px;
    letter-spacing: 5px;
    margin-bottom: -220px;
    margin-top: -120px;
}

h1 {
	font-size: 60px;
	line-height: 50px;
}
}

/*============================================================
  Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

.headline-bg2-404 h2 {
    font-size: 150px;
    letter-spacing: 5px;
    margin-bottom: -110px;
    margin-top: -120px;
}

h1 {
	font-size: 40px;
	line-height: 35px;
}

.navbar-header {
	background: transparent !important;

}

/*============================================================
  Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

.headline-bg2-404 h2 {
    font-size: 280px;
    letter-spacing: 5px;
    margin-bottom: -200px;
    margin-top: -120px;
}

h1 {
	font-size: 50px;
	line-height: 44px;
}

}

