/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .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: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	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, and Chrome.
 */

button,

optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

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/9/10/11, 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"],
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.
 */



/**
 * 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 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/10/11.
 */

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;
}

td,
th {
	padding: 0;
}

.nav-area #nav,
.header-visual-block .partners-block ul,
.breadcrumbs ul,
.items-block .price-list,
.items-block .price-info,
.tab-content-block .tabset,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.nav-area:after,
.header-visual-block #header:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #777;
	background: #0d446b;
	font: 16px/1.62 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #777;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #777;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #777;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* header */

#header {
	padding: 10px 0 40px;
	position: relative;
	font-family: "Fredoka One", cursive;
	font-size: 13px;
	line-height: 16px;
}

#header > .bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.logo {
	width: 114px;
	float: left;
}

.login-area {
	float: right;
	padding: 37px 0 0;
}

.login-area .btn-login {
	color: #05406c;
	text-decoration: none;
	text-transform: uppercase;
}

.login-area .btn-login:hover,
.login-area .btn-login.active {
	color: #ee8115;
}

.login-area .btn-login i {
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 2px;
}

.login-area .btn-login span {
	display: block;
}

.nav-area {
	text-align: center;
	float: right;
	margin: 35px 0 0 15px;
}

.nav-area .nav-opener {
	display: none;
}

.nav-area #nav {
	text-align: center;
}

.nav-area #nav li {
	padding: 0 0 20px;
}

.nav-area #nav li.active a {
	color: #ee8115;
}

.nav-area #nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.nav-area #nav a:hover {
	color: #ee8115;
}

.nav-area #nav i {
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px;
	min-height: 30px;
}

.nav-area #nav i.icon-feeder {
	font-size: 23px;
	line-height: 30px;
}

.nav-area #nav span {
	display: block;
}

.nav-active .nav-area .nav-opener span {
	opacity: 0;
}

.nav-active .nav-area .nav-opener:before,
.nav-active .nav-area .nav-opener:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 15px;
}

.nav-active .nav-area .nav-opener:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.nav-active .nav-area .list-holder {
	max-height: 4000px;
}

.nav-active .nav-area .list-holder .list-frame {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.resize-active .nav-area .list-holder,
.resize-active .nav-area .list-frame {
	-webkit-transition: none;
	transition: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.header-visual-block {
	padding: 0 0 50px;
	position: relative;
}

.header-visual-block > .bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.header-visual-block .visual {
	max-width: 757px;
	margin: 0 auto;
}

.header-visual-block #header {
	background: none;
}

.header-visual-block .v-logo {
	width: 273px;
	margin: 0 auto 16px;
}

.header-visual-block .v-logo img {
	display: block;
	width: 100%;
}

.header-visual-block .visual {
	text-align: center;
}

.header-visual-block .visual .title {
	display: block;
	font-family: "Fredoka One", cursive;
	margin: 0 0 20px;
	color: #04b486;
}

.header-visual-block .search-form {
	margin: 0 0 21px;
	padding: 0 0 19px;
	border-bottom: 1px solid #b7dcc8;
}

.header-visual-block .search-form .row {
	border: 4px solid #b0e5c9;
	border-radius: 10px;
	overflow: hidden;
}

.header-visual-block .search-form .input-holder {
	border-bottom: 1px solid #c4edd7;
}

.header-visual-block .search-form .jcf-select .jcf-select-text {
	margin-left: 15px;
}

.header-visual-block .search-form button {
	width: 100%;
	border: none;
	background: #05406c;
	color: #dcf0e5;
	font-family: "Fredoka One", cursive;
	text-transform: uppercase;
	padding: 8px;
	-webkit-transition: .3s linear background;
	transition: .3s linear background;
}
.subscribe-me  {
font-size:14px;
	border: none;
	background: #05406c;
	color: #dcf0e5;
	font-family: "Fredoka One", cursive;
	text-transform: uppercase;
	padding: 4px;
	-webkit-transition: .3s linear background;
	transition: .3s linear background;
}
.header-visual-block .search-form button:hover {
	background: #043254;
}

.header-visual-block .partners-block .title {
	font-size: 19px;
	line-height: 22px;

}

.header-visual-block .partners-block ul li {
	padding: 0 0 20px;
}

.header-visual-block .partners-block ul a {
	display: block;
	width: 163px;
	border: 1px solid #a0dbbc;
	margin: 0 auto;
	padding: 13px 5px;
	background: #d9f9e8;
}

.header-visual-block .partners-block ul a:hover {
	border-color: #33bd96;
}

.header-visual-block .partners-block ul a:hover img.colored {
	display: block;
}

.header-visual-block .partners-block ul a:hover img.overlay {
	display: none;
}

.header-visual-block .partners-block ul img {
	display: block;
	margin: 0 auto;
}

.header-visual-block .partners-block ul img.colored {
	display: none;
}

/* Main */

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

h1 {
	font-family: "Fredoka One", cursive;
}

.breadcrumbs {
	padding: 10px 0 30px;
	font-family: "Fredoka One", cursive;
}

.breadcrumbs .title {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	color: #dcf0e5;
}

.breadcrumbs ul {
	display: inline-block;
	vertical-align: top;
	color: #ffa31c;
}

.breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 0;
}

.breadcrumbs ul li + li {
	position: relative;
}

.breadcrumbs ul li + li:before {
	position: absolute;
	content: "\f006";
	font-family: "fontello";
	top: 4px;
	left: -13px;
	color: #dcf0e5;
	font-size: 12px;
}

.breadcrumbs ul a {
	text-decoration: none;
	color: #dcf0e5;
}

.breadcrumbs ul a:hover {
	color: #ffa31c;
}

.program-block {
	background: #d9f9e8;
	padding: 11px 0 31px;
	position: relative;
	z-index: 1;
	color: #5f8b74;
}

.program-block:before {
	position: absolute;
	content: "";
	background: #d9f9e8;
	height: 70px;
	border-radius: 100%;
	left: -300px;
	right: -300px;
	top: -29px;
	height: 164px;
	z-index: -1;
}

.program-block .container {
	max-width: 910px;
}

.program-block .logo-holder {
	width: 180px;
	margin: 0 auto 20px;
}

.program-block .logo-holder img {
	display: block;
	width: 100%;
}

.program-block .heading {
	color: #04b486;
	font-family: "Fredoka One", cursive;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	display: block;
	margin: 0 0 7px;
}

.form-detail-block {
	padding: 50px 0;
}

.form-detail-block .form-block {
	color: #dcf0e5;
	overflow: hidden;
	border-bottom: 13px dotted #dcf0e5;
	margin: 0 0 34px;
	padding: 0 0 10px;
}

.form-detail-block .form-block h1 {
	margin: 0;
	font-size: 22px;
	line-height: 26px;
}

.form-detail-block .form-block .form {
	font-size: 14px;
	line-height: 20px;
}

.form-detail-block .form-block .form .row {
	border: 4px solid rgba(72, 132, 175, .47);
	border-radius: 6px;
	overflow: hidden;
}

.form-detail-block .form-block .form .input-holder {
	overflow: hidden;
}

.form-detail-block .form-block .form input[type="text"],
.form-detail-block .form-block .form input[type="password"],
.form-detail-block .form-block .form input[type="email"] {
	width: 100%;
	border: none;
	font-weight: bold;
	padding: 10px;
	color: #777;
	font-weight: bold;
}

.form-detail-block .form-block .form button {
	float: right;
	border: none;
	color: #fff;
	background: #3fb186;
	text-transform: uppercase;
	font-family: "Fredoka One", cursive;
	padding: 9px 10px 8px;
	-webkit-transition: .3s linear background;
	transition: .3s linear background;
}

.form-detail-block .form-block .form button:hover {
	background: #389e78;
}

.three-cols .col {
	margin: 0 0 30px;
	text-align: center;
}

.three-cols .jcf-radio {
	display: none;
}

.three-cols label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #ee8115;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	overflow: hidden;
}

.three-cols label.jcf-label-active {
	color: #3fb186;
	box-shadow: 0 0 15px 10px rgba(6, 41, 66, .65);
}

.three-cols label.jcf-label-active .title:after {
	background: #3fb186;
}

.three-cols label.jcf-label-active .m-details {
	opacity: 1;
	visibility: visible;
}

.three-cols label.jcf-label-active .caption-frame:before,
.three-cols label.jcf-label-active .caption:before {
	width: 500px;
	background: #3fb186;
}

.three-cols label.jcf-label-active .caption-frame:after,
.three-cols label.jcf-label-active .caption:after {
	height: 500px;
	background: #3fb186;
}

.three-cols .title {
	display: block;
	font-family: "Fredoka One", cursive;
	font-weight: normal;
	font-size: 32px;
	line-height: 36px;
	position: relative;
	padding: 0 0 13px;
	margin: 0 0 11px;
}

.three-cols .title:after {
	position: absolute;
	content: "";
	width: 76px;
	height: 5px;
	background: #ee8115;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	margin: 0 auto;
}

.three-cols .img-holder {
	display: block;
}

.three-cols .img-holder img {
	display: block;
}

.three-cols .text {
	display: block;
}

.three-cols .m-details {
	text-decoration: none;
	color: #fff;
	background: #3fb186;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.three-cols .m-details:hover {
	background: #389e78;
}

.three-cols .caption-holder {
	padding: 23px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: block;
}

.three-cols .caption-frame {
	position: relative;
	padding: 36px 30px;
	height: 100%;
	overflow: hidden;
	display: block;
}

.three-cols .caption-frame:before,
.three-cols .caption-frame:after {
	position: absolute;
	content: "";
	background: #ee8115;
	top: 0;
	left: 0;
}

.three-cols .caption-frame:before {
	width: 41px;
	height: 3px;
	-webkit-transition: .3s linear width;
	transition: .3s linear width;
}

.three-cols .caption-frame:after {
	height: 38px;
	width: 3px;
	-webkit-transition: .3s linear height;
	transition: .3s linear height;
}

.three-cols .caption {
	font-size: 15px;
	line-height: 22px;
	display: block;
}

.three-cols .caption:before,
.three-cols .caption:after {
	position: absolute;
	content: "";
	background: #ee8115;
	bottom: 0;
	right: 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.three-cols .caption:before {
	width: 41px;
	height: 3px;
	-webkit-transition: .3s linear width;
	transition: .3s linear width;
}

.three-cols .caption:after {
	height: 38px;
	width: 3px;
	-webkit-transition: .3s linear height;
	transition: .3s linear height;
}

.aside-content-block {
	padding: 6px 0 77px;
	position: relative;
	z-index: 9;
}

#sidebar {
	background: #fff;
	margin: 0 0 30px;
}

#sidebar .row {
	margin: 0 0 10px;
}

#sidebar .widget {
	padding: 18px 22px 13px;
	border-bottom: 2px solid #e7e7e7;
}

#sidebar .widget:last-child {
	border: none;
}

#sidebar .widget.sidebar-opener {
	padding: 0;
}

#sidebar .widget.sidebar-opener .opener {
	padding: 18px 22px 13px;
	display: block;
	text-decoration: none;
}

#sidebar .head {
	padding: 13px 22px;
}

#sidebar .head span {
	display: block;
	font-family: "Fredoka One", cursive;
	color: #28628b;
	text-transform: capitalize;
	position: relative;
	padding: 0 0 0 30px;
}

#sidebar .head span:before {
	position: absolute;
	content: "\e9eb";
	font-family: "fontello";
	top: 0;
	left: 0;
	font-weight: bold;
}

#sidebar .jcf-select {
	border: 1px solid #999;
	border-radius: 4px;
	margin: 0 0 10px;
	height: 39px;
}

#sidebar .jcf-select .jcf-select-text {
	margin: 7px 35px 0 8px;
	font-size: 16px;
	line-height: 22px;
	color: #888;
}



#sidebar .jcf-radio {
	margin: 5px 11px 0 0;
	float: left;
}



#sidebar .input-holder {
	margin: 0 0 8px;
}

#sidebar .input-holder input[type="text"],
#sidebar .input-holder input[type="password"],
#sidebar .input-holder input[type="search"] {
	border: 1px solid #999;
	border-radius: 4px;
	font-weight: bold;
	width: 100%;
	padding: 9px 12px;
	color: #888;
}

#sidebar .input-holder input[type="text"]::-webkit-input-placeholder,
#sidebar .input-holder input[type="password"]::-webkit-input-placeholder,
#sidebar .input-holder input[type="search"]::-webkit-input-placeholder {
	color: #888;
}

#sidebar .input-holder input[type="text"]::-moz-placeholder,
#sidebar .input-holder input[type="password"]::-moz-placeholder,
#sidebar .input-holder input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #888;
}

#sidebar .input-holder input[type="text"]:-moz-placeholder,
#sidebar .input-holder input[type="password"]:-moz-placeholder,
#sidebar .input-holder input[type="search"]:-moz-placeholder {
	color: #888;
}

#sidebar .input-holder input[type="text"]:-ms-input-placeholder,
#sidebar .input-holder input[type="password"]:-ms-input-placeholder,
#sidebar .input-holder input[type="search"]:-ms-input-placeholder {
	color: #888;
}

#sidebar .input-holder input[type="text"].placeholder,
#sidebar .input-holder input[type="password"].placeholder,
#sidebar .input-holder input[type="search"].placeholder {
	color: #888;
}

#sidebar label {
	overflow: hidden;
}

#sidebar .title {
	display: block;
	font-family: "Fredoka One", cursive;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 18px;
}

#sidebar .subtitle {
	display: block;
	font-weight: bold;
}

.content-block .img-block {
	margin: 0 0 25px;
}

.content-block .img-block img {
	display: block;
}

.title-select-block {
	margin: 0 0 28px;
}

.title-select-block .title {
	display: block;
	font-family: "Fredoka One", cursive;
	color: #dcf0e5;
	margin: 0 0 10px;
}

.title-select-block .s-title {
	display: block;
	font-family: "Fredoka One", cursive;
	color: #dcf0e5;
	margin: 0 0 10px;
}

.title-select-block .jcf-select {
	border: 1px solid #999;
	border-radius: 4px;
	height: 37px;
	width: 220px;
}

.title-select-block .jcf-select .jcf-select-text {
	margin: 7px 35px 0 8px;
	font-size: 16px;
	line-height: 22px;
}

.items-block .item-holder {
	background: #fff;
	padding: 20px 20px 13px;
	margin: 0 0 25px;
}

.items-block h2 {
	font-family: "Fredoka One", cursive;
	color: #3c9d6b;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 9px;
}

.items-block .subtitle {
	display: block;
	color: #888;
	font-family: "Fredoka One", cursive;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
}

.items-block .add-title {
	display: block;
	font-family: "Fredoka One", cursive;
	margin: 0 0 10px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 15px;
	color: #555;
}

.items-block .add-title:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	height: 9px;
	width: 9px;
	background: #555;
	border-radius: 100%;
}

.items-block .btn-buy {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #3c9d6b;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	border-radius: 5px;
	font-size:24px;
	font-family: "Fredoka One", cursive;
}

.items-block .guideline {
	display: block;
	color: #999;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 7px;
}

.items-block .price-list {
	font-size: 13px;
	line-height: 16px;
	position: relative;
}

.items-block .price-list > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 8px 0;
}

.items-block .price-list > li.hover .item-detail {
	opacity: 1;
	visibility: visible;
}

.items-block .price-list > li.hover > a {
	margin-bottom: -1px;
	padding: 7px 10px 8px;
	border-radius: 4px 4px 0 0;
	border-color: #3c9d6b;
	color: #3c9d6b;
	background: #fff;
	position: relative;
	z-index: 10;
	border-bottom: 0;
}

.items-block .price-list > li.hover > a.bookmark {
	padding: 7px 10px 8px 25px;
}

.items-block .price-list > li.hover.bookmarked .item-detail {
	border-color: #ef8925;
}

.items-block .price-list > li.hover.bookmarked .item-detail .price-info .value {
	color: #ef8925;
}

.items-block .price-list > li.hover.bookmarked .item-detail .price-info .btn-buy {
	background: #ef8925;
}

.items-block .price-list > li > a {
	text-decoration: none;
	color: #888;
	border: 1px solid #888;
	border-radius: 4px;
	display: block;
	padding: 7px 10px;
	font-weight: bold;
	background: #fff;
}

.items-block .price-list > li > a:hover {
	margin-bottom: -1px;
	padding: 7px 10px 8px;
	border-radius: 4px 4px 0 0;
	border-color: #3c9d6b;
	color: #3c9d6b;
	position: relative;
	z-index: 10;
}

.items-block .price-list > li > a:hover ~ .item-detail {
	opacity: 1;
	visibility: visible;
}

.items-block .price-list > li > a.bookmark {
	color: #ef8925;
	border-color: #ef8925;
	position: relative;
	padding: 7px 10px 7px 25px;
}

.items-block .price-list > li > a.bookmark:hover {
	padding: 7px 10px 8px 25px;
}

.items-block .price-list > li > a.bookmark:before {
	position: absolute;
	content: "\e9ec";
	top: -2px;
	left: 2px;
	font-family: "fontello";
	font-size: 21px;
	line-height: 25px;
}

.items-block .price-list > li > a.bookmark:hover ~ .item-detail {
	border-color: #ef8925;
}

.items-block .price-list > li > a.bookmark:hover ~ .item-detail .price-info .value {
	color: #ef8925;
}

.items-block .price-list > li > a.bookmark:hover ~ .item-detail .price-info .btn-buy {
	background: #ef8925;
}

.items-block .item-detail {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 0;
	background: #fff;
	border: 1px solid #3c9d6b;
	z-index: 1;
	padding: 17px 18px 5px;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 15px 0 rgba(6, 41, 66, .45);
}

.items-block .item-detail .guideline {
	text-align: right;
	margin: 0 0 13px;
}

.items-block .price-info {
	letter-spacing: -.32em;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
}

.items-block .price-info li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	letter-spacing: 0;
	padding: 0 10px 10px 0;
}

.items-block .price-info .title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 16px;
}

.items-block .price-info .value {
	color: #2e8c5b;
	font-weight: bold;
	display: block;
}

.items-block .price-info .add-info {
	display: block;
	font-weight: bold;
	color: #999;
	font-style: italic;
}

.items-block .bottom-block {
	border-top: 1px solid #ddd;
	background: #f7f7f7;
	padding: 20px;
	margin: 0 -20px -20px;
}

.items-block .bottom-block .price-info {
	border: none;
}

.items-block .bottom-block .price-info li {
	width: inherit;
	padding: 0 20px 10px 0;
}

.items-block .img-btn-block {
	max-width: 178px;
	margin: 0 auto 20px;
}

.items-block .img-btn-block .img-holder {
	margin: 0 0 12px;
}

.items-block .img-btn-block .img-holder img {
	display: block;
}

.items-block .img-btn-block .btn-price-alert {
	text-decoration: none;
	color: #32658a;
	border: 1px solid #32658a;
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-family: "Fredoka One", cursive;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.items-block .img-btn-block .btn-price-alert:hover {
	background: #32658a;
	color: #fff;
}

.items-block .img-btn-block .btn-price-alert span {
	position: relative;
	padding: 0 0 0 20px;
}

.items-block .img-btn-block .btn-price-alert span:before {
	position: absolute;
	content: "\e804";
	font-family: "fontello";
	top: 0;
	left: 0;
}

.popup-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(12, 25, 35, .55);
	z-index: 99;
	display: none;
}

.popup-block .popup-holder {
	white-space: nowrap;
	text-align: center;
	letter-spacing: -.32em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}

.popup-block .popup-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.popup-block .popup-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	letter-spacing: 0;
}

.popup-block .login-form {
	max-width: 420px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 25px;
	font-size: 13px;
	line-height: 16px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
}

.popup-block .title {
	display: block;
	font-family: "Fredoka One", cursive;
	font-weight: normal;
	color: #05406c;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 32px;
}

.popup-block .title span {
	color: #009e63;
}

.popup-block label {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 6px;
}

.popup-block input[type="text"],
.popup-block input[type="email"],
.popup-block input[type="password"] {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 11px 10px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 22px;
}

.popup-block button {
	border: none;
	width: 100%;
	color: #fff;
	background: #3fb186;
	font-family: "Fredoka One", cursive;
	padding: 14px;
	margin: 0 0 26px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-transition: .3s linear background;
	transition: .3s linear background;
}

.popup-block button:hover {
	background: #389e78;
}

.popup-block .input-holder {
	margin: 0 0 26px;
}

.popup-block .checkbox-holder {
	overflow: hidden;
	margin: 0 0 24px;
}

.popup-block .checkbox-holder .row {
	float: left;
}

.popup-block .checkbox-holder label {
	margin: 0;
}

.popup-block .checkbox-holder .f-pass {
	float: right;
	text-decoration: none;
	color: #c48b4f;
	font-weight: bold;
	text-transform: uppercase;
}

.popup-block .checkbox-holder .f-pass:hover {
	color: #05406c;
}

.popup-block .jcf-checkbox {
	margin: 0 8px 0 0;
}

.popup-block .bottom-block {
	background: #f5f5f5;
	text-align: center;
	padding: 17px 20px;
	margin: 0 -25px -20px;
	border-top: 1px solid #e7e7e7;
	font-family: "Fredoka One", cursive;
	color: #05406c;
	text-transform: uppercase;
}

.popup-block .bottom-block a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #009e63;
	margin: 0 0 0 5px;
}

.popup-block .bottom-block a:hover {
	color: #05406c;
}

.account-block {
	padding: 10px 0 86px;
}

.profile-img-block {
	text-align: center;
	margin: 0 0 18px;
}

.profile-img-block .profile-img {
	width: 140px;
	margin: 0 auto 4px;
	position: relative;
}

.profile-img-block .profile-img a {
	display: block;
	border-radius: 100%;
	border: 4px solid #d9f9e8;
}

.profile-img-block .profile-img a:hover {
	border-color: #33bd96;
}

.profile-img-block .profile-img img {
	display: block;
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
}

.profile-img-block .profile-img .change-img {
	position: absolute;
	bottom: 1px;
	right: 12px;
	height: 34px;
	width: 34px;
	background: #d9f9e8;
	border-radius: 100%;
	color: #0d446b;
	text-decoration: none;
	font-size: 19px;
	line-height: 22px;
	padding: 5px 0 0;
	text-align: center;
	z-index: 9;
	border: none;
}

.profile-img-block .profile-img .change-img:hover {
	background: #33bd96;
}

.profile-img-block .name {
	display: block;
	font-family: "Fredoka One", cursive;
	font-size: 22px;
	line-height: 26px;
	text-transform: capitalize;
	margin: 0 0 5px;
}

.profile-img-block .name a {
	color: #dcf0e5;
	text-decoration: none;
}

.profile-img-block .location {
	display: inline-block;
	vertical-align: top;
	color: #c4edd7;
	position: relative;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.profile-img-block .location:before {
	position: absolute;
	content: "\e802";
	font-family: "fontello";
	top: 0;
	left: 0;
}

.tab-content-block .tabset {
	background: #fff;
	font-family: "Fredoka One", cursive;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 37px;
}

.tab-content-block .tabset li {
	display: block;
	text-align: center;
}

.tab-content-block .tabset a {
	text-decoration: none;
	display: block;
	color: #777;
	padding: 12px 15px;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	position: relative;
}

.tab-content-block .tabset a:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -13px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #009e63;
	height: 0;
	width: 0;
	display: none;
	margin: 0 0 0 -9px;
}

.tab-content-block .tabset a.active,
.tab-content-block .tabset a:hover {
	border-bottom: 4px solid #009e63;
	color: #009e63;
}

.tab-content-block .tabset a.active:after,
.tab-content-block .tabset a:hover:after {
	display: block;
}

.info-form {
	background: #fff;
	padding: 25px 15px;
	font-size: 13px;
	line-height: 17px;
}

.info-form h1 {
	font-weight: normal;
	color: #32658a;
	font-size: 22px;
	line-height: 26px;
	border-bottom: 2px solid #ddd;
	padding: 0 0 20px;
	margin: 0 0 28px;
}

.info-form input[type="text"],
.info-form input[type="password"],
.info-form input[type="email"],
.info-form input[type="tel"],
.info-form textarea {
	background: none;
	width: 100%;
	border: none;
	padding: 11px 50px 11px 14px;
}

.info-form textarea {
	resize: none;
	height: 123px;
	text-overflow: ellipsis;
	padding: 11px 14px 11px 14px;
}

.info-form .input-holder {
	margin: 0 0 15px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 20px;
	border-radius: 2px;
	font-weight: bold;
}

.info-form .input-holder.calendar {
	position: relative;
}

.info-form .input-holder.calendar:after {
	position: absolute;
	content: "\e800";
	font-family: "fontello";
	top: 8px;
	right: 20px;
	font-weight: normal;
}

.info-form .radio-holder label {
	text-transform: none;
	margin: 0;
	padding: 10px 50px 10px 14px;
	display: block;
}

.info-form .radio-holder .r-label {
	display: inline-block;
	vertical-align: middle;
}

.info-form .jcf-radio {
	margin: 0 14px 0 0;
}

.info-form .jcf-select {
	border: 1px solid #ddd;
	background: #f7f7f7;
	border-radius: 2px;
	height: 44px;
	margin: 0 0 10px;
}

.info-form .jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 20px;
	color: #777;
	margin: 8px 40px 0 15px;
}

.info-form label {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 11px;
	position: relative;
}

.info-form label sup {
	color: #db4545;
	font-size: 16px;
	position: absolute;
	top: 6px;
	right: -11px;
}

.info-form button {
	background: #3fb186;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-family: "Fredoka One", cursive;
	font-size: 17px;
	line-height: 22px;
	padding: 10px;
	text-transform: uppercase;
	width: 200px;
	-webkit-transition: .3s linear background;
	transition: .3s linear background;
}

.info-form button:hover {
	background: #389e78;
}

.info-form .btn-holder {
	margin: 30px -15px -25px;
	background: #f5f5f5;
	padding: 20px;
	text-align: right;
}

/* custom checkbox styles */

/* custom radio styles */


/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: none;
	background: #fff;
	min-width: 150px;
	height: 35px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 4px 35px 0 8px;
	color: #999;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #777;
	height: 0;
	width: 0;
	top: 50%;
	right: 10px;
	margin: -2px 0 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
	width: 100% !important;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: none;
	width: 4px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: none;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #d5d4d4;
	height: 1px;
	width: 4px;
	border-radius: 10px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* Footer */

#footer {
	padding: 28px 0;
	background: #293027;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#footer:before {
	position: absolute;
	content: "";
	background-image: url(../images/pattern-1.png);
	background-repeat: repeat-x;
	top: -6px;
	z-index: 9;
	height: 20px;
	right: 0;
	left: 0;
}

.footer-nav {
	margin: 0 0 20px;
}

.footer-nav li {
	padding: 0 0 8px;
}

.footer-nav a {
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-nav a:hover {
	color: #fff;
}

.copyright-text {
	display: block;
	font-weight: bold;
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?20580762");
	src: url("../fonts/fontello.eot?20580762#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?20580762") format("woff2"), url("../fonts/fontello.woff?20580762") format("woff"), url("../fonts/fontello.ttf?20580762") format("truetype"), url("../fonts/fontello.svg?20580762#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20580762#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none; /* fix buttons height, for twitter bootstrap */
	line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
	margin-left: 0; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
	content: "\e800";
}

/* '' */

.icon-camera:before {
	content: "\e801";
}

/* '' */

.icon-location:before {
	content: "\e802";
}

/* '' */

.icon-bell:before {
	content: "\e804";
}

/* '' */

.icon-filter:before {
	content: "\e9eb";
}

/* '' */

.icon-shapes:before {
	content: "\e9ec";
}

/* '' */

.icon-diaper:before {
	content: "\e9ee";
}

/* '' */

.icon-feeder:before {
	content: "\e9f0";
}

/* '' */

.icon-remover-wipes:before {
	content: "\e9f1";
}

/* '' */

.icon-right-open:before {
	content: "\f006";
}

/* '' */

.icon-user-o:before {
	content: "\f2c0";
}

.icon-blog-o:before {
	content: "\f2b2";
}

/* '' */

@media (min-width: 480px) {
	.items-block .price-info li {
		width: 33.33%;
	}
}

@media (min-width: 768px) {
	.logo {
		float: none;
		margin: 0 auto;
	}

	.login-area {
		padding: 0;
		text-align: center;
	}

	.login-area .btn-login {
		display: inline-block;
		vertical-align: top;
		margin: 3px 0 0;
	}

	.nav-area {
		float: left;
		margin: 0;
	}

	.nav-area #nav {
		display: inline-block;
		vertical-align: middle;
	}

	.nav-area #nav li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 28px 0 0;
	}

	.nav-area #nav a {
		color: #05406c;
	}

	.desktop-hidden {
		display: none;
	}

	.header-visual-block .logo {
		display: none;
	}

	.header-visual-block .search-form .row {
		overflow: hidden;
	}

	.header-visual-block .search-form .input-holder {
		float: left;
		width: 40%;
		border-bottom: none;
		border-right: 1px solid #c4edd7;
	}

	.header-visual-block .search-form button {
		float: left;
		width: 20%;
		padding: 13px 10px 14px;
	}

	.header-visual-block .partners-block {
		text-align: left;
	}

	.header-visual-block .partners-block .title {
		float: left;
		margin-top: 4px;
	}

	.header-visual-block .partners-block ul {
		float: right;
	}

	.header-visual-block .partners-block ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 51px;
	}

	.breadcrumbs {
		text-align: center;
		padding: 0;
		margin: -3px 0 0;
	}

	.program-block {
		padding: 21px 0 31px;
	}

	.program-block .logo-holder {
		float: left;
		margin: 0 29px 0 0;
	}

	.program-block .text-block {
		overflow: hidden;
	}

	.form-detail-block .form-block .text-holder {
		float: left;
		width: 51%;
		padding: 3px 20px 0 0;
	}

	.form-detail-block .form-block .form {
		float: right;
		width: 49%;
	}

	.three-cols {
		letter-spacing: -.32em;
		margin: 0 -15px;
	}

	.three-cols .col {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		letter-spacing: 0;
		padding: 0 15px;
	}

	.three-cols .col:first-child {
		text-align: right;
	}

	.three-cols .col:first-child .title:after {
		left: inherit;
		margin: 0;
	}

	.three-cols .col:last-child {
		text-align: left;
	}

	.three-cols .col:last-child .title:after {
		right: inherit;
		margin: 0;
	}

	.three-cols .title {
		font-size: 22px;
		line-height: 28px;
	}

	.three-cols .caption {
		font-size: 12px;
		line-height: 16px;
	}

	.aside-content-block {
		padding: 36px 0 77px;
	}

	.title-select-block {
		overflow: hidden;
	}

	.title-select-block .title {
		float: left;
		margin: 0;
		padding: 3px 0 0;
	}

	.title-select-block .select-block {
		float: right;
	}

	.title-select-block .s-title {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}

	.items-block .item-holder {
		letter-spacing: -.32em;
	}

	.items-block .detail-block {
		display: inline-block;
		vertical-align: top;
		width: 76%;
		margin: 0;
		letter-spacing: 0;
		padding: 0 0 0 24px;
	}

	.items-block .price-info li {
		width: 16.66%;
	}

	.items-block .img-btn-block {
		display: inline-block;
		vertical-align: top;
		width: 24%;
		margin: 0;
		letter-spacing: 0;
	}

	.account-block {
		padding: 50px 0 86px;
	}

	.tab-content-block .tabset li {
		display: inline-block;
		vertical-align: top;
	}

	.info-form .row {
		margin: 0 -14px;
		letter-spacing: -.32em;
	}

	.info-form .col {
		padding: 0 14px;
		letter-spacing: 0;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.info-form .col.only-child {
		width: 100%;
	}

	.info-form .c-row {
		margin: 0 -14px;
		letter-spacing: -.32em;
	}

	.info-form .c-col {
		padding: 0 14px;
		letter-spacing: 0;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.jcf-select {
		height: 53px;
	}

	.jcf-select .jcf-select-text {
		font-size: 18px;
		line-height: 22px;
		margin-top: 14px;
	}

	#footer {
		text-align: left;
	}

	.footer-nav {
		float: left;
		margin: 0;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: top;
		padding: 0 22px 0 0;
	}

	.footer-nav li + li {
		position: relative;
	}

	.footer-nav li + li:before {
		position: absolute;
		content: "/";
		top: 0;
		left: -15px;
	}

	.copyright-text {
		float: right;
		margin: -2px 0 0;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 11px 0 49px;
	}

	.nav-area #nav li {
		padding: 0 58px 0 0;
	}

	.header-visual-block {
		padding: 0 0 145px;
	}

	.header-visual-block .visual {
		margin: 50px auto 0;
	}

	.header-visual-block .visual .title {
		font-size: 20px;
		line-height: 28px;
	}

	.header-visual-block .partners-block .title {
		font-size: 19px;
		line-height: 22px;
	}

	.form-detail-block {
		padding: 55px 0 70px;
	}

	.form-detail-block .form-block {
		padding: 0 0 23px;
		margin: 0 0 44px;
	}

	.form-detail-block .form-block h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.form-detail-block .form-block .form input[type="text"],
	.form-detail-block .form-block .form input[type="email"] {
		font-size: 16px;
		line-height: 22px;
		padding: 13px 10px 13px 16px;
		height: 48px;
	}

	.form-detail-block .form-block .form button {
		font-size: 17px;
		line-height: 22px;
		width: 143px;
		padding: 13px 10px;
	}

	.three-cols .title {
		font-size: 32px;
		line-height: 36px;
	}

	.three-cols .caption {
		font-size: 15px;
		line-height: 22px;
	}

	.aside-content-block .container {
		letter-spacing: -.32em;
	}

	#sidebar {
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		width: 23%;
	}

	#sidebar .widget.sidebar-opener .opener {
		pointer-events: none;
	}

	#sidebar .js-slide-hidden {
		display: block !important;
		position: static !important;
	}

	#sidebar .head span {
		font-size: 17px;
		line-height: 22px;
	}

	.content-block {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 77%;
		padding: 0 0 0 32px;
	}

	.title-select-block .title {
		font-size: 18px;
		line-height: 22px;
		padding: 8px 0 0;
	}

	.title-select-block .s-title {
		font-size: 18px;
		line-height: 39px;
	}

	.items-block .price-list > li.hover > a {
		padding: 8px 17px 8px;
	}

	.items-block .price-list > li > a {
		padding: 8px 17px 7px;
	}

	.items-block .price-list > li > a:hover {
		padding: 8px 17px 7px;
		border-bottom: 0;
	}

	.items-block .item-detail {
		right: -13px;
	}

	.items-block .bottom-block .price-info li {
		padding: 0 50px 10px 0;
	}

	.profile-img-block .name {
		font-size: 25px;
		line-height: 30px;
	}

	.tab-content-block .tabset a {
		padding: 17px 33px;
	}

	.info-form {
		padding: 25px 30px;
	}

	.info-form h1 {
		padding: 0 0 23px;
	}

	.info-form .input-holder {
		margin: 0 0 22px;
		font-size: 18px;
		line-height: 28px;
	}

	.info-form .radio-holder label {
		padding: 7px 50px 7px 14px;
	}

	.info-form .jcf-select {
		height: 46px;
	}

	.info-form .jcf-select .jcf-select-text {
		font-size: 18px;
		line-height: 28px;
	}

	.info-form button {
		width: 285px;
		padding: 13px 10px;
	}

	.info-form .btn-holder {
		margin: 40px -30px -25px;
		padding: 33px 38px 25px;
	}
}

@media (max-width: 1023px) {
	#sidebar .widget.sidebar-opener {
		border-color: transparent;
		-webkit-transition: .3s linear border;
		transition: .3s linear border;
	}

	#sidebar .open-close.active .widget.sidebar-opener {
		border-color: #e7e7e7;
	}
}

@media (max-width: 767px) {
	.login-area .btn-login span {
		display: none;
	}

	.nav-area .nav-opener {
		display: block;
		width: 34px;
		height: 33px;
		position: relative;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		z-index: 222;
	}

	.nav-area .nav-opener span,
	.nav-area .nav-opener:before,
	.nav-area .nav-opener:after {
		background: #0d446b;
		position: absolute;
		top: 15px;
		left: 15%;
		right: 15%;
		height: 3px;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.nav-area .nav-opener:before,
	.nav-area .nav-opener:after {
		content: "";
		top: 8px;
	}

	.nav-area .nav-opener:after {
		top: 22px;
	}

	.nav-area .list-holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 120px;
		z-index: 999;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.nav-area .list-frame {
		position: relative;
		background: #009e63;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		padding: 20px;
	}

	.mobile-hidden {
		display: none;
	}

	.header-visual-block .v-logo {
		display: none;
	}
}

/*
 * Application level styles
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2015
 */

/* docs overrides */
.highlight {
  background-color: #fff;
  border-color: #d3e0e9;
}


/* general overrides */
.list-group-item .glyphicon {
  line-height: 1.4;
}
.modal-header .close {
  margin-top: 4px;
}
strong {
  font-weight: bold;
}


/* navbar */
.app-navbar {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.app-navbar .form-control {
  box-shadow: none;
}
.app-navbar .navbar-brand img {
  width: 85px;
}
.app-navbar .navbar-collapse {
  max-height: inherit;
}
.app-navbar .navbar-collapse:after {
  height: 100vh;
}
.app-navbar .form-control {
  border-color: #1C73A5;
}
.app-navbar .app-notifications {
  margin-left: 1rem;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.app-notifications .icon:before {
  font-size: 20px;
}
@media (min-width: 768px) {
  .app-navbar .navbar-collapse:after {
    height: auto;
  }
}
@media (max-width: 768px) {
  .app-search {
    margin-top: -1px;
  }
}


/* misc */
.app-login-form {
  max-width: 280px;
  margin-top: -60px;
}
.app-new-msg {
  margin-right: 10px;
}
.app-brand {
  width: 40%;
  display: inline-block;
}
.app-brand img {
  width: 100%;
}

