html,
body,
#container_out
{
	height: 100%;
}

#kamera_flash_prawa
{
	float: right;
	width: 340px;
}

#kamera_flash_prawa.priv
{
	height: 96%;
}

#kamera_flash_prawa.priv #chat
{
	height: 100%;
	position: realative;
}

#kamera_flash
{
	margin-right: 360px;
	height: 100%;
}

.zamknij_chat
{
	background: rgba(0,0,0,.7);
	border-radius: 8px;
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	margin-left: -60px;
	margin-top: 20px;
	z-index: 1000;
}

.zobacz_profil,
.zacznij_rozmowe
{
	position: absolute;
	background: #7c00b4;
	padding: 4px 20px;
	display: inline-block;
	text-decoration: none;
	z-index: 1000;
	margin-top: 20px;
	font-family: "Ubuntu Condensed";
	font-size: 12px;
}

.zobacz_profil
{
	margin-left: -420px;
}

.zacznij_rozmowe
{
	margin-left: -250px;
	background: url("../images/gfx/new/menu_active.png") center center repeat-x  #fdcf3b;
	color: #331035;
}

.zobacz_profil:hover,
.zacznij_rozmowe:hover
{
	background: #6e236f;
	color: #fff;
	transition: .3s;
	text-decoration: none;
}

#chat_flash
{
	height: 100%;
}

#chat_flash
{
	position: relative;
}

#chat_flash img
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#kamera_flash embed
{
	width: 96%;
	margin: 1px 2%;
	height: 100%;
	display: block;
	background: none;
}

#wrapper
{
	width: 320px;
	margin: 0px;
}

#wrapper #messagewindow
{
	background: none;
	height: 250px;
	border: 0px;
        font-size: 14px;
}

#wrapper.priv
{
	height: 60%;
	min-height: 60%;
}

#wrapper.priv #wrapper
{
	position: absolute;
	top: 50px;
	bottom: 200px;
	width: 100%;
}

#kamera_flash_prawa.priv #chat .form
{
	position: absolute;
	bottom: 0px;
}

p#priv
{
	text-align: right;
	line-height: 20px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
}

p#priv img
{
	vertical-align: middle;
	padding-right: 10px;
}

p#pozostaly
{
	background: #71156f;
	padding: 10px;
	margin-right: 10px;
	color: #fdcf3a;
}

p#pozostaly span
{
	color: #fff;
	font-size: 18px;
}

p#pozostaly a
{
	float: right;
	width: auto;
	padding: 6px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

p#pozostaly a:hover
{
	background: #1e0d1f;
}

#container
{
	width: 90%;
	height: 100%;
	margin: 0px 5%;
	background: url('../images/gfx/kamera/tlo.jpg') no-repeat center center;
	background-size: cover;
	padding: 0px;
	box-shadow: 0px 8px 8px #000;
}

#kamera_flash_prawa #osoby .osoba_div
{
	width: 97%;
	margin: 0px;
}

#osoby
{
	line-height: 150%;
}

@media screen and ( max-height: 1200px )
{
    #osoby div.osoba_div_3
    {
        display: none;
    }
}

@media screen and ( max-height: 900px )
{
    #osoby div.osoba_div_2
    {
        display: none;
    }
}

@media screen and ( max-height: 650px )
{
    #osoby div.osoba_div_1
    {
        display: none;
    }
}

#nick
{
	background: rgba(45,20,43,.7);
	padding: 10px;
	color: #fff;
	font-size: 14px;
	margin: 10px 0px;
	margin-right: 10px;
}

#form_chat #msg
{
	background: rgba(45,20,43,.7);
	padding: 10px;
	width: 310px;
	height: 20px;
	color: #fff;
	margin: 10px 0px;
	font-size: 14px;
}

#form_chat .button,
#pozostaly a
{
	background: url("../images/gfx/new/menu_active.png") center center repeat-x  #fdcf3b;
	width: 330px;
	font-size: 15px;
	color: #331035;
	text-transform: uppercase;
	padding: 6px 0px;
	height: auto !important;
	font-family: "Ubuntu Condensed";
	margin-bottom: 10px;
}

#form_chat .button:hover,
#pozostaly a:hover,
.zamknij_chat:hover
{
	background: #6e236f;
	color: #fff;
	transition: .3s;
	text-decoration: none;
}

#form_chat .button_end
{
	background: red;
	color: #fff;
}