/*
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700|Ubuntu+Condensed&subset=latin,cyrillic);
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:300,700&subset=latin,cyrillic);


/* ########### common ############*/
body {
	overflow-x: none;
	overflow-y: scroll;
	padding-top: 80px;
	padding-bottom: 0px;

	background-color: #ededf1;
}

body, p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}


a {
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	transition: all 0.3s;
}

/* ########### clearfix ############*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;

}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.inline-block {
	zoom: 1;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	_display: inline;
	*display: inline;
	vertical-align: top;
}




/* ########### Margin  ############*/

.mrg-r-sm { margin-right: 5px; }
.mrg-l-sm { margin-left: 5px; }
.mrg-t-sm { margin-top: 5px; }
.mrg-b-sm { margin-bottom: 5px; }
.mrg-all-sm { margin: 5px; }
.mrg-2-all-sm { margin: 5px; }

.mrg-r { margin-right: 10px; }
.mrg-l { margin-left: 10px; }
.mrg-t { margin-top: 10px; }
.mrg-b { margin-bottom: 10px; }
.mrg-all { margin: 10px; }

.mrg-r-lg { margin-right: 20px; }
.mrg-l-lg { margin-left: 20px; }
.mrg-t-lg { margin-top: 20px; }
.mrg-b-lg { margin-bottom: 20px; }
.mrg-all-lg { margin: 20px; }

.mrg-2-all { margin: 20px; }

/* ########### Padding  ############*/
.pad-r { padding-right: 10px; }
.pad-l { padding-left: 10px; }
.pad-t { padding-top: 10px; }
.pad-b { padding-bottom: 10px; }
.pad-all { padding: 10px; }

.pad-0r { padding-right: 0; }
.pad-0l { padding-left: 0; }
.pad-0t { padding-top: 0; }
.pad-0b { padding-bottom: 0; }
.pad-0all { padding: 0; }

.pad-2-all { padding: 20px; }

/* ########### Alignment  ############*/
.text-left 	 { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }



/* ########### Контейнери ############*/
.container-fluid {

}


/* ########### Loader ############ */

.loader_overlay {
	background-color: rgba(241,241,244,0.9);
	text-align: center;
}

.loader_overlay > div {
	position: absolute;
}

.loader {
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;

	zoom: 1;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	_display: inline;
	*display: inline;
	vertical-align: middle;
}

.loader.anim {
	background-image: url('../i/loader.svg');
}


/* ########### Спрайти ############ */

.isvg {
	background-color: transparent;
	background-image: url('../i/isvg-sprites.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;

	zoom: 1;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	_display: inline;
	*display: inline;
	vertical-align: middle;
}

.isvg-w {
  	-webkit-filter: invert(1);
	filter: invert(1);
	/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix type=\'matrix\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#invert"); */
	/* filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2ludmVydFwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCctMSAwIDAgMCAxIDAgLTEgMCAwIDEgMCAwIC0xIDAgMSAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+I2ludmVydA=="); */
}

.isvg-g {
	opacity: 0.5;
}

.isvg-burger-1 {
	background-position: 0 0;
}

.isvg-burger-2 {
	background-position: -32px 0;
}

.isvg-tag {
	background-position: -64px 0;
}

.isvg-cats {
	background-position: -96px 0;
}

.isvg-stream {
	background-position: -128px 0;
}

.isvg-share {
	background-position: -160px 0;
}

.isvg-txt {
	background-position: -192px 0;
}

.isvg-extlink {
	background-position: -224px 0;
}

.isvg-clock {
	background-position: -256px 0;
}

.isvg-zoom {
	background-position: -288px 0;
}

.isvg-at {
	background-position: -320px 0;
}

.isvg-facebook {
	background-position: -352px 0;
}

.isvg-twitter {
	background-position: -382px 0;
}

.isvg-pinterest {
	background-position: -416px 0;
}
.isvg-gplus {
	background-position: -448px 0;
}
.isvg-tumblr {
	background-position: -480px 0;
}
.isvg-reddit {
	background-position: -512px 0;
}
.isvg-reddit {
	background-position: -544px 0;
}


/* ########### Navbar ############ */
.navbar-pxd {
	background: url('../i/navbar-bg.png') #6b66ab;
	margin-bottom: 10px;
	border-bottom: 1px solid #4E498D;
 }

.navbar-pxd .navbar-brand {
 	padding: 0;
 }

.navbar-pxd .navbar-nav>li>a {
	padding: 12px 10px 9px 10px;
	color: #ffffff;
	font-size: 18px;

	line-height: 28px;
	height: 50px;
}

.navbar-pxd .navbar-nav>li>a.flow-name {
	margin-left: 0px;
}

.navbar-pxd .navbar-nav>li>a.flow-name:hover {
	/* background-color: transparent; */
}

.navbar-pxd .navbar-nav>li.dropdown>a>i {
	margin-top: -4px;
}

.navbar-pxd .nav .open>a,
.navbar-pxd .nav .open>a:hover,
.navbar-pxd .nav .open>a:focus {
	background-color: rgba(0,0,0,0.3);
	border-color: transparent;

}

.navbar-pxd .nav>li>a:hover,
.navbar-pxd .nav>li>a:focus {
	text-decoration: none;
	background-color: rgba(0,0,0,0.15);
	border-color: transparent;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 0 9px 10px;
	margin: 0;
	background-color: transparent;
	background-image: none;
	border: none;
}

.logo-img {
	width: 160px;
	height: 58px;
	margin: 4px 20px -11px 0;
}

.dropdown.open > .dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity:1;
}

.dropdown > .dropdown-menu {
	opacity:.0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	display: block;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}



/* ########### PixFeed ############*/

.pix-feed {
	list-style: none;
	margin: 0px 0px 20px 5px;
	padding: 0;
}
.columns {
	-webkit-column-gap: 0px;
	-webkit-column-fill: auto;
	-moz-column-gap: 0px;
	-moz-column-fill: auto;
	column-gap: 0px;
	column-fill: auto;
}




.center-cont {
	margin: 0 auto 0 auto;
}










	.pix-feed > li {
		display: block;
		float: left;
		width: 237px;

		margin: 8px 5px;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);

		border-top: 0px solid rgba(255,255,255,0.0);
		border-left: 0px solid rgba(255,255,255,0.0);

		border-bottom: 0px solid rgba(0,0,0,0.4);
		border-right: 0px solid rgba(0,0,0,0.4);

		opacity:1;

		padding: 0;


	}

	.pix-feed > li > :first-child,
 	.pix-feed > li > :first-child > img {
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.pix-feed > li > :last-child {
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.pix-feed > li img {



	}

	.pix-feed > li:hover {

	}

		.pix-hover {
			background: transparent;
			position: absolute;
			top: 0;
			left: 0;
			transition: all 0.3s ease-out;
			opacity: 0;
			overflow:hidden;
		}
		.pix-hover:hover {
			transition: all 0.3s ease-out;
			opacity: 1;
		}

		.pix-label {
			background-color: #ffffff;
			padding: 10px;
			overflow-x: hidden;
			text-overflow: ellipsis;

		}

		.pix-hover-:hover {
		    -webkit-animation: opacity-pulse 3s ease-out infinite;
			-moz-animation: opacity-pulse 3s ease-out infinite;
			animation: opacity-pulse 3s ease-out infinite;
		}
		@-webkit-keyframes opacity-pulse {
			0% {opacity: 0;}
			10% {opacity: 1;}
			100% {opacity: 0;}
		}
		@-moz-keyframes opacity-pulse {
			0% {opacity: 0;}
			10% {opacity: 1;}
			100% {opacity: 0;}
		}
		@keyframes opacity-pulse {
			0% {opacity: 0;}
			10% {opacity: 1;}
			100% {opacity: 0;}
		}




		.ripple-ink {
			display: block;
			position: absolute;
			background:rgba(255, 255, 255, 0.3);
			border-radius: 100%;
			-webkit-transform:scale(0);
			   -moz-transform:scale(0);
				 -o-transform:scale(0);
					transform:scale(0);
		}

		.ripple-animate {
			-webkit-animation:ripple 0.5s ease-out;
			-moz-animation:ripple 0.5s ease-out;
			-ms-animation:ripple 0.5s ease-out;
			 -o-animation:ripple 0.5s ease-out;
				animation:ripple 0.5s ease-out;
		}

		@-webkit-keyframes ripple {
			100% {opacity: 0; -webkit-transform: scale(2.5);}
		}
		@-moz-keyframes ripple {
			100% {opacity: 0; -moz-transform: scale(2.5);}
		}
		@-o-keyframes ripple {
			100% {opacity: 0; -o-transform: scale(2.5);}
		}
		@keyframes ripple {
			100% {opacity: 0; transform: scale(2.5);}
		}




	.pix-view {
		display: block;
		margin: 0px 10px 10px 10px;
		opacity:1;
		padding: 0;
		background-color: transparent;

	   	display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		align-items: flex-start;
	}

	.pix-view-main {
		display: block;
		flex: 0 1 auto;
		margin: 0;
		padding: 0;
	}

	.pix-view-imgcont {
		text-align: center;
		padding: 0px;
		background-color: rgba(214, 214, 221, 0.3);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

		position: relative;
	}

	.pix-view-link {

		position: relative;

		zoom: 1;
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		display: inline-block;
		_display: inline;
		*display: inline;
		vertical-align: top;


		margin: 0;
		padding: 0;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);

		border-top: 0px solid rgba(255,255,255,0.8);
		border-left: 0px solid rgba(255,255,255,0.8);
		border-bottom: 0px solid rgba(0,0,0,0.3);
		border-right: 0px solid rgba(0,0,0,0.3);

		background: #ffffff;
	}

	.pix-view-img {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		max-width: 100%;
		margin: 0px;
	}

	.pix-view-zoom {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.pix-box {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.15);

		border-top: 0px solid rgba(255,255,255,0.4);
		border-left: 0px solid rgba(255,255,255,0.4);
		border-bottom: 0px solid rgba(0,0,0,0.4);
		border-right: 0px solid rgba(0,0,0,0.4);

		background: #ffffff;
		padding: 10px;
	}

	.pix-view-aside {
		flex: 1 1 auto;
		padding: 0 0 0 10px;
	}

	.bg-black {
		background-color: #000000;
	}

	.pix-view-data {
		max-width: calc(100% - 37px);
		overflow-x: hidden;
		text-overflow: ellipsis;
	}
	.pix-view-data h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.pix-view-label {
		font-weight: 600;
		color: #888888;
		line-height: 32px;
	}

	.pix-view-link-url {
		white-space: nowrap;
		display: block;
		margin: 0 0 0 0;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pix-view-autoload {
		display: none;
		transition: all 0.3s;
		opacity: 1;
		text-align: center;
	}
	.pix-view-autoload.out {
		opacity: 0;
		transition: all 0.3s;
	}



	.pix-prange {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		.pix-prange li {
			width: calc(20%);
			height: 0;
			padding-bottom: 20%;

			box-sizing: border-box;
			margin: 0;
			border: 0px solid transparent;

			zoom: 1;
			display: -moz-inline-box;
			-moz-box-orient: vertical;
			display: inline-block;
			_display: inline;
			*display: inline;
			vertical-align: top;
		}

		.pix-prange li.active {

		}

		.pix-prange li:last-child {
			margin-right: 0;
		}

		.pix-prange li:first-child a i {
			-webkit-border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}

		.pix-prange li:last-child a i {
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}

		.pix-prange li a {
			position: relative;
			display: block;
			width: 100%;
			height: 0;
			padding-bottom: 100%;
		}

		.pix-prange li a i {
			display: block;
			width: 100%;
			height: 0;
			padding-bottom: 100%;
			background-size: cover;
			background-position: 50% 50%;

			box-shadow: 0px 0px 0 2px rgba(255,255,255,1);
		}

		.pix-prange li.active a i {
			/* box-shadow: 0px 0px 0 2px rgba(255,255,255,1), inset 0px 0 40px 20px rgba(86, 83, 144, 0.8); */
		}

		.pix-prange li.active a i:after {
			content: " ";
			display: block;
			width: 0px;
			height: 0px;
			background-color: #ffffff;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			margin: -10px 40% 0 40%;
			border: 10px solid rgba(255,255,255, 0.5);
			position: absolute;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
			-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.15);
			box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.15);

		}


/* ################### Social Buttons ##################### */

	.rrssb-cont {
		margin: 0 0 0 -2px;
	}

	.rrssb-total {
		width: 60px;
		border: 0px solid #dddddd;
		float: left;
		background: #ffffff;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		line-height: 16px;
		margin: 0 0 0 2px;
		padding: 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		height: 36px;
		overflow: hidden;
		color: #666666;
		display: block;
	}

		.rrssb-total .hidden {
			transition: all 0.3s;
		}

		.rrssb-total small {
			font-size: 10px;
			color: #aaaaaa;
			font-weight: normal;
			display: block;
		}
	.rrssb-buttons-cont {
		width: calc(100% - 62px);
		float: left;
	}

	.hide-total .rrssb-total {
		display: none;
	}
	.hide-total .rrssb-buttons-cont {
		width: 100%;
	}



/* ##########################################
	Responsive
   ########################################### */

@media (max-width: 570px) {

	body {
		padding-top: 40px;
	}

	.navbar-fixed-top {
		position: absolute;
	}

	.center-cont {
		width: 257px;
	}
	.navbar-pxd .center-cont {
		width: 100%;
		padding: 0;
	}

	.pix-box {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.pix-view {
		flex-flow: column nowrap;
		margin: 10px 0 10px 0;
	}

	.pix-view-main {
		min-width: 100%;
		max-width: 100%;
	}

	.pix-view-link {
		min-width: 100%;
		max-width: 100%;
	}

	.pix-view-img {
		min-width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.pix-view-aside {
		padding: 10px 0 0 0;
		width: 100%;
	}

	.pix-feed {
		width: 257px;
		margin: 30px auto;
	}

	.xs-fw {
		width: 100% !important;
	}
}

@media (min-width: 571px) {
	.center-cont {
		width: 524px;
	}

	.pix-view {
		flex-flow: column nowrap;
	}

	.pix-view-main {
		min-width: 100%;
		max-width: 100%;
	}

	.pix-view-link {
		min-width: 100%;
		max-width: 100%;
	}

	.pix-view-img {
		min-width: 100%;
	}

	.pix-view-aside {
		padding: 20px 0 0 0;
		width: 100%;
	}

}

@media (max-width: 767px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-pxd .navbar-nav>li>a {
		display: none;
	}

	.dropdown > .dropdown-menu,
 	.dropdown.open > .dropdown-menu {
		transform: scale(1, 1);
		opacity: 1;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 12px 10px 9px 10px;
	}

	.dropdown-menu>li>a {
		display: block;
		clear: both;
		font-weight: 400;
		font-size: 18px;
		color: #ffffff;
		white-space: nowrap;
		line-height: 20px

	}

	.dropdown-menu>li.active>a,
	.dropdown-menu>li.active>a:hover,
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		color: #ffffff;
		background-color: rgba(0,0,0,0.15);
	}

	.navbar-collapse {
		max-height: none;
		box-shadow: none;
	}



}

@media (min-width: 768px) {
	.center-cont {
		width: 755px;
	}

	.pix-view {
		flex-flow: column nowrap;
		width: 736px;
	}

	.pix-view-img {
		min-width: 100%;
	}

	.pix-view-main {

	}

	.pix-view-link {

		min-width: 350px;
	}

	.pix-view-aside {
		padding: 10px 0 0 0;
		width: 100%;
		/*
		min-width: calc(100% - 350px);
		max-width: calc(100% - 350px);
		*/
	}
}

@media (min-width: 1024px) {
	.center-cont {
		width: 1008px;

	}

	.pix-view {
		flex-flow: row nowrap;
		width: auto;
	}

	.pix-view-main {
		max-width: 600px;
		min-width: initial;
		width: 600px;
	}

	.pix-view-img {
		min-width: 100%;
	}

	.pix-view-link {
		max-width: 600px;
	}

	.pix-view-aside {
		padding: 0 0 0 10px;
		min-width: calc(100% - 600px);
		max-width: calc(100% - 600px);
	}

}

@media (min-width: 1320px) {
	.center-cont {
		width: 1260px;
	}

	.pix-view {
		flex-flow: row nowrap;
	}

	.pix-view-main {
		max-width: 736px;
		width: 736px;
	}

	.pix-view-link {
		max-width: 736px;
		min-width: 350px;
	}

	.pix-view-aside {
		min-width: calc(100% - 736px);
		max-width: calc(100% - 736px);
	}


}
