@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu:300,400,500,700|Ubuntu+Condensed&subset=latin,cyrillic-ext);

/* НАСТРОЙКИ ТЕЛА СТРАНИЦЫ */
* {
	margin: 0px;
	padding: 0px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}

html {
	width: 100%;
	min-width: 1000px;
    height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font: 300 14px 'Ubuntu', sans-serif;
	color: #414243;
	overflow: auto;
	
	background: #ffffff;
	/*background: url(/img/background.jpg) center center fixed no-repeat;
	background-size: cover;*/
	}

a { color: #14b9d6; }
b { font-weight: 500; }
a img { border: none; }

input,
textarea,
select { font: 300 12px 'Ubuntu', sans-serif; }
input:focus { outline: none; }
textarea { resize: none; }
.clear:after { content: ""; display: table; clear: both; }

/* Базовое представление */
.Wrapper {
	width: 980px;
	margin: 0 auto;
	}

/* ШАПКА */
.Head {
	width: 100%;
	min-width: 1000px;
	height: 60px;
	
	color: #f1f2f2;
	background: url(/img/dark-bg.png) center 10px #414243;
	z-index: 5000;
	}

.Head a.fakelink {
	display: inline-block;
	
	font-size: 16px;
	color: #f1f2f2;
	text-decoration: none;
	
	border-bottom: dashed 1px #f1f2f2;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Head a.fakelink:hover {
	color: #00b0ff;
	border-bottom: dashed 1px #414243;
	}

.Head a.fakelink.opened {
	margin: 0 10px;
	}

.Head a.fakelink.opened:hover {
	color: #414243;
	border-bottom: dashed 1px #00b0ff;
	}

.Head .Wrapper {
	position: relative;
	height: 100%;
	}

.Head .Logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 60px;
	margin-left: -150px;
	padding-top: 3px;
	
	color: #f1f2f2;
	text-align: center;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Head .Logo:hover {
	height: 65px;
	background: #00b0ff;
	}

.Head .Logo span.Name {
	display: block;
	color: #00b0ff;
	font-size: 26px;
	font-weight: 300;
	}

.Head .Logo:hover span.Name {
	color: #414243;
	}

.Head .Logo span.Name b {
	color: #f1f2f2;
	}

.Head .Logo span.Slogan {
	font-size: 14px;
	}

.Head .Navigator {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
	
	width: 200px;
	}

.Head .Navigator a.fakelink {
	z-index: 100;
	}

.Head .Navigator .CatMenu {
	display: none;
	margin: -30px 0 0 -10px;
	padding: 40px 10px 10px 10px;
	list-style: none;
	background: #00b0ff;
	}

.Head .Navigator ul a {
	display: block;
	padding: 0 10px 0 50px;
	color: #f1f2f2;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	
	background-position: 10px center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Head .Navigator ul a:hover {
	background-color: #414243;
	}

.Head .Navigator ul a.icon_birds			{ background-image: url(/img/icons/pets/birds_light.png); }
.Head .Navigator ul a.icon_butterflies	{ background-image: url(/img/icons/pets/butterflies_light.png); }
.Head .Navigator ul a.icon_cats			{ background-image: url(/img/icons/pets/cats_light.png); }
.Head .Navigator ul a.icon_dogs			{ background-image: url(/img/icons/pets/dogs_light.png); }
.Head .Navigator ul a.icon_fish			{ background-image: url(/img/icons/pets/fish_light.png); }
.Head .Navigator ul a.icon_frogs			{ background-image: url(/img/icons/pets/frogs_light.png); }
.Head .Navigator ul a.icon_rabbits		{ background-image: url(/img/icons/pets/rabbits_light.png); }
.Head .Navigator ul a.icon_snails			{ background-image: url(/img/icons/pets/snails_light.png); }
.Head .Navigator ul a.icon_turtles		{ background-image: url(/img/icons/pets/turtles_light.png); }

.Head .User {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	
	width: 300px;
	text-align: right;
	}

.Head .User .UserMenu {
	display: none;
	margin: -30px -10px 0 0;
	padding: 40px 10px 10px 10px;
	list-style: none;
	background: #00b0ff;
	}

.Head .User .UserMenu a.restore,
.Head .User .UserMenu a.register {
	color: #f1f2f2;
	font-size: 12px;
	text-decoration: none;
	}

.Head .User .UserMenu a.restore:hover,
.Head .User .UserMenu a.register:hover {
	text-decoration: underline;
	}

.Head .User .UserMenu a.restore {
	float: left;
	margin-top: 8px;
	}

.Head .User .UserMenu a.register {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 14px;
	}

.Head .User .UserMenu input {
	width: 100%;
	margin: 0 0 5px;
	
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	
	border: none;
	background: #ffffff;
	}

.Head .User .UserMenu input[type=submit] {
	width: 120px;
	margin: 0;
	
	color: #f1f2f2;
	font-size: 14px;
	
	border: none;
	background: #4fc3f7;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Head .User .UserMenu input[type=submit]:hover {
	background: #414243;
	}

.Head .User ul li {
	float: right;
	display: block;
	width: 180px;
	}

.Head .User ul li.Photo {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 100px;
	height: 100px;
	background: #414243;
	background-size: cover;
	background-position: center center;
	}

.Head .User ul a {
	display: block;
	padding: 0 10px 0 50px;
	color: #f1f2f2;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	
	background-position: 10px center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Head .User ul a:hover {
	background-color: #414243;
	}

/* ОСНОВНОЙ БЛОК */
.Main {
	width: 100%;
	min-height: 100%;
	margin: -60px 0 0;
	padding: 60px 0 134px;
	}

/* ПОПУЛЯРНЫЕ */
.Main .Popular {
	height: 160px;
	padding: 10px 0;
	background: url(/img/light-bg.png) center center #f1f2f2;
	}

.Main .Popular ul {
	list-style: none;
	}

.Main .Popular li {
	display: inline-block;
	float: left;
	width: 155px;
	height: 140px;
	margin-right: 10px;
	background: #aeaeae;
	}

.Main .Popular li:last-of-type {
	margin-right: 0;
	}

.Main .Popular li a {
	display: block;
	width: 100%;
	height: 100%;
	
	color: #f1f2f2;
	font-size: 16px;
	font-weight: 300;
	
	background-position: center center;
	}

.Main .Popular li a .Overlay {
	position: relative;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	background: rgba(65,66,67,0.5);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Main .Popular li a:hover .Overlay {
	opacity: 1;
	}

.Main .Popular li a .Overlay span {
	position: absolute;
	display: block;
	width: 100%;
	padding: 10px;
	bottom: 0;
	
	line-height: 18px;
	text-align: center;
	}

/* МЕНЮ РАЗДЕЛА */
.Main .Menu {
	height: 40px;
	background: url(/img/light-bg.png) center -80px #f1f2f2;
	}

.Main .Menu ul {
	list-style: none;
	}

.Main .Menu li {
	display: inline-block;
	}

.Main .Menu li a {
	display: inline-block;
	padding: 0 10px;
	color: #414243;
	font: 300 16px/40px 'Ubuntu';
	text-decoration: none;
	}

.Main .Menu li a:hover {
	text-decoration: underline;
	}

.Main .Menu li a.Active {
	background: #ffffff;
	}

/* СОДЕРЖИМОЕ */
.Main .Content {
	width: 100%;
	margin-top: 10px;
	}

.Main .Content.wside {
	float: left;
	width: 730px;
	}

.Main .Content .Tag {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 7px;
	font-size: 12px;
	color: #f1f2f2;
	text-transform: uppercase;
	text-decoration: none;
	background: #4fc3f7;
	}

.Main .Content .Tag.Category {
	background: #42bd41;
	}

.Main .Content .Tag.Pet {
	background: #ff7043;
	}

.Main .Content .Navbar {
	margin-bottom: 10px;
	border-bottom: solid 1px #bbbbbb;
	}

.Main .Content .Navbar h1 {
	font: 300 22px/35px 'Ubuntu';
	}

.Main .Content .News {
	margin: 0 0 15px 0;
	}

.Main .Content .News .Title {
	line-height: 18px;
	margin-bottom: 5px;
	}

.Main .Content .News .Title h2 {
	display: block;
	margin: 0 0 5px 0;
	font: 400 18px 'Ubuntu';
	}

.Main .Content .News .Text {
	margin: 10px 0;
	}

.Main .Content .News .Info {
	line-height: 24px;
	border-bottom: dashed 1px #bbbbbb;
	}

.Main .Content .News .Info a {
	float: right;
	}

.Main .Content .News .Info .Date {
	display: inline-block;
	padding: 0 7px 0 22px;
	background: url(/img/icons/date_16.png) left center no-repeat;
	}

.Main .Content .News .Info .Views {
	display: inline-block;
	padding: 0 7px 0 22px;
	background: url(/img/icons/views_16.png) left 4px no-repeat;
	}

.Main .Content .PetsList {
	list-style: none;
	}

.Main .Content .PetsList li {
	display: inline-block;
	width: 175px;
	height: 130px;
	margin: 0 10px 10px 0;
	background: #aeaeae;
	}

.Main .Content .PetsList li:nth-child(4n+4) {
	margin: 0 0 10px 0;
	}

.Main .Content .PetsList li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	
	color: #f1f2f2;
	font-size: 16px;
	font-weight: 300;
	
	background-position: center center;
	overflow: hidden;
	}

.Main .Content .PetsList li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 38px;
	padding: 10px;
	bottom: 0;
	
	line-height: 18px;
	
	background: rgba(65,66,67,0.5);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Main .Content .PetsList li a:hover span {
	height: 100%;
	}

.Main .Content .PostInfo {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 0 10px;
	background: #f1f2f2;
	}

.Main .Content .PostInfo .Data {
	width: 230px;
	padding: 10px;
	}

.Main .Content .PostInfo .Parameter {
	margin-bottom: 10px;
	}

.Main .Content .PostInfo .Parameter .Name {
	display: block;
	font-size: 18px;
	}

.Main .Content .PostInfo .Parameter .Value {
	display: block;
	}

.Main .Content .PostInfo .Tags {
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 210px;
	line-height: 18px;
	}

.Main .Content .PostInfo .Tags .Tag {
	margin-bottom: 5px;
	}

.Main .Content .PostInfo .Image {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 300px;
	background-position: center center;
	}

.Main .Content .Text {
	margin-bottom: 10px;
	}

.Main .Content .Text h2 {
	font: 300 20px/35px 'Ubuntu';
	}

.Main .Content .Text p {
	margin-bottom: 10px;
	}

.Main .Content .Text img {
	display: block;
	width: 100%;
	padding: 0 230px 0 0;
	background: #f1f2f2;
	}

.Main .Content .Gallery {
	margin-bottom: 10px;
	}

.Main .Content .Gallery h2 {
	font: 300 20px/35px 'Ubuntu';
	}

.Main .Content .Gallery h2 {
	font: 300 20px/35px 'Ubuntu';
	}

.Main .Content .Gallery ul {
	list-style: none;
	}

.Main .Content .Gallery ul li {
	display: inline-block;
	width: 146px;
	height: 146px;
	background: #aeaeae;
	}

.Main .Content .Gallery ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	
	color: #f1f2f2;
	font-size: 16px;
	font-weight: 300;
	
	background-position: center center;
	overflow: hidden;
	}

.Main .Content .Gallery ul li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 38px;
	padding: 10px;
	bottom: 0;
	
	line-height: 18px;
	
	background: rgba(65,66,67,0.5);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Main .Content .Gallery ul li a:hover span {
	height: 100%;
	}

.Main .Content .Pages {
	padding: 5px 0 0;
	text-align: center;
	border-top: solid 1px #bbbbbb;
	}

.Main .Content .Pages ul {
	list-style: none;
	}

.Main .Content .Pages li {
	display: inline-block;
	margin: 0 5px;
	}

.Main .Content .Pages li a {
	display: inline-block;
	min-width: 30px;
	padding: 0 5px;
	
	color: #414243;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	
	background: #f1f2f2;
	border: solid 1px #f1f2f2;
	}

.Main .Content .Pages li a:hover {
	color: #414243;
	border: solid 1px #414243;
	}

.Main .Content .Pages li a.Current {
	color: #f1f2f2;
	background: #414243;
	border: solid 1px #414243;
	}

.Main .Content .Pages li a.Forward {
	background: url(/img/icons/next_16.png) center center no-repeat;
	}

.Main .Content .Pages li a.Backward {
	background: url(/img/icons/prev_16.png) center center no-repeat;
	}

/* САЙДБАР */
.Main .Sidebar {
	float: right;
	margin-top: 10px;
	width: 230px;
	}

.Main .Sidebar .Module {
	margin: 0 0 10px;
	}

.Main .Sidebar .Module h3 {
	margin: 0 0 10px;
	font: 300 18px/35px 'Ubuntu';
	border-bottom: solid 1px #bbbbbb;
	}

.Main .Sidebar .Module .PageNav {
	list-style: none;
	}

.Main .Sidebar .Module .PageNav a {
	display: block;
	padding: 0 10px;
	color: #414243;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	
	background-position: 195px center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Main .Sidebar .Module .PageNav a:hover {
	background-color: #f1f2f2;
	}

.Main .Sidebar .Module .CatMenu {
	list-style: none;
	}

.Main .Sidebar .Module .CatMenu a {
	display: block;
	padding: 0 50px 0 10px;
	color: #414243;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	
	background-position: 195px center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Main .Sidebar .Module .CatMenu a:hover {
	background-color: #f1f2f2;
	}

.Main .Sidebar .Module .CatMenu a.icon_birds			{ background-image: url(/img/icons/pets/birds_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_butterflies	{ background-image: url(/img/icons/pets/butterflies_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_cats			{ background-image: url(/img/icons/pets/cats_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_dogs			{ background-image: url(/img/icons/pets/dogs_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_fish			{ background-image: url(/img/icons/pets/fish_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_frogs			{ background-image: url(/img/icons/pets/frogs_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_rabbits		{ background-image: url(/img/icons/pets/rabbits_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_snails			{ background-image: url(/img/icons/pets/snails_dark.png); }
.Main .Sidebar .Module .CatMenu a.icon_turtles		{ background-image: url(/img/icons/pets/turtles_dark.png); }

/* ПОДВАЛ */
.Footer {
	height: 124px;
	margin-top: -124px;
	padding: 10px 0;
	color: #f1f2f2;
	
	background: url(/img/dark-bg.png) center 40px #414243;
	}

.Footer ul {
	list-style: none;
	}

.Footer .Wrapper {
	position: relative;
	}

.Footer .Logo {
	float: left;
	}

.Footer .Logo span.Name {
	display: block;
	color: #00b0ff;
	font-size: 26px;
	font-weight: 300;
	}

.Footer .Logo span.Name b {
	color: #f1f2f2;
	}

.Footer .Logo span.Slogan {
	font-size: 14px;
	}

.Footer .Menu {
	float: right;
	font-size: 12px;
	text-align: right;
	}

.Footer .Menu li {
	margin-bottom: 4px;
	}

.Footer .Menu a {
	color: #f1f2f2;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.Footer .Menu a:hover {
	color: #00b0ff;
	}

.Footer .Copyright {
	margin-top: 10px;
	color: #bbbbbb;
	}

.Footer .Copyright span {
	font-size: 12px;
	}

.Footer .Metric {
	position: absolute;
	right: 0;
	bottom: 0;
	}






















