div.clearer {clear: both;}


div#footerContainer {
    clear: both;
    background-color: #666;
    color: #FFF;
    position: relative;
    padding-bottom: 120px;
}
div#footer {
    width: 1160px;
    margin: 0px auto;
    position: relative;
    padding: 30px 0px;
    font-size: 12px;
}
div#footer div.buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}
div#footer div.column1 {
  float: left;
  margin: 0px 30px 0px 0px;
  width: 400px;
  font-size: 10px;
}
div#footer div.column1 a {text-decoration: underline;}

div#footer div.column1 div.line {
  margin-bottom: 10px;
}
div#footer div.buttons a.social.gplus {
  background-image: url(/nabytek/media48_googleplus.png);
}
div#footer div.buttons a.social.twitter {
  background-image: url(/nabytek/media48_twitter.png);
}
div#footer div.buttons a.social.facebook {
  background-image: url(/nabytek/media48_facebook.png);
}
div#footer div.buttons a.social.instagram {
  background-image: url(/nabytek/media48_instagram.png);
}
div#footer div.buttons a.social {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 40px;
}
div#footer a {
    color: #FFF;
}



.invisible {
    display: none;
}

/*Big form*/
FORM.bigform {margin: 0px; padding: 0px; font-family: Georgia, serif; font-size: 14px; width: 100%;}
FORM.bigform DIV {margin: 0px 20px;}
FORM.framedform {padding: 20px; /*border: 2px solid #FFB944;*/}
FORM.bigform H1 {color: #1E3665; font-weight: normal; margin: 0px 0px 0.25em 0px; font-size: 150%;}
FORM.bigform H2 {color: #1E3665; font-weight: normal; margin: 20px 0px 10px 0px; font-size: 120%; padding-bottom: 5px; border-bottom: 1px dotted;}
FORM.bigform DIV.form_introduction {margin-bottom: 20px; font-style: italic;}
FORM.bigform DIV.introduction {margin-bottom: 20px; font-style: italic;}
FORM.bigform DIV.hint {margin-left: 200px; text-align: right; font-style: italic; font-size: 80%; color: #696969; margin-top: -5px; margin-bottom: 10px;}
FORM.bigform DIV.formline {position: relative; padding-left: 200px; margin-bottom: 10px; text-align: right;}
FORM.bigform SPAN.caption {position: absolute; top: 0px; left: 0px; width: 200px; text-align: left;}
FORM.bigform DIV.noninput {width: auto; border: 0px inset; padding: 5px; font-family: Verdana, sans-serif; font-size: 90%; text-align: left; font-style: italic; min-height: 16px;}
FORM.bigform INPUT.textbox {width: 95%; border: 1px inset; padding: 5px; font-family: Verdana, sans-serif; font-size: 90%; }
FORM.bigform TEXTAREA.textbox {width: 95%; border: 1px inset; padding: 5px; font-family: Verdana, sans-serif; font-size: 90%; }
FORM.bigform INPUT.button {/*border: 1px outset; padding: 2px 5px;*/ /*font-family: Verdana, sans-serif;*/ font-size: 90%;}
FORM.bigform DIV.submitline {position: relative; margin-bottom: 10px; text-align: right;}
FORM.bigform DIV.submitline A {margin-right: 10px; color: #696969;}
FORM.bigform DIV.result {margin-top: 30px; margin-bottom: 25px; margin-left: 30px; padding-left: 30px; font-style: italic; position: relative;}
FORM.bigform DIV.result IMG {position: absolute; top: -5px; left: 0px;}
FORM.bigform DIV.error_goback {margin-bottom: 10px; margin-left: 60px; }
FORM.bigform DIV.backlink {margin-bottom: 50px; margin-left: 60px; }
FORM.bigform DIV.pozor {background-color: #E2E2E2; margin: 0px 60px 20px; padding: 10px; font-size: 80%;}
FORM.bigform DIV.pozor_item {position: relative; margin-bottom: 10px; padding-left: 40px;}
FORM.bigform DIV.pozor_item IMG {position: absolute; left: 5px; top: 0px;}
FORM.bigform DIV.pozor_title {font-weight: bold; margin-bottom: 3px; color: #454545;}



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1200px or less */
@media screen and (max-width: 1200px) {
	#siteswapper UL {width: 100%; margin: 0;}
	div#envelope {width: 100%; margin-left: 0; margin-right: 0;}
	div#footer {width:100%;}
	div#footer div.column1 {margin-left: 20px;}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	div#logo a img {width: 100%;}
	div#userspace {width: 100%; position: relative; text-align: left; color: #373737; z-index: 10;}
	div#userspace #username_label {position: absolute; top: 0px; left: 20px;}
	div#userspace #password_label {position: absolute; top: 0px; left: 157px;}
	div#userspace INPUT#username {margin-left: 20px;}
	div#contentcolumn {float: none; width: 100%; padding: 0px;}
	div#contentcolumn img {width: 100%;}
	DIV#leftcolumn {float: none; width: 100%;} 
	DIV#rightcolumn {float: none; width: 100%;} 
	DIV#centercolumn {float: none; width: 100%;}
	div#footer div.buttons 
	{
		clear: left;
		margin-top: 40px;
		position: relative;
		top: auto;
		right: 20px;
	}
	div#footer div.column1 {
	  float: none;
	  margin: 0px 0px 0px 10px;
	  width: 95%;
	}

}

