@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,latin-ext);
@import url('http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');

* { padding: 0; margin: 0;}

body {
	background-color: #eee;
	background-image: url('img/bg_top.png'), url('img/bg_body.png');
	background-position: top, 45px;
	background-repeat: repeat-x, repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
a  {color: #0f110c;text-decoration: none;}
a:hover{color: #23678a; text-decoration: underline;}
img { border: 0; }
#wrapper { 
	margin: 0 auto;
	width: 940px;
	margin-bottom: 40px;
}
/*---------------------------------
:: NAGLOWEK 
---------------------------------*/
#header {
	width: 940px;
	height: 45px;
	padding: 0px;
}
#header img {
	margin-top: 4px;
	max-height: 36px;
	max-width: auto;
}
#header .pagename {
	color: #fff;
}
#header .pagename i {
	background: #FEC63E;
	display: inline-block;
	height: calc(45px - 6px);
	font-size: 32px;
	padding: 6px 10px 0px 10px;
	vertical-align: middle;
	transition: background 0.3s;
}
#header .pagename:hover i {
	background: #e74c3c;
}
#header .pagename span {
	display: inline-block;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	vertical-align: middle;
	padding-left: 15px;
}
/*---------------------------------
:: MENU GLOWNE (W TOPie) 
---------------------------------*/
#navigation {
	float: right;
	height: 45px;
	color: #eee;
}
#navigation ul {
	padding-top: 12px;
	float: left;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	color: #e2e2e2;
	text-shadow: 1px 1px 0px #303030;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#navigation ul li a { padding: 10px 8px 15px 8px; color:#eee; border-top: 2px solid #282828; text-decoration: none; }
#navigation ul li a:hover { color:#eee; border-top: 2px solid #eee; text-decoration: none;}
#navigation ul li a.facebook_login_button {
	background:#3b5998;
	color:#FFF;
	font-size:14px;
	color:#FFF;
	padding:5px;
	margin-top:-6px;
	display:block;
	text-align: center;
}
#navigation ul li a.facebook_login_button:hover {
	background:#4C71BA;
	border-top: 2px solid #282828;
}
#navigation ul li .sup {
	font-size: 11px;
	position: relative;
	top: -10px;
}
/* :: MENU ROZWIJANE -------------*/
#navigation ul li:hover ul.submenu {
	display: block;
}
#navigation ul li ul.submenu {
	float: none;
	background: #282828;
	position: absolute;
	z-index: 11;
	margin-top: 13px;
	padding: 7px 7px;
	display: none;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
#navigation ul li ul.submenu li {
	display: block;
	float: none;
	background: none;
	text-shadow: none;
	font-size: 12px;
	padding: 0; margin: 0;
	font-family: Arial;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'PT Sans Narrow', sans-serif;
}
#navigation ul li ul.submenu li a { display: block; padding: 2px 6px; color:#eee; min-width: 140px; border-top: 0; border-left: 3px solid #343434; }
#navigation ul li ul.submenu li a:hover { background: none; color:#eee; border-top: 0;  border-left: 3px solid #3791c5; }
/*---------------------------------
:: KONTENER
---------------------------------*/
#content { 
	 width: 700px;
	 margin: 0 auto;
}
/*---------------------------------
:: TYTUL OBIEKTU
---------------------------------*/
.block h2 {
	 padding: 0px 0px 0px 10px;
	 font-family: 'PT Sans Narrow', sans-serif;
	 color: #0f110c;
	 font-size: 32px;
	 font-weight: normal;
	 text-align: left;
	 clear: both;
}
/* :: TYTUL PODSTRONY -----------*/
.block h1 {
	 font-size: 32px;
	 padding: 3px 0px 5px 10px;
	 font-family: 'PT Sans Narrow', sans-serif;
	 color: #0f110c;
	 font-weight: normal;
}
.block h2 a, .block h1 a {
	text-decoration: none;
	color: #0f110c;
}
.block h2 a:hover, .block h1 a:hover {
	text-decoration: none;
	color: #23678a;
}
/*---------------------------------
:: BLOCZEK Z OBIEKTEM
---------------------------------*/
#content .block { 
	color: #737272;
	background: #fff;
	padding: 0px;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	margin-top: 40px;
	position: relative;
}
.block .tresc {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	margin: 10px 0px 0 0px;
	position: relative;
	z-index: 10;
	padding: 10px;
}
.block a.prev, .block a.next {
    position: absolute;
    display: block;
    background: #313131;
    font-size: 36px;
    color: #fff;
    width: 70px;
    transition: background 0.3s;
    padding: 90px 0px 0px 0px;
    height: 127px;
    top:0; bottom:0;
    max-height: 100%;
    text-align: center;
    margin: auto;
}
.block a.prev:hover, .block a.next:hover {
    text-decoration: none;
    background: #45a0cf;
}
    .block a.prev {
        left: -70px;
    }
    .block a.next {
        right: -70px;
    }

/* :: OBIEKT --------------------*/
.object, .ytobject {
	border: 0px solid #fff;
	float: left;
	position: relative;
	width: 700px;
	min-height:320px;
	background: url('img/bg_object.png');
	text-align: center;
}
.object img {
	margin-bottom: -3px;
	max-width: 700px;
	max-height: auto;
}
.ytobject iframe {
    width: 700px;
    height: 400px;
    z-index: -10;
    margin-bottom: 30px;
}

.object:hover .report, .ytobject:hover .report
{
	opacity:1;
}
.report {
	background: url('img/flag_red.png') no-repeat center, rgba(0,0,0,0.8);
	padding:16px;
	font-size:0;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	transition:opacity 0.5s;
}
.mod_tools {
	background: url('img/bg_object.png');
	margin:0px 0px 10px 0px;
	z-index:15;
	position:relative;
}
.mod_tools a {
	display:inline-block;
	padding:10px;
	color:#CCC;
	font-weight:bold;
}
.mod_tools a:hover {
	color:#FFF;
}
.share {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	z-index: 11;
}
.share ul {
	list-style: none;
	display: block;
}
.share li { 
	display: block; 
	margin: 0; 
	padding: 10px;
	float: left;
}
.share .socialite { 
display: block;
position: relative; 
}
.share .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.share .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.share .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.share .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }
/*---------------------------------
:: PODPIS OBIEKTU
---------------------------------*/
.object .podpis {
	background: url('img/black_point.png');
	color: #eee;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 9px 0px 9px 0px;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 10;
}
.ytobject .podpis {
	background: url('img/black_point.png');
	color: #eee;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 9px 0px 9px 0px;
	font-size: 12px;
}
.object:hover  .podpis {
	opacity: 1;
	visibility: visible;
}
/* :: PRAWA --------------------*/
.prawa {
	float: right;
	padding-right: 6px;
	font-weight: bold;
}
.prawa > a.thumb_up { color: #addc8a; text-decoration: none; background: url('img/thumb_up.png') left no-repeat; padding: 5px 0px 4px 22px; margin-right: 10px; }
.prawa > a:hover.thumb_up { color: #75ca35; text-decoration: none; background: url('img/thumb_up_hover.png') left no-repeat; }
.prawa > a.thumb_down { color: #faa38b; text-decoration: none; background: url('img/thumb_down.png') right no-repeat; padding: 4px 22px 8px 0px; margin-left:10px; }
.prawa > a:hover.thumb_down { color: #d44048; text-decoration: none; background: url('img/thumb_down_hover.png') right no-repeat; }
/* :: LEWA ----------------------*/
.lewa {
	float: left;
	padding-left: 6px;
	font-weight: bold;
}
.lewa a { color: #c6c6c6; text-decoration: none; }
.lewa a:hover { color: #eee; text-decoration: none;}

/*---------------------------------
:: INFORMACJE O OBIEKCIE
---------------------------------*/
.info {
	float: left;
	color: #b1b1b1;
	font-family: 'PT Sans Narrow', sans-serif;
	margin: 15px 10px 10px 10px;
}
.info li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
.info li b {
	font-weight: normal;
	color: #8d8d8d;
}
.info li a {
	color: #b1b1b1;
	text-decoration: none;
}
.info li a:hover {
	color: #b1b1b1;
	text-decoration: underline;
}
/*---------------------------------
:: PAGINACJA
---------------------------------*/
.pagination {
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
	font-weight: bold;
	color: #b6b6b6;
}
.pagination .square {
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	padding: 4px;
	background: #fff;
	margin: 0px 2px;
}
.pagination a.square {
	color: #b6b6b6;
	text-decoration: none;
}
.pagination .current {
	color: #3190c0;
}
.pagination .next, .pagination .previous {
	background: #fff;
	padding: 4px 12px !important;
	color: #979797;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
}
.pagination a:hover{
	color: #60badc;
}
/*---------------------------------
:: STOPKA
---------------------------------*/
#footer { 
	color: #f5f5f5;
	border-top: 1px solid #1f1f1f;
	background: #303030;
	height: 80px;
	width: 100%;
	text-shadow: 1px 1px 0px #4a4a4a;
	font-size: 13px;
	box-shadow: inset 0px 10px 20px rgba(0,0,0,0.2);
}
#footer a { color: #f5f5f5; }
#footer .furniture {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer .links {
	text-transform: uppercase;
	font-weight: bold;
}
#footer .links a {
	color: #f5f5f5; 
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
 }
 #footer .links a:hover {
	text-decoration: none; 
	border-bottom: 2px solid #f5f5f5;
 }
 #footer .links img {
	position: relative;
	margin: 0px 5px -2px 5px;
 }
 #footer .copyrights {
	display: block;
	margin-top: 12px;
	font-size: 12px;
 }
 
/*---------------------------------
:: FORMULARZE
---------------------------------*/
.block form {
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	width: 80%;
	margin: 0 auto;
}
.block form a {
	text-align: center;
	padding-bottom: 10px;
	width: 80%;
	margin: 0 auto;
}
.block label { 
	float: left;
	width: 25%;
	margin-right: 20px;
	padding-top: 3px;
	text-align: left;
	height: 25px;
}
.block label .required { 
	color: orange;
}
.block label img {
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
    height: 32px;
    width: auto;
}
.block input[type~=text], .block input[type~=password], .block input[type~=email], .block input[type~=file]{
	height: 25px;
	padding: 0px 0px 0px 0px;
	padding-left: 4px;
	float: left;
	width: 70%;
	margin-bottom: 10px;
	font-weight: bold;
	background: #F4F4F4;
	color: #585858;
	border: 1px solid #DDDDDD;
	outline: 0;
}
.block textarea {
	height: 100px;
	padding: 0px 0px 0px 0px;
	background: #F4F4F4;
	color: #585858;
	border: 1px solid #DDDDDD;
	outline: 0;
	padding-left: 4px;
	float: left;
	width: 70%;
	margin-bottom: 10px;
	font-weight: bold;
}
.block select {
	height: 25px;
	padding: 0px 0px 0px 0px;
	padding-left: 4px;
	float: left;
	width: 71%;
	margin-bottom: 10px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background: #F4F4F4;
	color: #585858;
	outline: 0;
}
.block option {
	background: #F4F4F4;;
}
.block button, .block input[type~=submit], .block input[type~=button] {
	background: #d6d6d6 url('img/bg_button.png');
	box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	height: 50px;
	padding: 0px 40px 0px 40px;
	border: 1px solid #0b5586;
	color: #fff;
	text-shadow: 1px 1px 1px #1e6581;
	margin: 5px 0px;
	font-weight: normal;
	border-radius: 6px;
	font-size: 18px;
}
.block button:active, .block input[type~=submit]:active, .block input[type~=button]:active {
	background: #d6d6d6 url('img/bg_button.png') 0px -10px;
}
.block form div.options {
	float:left;
	width:70%;
	text-align:left;
	margin-bottom: 10px;
}
.block form div.options input[type~=button] {
	height: 25px;
	font-size: 12px;
	padding: 0px 10px;
}
#display_error {
	color: #737272;
	background: #fff;
	padding: 0px;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	margin-top: 40px;
	padding: 10px;
	font-size: 26px;
	text-align: center;
	padding: 3px 0px 5px 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #0f110c;
	font-weight: normal;
}
/*---------------------------------
:: KOMUNIKATY SYSTEMOWE
---------------------------------*/
.msg {
	text-shadow: 1px 1px 0px #4A4A4A;
	color: #fff;
	border-radius: 6px;
	padding: 6px 10px;
	margin-bottom: 15px;
}
.error {
	background: #ee5252;
}
.alert {
	background: #d7cd28;
}
.good {
	background: #7dc83a;
}
/*---------------------------------
:: PROFIL
---------------------------------*/
.select_avatar {
	background: #F4F4F4;
	width: 250px;
	border-radius: 6px;
	padding: 10px 5px 5px 5px;
	float: right;
}
.select_avatar form {
	padding:0;
	margin: 0;
	width: 100%;
}
.select_avatar input[type~=submit] { 
	height: 30px;
}
/*---------------------------------
:: ZAKLADKI
---------------------------------*/
#tabs ul {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
#tabs ul li {
	display: inline;
	font-size: 16px;
	padding: 6px 15px 2px 15px;
	text-shadow: none;
}
#tabs ul li.active {
	border-top: 3px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	margin-top: -3px;
	font-weight: normal;
	background: #fff;
}
#tabs ul li:first-child {
	margin-left: 70px;
}
#tabs ul li a {
	color: #c2c2c2;
	text-decoration: none;
}
#tabs ul li.active a {
	color: #3792c7;
	text-decoration: none;
	cursor: default;
}
/*---------------------------------
:: TABELE
---------------------------------*/
table
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
}
table th
{
	font-size: 14px;
	font-weight: normal;
	color: #737272;
	padding: 10px 8px;
	border-bottom: 2px solid #737272;
}
table td
{
	border-bottom: 1px solid #d7d7d7;
	padding: 6px 8px;
}
/*---------------------------------
:: PRYWATNE WIADOMOŚCI
---------------------------------*/
.inbox_buttons {
	float: right;
	margin-right: 10px;
}
.inbox_button {
	background: url('img/bg_button.png');
	border-radius: 5px;
	padding: 4px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0;
	font-weight: normal;
	font-family: Arial; 
	margin-left: 6px;
	color: #fff !important;
	text-shadow: 1px 1px 1px #1e6581;
}
.inbox_button:hover {
	background: #d6d6d6 url('img/bg_button.png') 0px -20px;
}
#pm_notification {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	padding: 6px;
	top: 50px;
	right: 20px;
	color: #fff;
	position: fixed;
	z-index: 777;
	border: 1px solid #eee;
}
#pm_notification a {
	color: #fff;
}
#pm_notification .close {
	font-weight: bold;
	padding-left: 10px;
}
blockquote {
	border: 1px solid #2a2a2a;
	margin: 0;
	background: #424242;
	padding: 4px;
	font-style:italic;
}
blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #363636;
	font-style: normal;
	display: block;
	margin: 4px 0;
}
pre {
	border: 1px solid #2a2a2a;
	margin: 0;
	background: #424242;
	padding: 4px;
	overflow: auto;
	height: auto;
	max-height: 200px;
}
#vote_response {
	font-family:Arial;
	position:fixed;
	bottom:30px;
	right:30px;
	width:0;
	padding:20px 10px;
	overflow:hidden;
	font-size:0;
	text-align:left;
	white-space: nowrap;
	color:#FFFFFF;
	border:1px solid #555555;
	background:#333333;
	display:block;
	opacity:0;
	z-index:100;
	transition-property:width, opacity, font-size;
	transition-duration:0.7s, 0.7s, 0.3s;
	transition-delay:0s, 0s, 0.7s;
}
#vote_response.active {
	opacity:0.9;
	width:280px;
	font-size:14px;
	white-space: normal;
}
a.add_fav {
	padding:5px 0 5px 23px;
	margin-left:10px;
	background:url(img/heart.png) no-repeat left center;
}
a.add_fav:hover {
	background:url(img/heart_hover.png) no-repeat left center;
}
a.del_fav {
	padding:5px 0 5px 23px;
	margin-left:10px;
	background:url(img/heart_hover.png) no-repeat left center;
}

/*---------------------------------
:: COMMENTS
---------------------------------*/
#comments {
    padding: 10px !important;
}
    #comments .comment {
    	font-size: 14px;
    	margin: 10px 0px;
    }
	#comments .comment.hidden {
    	opacity:0.5;
    }
        #comments .comment .left-side {
        	display: inline-block;
        	vertical-align: top;
        	width: 50px;
        }
        #comments .comment .right-side {
        	display: inline-block;
        	vertical-align: top;
        	width: calc(100% - 60px);
        	padding: 0px 0px 0px 5px;
        }
        #comments .comment .top {
        	margin-bottom: 5px;
        }
        #comments .comment img {
        	height: 50px;
        	width: 50px;
        }
    #comments form {
    	margin-top: 18px;
        width: 98% !important;

    }
    #comments form textarea {
        width: 100%;
    }
    #comments form input[type="submit"],
    #comments form button {
    }

/*---------------------------------
:: REKLAMY
---------------------------------*/
#ads {
    position: relative;
}
    #ads div {
        position: absolute;
        top: 30px;
        background: #fff;
        padding: 5px;
    }
    #ads div.left {
        right:50%;
        margin-right:360px;
    }
    #ads div.right {
        left:50%;
        margin-left:360px;
    }

    #ads img {
        max-height:none;
        max-width:none;
        margin:auto;
    }

/* ---------------------------------+
:: OTHER STUFF                      |
-----------------------------------*/
.posthtml {
    font-size: 16px;
    color:#727272;
    position: relative;
}
.posthtml img.splash {
    width:100%;
}
.posthtml .full_content {
    text-align: left;
    padding:15px 10px;
    background:#FFF;
}
.posthtml .short_content {
    background: rgba(255,255,255,0.65);
    color: #000;
    padding: 20px 10px 20px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/*----------------------------------+
:: Design by Sruu.pl                |
-----------------------------------*/