/*---------------
	NORMALIZE
-----------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
	padding: 10px;
	text-align: center;
	font-family: "PT Sans Narrow";
	font-weight: bold;
	font-size: 18px;
}
td,
th {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #C1C1C4;
}
/* ***end normalize*** */

/*---------------------------
	@BOOTSTRAP REDEFINITION
------------------------------ */
* {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
	box-sizing: content-box;
}
*:before,
*:after {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	color: #252525;
	line-height: 1.3;
}
a {
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #5A9F38;
}
h1 {
	line-height: 1.3;
	font-weight: bold;
}
h2 {
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 30px;
	font-family: "PT Sans Narrow", Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h3 {
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight: bold;
}
h4 {
	margin-bottom: 20px;
	font-weight: bold;
}
th {
	text-align: center;
}
.advice-nutrition h2 {
	margin-bottom: 26px;
}
/* ***end bootstrap redefinition*** */

/*-----------------
	COMMON STYLE
-------------------*/
html {
	font-size: 14px;
	line-height: 1.3;
}

body {
	background: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;	
}

html,
button,
input,
select,
textarea {
	color: #222;
}

a {
	color: #5a9f38;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin-top: 0;
	color: #000;

	text-transform: uppercase;
	font-size: 48px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border: 1px solid #b0b0b0;
}
/* ***end common style*** */

/*--------------------
	@HELPER CLASSES
----------------------*/
/*
 * Image replacement
 */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

/*
 * Stylize tag <hr>
 */
.dividing-dots {
	height: 4px;

	border: none;
	background: url(../i/dividing-dots.png) no-repeat 50% 0;
}

.btn-style {
	display: inline-block;

	padding: 0 24px;
	height: 26px;

	border-radius: 20px;
	border: none;
	color: #fff;
	background: #5a9f38;

	text-decoration: none;
	line-height: 26px;
	vertical-align: top;
	font-size: 14px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-style:hover {
	color: #fff;
	background: #4a802f;
}
.btn-style:active,
.btn-style:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.cap {
	text-transform: uppercase;
}
/* ***end Helper classes*** */

/*------------
	@HEADER
--------------*/
.wrap-header {
	height: 96px;

	color: #fff;
	background: #000;
}
.header {
	overflow: hidden;

	margin: 0 auto;
	width: 960px;
}
.logo {
	margin-top: 30px;
}
	/* @Main @nav */
.main-nav {
	float: right;

	padding-top: 30px;
}
.main-nav ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
}
.main-nav li {
	display: inline-block;

	margin-left: 65px;
	
	vertical-align: top;
}
.main-nav li a {
	color: #59c424;

	font-size: 20px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main-nav li:hover a,
.main-nav .active a {
	color: #fff;

	text-decoration: none;
}
.main-nav-icon {
	position: relative;
	top: -16px;

	display: inline-block;

	margin-right: 10px;

	background-color: #59c424;

	vertical-align: top;

		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.main-nav li:hover .main-nav-icon,
.main-nav .active .main-nav-icon {
	background-color: #fff;
}
	/* end main nav */
/* ***end header*** */

/*------------
	@FOOTER
--------------*/
.wrap-footer {
	border-top: 1px solid #8c8e92;
	color: #fff;
	background: #000;
}
.footer {
	position: relative;

	margin: 0 auto;
	width: 960px;
	min-height: 120px;
}
.footer a {
	color: #fff;
}
.footer-block {
	position: absolute;
	top: 0;
	left: 0;

	padding-top: 18px;
}
.fabit-logo {
	position: relative;
	top: -3px;
}
.social-block {
	display: inline-block;

	vertical-align: bottom;
}
.footer-logo {
	display: inline-block;

	margin-right: 18px;

	vertical-align: bottom;
}
.social-btn {
	margin-right: 6px;
}
.copyright {
	padding-top: 30px;

	vertical-align: middle;
	text-align: center;
}
/* ***end footer*** */

/*-------------
	@SLIDER @NAV
---------------*/
.wrap-slider-nav {
	height: 48px;

	background: #2d2d2d;
}
.slider-nav {
	margin: 0 auto;
	width: 960px;
}
.slider-nav ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
}
.slider-nav li {
	display: inline-block;

	margin-right: 20px;
	
	vertical-align: top;
	line-height: 40px;
}
.slider-nav li:first-child {
	margin-left: 86px;
}
.slider-nav a {
	color: #a8a9ac;
	font-size: 18px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider-nav a:hover,
.slider-nav .active {
	color: #fc4831;
}
.slider-nav .active {
	text-decoration: none;

	cursor: default;	
}
.slider-nav .active a,
.slider-nav .active a:hover {
	color: #fff;
}
/* ***end slider nav*** */

/*----------------
	@MAIN @SLIDER
------------------*/
.hide-slider  {
	display: none;
}
.close-main-slider {
	display: block;
	
	height: 26px;

	text-align: center;
	line-height: 26px;
	font-size: 12px;
}

.close-main-slider a:after {
	position: relative;
	top: 0.4em;

	display: inline-block;

	margin-left: 5px;
	width: 7px;
	height: 12px;
	
	background: url("../i/icon-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

	vertical-align: top;

	content: "";
}
.slider-global-wrap {
	position: relative;

	overflow-x: hidden;
	overflow: hidden;

	height: 630px;	
	background: #827887;
}
.wrapper-main-slider {
	position: relative;

	overflow-x: hidden;
	overflow: hidden;

	margin: 0 auto;
	height: 630px;
	min-width: 960px;
}
.main-slider {
	margin: 0 auto;
	width: 1527px;
}
.slider-big-img .caroufredsel_wrapper {
	margin: 0 auto !important;
}
.content-slider {
	position: relative;
	z-index: 2;
}
.main-slider-decor-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;

	margin-left: -763px;
	width: 1527px;

	background: url(../i/main-slider-bg.png) repeat-y 0 0;
}
.container-main-slider {
	position: relative;

	overflow-x: hidden;

	margin: 0 auto;
	height: 630px;
}
.wrapper-main-slider .caroufredsel_wrapper {
	margin: 0 auto !important;
	height: 630px !important;
}
.slider-item {
	position: relative;

	float: left;

	height: 630px;
}
.slider-big-img {
	margin: 0 auto;
}
.slider-big-img .caroufredsel_wrapper {
	width: 1527px !important;
	margin: 0 auto !important;
}
.slider-item-img {
	display: block;

	margin: 0 auto;
}
.slider-item-box {
	margin: 0 auto;
	width: 960px;

}
.slider-item-info {
	display: inline-block;

	padding-right: 20px;
	width: 378px;

	vertical-align: top;
}
.slider-item-info-img {
	margin-top: 80px;
}
.slider-item-info-heading {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}
.slider-item-info dl {
	margin: 0;
	padding: 0;

	font-size: 12px;
}
.slider-item-info dt {
	font-weight: bold;
}
.slider-item-info dd {
	margin: 0 0 10px;
	padding: 0;
}
.slider-item-content {
	display: inline-block;

	padding-top: 55px;
	padding-left: 100px;
	width: 455px;

	color: #fff;

	vertical-align: top;
}
.slider-item-content-heading {
	margin-bottom: 2px;

	text-shadow: 0 0 9px rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-size: 48px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}
.slider-item-content-heading-text {
	margin-bottom: 46px;

	text-shadow: 0 0 9px rgba(0,0,0,0.6);
	font-size: 18px;
	font-weight: bold;
}
.slider-big-img {
	position: relative;
	top: -630px;
	overflow-x: hidden;

	text-align: center;
}
.main-slide-pagination {
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	z-index: 5;

	text-align: center;
}
.main-slide-pagination a {
	display: inline-block;

	margin: 0 6px;
	width: 12px;
	height: 12px;

	border-radius: 12px;
	background: #dfe0e0;

	vertical-align: top;
}
.main-slide-pagination .selected {
	background: #59c424;
}
.main-slide-pagination span {
	display: none;
}
.slider-item-info-heading {
	margin-top: -15px;
}
.slider-other-page,
.close-main-slider {
	display: none;
}
.main-slider-img-wrap {
	position: relative;
}
/* .main-slider-img-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 630px;
	background: url(../i/slider-global-bg-r.png) no-repeat 0 0;
	content: "";
} */
/* end main slider */

.wrapper {
	position: relative;

	overflow: hidden;

	margin: 0 auto 70px;
	width: 960px;
}

/*----------
	@ICONS
------------*/
.icon-time {
	display: inline-block;

	width: 13px;
	height: 14px;

	background: url(../i/icon-time.png) no-repeat 0 0;

	vertical-align: middle;
}
.icon-complexity {
	display: inline-block;

	width: 16px;
	height: 14px;

	background: url(../i/icon-complexity.png) no-repeat 0 0;

	vertical-align: middle;
}
.icon-portion {
	display: inline-block;

	width: 15px;
	height: 14px;

	background: url(../i/icon-portion.png) no-repeat 0 0;

	vertical-align: middle;
}
.icon-send-email {
	display: inline-block;

	width: 9px;
	height: 12px;

	background: url(../i/icon-send-mail.png) no-repeat 0 0;

	vertical-align: middle;
}
.icon-print {
	display: inline-block;

	width: 15px;
	height: 13px;

	background: url(../i/icon-print.png) no-repeat 0 0;

	vertical-align: middle;
}
/* ***end icons*** */

/*-----------
	@MODULE
-------------*/
	/* Pagination */
.paging {
	margin-top: 50px;

	text-align: center;
}
.paging a,
.paging .active {
	display: inline-block;

	margin: 0 2px;
	width: 40px;
	height: 40px;

	vertical-align: top;
	line-height: 42px;
	font-size: 24px;
}
.paging .active {
	border-radius: 150px;
	color: #fff;
	background: #5a9f38;
}
	/* end pagination */
/* ***end module*** */

/*-------------
	@SIDEBAR
---------------*/
.sidebar {
	float: right;

	margin-top: 80px;
	width: 236px;

	font-size: 14px;
}
.wrapper .sidebar-left {
	float: left;

	margin-top: 148px;
	width: 202px;
}
.sidebar:after {/* Decorative line */
	position: absolute;
	top: 80px;
	right: 236px;
	bottom: 0;

	width: 1px;

	background: #c1c1c4;

	content: "";
}

.wrapper .sidebar-left:after {/* Decorative line */
	top: 152px;
	left: 216px;
	right: auto;
}
.sidebar h3 {
	margin-bottom: 14px;
	padding-left: 17px;

	color: #949599;

	text-transform: uppercase;
	line-height: 1;
	font-size: 24px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sidebar h3 a {
	color: #949599;
}
.wrapper .sidebar-left h3 {
	margin-top: 0;
	margin-bottom: 22px;
	padding-left: 0;
}
.sidebar-block {
	margin-bottom: 30px;
	padding-left: 17px;
}
.sidebar-block:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar-block h3 {
	padding-left: 0;
}
.sidebar .sidebar-block h4 {
	margin: 0 0 5px;
}
.sidebar-block-img {
	margin-bottom: 8px;
}
.sidebar-block-content {
	margin-bottom: 10px;
}
.sidebar-block-link {
	font-size: 12px;
}
	/* Sidebar recipe */
.sidebar-recipe {
	margin-bottom: 30px;
}
.sidebar-recipe h4 {
	margin-top: 8px;
	margin-bottom: 8px;

	color: #fc4b35;

	line-height: 1.1;
	font-size: 16px;
	font-weight: normal;
}
.cooking-time {
	margin-bottom: 16px;

	color: #000;

	line-height: 1;
	font-size: 12px;
}
.cooking-time .icon-time {
	margin-right: 6px;

	vertical-align: bottom;
}
	/* end sidebar recipe */
	/* recipe day */
.recipe-day {
	padding-left: 17px;

	border-bottom: 1px solid #c1c1c4;

	font-size: 12px;
}
.sidebar .recipe-day h3 {
	margin-top: -0.15em;
	padding-left: 0;

	color: #fc4b35;
}
.recipe-day-box {
	position: relative;

	padding-bottom: 30px;

	line-height: 1.4;
	font-size: 12px;
}
.recipe-day-box:before,
.recipe-day-box:after {
   display: table;
   content: "";
}
.recipe-day-box:after {
   clear: both;
}
.recipe-day-box {
   *zoom: 1;
}
.recipe-day-box-photo {
	float: left;

	margin-right: 6px;
}
.recipe-day-box-info {
	position: relative;

	padding-top: 3px;
}
.recipe-day-box-preview {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;

	display: none;

	margin-top: 20px;
	padding-top: 26px;
	padding-left: 20px;
	width: 550px;

	background: #e3e4e5;
}
.recipe-day-box-preview:after {
	position: absolute;
	top: -15px;
	right: 56px;
	z-index: 1;

	width: 30px;
	height: 15px;

	background: url(../i/recipe-day-box-angle.png);

	content: "";
}
.sidebar .recipe-day-box-preview h3 {
	color: #000;
}
.recipe-day-box-preview h4 {
	margin-bottom: 4px;

	color: #000;

	font-weight: bold;
}
.recipe-day-box-preview dl {
	margin-top: 0;
	padding-top: 0;
}
.recipe-day-box-preview dt {
	font-weight: bold;
}
.recipe-day-box-preview dd {
	margin-bottom: 10px;
	margin-left: 0;
}
.recipe-day-inner-box-img {
	float: left;

	margin-right: 20px;
}
.recipe-day-inner-box-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;

	width: 16px;
	height: 17px;

	background: url(../i/preview-block-close.png) no-repeat 0 0;

	cursor: pointer;
}
.recipe-day-inner-box-content {
	overflow: hidden;

	padding-bottom: 14px;
}
	/* end recipe day */
	/* worlds first */
.worlds-first {
	margin-bottom: 22px;

	font-size: 12px;
}
.worlds-first-text {
	position: relative;

	line-height: 1.4;
	font-style: italic;
}
.worlds-first-text p {
	margin: 0;
	padding: 0;
}
.worlds-first-text:before {
	position: absolute;
	top: -0.35em;
	left: -0.7em;

	font-size: 18px;
	font-style: normal;

	content: "«";
}
.worlds-first-text p:after {
	line-height: 0;
	font-size: 18px;
	font-style: normal;
	content: " »";
}
.worlds-first-people {
	margin-bottom: 8px;
}
.worlds-first-people h4 {
	display: inline-block;
	width: 130px;
	vertical-align: middle;
}
.worlds-first-people h4 a {
	color: #252525;

	font-weight: bold;
	font-size: 14px;
}
.worlds-first-people-img {
	display: inline-block;
	margin-right: 8px;
	max-width: 77px;
	vertical-align: middle;
}
	/* end worlds first */
/* ***end sidebar*** */

/*------------
	@CONTENT
--------------*/
.content {
	padding-top: 34px;
}
.sidebar + .content {
	margin-right: 236px;
}
.sidebar-left + .content {
	margin-right: auto;
	margin-left: 217px;
}
.sidebar-left + .content h1 {
	text-align: center;
}
	/* @Filter @category */
.filter-post-links {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}
.filter-post-links li {
	display: inline-block;

	margin-right: 40px;

	vertical-align: top;
}
.filter-post-links a {
	padding: 7px 12px;

	font-size: 18px;
}
.filter-post-links .active a {
	color: #fff;
	background: #5a9f38;

	text-decoration: none;
}
	/* end filter category */
	/* @Post @item block */
.post-item {
	overflow: hidden;

	margin-bottom: 40px;
	padding-right: 20px;
}
.post-item-img {
	float: left;

	margin: 0.35em 18px 0 0;
	padding: 0;
	max-width: 260px;
}
.post-item-img figcaption {
	padding: 3px 8px;
	color: #898989;
	background: #e6e6e6;

	font-size: 12px;
}
.post-item-img figcaption a {
	color: #2d2d2d;
}
.post-item-category {
	margin-right: 5px;
}
.post-item-content {
	overflow: hidden;
}
.post-full .post-item-content {
	overflow: visible;
}
.post-item-content h3 {
	margin: 0;

	text-transform: none;
	font-size: 18px;
	font-weight: normal;
}
.post-full .post-item-content h3 {
	margin-bottom: 15px;
}
.post-item-more {
	font-size: 12px;
}
.back-link {
	font-size: 14px;
}
		/*Post full*/
.post-other {
	position: relative;
	overflow: hidden;
	padding-top: 38px;
	border-top: 1px solid #c1c1c4;
}		
.post-other h3 {
	margin-top: 0;
	font-family: "PT Sans Narrow",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.post-other-container {
	position: relative;
	left: 22px;
	margin-left: -22px;
	line-height: 0;
	font-size: 0;
}
.post-other-item-img {
	display: inline-block;
	margin: 0 46px 36px 0;
	width: 140px;	
	vertical-align: top;
	font-size: 14px;
}
.post-other-photo {
	margin-bottom: 8px;
	max-width: 140px;
}
.post-other-text {
	margin-bottom: 6px;	
	line-height: 1.2;
	font-size: 14px;
}
.post-other-category {
    padding: 3px 8px;	
    color: #2d2d2d;
    background: #E6E6E6;
    font-size: 12px;
}
.post-other-category a {
    color: #2d2d2d;
    line-height: 1.4;
}
.post-other .paging {
	margin-top: 0;
}
		/*end post full*/
	/* end post item block */
	/* @Ingredients */
.ingredients {
	margin: 0 26px 50px 0;
	padding: 20px 0 20px 0;

	border: 1px solid #bbbcbe;

	text-align: center;
}
.sidebar-left + .content .ingredients {
	border: none;
	
	text-align: left;
}
.sidebar-left + .content .catalog-products,
.sidebar-left + .content .catalog-products-choice,
.sidebar-left + .content .ingredients-intro {
	margin-left: 0;
	padding-left: 40px;
}
.ingredients-intro {
	margin-bottom: 10px;
}
.ingredients-link {
	margin-bottom: 4px;

	color: #5A9F38;

	text-decoration: underline;
	font-size: 18px;

	cursor: pointer;
}
.ingredients-link:hover {
	text-decoration: none;
}
.ingredients-link.open {
	color: #252525;

	text-decoration: none;

	cursor: default;
}
.ingredients-link.open:after {
	content: ":";
}
.ingredients-link-close {
	color: #5A9F38;

	text-decoration: underline;
	font-size: 12px;

	cursor: pointer;
}
.ingredients-link-close:hover {
	text-decoration: none;
}
.ingredients-link-close-inner:after {
	display: inline-block;

	margin-left: 5px;
	width: 7px;
	height: 12px;

	background: url(../i/icon-arrow.png) no-repeat 0 0;

	vertical-align: top;

	content: "";
}
.catalog-products {
	margin-left: 20px;
	margin-bottom: 40px;
}
.catalog-products-item {
	position: relative;

	height: 90px;
}
.catalog-products-heading {
	position: absolute;
	bottom: 28px;
	left: 0;

	width: 70px;

	color: #67686b;

	font-size: 12px;
}
.catalog-products-list {
	position: absolute;
	bottom: 0;
	left: 0;

	margin-left: 42px;
	padding-left: 55px;
	padding-right: 10px;
	width: 548px;

	text-align: left;
}
.catalog-products-list:after {
	position: absolute;
	bottom: -28px;
	left: 0;
	z-index: -1;

	margin-top: -12px;
	width: 616px;
	height: 51px;

	background: url(../i/shelf.png) no-repeat 0 0;

	content: "";
}
.catalog-products-list .catalog-product-ingredient {
	position: relative;

	display: inline-block;

	margin-top: 4px;
	margin-right: 22px;
	height: 65px;

	vertical-align: bottom;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	transition: all 0.3s;

	cursor: pointer;
}
/* .catalog-product-ingredient.active:before {
	position: absolute;
	top: -4px;
	left: 50%;
	z-index: 10;

	margin-left: -8px;

	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;

	content: "";
} */
.catalog-product-ingredient.active:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: -32px 0 0 -32px;
	width: 65px;
	height: 65px;
	background: url(../i/catalog-products-hover.png) no-repeat 0 0;
	content: "";
}
.catalog-products-btn-prev,
.catalog-products-btn-next {
	position: absolute;
	bottom: 28px;

	width: 17px;
	height: 18px;

	background-repeat: no-repeat;
	background-image: url(../i/catalog-products-btn.png);

	cursor: pointer;
}
.catalog-products-btn-prev {
	left: 60px;

	background-position: 0 0;
}
.catalog-products-btn-next {
	right: 38px;

	background-position: -53px 0;
}
.catalog-products-btn-prev:hover {
	background-position: -17px 0;
}
.catalog-products-btn-next:hover {
	background-position: -36px 0;
}
.calories {
	margin-top: 26px;

	font-size: 14px;
}
.calories input[type="text"] {
	padding: 0 7px;
	width: 55px;
	height: 25px;

	border: 1px solid #939393;
}
.cpi-inner {
	display: table-cell;
	height: 65px;
	min-width: 65px;
	text-align: center;
	vertical-align: bottom;
}
.ingredients .caroufredsel_wrapper {
	padding-bottom: 14px;
}
.catalog-products-choice {
	padding-left: 20px;
	padding-right: 10px;
	border-top: 1px solid #c1c1c4;
}
.catalog-products-choice-item {
	overflow: hidden;

	text-align: left;
	font-size: 18px;
}
.catalog-products-choice-item dt {
	float: left;

	margin-right: 7px;

	color: #7b7c7f;
}
.catalog-products-choice-item dd {
	overflow: hidden;
	color: #ff3600;
}
.recipes-found {
	margin: 0 auto 28px;
	padding-left: 32px;
	width: 140px;
	height: 107px;

	color: #fff;
	background: url(../i/illustr-find-recipe.png) no-repeat 0 0;

	text-align: center;
	font-size: 10px;
	font-style: italic;
}
.recipes-found a {
	color: #fff;

	font-size: 18px;
	font-weight: bold;
}
.recipes-found-text {
	padding-top: 55px;
}
.recipes-view {
	margin: 40px auto 28px;
	padding: 66px 2px 6px 42px;
	width: 228px;
	height: 96px;

	color: #000;
	background: url(../i/illustr-view-recipe-green.png) no-repeat 0 0;

	text-align: center;
	vertical-align: middle;
	line-height: 86px;
	font-size: 24px;
	font-style: italic;	
	font-weight: bold;
}
.recipes-view a {
	color: #000;

	text-decoration: none;
}
.recipes-view-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.recipes-view-active {
	background: url(../i/illustr-view-recipe.png) no-repeat 0 0;	
}
.recipes-view-active .recipes-view-text-item-1 {
	display: inline;
}
.recipes-view-active .recipes-view-text-item-2,
.recipes-view-text-item-1 {
	display: none;
}
	/* end ingredients */
	/* Recipe item */
.recipe-item {
	overflow: hidden;

	margin-bottom: 36px;
	padding-right: 26px;
}
.recipe-item h3 {
	margin-top: 0;

	font-size: 18px;
	font-weight: normal;
}
.recipe-item-img {
	float: left;

	margin-right: 18px;
}
.recipe-item-content {
	overflow: hidden;
}
.recipe-item-data {
	margin: 0 0 26px;
	padding: 0;

	list-style-type: none;

	vertical-align: middle;
	font-size: 12px;
}
.recipe-item-data > li {
	margin-bottom: 7px;
}
.recipe-item-icon {
	position: relative;
	top: -0.1em;

	display: inline-block;

	margin-right: 10px;
	width: 16px;

	vertical-align: middle;
}
.recipe-item-ingredients {
	padding-left: 23px;
}
.recipe-item-ingredients-heading {
	font-weight: bold;
}
.recipe-item-ingredients-content {
	display: none;
}
.recipe-item-ingredients-content ul,
.recipe-item-ingredients-content ol {
	margin: 20px 0;
	padding: 0;

	list-style-position: inside;
}
.recipe-item-ingredients-heading + ul,
.recipe-item-ingredients-heading + ol {
	margin-top: 0;
}
.item-ingredients-control span {
	border-bottom: 1px dashed #5A9F38;
	text-decoration: none;

	cursor: pointer;
}
.show-ingredients {
	color: #5a9f38;
}
.hide-ingredients {
	display: none;

	color: #858585;
}
.hide-ingredients span {
	border-bottom: 1px dashed #858585;
}
.rating { 
	position: relative; 

	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	width: 80px; 
	height: 14px; 

	list-style-type: none;

	background: url(../i/stars.png); 
} 
.rating li {
	float: left;
	height: 14px; 
} 
.rating li span { 
	position: absolute; 
	z-index: 10; 

	display: block; 
	
	width: 15px; 
	height: 14px; 
	
	cursor: pointer;
} 
.rating li span:hover { 
	background: url(../i/stars.png) 0 -19px; 
	left: 0; 
	z-index: 2; 
} 
span.star1 { 
	left: 0; 
}
span.star1:hover { 
	width: 16px; 
} 
span.star2 { 
	left: 16px; 
}
span.star2:hover { 
	width: 32px; 
} 
span.star3 { 
	left: 32px; 
}
span.star3:hover { 
	width: 48px; 
} 
span.star4 { 
	left: 48px; 
}
span.star4:hover { 
	width: 64px; 
} 
span.star5 { 
	left: 64px; 
}
span.star5:hover { 
	width: 80px; 
} 
.rating li.current { 
	background: url(../i/stars.png) left bottom; 
	z-index: 1; 
}
.rating>li span:hover{ 
	text-indent: 80px; 
}
	/* end recipe item */
	/* @recipe */
.recipe-block {
	border-bottom: 1px solid #c1c1c4;
}
.recipe-block h2 {
	text-transform: uppercase;
}
.recipe-block-item {
	overflow: hidden;

	padding-right: 25px;
}
.recipe-photo {
	float: left;

	margin-right: 16px;
}
.recipe-data {
	overflow: hidden;
}
.recipe-data .rating {
	margin-bottom: 14px;
}
.recipe-block-social {
	margin-bottom: 35px;
}
.recipe-data .btn-wrap {
	margin-bottom: 40px;
}
.recipe-instruction {
	padding-right: 25px;
}
.recipe-instruction h3 {
	margin-left: 0.05em;

	font-size: 18px;
}
.recipe-instruction ul,
.recipe-instruction ol {
	margin: 0 0 34px;
	padding: 0 0 0 0.2em;

	list-style-position: inside;
}
.recipe-instruction ol {
	list-style-type: none;
	counter-reset: list1;
}
.recipe-instruction ol li {
	margin-bottom: 15px;
}
.recipe-instruction ol li:before {
	counter-increment: list1;
	content: counter(list1) ". ";

	font-size: 18px;
}
.recipe-instruction-structure {
	margin-bottom: 34px;
}
.recipe-instruction .btn-wrap {
	margin-bottom: 50px;
	text-align: center;
}
.recipe-other h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.recipe-other-container {
	position: relative;
	left: 22px;

	margin-left: -22px;

	line-height: 0;
	font-size: 0;
}
.recipe-other-item {
	display: inline-block;

	margin-right: 46px;
	margin-bottom: 36px;
	width: 140px;

	vertical-align: top;
	font-size: 14px;
}
.list-recipe-other-text {
	margin-bottom: 6px;

	line-height: 1.2;
}
.recipe-other-time {
	font-size: 12px;
}
.recipe-other-time .icon-time {
	position: relative;
	top: -1px;

	margin-right: 5px;
}
.recipe-other-item-photo {
	margin-bottom: 10px;
}
.weight-table-product {
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 110;
	display: none;
	margin-left: -400px;
	width: 800px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	background: #fff;
}
.weight-table-product caption {
	color: #fff;
	background: #C1C1C4;
	text-transform: uppercase;
}
.weight-table-product tr:hover {
	color: #5A9F38;
	background: #F2F2F2;
}
.weight-table-product col {
	width: 40%;
}
.weight-table-product col[span="4"] {
	width: 15%;
}
.close-table {
	position: absolute;
	top: 5px;
	right: 5px;
}
	/* end recipe */
	/* @first-in-top-people */	
.first-in-top-people {
	overflow: hidden;

	margin-bottom: 24px;

	color: #252525;
}	
.first-in-top-people-photo {
	float: left;

	margin-top: 0.5em;
	margin-right: 10px;
	width: 140px;
}
.first-in-top-people-photo img {
	max-width: 140px;
}
.first-in-top-people-content {
	overflow: hidden;

	padding-left: 20px;
}
.first-in-top-people-content h2 {
	overflow: hidden;

	margin-top: 0;
	margin-bottom: 16px;

	color: #252525;

	text-transform: none;
	font-size: 24px;
	font-weight: normal;
}
.first-in-top-people-info {
	margin-bottom: 14px;

	font-size: 12px;
}
.first-in-top-people-advice {
	position: relative;

	padding: 0 20px 0 0;

	font-style: italic;
}
.first-in-top-people-advice:after {
	position: absolute;
	right: 0;
	bottom: 0.4em;

	line-height: 0;
	font-size: 30px;
	font-style: normal;

	content: "»";
}
.first-in-top-people-advice:before {
	position: absolute;
	top: 0.2em;
	left: -20px;

	line-height: 0;
	font-size: 30px;
	font-style: normal;

	content: "«";
}
	/* first-in-top-people */	
/* ***end content*** */

/*-----------------
	@FIRST IN @TOP
-------------------*/
.wrapper-first-in-top {
	position: relative;

	overflow: hidden;

	color: #fff;
	background: #949599;
}
.first-in-top {
	margin: 0 auto;
	width: 960px;
	min-height: 225px;
}
.first-in-top-block {
	position: relative;
	z-index: 10;

	float: left;

	width: 80px;
	min-height: 1px;

	background: #5a9f38;
}
.first-in-top .first-in-top-slider {
	width: 218px;
	min-height: 530px;
}
.first-in-top-block:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -2000px;
	left: -10000px;
	z-index: 1;

	background: #5a9f38;

	content: "";
}
.first-in-top-block:after {
	position: absolute;
	top: 0;
	right: -76px;
	z-index: 2;

	width: 149px;
	height: 188px;

	background: url(../i/first-in-top-small.png) no-repeat 0 0;

	content: "";
}
.first-in-top .first-in-top-slider:after {
	right: -183px;

	width: 357px;
	height: 452px;

	background: url(../i/first-in-top-big.png) no-repeat 0 0;
}
.first-in-top-slider {
	min-height: 500px;
}
.first-in-top-thumbnails {
	position: relative;
	z-index: 5;

	margin: 130px 0 0 48px;
}
.first-in-top-thumbnails img {
	display: block;

	margin-bottom: 15px;

	opacity: 0.65;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	transition: all 0.3s;
}
.first-in-top-thumbnails img:hover {
	opacity: 1;

	cursor: pointer;
}
.first-in-top-thumbnails .active {
	opacity: 1;
	outline: 1px solid #fff;
}
.first-in-top-content {
	float: left;
	
	padding-top: 30px;
	width: 740px;
}
.first-in-top-slider + .first-in-top-content {
	min-height: 780px;
}
.first-in-top-content h1 {
	padding-left: 145px;
	color: #fff;

	font-size: 38px;
}
.first-in-top-slider + .first-in-top-content h1,
.first-in-top-slider + .caroufredsel_wrapper h1 {
	padding-left: 250px;
}
.first-in-top-content h1:first-line {
	font-size: 55px;
}
.first-in-top-slider + .first-in-top-content h1,
.first-in-top-slider + .first-in-top-content h1:first-line {
	font-size: 36px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.first-in-top-content h2 {
	margin: 10px 0 0 0;
	text-transform: none;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
.first-in-top .caroufredsel_wrapper {
	margin-bottom: -5px !important;
}
.first-in-top-content-photo {
	padding-left: 250px;
}
.first-in-top-info,
.first-in-top-advice {
	padding: 0 38px;
}
.first-in-top-info {
	margin-bottom: 22px;

	text-align: center;
}
.first-in-top-advice {
	position: relative;

	margin-bottom: 40px;

	font-size: 18px;
	font-style: italic;
}
.first-in-top-advice:after {
	position: absolute;
	right: 0;
	bottom: 0.25em;

	line-height: 0;
	font-size: 55px;
	font-style: normal;

	content: "»";
}
.first-in-top-advice:before {
	position: absolute;
	top: 0.15em;
	left: 0.1em;

	line-height: 0;
	font-size: 55px;
	font-style: normal;

	content: "«";
}
/* ***end first in top*** */

/*----------------------
	@ADVICE @NUTRITION
------------------------*/
.wrap-advice-nutrition {
	padding-bottom: 48px;

	color: #fff;
	background: #000;
}
.advice-nutrition {
	position: relative;

	margin: 0 auto;
	padding-top: 36px;
	width: 960px;
}
.advice-nutrition h2 {
	margin-top: 0;

	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.advice-nutrition-info {
	display: inline-block;

	padding-left: 40px;
	width: 600px;

	vertical-align: top;
	line-height: 1.5;
	font-size: 16px;
}
.advice-nutrition-info:after {
	position: absolute;
	top: 114px;
	bottom: 0;
	left: 314px;

	width: 1px;

	background: #616162;

	content: "";
}
.advice-nutrition-info p {
	margin-bottom: 20px;
}
.advice-nutrition-calc {
	display: inline-block;

	width: 314px;

	vertical-align: top;
}
.advice-nutrition-calc h3 {
	position: relative;
	top: -0.15em;

	margin-top: 0;
	margin-bottom: 10px;
	
	color: #5a9f38;

	text-transform: uppercase;
	line-height: 1.4;
	font-size: 20px;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.advice-nutrition-calc h4 {
	font-weight: normal;
}
.calc-footer .calc-box label,
.calc-footer .calc-box .label-form {
	width: 70px;
}
.advice-nutrition-calc .calc-footer .calc-checkbox-box label,
.calc-footer .exercise-stress label,
.calc-footer .additional-label {
	color: #fff;
}
.advice-nutrition-calc .calc-footer .exercise-stress .body-mass-index {
	text-align: left;
}
.calc-footer .jqselect,
.calc-footer select {
	margin-bottom: 10px;
}
.calc-footer .btn-calc {
	margin-top: 22px;
}
/* ***end advice nutrition*** */

/*----------------------
	@jQuery @ui @MODIFY
------------------------*/
	/* @Tooltip */
.tooltip-ingredients {
	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
	color: #818287 !important;
	background: #e8e9ea !important;

	font-size: 11px !important;
}
.tooltip-ingredients:after {
	position: absolute;
	bottom: -8px;
	left: 10px;

	border-top: 8px solid #e8e9ea;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;

	content: "";
}
	/* end tooltip */

	/* @Tooltip #2 */
.custom-tooltip-styling {
	padding: 20px !important;

	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	background: #2c6311 !important;

	font-size: 12px !important;	
}
.tooltip-arrow-custom {
	position: absolute;
	left: 45%;
	bottom: -14px;

	overflow: hidden;
	
	margin-left: -35px;
	width: 70px;
	height: 16px;
}
.tooltip-arrow-custom:after {
	background: #2c6311;
}
.tooltip-arrow-custom.top {
	top: -14px;
	bottom: auto;
}
.tooltip-arrow-custom:after {
	position: absolute;
	left: 20px;
	top: -20px;

	width: 25px;
	height: 25px;

		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	tranform: rotate(45deg);

	content: "";
}
.tooltip-arrow-custom.top:after {
	top: auto;
	bottom: -20px;
}
	/* end tooltip #2 */
/* end jQuery UI MODIFY */

/*--------------
	CALC PAGE
----------------*/
.tltip {
	border-bottom: 1px dashed #5a9f38;
	color: #5a9f38;
	font-weight: bold;
	cursor: pointer;
}
.tltip:hover {
	border-bottom: none;
	color: #1d5800;
}
.calc-container {
	position: relative;
	margin-top: 60px;
}
.calc-container:after {
	position: absolute;
	top: 4px;
	bottom: 50px;
	left: 345px;

	width: 1px;

	background: #c1c1c4;

	content: "";
}
.calc-container h3 {
	margin: 0 0 28px;
	text-transform: uppercase;
	font-family: "PT Sans Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 22px;
}
.calc-container h4 {
	margin-bottom: 8px;
	color: #252525;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.calc-container .exercise-stress h4 {
	margin-bottom: 18px;
}
.calc-col {
	display: inline-block;
	width: 346px;
	vertical-align: top;
}
.calc-col:first-child {
	width: 346px;
}
.calc-box {
	margin-bottom: 30px;
}
.wrapper-field {
	margin-bottom: 9px;
}
.calc-box label,
.calc-box .label-form {
	display: inline-block;

	margin: 0 10px 0 0;
	width: 105px;

	color: #707070;
	
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.calc-form input[type="text"],
.calc-form input[type="email"],
.calc-form input[type="password"] {
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
}
.calc-box input[type="text"] {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
}
.calc-form input[type="radio"],
.calc-form input[type="checkbox"] {
	display: none;
}
.calc-form input[type="radio"] + label:before,
.calc-form input[type="checkbox"] + label:before {
	position: relative;
	top: -1px;

	display: inline-block;
	
	margin-right: 5px;
	width: 22px;
	height: 22px;
	
	background: url(../i/calc-btn-checkbox.png) no-repeat -24px 0;
	
	vertical-align: middle;
	
	content: "";
}
.calc-form input[type="radio"]:checked + label:before,
.calc-form input[type="checkbox"]:checked + label:before {
	background-position: 0 0;
}
.calc-checkbox-box {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.calc-form .calc-checkbox-box label {
	width: auto;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.additional-label {
	margin-left: 5px;
	color: #707070;
}
.exercise-stress label {
	color: #252525;
	font-size: 12px;
}
.exercise-stress .exercise-stres-accent {
	display: block;

	margin-bottom: 2px;

	font-weight: bold;
	font-size: 14px;
} 
.exercise-stress .wrapper-field {
	margin-bottom: 6px;
}
.exercise-stress .wrapper-field label > span {
	display: inline-block;

	margin-top: 1px;
	width: 200px;

	vertical-align: top;
	font-weight: normal;
}
.exercise-stress .wrapper-field label > .tltip {
	position: relative;
	top: 0;
	display: inline;
	width: auto;
	font-weight: bold;
	vertical-align: baseline;
}
.calc-form .exercise-stress .body-mass-index {
	margin-top: 11px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
.calc-form .exercise-stress .body-mass-index label {
	font-weight: normal;
}
.calc-container .wrap-btn {
	text-align: center;
}
.btn-calc {
	margin-top: 10px;
	padding: 0 35px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 18px;
}
.calc-intro {
	text-align: center;
}
.calc-result-calories {
	!display: none;
	padding: 0 0 0 24px;
}
.calc-result-requirements {
	margin-bottom: 26px;
}
.calc-result-requirements-item {
	margin-bottom: 6px;
	color: #252525;
	font-size: 14px;
	font-weight: bold;
}
.calc-result-requirements-item .calc-result-requirements-label {
	color: #707070;
	font-size: 12px;
}
.calc-result-mass {
	margin-bottom: 22px;

	color: #5a9f38;
	text-align: center;
	font-size: 18px;
}
.calc-result-mass-help {
	font-size: 14px;
}
.calc-result-info {
	margin-bottom: 32px;	
}
.calc-result-info h4 {
	margin-top: 32px;
}
.calc-result-info h4:first-child {
	margin-top: 10px;
}
.calc-recom {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	counter-reset: list-number;
}
.calc-recom li {
	overflow: hidden;

	margin-bottom: 2px;
}
.calc-recom li:before {
	float: left;
	margin-right: 4px;
	color: #5a9f38;
	font-weight: bold;
	counter-increment: list-number;
	content: counter(list-number) ". "; 
}
.calc-recom-item {
	display: block;
	overflow: hidden;
}

/* ***END @CALC PAGE*** */

/*-----------------
	OTHER STYLE
-------------------*/
.form-error {
	display: none !important;
}
/* ***END OTHER STYLE*** */


/*-----------------------
	@SELECT FORM @STYLER
-------------------------*/
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	padding: 0 45px 0 10px;
	height: 25px;

	border-radius: 1px;
	border: 1px solid #b0b0b0;
	color: #464646;
	background: #fff;

	line-height: 25px;
	font-size: 14px;
}
.jq-selectbox__select:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 100%;
	border-left: 1px solid #7a7a7a;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -4px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 8px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #B0B0B0;
	border-radius: 1px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #59C424;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
/* 	***END SELECT FORM STYLER** */

/* ------------------------------------------------------------
   @PRINT STYLES.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ------------------------------------------------------------ */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
/* ***End Print styles*** */