html, body {
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 14px;
}

html {
	background: url('/cdn/thm/img/bg.jpg');
}


.LongNavi span, .LongNavi a  {
	padding: 0 8px !important;
	width: auto !important;
	transition: all 0.1s ease-in;
}

#PostInfo .LongNavi span, #PostInfo .LongNavi a  {
	background: #F5E5EA;
	color: #555 !important;
	transition: all 0.1s ease-in;
}

#PostInfo .LongNavi a:hover {
	background: #DFAFBE;
	color: white !important;
	transition: all 0.1s ease-in;
}

#PostInfo .LongNavi .PGL_disabled {
	opacity: 0.2;
	color: #eee !important;
}

.PostInfoNavi {
	position: absolute;
	top: 0;
	right: 0;
}
	
.LongNavi .current {
	background: none !important;
	color: #777 !important;
	width: 91px !important;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: capitalize;
}

#PostInfo .LongNavi {
	transition: all 0.1s ease-in;
	opacity: 0.8;
}

#PostInfo .LongNavi:hover {
	opacity: 1;
	transition: all 0.1s ease-in;
}

blockquote {
	border-left: 6px double #e2e8e8;
	padding: 0 10px;
	display: block;
	margin: 20px 0 20px 0;
	color: #999;
	font-style: italic;
}

blockquote strong {
	font-weight: 400;
}

body {
	width: 1000px;
	margin:0 auto 0 auto;
	background: white;
	min-height: 768px;
	box-shadow: 0 0 20px #D0D0D0;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #aaa;	
}

.NoSelect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.NoBG {
	background: none !important;
}

::selection {
	background: #D24767;
	color: white;
}

label { cursor: pointer; }

::-moz-selection {
	background: #D24767;
	color: white;
}

input,textarea, select {
	font-family: Arial,sans-serif;
	outline: none;
	color: #666;
	font-size: 13px;
}

input,select {
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #F2EDEF;
	padding: 4px;
	border-radius: 3px;
	background: white;
}

input:read-only {
	opacity: 0.5;
}

a {
	color: #AD71A5;
	text-decoration: none;
}

a:hover {
	color: #D24767;
}
	
.clr {
	clear: both;
}

.hidden {
	display: none !important;
}

.visible {
	display: block !important;
}

.NoPadding {
	padding: 0 !important;
}

.NoMargin {
	margin: 0 !important;
}

.noMarginRight {
	margin-right: 0 !important;
}

.noMarginBottom {
	margin-bottom: 0 !important;
}

.noMarginLeft {
	margin-left: 0 !important;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

#header {
	position: relative;
	height: 89px;
	margin-bottom: 48px;
}

#header #headerContent {
	display: block;
	background: url('../img/header.png');
	height: 98px;
	width: 100%;
}

#header #MainMenu {
	position: relative;
	height: 40px;
	margin: 0;
	background: #D24767;
	padding: 0 0 0 20px;
	line-height: 37px;
}

#header #MainMenu #mShopLink {
	position: absolute;
	top: 0;
	right: 21px;
	display: block;
	background-color: rgb(148, 73, 138);
	padding: 0px 4px 0 27px;
	height: 25px;
	overflow: hidden;
	margin: 8px 0 0 0;
	line-height: 25px;
	border-radius: 5px;
}

#header #MainMenu #mShopLink > span {
	display: block;
	float: left;
	background: url('../img/pay/cart.png');
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 7px;
}


#header #MainMenu li {
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 10;
	height: 38.5px;
}

#header #MainMenu a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: white;
	height: 39px;
	padding: 0 10px 0 10px;
	transition: all 0.1s ease-in;
	margin: 0;
}

#header #MainMenu li ul li { 
  background: rgb(168, 94, 158); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5983457', EndColorStr='#E5983457')";
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E5983457', EndColorStr='#E5983457');
  zoom: 1 !important;
  display: block;
  margin: 0 !important;
  padding: 0  !important;
  position: relative;
}

#header #MainMenu li ul li:hover { 
	background: rgb(182, 108, 172);
	transition: all 0.1s ease-in;
}

#header #MainMenu li ul {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  height: 39.5px;
  width: auto;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  /*transition: opacity 0.2s;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;*/
}

#header #MainMenu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#header #MainMenu li:hover {
	background: rgba(0, 0, 0, 0.2);
	color: white !important;
	transition: all 0.1s ease-in;
	text-decoration: underline;
}

#header #logo {
	  position: absolute;
	  top: 10px;
	  left: 15px;
	  z-index: 2;
	  width: 141px;
	  height: 141px;
}

#header h1, #header h2, #header h3, #header h5 {
	position: absolute;
	font-size: 20px;
	font-weight: 400;
	top: 23px;
	left: 25px;
	color: #D24767;
	margin: 0;
}

#header #LoginSocial {
	position: absolute;
	right: 25px;
	top: 52px;
	color: #98717F;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 15px;
	width: 174px;
	height: 56px;
}

#header #LoggedInfo {
	position: absolute;
	left: 823px;
	top: 10px;
	color: #98717F;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 15px;
	width: 174px;
	height: 56px;
}

#header #LoginSocial a, #header #LoggedInfo a {
	display: inline-block;
	border: 1px solid rgba(197, 208, 215, 1);
	margin: 0 4px 3px 0;
	background: #FFFFFE;
	border: 1px solid rgba(238, 238, 238, 0.28);
	color: #739BB8;
	padding: 3px 10px;
	border-radius: 5px;
	font-style: normal;
	font-size: 12px;
	font-family: "Tahoma";
}

#header #LoginSocial a:hover, #header #LoggedInfo a:hover {
	background: #D24767;
	border: 1px solid rgba(152, 52, 87, 1);
	color: white;
}

.SocIco {
	display: inline-block;
	width: 22px;
	height: 21px;
	margin: 5px 0 0 0;
	background: url('../img/social.png');
	opacity: 0.9;
}

.SocIco:hover {
	opacity: 1;
	cursor: pointer;
}

.LoginVK {
	 background-position: -88px 0;
}

.LoginOK{
	 background-position: -66px 0;
}

.LoginGoogle{
	 background-position: 859px 0;
}

.LoginMail {
	 background-position: 837px 0;
}

.SocIcoLast {
	margin-right: 0 !important;
}

#search {
	position: absolute;
	top: 41px;
	right: 20px;
}

input::-webkit-input-placeholder {
	color: #dedede;
}

#search input {
	width: 197px;
	height: 30px;
	border-radius: 4px;
	border: 2px solid rgba(189, 118, 143, 0.55);
	background: rgba(255, 255, 255, 0.79);
	padding: 0 5px 0 5px;
	font-size: 12px;
	font-style: italic;
	color: #D24767;
	transition: all 0.2s ease-in;
}

#search input:focus {
	outline: none;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.29);
	border: 2px solid rgba(113, 29, 58, 0.55);
	font-size: 12px;
	transition: all 0.2s ease-in;
}

#header #slogan {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    top: 52px;
    left: 5px;
    padding: 0 0 0 20px;
}

#wrp {
	padding: 20px;
	min-height: 610px;
	position: relative;
}
 
#ContentPart {
	width: 625px;
	min-height: 800px;
	float: left;
}

.contentFullWidth {
	width: 100% !important;
}

.content {
	padding: 15px;
}

.content p:first-child {
	margin-top: 0 !important;
}

.content h4 {
	color: #D24767;
	font-weight: 400;
	font-size: 18px;
	margin-top: 0;
	position: relative;
}

.hLine {
	position: relative;
	margin: 0 0 20px 0;
}

.hLine h1, .hLine h2, .hLine h3, .hLine h4 {
	display: block !important;
	background: white;
	color: #555 !important;
	width: 190px;
	margin: 0 auto !important;
	padding: 0 10px 0 10px !important;
	position: relative;
	text-align: center !important;
}

.hLine > span {
	width: 100%;
	height: 1px;
	background: #dedede;
	display: block;
	position: absolute;
	top: 55%;
}

.ContentBorder {
	background: #fdfbfc;
	border: 1px solid #faf3f3;
}

.content h2 {
	padding: 0;
	color: #D24767;
	margin: 0 0 15px 0;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.content h1 {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	color: #D24767;
	font-weight: 400 !important;
	font-size: 20px !important;
}

.content p {
	font-size: 14px;
	color: #555;
	line-height: 22px;
	font-family: Arial,sans-serif;
}

#sidebar {
	width: 300px;
	float: right;
}

#sidebar .WidgetWrp {
	width: 300px;
	float: right;
	margin: 0 0 30px 0;
	overflow: hidden;
}


#sidebar .WidgetWrp .WidgetContent ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

#sidebar .WidgetWrp .WidgetContent ul li a {
	display: block;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

#sidebar .WidgetWrp .WidgetContent ul li a:hover {
	text-decoration: underline;
}

#sidebar .WidgetWrp #calendar_wrap {
	width: 176px;
	margin: 0 auto;
}

#sidebar .WidgetWrp #calendar_wrap td {
	color: #777;
}

#sidebar .WidgetWrp .WidgetContent ul li .post-date {
	text-align: right;
	display: block;
	color: #555;
	margin: 2px 0 10px 0;
	font-size: 11px;
	font-weight: 600;
}

#sidebar .WidgetWrp .WidgetTitle {
	text-align: center;
	background: #3E6E82;
	height: 41px;
	line-height: 41px;
	/* font-style: italic; */
	font-size: 14px;
	color: white;
}

.RedButton:disabled, .RedButton:disabled:hover {
	background: #D3C2C8;
	cursor: default;
	box-shadow: none;
}

.RedButton {
	display: inline-block;
	cursor: pointer;
	color: white;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px 0 10px;
	border-radius: 5px;
	border: none;
	height: 30px;
	background: #D24767;
	margin: 10px 0 0 0;
	transition: all 0.2s ease-in;
}

.RedButton:hover {
	background: #D24767;
	transition: all 0.2s ease-in;
	box-shadow: 0 0 10px rgba(157, 25, 71, 0.32);
	color: white;
}

.BlueButton {
	display: inline-block;
	cursor: pointer;
	color: white;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px 0 10px;
	border-radius: 5px;
	border: none;
	height: 30px;
	background: rgb(102, 128, 168);
	margin: 10px 0 0 0;
	transition: all 0.2s ease-in;
}

.WidgetContent {
	padding: 10px 0 0 0;
}

.ForumLinks {
	padding: 0 10px;
	margin: 10px 0 0 0;
}

.ForumLinks a {
	display: block;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #173744;
	margin: 0 0 5px 0;
}

.ArtItem  {
	margin: 0 16px 0 0;
}

.ArtItem .aComments {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
}

.ArtItem p {
	padding: 0;
	margin: 2px 0 0 0;
	font-size: 13px !important;
	color: #777;
	line-height: 19px !important;
}

.ArtItem  img {
	display: inline-block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 30px 0;
	border-radius: 3px;
}

.ArtItemLast {
	margin-right: 0 !important;
}

.ArtItem a {
	font-size: 16px;
	text-decoration: none;
}

.ArtItem a:hover {
	text-decoration: underline;
}

#footer {
	padding: 0 20px 0 20px;
	background: #D24767;
}

#FooterBot {
	width: 960px;
	max-width: 100% !important;
	height: 40px;
	position: relative;
}

#FooterCounters {
	position: absolute;
	right: 11px;
	top: 13px;
}

#FooterLinks {
	position: absolute;
	top: 10px;
	right: 135px;
}

#FooterLinks a {
	color: white;
	font-size: 11px;
	margin: 0 10px 0 0;
}

#FooterBot .SiteName {
	float: left;
	font-size: 12px;
	color: white;
	height: 40px;
	line-height: 40px;
}

#FooterBot .SiteDesc {
	margin: 0 0 0 40px;
	width: 400px;
	display: block;
	float: left;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.46);
	line-height: 14px;
	padding: 5px 0 0 0;
}

#FooterBot .SiteDesc a {
	color: #eee;
}

.fColLast {
	margin-right: 0 !important;
}

/* wp styles */
.post .wp-post-image {
	float: left;
	margin: 5px 15px 0px 0;
	border-radius: 4px;
	width: 120px;
	height: 120px;
}

.post #PostInfo {
	float: right;
	padding: 10px;
	min-width: 120px;
	font-size: 12px;
	color: #888;
	text-align: right;
	line-height: 17px;
}

.post h1 {
	width: 445px;
	float: left;
	margin: 0 !important;
}

#ContentPart h1, #ContentPart h2, #ContentPart h3 {
	color: #666;
	font-weight: 400;
	font-size: 25px;
	line-height: 28px;
	color: #D24767;
	text-align: left;
	padding: 0;
	display: block;
}

.post h3 {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #50757B !important;
	margin: 4px 0 0 0 !important;
	padding: 0 !important;
	line-height: 9px !important;
}

.content h3 {
	color: rgb(171, 131, 145);
	font-weight: 600;
}

.DayNavi h3 {
	font-size: 13px !important;
}

.post #PostHeader {
	position: relative;
}

.post #PostInfo .SharePost, .post #PostInfo .CommentsInfo {
	color: #D24767;
	border-bottom: 1px dotted #D24767;
	cursor: pointer;
}

.post {
	position: relative;
}

.post p {
	margin: 5px 0 25px 0;
	padding: 0 0 8px 0;
	line-height: 22px;
	font-size: 14px;
}

.post ul {
	margin-top: 0;
}

.post ul li {
	color: #777;
	line-height: 21px;
}

#breadcrumbs, .AjaxBreadCrumbs {
	margin: 8px 0 15px 0;
}

#breadcrumbs  span, .AjaxBreadCrumbs span {
	display: inline-block;
	color: #777;
	font-size: 12px;
}

/* Р Т‘Р В»РЎРЏ Р С”Р В°РЎвЂљР ВµР С–Р С•РЎР‚Р С‘Р в„– */
#CatDesc {
	margin: 20px 0 20px 0;
}


/* Р СџР С’Р вЂњР ВР СњР С’Р В¦Р ВР Р‡ */

.TotalPagesNum {
	float: left;
	color: #555;
}

.navigation {
	float: right;
}

.navigation  .current, .PGL_disabled {
	background: white !important;
	cursor: default !important;
}

.navigation .page-numbers {
	background: #d24767;
	color: white !important;
}

.navigation span, .navigation a {
	background: #D24767;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: white;
	text-decoration: none;
}

::-webkit-input-placeholder {color:#777;}
::-moz-placeholder          {color:#777;}
:-moz-placeholder           {color:#777;}
:-ms-input-placeholder      {color:#777;}

.MoonDesc {
	font-size: 11px !important;
	padding: 3px 0 5px 0 !important;
	margin-bottom: 10px !important;
}

.MoonDesc a {
	text-decoration: underline;
	color: #666;
}

/* HAIRCUT */

#HairCal .HairDesc > span {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #eee;
	margin: 15px 0 3px 0;
}

#HairCal .HairDesc > span:last-child {
	
	border-bottom: none;
	padding-bottom: 0 !important;
}

#HairCal .HairDesc > span > b {
	color: #777;
	font-weight: 600;
	padding: 0 5px 0 0;
	background: rgba(238, 238, 238, 0.82);
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

#scroller{
  position: fixed;
  bottom: 30px;
  left: 2%;
  width: 74px;
  height: 84px;
  cursor: pointer;
  display: none;
  line-height: 180px;
  text-align: center;
  font-weight: 600;
  color: #D24767;
  text-shadow: 1px 1px 1px white;
  background: url('../img/header.png') 0px -138px;
}

#MobileMenu {
	display: none;
}

#MenuCircles {
	margin: 20px 0 20px 0;
}

.MC_DoubleString > span {
	margin-bottom: 55px !important;
}

.MC_TripleString > span {
	margin-bottom: 75px !important;
}

.MC_FourString > span {
	margin-bottom: 95px !important;
}

.CirclesYears span {
	background-image: url('../img/years.jpg') !important;
}

#MenuCircles span {
	background-image: url('../img/seasons.jpg');
	background-size: 500px 300px;
	opacity: 0.8;
	width: 90px;
	height: 90px;
	display: block;
	float: left;
	margin: 0 9px 40px 0;
	border-radius: 100px;
	position: relative;
	transition: opacity 0.2s;
	border: 2px solid rgb(62, 110, 130);
}

#MenuCircles span:hover, #MenuCircles span.MC_Active {
	opacity: 1;
    transition: all 0.1s ease-in;
    border: 2px solid #D24767;
    box-shadow: 0 0 5px rgb(179, 150, 157);
}

#MenuCircles > span > a {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	padding-top: 101px;
	text-align: center;
	color: #333;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 17px;
}

#MenuCircles.OneString> span > a {
	white-space: nowrap;
}

.mmLast {
	margin-right: 0 !important;
}


.mIco1 { background-position: 0 0; }
.mIco2 { background-position: -100px 0; }
.mIco3 { background-position: -200px 0; }
.mIco4 { background-position: -300px 0; }
.mIco5 { background-position: -400px 0; }
.mIco6 { background-position: 0 -100px; }
.mIco7 { background-position: -100px -100px; }
.mIco8 { background-position: -200px -100px; }
.mIco9 { background-position: -300px -100px; }
.mIco10 { background-position: -400px -100px; }
.mIco11 { background-position: 0 -200px; }
.mIco12 { background-position: -100px -200px; }



.TYP_TABLE {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(238, 238, 238, 0.89);
	box-shadow: 0 0 10px #eee;
	margin: 20px 0 20px 0;
}

.TYP_TABLE th {
	font-weight: 600;
	max-width: 100px;
	font-size: 13px;
	color: rgb(161, 118, 133) !important;
}

.TYP_TABLE td, .TYP_TABLE th {
	border: 1px solid rgba(238, 238, 238, 0.89);
	padding: 9px 15px;
	text-align: left;
	line-height: 20px;
	color: #777;
}

.notify {
	padding: 20px;
	background: rgba(252, 252, 252, 0.06);
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	color: #777;
	font-size: 13px;
	box-shadow: 1px 1px 10px rgba(238, 238, 238, 0.47);
	position: relative;
}

.NotifyClose {
	position: absolute;
	top: 18px;
	right: 17px;
	color: white;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	border-bottom: 1px dotted;
}

.noteHeader {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: rgb(152, 52, 87);
	text-shadow: 0 0 1px rgb(231, 231, 231);
	margin: 0 0 10px 0;
}

.notify.error {
	background: rgb(161, 24, 72);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	color: white;
}

.notify.good {
	background: rgb(11, 157, 169);
	box-shadow: none;
	color: white;
}

.FormButton {
	max-width: 100px;
	text-align: center;
	background: rgb(152, 52, 87) !important;
	color: white;
	border: none !important;
}

/*************************** MOBILE CSS ***********************/


/* скрываем Sidebar при ширине менее чем 1000 */

@media all and (max-width: 800px) {
	
	#sidebar {
		margin: 0 auto;
		width: 300px;
		max-width: 100%;
		clear: both;
		overflow: hidden;
		float: none !important;
	}
	
	#sidebar {
		margin-top: 20px !important;
	}
	
	#ContentPart {
		margin: 0 auto;
		width: 90%;
		float: none !important;
	}
	
}

@media all and (max-width: 860px) {
	body {
		width: 100% !important;
	}
	
	#GenerationTime, #slogan, #search, .SiteDesc {
		display: none !important;
	}
		
	#header #logo {
		top: 80px;
	}

	#logo img {
		width: 100px;
	}

	#logo {
		display: none;
	}

	#header h1, #header h2, #header h3, #header h5 {
		text-align: center;
		width: 100%;
		left: 0;
		top: 24px;
		font-size: 31px;
		color: white !important;
		font-weight: 300 !important;
		line-height: 35px;
		}

	#slogan {
		text-align: center;
		width: 100%;
		left: 0 !important;
		top: 68px !important;
		padding: 0 !important;
		color: #DACFCF !important;
	}

	#MainMenu {
		display: none !important;
	}

	#MobileMenuLink {
		position: absolute;
		display: block !important;
		top: 109px;
		width: 100%;
		color: white;
		text-transform: uppercase;
		font-weight: 600;
	}

	.mmLast { 
		margin-right: 9px !important;
	}
	
	


	#header {
		margin-bottom: 10px;
		background: none !important;
	}

	#header #headerContent
	{
		background: #D24767;
	}
	
	#ContentPart {
		width: 100%;
		overflow: hidden;
		margin: 40px 0 0 0 !important;
	}

	#MobileMenuLink span {
		margin: 0 auto;
		display: block;
		width: 100px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		background: #D24767;
		padding: 5px;
		border-radius: 5px;
		cursor: pointer;
		box-shadow: 0 0 20px rgba(255,255,255,0.7);
		cursor: pointer !important;
	}

	#LoginSocial {
		display: none;
	}
	
	#sidebar {
		margin: 0 auto;
		width: 300px;
	}

	#MobileMenu {
		display: block;
		margin: 0 0 50px 0;
	}

	#MobileMenuWrap {
		display: none;
		margin: 30px 0 0 0;
	}

	#MobileMenuWrap li {
		height: 40px;
		list-style-type: none !important;
		border-bottom: 1px solid rgb(163, 122, 136);
	}
	#MobileMenuWrap li ul {
		display: none;
		
	}

	#MobileMenuWrap li a {
		background: #D24767;
		display: block;
		width: 100%;
		height: 100%;
		color: white;
		line-height: 40px;
		font-size: 20px;
		font-weight: 300;
		text-align: center;
		cursor: pointer;
	}	
}


@media all and (max-width: 340px) {
		#MenuCircles 
		{
			margin: 20px auto;
			width: 230px;
		}
	}

	@media all and (min-width: 340px) and (max-width: 480px) {
		#MenuCircles 
		{
			margin: 22px auto;
			width: 335px;
		}
	}

	@media all and (min-width: 460px) and (max-width: 570px)  {
		#MenuCircles 
		{
			margin: 22px auto;
			width: 340px;
		}
	}

	@media all and (min-width: 570px) and (max-width: 670px) {
		#MenuCircles 
		{
			margin: 22px auto;
			width: 570px;
		}
	}

/*********************** MOBILE CSS END ***********************/


/* админские фичи */
#GenerationTime {
	position: fixed;
	top: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.13);
	color: white;
	padding: 6px 10px;
	z-index: 10;
}

#clr_memcached {
	text-decoration: underline;
	margin: 0 0 1px 0;
	color: white;
}

#clr_memcached:hover {
	cursor: pointer;
}

/* BOXES */
.BlueBox {
	padding: 20px;
	background: rgb(240, 240, 240);
	color: #222 !important;
	font-size: 14px !important;
	text-shadow: 1px 1px 1px #eee;
	text-align: justify;
	border-radius: 5px;
	border: 1px solid #dedede;
	box-shadow: 0 0 10px #eee;
}

.AdsenseInfo {
	text-align: center;
	color: #ddd;
	font-style: italic;
	margin: 0 0 0 0;
	font-size: 11px;
}


/* MOOOOOOOOOON CALENDAR.CSS */
/* сокращено в один файлпотому что гугл pagespeed заебал */
#MoonCalendar .MoonDesc {
	font-size: 12px;
	font-style: italic;
	margin: 3px 0 10px 0;
	color: rgb(150, 152, 168);
}

#MoonCalendar h1 {
	max-width: 100%;
}

#PostInfo  a {
	margin: 0 !important;
}

.mDayWrap h2 {
	margin-bottom: 3px;
	margin-top: 20px;
}


#MoonCalendar #breadcrumbs {
	padding-bottom: 0;
}

.HaircutMonths span {
	background-image: url('./../img/haircut.jpg') !important;
}


.OgorodMonths span {
	background-image: url('./../img/ogorod.jpg') !important;
}

.mDayWrap {
	position: relative;
	min-height: 165px;
	border-bottom: 1px solid #eee;
	padding: 0 0 0px 0;
	margin: 20px 0 0px 0;
	transition: all 0.1s ease-in;
}

.mDayWrapToday:hover {
	
}

.mDayWrap:hover {
	border-bottom: 1px solid rgba(152, 52, 87, 0.24);
	transition: all 0.1s ease-in;
}

.mDayWrap h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 400;
	color: #777;
	font-size: 17px !important;
	line-height: 17px !important;
}

.mDayWrap > p.MoonDesc {
	padding-top: 3px !important;
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
	font-size: 12px !important;
}

.mDayWrap > p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 13px;
	width: 400px;
	max-width: 100% !important;
	cursor: default !important;
}

.mDayWrap > p.MoonDesc a {
	text-decoration: none;
	color: #B58394;
}

.mDayWrap > p.MoonDesc a:hover {
	text-decoration: underline;
}

#MoonCalendar blockquote {
	margin-bottom: 20px;
}

.AllCalendars span {
	margin: 0 7px 60px 0 !important;
}

.AllCalendars span {
	background-image: url('./../img/all-calendar.jpg') !important;
}

.ReadMoreMooon {
	float: right;
	padding: 7px 10px 11px 10px;
	border-radius: 5px;
	width: 140px;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	top: -10px;
	right: 0;
	text-shadow: 0 0 1px white;
	color: #999;
}

.ReadMoreMoonToday {
	border:2px solid rgba(244, 238, 238, 1);	
}

.ReadMoreMooon span {
	/* background: rgb(244, 222, 230); */
	/* padding: 4px; */
	text-shadow: none;
	/* border-radius: 5px; */
	margin: 10px auto;
	/* display: block; */
	/* width: 80px; */
	border-bottom: 1px dotted;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: rgb(178, 96, 167);
}

.ReadMoreMooon:hover {
	
}



#HairCal .ReadMoreMooon .ZodiacIco {
    background-color: rgb(136, 203, 136);
    color: white;
    font-size: 46px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #aaa;
}

.past_day {
	opacity: 0.2;
}

#HairCal .ReadMoreMooon .badHa  {
	background-color: rgb(165, 23, 23) !important;
	box-shadow: 0 0 10px #999999 !important;
}

#HairCal .ReadMoreMooon .goodHa  {
	background-color: rgb(136, 203, 136) !important;
}

#HairCal .ReadMoreMooon .strangeHa  {
	background-color: #999 !important;
	box-shadow: none !important;
}

.zMonth {
	position: absolute;
	top: 88px;
	left: 0;
	text-align: center;
	color: white !important;
	width: 100%;
	border: none !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.zDay {
	position: absolute;
	top: 27px;
	left: 0;
	text-align: center;
	color: white !important;
	width: 100%;
	border: none !important;
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
}

#HairCal .goodHa h3, #HairCal .goodHa .MoonDesc a, #HairCal .goodHa .ReadMoreMooon, #HairCal .goodHa .ReadMoreMooon span   {
		color: rgb(52, 136, 52) !important;
}

.ZodiacIco {
	width: 100px;
	height: 100px;
	background: rgb(200, 138, 192);
	margin: 10px auto;
	border-radius: 100px;
	/*background-image: url('./../img/ZodiacPNG.png') !important;
	background-size: 620px;*/
	box-shadow: 0 0 10px rgba(3, 0, 0, 0.21);
	border: 2px solid rgba(56, 36, 41, 0.16);	
}

.ZodiacIcoLoading {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.Zodiac1 {
	background-position: 636px 17px;
}

.Zodiac2 {
	background-position: 551px 18px;
}

.Zodiac3 {
	background-position: 467px 16px;
}

.Zodiac4 {
	background-position: 379px 13px;
}

.Zodiac5 {
	background-position: 291px 13px;
}

.Zodiac6 {
	background-position: 206px 16px;
}

.Zodiac7 {
	background-position: 116px 15px;
}

.Zodiac8 {
	background-position: 17px -68px;
}

.Zodiac9 {
	background-position: -69px -68px;
}

.Zodiac10 {
	background-position: -150px -68px;
}

.Zodiac11 {
	background-position: -243px -70px;
}

.Zodiac12 {
	background-position: -325px -70px;
}


.AjaxDayInfo .DayNavi {
	margin: 20px 0 20px 0;
	background: rgba(152, 52, 87, 0.04);
	border: 1px solid #E2E1E1;
	padding: 14px;
	border-radius: 5px;
}

.AjaxDayInfo .DayNavi button {
	display: inline-block;
	border-radius: 5px;
	background: #eee;
	margin: 20px 4px 0 0;
	font-size: 13px;
	border: none;
	color: white;
	padding: 5px !important;
}

.AjaxDayInfo .DayNavi button.Green {
	background: #689E72 !important;
}

.AjaxDayInfo .DayNavi button.Purple {
	background: rgb(156, 108, 173) !important;
}

.AjaxDayInfo .DayNavi button.Cyan {
	background: #188981 !important;
}

.AjaxDayInfo .DayNavi button.Blue {
	background: #476482 !important;
}

.AjaxDayInfo .DayNavi button.Red {
	background: #B26D85 !important;
}

.GoBackToCalendar {
	font-size: 19px !important;
	color: #88337C !important;
	font-weight: 600;
	cursor: pointer;
}

.GoBackToCalendar > span {
	background: url('../img/header.png');
	width: 34px;
	height: 20px;
	display: inline-block !important;
	margin: 0 5px 0 0;
	background-position: -8px 31px;
}



@media all and (max-width: 600px) {
	.ReadMoreMooon {
		display: block !important;
		float: none !important;
		position: relative;
		margin: 0 auto;
	}
	
	.HairDesc {
		margin: 0 auto !important;
	}

	.mDayWrap h3, .MoonDesc {
		text-align: center !important;
		margin: 0 auto !important;
	}
	
	#PostInfo {
		display: block !important;
		float: none;
		position: relative;
	}
	
}

/* Calendar Page Ad */

.AdsenseCalAdaptive {
	display: none;
	margin: 0px 0 -40px 0;
}

#AdsenseCal336 {
	/*width: 336px;
	max-width: auto;
    margin: 0 auto;
	padding-bottom: 20px;*/
}

#AdsenseCalBig {
	padding: 4px;
	width: 580px;
	margin: 0 auto;
}


@media all and (max-width: 650px) {
	
	
	#AdsenseCalBig {
		display: none;
	}
	.mDayWrap {
		border-bottom: none !important;
	}
	.AdsenseCalAdaptive {
		display: block;
		width: 300px;
		margin: 0 auto;
		max-width: 100%;
	}
	
	#HairCal .HairDesc > span {
		margin: 0;
	}
}
/* Calendar Page Ad End */

/* MOOOOOOOOOON CALENDAR.CSS */
.HairCalLinksDay {
	width: 488px;
	max-width: 100%;
	margin: 0 auto;
}