#menu-nowe .menu-indicator{
	display: block;
}

#menu li#menu-nowe .menu-item {
	-webkit-transition: opacity 10ms ease-in;
}

#menu li#menu-nowe .menu-item-text {
	-webkit-transition: opacity 10ms ease-in;
}
.index-container-item-comment .cloud{
	padding: 0 0 8px 8px;
}

#content-header {
	max-width: 1050px;
}

.grid-container {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	grid-column-gap: 12px;
	grid-auto-rows: 7px;
	margin-top: 20px;
}
#index-loader {
	visibility: hidden;
	text-align: center;
	margin-bottom: 20px;
}
#index-loader img {
	width: 24px;
	height: 24px;
	display: none;
}
#index-show-more-link {
	visibility: hidden;
	text-align: center;
	clear: both;
	margin-bottom: 60px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-right: 50px;
}

.galcolumn {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.galcolumn #add-photos {
	display: block;
	padding: 9px;
}

#camp_mobile {
	width:212px;
	height:124px;
	background-image: url('/img/mobile/box_googleplay_normal.png');
}
.newest-image {
	visibility: hidden;
}

#camp_mobile:hover {
	width:212px;
	height:124px;
	background-image: url('/img/mobile/box_googleplay_hover.png');
}

#add-photos {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	border-radius: 12px;
	grid-row: 1 / span 34;
}

#add-photos .add-photos-border {
	text-align: center;
	padding: 12px 0;
	*text-align: left;
}

#add-photos-tip {
	display: block;
	margin: 21px auto 0 auto;
	width: 207px;
	background-position: -6px -137px;
}
#add-photos-tip-aditional {
	display: block;
	margin: 4px auto 0 auto;
	background-position: -24px -178px;
	width: 171px;
	height: 18px;
	cursor: pointer;
}
#add-photos-tip-aditional:hover {
	background-position: -24px -199px;
}
#add-photos-tip-uploading {
	background-position: -60px -221px;
	width: 116px;
	height: 17px;
	display: none;
	margin: 15px auto;
}

.add-photos-form {
	margin: auto;
}

#add-photos-browse-button {
	cursor: pointer;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 24px;
}

#add-photos-button-ico {
	position: relative;
	width: 68px;
	height: 68px;
	border-radius: 100%;
	background-color: #f0f0f0;
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle;
}

.ico-add-photo {
	background-position: -84px -170px;
	width: 38px;
	height: 29px;
}

#add-photos-button-ico .ico-add-photo {
	position: absolute;
	top: 19px;
	left: 15px;
}

#add-photos-button-ico .plus-circle {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #38A0CD;
	position: absolute;
	top: 46px;
	left: 50px;
}

#add-photos-button-ico .plus-circle .ico-plus {
	background-position: -62px -179px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#add-photos-browse-button .value {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #444;
	line-height: 22px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@-moz-keyframes circle-animation {
	from {
		-moz-box-shadow: 0 0 0 0 #38A0CD;
	}
	to {
		-moz-box-shadow: 0 0 0 2px #38A0CD;
	}
}

@-o-keyframes circle-animation {
	from {
		-o-box-shadow: 0 0 0 0 #38A0CD;
	}
	to {
		-o-box-shadow: 0 0 0 2px #38A0CD;
	}
}

@-webkit-keyframes circle-animation {
	from {
		-webkit-box-shadow: 0 0 0 0 #38A0CD;
	}
	to {
		-webkit-box-shadow: 0 0 0 2px #38A0CD;
	}
}

@keyframes circle-animation {
	from {
		box-shadow: 0 0 0 0 #38A0CD;
	}
	to {
		box-shadow: 0 0 0 2px #38A0CD;
	}
}

@-moz-keyframes plus-circle-animation {
	from {
		width: 20px;
		height: 20px;
		top: 46px;
		left: 50px;
	}
	to {
		width: 28px;
		height: 28px;
		top: 42px;
		left: 46px;
	}
}

@-o-keyframes plus-circle-animation {
	from {
		width: 20px;
		height: 20px;
		top: 46px;
		left: 50px;
	}
	to {
		width: 28px;
		height: 28px;
		top: 42px;
		left: 46px;
	}
}

@-webkit-keyframes plus-circle-animation {
	from {
		width: 20px;
		height: 20px;
		top: 46px;
		left: 50px;
	}
	to {
		width: 28px;
		height: 28px;
		top: 42px;
		left: 46px;
	}
}

@keyframes plus-circle-animation {
	from {
		width: 20px;
		height: 20px;
		top: 46px;
		left: 50px;
	}
	to {
		width: 28px;
		height: 28px;
		top: 42px;
		left: 46px;
	}
}

@-moz-keyframes ico-plus-animation {
	from {
		top: 5px;
		left: 5px;
	}
	to {
		top: 9px;
		left: 9px;
	}
}

@-o-keyframes ico-plus-animation {
	from {
		top: 5px;
		left: 5px;
	}
	to {
		top: 9px;
		left: 9px;
	}
}

@-webkit-keyframes ico-plus-animation {
	from {
		top: 5px;
		left: 5px;
	}
	to {
		top: 9px;
		left: 9px;
	}
}

@keyframes ico-plus-animation {
	from {
		top: 5px;
		left: 5px;
	}
	to {
		top: 9px;
		left: 9px;
	}
}

#add-photos .add-photos-form:hover #add-photos-button-ico {
	-moz-animation: circle-animation 100ms linear;
	-o-animation: circle-animation 100ms linear;
	-webkit-animation: circle-animation 100ms linear;
	animation: circle-animation 100ms linear;
	-webkit-box-shadow: 0 0 0 2px #38A0CD;
	-o-box-shadow: 0 0 0 2px #38A0CD;
	-moz-box-shadow: 0 0 0 2px #38A0CD;
	box-shadow: 0 0 0 2px #38A0CD;
}

#add-photos .add-photos-form:hover .plus-circle {
	-moz-animation: plus-circle-animation 70ms linear;
	-o-animation: plus-circle-animation 70ms linear;
	-webkit-animation: plus-circle-animation 70ms linear;
	animation: plus-circle-animation 70ms linear;
	width: 28px;
	height: 28px;
	top: 42px;
	left: 46px;
}

#add-photos .add-photos-form:hover .plus-circle .ico-plus {
	-moz-animation: ico-plus-animation 70ms linear;
	-o-animation: ico-plus-animation 70ms linear;
	-webkit-animation: ico-plus-animation 70ms linear;
	animation: ico-plus-animation 70ms linear;
	top: 9px;
	left: 9px;
}

#add-photos .dropHereLayer {
	position: absolute;
	left: 9px;
	right: 9px;
	top: 9px;
	bottom: 9px;
	background-color: #f0f0f0;
	border: 2px dashed #38A0CD;
	border-radius: 2px;
	display: none;
	z-index: 2;
}

#add-photos .dropHereLayer div {
	margin: 29px auto 0 auto;
	background-position: -29px -2px;
	width: 164px;
	height: 132px;
}

.dropHereLayer > .ico-add-photo {
	display: block;
	margin: 44px auto 0;
	z-index: 3;
}

.dropHereLayer > span:last-child {
	display: block;
	width: 144px;
	margin: 14px auto 0;
	font-size: 17px;
}

#add-photos-tip-additional a.value {
	color: #999;
	text-decoration: none;
}

#add-photos-tip-additional a.value > span {
	text-decoration: underline;
}

#add-photos-tip-additional a.value:hover {
	color: #0085c2;
}

#add-photos-tip-additional a.value:hover svg path {
	-moz-animation: fill-svg-animation 100ms linear;
	-webkit-animation: fill-svg-animation 100ms linear;
	animation: fill-svg-animation 100ms linear;
	fill: #289dd4;
}

@-moz-keyframes fill-svg-animation {
	from {
		fill: #c2c1c1;
	}
	to {
		fill: #289dd4;
	}
}

@-webkit-keyframes fill-svg-animation {
	from {
		fill: #c2c1c1;
	}
	to {
		fill: #289dd4;
	}
}

@keyframes fill-svg-animation {
	from {
		fill: #c2c1c1;
	}
	to {
		fill: #289dd4;
	}
}


#add-photos-portals-icons .add-photos-portal {
	display: inline-block;
	height: 21px;
	width: auto;
	max-width: 23px;
}

#add-photos-portals-icons .add-photos-portal:not(:first-of-type) {
	margin-left: 11px;
}

#add-photos-portals-icons .add-photos-portal svg {
	width: auto;
	height: 21px;
	fill: #c2c1c1;
}

#add-photos-portals-icons .add-photos-portal svg#ico-gd {
	width: auto;
	height: 23px;
}

#add-photos-portals-icons {
	margin: 12px 0;
	height: 21px;
}

.add-photos-progress {
	background-image: url('/img/upload/progress_background.png');
}
#add-photos-progress {
	width: 220px;
	height: 21px;
	display: none;
	margin: 40px auto 22px;
	overflow:hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
}
#add-photos-progress-bar {
	width: 0;
	height: 21px;
	background-image: url('/img/upload/progress_forward.gif');
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#add-photos-tip,
#add-photos-tip-uploading {
	color: #999;
	line-height: 20px;
	margin: auto;
}

#add-photos-tip-uploading {
	margin-bottom: 29px;
}

#add-photos-browse-button.hover {
	background-position: 0 -49px;
}

#index-gotop {
	display: none;
	position: fixed;
	z-index: 2;
	cursor: pointer;
	bottom: -4px;
	right: 20px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(34,34,34,0.5);
	border-radius: 4px;
	border: 1px solid rgba(153,153,153,0.5);
	text-align: center;
}
#index-gotop-header {
	padding: 10px 10px 8px;
}
#index-gotop-footer {
	padding: 0 10px 8px;
}
#index-gotop-separator {
	margin-bottom: 8px;
	border-top: 1px solid rgba(153,153,153,0.5);
}
#index-gotop-header:hover, #index-gotop-footer:hover {
	color: #4996ba;
}
#index-error {
	display: none;
	text-align: center;
	padding: 8px;
}

.index-star-ribbon {
	width:84px;
	height:86px;
	background-position: -423px -351px;
	position: absolute;
	top: -3px;
	right: -4px;
	z-index: 1;
}

.index-star-ribbon.star-k {
	background-position: -542px -351px;
}
.index-star-ribbon.star-m {
	background-position: -629px -351px;
}

.index-item-moderate {
	left: 7px;
	top: 7px;
}
.index-item-comment-moderate {
	left: 50px;
	top: 2px;
}

.index-container-item {
	width: 100%;
	display: inline-block;
	margin-right: 13px;
	padding-bottom: 20px;
	vertical-align: top;
}

.index-container-item > div:first-child {
	margin: 0;
}

.index-container-item .shadow-box {
	border-radius: 12px;
	box-shadow: unset;
}

.index-container-item-title {
	margin: 10px 10px 0;
	color: #999;
	text-align: center;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	line-height: 30px;

}

.index-container-item img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 12px;
}

.index-container-item img.main_photo {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.index-container-item a.zdjecie{
	position: relative;
	display: block;
	max-width:380px;
	margin:auto;
	text-align: center;
	overflow: hidden;
}

div.photo .zdjecie:after {
	content: '';
	-moz-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}

div.photo:hover .zdjecie:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}

div.index-container-item:hover .photo-author, div.index-container-item:hover .photo-box-indicators {
	display: block;
}

.photo-author {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	font-size: 14px;
	color: white;
	font-family: 'Roboto Medium', sans-serif;
	display: none;
	pointer-events: none;
	bottom: 20px;
}

.new-photo .photo-author {
	bottom: auto;
	bottom: initial;
	margin-top: -40px;
}

.photo-info {
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	max-height: 40px;
	display: -webkit-box;
	line-clamp: 2;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.photo-box-indicators {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	color: white;
	font-family: 'Roboto Medium', sans-serif;
	pointer-events: none;
	min-width: 90px;
}

.photo-box-indicator-comments {
	position: relative;
	float: left;
}

.photo-box-indicator-ok {
	position: relative;
	float: right;
}

.photo-box-comments-count {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
}

.photo-box-comments-count-value {
	line-height: 22px;
	position: relative;
	float: left;
	margin-left: 5px;
}

.photo-box-ok-count {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	margin-left: 17px;
}

.photo-box-comments-ok-value {
	line-height: 22px;
	position: relative;
	float: left;
	margin-left: 5px;
}

#AdSkyPlacement {
	float: right;
	width: 120px;
	margin: 13px 15px 15px 15px;
}

.index-container-item-comment {
	width: 100%;
	position: relative;
}

.index-container-item .ico_mod_delete {
	display: none;
	left: auto;
	right: 5px;
}

.cloud-container-body .ico_mod_delete {
	left: auto;
	right: -5px;
}

.index-container-item-comment .cloud-container-arrow {
	left: 45px;
	margin-top: 5px;
}

.index-container-item-comment .cloud-container {
	padding-left: 42px;
}

.index-container-item-comment .cloud-container-body {
	position: relative;
	margin-top: 5px;
}

.index-container-item-author .avatar-container {
	float: left;
}

.index-container-item-author-info {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 18px;
	float: left;
	margin: 14px 10px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 276px;
	text-overflow: ellipsis;
}

.index-container-item-author-info a {
	color: #444444;
	margin: 0;
	text-align: left;
	text-decoration: none;
	display: inline-block;
}

#index-container-columns {
	min-height: 700px;
}

#index-container-collection {
	display: none;
}

.adv-box {
	display: none;
}

.adv-box-shadow {
	padding: 0;
}

.galcolumn .adv-box {
	display: block;
}

#rectangle_najnowsze {
	display: none;
}

#photos-distinction {
	display: none;
}
.photos-distinction-graphics {
	background: url('/img/wyroznij_sprite.png') no-repeat 0 0;
	background-image: -webkit-image-set(
		url(/img/wyroznij_sprite.png) 1x,
		url(/img/wyroznij_sprite_2x.png) 1.5x
	);
	width: 304px;
	height: 56px;
	margin-left: -2px;
	margin-bottom: 12px;
	cursor: pointer;
}
.photos-distinction-graphics:hover {
	background-position: 0 -60px;

}

#button_click, #test_click {
	background: url("/img/platnosci/gwiazda/gsprite.11.png");
	width:130px;
	height:45px;
	background-position:-3px -170px !important;
	margin: 8px auto 0 auto;
	cursor:pointer;
	display: block;
}
#button_click:hover, #test_click:hover {
	background-position:-3px -217px !important;
}


.index-container-item img.play_button {
	position: absolute;
	width: 71px;
	height: 71px;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	opacity: 1;
	z-index: 2;
}
.avatar_comment_32 {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 2px;
}
.avatar_comment_32-without-border img {
	width: 36px !important;
	height: 36px !important;
}
.avatar_comment_32 img {
	border-radius: 50% !important;
	width: 32px;
	height: 32px;
	position: relative;
	top: 2px;
	left: 2px;
	border: 2px solid white;
}
.star-border {
	padding: 2px;
	border-radius: 12px;
}

#content-filter-ajax {
	top: 2px;
	left: -26px;
}

@media screen and (max-width: 1210px){
	#add-photos{
		grid-column: 2 / span 1;
	}
}
@media screen and (min-width: 1210px){
	#add-photos{
		grid-column: 3 / span 1;
	}
}

@media screen and (max-width: 1088px){
	#index-gotop {
		display: none !important;
	}

	#content-filter-ajax {
		top: 0;
		left: initial;
	}
}

@media screen and (max-width: 960px) {
	.grid-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}

@media screen and (min-width: 966px) {
	.photo{
		display: inline-block;
	}
	.grid-container{
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		grid-column-gap: 16px;
	}
	.main_photo {
		width: 100% !important;
		height: auto !important;
	}
	.photo{
		width: 100%;
	}
	#add-photos {
		margin-bottom: 16px !important;
		border-radius: 12px;
	}
	.index-container-item img {
		border-radius: 12px 12px 0 0;
	}
}
@media screen and (max-width: 966px) {
	.index-container-item a.zdjecie {
		max-width: none;
	}
	.index-container-item a.zdjecie img.main_photo {
		width: 100% !important;
		height: auto !important;
	}
	.index-container-item-author-info {
		white-space: normal;
	}
}

@media screen and (max-width: 1194px) and (min-width: 1088px) {
	.grid-container{
		grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
		grid-column-gap: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.grid-container {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
	.index-container-item a.zdjecie img.main_photo {
		border-radius: 12px;
	}
	.index-container-item {
		border-radius: 12px;
	}
	.photo-box-indicators{
		display: none;
	}
	.photo-author {
		display: none;
	}
	.index-container-item-author {
		display: none;
	}
	.index-container-item-comment {
		display: none;
	}
	#add-photos {
		grid-column: 3 / span 2;
		margin-bottom: 16px;
	}

	div.photo:hover .photo-author,
	div.photo:hover .photo-box-indicators {
		display: none;
	}
}
@media only screen and (max-width: 700px){
	#add-photos{
		grid-column: 2 / span 2;
	}
}
@media only screen and (max-width: 550px) {
	.grid-container{
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
}
@media only screen and (max-width: 500px) {
	#add-photos {
		grid-column: 1 / span 2;
	}
}
@media only screen and (max-width: 480px) {
	#add-photos {
		grid-column: 1 / span 2 !important;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 485px) {
	#add-photos{
		grid-column: 2 / span 1;
	}
}
