/* @group general */
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 62.5%;
	min-width: 960px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #fcfcfc url(../images/general/background.jpg) no-repeat center top;
}
/* @end */

/* @group structural */
#page-wrapper {
	min-height: 100%;
}
#content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 235px;
}
.banner {
	text-align: center;
	margin-bottom: 30px;
}
.banner .left {
	float: left;
}
.banner .right {
	float: right;
}
.two-columns-wrapper {
	margin-bottom: 20px;
}
.two-columns-wrapper > div {
	float: right;
	width: 300px;
}
.two-columns-wrapper > div:first-child {
	float: left;
	width: 620px;
}
.youtube-wrapper {
	text-align: center;
	margin-bottom: 40px;
}
.fb-comments-wrapper {
	text-align: center;
	margin-bottom: 40px;
}
/* @end */

/* @group header */
header {
	width: 940px;
	height: 125px;
	position: relative;
	margin: 0 auto 55px;
}
header h1 {
	padding-top: 30px;
}
header nav {
	right: 0;
	top: 95px;
	position: absolute;
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li > a {
	height: 40px;
	display: block;
	color: #809497;
	font-size: 18px;
	line-height: 1.3em;
	position: relative;
	padding: 0 25px 0 10px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
    font-family: 'VAG-Black';
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	text-align: right;
}
header nav > ul > li > a.article-item {
	text-shadow: none;
}
header nav > ul > li.open > a {
	background: #de73b0;
	color: #fff !important;
}
header nav > ul > li.open > a span {
	top: 18px;
	width: 8px;
	height: 5px;
	right: 10px;
	position: absolute;
	background: url(../images/general/menu-arrow.png) no-repeat;
}
header nav > ul > li > a:hover,
header nav > ul > li > a.active {
	color: #d972af;
}
header nav .submenu {
	right: 0;
	top: 40px;
	z-index: 20;
	display: none;
	min-width: 360px;
	background: #fff;
	position: absolute;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}
header nav .submenu.three-cols {
	width: 520px;
}
header nav .submenu.four-cols {
	width: 680px;
}
header nav .submenu .head {
	height: 46px;
	position: relative;
	padding: 20px 20px 0 125px;
	border-bottom: 2px solid #f0d6e4;
}
header nav .submenu .head img {
	top: 0;
	left: 0;
	position: absolute;
}
header nav .submenu .head p {
	color: #dc64a7;
	font-size: 15px;
	text-align: right;
	line-height: 1.2em;
	font-family: 'VAG-Bold';
}
header nav .submenu .head p span {
	color: #95abae;
	font-size: 14px;
	font-family: 'VAG-Light';
}
header nav .submenu .content {
	padding: 20px 20px 0 20px;
}
header nav .submenu ul {
	float: left;
	width: 140px;
	margin-right: 20px;
}
header nav .submenu ul li {
	margin-bottom: 10px;
}
header nav .submenu ul li a {
	color: #677678;
	display: block;
	font-size: 14px;
	padding-left: 15px;
	font-family: 'VAG-Light';
	background: url(../images/general/submenu-arrows.png) no-repeat 0 4px;
}
header nav .submenu ul li a:hover {
	color: #dc63a7;
	background-position: 0px -88px;
}
header #auth-nav {
	right: 0;
	top: 15px;
	position: absolute;
}
header #auth-nav li {
	float: left;
	color: #809497;
	font-size: 14px;
	margin-right: 5px;
	padding-right: 5px;
	background: url(../images/header/auth-nav-border.png) no-repeat right center;
}
header #auth-nav li:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
header #auth-nav li > a {
	height: 24px;
	padding: 0 5px;
	color: #809497;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
    font-family: 'VAG-Light';
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
header #auth-nav li > a.bold {
    font-family: 'VAG-Bold';
}
header .search-form {
	top: 43px;
	right: 60px;
	position: absolute;
}
header .facebook {
	right: 0;
	top: 45px;
	width: 28px;
	height: 28px;
	position: absolute;
	background: url(../images/general/facebook.png) no-repeat;
}
/* @end */

/* @group search-form */
.search-form div {
	width: 260px;
	height: 36px;
	position: relative;
	background: url(../images/header/search-form.png) no-repeat;
}
.search-form input {
	margin: 0;
	padding: 0;
	border-width: 0;
	background: transparent;
}
.search-form input[type="text"] {
	width: 180px;
	height: 20px;
	color: #809497;
	font-size: 14px;
	margin: 8px 0 0 15px;
}
.search-form input[type="submit"] {
    top: 4px;
    right: 4px;
    width: 39px;
	font-size: 0;
    height: 28px;
    line-height: 0;
    overflow: hidden;
    text-indent: 100%;
    position: absolute;
}
.search-form label.infield {
	top: 9px;
	left: 15px;
	color: #809497;
	font-size: 14px;
	position: absolute;
}
/* @end */

/* @group footer */
footer {
	height: 175px;
	margin-top: -175px;
	background: url(../images/footer/background.png) repeat-x;
}
footer > div {
	width: 940px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
footer .search-form {
	float: right;
}
footer .search-form div {
	width: 261px;
	background: url(../images/footer/search-form.png) no-repeat;
}
footer > div > div {
	padding: 0 10px;
	position: relative;
}
footer nav {
	float: left;
	margin-top: 6px;
}
footer nav li {
	float: left;
	margin-right: 30px;
}
footer nav li a {
	color: #809497;
	font-size: 18px;
    font-family: 'VAG-Black';
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
footer nav li a:hover {
	color: #809497;
}
footer > div > div:first-child {
	padding-bottom: 11px;
	border-bottom: 1px solid #e2e2e2;
}
footer > div > div:first-child + div {
	padding-top: 11px;
	border-top: 1px solid #fff;
}
footer p {
	color: #809497;
	font-size: 10px;
}
footer .facebook {
	width: 31px;
	height: 30px;
	float: right;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-top: -23px;
	text-indent: 100%;
	position: relative;
	background: url(../images/footer/facebook.png) no-repeat;
}
/* @end */

/* @group info-banners */
#info-banners {
	width: 624px;
	height: 346px;
	position: relative;
	margin-bottom: 30px;
}
#info-banners .banner {
	width: 624px;
	height: 302px;
}
#info-banners ul {
	right: 0;
	left: 20px;
	top: 302px;
	position: absolute;
}
#info-banners ul li {
	float: left;
}
#info-banners ul li a {
	width: 302px;
	height: 36px;
	color: #fcfcfc;
	display: block;
	font-size: 16px;
	padding-top: 8px;
	text-align: center;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
#info-banners ul li a.active {
	background-position: 0 0 !important;
}
#info-banners ul li.workshop a {
	background: url(../images/info-banners/01/control.png) no-repeat left bottom;
}
#info-banners ul li.workshop a.active {
	color: #764f36;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#info-banners ul li.club a {
	background: url(../images/info-banners/02/control.png) no-repeat left bottom;
}
#info-banners .banner a {
	height: 34px;
	float: right;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 35px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #5e9da2;
}
#info-banners .banner a span:first-child {
	top: 0;
	left: 0;
	width: 13px;
	height: 34px;
	position: absolute;
	background: url(../images/info-banners/button.png) no-repeat;
}
#info-banners .banner a span:last-child {
	height: 34px;
	display: block;
	margin-left: 13px;
	padding-right: 13px;
	background: url(../images/info-banners/button.png) no-repeat right top;
}
#info-banners .workshop-banner {
	background: url(../images/info-banners/01/background.png) no-repeat;
}
#info-banners .workshop-banner p {
	color: #9a6746;
	font-size: 30px;
	line-height: 1em;
	text-align: right;
	padding-top: 60px;
	margin-right: 20px;
	margin-bottom: 45px;
    font-family: 'VAG-Bold';
	text-shadow: 0 2px 0 #fff;
}
#info-banners .workshop-banner p span {
	color: #7bd7df;
	display: block;
	font-size: 24px;
	padding-top: 10px;
	text-transform: uppercase;
}
#info-banners .club-banner {
	background: url(../images/info-banners/02/background.png) no-repeat;
}
#info-banners .club-banner p {
	color: #fefefe;
	font-size: 24px;
	line-height: 1em;
	text-align: right;
	padding-top: 60px;
	margin-right: 30px;
	margin-bottom: 45px;
    font-family: 'VAG-Bold';
	text-shadow: 0 2px 0 #000;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
#info-banners .club-banner p span {
	color: #dc64a7;
	display: block;
	font-size: 18px;
	padding: 10px 0;
	line-height: 1em;
	text-shadow: 0 2px 0 #fff;
	text-shadow: 0 2px 0 rgba(255,255,255,.6);
}
#info-banners .club-banner a {
	margin-right: 30px;
}
.banners-slider {
	overflow: hidden;
}
.banners-slider .contarols {
	z-index: 999;
	background: url("/resources/images/products-suggestion/slider-arrows.png") no-repeat scroll 0px 0px transparent;
	left: 3px;
	width: 27px;
	height: 62px;
	position: absolute;
	top: 41%;
}
.banners-slider .controls.next {
	background-position: right top;
    left: auto;
    right: 3px;
}
.banners-slider .controls {
	bottom: 38px;
    float: right;
    position: absolute;
    right: 7px;
}
.banners-slider .controls li {
	float: left;
	margin-left: 13px;
}
.banners-slider .controls li a {
	width: 16px;
	height: 17px;
	display: block;
	background: url(../images/news-block/controls.png) no-repeat;
}
.banners-slider .controls li a.active {
	background-position: left bottom;
}
/* @end */

/* @group news-block */
#news-block h3 {
	float: left;
	margin-bottom: 0;
}
#news-block .slider {
	position: relative;
}
#news-block .slider .left-shadow {
	left: 0;
	top: -2px;
	bottom: 0;
	z-index: 2;
	width: 19px;
	position: absolute;
	background: url(../images/news-block/slider-shadow.png) no-repeat;
}
#news-block .slider .right-shadow {
	right: 0;
	top: -2px;
	bottom: 0;
	z-index: 2;
	width: 19px;
	position: absolute;
	background: url(../images/news-block/slider-shadow.png) no-repeat right top;
}
#news-block .slider .news-block-wrapper {
	width: 620px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
#news-block .slider div div {
	margin-bottom: 0;
	min-height: 235px;
}
#news-block .slider ul.slider-list {
	width: 9999%;
}
#news-block .slider ul.slider-list li {
	float: left;
	width: 140px;
	margin-left: 20px;
}
#news-block .slider ul.slider-list li > a {
	padding: 3px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #e4e4e4;
}
#news-block .slider ul.slider-list li h6 {
	color: #677678;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
#news-block .slider ul.slider-list li h6 a {
	color: #677678;
	display: block;
}
#news-block .slider ul.slider-list li p {
	color: #809497;
	font-size: 13px;
	line-height: 1.3em;
}
#news-block .slider .controls {
	z-index: 3;
	float: right;
	position: relative;
}
#news-block .slider .controls li {
	float: left;
	margin-left: 13px;
}
#news-block .slider .controls li a {
	width: 16px;
	height: 17px;
	display: block;
	background: url(../images/news-block/controls.png) no-repeat;
}
#news-block .slider .controls li a.active {
	background-position: left bottom;
}
#news-block .tabs {
	z-index: 1;
	float: right;
	position: relative;
}
#news-block .tabs li {
	float: left;
	margin-left: 10px;
}
#news-block .tabs li a {
	height: 40px;
	display: block;
	color: #77898b;
	font-size: 16px;
	line-height: 40px;
	position: relative;
    font-family: 'VAG-Bold';
}
#news-block .tabs li a span:first-child {
	top: 0;
	left: 0;
	width: 10px;
	height: 40px;
	position: absolute;
	background: url(../images/news-block/tabs.png) no-repeat;
}
#news-block .tabs li a span:last-child {
	height: 40px;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	background: url(../images/news-block/tabs.png) no-repeat right top;
}
#news-block .tabs li a.yellow {
	color: #fff;
	text-shadow: 0 1px 0 #93873d;
	text-shadow: 0 1px 0 rgba(147,135,61,.75);
}
#news-block .tabs li a.blue {
	color: #fff;
	text-shadow: 0 1px 0 #3d8280;
	text-shadow: 0 1px 0 rgba(61,130,128,.75);
}
#news-block .tabs li a.yellow span:first-child {
	background-position: 0 -40px;
}
#news-block .tabs li a.yellow span:last-child {
	background-position: right -40px;
}
#news-block .tabs li a.blue span:first-child {
	background-position: 0 -80px;
}
#news-block .tabs li a.blue span:last-child {
	background-position: right -80px;
}
#news-block .tabs-border {
	height: 1px;
	display: block;
	margin-top: -1px;
	position: relative;
	background: #e1e1e1;
	margin-bottom: 20px;
}
#news-block .jcarousel-prev,
#news-block .jcarousel-next {
	display: none !important;
}
/* @end */
/* @group articles-block */
#articles-block h3 {
	color: #68c1c3;
}
#articles-block h3 + a {
	float: right;
	color: #929a9b;
	font-size: 22px;
	margin-top: -45px;
    padding-right: 27px;
    font-family: 'Angelina';
	background: url(../images/articles-block/view-all-arrow.png) no-repeat right center;
}
#articles-block .article-details {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
#articles-block .article-details .img {
	float: left;
	padding: 3px;
	margin-right: 20px;
	border: 1px solid #e4e4e4;
}
#articles-block .article-details h5 {
	font-size: 20px;
    margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
#articles-block .article-details h5 a {
	color: #68c1c3;
	display: block;
}
#articles-block .article-details p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
}
#articles-block .slider {
	margin-bottom: 20px;
}
#articles-block .slider div {
	width: 620px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#articles-block .slider div ul {
	width: 9999%;
}
#articles-block .slider div ul li {
	float: left;
	width: 140px;
	margin-right: 20px;
}
#articles-block .slider div ul li > a {
	padding: 3px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e4e4e4;
}
#articles-block .slider div ul li h6 {
	font-size: 14px;
	line-height: 18px;
    font-family: 'VAG-Bold';
}
#articles-block .slider div ul li h6 a {
	color: #77898b;
}
#articles-block .slider div ul li.active > a {
	background: #68c1c3;
	border-color: #68c1c3;
}
#articles-block .slider div ul li.active h6 a {
	color: #68c1c3;
}
#articles-block .slider .controls {
	float: right;
}
#articles-block .slider .controls li {
	float: left;
	margin-left: 13px;
}
#articles-block .slider .controls li a {
	width: 16px;
	height: 17px;
	display: block;
	background: url(../images/news-block/controls.png) no-repeat;
}
#articles-block .slider .controls li a.active {
	background-position: left bottom;
}
.articles > h4 {
	color: #DD63A6;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 14px;
}
.articles > h3 {
	margin-bottom: 4px;
    margin-left: 14px;
}
/* @end */

/* @group step-by-step */
#step-by-step {
	width: 263px;
	height: 324px;
	position: relative;
	margin: 0 0 30px -2px;
	padding: 25px 20px 0 20px;
	background: url(../images/step-by-step/banner.png) no-repeat;
}
#step-by-step h5 {
	color: #bad57e;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
#step-by-step h5 span {
	display: block;
	font-size: 26px;
}
#step-by-step .textbox {
	width: 130px;
}
#step-by-step .radio-group label {
	margin-bottom: 10px;
}
#step-by-step .period-duration label + div {
	width: 77px;
	float: left;
	margin-right: 20px;
}
#step-by-step .period-duration label + div + span {
	float: left;
	color: #809497;
	font-size: 14px;
	margin-top: 5px;
}
#step-by-step .period-duration .green-btn {
	float: right;
	margin-top: -7px;
}
#step-by-step .selector {
	height: 32px;
	background: url(../images/controls/select-blue.png) no-repeat;
}
#step-by-step .selector span {
	height: 32px;
	line-height: 30px;
	background: url(../images/controls/select-blue.png) no-repeat right bottom;
}
#step-by-step .selector select {
	height: 32px;
}
#step-by-step label.bottom-position {
	left: 20px;
	right: 20px;
	bottom: 37px;
	position: absolute;
}
#step-by-step .period-duration.bottom-position .green-btn {
	right: 20px;
	bottom: 5px;
	position: absolute;
}
/* @end */

/* @group facebook-banner */
#facebook-banner {
	width: 304px;
	height: 54px;
	padding-top: 85px;
	text-align: center;
	margin-bottom: 20px;
	background: url(../images/facebook-banner/background.png) no-repeat;
}
#facebook-banner a {
	height: 33px;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 33px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #2a3865;
}
#facebook-banner a span:first-child {
	top: 0;
	left: 0;
	width: 8px;
	height: 33px;
	position: absolute;
	background: url(../images/facebook-banner/button.png) no-repeat;
}
#facebook-banner a span:last-child {
	height: 33px;
	display: block;
	margin-left: 8px;
	padding-right: 8px;
	background: url(../images/facebook-banner/button.png) no-repeat right top;
}
/* @end */

/* @group poll-block */
#poll-block {
	margin-bottom: 30px;
}
#poll-block h3 {
	color: #e9b379;
}
#poll-block label {
	margin-bottom: 10px;
}
#poll-block label.orange {
	color: #e9b379;
	font-size: 16px;
    font-family: 'VAG-Light';
}
#poll-block .radio span {
	background-image: url(../images/controls/orange-radio.png);
}
#poll-block .actions {
	text-align: right;
}
#poll-block p.orange {
	color: #e9b379;
	font-size: 16px;
    margin-bottom: 10px;
    font-family: 'VAG-Light';
}
#poll-block .result {
	margin-bottom: 20px;
}
#poll-block .result .bar {
	float: left;
	height: 15px;
	width: 192px;
	padding: 0 4px;
	background: url(../images/poll-block/bar.png) no-repeat;
}
#poll-block .result .bar span {
	top: 2px;
	height: 11px;
	display: block;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webikit-border-radius: 5px;
	background: url(../images/poll-block/content.png) repeat-x;
}
#poll-block .result .label {
	float: right;
	color: #809497;
	font-size: 13px;
}
/* @end */

/* @group names-meaning */
#names-meaning {
	height: 184px;
	margin-bottom: 20px;
	padding: 115px 20px 0;
	background: url(../images/names-meaning/background.png) no-repeat;
}
#names-meaning h3 {
	color: #c77101;
	margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#names-meaning h3 + p {
	color: #967e59;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#names-meaning .textbox {
	float: left;
	width: 150px;
}
#names-meaning .textbox +.red-btn {
	float: right;
	margin-top: 2px;
}
#names-meaning .radio-group {
	margin-bottom: 5px;
}
#names-meaning .radio-group label {
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-block;
}
#names-meaning .radio span {
	background-image: url(../images/controls/red-radio.png);
}
#names-meaning .text-right a {
	color: #bfa67e;
	font-size: 22px;
	padding-right: 28px;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
	background: url(../images/names-meaning/view-all-arrow.png) no-repeat right center;
}
#names-meaning .textbox label {
	top: 9px;
	margin: 0;
	left: 12px;
	width: 135px;
	position: absolute;
}
/* @end */

/* @group newsletter-block */
#newsletter-block {
	margin-bottom: 20px;
}
#newsletter-block .textbox {
	float: left;
	width: 190px;
}
#newsletter-block .blue-btn {
	float: right;
	margin-top: 3px;
}
#newsletter-block .textbox label {
	top: 9px;
	margin: 0;
	left: 12px;
	width: 135px;
	position: absolute;
}
#newsletter-block p.error {
	clear: both;
}
/* @end */

/* @group tips-block */
#tips-block {
	float: left;
	width: 280px;
}
#tips-block ul {
	padding-top: 5px;
}
#tips-block ul li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../images/tips-block/border.png) repeat-x left bottom;
}
#tips-block ul li > a {
	float: left;
	padding: 4px;
	font-size: 0;
	margin-top: -2px;
	margin-right: 10px;
	border: 1px solid #e4e4e4;
}
#tips-block ul li h6 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
    font-family: 'VAG-Bold';
}
#tips-block ul li h6 a {
	color: #798587;
	display: block;
}
#tips-block ul li p {
	color: #809497;
	font-size: 13px;
	line-height: 1.2em;
}
.scroll-holder {
	position: relative;
	margin-bottom: 20px;
}
.scroll-holder .viewport {
	height: 310px;
	overflow: hidden;
	position: relative;
}
.scroll-holder .overview {
	top: 0;
	left: 0;
	position: absolute;
}
.scroll-holder .scrollbar {
	top: 0;
	width: 4px;
	right: -15px;
	background: #eee;
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dcdcdc;
}
.scroll-holder .scrollbar .track {
	width: 4px;
	cursor: pointer;
	position: relative;
	height: 100%;
}
.scroll-holder .scrollbar .track .thumb {
	top: -6px;
	left: -6px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	background: url(../images/controls/scroll-thumb.png) no-repeat;
}
/* @end */

/* @group questions-block */
#questions-block {
	float: right;
	width: 300px;
}
#questions-block h3 {
	float: left;
	color: #dd64a7;
	margin-bottom: 0;
}
#questions-block .tabs {
	float: right;
}
#questions-block .tabs li {
	float: left;
	margin-left: 10px;
}
#questions-block .tabs li a {
	height: 40px;
	display: block;
	color: #fcfcfc;
	font-size: 16px;
	line-height: 40px;
	position: relative;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #428a88;
}
#questions-block .tabs li a span:first-child {
	top: 0;
	left: 0;
	width: 10px;
	height: 40px;
	position: absolute;
	background: url(../images/questions-block/tabs.png) no-repeat;
}
#questions-block .tabs li a span:last-child {
	height: 40px;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	background: url(../images/questions-block/tabs.png) no-repeat right top;
}
#questions-block .tabs li a.active {
	color: #3baef4;
	line-height: 60px;
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#questions-block .tabs li a.active span:first-child {
	background-position: left bottom;
}
#questions-block .tabs li a.active span:last-child {
	background-position: right bottom;
}
#questions-block .tabs-content {
	margin-top: -1px;
	background: #c3ecf0 url(../images/questions-block/tabs-content-corner.jpg) no-repeat;
}
#questions-block .tabs-content li {
    border-bottom: 1px solid #e5fdff;
}
#questions-block .tabs-content li a {
	color: #89a5a8;
	display: block;
	font-size: 16px;
	position: relative;
	padding: 15px 20px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    border-bottom: 1px solid #b6dce0;
}
#questions-block .tabs-content li a span {
	left: 0;
	right: 0;
	z-index: 2;
	height: 4px;
	display: none;
	position: absolute;
	background: url(../images/questions-block/shadows.png) repeat-x;
}
#questions-block .tabs-content li a span:first-child {
	top: -4px;
}
#questions-block .tabs-content li a span:last-child {
	bottom: -4px;
	background-position: left bottom;
}
#questions-block .tabs-content li:hover {
	border: none;
}
#questions-block .tabs-content li a:hover {
	z-index: 2;
	border: none;
	background: #e8fdff;
	padding-bottom: 17px;
}
#questions-block .tabs-content li a:hover span {
	display: block;
}
#questions-block .tabs-content li:first-child a span:first-child {
	display: none !important;
}
#questions-block .tabs-content li:last-child a span:last-child {
	display: none !important;
}
#questions-block .view-all {
	height: 40px;
	color: #fcfcfc;
	display: block;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
    font-family: 'Angelina';
	background: url(../images/questions-block/view-all.png) no-repeat;
}
#questions-block .view-all span {
	width: 18px;
	height: 8px;
	margin-left: 5px;
	display: inline-block;
	background: url(../images/questions-block/view-all-pointer.png) no-repeat;
}
/* @end */

/* @group breadcrumb */
#breadcrumb {
	margin-bottom: 25px;
}
#breadcrumb li {
	margin-right: 5px;
	padding-right: 20px;
	display: inline-block;
	background: url(../images/general/breadcrumb-arrow.png) no-repeat right center;
}
#breadcrumb li:first-child {
	background: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #a8e6ec;
}
#breadcrumb li:last-child {
	background: none;
}
#breadcrumb li a {
	color: #93c9ce;
	font-size: 12px;
    font-family: 'VAG-Light';
}
#breadcrumb li:first-child a {
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: 100%;
	position: relative;
	display: inline-block;
	background: url(../images/general/breadcrumb-home.png) no-repeat;
}
/* @end */

/* @group names-search-box */
#names-search-box {
	width: 548px;
	height: 247px;
	margin-bottom: 20px;
	padding: 35px 35px 0;
	background: url(../images/names-search-box/background-boy.png) no-repeat;
}
#names-search-box.girls {
	background: url(../images/names-search-box/background-girl.png) no-repeat;
}
#names-search-box p.title {
	float: left;
	width: 250px;
	color: #3baef4;
	font-size: 21px;
	line-height: 1em;
	margin-right: 10px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#names-search-box.girls p.title {
	color: #dd64a7;
}
#names-search-box .field {
	float: left;
	margin-bottom: 0;
}
#names-search-box .field .textbox {
	float: left;
	width: 188px;
	margin-right: 5px;
}
#names-search-box .field .textbox + a {
	float: right;
	margin-top: 3px;
}
#names-search-box .keyboard {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	list-style-type: none;
}
#names-search-box .keyboard li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
#names-search-box .keyboard li:nth-child(11n) {
	margin-right: 0;
}
#names-search-box .keyboard li button {
	color: #fff;
	padding: 0;
	width: 42px;
	height: 41px;
	border-width: 0;
	font-size: 16px;
    font-family: 'VAG-Black';
	background: url(../images/names-search-box/keyboard-letter.png) no-repeat;
}
#names-search-box .keyboard li button:hover {
	background-position: left bottom;
}
/* @end */

/* @group names-list */
.names-list {
	margin-bottom: 40px;
}
.names-list h6 {
	color: #3baef4;
	font-size: 26px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-family: 'VAG-Bold';
}
.names-list.pink h6 {
	color: #dd64a7;
}
.names-list dl {
    border-top: 1px solid #e1e1e1;
}
.names-list dt {
	color: #71c2f4;
	cursor: pointer;
	font-size: 18px;
    line-height: 32px;
    padding: 0 30px 0 10px;
    font-family: 'VAG-Light';
    border-bottom: 1px solid #e1e1e1;
	background: url(../images/names-list/closed-arrow.png) no-repeat right center;
}
.names-list.pink dt {
	color: #ef97c3;
}
.names-list dt.open {
	background: url(../images/names-list/open-arrow.png) no-repeat 601px center;
}
.names-list dd {
	padding: 15px 30px 15px 20px;
    border-bottom: 1px solid #e1e1e1;
}
.names-list dd p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
}
.names-list dd p span {
	font-weight: bold;
}
.pagination + .names-list {
	margin-top: -20px;
}
/* @end */

/* @group pagination */
.pagination p {
	color: #9aa9ac;
	font-size: 15px;
	text-align: center;
    font-family: 'VAG-Bold';
}
.pagination p span {
	color: #71c2f4;
}
.pagination.pink p span {
	color: #efb1d0;
}
.pagination div {
	float: right;
	margin-top: -23px;
}
.pagination ul {
	display: inline-block;
	vertical-align: middle;
}
.pagination ul li {
	float: left;
	margin-right: 10px;
}
.pagination ul li a {
	width: 25px;
	height: 25px;
	color: #71c2f4;
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding-right: 1px;
	text-align: center;
    font-family: 'VAG-Bold';
	background: url(../images/controls/pagination.png) no-repeat;
}
.pagination.pink ul li a {
	color: #efb1d0;
	background-image: url(../images/controls/pagination-pink.png);
}
.pagination ul li a.active {
	color: #fff;
	height: 26px;
	background-position: left bottom;
}
.pagination .prev,
.pagination .next {
	width: 14px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-left: 15px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/controls/pagination-arrows.png) no-repeat;
}
.pagination.pink .prev,
.pagination.pink .next {
	background-image: url(../images/controls/pagination-arrows-pink.png);
}
.pagination .next {
	background-position: right top;
}
.pagination .prev:hover {
	background-position: left bottom;
}
.pagination .next:hover {
	background-position: right bottom;
}
.pagination.default-align {
	padding: 15px;
	overflow: hidden;
}
.pagination.default-align p {
	float: left;
}
.pagination.default-align div {
	margin-top: 0;
}
/* @end */

/* @group ovulation-calculator */
.ovulation-calculator .month {
	height: 50px;
	padding: 0 72px;
	position: relative;
	background: #fbeedf;
	margin-bottom: 30px;
}
.ovulation-calculator .month h4 {
	color: #f59330;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
    font-family: 'VAG-Bold';
}
.ovulation-calculator .month .prev,
.ovulation-calculator .month .next {
	top: 15px;
	left: 20px;
	width: 32px;
	height: 21px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: 100%;
	position: absolute;
	background: url(../images/ovulation-calculator/month-nav.png) no-repeat;
}
.ovulation-calculator .month .next {
	left: auto;
	right: 20px;
	background-position: right top;
}
.ovulation-calculator .ovulation-table {
	width: 100%;
	margin-bottom: 25px;
	border-spacing: 2px;
	border-collapse: separate;
}
.ovulation-calculator .ovulation-table th {
	width: 84px;
	height: 52px;
	color: #dc64a7;
	font-size: 21px;
	text-align: center;
    vertical-align: middle;
    font-family: 'VAG-Bold';
    border: 1px solid #ebebeb;
}
.ovulation-calculator .ovulation-table td {
	width: 74px;
	height: 52px;
    color: #635f56;
    font-size: 18px;
	line-height: 1em;
	text-align: right;
    vertical-align: top;
	padding: 10px 10px 0 0;
    font-family: 'VAG-Light';
    border: 1px solid #ebebeb;
}
.ovulation-calculator .ovulation-table td.low-odd {
	width: 76px;
	height: 54px;
	border-width: 0;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	background: url(../images/ovulation-calculator/low-odd.png) repeat;
}
.ovulation-calculator .ovulation-table td.high-odd {
	color: #fff;
	background: #f59330;
	text-shadow: 0 1px 0 #cb7a28;
}
.ovulation-calculator .ovulation-table td.perfect-day {
	color: #fff;
	background: #dc64a7;
	border-color: #dc64a7;
	text-shadow: 0 1px 0 #9a4675;
}
.ovulation-calculator .ovulation-table + .legend {
	color: #809497;
	font-size: 14px;
	text-align: center;
}
.ovulation-calculator .ovulation-table + .legend span {
	color: #617072;
	font-weight: bold;
}
/* @end */

/* @group vaccine-schedule */
.vaccine-schedule table {
	width: 100%;
	margin-bottom: 25px;
	border-spacing: 2px;
	border-collapse: separate;
}
.vaccine-schedule table th,
.vaccine-schedule table td {
	text-align: center;
	vertical-align: middle;
}
.vaccine-schedule table thead th {
	height: 39px;
	color: #809497;
	font-size: 16px;
    font-family: 'VAG-Bold';
	border: 1px solid #EBEBEB;
}
.vaccine-schedule table tbody th {
	color: #fff;
	width: 43px;
	height: 39px;
	font-size: 13px;
	background: #BAD57E;
    font-family: 'VAG-Light';
}
.vaccine-schedule table tbody td {
	width: 43px;
	height: 39px;
	color: #809497;
	font-size: 13px;
    font-family: 'VAG-Light';
	border: 1px solid #EBEBEB;
}
.vaccine-schedule table tbody th:first-child {
	width: 140px;
}
.vaccine-schedule-table-legend p {
	padding-left: 35px;
	position: relative;
}
.vaccine-schedule-table-legend p span {
	font-weight: bold;
}
.vaccine-schedule-table-legend p .asterisk {
	top: 2px;
	left: 2px;
	color: #8cae42;
	font-size: 21px;
	line-height: 1em;
	position: absolute;
}
/* @end */

/* @group articles-search */
.articles-search {
	overflow: hidden;
	padding: 10px 20px;
	background: #e8f8f9;
	margin-bottom: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.articles-search .field {
	float: left;
	margin: 0 30px 0 0;
}
.articles-search .field label {
	float: left;
	margin: 5px 15px 0 0;
}
.articles-search .field div {
	float: left;
	width: 120px;
}
.articles-search .actions {
	float: right;
	margin-top: 3px;
}
/* @end */

/* @group article-image-slider */
.article-image-slider {
	padding: 5px;
	width: 578px;
	margin: 30px auto;
	position: relative;
	border: 1px solid #e4e4e4;
}
.article-image-slider .bjqs-prev a,
.article-image-slider .bjqs-next a {
	top: 50%;
	left: 15px !important;
	z-index: 2;
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	text-indent: 100%;
	margin-top: -20px;
	position: absolute;
	background: url(../images/general/article-image-slider-nav.png) no-repeat;
}
.article-image-slider .bjqs-next a {
	left: auto !important;
	right: 15px !important;
	background-position: right top;
}
.article-image-slider > div {
	width: 578px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.article-image-slider > div ul {
	width: 9999%;
}
.article-image-slider > div ul li {
	float: left;
	width: 578px;
	text-align: center;
}
/* @end */

/* @group timeline */
#timeline {
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
	background: url(../images/timeline/bar.png) no-repeat 0 60px;
}
#timeline > ul {
	padding: 0 10px;
	position: relative;
}
#timeline ul li {
	float: left;
	width: 42px;
	color: #79aeb3;
	font-size: 16px;
	line-height: 1em;
	padding-top: 90px;
	text-align: center;
	margin-right: 16px;
	position: relative;
    font-family: 'VAG-Bold';
    overflow: visible !important;
}
#timeline ul li:last-child, #timeline ul li.next  {
	margin-right: 0;
}
#timeline ul li.read-width {
	width: 9999px;
}
#timeline ul li:first-child .text {
	font-size: 26px;
	margin-top: -7px;
}
#timeline > ul li .text span {
	font-size: 12px;
    font-family: 'VAG-Light';
}
#timeline ul li div {
	top: 40px;
	left: 42px;
	height: 80px;
	display: none;
	overflow: hidden;
	position: absolute;
}
#timeline ul li ul {
	float: left;
	width: 100%;
}
#timeline ul li .text {
	display: block;
}
#timeline ul li > a {
	color: #79aeb3;
}
#timeline ul li ul li {
	padding-left: 10px;
}
#timeline ul li ul li {
	float: left;
	width: auto;
	padding: 0;
	width: 25%;
	margin: 0 !important;
	font-size: 12px !important;
}
#timeline ul li ul li a {
	color: #79aeb3;
	font-size: 12px;
	padding-top: 50px;
	display: inline-block;
    font-family: 'VAG-Bold';
	position: relative;
    z-index: 100;
}
#timeline ul li ul li a span {
	font-size: 12px;
    font-family: 'VAG-Light';
	line-height: 14px;
}
#timeline ul li .marker {
	left: 50%;
	left: 21px;
	top: 56px;
	width: 17px;
	height: 24px;
	position: absolute;
	margin-left: -8.5px;
	background: #fff url(../images/timeline/marker.png) no-repeat;
	cursor: pointer;
}
#timeline ul li ul li .marker {
	left: 50%;
	top: 16px;
	margin-left: -8.5px;
}
#timeline #handler {
	top: 54px;
	left: 127px;
	width: 28px;
	height: 28px;
	cursor: ew-resize;
	position: absolute;
	background: url(../images/timeline/handler.png) no-repeat;
	display: none;
}
#timeline ul li .icon {
	top: 0;
	left: 0;
	margin: 0;
	float: none;
	width: 15px;
	height: 45px;
	margin-right: 0;
	margin-left: 7.5px;
	position: absolute;
	background: url(../images/timeline/icons.png) no-repeat;
}
#timeline ul li .icon.icon-01 {
	top: 8px;
	width: 45px;
	height: 33px;
	margin-left: -2px
}
#timeline ul li .icon.icon-02 {
	left: 6px;
	background-position: 0 -33px;
}
#timeline ul li .icon.icon-03 {
	background-position: 0 -78px;
}
#timeline ul li .icon.icon-04 {
	background-position: 0 -123px;
}
#timeline ul li .icon.icon-05 {
	background-position: 0 -168px;
}
#timeline ul li .icon.icon-06 {
	width: 16px;
	background-position: 0 -213px;
}
#timeline ul li .icon.icon-07 {
	width: 16px;
	background-position: 0 -258px;
}
#timeline ul li .icon.icon-08 {
	width: 17px;
	background-position: 0 -303px;
}
#timeline ul li .icon.icon-09 {
	width: 18px;
	background-position: 0 -348px;
}
#timeline ul li .icon.icon-10 {
	width: 18px;
	background-position: 0 -393px;
}
#timeline ul li .icon.icon-11 {
	top: 8px;
	left: -3px;
	width: 25px;
	height: 37px;
	background-position: 0 -438px;
}
#timeline ul li .icon.icon-12 {
	top: 15px;
	left: -4px;
	width: 26px;
	height: 29px;
	background-position: 0 -475px;
}
#timeline ul li .icon.icon-13 {
	top: 14px;
	left: -7px;
	width: 30px;
	height: 29px;
	background-position: 0 -504px;
}
#timeline ul li .icon.icon-14 {
	top: 3px;
	left: -5px;
	width: 28px;
	height: 40px;
	background-position: 0 -533px;
}
#timeline ul li .icon.icon-15 {
	top: 6px;
	left: -2px;
	width: 27px;
	height: 37px;
	background-position: 0 -573px;
}
#timeline ul li .icon.icon-16 {
	top: 6px;
	left: -2px;
	width: 27px;
	height: 41px;
	background-position: 0 -610px;
}
#timeline ul li.force-show {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
/* @end */

/* @group articles-list */
.articles-list {
	margin-bottom: 30px;
}
.articles-list li {
	min-height: 115px;
	position: relative;
	padding: 15px 15px 15px 180px;
	border-bottom: 1px solid #e1e1e1;
}
.articles-list li.no-image {
	min-height: 20px;
	padding-left: 15px;
}
.articles-list .img {
	top: 15px;
	left: 15px;
	padding: 5px;
	position: absolute;
	border: 1px solid #e4e4e4;
}
.articles-list .img img {
	max-width: 140px;
}
.articles-list h4 {
	font-size: 18px;
	margin-bottom: 8px;
    font-family: 'VAG-Bold';
}
.articles-list h4 a {
	color: #798587;
}
.articles-list h4 a:hover {
	color: #3294d0;
}
.articles-list p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	min-height: 72px;
}
.articles-list p.tags {
	color: #798587;
	font-size: 13px;
	margin-bottom: 0;
}
.articles-list p.tags a {
	color: #9ab1b5;
	font-size: 13px;
	font-weight: bold;
}
.articles-list li a.view-more {
	float: right;
	color: #929a9b;
	font-size: 22px;
	margin-top: -20px;
	padding-right: 30px;
    font-family: 'Angelina';
	background: url(../images/my-family-block/gray-arrow.png) no-repeat right center;
}
.articles-list li a.view-more:hover {
	color: #3baef4;
	background: url(../images/my-family-block/blue-arrow.png) no-repeat right center;
}
.no-articles {
	padding-top: 50px;
}
.no-articles p {
    color: #677678;
    font-size: 16px;
    line-height: 18px;
    font-family: 'VAG-Bold';
}
/* @end */

/* @group relevant-info */
.relevant-info {
	padding: 20px 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.relevant-info.boys {
	background: #e8f5fc;
}
.relevant-info.girls {
	background: #FFEDF6;
}
.relevant-info.boys h3 {
	min-height: 26px;
	padding-left: 40px;
	background: url(../images/relevant-info/boys.png) no-repeat;
}
.relevant-info.girls h3 {
	color: #dd64a7;
	min-height: 27px;
	padding-top: 6px;
	padding-left: 40px;
	background: url(../images/relevant-info/girls.png) no-repeat;
}
.relevant-info h3 {
	margin-bottom: 0;
}
.relevant-info h3 + div {
	padding-left: 40px;
	margin-bottom: 15px;
}
.relevant-info h3 + div p {
	float: left;
	color: #94bad1;
	font-size: 12px;
}
.relevant-info.girls h3 + div p {
	color: #d5a5bf;
}
.relevant-info h3 + div p span {
	font-weight: bold;
}
.relevant-info h3 + div a {
	float: right;
	color: #3baef4;
	font-size: 14px;
    font-family: 'VAG-Bold';
}
.relevant-info.girls h3 + div a {
	color: #dd64a7;
}
.relevant-info ul li {
	float: left;
	width: 140px;
	/*margin-right: 20px;*/
	margin-right: 13px;
}
.relevant-info ul li:last-child {
	margin-right: 0;
}
.relevant-info ul li > a {
	padding: 3px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e4e4e4;
}
.relevant-info ul li h6 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
.relevant-info ul li h6 a {
	color: #677678;
}
.relevant-info ul li p {
	color: #809497;
	font-size: 13px;
	line-height: 1.3em;
}
/* @end */

/* @group my-family-block */
#my-family-block {
	width: 303px;
	position: relative;
	margin-bottom: 40px;
}
#my-family-block > div {
	padding: 10px 2px 0;
	background: url(../images/my-family-block/background.png) no-repeat;
}
#my-family-block > span {
	left: 0;
	right: 0;
	height: 20px;
	bottom: -20px;
	position: absolute;
	background: url(../images/my-family-block/background.png) no-repeat left bottom;
}
#my-family-block h4 {
	float: left;
	color: #3baef4;
	font-size: 21px;
    font-family: 'VAG-Bold';
}
#my-family-block h4 + a {
	float: right;
	margin-top: 7px;
}
#my-family-block .row {
	padding: 15px 20px;
	border-bottom: 1px solid #e7e7e7;
}
#my-family-block .dark-gray {
	color: #667577;
	font-size: 13px;
	font-weight: bold;
}
#my-family-block a.dark-gray:hover {
	text-decoration: underline;
}
#my-family-block .user-info {
	float: right;
	color: #dd64a7;
	font-size: 13px;
	font-weight: bold;
}
#my-family-block .user-info a {
	color: #dd64a7;
}
#my-family-block .user-info a:hover {
	text-decoration: underline;
}
#my-family-block .child-info {
	position: relative;
	padding: 15px 20px 0 95px;
}
#my-family-block .child-info .photo {
	top: 20px;
	left: 20px;
	width: 64px;
	height: 64px;
	position: absolute;
}
#my-family-block .child-info.boy .photo {
	/*background: url(../images/my-family-block/boy.png) no-repeat;*/
}
#my-family-block .child-info.girl .photo {
	/*background: url(../images/my-family-block/girl.png) no-repeat;*/
}
#my-family-block .child-info h5 {
	color: #3baef4;
	font-size: 16px;
	line-height: 1.1em;
    font-family: 'VAG-Bold';
}
#my-family-block .child-info.girl h5 {
	color: #dd64a7;
	font-size: 16px;
    font-family: 'VAG-Bold';
}
#my-family-block .child-info h5 + p {
	color: #3baef4;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#my-family-block .child-info.girl h5 + p {
	color: #dd64a7;
}
#my-family-block .child-info .article-desc {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}
#my-family-block .child-info .article-desc a {
	color: #809497;
}
#my-family-block .child-info .article-desc a:hover {
	text-decoration: underline;
}
#my-family-block .child-info .actions {
	overflow: hidden;
	padding-top: 10px;
	margin-left: -75px;
}
#my-family-block .child-info .actions p {
	float: left;
	margin-top: 5px;
}
#my-family-block .child-info .actions p a {
	color: #3baef4;
	font-size: 12px;
	font-weight: bold;
}
#my-family-block .child-info.girl .actions p a {
	color: #dd64a7;
}
#my-family-block .child-info .actions > a {
	float: right;
	color: #929a9b;
	font-size: 22px;
	padding-right: 28px;
    font-family: 'Angelina';
	background: url(../images/my-family-block/gray-arrow.png) no-repeat right center;
}
#my-family-block .child-info.boy .actions > a:hover {
	color: #3baef4;
	background: url(../images/my-family-block/blue-arrow.png) no-repeat right center;
}
#my-family-block .child-info.girl .actions > a:hover {
	color: #dd64a7;
	background: url(../images/my-family-block/pink-arrow.png) no-repeat right center;
}
#my-family-block .child-info .baby-development {
	line-height: 26px;
	background: #e3f3fc;
	padding-left: 20px;
	margin: 0 -20px 0 -95px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#my-family-block .child-info .baby-development + .baby-development {
	border-top-width: 0;
}
#my-family-block .child-info .baby-development a {
	color: #3baef4;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#my-family-block .child-info .baby-development a:hover {
	text-decoration: underline;
}
#my-family-block .child-info.girl .baby-development {
	background: #ffedf6;
}
#my-family-block .child-info.girl .baby-development a {
	color: #d972af;
}
#my-family-block .photo-wrapper {
	min-height: 64px;
}
/* @end */

/* @group form-texts */
.form-texts,
.form-texts p {
	color: #677678;
	font-size: 16px;
	line-height: 18px;
    font-family: 'VAG-Bold';
}
.form-texts p {
	margin-bottom: 5px;
}
/* @end */

/* @group two-cols-form */
.two-cols-form fieldset {
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 40px 40px;
	border-bottom: 1px solid #e2e2e2;
}
.two-cols-form fieldset.no-border {
	padding-bottom: 0;
	border-bottom-width: 0;
}
.two-cols-form legend {
	color: #809497;
	font-size: 21px;
	position: relative;
	margin-bottom: 30px;
    font-family: 'VAG-Bold';
}
.two-cols-form legend span {
	top: -5px;
	left: -50px;
	width: 36px;
	height: 36px;
	color: #dd64a7;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	position: absolute;
    font-family: 'VAG-Bold';
	background: url(../images/controls/form-step.png) no-repeat;
}
.two-cols-form .content {
	float: left;
	width: 260px;
}
.field.required {
	margin-right: -10px;
	padding-right: 10px;
	background: url(../images/controls/required-field.png) no-repeat right 14px;
}
.field label.required-icon {
	padding-right: 15px;
	display: inline-block;
	background: url(../images/controls/required-field.png) no-repeat right 5px;
}
.two-cols-form .label-select label {
	float: left;
	margin-top: 10px;
}
.two-cols-form .label-select div.selector {
	float: right;
	width: 175px;
}
.two-cols-form .content-append {
	width: 302px;
	float: right;
}
.two-cols-form .content-invite .field {
	width: 520px;
}
.two-cols-form .content-invite .field .textbox {
	width: 50%;
}
.gray-tooltip {
	width: 302px;
	margin-top: -17px;
	position: relative;
	margin-bottom: 40px;
}
.gray-tooltip > div {
	padding: 15px 30px 5px;
	background: url(../images/controls/gray-tooltip.png) no-repeat;
}
.gray-tooltip > span {
	left: 0;
	width: 302px;
	height: 10px;
	bottom: -10px;
	position: absolute;
	background: url(../images/controls/gray-tooltip.png) no-repeat left bottom;
}
.gray-tooltip h6 {
	color: #617072;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.gray-tooltip p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
}
.pink-tooltip {
	width: 302px;
	position: relative;
	margin-bottom: 25px;
}
.pink-tooltip > div {
	padding: 15px 30px 55px 55px;
	background: url(../images/controls/pink-tooltip.png) no-repeat;
}
.pink-tooltip > span {
	left: 0;
	width: 302px;
	height: 10px;
	bottom: -10px;
	position: absolute;
	background: url(../images/controls/pink-tooltip.png) no-repeat left bottom;
}
.pink-tooltip .separator {
	height: 0;
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #eddde6;
}
.pink-tooltip .birthdate-calculator {
	display: block;
	color: #809497;
	font-size: 14px;
	min-height: 30px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../images/controls/birthdate-calculator.png) no-repeat;
}
.birthdate-sex-field > .field:first-child {
	width: 119px;
	float: left;
}
.textbox input.calendar-icon {
	background: url(../images/controls/calendar-icon.png) no-repeat right center;
}
.textbox input.calendar-icon-orange {
	background: url(../images/controls/calendar-icon-orange.png) no-repeat right center;
}
.textbox input.calendar-icon-green {
	background: url(../images/controls/calendar-icon-green.png) no-repeat right center;
}
.birthdate-sex-field > .field:last-child {
	width: 95px;
	float: right;
}
.form-message {
	color: #809497;
	font-size: 12px;
	margin: 0 0 30px -40px;
}
.form-message span,
.form-message a {
	color: #617072;
	font-weight: bold;
}
.required-fields-warning {
	color: #809497;
	font-size: 12px;
	margin-top: 5px;
}
.required-fields-warning span {
	width: 8px;
	height: 9px;
	font-size: 0;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/controls/required-field.png) no-repeat;
}
.form-title {
	color: #809497;
	font-size: 16px;
    margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
/* @end */

/* @group profile-tabs */
.profile-tabs {
	top: 1px;
	font-size: 0;
	text-align: right;
	margin-right: 20px;
	position: relative;
}
.profile-tabs li {
	margin-left: 2px;
	display: inline-block;
}
.profile-tabs li a {
	height: 38px;
	color: #77898b;
    padding: 0 10px;
	font-size: 16px;
	line-height: 38px;
    background: #e1e1e1;
	display: inline-block;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.profile-tabs li a.active {
    background: #fff;
    text-shadow: none;
    border-bottom: 1px solid #fff;
}
.profile-tabs-content {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* @end */

/* @group profile-form */
.profile-form fieldset {
	padding: 15px 20px;
}
.profile-form fieldset.border {
    border-bottom: 1px solid #e1e1e1;
}
.profile-form fieldset.other-child-fieldset {
	padding-bottom: 0;
}
.profile-form .username {
	color: #dd64a7;
	font-size: 16px;
	margin-top: 7px;
	font-weight: bold;
}
.profile-form .password {
	margin-top: 7px;
	font-weight: bold;
}
.profile-form .password a {
	color: #dd64a7;
	font-size: 13px;
}
.profile-form .password span {
	color: #809497;
	font-size: 14px;
	margin-right: 25px;
	display: inline-block;
}
.profile-form label {
	float: left;
	width: 195px;
	text-align: right;
	margin: 8px 10px 0 0;
}
.profile-form label + * {
	float: left;
}
.profile-form .textbox {
	width: 275px;
}
.profile-form .birthdate-wrapper > div {
	width: 88px;
	float: left;
	margin-right: 5px;
}
.profile-form p.error {
	clear: both;
	padding: 5px 0 0 200px;
}
.profile-form .children-sex {
	margin-left: 190px;
}
.profile-form .children-sex label {
	width: auto;
	float: none;
	text-align: left;
	margin: 0 0 10px 0;
}
.profile-form .children-sex .radio-group label {
	float: left;
	margin-right: 30px;
}
.profile-form .children-sex .radio-group label img {
	vertical-align: middle;
}
.profile-form .other-child {
	padding: 25px 20px;
	background: #e7f3ce;
	margin: -15px -20px 0;
}
.profile-form .other-child p {
	float: left;
	color: #a3c360;
	font-size: 21px;
	margin-top: 8px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
.profile-form .messages {
	margin-bottom: 10px;
}
.profile-form .messages .info {
	padding: 20px 0;
	font-weight: bold;
	margin-left: 210px;
}
.profile-form {
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.profile-form.success {
	background: #E7F3CE;
}
/* @end */

/* @group my-subscriptions */
.my-subscriptions {
	padding: 25px 20px;
}
/* @end */

/* @group search-results */
.search-results li {
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
.search-results li h4 {
	font-size: 18px;
    margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
.search-results li h4 a {
	color: #d972af;
}
.search-results li p {
	color: #809497;
	font-size: 14px;
	min-height: 72px;
}
.search-results li p .highlight {
	color: #5e6d6f;
	font-weight: bold;
}
.search-results li p.tags {
	color: #798587;
	font-size: 13px;
	padding-top: 10px;
}
.search-results li p.tags a {
	color: #809497;
	font-weight: bold;
}
.search-results li a.view-more {
	float: right;
	color: #929a9b;
	font-size: 22px;
	margin-top: -20px;
	padding-right: 30px;
    font-family: 'Angelina';
	background: url(../images/my-family-block/gray-arrow.png) no-repeat right center;
}
.search-results li a.view-more:hover {
	color: #3baef4;
	background: url(../images/my-family-block/blue-arrow.png) no-repeat right center;
}
/* @end */

/* @group search-filter */
#search-filter {
    margin-top: 45px;
	min-height: 170px;
	padding: 25px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #e8f8f9 url(../images/general/search-filter.png) no-repeat 10px 70px;
}
#search-filter h5 {
	color: #3baef4;
	font-size: 18px;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
#search-filter label {
	float: left;
	width: 85px;
	margin-top: 9px;
}
#search-filter .textbox {
	float: right;
	width: 175px;
}
/* @end */

/* @group baby-diary */
.baby-diary-wrapper h3 {
	float: left;
}
.baby-diary-wrapper h3 + a {
	float: right;
	color: #929a9b;
	font-size: 22px;
	margin-top: 3px;
	min-height: 25px;
	padding-right: 30px;
    font-family: 'Angelina';
	background: url(../images/baby-diary/new-diary-record.png) no-repeat right center;
}
.baby-diary-wrapper h3 + a:hover {
	color: #3baef4;
}
.baby-diary-list > li {
	min-height: 60px;
	position: relative;
	padding: 15px 30px 15px 95px;
	border-top: 1px solid #e1e1e1;
}
.baby-diary-list > li:last-child {
	border-bottom: 1px solid #e1e1e1;
}
.baby-diary-list li .date {
	top: 10px;
	left: 20px;
	width: 35px;
	position: absolute;
}
.baby-diary-list li .date span {
	display: block;
	text-align: center;
	line-height: 1.1em;
    font-family: 'VAG-Bold';
}
.baby-diary-list li .date .day {
	color: #3baef4;
	font-size: 28px;
}
.baby-diary-list li .date .month {
	color: #809497;
	font-size: 18px;
}
.baby-diary-list li .date .year {
	color: #beced0;
	font-size: 14px;
	padding-top: 3px;
	border-top: 1px solid #e2e2e2;
}
.baby-diary-list li .separator {
	top: 10px;
	left: 71px;
	width: 4px;
	bottom: 10px;
	position: absolute;
	background: #3baef4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.baby-diary-list li h4 {
	color: #3baef4;
	font-size: 18px;
    margin-bottom: 5px;
    font-family: 'VAG-Bold';
}
.baby-diary-list li p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
}
.baby-diary-list li p a {
	color: #3baef4;
	font-weight: bold;
}
.baby-diary-list li p a:hover {
	text-decoration: underline;
}
.baby-diary-list li .edit-record {
	top: 50%;
	right: 5px;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	position: absolute;
	background: url(../images/baby-diary/edit-record.png) no-repeat;
}
.baby-diary-list li .view-more {
	text-align: center;
}
.baby-diary-list li .view-more a {
	color: #939fa1;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	display: inline-block;
	background: url(../images/baby-diary/view-more.png) no-repeat right center;
}
.baby-diary-list li .images-wrapper {
	font-size: 0;
	line-height: 0;
}
.baby-diary-list li .images-wrapper li {
	vertical-align: top;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.baby-diary-list li .images-wrapper li img {
	padding: 5px;
	border: 1px solid #e4e4e4;
}
/* @end */

/* @group add-baby-diary */
.add-baby-diary h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.add-baby-diary .two-fields > .field:first-child {
	float: left;
	width: 445px;
}
.add-baby-diary .two-fields > .field + .field {
	float: left;
	width: 125px;
	margin-left: 37px;
}
.add-baby-diary .two-fields .field.required {
	padding-right: 20px;
	margin-right: -20px;
}
/* @end */

/* @group photos-upload */
.add-baby-diary .photos-uploader {
	width: 440px;
	height: 171px;
	position: relative;
	margin-bottom: 20px;
	background: url(../images/baby-diary/photos-uploader-background.png) no-repeat;
}
.add-baby-diary .photos-uploader a {
	height: 171px;
	display: block;
	background: url(../images/baby-diary/photos-big.png) no-repeat center 30px;
}
.add-baby-diary .photos-uploader a span {
	top: 124px;
	color: #bdbdbd;
	display: block;
	font-size: 14px;
	position: relative;
	text-align: center;
    font-family: 'VAG-Bold';
}
.add-baby-diary .actions {
	width: 440px;
}
.photos-upload-wrapper {
	width: 440px;
}
.photos-upload-list {
	width: 422px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.photos-upload-list li {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	border: 1px solid #e4e4e4;
}
.photos-upload-list li span {
	width: 122px;
	height: 90px;
	display: block;
	border: 5px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.photos-upload-list li a {
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(../images/baby-diary/delete-uploaded-photo.png) no-repeat;
}
.add-baby-diary .photos-upload-list li:nth-child(3n) {
	margin-right: 0;
}
.add-baby-diary .photos-upload-list li:nth-child(3n+1) {
	clear: both;
}
.photos-upload-wrapper .upload-more-photos {
	color: #bdbdbd;
	font-size: 14px;
	line-height: 31px;
	padding-left: 50px;
    margin-bottom: 20px;
	display: inline-block;
    font-family: 'VAG-Bold';
	background: url(../images/baby-diary/upload-photos-small.png) no-repeat;
}
/* @end */

/* @group article-tags */
.article-tags {
	color: #798587;
	font-size: 13px;
	margin-bottom: 0;
}
.article-tags a {
	color: #9ab1b5;
	font-size: 13px;
	font-weight: bold;
}
/* @end */

/* @group comments */
.comments-wrapper {
	padding: 20px 10px;
	background: #e8f8f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.comments-list {
	margin-bottom: 20px;
}
.comments-list li {
	padding: 10px;
	background: url(../images/comments/list-border.png) repeat-x left bottom;
}
.comments-list li h6 {
	color: #e282b8;
	font-size: 16px;
	margin-bottom: 5px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
}
.comments-list li .date {
	float: right;
	color: #a2a9a5;
	font-size: 13px;
	margin-top: -24px;
}
.comments-list li p {
	color: #819598;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
}
.comments-wrapper form {
	padding: 0 10px;
}
.comments-wrapper form label {
	color: #3baef4;
	font-size: 18px;
	margin-bottom: 5px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
}
/* @end */

/* @group login-box */
.login-box {
	top: 24px;
	z-index: 99;
	left: -125px;
	width: 196px;
	padding: 17px;
	display: none;
	position: absolute;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: rgba(220,100,167,.8);
}
.no-rgba .login-box {
	background: url(../images/login-box/background.png) repeat;
}
#auth-nav .open > a {
	color: #fffefe;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	background: rgba(220,100,167,.8);
	text-shadow: 0 1px 0 #8f416d;
	text-shadow: 0 1px 0 rgba(143,65,109,.75);
}
.no-rgba #auth-nav .open > a {
	background: url(../images/login-box/background.png) repeat;
}
#auth-nav .open .login-box {
	display: block;
}
.login-box .recover-info {
	margin-bottom: 10px;
}
.login-box .recover-info a {
	color: #fff;
	font-size: 12px;
	margin-left: 4px;
}
.login-box .recover-info a:hover {
	text-decoration: underline;
}
.login-box .blue-btn {
	height: 32px;
	line-height: 32px;
	text-shadow: 0 1px 0 #2f8bd9;
}
.login-box .blue-btn span {
	height: 32px;
	background-image: url(../images/login-box/form-submit.png);
}
.login-box .blue-btn span:first-child {
	width: 20px;
}
.login-box .blue-btn span:last-child {
	margin-left: 20px;
	padding-right: 20px;
}
.login-box .textbox span {
	background-image: url(../images/login-box/textbox.png);
}
.login-box .field label.infield {
	top: 4px;
	margin: 0;
	right: 4px;
	bottom: 4px;
	z-index: 9999;
	line-height: 26px;
}
.login-box .messages .info {
	color: #fff;
}
.login-box .validation-advice .error,
.login-box .ajax-error {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
/* @end */

/* @group article-author */
.article-author {
	min-height: 80px;
	width: 403px;
	position: relative;
	border-radius: 5px;
	margin: 0 auto 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px 10px 175px;
	background: #e4f6f7 url(../images/articles-block/article-author.png) no-repeat right top;
}
.article-author .photo {
	top: 10px;
	left: 10px;
	height: 80px;
	width: 145px;
	background: #fff;
	position: absolute;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.article-author div {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
.article-author div h6 {
	color: #8fa2a5;
	font-size: 14px;
    font-family: 'VAG-Bold';
}
.article-author div p {
	color: #3baef4;
	font-size: 24px;
    font-family: 'VAG-Bold';
}
/* @end */

/* @group products-suggestion */
.products-suggestion {
	width: 598px;
	margin: 0 auto 20px;
}
.products-suggestion > div {
	padding: 0 30px 30px;
	background: url(../images/products-suggestion/background.png) no-repeat left bottom;
}
.products-suggestion > span {
	height: 25px;
	display: block;
	background: url(../images/products-suggestion/background.png) no-repeat;
}
.products-suggestion h6 {
	color: #dd64a7;
	font-size: 30px;
	margin-bottom: 20px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
.products-suggestion .products-slider {
	position: relative;
}
.products-suggestion .products-slider .prev,
.products-suggestion .products-slider .next {
	top: 60px;
	left: -9px;
	width: 27px;
	height: 27px;
	position: absolute;
	background: url(../images/products-suggestion/slider-arrows.png) no-repeat;
}
.products-suggestion .products-slider .next {
	left: auto;
	right: -9px;
	background-position: right top;
}
.products-suggestion .products-slider > div {
	width: 440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.products-suggestion .products-slider.jcarousel-container > div {
	margin-left: 73px;
}
.products-suggestion .products-slider ul {
	width: 9999%;
}
.products-suggestion .products-slider ul li {
	float: left;
	width: 195px;
	margin-right: 50px;
}
.products-suggestion .products-slider ul li:last-child {
	margin-right: 0;
}
.products-suggestion .products-slider ul li .image {
	width: 193px;
	height: 140px;
	background: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
}
.products-suggestion .products-slider ul li p {
	padding-top: 15px;
}
.products-suggestion .products-slider ul li p a {
	display: block;
	color: #8a8577;
	font-size: 15px;
	line-height: 17px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
}
/* @end */

/* @group free-register-banner */
.free-register-banner {
	width: 537px;
	height: 206px;
	margin: 15px auto;
	padding: 30px 30px 0;
	background: url(../images/free-register-banner/background.png) no-repeat;
}
.free-register-banner p {
	color: #3baef4;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
.free-register-banner p span {
	color: #dd64a7;
	font-size: 40px;
	line-height: 40px;
}
/* @end */

/* @group workshop */
.workshop {
	position: relative;
}
.workshop .go-back {
	top: 0;
	right: 0;
	color: #abc5c8;
	font-size: 20px;
	line-height: 1em;
	position: absolute;
	padding-left: 18px;
	font-family: 'Angelina';
	background: url(../images/general/go-back-arrow.png) no-repeat 0 7px;
}
.workshop h4 {
	color: #dd64a7;
	font-size: 24px;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
.workshop .left-col {
	float: left;
	width: 290px;
}
.workshop .right-col {
	float: right;
	width: 295px;
}
.workshop .left-col .img {
	padding: 5px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}
.workshop .workshop-info {
	clear: both;
	margin-bottom: 20px;
}
.workshop .workshop-info li {
	color: #798587;
	font-size: 15px;
	line-height: 1.2em;
    font-family: 'VAG-Bold';
    padding: 15px 0 15px 60px;
    border-bottom: 1px solid #e2e2e2;
}
.workshop .workshop-info li.date {
	color: #3baef4;
	font-size: 20px;
	background: url(../images/workshop/date-icon.png) no-repeat 9px 11px;
}
.workshop .workshop-info li.time {
	background: url(../images/workshop/time-icon.png) no-repeat 9px 11px;
}
.workshop .workshop-info li.location {
	min-height: 30px;
	background: url(../images/workshop/location-icon.png) no-repeat 9px 17px;
}
.workshop .full {
	color: red;
	font-size: 13px;
}
/* @end */

/* @group media-list */
.media-list li {
	padding: 0 10px;
	margin: 0 -10px 10px;
	border-bottom: 1px solid #e1e1e1;
}
.media-list h4 {
	color: #d972af;
	font-size: 18px;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
.media-list h4 a {
	color: #d972af;
}
.media-list p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.media-list p.tags {
	font-size: 13px;
}
.media-list p.tags a {
	color: #809497;
	font-weight: bold;
}
/* @end */

/* @group listing-filter */
.listing-filter {
	margin-top: 60px;
	padding: 20px 10px;
	margin-bottom: 20px;
	background: #e8f8f9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.listing-filter > div {
	background: url(../images/general/listing-filter-background.png) no-repeat left bottom;
}
.listing-filter h5 {
	color: #3baef4;
	font-size: 18px;
    padding-left: 10px;
	margin-bottom: 10px;
    font-family: 'VAG-Bold';
}
.listing-filter ul {
	padding-bottom: 70px;
}
.listing-filter ul li {
	border-bottom: 1px solid #fff;
}
.listing-filter ul li a {
	padding: 10px;
	display: block;
	color: #809497;
	font-size: 15px;
    font-family: 'VAG-Light';
	border-bottom: 1px solid #e1f0f1;
}
.listing-filter ul li a:hover,
.listing-filter ul li a.active {
	color: #fcfcfc;
	background: #95e4ec;
}
/* @end */

/* @group media-items */
.media-items li {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.media-items li h4 {
	color: #798587;
	font-size: 20px;
    margin-bottom: 5px;
    font-family: 'VAG-Bold';
}
.media-items li h4 a {
	color: #D972AF;
}
.media-items li p {
	color: #8b9fa3;
	font-size: 14px;
	line-height: 18px;
    margin-bottom: 10px;
}
.media-items li a.view-more {
	color: #929a9b;
	font-size: 22px;
	margin-top: -20px;
	padding-right: 30px;
    font-family: 'Angelina';
	background: url(../images/my-family-block/gray-arrow.png) no-repeat right center;
}
.media-items li a.view-more:hover {
	color: #3baef4;
	background: url(../images/my-family-block/blue-arrow.png) no-repeat right center;
}
.media-items li .image {
	float: left;
	width: 150px;
	padding: 4px;
	height: 108px;
	display: block;
	position: relative;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
}
.media-items li .image .icon {
	right: 9px;
	bottom: 9px;
	width: 33px;
	height: 32px;
	position: absolute;
}
.media-items li .image .icon.photo {
	background: url(../images/media/photos-icon.png) no-repeat;
}
.media-items li .image .icon.video {
	background: url(../images/media/video-icon.png) no-repeat;
}
/* @end */

/* @group pregnancy-calendar */
.pregnancy-calendar {
	margin-bottom: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ebebeb;
}
.pregnancy-calendar .header {
	text-align: center;
	padding: 20px 0 15px;
}
.pregnancy-calendar .header .title {
	color: #bad57e;
	font-size: 22px;
    font-family: 'VAG-Bold';
}
.pregnancy-calendar .header .subtitle {
	color: #809497;
	font-size: 14px;
}
.pregnancy-calendar .header .subtitle span {
	color: #617072;
	font-weight: bold;
}
.pregnancy-calendar .week {
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #e4f6f7;
}
.pregnancy-calendar .week p {
	color: #aac5c9;
	font-size: 18px;
	text-align: center;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
}
.pregnancy-calendar .week p span {
	color: #809497;
}
.pregnancy-calendar .week a.prev,
.pregnancy-calendar .week a.next {
	top: 15px;
	left: 30px;
	width: 32px;
	height: 21px;
	position: absolute;
	background: url(../images/pregnancy-calendar/arrows.png) no-repeat;
}
.pregnancy-calendar .week a.next {
	left: auto;
	right: 15px;
	background-position: right top;
}
.pregnancy-calendar .content {
	padding: 20px;
}
/* @end */

/* @group ovulation-calculator-widget */
.ovulation-calculator-widget {
	width: 255px;
	height: 266px;
	margin-bottom: 30px;
	padding: 25px 20px 0;
	background: url(../images/ovulation-calculator-widget/background.png) no-repeat;
}
.ovulation-calculator-widget h4 {
	color: #f59330;
	font-size: 21px;
    text-align: right;
    margin-bottom: 10px;
    font-family: 'VAG-Bold';
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
.ovulation-calculator-widget label {
	color: #635f56;
	font-weight: bold;
    text-align: right;
    line-height: 16px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
.ovulation-calculator-widget .field .textbox {
	width: 135px;
	float: right;
}
.ovulation-calculator-widget .field + .field .selector {
	width: 70px;
	float: right;
}
.ovulation-calculator-widget .actions {
	text-align: right;
}
.ovulation-calculator-widget .selector,
.ovulation-calculator-widget .selector span {
	height: 32px;
	line-height: 32px;
	background-image: url(../images/controls/select-gray.png);
}
/* @end */

/* @group pregnancy-calendar-header */
.pregnancy-calendar-header {
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ebebeb;
}
.pregnancy-calendar-header a.close {
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	position: absolute;
	background: url(../images/pregnancy-calendar/close.png) no-repeat;
}
.pregnancy-calendar-header h4 {
	color: #bad57e;
	font-size: 22px;
	margin-bottom: 5px;
    font-family: 'VAG-Bold';
}
.pregnancy-calendar-header h4 span {
	font-size: 26px;
}
.pregnancy-calendar-header p {
	color: #809497;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pregnancy-calendar-header .content .background {
	position: relative;
	padding: 25px 20px 15px 20px;
	border-bottom: 1px solid #d1e6ea;
	background: url(../images/pregnancy-calendar/image.png) no-repeat right bottom;
}
.pregnancy-calendar-header .actions {
	text-align: center;
	padding: 25px 20px 15px 20px;
}
.pregnancy-calendar-header .actions .field .select-wrapper {
	float: left;
	width: 80px;
	margin-right: 15px;
}
.pregnancy-calendar-header .actions .field > div {
	text-align: left;
	display: inline-block;
}
.pregnancy-calendar-header .actions .field .label {
	float: left;
	color: #809497;
	font-size: 14px;
	margin-top: 8px;
}
.pregnancy-calendar-header .actions .field label {
	float: left;
	margin-top: 8px;
}
.pregnancy-calendar-header .actions .field .green-btn {
	float: right;
}
.pregnancy-calendar-header .content .float-field {
	margin: 0;
	top: 120px;
	left: 250px;
	width: 130px;
	position: absolute;
}
.pregnancy-calendar-header .float-field.top-position {
	top: 88px;
}
/* @end */

/* @group image slider */
ul.bjqs-controls.v-centered li.bjqs-prev a,
ul.bjqs-controls.v-centered li.bjqs-next a {
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	text-indent: 100%;
	margin-top: -20px;
	position: absolute;
	top: 50% !important;
	background: url(../images/controls/slider-arrows.png) no-repeat;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 15px !important;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 15px !important;
	background-position: right top;
}
/* @end */

/* @group preloaders */
body.noscroll {
	overflow: hidden;
}
body > .preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: auto;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
}
body > .preloader > div {
	top: 50%;
	left: 50%;
	width: 320px;
	min-height: 32px;
	background: #fff;
	position: absolute;
	border-radius: 8px;
	margin: -32px -160px;
	padding: 10px 10px 10px 65px;
    box-shadow:  0px 0px 5px 0px #999;
	-webkit-box-shadow:  0px 0px 5px 0px #999;
}
body > .preloader .img {
	top: 10px;
	left: 15px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	background: url(../images/general/preloader32.gif) no-repeat top left;
}
body > .preloader .message {
	color: #3BAEF4;
	display: block;
	font-size: 18px;
	line-height: 32px;
	font-family: 'VAG-Bold';
}
.media-content,
.articles-list-wrapper {
	position: relative;
}
#page-wrapper .preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: auto;
	background: #fff;
	position: absolute;
}
#page-wrapper .preloader > div {
	left: 50%;
	top: 100px;
	width: 320px;
	min-height: 32px;
	background: #fff;
	position: absolute;
	margin: -32px -160px;
	padding: 10px 10px 10px 65px;
}
#page-wrapper .preloader .img {
	top: 10px;
	left: 15px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	background: url(../images/general/preloader32.gif) no-repeat top left;
}
#page-wrapper .preloader .message {
	color: #3BAEF4;
	display: block;
	font-size: 18px;
	line-height: 32px;
	font-family: 'VAG-Bold';
}
/* @end */

/* @group workshops-banner */
#workshops-banner {
	width: 275px;
	height: 206px;
	margin-bottom: 25px;
	padding: 25px 0 0 20px;
	background: url(../images/workshops-banner/background.png) no-repeat;
}
#workshops-banner h5 {
	color: #dd64a7;
	font-size: 24px;
	margin-bottom: 15px;
	font-family: 'VAG-Bold';
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#workshops-banner p {
	color: #3baef4;
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'VAG-Bold';
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#workshops-banner p span {
	font-size: 34px;
}
/* @end */

/* @group spanish language fix */
.es .ovulation-calculator-widget {
	width: 265px;
	padding: 25px 15px 0;
}
.es #step-by-step .field label {
	font-size: 13px;
}
/* @end */

/* @group workshop-wrapper */
.workshop-wrapper {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(226, 226, 226);
}
.workshop-wrapper form {
	margin-bottom: 20px;
}
.workshop-wrapper form h5 {
	color: #809497;
	font-size: 21px;
	position: relative;
	margin-bottom: 20px;
	font-family: 'VAG-Bold';
}
.workshop-wrapper form .side-radio label {
	float: left;
	margin-right: 20px;
}
.two-fields > .field {
	width: 48%;
	float: right;
}
.two-fields > .field:first-child {
	float: left;
}
.other-info {
	margin-top:30px;
}
.other-info span {
	color: #DD64A7;
	font-weight: bold;
}
/* @end */

/* @group supporters-logos */
.supporters-logos {
	right: 0;
	top: 17px;
	position: absolute;
}
.supporters-logos a {
	opacity: .4;
	margin-right: 30px;
	display: inline-block;
	filter: alpha(opacity=40);
}
.supporters-logos a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* @end */

/* @group register-msg-info */
.register-msg-info {
	padding: 10px;
	color: #819598;
	font-size: 13px;
	background: #E8F8F9;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.register-msg-info a {
	color: #819598;
	font-weight: bold;
}
/* @end */

/* @group free-register-banner-small */
.free-register-banner-small {
	width: 235px;
	height: 201px;
	position: relative;
	margin: 0 auto 20px;
	padding: 30px 30px 0;
	background: url(../images/free-register-banner/background-small.png) no-repeat;
}
.free-register-banner-small p {
	color: #3baef4;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
.free-register-banner-small p span {
	display: block;
	color: #dd64a7;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: -5px;
}
.free-register-banner-small .pink-btn {
	left: 30px;
	bottom: 20px;
	position: absolute;
}
/* @end */

/* @group  */
.register-club {
	width: 624px;
	height: 304px;
	margin-bottom: 20px;
	background: url(../images/info-banners/register-club.png) no-repeat;
}
.register-club p {
	height: 100%;
	color: #fefefe;
	font-size: 24px;
	line-height: 1em;
	text-align: right;
    font-family: 'VAG-Bold';
	text-shadow: 0 2px 0 #000;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
.register-club p a {
	color: #fefefe;
	display: block;
	padding-top: 90px;
	padding-right: 30px;
	padding-bottom: 86px;
}
.register-club p span {
	color: #dc64a7;
	display: block;
	font-size: 18px;
	padding: 10px 0;
	line-height: 1em;
	text-shadow: 0 2px 0 #fff;
	text-shadow: 0 2px 0 rgba(255,255,255,.6);
}
/* @end */

/* @group secundary-nav */
.secundary-nav {
	overflow: hidden;
	margin-top: 14px;
	float: left;
}
.secundary-nav li {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.secundary-nav li a {
	color: #809497;
	font-size: 13px;
}
/* @end */

/* @group outfit-list */
.outfit-list {
	/*margin-bottom: 40px;*/
}
.outfit-list li {
    border-bottom: 1px solid #e1e1e1;
}
.outfit-list li h6 {
	color: #71c2f4;
	cursor: pointer;
	font-size: 18px;
    line-height: 32px;
    padding: 0 30px 0 10px;
    font-family: 'VAG-Light';
	background: url(../images/names-list/closed-arrow.png) no-repeat right center;
}
.outfit-list li.open h6 {
	background: url(../images/names-list/open-arrow.png) no-repeat 601px center;
}
.outfit-list p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
}
.outfit-list li .outfit-content {
	padding: 15px 10px;
}
.outfit-list table {
	width: 100%;
	margin-bottom: 25px;
}
.outfit-list table th,
.outfit-list table td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.outfit-list table thead th {
	color: #809497;
	font-size: 14px;
    font-family: 'VAG-Bold';
	border: 1px solid #EBEBEB;
}
.outfit-list table tbody td {
	color: #809497;
	font-size: 13px;
    font-family: 'VAG-Light';
	border: 1px solid #EBEBEB;
}
.outfit-list table th:first-child,
.outfit-list table td:first-child {
	width: 50px;
}
#layetteB h4 {
	color:#DD63A6;
	font-size:15px;
	font-weight:bold;
	margin-bottom:30px;
}
/* @end */

/* @group contacts-page */
.contacts-page h4 {
	color: #d972af;
	font-size: 18px;
}
.contacts-page h5 {
	color: #4cacb5;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.contacts-page p > a {
	font-weight: bold;
	text-decoration: none;
}
.contacts-page hr {
	margin: 30px 0 30px -10px;
}
legend.title02 {
	color: #3baef4;
	font-size: 26px;
	line-height: 1.2em;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
.contacts-form .field label {
	margin-bottom: 5px;
}
/* @end */

/* @group magazine page */
.magazine-wrapper .left-col {
	float: left;
	width: 293px;
}
.magazine-wrapper .right-col {
	width: 292px;
	float: right;
}
.magazine-wrapper .left-col a {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 80px;
	border: 1px solid #e4e4e4;
}
.magazine-wrapper .left-col a > span {
	left: -1px;
	right: -1px;
	height: 40px;
	bottom: -40px;
	color: #3baef4;
	font-size: 18px;
	line-height: 40px;
    position: absolute;
	background: #c4f1f5;
    font-family: 'VAG-Bold';
    border-radius: 0 0 5px 5px;
}
.magazine-wrapper .left-col a span span {
	width: 30px;
	height: 20px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/general/cloud-icon.png) no-repeat;
}
.slider-wrapper {
	width: 292px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
.magazines-list {
	float: left;
	width: 292px;
}
.magazines-list li {
	float: left;
	width: 135px;
	margin: 0 20px 20px 0;
}
.magazines-list li:nth-child(even) {
	margin-right: 0;
}
.magazines-list li a {
	display: block;
	position: relative;
	border: 1px solid #e4e4e4;
}
.magazines-list li a span {
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	background: #ec53ad;
    font-family: 'VAG-Bold';
	background: rgba(236,83,173,.7);
}
.slider-pagination {
	margin-top: -40px;
	text-align: center;
}
.slider-pagination p {
	margin-left: 15px;
	display: inline-block;
}
.slider-pagination-items {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.slider-pagination-items li {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.slider-pagination-items li a {
	width: 16px;
	height: 17px;
	display: block;
	background: url(../images/general/slider-pagination-items.png) no-repeat;
}
.slider-pagination-items li a.active {
	background-position: left bottom;
}
.magazine-wrapper .jcarousel-prev,
.magazine-wrapper .jcarousel-next {
	left: 76px;
	height: 8px;
	width: 14px;
	bottom: 27px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	background: url(../images/controls/pagination-arrows.png) no-repeat;
}
.magazine-wrapper .jcarousel-next {
	left: auto;
	right: 65px;
	background-position: right top;
}
/* @end */

/* @group baby-diary */
.baby-diary.girl h3 {
	color: #DD64A7;
}
.baby-diary a.new-record {
	float: right;
	color: #929a9b;
	font-size: 22px;
	margin-top: 3px;
	min-height: 25px;
	padding-right: 30px;
    font-family: 'Angelina';
	background: url(../images/baby-diary/new-diary-record.png) no-repeat right center;
}
.baby-diary a.new-record:hover {
	color: #3baef4;
}
.baby-diary.girl a.new-record {
	background: url(../images/baby-diary/new-diary-record-pink.png) no-repeat right center;
}
.baby-diary.girl a.new-record:hover {
	color: #eca7cd;
}
.baby-diary .record {
	position: relative;
	padding: 10px 20px 35px;
	border-bottom: 1px solid #e1e1e1;
}
.baby-diary .header + .record {
	border-top: 1px solid #e1e1e1;
}
.baby-diary .record.highlighted {
	background: #e3f3fc;
}
.baby-diary.girl .record.highlighted {
	background: #FFEDF6;
}
.baby-diary .record h4 {
	color: #3BAEF4;
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'VAG-Bold';
}
.baby-diary.girl .record h4 {
	color: #DD64A7;
}
.baby-diary .record .image {
	float: left;
	width: 65px;
	min-height: 64px;
	position: relative;
	margin-right: 20px;
}
.baby-diary .record .image .baby-image {
	height: 64px;
	display: block;
	background: #E3F3FC;
}
.baby-diary.girl .record .image .baby-image {
	background: #FFEDF6;
}
.baby-diary .record .image .remove-image {
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(../images/baby-diary/generic-remove.png) no-repeat;
}
.baby-diary .record .content-col {
	float: left;
	width: 535px;
}
.baby-diary .record .image + .content-col {
	width: 450px;
}
.baby-diary .record .actions-col {
	width: 40px;
	float: right;
	text-align: right;
	/*margin-top: -37px;*/
}
.baby-diary .record .content-col p {
	width: 45%;
	float: left;
	color: #809497;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 5px;
    font-family: 'VAG-Bold';
}
.baby-diary .record .content-col p:nth-child(even) {
	float: right;
}
.baby-diary .record .content-col p:nth-child(odd) {
	clear: both;
}
.baby-diary .record.edit-mode .content-col p,
.baby-diary .record .content-col p.edit-mode {
	margin-bottom: 10px;
	float: none !important;
	width: auto !important;
}
.baby-diary .record.edit-mode .content-col p .label,
.baby-diary .record .content-col p.edit-mode .label {
	display: inline;
}
.baby-diary .record .content-col p .label {
	display: block;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
.baby-diary .record .toggle-btn-wrapper {
	left: 0;
	right: 0;
	bottom: 10px;
	padding-top: 10px;
	text-align: center;
	position: absolute;
}
.baby-diary .record .toggle-btn {
	color: #939fa1;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	display: inline-block;
	background: url(../images/baby-diary/view-more.png) no-repeat right center;
}
.baby-diary .record .toggle-btn:hover {
	color: #939fa1;
}
.baby-diary .record .ui-state-active .toggle-btn {
	background: url(../images/baby-diary/view-less.png) no-repeat right center;
}
.baby-diary.girl .record .toggle-btn {
	background: url(../images/baby-diary/view-more-pink.png) no-repeat right center;
}
.baby-diary.girl .record .ui-state-active .toggle-btn {
}
.baby-diary .record .actions-col .edit {
	background: url(../images/baby-diary/view-less-pink.png) no-repeat right center;
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
	display: inline-block;
	background: url(../images/baby-diary/edit-record.png) no-repeat center center;
}
.baby-diary .record .actions-col .edit.active,
.baby-diary .record .actions-col .edit:hover {
	background: url(../images/baby-diary/edit-record-active.png) no-repeat center center;
}
.baby-diary.girl .record .actions-col .edit {
	background: url(../images/baby-diary/edit-record-pink.png) no-repeat center center;
}
.baby-diary.girl .record .actions-col .edit.active,
.baby-diary.girl .record .actions-col .edit:hover {
	background: url(../images/baby-diary/edit-record-pink-active.png) no-repeat center center;
}
.baby-diary .record .actions-col .facebook {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/baby-diary/facebook.png) no-repeat center center;
}
.baby-diary .record .actions-col .facebook.active,
.baby-diary .record .actions-col .facebook:hover {
	background: url(../images/baby-diary/facebook-active.png) no-repeat center center;
}
.baby-diary.girl .record .actions-col .facebook {
	background: url(../images/baby-diary/facebook-pink.png) no-repeat center center;
}
.baby-diary.girl .record .actions-col .facebook.active,
.baby-diary.girl .record .actions-col .facebook:hover {
	background: url(../images/baby-diary/facebook-pink-active.png) no-repeat center center;
}
.baby-diary .photos-upload-list {
	clear: both;
	width: 566px;
	padding-top: 20px;
}
.baby-diary.girl .photos-upload-list li a {
	background: url(../images/baby-diary/delete-uploaded-photo-pink.png) no-repeat;
}
.baby-diary .photos-upload-list li:nth-child(4n) {
	margin-right: 0;
}
.baby-diary .photos-upload-list li:nth-child(4n+1) {
	clear: both;
}
.baby-diary .family-tree {
	height: 436px;
	text-align: center;
	position: relative;
	padding-bottom: 100px;
	background: url(../images/baby-diary/tree.png) no-repeat 120px bottom;
}
.baby-diary .family-tree h5 {
	color: #3BAEF4;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: 'VAG-Bold';
}
.baby-diary.girl .family-tree h5 {
	color: #DD64A7;
}
.baby-diary .family-tree .family-name-wrapper {
	right: 0;
	left: 45px;
	bottom: 60px;
	position: absolute;
}
.baby-diary .family-tree .family-name {
	height: 53px;
	font-size: 20px;
	position: relative;
	display: inline-block;
	font-family: 'VAG-Black';
	width: auto !important;
	margin-bottom: 0 !important;
}
.baby-diary .family-tree .family-name > span:first-child {
	top: 0;
	left: 0;
	width: 45px;
	height: 53px;
	position: absolute;
	background: url(../images/baby-diary/strip.png) no-repeat;
}
.baby-diary .family-tree .family-name > span:last-child {
	height: 53px;
	color: #006776;
	display: block;
	line-height: 50px;
	margin-left: 45px;
	padding-right: 45px;
	background: url(../images/baby-diary/strip.png) no-repeat right top;
}
.baby-diary .family-tree .photo {
	position: absolute;
	background: #eae9e8;
	padding: 4px 4px 8px;
	border: 1px solid #d9d7d3;
}
.baby-diary .family-tree .photo span {
	display: block;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/baby-diary/add-icon.png);
}
.baby-diary .family-tree .photo.grandfather-father,
.baby-diary .family-tree .photo.grandmother-father,
.baby-diary .family-tree .photo.grandfather-mother,
.baby-diary .family-tree .photo.grandmother-mother {
	width: 50px;
	height: 60px;
}
.baby-diary .family-tree .photo.grandfather-father span,
.baby-diary .family-tree .photo.grandmother-father span,
.baby-diary .family-tree .photo.grandfather-mother span,
.baby-diary .family-tree .photo.grandmother-mother span {
	width: 50px;
	height: 60px;
}
.baby-diary .family-tree .photo.grandfather-father {
	top: 229px;
	left: 196px;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.baby-diary .family-tree .photo.grandmother-father {
	top: 226px;
	left: 100px;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.baby-diary .family-tree .photo.grandfather-mother {
	top: 229px;
	left: 405px;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.baby-diary .family-tree .photo.grandmother-mother {
	top: 229px;
	left: 313px;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.baby-diary .family-tree .photo.father {
	top: 85px;
	left: 112px;
}
.baby-diary .family-tree .photo.mother {
	top: 104px;
	left: 345px;
}
.baby-diary .family-tree .photo.father,
.baby-diary .family-tree .photo.mother {
	width: 73px;
	height: 88px;
}
.baby-diary .family-tree .photo.father span,
.baby-diary .family-tree .photo.mother span {
	width: 73px;
	height: 88px;
}
.baby-diary .family-tree .photo.father {
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.baby-diary .family-tree .photo.mother {
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.baby-diary .family-tree .photo.child  {
	top: 61px;
	left: 210px;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	width: 110px;
	height: 90px;
}
.baby-diary .family-tree .photo.child span {
	width: 110px;
	height: 90px;
}
.photos-upload-list li span.add-overlay {
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/baby-diary/add-icon.png) no-repeat center center;
	background-color: rgba(255,255,255,.6);
}
.baby-diary .record .image .add-image {
	width: 66px;
	height: 64px;
	display: block;
	background: #fff url(../images/baby-diary/add-icon.png) no-repeat center center;
}
.baby-diary .family-tree .photo span.remove {
	top: 5px;
	right: 5px;
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(../images/baby-diary/generic-remove.png) no-repeat;
}
/* @end */

/* @group nearby */
.districs-filter .field label {
	margin-top: 10px;
}
.nearby h4 {
	color: #809497;
	font-size: 21px;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-family: 'VAG-Bold';
}
.nearby .nearby-field {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 15px;
}
.nearby .nearby-field:nth-child(3n) {
	clear: both;
	margin-right: 0;
}
.nearby .nearby-field .radio {
	margin-top: -3px;
	margin-right: 10px;
}
.nearby .nearby-field label {
	color: #809497;
	font-size: 14px;
}
/* @end */

/* @group workshop re-style */
#workshopB .articles-search {
	padding: 20px;
	background: #c3e3f7;
	border-top: 2px solid #7bc7f6;
	border-left: 1px solid #a9d9f6;
	border-right: 1px solid #a9d9f6;
	z-index: 1000;
}
#workshopB .articles-search .field {
	margin: 0 40px 0 0;
}
#workshopB .articles-search h2 {
	color: #7f9497;
	font-size: 18px;
}
#workshopB .articles-search .blue-btn span:first-child {
	width: 20px;
}
#workshopB .articles-search .blue-btn span:last-child {
	margin-left: 20px;
	padding-right: 20px;
}
.workshop-wrapper {
	padding: 20px;
	border: 1px solid #d1d0d6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.workshop .right-col {
	width: 260px;
}
.nearby {
	padding: 20px;
	background: #eee;
	border-top: 2px solid #b6b6b6;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nearby h4 {
	font-size: 18px;
}

.workshop .right-col .text-wrapper img {
	width: 90%;
	height: auto;
}
/* @end */

/* @group multiple-select */
.ms-parent {
	margin-left: 3px;
	width: 99% !important;
	margin-bottom: 20px;
}
.ms-parent * {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.ms-drop ul > li {
	margin-bottom: 5px;
}
.ms-drop ul > li label {
	color: #9ab1b5;
	font-size: 14px;
}
.ms-drop ul > li.selected label {
	color: #333;
}
/* @end */

/* @group popup */
.popup-modal {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	position: fixed;
	text-align: center;
	padding-top: 150px;
	background: rgba(0,0,0,.3);
}
.popup-modal div {
	width: 784px;
	margin: 0 auto;
	position: relative;
}
.popup-modal div a {
	top: -10px;
	right: -10px;
	position: absolute;
}
/* @end */



/* alargamento da anilha */
#workshopB .two-columns-wrapper > div:first-child {
	float: none;
	width: auto;
}

#workshopB .articles-search {
}

#workshopB .articles-search .actions {
	float: left;
}


.workshop .left-col {
	width: 48%;
}

.workshop .right-col {
	width: 48%;
}




.leaderboard-banner {
	display: none;
	height: 90px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.leaderboard-banner a {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.leaderboard-banner > span {
	top: 0;
	left: 0;
	position: absolute !important;
}


#indexB .leaderboard-banner {
	display: block;
}




