@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

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

strong, b {
	font-weight: bold
}

i, em {
	font-style: italic
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle
}

button, input {
	*overflow: visible;
	line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	vertical-align: top
}

html {
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	background: #f5f6f9
}

table, body, .box {
	font: normal 16px/1.6 'Open Sans', helvetica, sans-serif;
	color: #555
}

.cb {
	display: block;
	clear: both
}

.cf:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.cf {
	display: inline-block
}

html[xmlns] .cf {
	display: block
}

* html .cf {
	height: 1%
}

p {
	padding: 0;
	text-indent: 0;
	margin: 4px 0
}

a {
	color: #0094e6;
	text-decoration: none;
	cursor: pointer;
	outline: none !important
}

a:hover {
	color: #000;
	text-decoration: none
}

a, a:before, a:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

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

.purlGeoMap img {
	width: auto;
	max-width: none;
	height: auto
}

.purl-video-player .video-js {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%
}

#main {
	background: #f5f6f9;
	text-align: center
}

#main:after {
	content: '';
	display: block;
	clear: both
}

#main > div > div {
	/*    width: 100%; */
	max-width: 1400px;
	margin: auto
}

#main > div > div > aside {
	width: 25%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

#main > div > div > aside.left {
	float: left
}

#main > div > div > aside.right {
	float: right
}

#main > div > div > section {
	width: 75%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	#main > div > div > aside {
		width: 350px
	}

	#main > div > div > section {
		width: calc(100% - calc(350px))
	}
}

@media screen and (max-width: 770px) {
	#main > div > div > aside, #main > div > div > section {
		display: block;
		float: none !important;
		width: auto;
		margin: 0 10px;
		padding: 0
	}

	#main > div > div > aside > .box > h2:first-child {
		position: relative;
		cursor: pointer
	}

	#main > div > div > aside > .box > h2:first-child:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		margin: -8px 0;
		display: block;
		opacity: .7;
		width: 25px;
		height: 16px;
		background: transparent url(images/sprite.png) no-repeat scroll -186px -559px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease
	}

	#main > div > div > aside > .box > h2:first-child:hover:after {
		opacity: 1
	}

	#main > div > div > aside > .box > h2:first-child ~ * {
		display: none
	}

	#main > div > div > aside > .box.open > h2:first-child ~ * {
		display: block
	}
}

#main > div.wide > div {
	max-width: none;
	text-align: center
}


.frm_select, select, .frm_select:after {
	position: relative;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	height: 31px;
	padding: 0;
	line-height: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	background: inherit
}

.frm_select select, .frm_select:after {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	background-color: inherit !important;
	padding: inherit !important;
	text-transform: inherit !important
}

.frm_select {
	overflow: hidden
}

.frm_select select {
	border: none;
	display: block;
	padding: 0 24px 0 14px;
	margin: 0;
	width: 100%;
	height: 47px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none
}

.gecko .frm_select select {
	padding: 0 42px 0 6px !important;
	opacity: 0
}

.webkit .frm_select select {
	padding: 0 42px 0 18px !important
}

.frm_select:before {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	z-index: 1;
	display: block;
	pointer-events: none;
	margin-top: -3px;
	width: 11px;
	height: 7px;
	background: transparent url(images/sprite.png) no-repeat scroll 0 0
}

.gecko .frm_select:after {
	content: attr(title);
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 1;
	right: 44px;
	display: block;
	width: auto;
	height: 100%;
	line-height: 47px;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	pointer-events: none
}

.frm_select option {
	padding: 1px 0;
	font-weight: normal;
	letter-spacing: 0;
	border: none
}

.frm_file {
	position: relative;
	min-height: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.frm_file:before {
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 50px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: inherit !important
}

.frm_file:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	margin: -18px 0;
	width: 44px;
	height: 35px;
	background: transparent url(images/sprite.png) no-repeat scroll 0 -405px
}

.frm_file input {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0
}

.ui-datepicker {
	background: #f0f0f0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	z-index: 99 !important;
	padding: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.ui-datepicker td a, .ui-datepicker td span {
	text-align: center
}

.ui-datepicker .ui-datepicker-today a {
	font-weight: bold;
	color: #9d0000
}

.ui-datepicker .ui-datepicker-today a:hover {
	color: #000
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
	border: 1px solid rgba(157, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	color: #9d0000;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-active a:link, .ui-datepicker .ui-state-active a:visited {
	color: #9d0000;
	text-decoration: none
}

.ui-datepicker .ui-icon {
	width: 100%;
	font-size: 24px
}

.ui-datepicker .ui-icon-circle-triangle-w:before {
	content: '<';
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 14px
}

.ui-datepicker .ui-icon-circle-triangle-e:before {
	content: '>';
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 14px
}

._field._purlCaptcha ._input {
	position: relative
}

._field._purlCaptcha .frm_text {
	display: block;
	width: 190px
}

._field._purlCaptcha img {
	position: absolute;
	left: 200px;
	top: 5px;
	border: 1px solid #d1d1d1
}

._field._purlCaptcha a {
	white-space: nowrap;
	font-size: 14px
}

._field._purlCaptcha a:hover {
	text-decoration: underline
}

@media screen and (max-width: 500px) {
	._field._purlCaptcha img {
		position: static
	}
}

ul.message-stack {
	display: block;
	list-style: none;
	padding: 0;
	margin: auto;
	max-width: 1400px
}

ul.message-stack li {
	display: block;
	margin: 8px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #555;
	font-size: 13px;
	padding: 8px 12px
}

ul.message-stack li b:first-child {
	text-transform: uppercase
}

ul.message-stack li:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(images/sprite.png);
	margin-right: 6px
}

ul.message-stack li.error {
	background: #ffecec;
	border: 1px solid #f5aca6
}

ul.message-stack li.error:before {
	background-position: -42px -201px
}

ul.message-stack li.success {
	background: #e9ffd9;
	border: 1px solid #a6ca8a
}

ul.message-stack li.success:before {
	background-position: 0 -201px
}

ul.message-stack li.warning {
	background: #fff8c4;
	border: 1px solid #f2c779
}

ul.message-stack li.warning:before {
	background-position: -19px -201px;
	width: 16px;
	margin-left: -1px;
	margin-right: 5px
}

ul.message-stack li.notice {
	background: #e3f7fc;
	border: 1px solid #8ed9f6
}

ul.message-stack li.notice:before {
	background-position: -64px -201px
}

.frm_checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 4px 3px 0;
	width: auto !important
}

.frm_checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0
}

.frm_checkbox input + span {
	display: block;
	width: 64px;
	height: 56px;
	background: transparent url(images/sprite.png) no-repeat scroll -143px -406px
}

.frm_checkbox input:checked + span {
	background-position: -75px -406px
}

.form-before-submit {
	margin-bottom: 25px
}

form, ._form {
	display: block;
	margin: 0;
	padding: 0
}

#colorbox form, #colorbox ._form {
	font-size: 14px
}

form ul.messageStack {
	font-size: 14px;
	margin-bottom: 10px
}

input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], select, textarea, .frm_select, .frm_file {
	font-family: 'Open Sans', helvetica, sans-serif;
	background: #fff;
	border: 1px solid #cfdcdc;
	color: #969f9f;
	font-size: 12px;
	padding: 2px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 100%;*/
}

.frm_select {
	padding: 0 2px
}

input:focus, select:focus, textarea:focus, .frm_select.focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #0094e6 !important;
	outline: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}

textarea {
	height: 200px;
	resize: vertical;
	line-height: 1.3
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	display: inline-block;
	padding: 0;
	margin: 0 3px 0 0
}

._field {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

._field:after {
	content: '';
	display: block;
	clear: both
}

._field ._label {
	color: #747474;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 2;
	float:left;
}

._field ._input {
	color: #363636;
	font-size: 14px;
	/*width: 100%;*/
	display: block;
	margin: 4px 0 0;
	padding: 0
}

._field._empty {
	height: 20px;
	margin: 0;
	padding: 0
}

._field._spacer {
	width: 100%;
	height: 7px;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0
}

._field input.datepicker {
	padding-right: 60px;
	width: 200px;
	border-bottom: 4px solid #a1a1a1
}

._field input.datepicker + button {
	position: relative;
	left: -36px;
	margin: 0;
	padding: 10px;
	border: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	width: 34px;
	height: 39px;
	background: transparent url(images/sprite.png) no-repeat scroll -111px 5px
}

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

._form h2 {
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	margin: 45px 0 15px;
	line-height: 1;
	vertical-align: baseline
}

._form h2:first-child {
	margin-top: 0
}

._form h2 > .p1 {
	display: inline-block;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	width: 61px;
	height: 61px;
	background: transparent url(images/sprite.png) no-repeat scroll -425px -95px
}

._form h2 > .p2 {
	display: inline-block;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	width: 61px;
	height: 61px;
	background: transparent url(images/sprite.png) no-repeat scroll -495px -95px
}

.optionset-control {
	display: none
}

._field._optionset label {
	display: block;
	clear: both;
	white-space: normal;
	padding-left: 24px;
	position: relative;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000
}

._field._optionset .sub {
	margin-left: 30px;
	font-size: 14px;
	color: #212121;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease
}

._field._optionset label.checked {
	color: #d41d24
}

._field._optionset .sub.visible {
	max-height: 100px
}

._field._radio label {
	display: block;
	clear: both
}

._field._captcha ._input img {
	vertical-align: bottom;
	display: inline-block;
	margin-right: 10px
}

._field._captcha ._input a {
	font-size: 12px
}

._field._captcha ._input input {
	margin-top: 6px
}

ul.messageStack {
	max-width: 980px;
	width: auto;
	margin: 4px auto;
	padding: 0;
	list-style: none
}

.box.popup ul.messageStack {
	margin: 4px 20px
}

form ._buttons {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0;
	clear: both;
	width: 100%
}

a.button, button[type=submit], div.dt-buttons button[type=button], #main form button[type=button] {
	display: inline-block;
	font-family: 'Open Sans', helvetica, sans-serif;
	background: #0094e6;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

a.button:hover, button[type=submit]:hover, div.dt-buttons button[type=button]:hover, #main form button[type=button]:hover {
	color: #ccc;
	background: #333
}

a.button > span, button[type=submit], .dt-buttons button[type=button] > span, #main form button[type=button] > span {
	display: block
}

a.button.smalltext, button[type=submit].smalltext, .dt-buttons button[type=button].smalltext, #main form button[type=button].smalltext {
	text-transform: uppercase;
	font-size: 17px
}

a.button.red, button[type=submit].red, .dt-buttons button[type=button].red, #main form button[type=button].red {
	background: #e33131
}

a.button.red:hover, button[type=submit].red:hover, .dt-buttons button[type=button].red:hover, #main form button[type=button].red:hover {
	background: #333
}

a.button.wide, button[type=submit].wide, .dt-buttons button[type=button].wide, #main form button[type=button].wide {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

._form > h2 {
	margin: 25px 0 15px;
	font-size: 22px;
	font-weight: normal;
	color: #777
}

._form ._field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

._form ._field._empty, ._form ._field._spacer {
	display: block;
	clear: both;
	width: 100%;
	height: 20px
}

._form ._field.required ._label:before {
	content: '*';
	color: #f1080b
}

._form ._input, ._form input, ._form textarea, ._form .frm_select {
	/*width: 100%;*/
	margin: 0
}

._form input[type=radio], ._form input[type=checkbox] {
	width: auto;
	margin: 0 8px
}

._form textarea {
	height: 120px;
	resize: vertical
}

._form + ._buttons, ._form ._buttons {
	margin-top: 30px
}

form._login ._form > ._info {
	text-align: right
}

form._login ._form > ._info, form._login ._form > ._info p {
	margin: 20px 0 0;
	padding: 0
}

form._login ._buttons {
	margin-top: 10px;
	padding-top: 0
}

form._login button, form._register button, form._login a.button, form._register a.button {
	text-transform: uppercase
}

form._newsletter {
	position: relative
}

form._newsletter ._form {
	padding: 0 185px 0 0;
	margin: 0
}

form._newsletter ._buttons {
	position: static;
	padding: 0;
	margin: 0
}

form._newsletter ._field {
	margin: 0;
	padding: 0 2px;
}

form._newsletter .email {
	margin: 0;
}

form._newsletter input {
	background: #0c0c0c;
	color: #868e90;
	border: 1px solid #2c2c2c;
	height: 35px;
	font-size: 14px;
	padding: 9px 15px;
}

form._newsletter button {
	padding: 5px;
	width: 100%;
	height: 35px;
	font-size: 14px;
	margin: 4px auto auto 2px;
}

p.subscribe-text-below {
	display: inline-flex;
	font-size: 14px;
	margin: 0 10px 15px
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Light', helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	padding: 0;
	border: none;
	color: #0e4145;
	margin: 20px 0;
	text-align: left
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
	text-align: center
}

h1.ucase, h2.ucase, h3.ucase, h4.ucase, h5.ucase, h6.ucase {
	text-transform: uppercase
}

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
	color: #76a033
}

h1 .wrap, h2 .wrap, h3 .wrap, h4 .wrap, h5 .wrap, h6 .wrap {
	display: inline;
	background: none;
	border: none;
	margin: 0;
	padding: 0
}

h1 {
	font-size: 225%;
	letter-spacing: 1px
}

h2 {
	font-size: 175%;
	letter-spacing: 1px
}

h3 {
	font-size: 162.5%
}

h4, h5, h6 {
	font-family:"Times New Roman", Georgia, Serif;
	font-weight: normal
}

h4 {
	font-size: 137.5%
}

h5 {
	font-size: 125%
}

h6 {
	font-size: 118.75%
}

p {
	margin: 10px 0
}

p.mw90p {
	display: block;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

p.mw70p {
	display: block;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

p.mw50p {
	display: block;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

hr {
	border: none;
	height: 1px;
	background: #000;
	width: 100%;
	margin: 15px auto
}

hr.green {
	background: #76a033
}

hr.thin {
	height: 1px;
	background: #e7e9f1
}

span.green {
	color: #76a033
}

span.line-above {
	display: inline-block
}

span.line-above:before {
	content: '';
	display: block;
	clear: both;
	width: 60px;
	height: 4px;
	background: #000;
	margin: 0 auto 10px
}

a.more-plus {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: bottom;
	line-height: 24px
}

a.more-plus:before {
	content: '+';
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #000;
	background: #0094e6;
	font-weight: bold;
	font-size: 21px;
	width: 26px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 2px;
	margin-right: 10px
}

a.more-plus:hover {
	color: #555
}

a.more-plus:hover:before {
	background: #f0f0f0
}

a[style]:hover {
	text-decoration: underline
}

#footer {
	border-top:2px solid #0072ff;
	font-size: 16px;
	color: #a1abad
}

#footer > div {
	margin: auto
}

#footer a {
	color: #fff
}

#footer a:hover {
	color: #0094e6
}

#footer ul {
	list-style-type: disc;
	line-height: 2
}

#footer .box {
	min-height: 365px;
	color: #a1abad;
	border-right: 1px solid #2c2c2c
}

#footer .box:last-child {
	border: none
}

#footer .box form {
	font-size: 14px;
	line-height: 1.4
}

#footer .box p {
	line-height: 1.4
}

#footer .bot {
	border-top: 1px solid #2c2c2c
}

#footer .bot .box {
	min-height: 0;
	border: none;
	line-height: 40px;
	vertical-align: middle
}

#footer .bot .box.cards {
	text-align: right
}

#footer .bot .box.cards .sprite {
	vertical-align: middle
}

#main {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

#main > div {
	position: relative
}

#main > div > div {
	position: relative;
	z-index: 1
}

#main > div.green, #main > div.dark-green, #main > div.dark {
	color: #fff
}

#main > div.green h1, #main > div.dark-green h1, #main > div.dark h1, #main > div.green h2, #main > div.dark-green h2, #main > div.dark h2, #main > div.green h3, #main > div.dark-green h3, #main > div.dark h3, #main > div.green h4, #main > div.dark-green h4, #main > div.dark h4, #main > div.green h5, #main > div.dark-green h5, #main > div.dark h5, #main > div.green h6, #main > div.dark-green h6, #main > div.dark h6 {
	color: inherit
}

#main > div.green .box, #main > div.dark-green .box, #main > div.dark .box {
	color: #fff
}

#main > div.green .box a, #main > div.dark-green .box a, #main > div.dark .box a {
	color: #fff
}

#main > div.green .box a:hover, #main > div.dark-green .box a:hover, #main > div.dark .box a:hover {
	color: #000
}

#main > div.green {
	background-color: #76a033
}

#main > div.dark-green {
	background-color: #0e4145
}

#main > div.white {
	background-color: #fff
}

#main > div.light {
	background-color: #f5f6f9
}

#main > div.gray {
	background-color: #839091
}

.formula-rb:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 100px;
	right: 0;
	display: block;
	width: 100px;
	height: 300px;
	background: transparent url(images/h_formula.png) no-repeat scroll 0 -120px
}

.formula-rb:after {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;
	background: transparent url(images/h_formula.png) no-repeat scroll 10% 0
}

.hemp-formula-1:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	width: 530px;
	height: 297px;
	background: transparent url(images/img-hemp-tl.png) no-repeat scroll 0 0
}

.hemp-formula-1:after {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 615px;
	height: 296px;
	background: transparent url(images/img-formula1.png) no-repeat scroll 0 0
}

#main > div.photo {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover
}

#main > div.photo.fixed {
	background-attachment: fixed
}

#main > div.product-buy {
	margin-top: 100px
}

#main > div.rainforest-revolution {
	line-height: 35vw;
	vertical-align: middle;
	background-position: 50% 50%
}

#main > div.rainforest-revolution > div > .box {
	vertical-align: middle
}

#main > div.rainforest-revolution > div > .box:first-child {
	padding-right: 40px
}

#main > div.rainforest-revolution > div > .box:last-child {
	padding-left: 6vw
}

@media (max-width: 1000px) {
	#main > div.rainforest-revolution {
		display: none
	}
}

.bg-hemp-tr {
	background-image: url(images/img-hemp-tr.png);
	background-repeat: no-repeat;
	background-position: 100% 10px
}

.box.photo {
	position: relative;
	background-size: cover;
	color: #fff;
	margin: 20px 0
}

.box.photo h1, .box.photo h2, .box.photo h3, .box.photo h4, .box.photo h5, .box.photo h6 {
	color: inherit
}

.box.photo:first-child {
	margin-top: 0
}

.box.photo:last-child {
	margin-bottom: 0
}

.box.photo.wide:first-child:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	display: block;
	width: 100%;
	height: 100%
}

.box.photo a {
	color: #0094e6
}

.box.photo a:hover {
	text-decoration: underline
}

.box.photo > div {
	position: relative;
	padding: 20px
}

body._products .box.photo.wide:before {
	background: rgba(0, 0, 0, 0.5)
}

.box.wide {
	background-size: cover
}

.box.wide > div {
	max-width: 1400px;
	margin: auto
}

.box.shadow > div {
	padding: 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15)
}

.box.gray > div {
	padding: 25px;
	background: #f5f6f9
}

a.youtube-video {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

body._home a.youtube-video {
	padding-bottom: 0;
	height: auto
}

a.youtube-video:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	background: transparent url(images/sprite.png) no-repeat scroll -66px 0;
	margin: -35px;
	opacity: .5
}

a.youtube-video:hover:after {
	opacity: 1
}

.cart-currency {
	position: relative;
	height: 0;
	font-size: 14px
}

.cart-currency > div {
	position: absolute;
	right: 0;
	bottom: 20px
}

.checkout-step {
	background: #f8faff;
	font-size: 16px;
	border-bottom: 1px solid #dae5e5;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	padding: 0
}

.checkout-step > a:hover {
	text-decoration: underline
}

.checkout-step > a, .checkout-step > span {
	display: inline-block;
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #0f4245;
	text-decoration: none;
	border-left: 1px solid #dae5e5
}

.checkout-step > a:first-child, .checkout-step > span:first-child {
	border: none
}

.checkout-step > a.active, .checkout-step > span.active {
	background: #0094e6;
	color: #fff;
	text-decoration: none
}

.shopping-cart {
	position: relative;
	z-index: 1;
	background: #f8faff;
	font-size: 16px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	font-family: "Times New Roman", Georgia, Serif;
}

.shopping-cart h2, h3, td {
	font-family: "Times New Roman", Georgia, Serif;
}

.cart_block table td .cart-remove {
	background: url("images/modal_close.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	display: block;
	height: 25px;
	margin: 0 auto;
	width: 25px;
	-webkit-transition: 0.2s; /* Safari 3.1 to 6.0 */
	transition: 0.2s;
}

.cart_block table td .cart-remove:hover {
	background-position: -26px 0px;
}

.box.checkout {
	background: #f8faff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15)
}

.box.checkout h2 {
	font-size: 32px
}

ul.social {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	line-height: 1
}

ul.social li {
	display: inline-block;
	vertical-align: middle;
	text-align: center
}

ul.social li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	color: transparent;
	margin: 0 10px 0 5px;
	overflow: hidden
}

ul.social li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #81af40;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

ul.social li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Mono Social Icons Font';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #fff;
	font-size: 41px;
	width: 50px;
	margin-left: -10px
}

ul.social li a:hover:before {
	background: #333
}

ul.social li a:hover:after {
	color: #fff
}

ul.social li a, ul.social li a:before, ul.social li a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}

ul.social li.facebook a:after {
	content: 'facebook'
}

ul.social li.google a:after {
	content: 'googleplus'
}

ul.social li.twitter a:after {
	content: 'twitter'
}

ul.social li.twitterbird a:after {
	content: 'twitterbird'
}

ul.social li.linkedin a:after {
	content: 'linkedin'
}

ul.social li.pinterest a:after {
	content: 'pinterest'
}

ul.social li.stumbleupon a:after {
	content: 'stumbleupon'
}

ul.social li.delicious a:after {
	content: 'delicious'
}

ul.social li.digg a:after {
	content: 'digg'
}

ul.social li.reddit a:after {
	content: 'reddit'
}

ul.social li.vimeo a:after {
	content: 'vimeo'
}

ul.social li.youtube a:after {
	content: 'youtube'
}

ul.social li.instagram a:after {
	content: 'instagram'
}

ul.social li.email a:after {
	content: '\e024'
}

ul.social li.rss a:after {
	content: '\e071'
}

ul.social li.blog a:after {
	content: '\e012'
}

header ul.social li a {
	width: 20px;
	height: 20px
}

header ul.social li a:before {
	-webkit-border-radius: 4px;
	border-radius: 4px
}

header ul.social li a:after {
	font-size: 24px;
	line-height: 20px;
	margin-left: -15px
}

header ul.social li a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5)
}

.box.product-categories {
	background: #f0efeb;
	text-align: center;
	padding: 0;
	margin: -20px 0 0
}

.box.product-categories .static, .box.product-categories .float {
	white-space: nowrap
}

.box.product-categories .static a, .box.product-categories .float a {
	display: inline-block;
	width: 196px;
	min-height: 192px;
	vertical-align: top;
	border-left: 1px solid #d9e1ba;
	padding: 40px 0 0;
	text-transform: uppercase;
	color: #0094e6;
	white-space: normal
}

.box.product-categories .static a span, .box.product-categories .float a span {
	display: block;
	margin-top: 20px
}
.box.product-categories .static a:last-child, .box.product-categories .float a:first-child {
	border:none;
}
.box.product-categories .static a:last-child, .box.product-categories .float a:last-child {
	/* border-right: 1px solid #d9e1ba; */
	/* border:none; */
}

.box.product-categories .static a:hover, .box.product-categories .float a:hover {
	background: #e6e9d5
}

.box.product-categories .float {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	background: #9ab050;
	max-width: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.box.product-categories .float > div {
	max-width: 1400px
}

.box.product-categories .float a {
	position: relative;
	color: #fff;
	padding: 10px 10px 10px 50px;
	min-height: 0;
	border-color: #fff;
	font-size: 14px;
	text-align: left;
	/* height: 52px; */
	line-height: 32px;
	vertical-align: middle;
}

.box.product-categories .float a img {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px
}

.box.product-categories .float a span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	line-height: 1.2;
}

.box.product-categories .float a:hover {
	background: #adc362
}

@media (min-width: 1024px) {
	.box.product-categories.show-category-float .float {
		opacity: 1;
		visibility: visible
	}
}

@media (min-width: 1440px) {
	.box.product-categories.show-category-float .float {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 1024px) {
	.box.product-categories {
		font-size: 12px
	}
}

@media (max-width: 1440px) {
	.box.product-categories .static a {
		width: 14.28571429%
	}
}

@media (max-width: 639px) {
	.box.product-categories {
		font-size: inherit
	}

	.box.product-categories .static a {
		display: block;
		width: auto;
		clear: both;
		min-height: 0;
		padding: 15px 0;
		border: none !important
	}

	.box.product-categories .static a span {
		margin-top: 10px
	}
}

div.batch-container {
	position: relative
}

div.batch-container .menu {
	display: inline-block;
	vertical-align: top;
	width: 22%
}

div.batch-container .menu a {
	position: relative;
	display: block;
	border: 1px dashed #adadad;
	line-height: 48px;
	height: 48px;
	color: #fff;
	margin: 0 38px 20px 0;
	text-indent: 15px
}

div.batch-container .menu a.sel, div.batch-container .menu a:hover {
	border-right: none;
	text-decoration: none;
	color: #bbb
}

div.batch-container .menu a.sel:after, div.batch-container .menu a:hover:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin: -18px -20px;
	width: 35.35px;
	height: 36.35px;
	border: 1px dashed #adadad;
	border-left: none;
	border-bottom: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

div.batch-container .files {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 76%;
	min-height: 388px;
	font-size: 15px;
	border: 1px dashed #adadad
}

div.batch-container .files .group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	perspective: 1000px;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	visibility: hidden;
	padding: 15px 30px;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

div.batch-container .files .group.sel {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	visibility: visible
}

div.batch-container .files a {
	display: inline-block;
	width: 140px;
	color: #fff;
	line-height: 18px
}

div.batch-container .files a:before {
	content: '\2022';
	display: inline-block;
	font-size: 24px;
	margin-right: 10px;
	line-height: 18px;
	vertical-align: middle
}

div.batch-container .files a:hover {
	text-decoration: underline
}

@media (max-width: 980px) {
	div.batch-container .menu, div.batch-container .files {
		display: block;
		width: auto
	}

	div.batch-container .menu a {
		display: inline-block;
		width: 150px;
		text-indent: 0;
		text-align: center;
		margin-right: 20px
	}

	div.batch-container .menu a.sel, div.batch-container .menu a:hover {
		border-right: 1px dashed #adadad;
		background: rgba(0, 50, 0, 0.3);
		border-color: #0094e6
	}

	div.batch-container .menu a.sel:after, div.batch-container .menu a:hover:after {
		display: none
	}
}

.box.team {
	padding: 15px
}

.box.team > div {
	background: #fff;
	border: 1px solid #e7e9f1;
	padding: 18px;
	min-height: 690px;
	font-size: 13px
}

.box.team > div .thumb {
	margin: -18px -18px 18px
}

.box.team > div h2.name {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 18px;
	color: #2c5538;
	margin-bottom: 7px
}

.box.team > div div.contact {
	margin-top: 10px
}

.contact-direct-popup {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.15s ease 0.15s;
	-moz-transition: all 0.15s ease 0.15s;
	-ms-transition: all 0.15s ease 0.15s;
	-o-transition: all 0.15s ease 0.15s;
	transition: all 0.15s ease 0.15s
}

.contact-direct-popup > .wrap {
	width: 480px;
	height: auto;
	margin: 100px auto 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.contact-direct-popup > .wrap:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(images/sprite.png) no-repeat scroll -139px 0;
	float: right;
	margin: -8px 0 15px;
	cursor: pointer
}

.contact-direct-popup > .wrap ._buttons {
	margin-top: 0
}

.contact-direct-popup > .wrap ._buttons button {
	display: block;
	margin: auto;
	width: 98%
}

.contact-direct-popup.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.contact-direct-popup.visible > .wrap {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.15s ease 0.15s;
	-moz-transition: all 0.15s ease 0.15s;
	-ms-transition: all 0.15s ease 0.15s;
	-o-transition: all 0.15s ease 0.15s;
	transition: all 0.15s ease 0.15s
}

@media (max-width: 480px) {
	.contact-direct-popup > .wrap {
		width: 100%;
		margin-top: 100px
	}
}

body.popup-visible > .important-message-trigger, body.popup-visible > .important-message, body.popup-visible > .contact-us {
	display: none
}

body._why-choose-endoca > .contact-us {
	display: none
}

.box.product-buy {
	position: relative;
	min-height: 170px;
	padding: 40px 10px
}

.box.product-buy .thumb {
	position: absolute;
	left: 0;
	bottom: 10px
}

.box.product-buy h2, .box.product-buy h3 {
	font-size: 38px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	letter-spacing: -1px
}

.box.product-buy h2 {
	font-weight: bold
}

.box.product-buy .button {
	font-size: 24px;
	font-weight: normal;
	color: #0094e6 !important;
	background: #fff;
	text-transform: uppercase
}

.box.product-buy .button:hover {
	opacity: .75
}

body._checkout .box.hidden {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden
}

body._checkout .box {
	opacity: 1;
	visibility: visible;
	max-height: 1500px;
	overflow: visible
}

body._checkout .animate .box {
	-webkit-transition: all 0.5s step-start, max-height 0.5s ease;
	-moz-transition: all 0.5s step-start, max-height 0.5s ease;
	-ms-transition: all 0.5s step-start, max-height 0.5s ease;
	-o-transition: all 0.5s step-start, max-height 0.5s ease;
	transition: all 0.5s step-start, max-height 0.5s ease
}

body._checkout .column-main {
	border: none;
	background: none
}

body._checkout .column-main:after {
	display: none
}

.address_selection {
	padding: 30px 30px 1px 30px
}

.address_selection label {
	position: relative;
	display: block;
	height: 0;
	text-transform: uppercase
}

.address_selection .frm_select {
	text-transform: none;
	display: block;
	clear: both;
	font-size: 13px
}

.address_selection a {
	display: inline-block;
	margin-top: 25px;
	margin-right: 30px;
	font-size: 13px;
	font-weight: bold
}

.address_selection a:hover {
	text-decoration: none
}

.address_selection form {
	display: block;
	margin-top: 15px
}

.address_selection form ._field {
	display: inline-block;
	width: 100%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.address_selection form ._field._fullname {
	width: 100%;
	padding-right: 20px
}

.address_selection form ._field._company {
	width: 100%;
	padding-right: 20px
}

.address_selection form ._field._spacer {
	display: block;
	width: auto;
	height: 15px;
	clear: both;
	margin: 0;
	padding: 0
}

.address_selection form ._field input, .address_selection form .address_selection form ._field .frm_select {
	width: 100%;
	margin: 0
}

.address_selection form ._buttons {
	text-align: center;
	margin: 30px 30px 0
}

.shipping-method .box {
	padding: 0 5px
}

.shipping-method .box:first-child {
	padding-left: 0
}

.shipping-method .box:last-child {
	padding-right: 0
}

.shipping-method .box > div {
	position: relative;
	display: block;
	padding: 20px 25px 30px;
	line-height: 1.2;
	min-height: 130px;
	cursor: pointer
}

.shipping-method .box._1of1 > div {
	min-height: 0
}

.shipping-method .box h2 {
	font-family: 'Open Sans Light', helvetica, sans-serif;
	font-weight: normal;
	color: #0094e6;
	font-size: 22px;
	line-height: 40px;
	vertical-align: middle
}
.shipping-method .box ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.shipping-method .box ul > li {
	display: block;
	vertical-align: top;
	clear: both;
	margin: 2px 0
}

.shipping-method .box ul > li:after {
	content: '';
	display: block;
	clear: both
}

.shipping-method .box ul > li input, .shipping-method .box ul > li input[type=radio] {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 15px;
	height: 15px
}

.shipping-method .box ul > li label {
	display: inline
}

.shipping-method .box ul > li label span {
	display: block;
	padding-left: 30px;
	font-size: 12px
}

.shipping-method .box ul > li .price {
	display: block;
	float: right;
	vertical-align: top;
	color: #0094e6;
	font-size: 26px;
	font-weight: 300;
	margin-top: -10px
}

.shipping-method .box ul > li .price > s {
	text-decoration: none;
	font-size: 45%;
	vertical-align: top;
	line-height: 2
}

.shipping-method .box ul > li .price > span {
	font-size: 40%
}

.shipping-method .box.shipping-info ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px
}

.shipping-method .box.shipping-info ul li {
	display: list-item
}

.box.payment-method ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.box.payment-method .payment-methods {
	padding: 30px
}

.box.payment-method .payment-methods > li > label {
	font-family: 'Open Sans Light', helvetica, sans-serif;
	font-weight: normal;
	color: #0094e6;
	font-size: 22px;
	line-height: 40px;
	vertical-align: middle
}

.box.payment-method .payment-methods > li > .frm_field {
	display: inline-block;
	line-height: 34px;
	vertical-align: top;
	margin-right: 10px
}

.box.payment-method .payment-methods > li input {
	display: inline-block;
	vertical-align: middle
}

.box.payment-method .payment_box {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	padding-left: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.box.payment-method .payment_box .error {
	display: block;
	margin: 8px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #555;
	font-size: 13px;
	padding: 8px 12px;
	background: #ffecec;
	border: 1px solid #f5aca6
}

.box.payment-method .payment_box .error:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(images/sprite.png);
	margin-right: 6px;
	background-position: -42px -201px
}

.box.payment-method .selected .payment_box {
	opacity: 1;
	max-height: 1000px
}

.box.payment-method ._field {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

.box.payment-method ._label {
	color: #333;
	font-size: 14px;
	line-height: 1.7
}

.box.payment-method ._field.required ._label:before {
	content: '*';
	color: #f1080b
}

.box.payment-method ._input, .box.payment-method input {
	width: 50%;
	margin: 0
}

.box.payment-method input[type=radio] {
	width: 15px;
	height: 15px
}

.box.payment-method .frm_select {
	width: auto;
	margin-right: 10px
}

.box.payment-method ._input input {
	width: 100%
}

.box.payment-method input._short {
	width: auto
}

.checkout-buttons {
	text-align: right
}

.checkout-buttons button {
	display: inline-block;
	font-family: 'Open Sans', helvetica, sans-serif;
	background: #0094e6;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase
}

.checkout-buttons button:hover {
	color: #ccc;
	background: #333
}

.checkout-buttons button > span {
	display: block
}

.checkout-buttons button.smalltext {
	text-transform: uppercase;
	font-size: 17px
}

.order-summary > h2 {
	margin: 0;
	background: #0094e6;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 1.2
}

.order-summary table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #e4e4e4;
	width: 100%;
	font-weight: bold
}

.order-summary td {
	padding: 10px 15px;
	font-size: 15px;
	color: #7b7b7b
}

.order-summary td.title {
	text-align: left
}

.order-summary td.price {
	text-align: right
}

.order-summary tr.subtotal td.title {
	text-transform: uppercase
}

.order-summary tr.subtotal, .order-summary tr.taxtotal, .order-summary tr.shippingtotal, .order-summary tr.discounttotal {
	background: #d4d4d4
}

.cart-overview > h2 {
	position: relative;
	margin: 0;
	background: #0094e6;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 1.2
}

.cart-overview > h2 .button {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #0094e6;
	color: #000;
	border: none;
	padding: 4px 8px;
	font-size: 13px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5)
}

.cart-overview > h2 .button:hover {
	background: #a8a8a8
}

.cart-overview table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #e4e4e4;
	width: 100%
}

.cart-overview tr:nth-child(2n) {
	background: #d4d4d4
}

.cart-overview td {
	position: relative;
	padding: 10px 0px 10px 0px;
	color: #7b7b7b
}

.cart-overview td:after {
	content: '';
	display: block;
	clear: both
}

.cart-overview .photo {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 8px
}

.cart-overview .photo img {
	border: 2px solid #0094e6;
	margin-left: 5px;
}

.cart-overview .name {
	color: #0094e6;
	font-size: 13px;
	line-height: 1.2
}

.cart-overview .price {
	margin-right: 2px;
	margin-left: 5px;
	margin-top: 80%;
	display: block;
	font-size: 16px;
	color: #0094e6;
}

body._my-account #main > div > div, body._reseller #main > div > div {
	padding-top: 30px
}

@media screen and (max-width: 1440px) {
	body._my-account #main > div > div, body._reseller #main > div > div {
		margin: 0 20px
	}
}

#account_container {
	padding-bottom:60px;
	min-height: 150px;
	font-size: 16px
}

#account_container > h2 {
	margin-top: 25px
}

#account_container > h2:first-child {
	margin-top: 0
}

#account_container ._form > h2 {
	margin: 25px 0 15px;
	font-size: 22px;
	font-weight: normal;
	color: #777
}

#account_container ._form ._field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px
}

#account_container ._form ._field._empty, #account_container ._form ._field._spacer {
	display: block;
	clear: both;
	width: 100%;
	height: 20px
}

#account_container ._form ._field.required ._label:before {
	content: '*';
	color: #f1080b
}

#account_container ._form ._input, #account_container ._form input, #account_container ._form textarea, #account_container ._form .frm_select {
	width: 100%;
	margin: 0
}

#account_container ._form input[type=radio], #account_container ._form input[type=checkbox] {
	width: auto;
	margin: 0 8px
}

#account_container ._form textarea {
	height: 120px;
	resize: vertical
}

#account_container ._form + ._buttons, #account_container ._form ._buttons {
	margin-top: 30px
}

#account_container ._form ._field {
	display: inline-block;
	width: 50%;
	vertical-align: top
}

#account_container ._form ._field._empty {
	display: inline-block;
	width: 50%
}

@media screen and (max-width: 600px) {
	#account_container ._form ._field, #account_container ._form ._field._empty {
		display: block;
		width: 100%
	}
}

#account_container form {
	position: relative;
	display: block
}

@media screen and (max-width: 700px) {
	#account_container form ._field {
		display: block;
		width: auto
	}

	#account_container form ._field._empty {
		display: none
	}
}

#account_container form ._field.required ._label:before {
	content: '*';
	color: #f1080b
}

#account_container .box.address, #account_container .box.customer {
	padding: 10px;
	margin: 0;
	border: none
}

#account_container .box.address > div, #account_container .box.customer > div {
	position: relative;
	background: #f8faff;
	font-size: 16px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	padding: 10px;
	min-height: 160px
}

#account_container .box.address .address, #account_container .box.customer .address {
	display: block;
	padding-right: 100px
}

#account_container .box.address .button, #account_container .box.customer .button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100px;
	text-align: center;
	padding: 6px 10px
}

#account_container .box.address .button + .button, #account_container .box.customer .button + .button {
	bottom: 60px
}

#account_container .box.address .buttons, #account_container .box.customer .buttons {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right
}

#account_container .box.address .buttons .button, #account_container .box.customer .buttons .button {
	position: static;
	margin-left: 10px
}

#account_container .history-entry {
	display: block;
	position: relative;
	margin-bottom: 2px
}

#account_container .history-entry > .title {
	display: block;
	vertical-align: baseline;
	background: #f0f0f0;
	line-height: 32px;
	font-size: 14px;
	padding: 0 140px 0 5px;
	overflow: hidden;
	white-space: nowrap
}

#account_container .history-entry > .title > time {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	min-width: 130px;
	padding-right: 10px
}

#account_container .history-entry > .title em {
	color: #e51937;
	font-style: normal
}

#account_container .history-entry > .show-comment {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	line-height: 25px;
	vertical-align: middle;
	padding: 5px 10px
}

#account_container .history-entry > .comment {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#account_container .history-entry > .comment > div {
	padding: 10px 20px
}

#account_container .history-entry.show-comment > .comment {
	max-height: 5000px
}

#account_container form._proOrderComment ._field {
	display: block;
	width: auto;
	padding: 0 20px
}

#account_container form._proOrderComment ._buttons {
	padding: 0 40px;
	text-align: right
}

#account_menu {
	max-width: 300px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#account_menu li {
	display: block;
	font-size: 16px;
	padding: 2px
}

#account_menu li a {
	display: block;
	color: #fff;
	background: #555;
	padding: 10px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#account_menu li.active a, #account_menu li a:hover {
	background: #0094e6
}

.shop_table.my_account_orders {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin-bottom: 20px
}

.shop_table.my_account_orders td, .shop_table.my_account_orders th {
	vertical-align: top;
	padding: 5px 10px
}

.shop_table.my_account_orders tr.order td {
	background: #f5f5f5;
	border-bottom: 2px solid #fff;
	padding-top: 15px;
	padding-bottom: 10px
}

.shop_table.my_account_orders a.button {
	padding: 3px 8px;
	margin: 4px 0 0;
	font-size: 13px;
	min-width: 80px
}

.shop_table.my_account_orders td.order-actions {
	width: 80px;
	text-align: right
}

.shop_table.order_info {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin-bottom: 20px
}

.shop_table.order_info td, .shop_table.order_info th {
	vertical-align: top;
	padding: 1px 4px 1px 10px;
	width: 40%
}

.shop_table.order_info td:first-child {
	white-space: nowrap;
	width: auto;
	padding-left: 0
}

.shop_table.order_details {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate
}

.shop_table.order_details th {
	vertical-align: top;
	padding: 1px 4px;
	text-align: center
}

.shop_table.order_details th.item {
	text-align: left
}

.shop_table.order_details td {
	vertical-align: top;
	padding: 1px 4px;
	text-align: left
}

.shop_table.order_details td.price, .shop_table.order_details td.tax, .shop_table.order_details td.total {
	text-align: right
}

.shop_table.order_details td .option {
	display: block;
	padding-left: 15px;
	font-size: 14px
}

.shop_table.order_details tfoot tr:first-child td {
	padding-top: 10px
}

.shop_table.order_details tfoot td {
	text-align: right
}

table.quick_order {
	width: 100%
}

table.quick_order input {
	width: 100%
}

table.quick_order tr.del {
	opacity: .3
}

table.quick_order tr > .item {
	width: 65%
}

table.quick_order tr > .qty {
	width: 15%
}

table.quick_order tr > .price {
	width: 20%
}

table.quick_order tr > .action button {
	padding: 3px 10px;
	line-height: 21px;
	font-size: 13px
}

#account_container .qo-results table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate
}

#account_container .qo-results table thead th {
	border-bottom: 1px solid #111;
	white-space: nowrap
}

#account_container .qo-results table tbody tr.prod td {
	background: #f5f5f5;
	border-top: 2px solid #fff;
	padding: 2px 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer
}

#account_container .qo-results table tbody tr.prod td.code {
	width: 140px
}

#account_container .qo-results table tbody tr.prod td.ver {
	width: 200px
}

#account_container .qo-results table tbody tr.prod td.name > div {
	max-height: 40px;
	overflow: hidden
}

#account_container .qo-results table tbody tr.prod td.price {
	text-align: right;
	width: 50px;
	white-space: nowrap
}

#account_container .qo-results table tbody tr.prod td.stock {
	text-align: center;
	width: 50px;
	white-space: nowrap
}

#account_container .qo-results table tbody tr.prod td.qty {
	width: 50px
}

#account_container .qo-results table tbody tr.prod:hover td {
	background: #47b2e8;
	color: #fff
}

#account_container .qo-results table tr.pager td {
	text-align: center;
	padding: 15px 0
}

#account_container .qo-results table tr.pager ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#account_container .qo-results table tr.pager ul li {
	display: inline-block;
	margin: 4px
}

#account_container .qo-results table tr.pager ul li a {
	display: block;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #47b2e8;
	padding: 4px 10px
}

#account_container .qo-results table tr.pager ul li a:hover {
	background: #8baf2b
}

#account_container .qo-results table tr.pager ul li.blank {
	visibility: hidden
}

#account_container .qo-results table tr.pager ul li.disabled a {
	background: #aaa;
	pointer-events: none
}

#account_container .qo-results table tr.pager ul li.current a {
	background: #8baf2b;
	pointer-events: none
}

#account_container .qo-results table tr.pager ul li.prev {
	margin-right: 15px
}

#account_container .qo-results table tr.pager ul li.next {
	margin-left: 15px
}

#account_container .qo-results table input {
	width: 100px
}

#account_container .qo-results table h3 {
	margin: 6px 0 0;
	padding: 0;
	font-size: 16px
}

#account_container .qo-results ._buttons {
	margin: 20px 0 10px;
	text-align: right
}

#account_container .qo-results > p {
	text-align: center;
	padding: 0 10px 30px
}

#account_container form[name=quickorder]:after {
	display: none
}

#account_container form[name=quickorder] tfoot td {
	padding: 10px 0;
	text-align: right
}

#account_container form[name=quickorder] tfoot td .frm_select {
	float: left
}

@media screen and (max-width: 860px) {
	.shipping-method .box {
		width: 50%
	}

	.shipping-method .box > label {
		min-height: 50px
	}
}

@media screen and (max-width: 800px) {
	.box.login, .box.register_links {
		min-height: 0;
		float: left;
		width: 40%;
		margin-left: 10px;
		margin-right: 10px;
		height: 412px
	}

	.box.login > h2, .box.register_links > h2 {
		width: 100%;
		font-size: 21px;
		text-align: center
	}

	.box.login + .box.or, .box.register_links + .box.or {
		padding: 0;
		width: 10%
	}

	.box.register_links {
		padding-bottom: 100px;
		float: right
	}

	.shipping-method .box {
		width: 50%
	}

	.shipping-method .box .price {
		left: auto;
		right: 25px
	}
}

@media screen and (max-width: 700px) {
	.box {
		text-align: left
	}
}

@media screen and (max-width: 560px) {
	.box.register_customer ._field, .box.register_customer ._field:nth-child(2n) {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	#account_container ._field, #account_container ._field:nth-child(2n) {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.box.wishlist table.wishlist > tbody td.thb {
		width: 50%;
		max-width: 180px;
		display: block;
		float: none;
		margin: 15px auto
	}

	.box.wishlist table.wishlist > tbody td.name {
		display: block;
		width: 90%;
		clear: both;
		margin: auto
	}

	.box.wishlist table.wishlist > tbody td.qty, .box.wishlist table.wishlist > tbody td.tot {
		width: 40%
	}

	.address_selection {
		padding-left: 30px
	}

	.address_selection label {
		left: 5px;
		top: -8px;
		height: auto
	}

	.address_selection .frm_select {
		text-transform: none;
		display: block;
		clear: both
	}
}

@media screen and (max-width: 500px) {
	.box.checkout-step {
		display: none
	}

	.address_selection form ._field {
		display: block;
		width: 100%;
		padding-right: 0
	}

	.address_selection form ._field._fullname {
		padding-right: 0
	}

	.address_selection form ._field._company {
		padding-right: 0
	}

	.shipping-method .box {
		width: 100%
	}

	.shipping-method .box > label {
		min-height: 0
	}

	.box.payment-method ._field._wide ._input {
		width: auto
	}

	.box.payment-method ._field._wide input {
		width: 100%
	}

	.box.payment-method ._field._wide input._short {
		width: 100px
	}
}

@media screen and (max-width: 450px) {
	#account_container ul.addresses li {
		padding: 15px 10px
	}

	#account_container ul.addresses a.button {
		right: 10px;
		width: 60px
	}
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url(../images/admin/ui-bg_flat_75_ffffff_40x100.png) repeat-x scroll 50% 50%;
	color: #222
}

.ui-widget-content a {
	color: #222
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none
}

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0;
	font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5
}

.ui-menu .ui-state-disabled a {
	cursor: default
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em
}

.ui-menu .ui-menu-icon {
	position: static;
	float: right
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0
}

p {
	margin: 0 0 15px
}

a {
	text-decoration: none;
	color: #0094e6
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic
}

strong, dfn {
	font-weight: bold
}

em, dfn {
	font-style: italic
}

sup, sub {
	line-height: 0
}

abbr, acronym {
	border-bottom: 1px dotted #666
}

address {
	margin: 0 0 1.5em;
	font-style: italic
}

del {
	color: #666
}

pre {
	margin: 1.5em 0;
	white-space: pre
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5
}

li ul, li ol {
	margin: 0
}

ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em
}

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

ul.black-cloud {
	list-style-image: url('images/list-style-black.png')
}

ul.white-cloud {
	list-style-image: url('images/list-style-white.png')
}

dl {
	margin: 0 0 1.5em 0
}

dl dt {
	font-weight: bold
}

dd {
	margin-left: 1.5em
}

table td {
	padding: 3px 10px 3px 0
}

tfoot {
	font-style: italic
}

caption {
	background: #eee
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em
}

.hide {
	display: none
}

.quiet {
	color: #666
}

.loud {
	color: #000
}

.highlight {
	color: #2cc8d4
}

.added {
	background: #060;
	color: #fff
}

.removed {
	background: #900;
	color: #fff
}

.first {
	margin-left: 0;
	padding-left: 0
}

.last {
	margin-right: 0;
	padding-right: 0
}

.top {
	margin-top: 0;
	padding-top: 0
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:active, .btn.active {
	background-image: none
}

.btn-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc
}

.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px
}

.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2b669a
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px
}

.btn-primary:active, .btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e
}

.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px
}

.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e
}

.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9
}

.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px
}

.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9
}

.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13
}

.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px
}

.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13
}

.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28
}

.btn-danger:hover, .btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px
}

.btn-danger:active, .btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28
}

.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-color: #e8e8e8
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-color: #357ebd
}

.navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.navbar-default .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075)
}

.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
}

.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
	background-image: linear-gradient(to bottom, #222 0, #282828 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1
}

.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea
}

.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e
}

.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7
}

.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
	background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)
}

.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}

.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}

.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	border-color: #3278b3
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)
}

.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}

.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}

.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}

.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background: transparent
}

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

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

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

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

.container {
	margin-right: auto;
	margin-left: auto;
/*	padding-left: 15px;
	padding-right: 15px*/
}

@media (min-width: 768px) {
	.container {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1172px) {
	.container {
		width: 92%;
		max-width: 1172px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: 0
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: 0
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: 0
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: 0
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: 0
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: 0
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: 0
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: 0
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

input[type="search"] {
	-webkit-appearance: none
}

input[type="date"] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.radio label, .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px
}

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px;
	color: #004cff;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .input-group > .form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown-toggle {
	display: inline-block;
	margin: 0 8px;
	color: #000;
	text-decoration: none !important
}

.dropdown-menu {
	display: none;
	background-color: #efefef;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	font-size: 14px;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1004
}

.navbar-nav .dropdown-menu {
	width: 100%;

	z-index: 1000;
	top: 100% !important;
	display: block;
	padding: 12px 0;
	margin: 0;
	border-radius: 0;
	list-style: none;
	font-size: 14px;
	background: #0e4145;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

body._home .navbar-nav .dropdown-menu {
	display: none
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width: 1024px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav > li {
	display: block
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav > li.disabled > a {
	color: #999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav > li > a > img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified > li {
	float: none
}

.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 1024px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width: 1024px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills > li {
	float: left
}

.nav-pills > li > a {
	border-radius: 4px
}

.nav-pills > li + li {
	margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca
}

.nav-stacked > li {
	float: none
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified > li {
	float: none
}

.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 1024px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}

	.nav-justified > li > a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width: 1024px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px
}

body.has-submenu .navbar {
	margin-bottom: 46px
}

@media (min-width: 1024px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-collapse {
	height: auto;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 1024px) {
	.navbar-collapse {
		width: 100%;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 1024px) {
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 2000;
	border-width: 0 0 1px
}

@media (min-width: 1024px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width: 1024px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	margin-left: -15px
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 0;
	line-height: 20px
}

@media (max-width: 1023px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none
	}
}

@media (min-width: 1024px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}

@media (min-width: 1024px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width: 1024px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .input-group > .form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width: 1023px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width: 1024px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width: 1024px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav > li > a {
	color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width: 1023px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent
	}

	.not-visible {
		display: none
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .navbar-nav > li > a {
	color: #999
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #fff
}

@media (max-width: 1023px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px auto
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover > .arrow {
	border-width: 11px
}

.popover > .arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block
}

.carousel-inner > .active {
	left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner > .next {
	left: 100%
}

.carousel-inner > .prev {
	left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0
}

.carousel-inner > .active.left {
	left: -100%
}

.carousel-inner > .active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print, td.visible-print {
		display: table-cell !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-family: "Open Sans Light";
	src: url('fonts/OpenSans-Light.eot');
	src: url('fonts/OpenSans-Light.eot?') format('eot'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/opensanslight.svg#svgopensanslight') format('svg');
	font-weight: normal
}

@font-face {
	font-family: "Open Sans Light";
	src: url('fonts/OpenSans-Semibold.eot');
	src: url('fonts/OpenSans-Semibold.eot?') format('eot'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/opensanssemibold.svg#svgopensanssemibold') format('svg');
	font-weight: bold
}

@font-face {
	font-family: "Open Sans";
	src: url('fonts/OpenSans-Regular.eot');
	src: url('fonts/OpenSans-Regular.eot?') format('eot'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/opensansregular.svg#svgopensansregular') format('svg');
	font-weight: normal
}

@font-face {
	font-family: "Open Sans Bold";
	src: url('fonts/OpenSans-Bold.eot');
	src: url('fonts/OpenSans-Bold.eot?') format('eot'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/opensansbold.svg#svgopensansbold') format('svg');
	font-weight: normal
}

@font-face {
	font-family: "Open Sans Condensed";
	src: url('fonts/OpenSans-CondLight.eot');
	src: url('fonts/OpenSans-CondLight.eot?') format('eot'), url('fonts/OpenSans-CondLight.ttf') format('truetype'), url('fonts/opensanscondlight.svg#svgopensanscondlight') format('svg');
	font-weight: normal
}

@font-face {
	font-family: "Open Sans Semibold";
	src: url('fonts/OpenSans-Semibold.eot');
	src: url('fonts/OpenSans-Semibold.eot?') format('eot'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/opensanssemibold.svg#svgopensanssemibold') format('svg');
	font-weight: normal
}

@font-face {
	font-family: "ArbutusSlab";
	src: url('fonts/ArbutusSlab-Regular.eot');
	src: url('fonts/ArbutusSlab-Regular.eot?') format('eot'), url('fonts/ArbutusSlab-Regular.ttf') format('truetype'), url('fonts/ArbutusSlab-Regular.svg#ArbutusSlab-Regular') format('svg');
	font-weight: normal
}

@font-face {
	font-family: "Proxima Nova Light";
	src: url('fonts/ProximaNova-Light.eot');
	src: url('fonts/ProximaNova-Light.eot?') format('eot'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg#svgproximanovalight') format('svg');
	font-weight: normal
}

#cart_dialog {
	display: none;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	background: #fff;
	width: 360px;
	height: 187px
}

#cart_dialog table {
	margin: 8px 20px 20px 20px;
	width: 320px
}

#cart_dialog table th {
	font-size: 14pt;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	padding-bottom: 10px
}

#cart_dialog table th div {
	padding: 50px 20px 20px 20px;
	text-align: center;
	display: block;
	line-height: 18pt;
	font-weight: bold
}

#cart_dialog table th img {
	width: 20px;
	height: 20px;
	float: right;
	margin-right: -12px;
	cursor: pointer
}

#cart_dialog table input {
	background: #fff;
	color: #0094e6;
	border: 1px solid #0094e6;
	padding: 5px 17px;
	font-size: 11pt;
	cursor: pointer
}

#cart_dialog table input:hover {
	background: #0094e6;
	border: 1px solid #0094e6;
	color: #fff
}

#cart_dialog table input.button2 {
	float: right;
	background: #0094e6;
	color: #fff
}

#cart_dialog table input.button2:hover {
	background: #fff;
	border: 1px solid #0094e6;
	color: #0094e6
}

#cart_dialog_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 16;
	cursor: pointer;
	display: none
}

.product-category-link {
	padding: 20px 0 0 0;
	display: block
}

.product-parent-h1 {
	margin-bottom: 10px
}

.product-parent-h3 {
	color: #fff;
	font-size: 18px
}

.product-category-link:hover {
	text-decoration: none
}

.product-category .prod-block {
	display: table;
	width: 100%;
	height: 40px
}

.product-category .title {
	display: table-cell;
	vertical-align: middle;
	padding-top: 50px;
	color: #0094e6;
	padding: 75px 0 12px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	height: 131px
}

.stickycat .product-category .title {
	height: auto
}

.trust_pilot_container {
	color: #0e4145;
	text-align: center;
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0 auto 35px
}

.ngray {
	background: #fff
}

.trust_pilot_block {
	border-left: 1px dotted #839091
}

.trust_pilot_block:first-child {
	border-left: none
}

.trust_pilot_block img {
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px
}

.star_text {
	padding-top: 10px
}

.text-content iframe {
	max-width: 100% !important
}

.historySlider .arrowLeft {
	position: absolute;
	width: 25px;
	height: 42px;
	left: -30px;
	top: 110px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0 ease-out .8s, opacity .8s ease-out
}

.historySlider .arrowRight {
	position: absolute;
	width: 25px;
	height: 42px;
	top: 110px;
	right: -30px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0 ease-out .8s, opacity .8s ease-out
}

.history:hover .historySlider .arrowRight, .history:hover .historySlider .arrowLeft {
	visibility: visible;
	opacity: 1;
	transition-delay: 0
}

.historySlider {
	position: relative;
	width: 100%;
	height: 250px
}

.historySliderInner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.historySlides {
	position: absolute;
	width: 9999px;
	left: -1px;
	-webkit-transition: all 1s ease-out 0;
	-moz-transition: all 1s ease-out 0;
	-o-transition: all 1s ease-out 0;
	transition: all 1s ease-out 0
}

.historySlide {
	float: left
}

.find-out-block p {
	color: #0f4245
}

.categorySlider {
	position: relative;
	width: 100%;
	height: auto
}

.categorySliderInner {
	width: 100%;
	height: 100%
}

.categorySlides {
	width: 100%;
	height: 100%
}

.categorySlide {
	float: left;
	width: 25%;
	padding: 5px
}

.categorySlideLink {
	border: 1px solid rgba(129, 173, 0, 0.31);
	padding: 30px 10px 0 10px;
	display: block;
	text-decoration: none;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	color: #0e4145
}

.categorySlideLink:focus {
	text-decoration: none
}

.categorySlideLink:hover {
	background-color: rgba(129, 173, 0, 0.09);
	text-decoration: none;
	color: #0e4145;
	-webkit-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	-moz-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31)
}

.intro_category .title {
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s
}

.categorySlideLink:hover .title {
	color: #0e4145
}

.categorySlideLink .intro_category .link {
	background: #0094e6;
	font-size: 16px;
	border: 1px solid #0094e6;
	font-weight: bold
}

.categorySlideLink:hover .intro_category .link {
	background: transparent;
	border: 1px solid #0094e6;
	color: #0094e6
}

.arrow-wrap {
	width: 21px;
	height: 25px;
	margin-bottom: -7px;
	margin-left: 5px;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s
}

.arrow-wrap img {
	width: auto;
	height: auto;
	max-width: none !important
}

.categorySlideLink:hover .arrow-wrap img {
	margin-left: -21px
}

.categorySlideLink:hover .arrow-wrap {
	margin-left: 15px
}

.cat-block-first {
	border-right: 1px solid #000
}

.cat-block-odd {
	border-right: 1px solid #000
}

.cat-block-last {
	border-right: 0;
	border-left: 1px solid #000
}

.productsHeaderOverlay {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5
}

.productsHeaderHeading {
	color: white
}

.productsHeaderImg {
	width: 100%;
	height: auto
}

.ammount_offers_new {
	background: url('images/discountIcon.png') no-repeat 0 10px;
	padding: 6px 0 0 40px;
	margin-bottom: 20px
}

.readMoreBlocks {
	max-height: 402px;
	margin-bottom: 20px
}

.readMoreBlocksFAQ {
	max-height: 94px;
	margin-bottom: 20px
}

.readMoreBlocks, .readMoreBlocksFAQ {
	overflow: hidden;
	-webkit-transition: all 1s ease-out 0;
	-moz-transition: all 1s ease-out 0;
	-o-transition: all 1s ease-out 0;
	transition: all 1s ease-out 0
}

.readMoreButton, .readMoreButtonFAQ {
	text-transform: uppercase;
	width: 100px;
	border: 1px dotted #bfc5d4;
	margin: 0 auto;
	padding: 3px 0 3px 0;
	text-decoration: underline;
	cursor: pointer;
	position: relative;
	background: #f5f6f9;
	z-index: 2;
	font-family: "Open Sans", Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #0e4145
}

.readMoreDottedLine, .readMoreDottedLineFAQ {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #bfc5d4;
	position: relative;
	z-index: 1;
	top: -15px
}

.readMoreButtonFAQ {
	background: #fff
}

.readMoreButton:hover, .readMoreButtonFAQ:hover {
	text-decoration: none
}

.qualityControlHead {
	color: #80ad00;
	font-size: 22px;
	margin-top: 6px;
	margin-bottom: 2px
}

.qualityControlImg {
	margin-bottom: 20px
}

.responsive_quantity {
	display: none
}

@media (max-width: 768px) {
	.find-out-block h1 {
		font-size: 26px
	}

	.responsive_quantity {
		display: inline
	}

	.cart_block .image img {
		height: 140px !important
	}

	.cart_block .as_shipping_column {
		width: auto
	}

	.cart_block .as_shipping {
		padding: 10px 0
	}

	.as_no_shipping {
		display: none
	}

	.categorySlider .cat_arrowLeft {
		visibility: visible;
		opacity: 1;
		left: 5px
	}

	.categorySlider .cat_arrowRight {
		visibility: visible;
		opacity: 1;
		right: 5px
	}

	.qualityControlHead {
		text-align: center
	}

	.qualityControlImg {
		text-align: center
	}

	.qualityControlContent {
		text-align: center
	}

	.achievements .container .row h2 {
		text-align: center
	}

	.container .icon.bottle {
		width: 50px
	}

	.historySlider .arrowLeft {
		left: -15px
	}

	.historySlider .arrowRight {
		right: -15px
	}
}

.container img {
	max-width: 100%;
}
@media screen and (max-width: 768px){
    .container img {max-width: 100% !important;}
}
@supports (-ms-accelerator:true) {
	.container img {
		max-width: none
	}
}

body:first-of-type .container img {
	max-width: none;
	/* width: 100%; */0% */
}

body {
	background-color: #f5f6f9;
	font-family: "Open Sans", Arial, sans-serif
}

body._home {
	background: 0;
	background-color: #fff
}

.navigation {
	z-index: 990;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

body._products .navigation, body._product-detail .navigation {
	position: relative
}

body._home .navigationIndex {
	z-index: 990;
	position: relative;
	top: 24px;
	left: 0;
	height: 52px;
	margin: auto;
	width: 1170px;
	 background: url(../images/bg-menu-top.png)no-repeat;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
}

.navigationIndex {
	position: relative
}

.navigation, .navigationIndex {
	height: auto
}

.navigation:after, .navigationIndex:after {
	content: '';
	display: block;
	white-space: nowrap
}

.navigation .navbar-header, .navigationIndex .navbar-header {
	float: left
}

@media (max-width: 1023px) {
	.navigation .navbar-header, .navigationIndex .navbar-header {
		padding-left: 15px;
		float: none
	}
}

.navigation .navbar-brand, .navigationIndex .navbar-brand {
	position: relative;
	z-index: 1;
	margin: 0;
	display: inline-block;
	padding: 0 10px;
	line-height: 88px;
	height: 88px
}

.navigation .navbar-brand .sprite, .navigationIndex .navbar-brand .sprite {
	display: inline-block;
	vertical-align: middle
}

.navigation .right-side, .navigationIndex .right-side {
	margin: 10px 0
}

.navigation .right-side .break, .navigationIndex .right-side .break {
	display: none
}

.navigation .right-side .login, .navigationIndex .right-side .login {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	border-radius: 5px;
	background: #588609;
	color: #fff;
	text-transform: none
}

.navigation .right-side .login:hover, .navigationIndex .right-side .login:hover {
	opacity: .8
}

@media screen and (max-width: 1023px) {
	.navigation .navbar-brand, .navigationIndex .navbar-brand {
		line-height: 56px;
		height: 60px
	}
}

body._home header {
	max-height: 690px;
	height: auto;
	margin-bottom: 0 !important;
	box-shadow: none
}

body.text {
	background: #fff
}

.navbar {
	background: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.navbar-nav {
	display: block;
	float: none;
	white-space: nowrap
}

.navbar-nav > li {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.navbar-nav > li > a {
	display: block;
	position: relative;
	padding: 0 10px;
	font-size: 16px;
	line-height: 45px;
	vertical-align: middle;
    color: #fff
}

.navbar-nav > li > .dropdown-menu {
	display: none
}

.navbar-nav > li.active > .dropdown-menu {
	display: block
}

.navbar-nav .responsive-arrow {
	display: none
}

@media screen and (max-width: 1250px) {
	.navbar-nav > li > a {
		font-size: 13px;
		padding: 0 5px
	}
}

@media screen and (max-width: 1023px) {
	.navbar-nav {
		clear: both;
		margin-top: 15px
	}

	.navbar-nav > li {
		display: block
	}

	.navbar-nav > li > a {
		line-height: 20px;
		padding: 5px 10px !important;
		text-decoration: none;
		font-size: 18px !important;
		border-bottom: 1px solid #e6e6e6;
		text-transform: uppercase
	}

	.navbar-nav > li.active > .dropdown-menu, .navbar-nav > li > .dropdown-menu {
		display: block;
		height: auto;
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		padding: 0
	}

	.navbar-nav > li.active > .dropdown-menu:after, .navbar-nav > li > .dropdown-menu:after {
		content: '';
		display: block;
		height: 12px
	}

	.navbar-nav > li > .dropdown-menu {
		display: block;
		position: static;
		float: none;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		margin: 0
	}

	.navbar-nav > li.open > .dropdown-menu {
		max-height: 1000px;
		visibility: visible
	}

	.navbar-nav .responsive-arrow {
		display: block;
		vertical-align: middle;
		position: static;
		border: 2px solid transparent;
		margin: 0;
		float: right;
		background: url(images/sub-arrows.png) no-repeat scroll 50% 0;
		width: 25px;
		height: 17px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box
	}
}

.navbar a {
	color: #0f4045
}

.navbar li:hover a {
	background: 0;
}

.navbar li a:hover {
	text-decoration: underline
}

.navbar .active > a {
	/*color: #0094e6;
	text-decoration: underline*/
}

.navbar ul {
	padding: 0;
	font-size: 15px;
	list-style: none;
	margin-top: 4px;
	margin-left: 20px;
}

.navbar .dropdown ul > li {
	float: left;
	margin-right: 35px
}

.navbar .dropdown ul > li:hover a {
	text-decoration: underline
}

.navbar .dropdown ul > li a {
	color: #fff;
	text-decoration: none
}

.navbar .dropdown ul > .active a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #0094e6
}

.navbar .dropdown.active {
	display: block
}
.navbar .dropdown-menu ul li ul.sub-menu{
	display: none;
	position:absolute;
	background: #0e4145;
	top: 30px;
}
.navbar .dropdown-menu ul li ul.sub-menu li{
	display: block;
	padding: 5px 10px;
}
.navbar .dropdown-menu ul li ul.sub-menu li a{
	text-decoration: none;
}
.navbar .dropdown-menu ul li ul.sub-menu li.active a{
	text-decoration: underline;
}

.navbar .dropdown-menu ul li:hover ul.sub-menu{
	display: block;
}

.navbar .dropdown-menu ul li {
	display: inline-block;
	padding-right: 25px;
	color: #fff
}

.navbar .dropdown-menu ul li.active a {
	text-decoration: underline
}

.navbar .dropdown-menu ul li a {
	color: #fff;
	border-bottom: 0;
	text-decoration: none;
	font-size: 14px
}

.navbar .dropdown-menu ul li a:hover {
	text-decoration: underline
}

.navbar .active > a .hover-arrow {
	display: block
}

.hover-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	display: none;

	width: 17px;
	height: 9px
}

.right-side {
	margin-top: 10px;
	float: right;
	position: relative
}

.contact-link {
	display: block;
	clear: both;
	text-align: right;
	font-size: 15px;
	margin: 5px 10px
}

.contact-link:hover {
	text-decoration: underline
}

.navbar-toggle {
	background: #80ad00;
	position: relative;
	display: block;
	float: right;
	vertical-align: middle;
	padding: 9px 10px;
	margin: 13px 15px 0 0;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}

.navbar-toggle span {
	background: #0c589e;
}

@media (min-width: 1024px) {
	.navbar-toggle {
		display: none
	}
}

.languages {
	display: inline-block;
	vertical-align: middle
}

.languages .btn-default {
	background: 0;
	border: 0;
	box-shadow: none;
	margin-right: 16px
}

.user {
	float: left
}

.top-line {
	position: relative;
	height: 542px;
	text-align: center;
	overflow: hidden;
	display: block;
	z-index: 900
}

.top-line .slide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear
}

.top-line .slide.active {
	visibility: visible;
	opacity: 1
}

.top-line .slide .textblock {
	margin: 140px 40px 55px;
	line-height: 30px;
	text-align: center;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 22px;
	color: #fff
}

.top-line .slide .heading {
	font-size: 47px;
	line-height: normal;
	margin-bottom: 10px;
	font-family: inherit;
	color: inherit;
	background: url('images/text-bg.png') no-repeat center bottom;
	padding-bottom: 15px
}

.top-line .title-logo {
	margin: 60px 0 90px
}

.top-line .scroll-down {
	width: 105px;
	color: #fff;
	cursor: pointer;
	margin-left: -52px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 23
}

.top-line .scroll-down:active, .top-line .scroll-down:hover {
	outline: 0
}

.top-line .bubbles {
	position: absolute;
	bottom: 9px;
	left: 0;
	z-index: 24;
	text-align: center
}

.top-line .bubbles .bubble {
	border: 3px solid transparent;
	opacity: .75;
	cursor: pointer;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: transparent url(images/sprite_new.png) no-repeat scroll -423px -313px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.top-line .bubbles .bubble.sel, .top-line .bubbles .bubble:hover {
	opacity: .96;
	background-position: -448px -313px
}

.top-line svg {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9;
	display: block;
	width: 100%;
	height: auto
}

@media (max-width: 767px) {
	.top-line {
		height: auto;
		display: none;
		margin-top: 0 !important
	}

	.top-line .title-logo {
		display: none
	}

	.top-line .textblock {
		display: none
	}

	.top-line .scroll-down {
		display: none
	}
}

@media (max-width: 767px) {
	.categorySlideLink:hover {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}

	.categorySlideLink:hover .intro_category .link {
		background: #0094e6;
		font-size: 16px;
		border: 1px solid #0094e6;
		font-weight: bold;
		color: #fff
	}

	.categorySlideLink:hover .arrow-wrap img {
		margin-left: 0
	}

	.categorySlideLink:hover .arrow-wrap {
		margin-left: 5px
	}

	.readMoreBlocks {
		max-height: 9999999999px !important;
		margin-bottom: 0 !important
	}

	.readMoreButton {
		display: none
	}

	.readMoreDottedLine {
		display: none
	}

	.readMoreBlocksFAQ {
		max-height: 9999999999px !important;
		margin-bottom: 0 !important
	}

	.readMoreButtonFAQ {
		display: none
	}

	.readMoreDottedLineFAQ {
		display: none
	}
}

.percents {
	position: relative
}

.cs_knob:after {
	content: '%';
	position: absolute;
	left: 80px;
	bottom: 0
}

.knob-container {
	width: 138px;
	height: 138px;
	text-align: center;
	position: relative;
	position: absolute;
	top: 17px;
	background: #fff;
	border-radius: 100%
}

.knob-container .name {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #0e4145;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px
}

.knob-container.k4 .num {
	margin-top: 20px !important
}

.knob-container.k4 .name {
	top: 55px
}

.knob-visible-image {
	margin-top: -60px
}

.knob-container.k1 {
	left: 15px
}

.knob-container.k2 {
	left: 15px;
	top: 270px
}

.knob-container.k3 {
	right: 15px
}

.knob-container.k4 {
	right: 15px;
	top: 270px
}

.knob-container:after {
	content: "";
	width: 120%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 99%;
	background-color: #80ad00
}

.knob-container.k3:after {
	right: 99%;
	left: auto
}

.knob-container.k4:after {
	right: 99%;
	left: auto
}

.knob-wrapper {
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: 15% 160%
}

.content-line {
	padding-top: 35px
}

.content-line.gray h2 {
	color: #0e4145;
	margin: 19px 0 0;
	font-size: 32px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	text-align: left
}

.link {
	color: #fff;
	font-size: 20px;
	background: #80ad00;
	padding: 18px 35px;
	margin: 20px 0;
	display: inline-block;
	border: 0 none
}

.gray .block {
	position: relative;
	margin: 50px 0 0;
	padding-right: 30px;
	border-right: 1px solid #fff
}

.gray .block.last {
	padding-right: 0;
	border-right: 0
}

.gray .block .bullet {
	position: absolute;
	width: 11px;
	height: 11px;
	background: url('images/block-bg.png') no-repeat 0 0;
	top: 50%;
	margin-top: -6px;
	right: -6px
}

.gray .block h2 {
	font-family: 'Open Sans Light', Arial, sans-serif;
	margin-bottom: 25px
}

div.history {
	position: relative;
	padding: 60px 0
}

.gray-line {
	background: url('images/gray-border.jpg') repeat-x 0 center;
	position: absolute;
	width: 100%;
	height: 12px;
	left: 0;
	top: 241px
}

div.history h2 {
	margin-bottom: 40px
}

.marker {
	background: url('images/sprite_new.png') no-repeat 0 0;
	display: inline-block;
	width: 40px;
	height: 47px;
	margin-bottom: 8px
}

.bottom .marker {
	background-position: -822px -524px
}

.marker.top {
	background-position: -632px -519px
}

div.history .year {
	font-weight: bold;
	font-size: 18px;
	color: #0e4145;
	font-family: 'Open Sans', Arial, sans-serif
}

div.history .description {
	position: relative;
	color: #0e4145;
	font-size: 14px;
	height: 80px;
	overflow: visible;
	word-wrap: break-word;
	line-height: 1.3
}

.bottom .description {
	margin-top: -58px;
	margin-bottom: 10px
}

.h-block {
	padding-top: 68px;
	height: 240px;
	border-left: 1px dotted #c7ccd9;
	padding-left: 15px;
	padding-right: 15px;
	visibility: hidden
}

.h-block.first {
	border-left: 0
}

.img-responsive {
	min-width: 100%;
	width: auto;
	min-height: 370px;
	overflow: hidden
}

.carousel-caption {
	top: 10%;
	left: 0;
	bottom: auto;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: left
}

.carousel-caption h2 {
	color: #fff;
	line-height: normal;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 28px
}

.carousel-caption blockquote, .testimonial-slide blockquote {
	text-align: justify;
	padding-top: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-style: normal;
	margin-left: 0;
	font-family: "Open Sans Light", Arial, sans-serif;
	/* height: 300px; */
}

.carousel-caption .read-more, .testimonial-carousel .read-more {
	/* display: inline-block; */
	background: #80ad00;
	font-size: 16px;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	margin-left: 50px;
	padding: 10px 30px;
	margin-top: 30px;
	/* height: 61px; */
	/* float: left; */
	/* width: 100%; */
	float: left;
}

.carousel-caption .read-more:hover, .testimonial-carousel .read-more:hover {
	text-decoration: none;
	background: #8fb61f
}

.text-slide .carousel-caption {
	top: 10%
}

.text-slide .carousel-caption blockquote {
	padding-left: 0;
	padding-top: 40px
}

.text-slide .carousel-caption .read-more, .testimonial-carousel .read-more {
	margin-left: 0;
}

.text-slide {
	margin-top: -20px
}

.text-slide .carousel-indicators li {
	margin: 0 15px 0 0;
	width: 16px;
	height: 16px;
	background-color: #fff
}

.text-slide .carousel-caption .read-more, .testimonial-carousel .read-more {
	margin-top: 0;
}

.with-video {
	cursor: pointer
}

#carousel-example-generic-intro .col-xs-6 {
	/* float: left; */
	/* height: 100%; */
	/* overflow: auto; */
	height: 367px;
}

#carousel-example-generic-intro .carousel-indicators {
	text-align: right;
	width: auto;
	margin-left: 0;
	left: 15px
}

#carousel-example-generic-intro .read-more {
	/* position: absolute; */
	/* bottom: 90px; */
	/* left: 15px; */
	/* position: relative; */
	/* top: auto; */
}

.testimonial-slide h2 {
	color: #fff;
	line-height: normal;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 50px
}

.testimonial-slide blockquote {
	font-size: 14px;
	/* float: left; */
	/* overflow: hidden; */
	/* overflow: auto; */
}

.testimonial-slide {
	padding: 60px 0 40px 0
}

.testimonial-carousel {
	background-size: cover;
	background-position: 60% 0
}

.carousel-indicators {
	bottom: 20px;
	text-align: left;
	width: 60%;
	margin-left: 0;
	left: 15px
}

.carousel-indicators li.active {
	background-color: transparent
}

.question h3 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
	color: #0e4145;
	font-family: 'Open Sans Light', Arial, sans-serif
}

.question {
	font-size: 14px;
	text-align: justify
}

.q-block {
	border-right: 1px dotted #c7ccd9;
	padding-right: 20px
}

.founder {
	height: 81px;
	margin-top: 46px;
	border-top: 1px solid #e7e9f1;
	text-align: center
}

.founder img {
	margin-top: -41px
}

.modal-dialog {
	max-width: 676px;
	top: 10%
}

.modal-content {
	border-radius: 0;
	padding: 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.modal-dialog .close {
	background: url('images/sprite_new.png') no-repeat -108px -264px;
	margin-bottom: 10px;
	width: 22px;
	height: 22px;
	border: 0
}

.wrapper {
	min-height: 100%;
	margin: 0 0 -365px
}

.push {
	height: 365px
}

.headline {
	background: #f8faff;
	font-size: 12px;
	border-bottom: 1px solid #dae5e5;
	/* padding: 25px 15px; */
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px
}

.products .col-lg-4 {
	padding: 0
}

.products .col-lg-3 {
	padding: 0
}

.content.general-products {
	background: transparent;
	box-shadow: none;
	margin-bottom: 50px
}

.content.general-products:after {
	content: '';
	display: block;
	clear: both
}

.general_product_category {
	padding: 50px 0 10px 0
}

.content.general-products .product {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15)
}

.general_product_category .title {
	font-family: 'Open Sans Bold', Arial, sans-serif;
	/* font-size: 24px; */
	color: #0094e6;
	background-position: 0 0 !important;
	text-align: left;
	font-size: 1.5em;
}

.general_product_category .title-arrow {
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: 10px
}

.general_product_category .title-arrow:before {
	content: '';
	display: block;
	background: transparent url(images/arrow3.png) no-repeat scroll 100% 0;
	width: 20px;
	height: 17px
}

.general-product-currencies {
	padding: 15px
}

.general-product-currency-ico {
	float: right;
	margin-right: 20px;
	width: 30px;
	margin-top: -3px;
	margin-bottom: 7px
}

.general-product-currency-text {
	padding-left: 15px
}

.general_product_category a {
	text-decoration: none
}

.general_product_category a:hover .title-arrow {
	margin-left: 15px
}

.general_product_category .title .description {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #333
}

.general_product_category img {
	float: left;
	margin-right: 20px
}

.product {
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 16px;
	padding: 20px 15px;
	border-right: 1px solid #dae5e5;
	border-bottom: 1px solid #dae5e5;
	height: 415px
}

.product img {
	max-width: 100% !important;
	height: auto
}

.product a {
	color: #0f4245
}

.product .price {
	color: #0094e6;
	font-size: 24px;
	margin-top: 10px
}

.product .price span {
	padding-left: 5px;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
	color: #332003
}

.product .add-to-card {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 150px 0;
	width: 100%;
	height: 100%;
	background: rgba(129, 173, 0, 0.8)
}

.product .add-to-card a {
	border: 3px solid #fff;
	color: #fff;
	font-size: 18px;
	height: 44px;
	line-height: 40px;
	margin: 0 auto 10px;
	display: block;
	text-decoration: none;
	width: 69%;
	position: relative;
	z-index: 1
}

.product .add-to-card a:hover {
	background: #fff;
	color: #0094e6;
	font-size: 18px;
	height: 44px;
	line-height: 40px;
	display: block;
	text-decoration: none
}

.product .add-to-card a.top-hover {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: 0;
	z-index: 0
}

.product .add-to-card a.bottom-hover {
	position: absolute;
	left: 0;
	top: 248px;
	border: 0;
	width: 281px;
	height: 166px;
	margin: 0;
	background: 0;
	z-index: 0
}

.product:hover .add-to-card {
	display: block
}

.product.last {
	border-right: 0
}

.product.ui-draggable-dragging {
	z-index: 999
}

.filter-select {
	position: relative
}

.filter-select .btn-default {
	background: 0;
	border: 0;
	box-shadow: none;
	font-family: 'Open Sans Bold', Arial, sans-serif;
	vertical-align: top
}

.filter-select .caret {
	background: url('images/filter-arrow.png') no-repeat 0 0;
	width: 18px;
	height: 11px;
	border: 0
}

.contact-us {
	width: 400px;
	position: fixed;
	right: -173px;
	top: 280px;
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans Bold', Arial, sans-serif;
	z-index: 1100;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.contact-us a {
	background: #0e4145;
	color: #fff;
	padding: 16px 25px
}

.price-calculator {
	position: fixed;
	top: 190px;
	color: #fff;
	right: 0;
	font-size: 18px;
	font-family: 'Open Sans Bold', Arial, sans-serif;
	z-index: 1100
}

.calculator-show {
	cursor: pointer;
	width: 53px;
	height: 77px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #0e4145;
	background-image: url('images/calculator-ico.png');
	float: left
}

.calculator-hide {
	width: 0;
	float: left;
	border: 1px solid #dae5e5;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	-moz-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	-webkit-transition: all 1s ease-out 0;
	-moz-transition: all 1s ease-out 0;
	-o-transition: all 1s ease-out 0;
	transition: all 1s ease-out 0
}

.calculator-hide.show {
	width: 280px
}

.calculator-body {
	width: 280px
}

.calculator-form {
	padding: 10px 25px
}

.calculator-form input[type="text"], .calculator-form input, .calculator-form select {
	display: block;
	width: 100%;
	height: 54px;
	background-color: #f5f6f9;
	border: 1px solid #dae5e5;
	border-radius: 1px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	padding: 6px 10px;
	outline: 0
}

.calculator-form input[type="text"]:focus, .calculator-form select:focus {
	-webkit-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31)
}

.calculator-form input[type="text"] {
	padding: 7px 12px
}

.calculator-form input[type="text"].error {
	border-color: red
}

.calculator-form input[type="submit"] {
	background-color: #0094e6;
	border: 1px solid #0094e6;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #fff;
	font-size: 14px
}

.calculator-form input::-webkit-input-placeholder {
	color: #333
}

.calculator-form input:-moz-placeholder {
	color: #333;
	opacity: 1
}

.calculator-form input::-moz-placeholder {
	color: #333;
	opacity: 1
}

.calculator-form input:-ms-input-placeholder {
	color: #333
}

.calculator-form input:placeholder-shown {
	color: #333
}

.calculator-title {
	border-bottom: 1px solid #dae5e5;
	padding: 25px;
	background-color: #f8faff;
	color: #0e4145
}

.calculator-result {
	color: #333;
	display: none;
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 0 25px 25px 25px;
	font-size: 16px
}

.calculator-result-error {
	color: red
}

.calculator-result-price {
	color: #0094e6
}

.calculator-left {
	float: left;
	width: 70%;
	padding-right: 10px
}

.calculator-right {
	float: left;
	width: 30%
}

.txt-bg {
	position: absolute;
	z-index: -1;
	top: 100px;
	width: 100%;
	overflow: hidden
}

.txt-bg {
	width: 100%
}

.email-input {
	padding-right: 160px;
	margin-bottom: 20px;
	position: relative
}

.email-input input[type="text"] {
	width: 100%;
	height: 46px;
	padding-left: 16px;
	border: 1px solid #2c2c2c;
	background: #0c0c0c;
	color: #868e90
}

.subscribe-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	width: 154px;
	text-align: center;
	line-height: 46px;
	background: 0;
	border: 1px solid #595e5f;
	font-size: 16px;
	background: #0094e6;
	color: #fff
}

.shopping {
	text-align: center;
	color: #868d8d
}

.shopping.empty {
	padding-bottom: 30px
}

.wave {
	position: absolute;
	background: url('images/basket-bg.png') repeat-x -8px 0;
	width: 100%;
	height: 16px;
	bottom: -16px
}

.wave.gray {
	background-image: url('images/basket-bg-gray.png')
}

.i-block {
	margin-top: 40px
}

.i-block .inner {
	padding: 20px;
	color: #839091
}

.i-block .inner p {
	line-height: 24px
}

.i-block .title {
	color: #0e4145;
	font-size: 20px;
	margin-bottom: 12px;
	display: block
}

.i-block .read-more {
	color: #fff;
	padding: 10px 16px;
	background: #0094e6;
	margin: 5px 0;
	display: inline-block
}

.back-link {
	line-height: 18px;
	margin-top: 40px;
	color: #0e4145;
	font-size: 18px;
	font-family: "Open Sans", Arial, sans-serif
}

.back-link:hover {
	color: #0e4145
}

#scroll-container {
	width: 100%;
	height: auto;
	max-height: 288px
}

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

.product-list li {
	padding: 15px 10px 15px 70px;
	border-bottom: 1px solid #e8ebf4
}

.product-list li:hover a.close {
	background: url("images/modal_close_small.png") no-repeat scroll -21px 0 rgba(0, 0, 0, 0) !important
}

.product-list .image {
	float: left;
	margin-left: -60px;
	width: 60px;
	text-align: center
}

.product-list .title {
	display: block;
	margin: 0 0 5px;
	color: #0f4245;
	text-align: left;
	font-size: 14px
}

.product-list strong {
	display: block;
	text-align: left;
	color: #0f4245;
	float: left
}

.product-list a.close {
	float: right;
	background: url("images/modal_close_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px
}

.shopping .total {
	padding: 30px;
	background: #f8faff;
	text-align: center;
	font-size: 24px;
	color: #0e4145
}

.basket-heading {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.button.green {
	display: block;
	border: 0;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	padding: 10px 15px;
	background: #0094e6;
	color: #fff
}

.button.green.our-store {
	margin: 5px 0 0;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 36px;
	margin-left: 7px
}

.rating {
	display: block;
	margin-bottom: 30px
}

.rating .icon {
	float: left
}

.product-info {
	padding: 35px 0
}

.content.product-info h2 {
	font-size: 26px;
	color: #0f4245;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	text-align: left
}

.content.product-info .price {
	font-size: 34px;
	font-family: 'Open Sans Bold', Arial, sans-serif;
}

.content.product-info .price span.old {
	display: inline-block;
	margin-left: 10px;
	font-size: 26px;
	font-family: 'Open Sans', Arial;
	text-decoration: line-through;
	color: #9b8981
}

.content.product-info label {
	color: #868d8d;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal
}

.shipping-info a, .payment-info a {
	color: #0e4145;
	font-size: 16px
}

.shipping-info {
	margin-bottom: 15px
}

.quantity {
	display: inline-block
}

.quantity .btn-default {
	background: #fff;
	border: 0;
	box-shadow: 0 0 5px #cbcbcb;
	padding: 4px 12px;
	color: #0e4145;
	font-size: 24px;
	font-family: "Open Sans", Arial, sans-serif
}

.quantity .caret {
	background: url('images/sprite_new.png') no-repeat -588px -178px;
	border: 0;
	width: 10px;
	height: 6px
}

td.quantity .amount {
	float: none;
	margin: 0 auto
}

td.quantity {
	vertical-align: middle
}

.infoblock {
	background: #f8faff;
	border: 1px solid #dae5e5;
	margin-bottom: 20px
}

.p-block {
	padding: 35px 20px;
	border-right: 1px solid #dae5e5
}

.p-block.b0 {
	border-right: 0
}

.p-block .amount {
	float: right;
	box-shadow: 0 0 5px #cbcbcb
}

.p-block .amount input {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	border-right: 1px solid #ddd;
	line-height: 37px;
	float: left
}

.p-block .amount .plus {
	border-bottom: 1px solid #ddd
}

.socials {
	background: #fff;
	border-top: 1px solid #e8ebf4;
	padding-top: 15px;
	padding-bottom: 15px
}

#product .carousel-indicators {
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;
	left: 0;
	bottom: -45px
}

#product .carousel-indicators li {
	display: inline-block;
	width: 24px;
	height: 24px
}

#product .carousel-inner > .item {
	text-align: center
}

#product .carousel-inner > .item a {
	display: block
}

#product .carousel-inner > .item img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.carousel-inner > .item {
	overflow: hidden;
}

.carousel-inner .img-responsive {
	width: auto;
	min-height: inherit
}

.s-container {
	margin: 0 20px;
	position: relative
}

#other-products {
	overflow: hidden
}

#other-products .carousel-caption {
	padding: 0;
	top: 0;
	position: relative
}

#other-products .carousel-inner {
	border: 1px solid #e8ebf4;
	overflow: visible
}

#other-products .carousel-inner > .item {
	width: 100%;
	min-height: 85px
}

#other-products .s-block {
	padding: 17px;
	border-right: 1px solid #e8ebf4;
	font-size: 14px;
	color: #0f4245;
	text-shadow: none
}

#other-products .s-block.b0 {
	border-right: 0
}

#other-products .s-block img {
	margin-right: 5px
}

.other-products .carousel-control {
	width: 20px;
	height: 20px;
	top: 32px;
	background: 0
}

.other-products .carousel-control.left {
	margin-left: -25px
}

.other-products .carousel-control.right {
	margin-right: -25px
}

.other-products h3 {
	padding-left: 20px;
	color: #0f4245;
	font-size: 18px;
	font-family: 'Open Sans Light', Arial, sans-serif
}

.tabs-container {
	margin-top: 50px
}

.tabs-container .nav-tabs {
	margin-right: 0;
	padding-left: 36px;
	border-color: #d1d3de
}

.tabs-container .tab-content {
	padding: 36px 40px 0;
	color: #868d8d
}

.tabs-container .nav-tabs > li {
	border-color: #d1d3de;
	margin-right: 10px
}

.tabs-container .nav-tabs > li a {
	border-radius: 0;
	font-size: 18px;
	border-bottom: 1px solid #d1d3de;
	padding: 18px 40px;
	color: #868d8d;
	background: #f1f3f8
}

.tabs-container .nav-tabs > li.active a {
	background: 0;
	border-bottom: 1px solid #fff;
	color: #0f4245;
	margin-right: 0
}

.tabs-container .nav-tabs > li a.active {
	background: 0;
	border-bottom: 1px solid #fff;
	color: #0f4245;
	margin-right: 0;
	border-color: #d1d3de;
}

.tabs-container .nav-tabs > li a:focus, .tabs-container .nav-tabs > li a:active, .tabs-container .nav-tabs > li a:hover {
	outline: 0;
	text-decoration: none
}

.tabs-container .tab-content h4 {
	font-size: 26px;
	color: #0f4245;
	font-family: 'Open Sans Light', Arial, sans-serif
}

.tabs-container.dialog-tabs {
	margin: 0
}

.tabs-container.dialog-tabs .nav-tabs {
	padding: 0;
	border: 0
}

.tabs-container.dialog-tabs .nav-tabs > li {
	margin: 0;
	width: 50%
}

.tabs-container.dialog-tabs .nav-tabs > li a {
	text-align: center;
	background: #dae5e5;
	border: 0;
	margin: 0;
	color: #0f4245;
	text-transform: uppercase;
	font-size: 18px
}

.tabs-container.dialog-tabs .nav-tabs > li.active a {
	background: 0;
	font-family: 'Open Sans Bold', Arial, sans-serif
}

.login-dialog .modal-dialog {
	max-width: 460px
}

.login-dialog .modal-content {
	padding: 0
}

.login-dialog .tab-content {
	padding-bottom: 35px
}

.testimonial-dialog .modal-content {
	padding: 2px
}

.testimonial-dialog .registration input[type="text"], .testimonial-dialog .registration input[type="password"], .testimonial-dialog .registration input[type="email"], .testimonial-dialog .registration input[type="number"] {
	border: 1px solid #cfdcdc;
	padding: 12px 20px;
	margin: 0 0 20px;
	color: #969f9f;
	font-size: 18px;
	width: 100%;
	height: 49px
}

.testimonial-dialog .registration .button.green {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-family: 'Open Sans Bold', Arial, sans-serif;
	text-transform: uppercase
}

.testimonial-dialog .registration input[type="checkbox"] {
	margin-right: 10px
}

.testimonial-dialog .registration textarea {
	border: 1px solid #cfdcdc;
	padding: 12px 20px;
	margin: 0;
	color: #969f9f;
	font-size: 18px;
	width: 100%;
	height: 150px
}

.testimonial-dialog h2 {
	margin-left: 16px;
	margin-bottom: 10px
}

.quest {
	font-size: 28px;
	margin: 25px 0;
	font-family: "Open Sans", Arial, sans-serif;
	color: #0e4145
}

.answ {
	color: #839091;
	line-height: 24px
}

.q-line {
	text-align: center;
	border-top: 1px solid #cfcfcf;
	height: 18px;
	margin: 25px 0
}

.more-faq {
	font-size: 18px;
	text-align: center;
	margin: 50px 0;
	cursor: pointer;
	position: relative
}

.more-faq .underline {
	border: 0;
	border-bottom: 1px solid #e3ecd4
}

.more-faq input[type="submit"] {
	background: 0;
	outline: 0
}

.more-faq input[type="submit"]:focus {
	outline: 0
}

#ajax-loader {
	position: absolute;
	top: -95px;
	left: 50%;
	margin-left: -50px;
	display: none
}

.img-placeholder {
	opacity: 0
}

.column {
	padding: 5px 15px
}

.column.none {
	border-right: 0
}

.customer {
	padding-bottom: 25px;
	border-bottom: 1px solid #e3e3e3;
	text-align: justify
}

.customer .photo {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.customer .text {
	padding-bottom: 20px
}

.customer .replay {
	padding-left: 25px;
	padding-top: 10px
}

.customer .replay .body {
	border-left: 1px solid #e3e3e3;
	padding-left: 15px
}

.box .photo {
	background: url('images/photo-border.png') no-repeat 0 0;
	width: 53px;
	height: 53px;
	float: left;
	margin-right: 17px
}

.box .photo .photo img {
	position: relative;
	z-index: -1
}

.author {
	color: #0e4145
}

.author strong {
	font-weight: normal;
	font-family: 'Open Sans Bold', Arial, sans-serif
}

.contact-form {
	padding: 25px;
	background: #f5f6f9;
	margin: 0 0 20px
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	border: 1px solid #e3e5ec;
	margin: 0 0 10px;
	box-shadow: 0 0 5px #e2e4e9;
	color: #839091;
	width: 100%;
	font-size: 14px;
	padding: 15px 10px 15px 20px
}

.contact-form textarea {
	height: 235px
}

.contact-form .button.green {
	font-family: 'Open Sans Bold', Arial, sans-serif;
	font-size: 16px
}

.contact-form .Error_block {
	margin-left: 0;
	margin-right: 0
}

.contact-form .ok {
	padding: 10px;
	border: 1px solid #0094e6;
	background-color: #cfe984;
	color: #0094e6;
	margin-bottom: 10px
}

.map .col-sm-6 {
	border: 1px solid #e3e3e3;
	padding-top: 28px;
	padding-bottom: 34px
}

.map .col-sm-6.br0 {
	border-right: 0
}

.map {
	color: #839091;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 40px
}

.map h2 {
	line-height: normal
}

.frame {
	height: 365px;
	overflow: hidden
}

@media (max-width: 1400px) {
	.carousel-caption {
		top: 0
	}

	.carousel-caption blockquote {
		font-size: 14px;
		line-height: 16px
	}

	.carousel-caption .read-more, .testimonial-carousel .read-more {
		font-size: 14px;
		padding: 10px 20px;
		margin-top: 10px
	}

	.back-link {
		font-size: 16px
	}

	.button.green {
		font-size: 14px
	}

	.tabs-container .nav-tabs > li a {
		padding: 10px 20px
	}

	.text-slide .carousel-caption, .testimonial-carousel .read-more {
		top: 5%
	}
}

@media (max-width: 767px) {
	.testimonial-slide .col-xs-6 {
		width: 100%
	}

	.testimonial-slide {
		padding-top: 40px
	}

	.trust_pilot_block:first-child {
		border-left: 0
	}

	.trust_pilot_block {
		border-left: none !important;
		border-bottom: #839091 dotted 1px !important;
		padding-top: 10px
	}

	.trust_pilot_block:last-child {
		border-bottom: none !important
	}

	.gray .block {
		border: 0;
		padding: 0
	}

	div.history .year {
		font-size: 12px
	}

	.carousel-caption {
		top: 0
	}

	.carousel-caption h2 {
		font-size: 16px
	}

	.carousel-caption blockquote {
		font-size: 12px;
		line-height: 14px
	}

	.carousel-caption .read-more, .testimonial-carousel .read-more, #carousel-example-generic-intro .testimonial-carousel .read-more {
		font-size: 14px;
		padding: 8px 17px;
		margin-top: 10px;
		left: 15px !important
	}

	#carousel-example-generic-intro .carousel-indicators {
		left: 15px
	}

	.achievements .block {
		height: auto !important
	}

	.f-block {
		border-right: 0
	}

	.right-side {
		margin-top: 40px
	}

	.navbar-brand {
		margin-left: 0
	}

	.carousel-caption blockquote {
		max-height: 156px;
		overflow: hidden;
		position: relative
	}

	.carousel-caption blockquote:after {
		content: '...';
		position: absolute;
		left: 50px;
		bottom: -4px
	}

	.knob-container.k1 {
		left: 10px;
		top: -10px;
		background: #fff
	}

	.knob-container.k2 {
		left: 10px;
		top: 168px;
		background: #fff
	}

	.knob-container.k3 {
		right: 10px;
		top: -10px;
		background: #fff
	}

	.knob-container.k4 {
		right: 10px;
		top: 168px;
		background: #fff
	}

	.map .col-sm-6.br0 {
		border-right: 1px solid #e3e3e3
	}

	.cart_block table th {
		display: none
	}

	.cart_block table td.name {
		width: 100% !important;
		text-align: center
	}

	.cart_block .amount {
		float: none;
		width: 129px
	}

	.cart_block .amount input {
		font-size: 16px
	}

	.cart_block .amount .plus {
		width: 45px;
		height: 38px;
		border-bottom: 0;
		font-size: 28px;
		padding-top: 9px;
		border-right: 1px solid #ddd
	}

	.cart_block .amount .minus {
		width: 45px;
		height: 38px;
		font-size: 28px;
		padding-top: 9px
	}

	.cart_block table td.quantity {
		padding-top: 10px !important
	}

	.cart_block table td.price {
		display: none
	}
}

#other-products .s-block a {
	color: #0f4245
}

.cart_block .image img {
	height: 140px
}

@media (max-width: 990px) {
	#responsive-menu {
		margin-top: 25px
	}

	.price-calculator {
		display: none
	}

	.cart_block .image img {
		height: auto;
		max-width: none
	}

	.h-block {
		visibility: visible
	}

	.intro_category .link {
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms
	}

	.intro_category .link:hover {
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms
	}

	.link {
		padding: 15px 20px
	}

	.navbar .dropdown ul > li {
		float: none
	}

	.navbar .dropdown ul > li a {
		color: #0f4045
	}

	.dropdown-menu ul {
		padding-left: 20px
	}

	.navbar-nav .dropdown-menu {
		padding-top: 0
	}

	.navbar .dropdown ul .active a {
		color: #0094e6
	}

	.navbar .open .hover-arrow {
		display: none
	}

	#product .carousel-indicators {
		bottom: -30px
	}

	.payment-info {
		margin-bottom: 20px
	}

	.p-block {
		border-right: 0;
		border-bottom: 1px solid #dae5e5
	}

	#other-products .s-block {
		border-right: 0;
		border-bottom: 1px solid #e8ebf4
	}

	#other-products .s-block.b0 {
		border-bottom: 0
	}

	.tabs-container .nav-tabs {
		padding-left: 0
	}

	.tabs-container .nav-tabs a {
		margin-right: 0
	}

	.tabs-container .nav-tabs > li.active a {
		border-bottom-color: #ddd
	}

	.products .mgl20 {
		margin: 0
	}

	.products .col-lg-5, .products .col-lg-3 {
		width: 100%
	}

	.products .col-lg-4 {
		padding: 0 15px
	}
}

@media (max-width: 1023px) {
	header {
		margin-bottom: 0 !important
	}

	.navbar-brand {
		height: 35px;
		margin-top: 8px;
		padding: 0;
		margin-left: 15px
	}

	.navbar-brand img {
		height: 100%;
		width: auto
	}

	.navbar .active > a .hover-arrow, .navbar > a .hover-arrow {
		display: none
	}

	.navbar-nav > li:last-child > a {
		border-bottom: 0
	}

	.navbar .active > a {
		text-decoration: none
	}

	.navbar li:hover a, .navbar .dropdown-menu ul li a:hover {
		color: #0094e6;
		text-decoration: none
	}

	.navbar .dropdown-menu ul li a {
		font-size: 16px !important;
		padding: 3px 10px
	}

	.navbar-nav {
		margin: 0;
		padding-bottom: 150px !important
	}

	.navbar a {
		color: #fff
	}

	.user, .login {
		float: right
	}

	.navbar-nav-wrap {
		height: 100%;
		overflow-y: auto;
		padding-right: 20px;
		margin-right: -20px
	}

	.product:hover .add-to-card {
		background: 0
	}

	.product:hover .add-to-card .add-basket, .product:hover .add-to-card .find-out {
		display: none
	}

	.right-side {
		float: none;
		margin-top: 0
	}

	.right-side .fr {
		float: none !important
	}

	.product-to-choose-btn {
		display: none
	}

	.navbar .navbar-nav .dropdown-menu ul li {
		display: block
	}

	.navbar .navbar-nav .dropdown-menu .container {
		width: 100%
	}

	.dropdown-menu ul {
		padding-left: 20px
	}

	.navbar-nav .dropdown-menu {
		padding-top: 0
	}

	.navbar .navbar-nav .dropdown-menu ul li a {
		color: #fff;
		display: block;
		text-transform: lowercase
	}

	.navbar .navbar-nav .dropdown-menu ul li a:first-letter {
		text-transform: capitalize
	}

	.languages .btn-default {
		color: #fff
	}

	.login {
		background-color: #fff
	}
}

@media (max-width: 768px) {
	.navbar-header {
		padding-left: 0
	}
}

@media (max-width: 1200px) {
	.product-categories.stickycat .title {
		padding: 5px 0 5px 55px;
		background-position: 10px 50% !important;
		font-size: 12px
	}

	.intro_category.n2 {
		border-left: 0 !important
	}

	.historySlider .arrowRight, .historySlider .arrowLeft {
		visibility: visible !important;
		opacity: 1 !important
	}
}

@media (max-width: 480px) {
	#login_form .registration .block {
		width: 100%
	}

	#login_form .registration input[type="text"], #login_form .registration input[type="password"] {
		width: 100%
	}

	.carousel-caption blockquote {
		display: none
	}

	.carousel-caption .read-more, .testimonial-carousel .read-more {
		margin-left: 0
	}

	.email-input {
		padding-right: 0
	}

	.subscribe-button {
		float: none;
		margin-right: 0;
		margin-top: 10px;
		position: relative
	}

	.percents {
		display: none
	}

	.knob-wrapper {
		background-image: none
	}

	#product .carousel-indicators {
		bottom: -45px
	}

	.infoblock {
		margin-left: -30px;
		margin-right: -30px
	}

	.col-xs-5, .col-xs-7 {
		width: 100%
	}

	.product-info > .col-xs-7 {
		margin-top: 50px
	}

	.p-block .amount {
		float: none;
		width: 129px
	}

	.p-block .amount .plus {
		width: 45px;
		height: 38px;
		border-bottom: 0;
		font-size: 28px;
		padding-top: 9px;
		border-right: 1px solid #ddd
	}

	.p-block .amount .minus {
		width: 45px;
		height: 38px;
		font-size: 28px;
		padding-top: 9px
	}

	#other-products .col-xs-4 {
		width: 100%
	}

	header {
		margin-bottom: 0 !important
	}
}

.blogicon {
	background: url('images/blogIcon.png') no-repeat 0 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 9px
}

.icon {
	background: url('images/sprite_new.png') no-repeat 0 0
}

.icon.heart {
	width: 87px;
	height: 78px;
	display: inline-block;
	background-position: 0 0
}

.icon.co2 {
	width: 87px;
	height: 78px;
	display: inline-block;
	background-position: -283px 0
}

.icon.hemp {
	width: 87px;
	height: 78px;
	display: inline-block;
	background-position: -578px 0
}

.icon.bottle {
	width: 87px;
	height: 78px;
	display: inline-block;
	background-position: -880px 0
}

.icon.social {
	background-position: 0 -154px;
	width: 32px;
	height: 32px;
	margin-right: 9px;
	display: inline-block
}

.icon.social.gplus {
	background-position: -40px -154px
}

.icon.social.tweet {
	background-position: -80px -154px
}

.icon.basket {
	background-position: -146px -154px;
	width: 38px;
	height: 30px;
	margin-top: -7px
}

.icon.no-basket {
	background-position: -254px -95px;
	width: 131px;
	height: 105px;
	display: inline-block;
	margin: 45px 0 40px
}

.icon.back {
	background-position: -213px -162px;
	width: 8px;
	height: 18px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 10px
}

.icon.star {
	background-position: -441px -163px;
	width: 24px;
	height: 22px
}

.icon.star.active {
	background-position: -414px -163px
}

.icon.shipping {
	background-position: -496px -161px;
	width: 29px;
	height: 29px;
	margin-right: 15px
}

.icon.payment {
	background-position: -542px -161px;
	width: 29px;
	height: 29px;
	margin-right: 15px
}

.icon.slider-bullet {
	background-position: -615px -167px;
	width: 22px;
	height: 22px;
	display: block
}

.active .icon.slider-bullet {
	background-position: -647px -169px;
	width: 22px;
	height: 22px;
	display: block
}

.icon.left-arrow {
	background-position: -678px -174px;
	width: 20px;
	height: 20px;
	float: left
}

.icon.right-arrow {
	background-position: -698px -174px;
	width: 20px;
	height: 20px;
	float: left
}

.icon.quest {
	background-position: -732px -173px;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 0;
	margin-top: -8px;
	margin-left: -8px
}

.icon.bottom-arrow {
	background-position: -760px -180px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: 10px
}

.icon.scroll {
	background-position: -795px -134px;
	width: 41px;
	height: 66px;
	display: inline-block
}

.icon.slide-bullet {
	background-position: -865px -176px;
	width: 16px;
	height: 16px;
	display: block
}

.active .icon.slide-bullet {
	background-position: -895px -176px;
	width: 16px;
	height: 16px;
	display: block
}

.icon.video {
	background-position: 0 -235px;
	width: 77px;
	height: 77px;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: 50%;
	margin-top: -37px
}

li > .top-card-container {
	top: 100%;
	margin-top: -41px
}

.top-card-container {
	z-index: 1001;
	position: absolute;
	right: 50%;
	margin-right: -570px;
	top: 100%;
	margin-top: -10px;
	width: 350px
}

.top-card-container.index {
	top: 100%;
	margin-top: -8px
}

.top-card {
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	width: 56px;
	position: absolute;
	right: 15px;
	top: 10px;
	padding: 10px 6px 10px 4px;
	height: 43px;
	background: url(images/card-bg.png) no-repeat 0 0 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999
}

.top-card-container:hover > .top-card-basket, .top-card-container.opened > .top-card-basket {
	max-height: 1000px
}

.top-card-container:hover > .top-card, .top-card-container.opened > .top-card {
	transform: rotate(-90deg);
	top: 14px;
	right: -34px
}

.top-card-basket {
	display: block;
	max-height: 1px;
	overflow: hidden;
	transition: max-height .5s
}

.icon.small-card {
	background-position: -155px -265px;
	width: 24px;
	height: 19px;
	float: right
}

.btn-block {
	display: block
}

.rel {
	position: relative
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0 !important;
	margin: 0 !important
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.fn {
	float: none !important
}

.db {
	display: block
}

.ovh {
	overflow: hidden
}

.green {
	color: #0094e6
}

.t-alc {
	text-align: center
}

.t-alr {
	text-align: right
}

.t-all {
	text-align: left
}

.pdb50 {
	padding-bottom: 50px
}

.mgl10 {
	margin-left: 10px
}

.mgl12 {
	margin-left: 12px
}

.mgl20 {
	margin-left: 20px
}

.mgl30 {
	margin-left: 30px
}

.mgl50 {
	margin-left: 50px
}

.mgl65 {
	margin-left: 65px
}

.mgr5 {
	margin-right: 5px
}

.mgr10 {
	margin-right: 10px
}

.mgr12 {
	margin-right: 12px
}

.mgr20 {
	margin-right: 20px
}

.mgr30 {
	margin-right: 30px
}

.mgr50 {
	margin-right: 50px
}

.mgt8 {
	margin-top: 8px
}

.mgt10 {
	margin-top: 10px
}

.mgt15 {
	margin-top: 15px
}

.mgt20 {
	margin-top: 20px
}

.mgt30 {
	margin-top: 30px
}

.mgt35 {
	margin-top: 35px
}

.mgt50 {
	margin-top: 50px
}

.mgt60 {
	margin-top: 60px
}

.mgt80 {
	margin-top: 80px
}

.mgb10 {
	margin-bottom: 10px
}

.mgb15 {
	margin-bottom: 15px
}

.mgb25 {
	margin-bottom: 25px
}

.mgb30 {
	margin-bottom: 30px
}

.mgb50 {
	margin-bottom: 50px
}

.mgb60 {
	margin-bottom: 60px
}

.mgb100 {
	margin-bottom: 100px
}

.mgr0 {
	margin-right: 0
}

.fz12 {
	font-size: 12px
}

.fz24 {
	font-size: 24px
}

.w100 {
	width: 100%
}

@media (max-width: 767px) {
	.row table td {
		display: block;
		width: 100% !important
	}
}

.break {
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dae5e5
}

.cart_block table {
	width: 100%;
}

.cart_block table {
	font-family: 'Open Sans', Arial, sans-serif;
	width: 100%
}

.cart_block table th {
	background-color: #e8ebf4;
	color: #0f4245;
	font-size: 13px;
	padding: 10px
}

.cart_block table th.center {
	text-align: center
}

.cart_block table td {
	padding: 4px 10px;
	vertical-align: middle
}

.cart_block table td:first-child {
	text-align: center
}

.cart_block table td.quantity {
	display: table-cell
}

.cart_block table td.name {
	line-height: 15px;
	width: 220px
}

.cart_block table td.name a {
	color: #28adce
}

.cart_block table td.color {
	text-align: center
}

.cart_block table td.color img {
	border-radius: 26px;
	box-shadow: 0 0 5px #d0beb2;
	height: 40px;
	padding: 3px;
	width: 40px
}

.cart_block table td.price {
	color: #554036;
	line-height: 16px;
	text-align: center
}

.cart_block table td.price span {
	color: #9b8981;
	display: block;
	text-decoration: line-through
}

.cart_block table td .close {
	background: url("images/modal_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 25px;
	margin: 0 auto;
	width: 25px
}

.cart_block table td .close:hover {
	background-position: -26px 0
}

.amount {
	-moz-user-select: none;
	box-shadow: 0 0 5px #cbcbcb;
	background-color: #fff;
	clear: both;
	float: left;
	width: 56px;
	height: 38px
}

.amount:hover {
	box-shadow: 0 0 5px #9d9089
}

.amount .frm_field {
	display: block;
	float: left
}

.amount input {
	border: 0;
	border-right: 1px solid #ddd;
	color: gray;
	font-size: 12px;
	width: 39px;
	height: 37px;
	line-height: 47px;
	padding: 0;
	text-align: center;
	-moz-appearance: textfield
}

.amount input::-webkit-outer-spin-button, .amount input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.amount .arrow {
	cursor: pointer;
	float: left;
	height: 20px;
	text-align: center;
	width: 17px
}

.amount .plus {
	background-position: center 11px;
	border-bottom: 1px solid #ddd;
	color: gray;
	font-size: 13px;
	line-height: 18px
}

.amount .plus_new {
	background-position: center 11px;
	border-bottom: 1px solid #ddd;
	color: gray;
	font-size: 13px;
	line-height: 18px
}

.amount .minus {
	background-position: center -11px;
	color: gray;
	font-size: 14px;
	line-height: 18px
}
.amount .minus_new {
	background-position: center -11px;
	color: gray;
	font-size: 14px;
	line-height: 18px
}
.cart .tabs {
	padding: 0
}

.tabs {
	padding-top: 0;
	padding-bottom: 0
}

.tabs div {
	border-right: 1px solid #dae5e5;
	padding: 21px 0 !important;
	text-align: center;
}

.tabs div:last-child {
	border-right: 0 none
}

.tabs div > a, .tabs div > span {
	padding-left: 5px;
	color: #0f4245
}

.tabs div.active {
	background: #0094e6
}

.tabs div.active > a, .tabs div.active > span {
	color: #fff;
	font-weight: bold
}

.tabs div.clear {
	padding: 0 !important
}

.cart_block .header {
	padding: 10px 15px;
	font-weight: bold
}

.cart_block .suma {
	float: right;
	margin-right: 15px;
	text-align: right;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-bottom: 20px
}

.cart_block .suma > div > span {
	color: gray;
	font-size: 12px
}

.cart_block .suma .price {
	color: #0094e6;
	font-size: 20px
}

.cart_block .suma .price.sum {
	color: gray
}

.cart_block .suma input[type="submit"], .cart_block .suma input[type="button"], .cart_button {
	background-color: #9abd33;
	text-transform: uppercase;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin: 10px 0;
	padding: 8px 13px
}

.cart_block .suma input[type="submit"]:hover, .cart_block .suma input[type="button"]:hover, .cart_button:hover {
	background-color: #abce43
}

.cart_block .discount {
	float: left;
	padding: 8px 15px
}

.cart_block .discount h4 {
	color: gray;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px
}

.cart_block .discount input {
	border: 1px solid gray;
	color: gray;
	font-size: 12px;
	margin-right: 10px;
	padding: 9px 15px;
	width: 150px;
	margin-bottom: 5px;
}

.cart_block .discount input:focus {
	border: 1px solid #9d9089
}

.cart_block .discount button {
	font-size: 12px;
	height: 32px;
	padding: 5px 10px
}

.cart_block .discount #coupon_error {
	color: #d50000;
	display: none;
	font-size: 9pt;
	text-align: left
}

.login_block {
	color: #a79086;
	font-size: 12px;
	padding: 20px 40px 0 40px;
	color: #0f4245;
	font-size: 16px
}

.login_block .login-link {
	padding: 5px 15px;
	font-family: "Open Sans", Arial, sans-serif;
	margin-left: 5px;
	line-height: 1.6
}

.login_block .login-link img {
	margin-top: -2px;
	margin-left: 5px
}

.login_block div.block {
	margin-bottom: 0
}

.login_block div.block div {
	margin-top: -8px;
	padding-left: 26px
}

.login_block label {
	color: #0f4245;
	font-size: 14px;
	padding-bottom: 10px
}

.login_block input[type="radio"] {
	float: left;
	margin-left: 0;
	margin-right: 6px;
	margin-top: 3px
}

.registration .radio {
	margin: 0 0 35px 20px
}

.registration .radio label {
	margin: 0 15px 0 5px;
	width: auto
}

.registration input[type="radio"] {
	float: left;
	margin-top: 2px;
	margin-left: 0
}

.registration .block {
	float: left;
	margin-left: 10px;
	margin-right: 25px;
	width: 360px
}

.registration .block label {
	line-height: 34px
}

.registration label {
	color: #0f4245;
	float: left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-right: 6px;
	width: 132px
}

.registration label span {
	color: #e35d63;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 11px
}

.registration.userprofile .block, .registration.userprofile .radio {
	margin-left: 0;
	padding-left: 0
}

.registration.userprofile .select {
	background: url("images/select.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	border: 1px solid gray;
	height: 31px;
	line-height: 25px;
	overflow: hidden;
	padding: 2px 0;
	width: 210px
}

.registration.userprofile .select select {
	width: 240px
}

.registration.userprofile .Error_block {
	margin-left: 0
}

.registration.userprofile .ok {
	padding: 10px;
	border: 1px solid #739316;
	background-color: #b9d85d;
	color: #739316;
	margin-bottom: 10px
}

.registration.userprofile label {
	line-height: 20px;
	margin-top: 4px
}

.registration .select {
	border: 1px solid #8b7781;
	float: left;
	height: 34px;
	margin-bottom: 14px;
	overflow: hidden;
	width: 218px
}

.registration .select select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #8b7781;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	padding: 0 0 8px;
	width: 242px
}

.registration input[type="text"], .registration input[type="password"] {
	border: 1px solid gray;
	color: gray;
	font-size: 13px;
	font-family: 'Open Sans', Arial, sans-serif;
	height: 35px;
	line-height: 25px;
	margin-bottom: 14px;
	padding: 7px;
	width: 210px
}

.registration .btn {
	border: 0 none;
	background-color: #9abd33;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 8px 13px;
	text-transform: uppercase
}

.registration .btn.right {
	margin-left: 146px;
	padding: 10px 15px
}

.registration .btn.right:hover {
	background-color: #abce43
}

.registration textarea {
	color: #8b7781;
	font-size: 13px;
	height: 60px;
	line-height: 34px;
	margin-bottom: 14px;
	padding: 4px;
	width: 210px
}

#login_dialog {
	display: none
}

#order_form {
	margin-top: 10px
}

#order_form .block {
	float: left;
	height: 56px;
	margin-bottom: 5px
}

#order_form .block.center {
	float: none;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%
}

#order_form input.input[type="text"] {
	width: 100%;
	border: 1px solid gray
}

#order_form input[type="checkbox"], #order_form input[type="radio"] {
	float: left;
	margin-top: 6px
}

.order_form_notice {
	color: red;
	font-size: 11px;
	font-weight: bold
}

#order_form label {
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 3px
}

#order_form .select {
	background: url("images/select.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	border: 1px solid gray;
	height: 31px;
	line-height: 25px;
	overflow: hidden;
	padding: 2px 0;
	width: 100%
}

#order_form .select select {
	border: 0 none;
	width: 100%
}

#order_form .title {
	color: #0f4245;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px
}

#order_form .delivery_block {
	background-color: #fcfcfc;
	border: 1px solid gray;
	color: #0f4245;
	float: left;
	font-size: 12px;
	height: 75px;
	margin-bottom: 24px;
	margin-right: 24px;
	padding: 25px
}

#order_form .delivery_block.last {
	margin-right: 0
}

#order_form .delivery_block:hover, #order_form .delivery_block.active {
	background-color: #efefef
}

#order_form .delivery_block label {
	font-size: 12px;
	height: 40px;
	line-height: 18px;
	margin: 4px 0 0 4px;
	width: 170px;
	float: left
}

#order_form .delivery_block span {
	color: #554036;
	display: block;
	font-size: 16px;
	margin-left: 20px;
	float: right
}

#order_form .delivery_block input[type="radio"] {
	float: left
}

#delivery_container .error {
	color: red
}

.information-block {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	color: red
}

#friend {
	padding-bottom: 10px
}

#order_form .payment {
	padding: 0 15px
}

#order_form .payment_block {
	background-color: #fcfcfc;
	border: 1px solid gray;
	color: #0f4245;
	font-size: 12px;
	height: 75px;
	margin-bottom: 24px;
	padding: 25px
}

#order_form .payment_block label {
	height: 60px;
	line-height: 18px;
	margin: 4px 0 0 4px;
	padding-left: 2px;
	width: 80%;
	font-family: 'Open Sans', Arial, sans-serif
}

#order_form .payment_block div.payment_cash {
	background: url("images/cash.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 21px;
	margin-left: 5px;
	margin-top: 10px;
	width: 23px
}

#order_form .payment_block div.payment_bank {
	background: url("images/bank.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 24px;
	margin-left: 5px;
	margin-top: 0;
	width: 23px
}

#order_form .payment_block div.payment_epay {
	background: url("images/epay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 16px;
	margin-left: 5px;
	margin-top: 5px;
	width: 23px
}

#order_form .payment_block div.payment_ugspay {
	background: url("images/epay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 16px;
	margin-left: 5px;
	margin-top: 5px;
	width: 23px
}

#order_form .payment_block div.payment_ce {
	background: url("images/epay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 16px;
	margin-left: 5px;
	margin-top: 5px;
	width: 23px
}

#order_form .payment_block div.payment_pbc, #order_form .payment_block div.payment_call, #order_form .payment_block div.payment_extpay {
	background: url("images/pbc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 16px;
	margin-left: 5px;
	margin-top: 5px;
	width: 23px
}

#order_form .payment_block.last {
	margin-right: 0
}

#order_form .payment_block:hover, #order_form .payment_block.active {
	background-color: #efefef
}

#order_form textarea {
	border: 1px solid gray;
	color: #333;
	font-size: 12px;
	height: 90px;
	margin-bottom: 14px;
	padding: 4px;
	width: 100% !important
}

#order_form .comment {
	padding: 0 15px
}

h1 {
	margin-top: 40px
}

h1.underlined {
	border-bottom: solid 1px #e7e9f1
}

.user_info {
	padding: 20px
}

.user_info .block input[type="text"] {
	padding: 7px
}

.delivery {
	padding: 15px
}

.Error_block {
	margin: 15px;
	background-color: #efb3bb;
	border: 1px solid #d71e37;
	padding: 10px;
	color: #660815
}

.Success_block {
	margin: 15px;
	background-color: #ddedb0;
	border: 1px solid #557200;
	padding: 10px;
	color: #557200
}

.order_info .info {
	padding: 15px;
	line-height: 25px
}

.order_info .info .title {
	font-weight: bold;
	border-bottom: 1px solid #dae5e5;
	margin-bottom: 10px
}

.order_info .info .header {
	font-weight: bold
}

.payment_confirm, .empty {
	padding: 25px
}

.cart_error {
	color: #660815;
	margin-bottom: 5px;
	background-color: #efb3bb;
	border: 1px solid #d71e37;
	padding: 10px;
	display: none
}

.cart_block .coupons2 .cpi1 {
	width: 160px;
	float: left
}

.cart_block .coupons2 .cpi2 {
	width: 95px;
	float: left
}

.cart_block .coupons2 .close {
	float: right
}

.text-content {
	color: #fff;
	line-height: 1.2
}

.text-content.black {
	color: #839091;
	height: inherit
}

.content-line h1, .content-line .Tema, .content h1, .content .Tema {
	font-size: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	color: #0e4145;
	margin: 0 0 10px 0
}

.content-line h1 a, .content h1 a {
	color: #0e4145
}

.content-line h1 span, .content h1 span {
	font-size: 40px
}

.content-line h2, .content-line .Poteme, .content h2, .content .Poteme {
	color: #0e4145;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 40px;
	margin: 0 0 60px;
	text-align: center;
	line-height: 36px
}

h2.left {
	float: left;
	text-align: left
}

.content-line .read-more.right {
	background: none repeat scroll 0 0 #80ad00;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	float: right;
	margin-top: -11px;
	padding: 15px 30px
}

.content-line .read-more.right:hover {
	background: none repeat scroll 0 0 #8fb61f;
	text-decoration: none
}

.info-blocks {
	min-height: 130px
}

.new-user {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif
}

.registration {
	padding: 0 15px
}

.login .caret {
	margin-left: 10px
}

.user_orders {
	width: 100%
}

.user_orders th {
	padding: 3px 10px;
	background-color: #eee;
	text-align: center
}

.user_orders td {
	padding: 3px 10px;
	text-align: center;
	vertical-align: middle
}

.user_orders .price {
	color: #0094e6;
	font-size: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal
}

.user_orders td.user_orders_m {
	text-align: right
}

.user_orders .user_order {
	float: right;
	margin-top: 5px;
	border: 1px solid #dae5e5
}

.cancel {
	color: gray;
	margin-left: 10px
}

.testimonial-dialog .ok {
	padding: 10px;
	border: 1px solid #0094e6;
	background-color: #cfe984;
	color: #0094e6;
	margin-bottom: 10px
}

@media (min-width: 1200px) {
	.not-visible, .knob-container:after {
		display: inline
	}

	.not-visible-full {
		display: none
	}
}

@media (max-width: 1199px) {
	.not-visible, .knob-container:after {
		display: none
	}

	.not-visible-full {
		display: inline
	}
}

#login_form .Error_block {
	margin: 15px 0
}

@media (min-width: 768px) {
	#sidebar.sticky {
		float: none;
		position: fixed;
		margin-top: 70px;
		z-index: 6;
		top: 0;
		left: auto
	}
}

.ammount_offer {
	background: #f8faff;
	border: 1px solid #dae5e5;
	margin: -15px 0 25px 0;
	color: #0094e6;
	font-weight: bold;
	padding: 8px 15px
}

.menu_top {
	margin-top: -16px
}

.menu_top {
	margin-top: -16px
}

.menu_top .logo {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 22px
}

.menu_top li a {
	color: #0f4045
}

.menu_top li a:hover {
	color: #0094e6
}

@media (min-width: 1200px) {
	.menu_top {
		margin-top: -34px
	}
}

@media (max-width: 770px) {
	.menu_top {
		display: none
	}
}

.intro_videos {
	padding: 25px 0 25px 0;
	margin-bottom: 25px
}

.intro_videos .intro_video {
	position: relative
}

.intro_videos .intro_video .thumb {
	width: 100%;
	height: auto;
	margin-bottom: 15px
}

.intro_videos .intro_video .play {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin: -35px;
	opacity: .6;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms
}

.intro_videos .intro_video .videotitle {
	margin: 0 0 15px 0;
	color: #333;
	font-weight: bold;
	text-align: center
}

.intro_videos .intro_video:hover .play {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin: -35px;
	opacity: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms
}

.our_categories {
	text-align: center;
	background: #f0efeb;
	padding-bottom: 45px;
	position: relative;
	/* overflow: hidden */
}

.our_categories h2 {
	padding-bottom: 20px;
	padding-top: 40px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	text-transform: uppercase
}
.featured-products h2 {
	padding-top: 40px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	text-transform: uppercase
}
.our_categories .container {
	position: relative
}

.our_categories .container {
	position: relative
}

.intro_category {
	text-align: center;
	margin-bottom: 20px
}

.intro_category .title {
	font-size: 22px;
	color: #698a07;
	padding: 6px 0 12px
}

.intro_category .title a {
	color: #698a07
}

.intro_category .title a:hover {
	text-decoration: none;
	color: #222
}

.intro_category .announce {
	padding: 0 20px;
	height: 120px;
	overflow: hidden
}

.intro_category .link {
	background: #0094e6;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	font-size: 16px
}

.intro_category .link:hover {
	background: #0094e6;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms
}

.intro_category .link a {
	padding-left: 0;
	padding-right: 15px;
	display: block;
	color: #fff;
	white-space: nowrap;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms
}

.intro_category .link:hover a {
	text-decoration: none
}

.intro_category_sng {
	background: #f0efeb;
	z-index: 1;
	text-align: left;
	top: 0;
	padding: 65px 0;
	position: absolute;
	/* overflow: hidden; */
}

.intro_category_sng .price {
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/sprite_new.png');
	width: 99px;
	height: 99px;
	background-position: -1287px -313px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
}

.intro_category_sng .price small {
	font-size: 14px;
	line-height: 18px
}

.intro_category_sng .fotob {
	width: calc(32% - 40px);
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
	/* width: calc(32% - 10px); */
	float: left;
}

.intro_category_sng .info {
	width: 68%;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	float: left;
}

.intro_category_sng .foto {
	float: left;
	margin: 0 25px 0 0;
	height: auto;
	width: auto; */
max-height: 100%;
	width: 100%;
	max-width: 100%;
}

.intro_category_sng .title {
	font-size: 26px;
	color: #6b8c00;
	padding: 0 0 25px 0
}

.intro_category_sng .announce {
	font-size: 24px;
	color: #164246;
	padding: 0 0 25px 0
}

.intro_category_sng .link a {
	color: #fff
}

.intro_category_sng .close {
	display: block;
	color: #a7a798;
	font-size: 10px;
	cursor: pointer;
	margin: -65px auto 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px
}

.intro_category_sng .close:hover {
	color: #222
}

@media (max-width: 1366px) {
	.product-categories.stickycat .product-category-link .prod-block.product_category .title {
		font-size: 11px
	}
	.intro_category_sng .price {
		left: 20px;
		top: 0;
	}
}

@media (max-width: 990px) {
	.languages {
		margin-bottom: 15px
	}

	.product-categories.stickycat .product-category-link .prod-block.product_category .title {
		font-size: 12px;
		background: 0;
		text-align: center;
		padding: 0
	}

	.product-category .title {
		font-size: 14px
	}
	.intro_category_sng .price {
		left: 0;
		top: -50px;
	}
}

@media (max-width: 770px) {
	.product-category .title {
		font-size: 11px
	}

	.intro_category_sng .fotob {
		width: 100%;
		text-align: center;
		float: left;
	}

	.intro_category_sng .price {
		left: 20px;
		top: 0;
	}

	.intro_category_sng .foto {
		float: none;
		max-width: 350px
	}

	.intro_category_sng .info {
		width: 100%;
		float: left;
	}
}

@media (max-width: 670px) {
	#order_form .block.message-block {
		height: auto
	}
}

@media (max-width: 600px) {
	.product-category {
		width: 100%;
		border: 0;
		padding: 15px 0 10px 0
	}

	.product-category:first-child {
		border: 0
	}

	.product-category .title {
		font-size: 16px;
		height: auto
	}

	.product-category-link {
		padding: 0
	}
}

@media (max-width: 525px) {
	#order_form .block {
		width: 100%
	}
}

#map-1, #map-2 {
	margin-top: 15px
}

#map-1 img, #map-2 img {
	max-width: none
}

.address_error {
	font-size: 12px;
	color: #0094e6
}

.team-blocks {
	background-color: #f5f6f9;
	overflow: hidden
}

.team-blocks .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px
}

.team-blocks .item {
	height: 690px;
	background-color: #fff;
	border: solid 1px #e7e9f1;
	margin-bottom: 20px;
	position: relative
}

.team-blocks .item .face-container .face img {
	width: 100%
}

.team-blocks .item .face-container {
	border-bottom: solid 1px #e7e9f1
}

.team-blocks .item .item-content {
	padding: 20px 18px 70px 18px;
	font-size: 13px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #0e4145;
	height: 280px;
	overflow: hidden
}

.team-blocks .item .team_title .name {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	color: #2c5538;
	margin-bottom: 7px
}

.team-blocks .item .team_title .position {
	color: #2c5538;
	margin-bottom: 10px
}

.team-blocks .item .team_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 18px 20px 18px
}

.green_btn {
	color: #fff;
	padding: 10px 16px;
	background: #0094e6;
	margin: 5px 0;
	display: inline-block;
	border: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	outline: 0;
	vertical-align: middle;
	border: solid 1px #0094e6;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	text-decoration: none
}

.green_btn:hover {
	background: #fff;
	color: #0094e6;
	border: solid 1px #0094e6;
	text-decoration: none
}

.white_btn {
	color: #0f4245;
	padding: 15px 25px;
	background: #fff;
	margin: 5px 0;
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	outline: 0;
	vertical-align: middle;
	border: solid 1px #0094e6;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	text-decoration: none
}

.white_btn:hover {
	background: #0094e6;
	color: #fff;
	border: solid 1px #fff;
	text-decoration: none
}

.contact-us-line {
	background-color: #0e4145;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1
}

.contact-us-line-light {
	background-color: #0094e6;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1
}

.contact-us-line-text {
	padding-right: 20px;
	vertical-align: middle
}

.additional-page, .about-us-main-text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	color: #0e4145;
	line-height: normal
}

.contact-me-background, .contact-us-line-background {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	overflow-y: auto
}

.contact-me-wrapper, .contact-us-line-wrapper {
	width: 480px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px
}

.contact-me-close, .contact-us-line-close {
	float: right;
	margin-bottom: 15px;
	margin-top: -10px;
	cursor: pointer
}

.contact-me-wrapper .contact-form textarea {
	height: 165px
}

.contact-me-wrapper .contact-form .ok, .contact-us-line-wrapper .contact-form .ok {
	margin-top: 15px
}

.attention-block {
	margin-bottom: 20px
}

.attention-block .attention-title {
	color: #ff5757;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block
}

.facebook-sidebar {
	padding-left: 10px
}

.facebook-sidebar-text {
	padding-bottom: 20px
}

.wholesale-text {
	padding-top: 20px
}

.wholesale-text table {
	table-layout: fixed;
	width: 100%
}

.wholesale-contact-form {
	position: relative;
	background-color: #f5f6f9;
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: 28% 413px;
	z-index: 1;
	padding: 123px 0;
	font-size: 13px;
	color: #0f4245
}

.wholesale-contact-form:after {
	content: "";
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: 140% -115px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wholesale-contact-form:before {
	content: "";
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: -54% 75px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wholesale-email {
	text-align: center
}

.wholesale-contact-form h1 {
	margin: 0 0 5px 0;
	color: #0094e6;
}

.wholesale-contact-form textarea, .wholesale-contact-form input[type="text"], .wholesale-contact-form input[type="email"], .wholesale-contact-form select {
	width: 100%;
	border: solid 1px #D9E4E4;
	border-radius: 2px;
	padding: 5px 20px;
}

.wholesale-contact-form select {
	padding: 4px 20px 4px 20px;
	color: #adadad;
}

.wholesale-contact-form input[type="submit"] {
	float: right;
	padding: 10px 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	width: 33.33%;
}

.wholesale-contact-form textarea {
	height: 80px;
	resize: none;
	margin-bottom: 8px;
}

.wholesale-contact-form .ok {
	margin: 15px 0;
	border: 1px solid #0094e6;
	background-color: #cfe984;
	padding: 10px;
	color: #0094e6;
}

.wholesale-contact-form .error {
	margin: 15px 0;
	background-color: #efb3bb;
	border: 1px solid #d71e37;
	padding: 10px;
	color: #660815;
}

.wholesale-additional-info {
	padding: 90px 0;
	font-size: 14px;
	position: relative
}

.wholesale-additional-info-back {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wholesale-additional-info-back img {
	height: 100%;
	float: right;
	width: auto
}

.ht100 {
	height: 100%
}

.half-block {
	width: 50%;
	float: left
}

.table-wrap {
	display: table;
	table-layout: fixed
}

.table-cell {
	vertical-align: middle;
	display: table-cell
}

.wholesale-additional-info h1 {
	margin-top: 0;
	font-size: 24px
}

.wholesale-text {
	position: relative;
	background-color: #f5f6f9;
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: -40% 100%;
	z-index: 1;
	color: #0f4245;
	padding: 40px 0
}

.wholesale-email-text {
	padding-bottom: 10px;
	display: inline-block
}

.wholesale-text hr {
	color: #0094e6;
	background-color: #0094e6;
	height: 2px
}

.wholesale-offer-categories h1 {
	text-align: center;
	margin-top: 0;
	font-size: 30px
}

.wholesale-offer-categories {
	padding: 50px 0 20px 0;
	position: relative;
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: 130% 50%;
	z-index: 1;
	color: #0f4245;
	font-size: 14px
}

.wholesale-offer-categories p {
	line-height: inherit
}

.wholesale-offer-categories h3 {
	margin-bottom: 10px
}

.wholesale-offer-categories table tr td:first-child {
	padding-right: 40px;
	padding-bottom: 20px
}

.wholesale-offer-categories table tr td:last-child {
	padding-left: 40px;
	padding-bottom: 20px
}

.wholesale-offer-categories table tr td {
	width: 50%
}

.wholesale-offer-categories:before {
	content: "";
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: -70% 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.ccol-1, .ccol-2, .ccol-3, .ccol-4 {
	float: left;
	width: 25%
}

.ccol-1, .ccol-2, .ccol-3 {
	padding-right: 10px
}

@media (max-width: 767px) {
	.ccol-1, .ccol-2, .ccol-3, .ccol-4 {
		width: 100%;
		padding-right: 0;
		margin-top: 5px
	}
}

.col-1, .col-2, .col-3 {
	float: left;
	width: 33.33%
}

.col-1, .col-2 {
	padding-right: 10px
}

.delivery-notification {
	font-size: 16px;
	color: #d50000;
	font-weight: bold;
	margin-bottom: 15px
}

#addressBookWidgetDiv {
	margin-bottom: 10px
}

#order_price_summary .continue {
	background-image: url('images/credit_bank.png');
	background-repeat: no-repeat;
	background-position: 6% 50%;
	padding: 7px 15px 7px 55px;
	line-height: 1.2;
	border-radius: 5px;
	margin: 5px 0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	text-align: left
}

#amz {
	margin: 5px 0 5px 15px;
	float: right;
	width: 200px
}

.calculator-block {
	background-color: #f0efeb;
	margin-bottom: 310px;
	padding-bottom: 230px;
	position: relative
}

.calculator-tutorial h1 {
	text-align: center;
	margin-top: 58px;
	margin-bottom: 40px
}

.calculator-tutorial-line {
	width: 60%;
	background-color: #ccc;
	height: 1px;
	margin: 0 auto;
	margin-top: 71px;
	margin-bottom: 45px
}

.calculator-tutorial-step {
	width: 33.33%;
	float: left;
	position: relative;
	border-right: 1px solid #ccc;
	padding: 0 30px;
	text-align: center;
	font-size: 20px;
	color: #0d4343
}

.calculator-tutorial-steps .calculator-tutorial-step.calculator-last-step {
	border: 0;
	padding-right: 0
}

.calculator-tutorial-steps .calculator-tutorial-step.calculator-first-step {
	padding-left: 0
}

.calculator-tutorial-step .calculator-step-ico {
	position: absolute;
	top: -90px;
	left: 50%;
	border: 15px solid #f0efeb;
	border-radius: 100%;
	display: block;
	width: 88px;
	height: 88px;
	text-align: center;
	background-color: #0094e6;
	padding-top: 5px;
	margin-left: -44px
}

.calculator-tutorial-step .calculator-step-ico span {
	background-color: #f0efeb;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	display: inline-block;
	font-size: 34px;
	font-weight: 900;
	color: #0094e6;
	line-height: 1;
	padding-top: 6px
}

.calculator-wrapper {
	margin: 0 auto;
	width: 580px;
	padding: 25px 50px 30px 50px;
	border: 1px solid #dae5e5;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	-moz-box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	box-shadow: 0 0 5px 0 rgba(129, 173, 0, 0.31);
	position: absolute;
	left: 50%;
	margin-left: -290px;
	bottom: -510px
}

.calculator-wrapper .calculator-body {
	width: auto
}

.calculator-wrapper .calculator-title {
	background-color: transparent;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	border: 0;
	background-image: url('images/calc-green.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 25% 0;
	padding-bottom: 30px;
	padding-left: 80px
}

.calculator-wrapper .calculator-result {
	min-height: 22px;
	display: block;
	padding-bottom: 0
}

.calculator-wrapper .calculator-form {
	padding: 0
}

.calculator-wrapper .calculator-form input[type="text"], .calculator-wrapper .calculator-form select {
	padding: 15px 20px;
	font-size: 16px
}

.calculator-bottom-text {
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative
}

.calculator-bottom-text:after {
	content: "";
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.calculator-bottom-text:before {
	content: "";
	background-image: url('images/h_formula.png');
	background-repeat: no-repeat;
	background-position: -40% 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.payment_ok_page .facebook-sidebar {
	padding-top: 50px
}

.find-out-block p {
	color: #0f4245;
	font-weight: 600;
	font-size: 15px
}

.get-bonus {
	height: 490px;
	position: relative;
	background-color: #fefaf2;
	z-index: 2
}

.get-bonus:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('images/bonus_background_left.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: -1
}

.get-bonus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('images/bonus_background_right.jpg');
	background-position: 100% 0;
	background-repeat: no-repeat;
	z-index: 0
}

.get-bonus .green_btn {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0;
	margin-left: 20px;
	vertical-align: middle;
	line-height: 1.8
}

.get-bonus .green_btn .arrow-wrap {
	margin-bottom: -4px
}

.bonus-text-upper {
	font-size: 85px;
	color: #0f4245;
	padding-top: 50px;
	line-height: 1;
	font-weight: 100;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.bonus-text-upper:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 80%;
	background-color: #0f4245
}

.bonus-text-lower {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: #0f4245
}

.table {
	display: table;
	width: 100%;
	height: 100%
}

.cell {
	display: table-cell;
	vertical-align: middle
}

div.history:before {
	content: '';
	position: absolute;
	left: 0;
	top: 251px;
	z-index: 0;
	width: 100%;
	background-color: #f5f6f9;
	height: 12px
}

.product-to-choose-btn {
	width: 400px;
	position: fixed;
	right: -173px;
	top: 215px;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans Bold', Arial, sans-serif;
	z-index: 1100;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.product-to-choose-btn a {
	background: #0e4145;
	color: #fff;
	padding: 16px 25px
}

.product-to-choose-btn2 a {
	position: absolute;
	right: 0;
	top: 843px;
	display: block;
	padding: 100px 0 140px 0;
	background: #0e4145;
	width: 60px;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans Bold', Arial, sans-serif;
	z-index: 1100
}

.product-to-choose-btn2 a span.text {
	display: block;
	width: 260px;
	margin-left: -100px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.related-products-block h1 {
	margin-top: 0
}

#related-slider {
	padding-bottom: 35px
}

#related-slider .slick-slide {
	padding: 15px
}

#related-slider .slick-slide a:hover {
	text-decoration: none
}

#related-slider .related-item .link {
	background: #0094e6;
	font-size: 16px;
	border: 1px solid #0094e6;
	font-weight: bold;
	margin: 0;
	padding: 7px 15px
}

#related-slider .related-item:hover .link {
	background: #fff;
	border: 1px solid #0094e6;
	color: #0094e6
}

#related-slider .related-item .arrow-wrap img {
	z-index: 1
}

#related-slider .related-item:hover .arrow-wrap img {
	margin-left: -21px
}

#related-slider .related-item:hover .arrow-wrap {
	margin-left: 15px
}

#related-slider .related-item img {
	max-height: 140px;
	z-index: -1;
	position: relative
}

#related-slider .related-item .title {
	height: 50px;
	text-transform: uppercase;
	text-decoration: none
}

.related-item {
	padding: 20px;
	text-align: center;
	border: 1px solid #dfe1e8;
	background-color: transparent;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	position: relative;
	z-index: initial
}

.related-item:hover {
	background-color: rgba(234, 235, 239, 0.3)
}

.related-header {
	padding: 25px 35px;
	background-color: #f8faff;
	font-size: 40px;
	font-weight: 600;
	color: #0094e6;
	line-height: 1.4;
	border-bottom: 1px solid #dae5e5;
	margin-bottom: 30px
}

.related-header img {
	margin-right: 20px;
	margin-top: -3px
}

.products-header-button {
	padding: 0 5px
}

.user-order-invoice-form input {
	background: 0;
	border: 0;
	outline: 0;
	color: #0094e6;
	text-decoration: none
}

.user-order-invoice-form input:hover {
	text-decoration: underline
}

.invoice_email_popup_background {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}

.invoice_email_click_catch {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.invoice_email_popup {
	background-color: #fff;
	z-index: 2;
	width: 40%;
	height: auto;
	margin: 0 auto;
	margin-top: 10%;
	position: relative;
	padding: 10px 20px 35px 20px
}

.invoice_email_popup img {
	float: right
}

.invoice_email_text {
	padding: 40px 0 20px 0;
	color: #839091;
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif
}

.invoice_email_success, .invoice_email_error {
	display: none;
	color: green;
	text-align: center;
	height: 52px;
	padding-top: 20px
}

.invoice_email_error {
	color: red
}

.invoice_email_ajax {
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -10px
}

.invoice_email_button {
	text-align: center;
	position: relative
}

.fixed_trans {
	background-color: rgba(42, 49, 33, 0.9) !important
}

.fixed_trans .navigation-white {
	height: 65px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0
}

#payment_notification_popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}

#payment_notification_popup_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5)
}

#payment_notification_popup_content {
	background-color: #fff;
	width: 40%;
	height: auto;
	margin: 0 auto;
	z-index: 2;
	margin-top: 10%;
	position: relative;
	padding: 10px 20px 35px 20px
}

#payment_notification_popup_text {
	padding-top: 20px;
	font-size: 20px;
	text-align: center
}

.payment_notification_popup_close {
	float: right;
	position: relative;
	cursor: pointer
}

.payment_notification_popup_close:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	display: none
}

.payment_notification_popup_close:hover:before {
	display: block
}

.payment-description {
	border: 1px dotted rgba(128, 128, 128, 0.5);
	background: rgba(187, 187, 187, 0.03);
	padding: 15px;
	margin-bottom: 15px
}

.call-text {
	font-size: 20px
}

.call-text p {
	line-height: 1.8
}

#call_payment_type .sarrow {
	display: none
}

#call_payment_type .sarrow:after, #call_payment_type .sarrow:before {
	top: 100%;
	left: 50%;
	margin-top: -25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display: block
}

#call_payment_type .sarrow:after {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: gray;
	border-width: 4px;
	margin-left: -4px
}

#call_payment_type .sarrow:before {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: gray;
	border-width: 8px;
	margin-left: -8px
}

#extpay_frame_window {
	width: 100%;
	height: 525px
}

@media (max-width: 1200px) {
	.invoice_email_popup {
		width: 50%
	}

	.related-header {
		font-size: 36px
	}

	.calculator-bottom-text:after {
		display: none
	}

	.categorySlide {
		width: 33.33%
	}
}

@media (max-width: 992px) {
	#payment_notification_popup_content {
		width: 60%
	}

	#related-slider .slick-next {
		right: 7px
	}

	#related-slider .slick-prev {
		left: 7px
	}

	.team-blocks .item {
		height: 680px
	}

	.wholesale-contact-form:before, .wholesale-contact-form:after, .wholesale-offer-categories:before {
		display: none
	}

	.wholesale-contact-form {
		padding: 60px 0;
		background-position: 0 315px
	}
}

@media (max-width: 767px) {
	.categorySlide {
		width: 50%
	}

	.user_orders .user_order {
		float: none
	}

	.top-spacer {
		height: 50px;
		width: 100%
	}

	.responsive-sticky {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0
	}

	.contact-us {
		display: none
	}

	.invoice_email_popup {
		width: 90%
	}

	.calculator-bottom-text:before {
		display: none
	}

	.calculator-wrapper {
		width: 90%;
		left: 50%;
		margin-left: -45%
	}

	.calculator-wrapper .calculator-form input[type="text"], .calculator-wrapper .calculator-form select {
		padding: 15px 5px
	}

	.calculator-tutorial-step {
		width: 100%;
		padding: 10px 0
	}

	.calculator-tutorial-step .calculator-step-ico {
		position: static;
		margin: 0 auto
	}

	.calculator-tutorial-line {
		display: none
	}

	.get-bonus {
		text-align: center
	}

	.bonus-text-upper:before {
		width: 100%
	}

	.get-bonus:before {
		display: none
	}

	.wholesale-offer-categories table tr td {
		width: auto
	}

	.team-blocks .item {
		height: auto
	}

	.wholesale-contact-form {
		background-position: -150% 270px
	}

	.wholesale-email, .wholesale-additional-info-back {
		display: none
	}

	.user_orders table, .user_orders tbody, .user_orders tr {
		display: block
	}

	.user_orders th {
		display: none
	}
}

@media (max-width: 600px) {
	.related-header {
		font-size: 18px
	}

	#related-slider .slick-next {
		right: 2px !important
	}

	#related-slider .slick-prev {
		left: 2px !important
	}

	#related-slider .slick-next img, #related-slider .slick-prev img {
		max-width: 25px
	}

	.calculator-wrapper .calculator-title {
		background-position: 15% 0
	}
}

@media (max-width: 480px) {
	#payment_notification_popup_content {
		width: 95%
	}

	.categorySlide {
		width: 100%
	}

	.registration .block {
		width: 100%;
		margin-right: 0
	}

	.registration .btn.right {
		margin-left: 0
	}

	.registration.userprofile input[type="text"], .registration.userprofile input[type="password"], .registration.userprofile select, .registration.userprofile textarea {
		width: 100%;
		display: block
	}

	.testimonial-carousel {
		background-position: 0 0
	}

	.invoice_email_popup {
		height: auto
	}

	.invoice_email_success, .invoice_email_error {
		padding: 10px 0;
		text-align: center;
		width: 100%
	}

	.cart_block table, .cart_block table tbody, .cart_block table tbody tr, .cart_block table tbody tr td, .cart_block table tbody tr td.quantity {
		display: block;
		width: 100%
	}

	.contact-me-wrapper, .contact-us-line-wrapper {
		width: 100%
	}

	.wholesale-contact-form {
		background-position: 0 270px
	}

	.calculator-wrapper .calculator-title {
		background: 0;
		padding-left: 15px
	}
}

@media (max-width: 360px) {
	.testimonial-dialog .modal-dialog {
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}

	#cart_dialog table input {
		padding: 5px 10px
	}

	#cart_dialog {
		width: 300px
	}

	#cart_dialog table {
		width: 260px
	}

	.bonus-text-upper {
		font-size: 66px
	}
}

.mobile-index-image {
	overflow: hidden;
	display: none;
	position: relative;
	padding: 0 15px;
	height: 480px;
	background: transparent url(images/mobile-bg.jpg) no-repeat scroll 50% 0;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase
}

.mobile-index-text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 205px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-family: "Open Sans Light", Arial, sans-serif;
	font-size: 22px
}

.mobile-heading {
	font-size: 47px;
	line-height: normal;
	margin-bottom: 10px;
	font-family: 'ArbutusSlab', Arial, sans-serif;
	color: #fff;
	background: url('images/text-bg.png') no-repeat center bottom;
	padding-bottom: 15px
}

@media screen and (max-width: 767px) {
	.mobile-index-image {
		display: block
	}

	.intro-height-fix {
		height: 0 !important
	}
}

.sprite {
	background-image: url('images/sprite_new.png');
	background-repeat: no-repeat;
	display: inline-block;
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important
}

.sprite.-cbd-cream-from-endoca-com {
	width: 68px;
	height: 68px;
	background-position: -5px -318px
}

.sprite.-hemp-oil-cbd-canada-from-endoca-com {
	width: 68px;
	height: 68px;
	background-position: -83px -318px
}

.sprite.-where-to-get-cannabis-oil-in-canada-from-endoca-com {
	width: 67px;
	height: 67px;
	background-position: -161px -318px
}

.sprite.active-arrow {
	width: 17px;
	height: 9px;
	background-position: -238px -318px
}

.sprite.arrow-left {
	width: 25px;
	height: 42px;
	background-position: -260px -313px
}

.sprite.arrow-right {
	width: 25px;
	height: 42px;
	background-position: -295px -313px
}

.sprite.basket-bg {
	width: 20px;
	height: 16px;
	background-position: -335px -318px
}

.sprite.block-bg {
	width: 11px;
	height: 11px;
	background-position: -365px -318px
}

.sprite.blogIcon {
	width: 32px;
	height: 32px;
	background-position: -386px -318px
}

.sprite.card-bg {
	width: 56px;
	height: 43px;
	background-position: -478px -318px
}

.sprite.carousel_next {
	width: 49px;
	height: 49px;
	background-position: -539px -313px
}

.sprite.carousel_prev {
	width: 49px;
	height: 49px;
	background-position: -598px -313px
}

.sprite.de {
	width: 15px;
	height: 15px;
	background-position: -657px -313px
}

.sprite.es {
	width: 15px;
	height: 15px;
	background-position: -691px -313px
}

.sprite.fr {
	width: 15px;
	height: 15px;
	background-position: -725px -313px;
	float: none !important
}

.sprite.gb, .sprite.en {
	width: 15px;
	height: 15px;
	background-position: -759px -313px
}

.sprite.gray-border {
	width: 3px;
	height: 12px;
	background-position: -798px -318px
}

.sprite.hamp-olie-danmark--from-endoca-com {
	width: 68px;
	height: 68px;
	background-position: -811px -318px
}

.sprite.hamp-olie-danmark-from-endoca-com {
	width: 68px;
	height: 68px;
	background-position: -889px -318px
}

.sprite.hemp-oil-cbd-canada--from-endoca-com {
	width: 68px;
	height: 68px;
	background-position: -967px -318px
}

.sprite.hemp-oil-cbd-canada-from-endoca-com {
	width: 68px;
	height: 68px;
	background-position: -1045px -318px
}

.sprite.it {
	width: 15px;
	height: 15px;
	background-position: -1118px -313px
}

.sprite.language-arrow {
	width: 11px;
	height: 7px;
	background-position: -1152px -313px
}

.sprite.pl {
	width: 15px;
	height: 15px;
	background-position: -1173px -313px
}

.sprite.play {
	width: 70px;
	height: 70px;
	background-position: -1207px -313px
}

.sprite.price {
	width: 99px;
	height: 99px;
	background-position: -1292px -318px
}

.sprite.pt {
	width: 15px;
	height: 15px;
	background-position: 0 -422px
}

.sprite.select {
	width: 21px;
	height: 7px;
	background-position: -84px -424px
}

.sprite.small_email_icon {
	width: 21px;
	height: 21px;
	background-position: -129px -25px
}

.sprite.small_fb_icon {
	width: 24px;
	height: 24px;
	background-position: -146px -424px
}

.sprite.small_g__icon {
	width: 24px;
	height: 24px;
	background-position: -180px -424px
}

.sprite.small_person_icon {
	width: 21px;
	height: 21px;
	background-position: -129px 0
}

.sprite.small_phone_icon {
	width: 22px;
	height: 21px;
	background-position: -161px 0
}

.sprite.small_rss_icon {
	width: 24px;
	height: 24px;
	background-position: -282px -424px
}

.sprite.small_twitter_icon {
	width: 24px;
	height: 24px;
	background-position: -316px -424px
}

.sprite.text-bg {
	width: 948px;
	height: 8px;
	background-position: -5px -396px
}

.sprite.top {
	width: 71px;
	height: 35px;
	background-position: -594px -419px
}

.sprite.top_banner_1_new {
	width: 1400px;
	height: 39px;
	background-position: -5px -608px
}

.sprite.visa-mastercard-maestro {
	width: 221px;
	height: 37px;
	background-position: -680px -424px
}

.sprite.quote {
	width: 35px;
	height: 30px;
	background-position: -920px -530px
}

.sprite.logo {
	width: 57px;
	height: 50px;
	background-position: -969px -242px
}

@media (min-width: 992px) {
	.slide-block {
		visibility: hidden
	}

	.slideUp {
		animation-name: slideUp;
		-webkit-animation-name: slideUp;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		visibility: visible !important
	}

	@keyframes slideUp {
		0% {
			transform: translateY(100%)
		}
		50% {
			transform: translateY(-8%)
		}
		65% {
			transform: translateY(4%)
		}
		80% {
			transform: translateY(-4%)
		}
		95% {
			transform: translateY(2%)
		}
		100% {
			transform: translateY(0)
		}
	}@-webkit-keyframes slideUp {
		 0% {
			 -webkit-transform: translateY(100%)
		 }
		 50% {
			 -webkit-transform: translateY(-8%)
		 }
		 65% {
			 -webkit-transform: translateY(4%)
		 }
		 80% {
			 -webkit-transform: translateY(-4%)
		 }
		 95% {
			 -webkit-transform: translateY(2%)
		 }
		 100% {
			 -webkit-transform: translateY(0)
		 }
	 }.slideLeft {
		  animation-name: slideLeft;
		  -webkit-animation-name: slideLeft;
		  animation-duration: 2s;
		  -webkit-animation-duration: 2s;
		  animation-timing-function: ease-in-out;
		  -webkit-animation-timing-function: ease-in-out;
		  visibility: visible !important
	  }

	@keyframes slideLeft {
		0% {
			transform: translateX(150%)
		}
		50% {
			transform: translateX(-8%)
		}
		65% {
			transform: translateX(4%)
		}
		80% {
			transform: translateX(-4%)
		}
		95% {
			transform: translateX(2%)
		}
		100% {
			transform: translateX(0)
		}
	}@-webkit-keyframes slideLeft {
		 0% {
			 -webkit-transform: translateX(150%)
		 }
		 50% {
			 -webkit-transform: translateX(-8%)
		 }
		 65% {
			 -webkit-transform: translateX(4%)
		 }
		 80% {
			 -webkit-transform: translateX(-4%)
		 }
		 95% {
			 -webkit-transform: translateX(2%)
		 }
		 100% {
			 -webkit-transform: translateX(0)
		 }
	 }.bg1 {
		  background: url('images/sprite_new.png') no-repeat -990px -440px;
		  width: 398px;
		  height: 215px;
		  position: absolute;
		  z-index: 1;
		  display: block;
		  left: 50%;
		  top: -80px;
		  margin-left: -600px;
		  -moz-animation: first 40s infinite cubic-bezier(.325, .01, .34, 1);
		  -ms-animation: first 40s infinite cubic-bezier(.325, .01, .34, 1);
		  -o-animation: first 40s infinite cubic-bezier(.325, .01, .34, 1);
		  -webkit-animation: first 40s infinite cubic-bezier(.325, .01, .34, 1);
		  animation: first 40s infinite cubic-bezier(.325, .01, .34, 1)
	  }

	.bg2 {
		background: url('images/sprite_new.png') no-repeat -1037px -63px;
		width: 272px;
		height: 150px;
		position: absolute;
		z-index: 1;
		display: block;
		left: 50%;
		top: 285px;
		margin-left: -660px;
		-moz-animation: second 28s infinite ease-in-out;
		-ms-animation: second 28s infinite ease-in-out;
		-o-animation: second 28s infinite ease-in-out;
		-webkit-animation: second 28s infinite ease-in-out;
		animation: second 28s infinite ease-in-out
	}

	.bg3 {
		background: url('images/sprite_new.png') no-repeat -28px -485px;
		width: 358px;
		height: 323px;
		position: absolute;
		z-index: 1;
		display: block;
		right: 47%;
		top: -160px;
		margin-right: -450px;
		-webkit-animation: third 50s infinite cubic-bezier(.325, .01, .34, 1);
		-moz-animation: third 50s infinite cubic-bezier(.325, .01, .34, 1);
		-ms-animation: third 50s infinite cubic-bezier(.325, .01, .34, 1);
		-o-animation: third 50s infinite cubic-bezier(.325, .01, .34, 1);
		animation: third 50s infinite cubic-bezier(.325, .01, .34, 1)
	}

	.bg4 {
		background: url('images/sprite_new.png') no-repeat -466px -628px;
		width: 193px;
		height: 169px;
		position: absolute;
		z-index: 1;
		display: block;
		right: 50%;
		top: 295px;
		margin-right: -470px;
		-moz-animation: fourth 18s infinite cubic-bezier(.325, .01, .34, 1);
		-ms-animation: fourth 18s infinite cubic-bezier(.325, .01, .34, 1);
		-o-animation: fourth 18s infinite cubic-bezier(.325, .01, .34, 1);
		-webkit-animation: fourth 18s infinite cubic-bezier(.325, .01, .34, 1);
		animation: fourth 18s infinite cubic-bezier(.325, .01, .34, 1)
	}

	@-webkit-keyframes first {
		0% {
			-webkit-transform: rotate(0);
			-webkit-transform-origin: 10% 20%
		}
		50% {
			-webkit-transform: rotate(-10deg);
			-webkit-transform-origin: 30% 30%
		}
		100% {
			-webkit-transform: rotate(0);
			-webkit-transform-origin: 10% 20%
		}
	}@-moz-keyframes first {
		 0% {
			 -moz-transform: rotate(0);
			 -moz-transform-origin: 10% 20%
		 }
		 50% {
			 -moz-transform: rotate(-10deg);
			 -moz-transform-origin: 30% 30%
		 }
		 100% {
			 -moz-transform: rotate(0);
			 -moz-transform-origin: 10% 20%
		 }
	 }@-ms-keyframes first {
		  0% {
			  -ms-transform: rotate(0);
			  -ms-transform-origin: 10% 20%
		  }
		  50% {
			  -ms-transform: rotate(-10deg);
			  -ms-transform-origin: 30% 30%
		  }
		  100% {
			  -ms-transform: rotate(0);
			  -ms-transform-origin: 10% 20%
		  }
	  }@-o-keyframes first {
		   0% {
			   -o-transform: rotate(0);
			   -o-transform-origin: 10% 20%
		   }
		   50% {
			   -o-transform: rotate(-10deg);
			   -o-transform-origin: 30% 30%
		   }
		   100% {
			   -o-transform: rotate(0);
			   -o-transform-origin: 10% 20%
		   }
	   }@keyframes first {
		    0% {
			    transform: rotate(0);
			    transform-origin: 10% 20%
		    }
		    50% {
			    transform: rotate(-20deg);
			    transform-origin: 30% 30%
		    }
		    100% {
			    transform: rotate(0);
			    transform-origin: 10% 20%
		    }
	    }@-webkit-keyframes second {
		     0% {
			     -webkit-transform: rotate(0);
			     -webkit-transform-origin: 20% 40%
		     }
		     50% {
			     -webkit-transform: rotate(60deg);
			     -webkit-transform-origin: 50% 50%
		     }
		     100% {
			     -webkit-transform: rotate(0);
			     -webkit-transform-origin: 20% 40%
		     }
	     }@-moz-keyframes second {
		      0% {
			      -moz-transform: rotate(0);
			      -moz-transform-origin: 20% 40%
		      }
		      50% {
			      -moz-transform: rotate(60deg);
			      -moz-transform-origin: 50% 50%
		      }
		      100% {
			      -moz-transform: rotate(0);
			      -moz-transform-origin: 20% 40%
		      }
	      }@-ms-keyframes second {
		       0% {
			       -ms-transform: rotate(0);
			       -ms-transform-origin: 20% 40%
		       }
		       50% {
			       -ms-transform: rotate(60deg);
			       -ms-transform-origin: 50% 50%
		       }
		       100% {
			       -ms-transform: rotate(0);
			       -ms-transform-origin: 20% 40%
		       }
	       }@-o-keyframes second {
		        0% {
			        -o-transform: rotate(0);
			        -o-transform-origin: 20% 40%
		        }
		        50% {
			        -o-transform: rotate(60deg);
			        -o-transform-origin: 50% 50%
		        }
		        100% {
			        -o-transform: rotate(0);
			        -o-transform-origin: 20% 40%
		        }
	        }@keyframes second {
		         0% {
			         transform: rotate(0);
			         transform-origin: 20% 40%
		         }
		         50% {
			         transform: rotate(60deg);
			         transform-origin: 50% 50%
		         }
		         100% {
			         transform: rotate(0);
			         transform-origin: 20% 40%
		         }
	         }@-webkit-keyframes third {
		          0% {
			          -webkit-transform: rotate(0);
			          -webkit-transform-origin: 20% 40%
		          }
		          50% {
			          -webkit-transform: rotate(-20deg);
			          -webkit-transform-origin: 50% 50%
		          }
		          100% {
			          -webkit-transform: rotate(0);
			          -webkit-transform-origin: 20% 40%
		          }
	          }@-moz-keyframes third {
		           0% {
			           -moz-transform: rotate(0);
			           -moz-transform-origin: 20% 40%
		           }
		           50% {
			           -moz-transform: rotate(-20deg);
			           -moz-transform-origin: 50% 50%
		           }
		           100% {
			           -moz-transform: rotate(0);
			           -moz-transform-origin: 20% 40%
		           }
	           }@-ms-keyframes third {
		            0% {
			            -ms-transform: rotate(0);
			            -ms-transform-origin: 20% 40%
		            }
		            50% {
			            -ms-transform: rotate(-20deg);
			            -ms-transform-origin: 50% 50%
		            }
		            100% {
			            -ms-transform: rotate(0);
			            -ms-transform-origin: 20% 40%
		            }
	            }@-o-keyframes third {
		             0% {
			             -o-transform: rotate(0);
			             -o-transform-origin: 20% 40%
		             }
		             50% {
			             -o-transform: rotate(-20deg);
			             -o-transform-origin: 50% 50%
		             }
		             100% {
			             -o-transform: rotate(0);
			             -o-transform-origin: 20% 40%
		             }
	             }@keyframes third {
		              0% {
			              transform: rotate(0);
			              transform-origin: 20% 40%
		              }
		              50% {
			              transform: rotate(-20deg);
			              transform-origin: 50% 50%
		              }
		              100% {
			              transform: rotate(0);
			              transform-origin: 20% 40%
		              }
	              }@-webkit-keyframes fourth {
		               0% {
			               right: 50%
		               }
		               50% {
			               right: 53%
		               }
		               100% {
			               right: 50%
		               }
	               }@-moz-keyframes fourth {
		                0% {
			                right: 50%
		                }
		                50% {
			                right: 53%
		                }
		                100% {
			                right: 50%
		                }
	                }@-ms-keyframes fourth {
		                 0% {
			                 right: 50%
		                 }
		                 50% {
			                 right: 53%
		                 }
		                 100% {
			                 right: 50%
		                 }
	                 }@-o-keyframes fourth {
		                  0% {
			                  right: 50%
		                  }
		                  50% {
			                  right: 53%
		                  }
		                  100% {
			                  right: 50%
		                  }
	                  }@keyframes fourth {
		                   0% {
			                   right: 50%
		                   }
		                   50% {
			                   right: 53%
		                   }
		                   100% {
			                   right: 50%
		                   }
	                   }
}

.scrollable {
	position: relative
}

.scrollable:focus {
	outline: 0
}

.scrollable .viewport {
	position: relative;
	overflow: hidden
}

.scrollable .viewport .overview {
	position: relative
}

.scrollable .scroll-bar {
	display: none
}

.scrollable .scroll-bar.vertical {
	position: absolute;
	right: 0;
	height: 100%
}

.scrollable .scroll-bar.horizontal {
	position: relative;
	width: 100%
}

.scrollable .scroll-bar .thumb {
	position: absolute
}

.scrollable .scroll-bar.vertical .thumb {
	width: 100%;
	min-height: 10px
}

.scrollable .scroll-bar.horizontal .thumb {
	height: 100%;
	min-width: 10px;
	left: 0
}

.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.scrollable.default-skin {
	padding-right: 10px;
	padding-bottom: 6px
}

.scrollable.default-skin .scroll-bar.vertical {
	width: 6px
}

.scrollable.default-skin .scroll-bar.horizontal {
	height: 6px
}

.scrollable.default-skin .scroll-bar .thumb {
	background-color: black;
	opacity: .4;
	border-radius: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

.scrollable.default-skin .scroll-bar:hover .thumb {
	opacity: .6
}

.scrollable.endoca-skin {
	padding-right: 10px;
	padding-bottom: 0
}

.scrollable.endoca-skin .scroll-bar.vertical {
	width: 6px
}

.scrollable.endoca-skin .scroll-bar.horizontal {
	height: 6px
}

.scrollable.endoca-skin .scroll-bar .thumb {
	background-color: #0094e6;
	opacity: 1;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.scrollable.endoca-skin .scroll-bar:hover .thumb {
	opacity: .6
}

.scrollable.gray-skin {
	padding-right: 17px
}

.scrollable.gray-skin .scroll-bar {
	border: 1px solid gray;
	background-color: #d3d3d3
}

.scrollable.gray-skin .scroll-bar .thumb {
	background-color: gray
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
	background-color: black
}

.scrollable.gray-skin .scroll-bar.vertical {
	width: 10px
}

.scrollable.gray-skin .scroll-bar.horizontal {
	height: 10px;
	margin-top: 2px
}

.scrollable.modern-skin {
	padding-right: 17px
}

.scrollable.modern-skin .scroll-bar {
	border: 1px solid gray;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px #888;
	box-shadow: inset 0 0 5px #888
}

.scrollable.modern-skin .scroll-bar .thumb {
	background-color: #95aabf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #536984
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
	width: 8px;
	background: -moz-linear-gradient(left, #95aabf 0, #547092 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #95aabf), color-stop(100%, #547092));
	background: -webkit-linear-gradient(left, #95aabf 0, #547092 100%);
	background: -o-linear-gradient(left, #95aabf 0, #547092 100%);
	background: -ms-linear-gradient(left, #95aabf 0, #547092 100%);
	background: linear-gradient(to right, #95aabf 0, #547092 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )"
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
	height: 8px;
	background-image: linear-gradient(#95aabf, #547092);
	background-image: -o-linear-gradient(#95aabf, #547092);
	background-image: -moz-linear-gradient(#95aabf, #547092);
	background-image: -webkit-linear-gradient(#95aabf, #547092);
	background-image: -ms-linear-gradient(#95aabf, #547092);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )"
}

.scrollable.modern-skin .scroll-bar.vertical {
	width: 10px
}

.scrollable.modern-skin .scroll-bar.horizontal {
	height: 10px;
	margin-top: 2px
}

.flag-icon, .flag-icon-background {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em
}

.flag-icon:before {
	content: "\00a0"
}

.flag-icon.flag-icon-squared {
	width: 1em
}

.flag-icon-ad {
	background-image: url(images/flags/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
	background-image: url(images/flags/1x1/ad.svg)
}

.flag-icon-ae {
	background-image: url(images/flags/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
	background-image: url(images/flags/1x1/ae.svg)
}

.flag-icon-af {
	background-image: url(images/flags/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
	background-image: url(images/flags/1x1/af.svg)
}

.flag-icon-ag {
	background-image: url(images/flags/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
	background-image: url(images/flags/1x1/ag.svg)
}

.flag-icon-ai {
	background-image: url(images/flags/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
	background-image: url(images/flags/1x1/ai.svg)
}

.flag-icon-al {
	background-image: url(images/flags/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
	background-image: url(images/flags/1x1/al.svg)
}

.flag-icon-am {
	background-image: url(images/flags/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
	background-image: url(images/flags/1x1/am.svg)
}

.flag-icon-ao {
	background-image: url(images/flags/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
	background-image: url(images/flags/1x1/ao.svg)
}

.flag-icon-aq {
	background-image: url(images/flags/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
	background-image: url(images/flags/1x1/aq.svg)
}

.flag-icon-ar {
	background-image: url(images/flags/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
	background-image: url(images/flags/1x1/ar.svg)
}

.flag-icon-as {
	background-image: url(images/flags/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
	background-image: url(images/flags/1x1/as.svg)
}

.flag-icon-at {
	background-image: url(images/flags/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
	background-image: url(images/flags/1x1/at.svg)
}

.flag-icon-au {
	background-image: url(images/flags/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
	background-image: url(images/flags/1x1/au.svg)
}

.flag-icon-aw {
	background-image: url(images/flags/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
	background-image: url(images/flags/1x1/aw.svg)
}

.flag-icon-ax {
	background-image: url(images/flags/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
	background-image: url(images/flags/1x1/ax.svg)
}

.flag-icon-az {
	background-image: url(images/flags/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
	background-image: url(images/flags/1x1/az.svg)
}

.flag-icon-ba {
	background-image: url(images/flags/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
	background-image: url(images/flags/1x1/ba.svg)
}

.flag-icon-bb {
	background-image: url(images/flags/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
	background-image: url(images/flags/1x1/bb.svg)
}

.flag-icon-bd {
	background-image: url(images/flags/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
	background-image: url(images/flags/1x1/bd.svg)
}

.flag-icon-be {
	background-image: url(images/flags/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
	background-image: url(images/flags/1x1/be.svg)
}

.flag-icon-bf {
	background-image: url(images/flags/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
	background-image: url(images/flags/1x1/bf.svg)
}

.flag-icon-bg {
	background-image: url(images/flags/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
	background-image: url(images/flags/1x1/bg.svg)
}

.flag-icon-bh {
	background-image: url(images/flags/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
	background-image: url(images/flags/1x1/bh.svg)
}

.flag-icon-bi {
	background-image: url(images/flags/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
	background-image: url(images/flags/1x1/bi.svg)
}

.flag-icon-bj {
	background-image: url(images/flags/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
	background-image: url(images/flags/1x1/bj.svg)
}

.flag-icon-bl {
	background-image: url(images/flags/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
	background-image: url(images/flags/1x1/bl.svg)
}

.flag-icon-bm {
	background-image: url(images/flags/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
	background-image: url(images/flags/1x1/bm.svg)
}

.flag-icon-bn {
	background-image: url(images/flags/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
	background-image: url(images/flags/1x1/bn.svg)
}

.flag-icon-bo {
	background-image: url(images/flags/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
	background-image: url(images/flags/1x1/bo.svg)
}

.flag-icon-bq {
	background-image: url(images/flags/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
	background-image: url(images/flags/1x1/bq.svg)
}

.flag-icon-br {
	background-image: url(images/flags/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
	background-image: url(images/flags/1x1/br.svg)
}

.flag-icon-bs {
	background-image: url(images/flags/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
	background-image: url(images/flags/1x1/bs.svg)
}

.flag-icon-bt {
	background-image: url(images/flags/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
	background-image: url(images/flags/1x1/bt.svg)
}

.flag-icon-bv {
	background-image: url(images/flags/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
	background-image: url(images/flags/1x1/bv.svg)
}

.flag-icon-bw {
	background-image: url(images/flags/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
	background-image: url(images/flags/1x1/bw.svg)
}

.flag-icon-by {
	background-image: url(images/flags/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
	background-image: url(images/flags/1x1/by.svg)
}

.flag-icon-bz {
	background-image: url(images/flags/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
	background-image: url(images/flags/1x1/bz.svg)
}

.flag-icon-ca {
	background-image: url(images/flags/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
	background-image: url(images/flags/1x1/ca.svg)
}

.flag-icon-cc {
	background-image: url(images/flags/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
	background-image: url(images/flags/1x1/cc.svg)
}

.flag-icon-cd {
	background-image: url(images/flags/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
	background-image: url(images/flags/1x1/cd.svg)
}

.flag-icon-cf {
	background-image: url(images/flags/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
	background-image: url(images/flags/1x1/cf.svg)
}

.flag-icon-cg {
	background-image: url(images/flags/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
	background-image: url(images/flags/1x1/cg.svg)
}

.flag-icon-ch {
	background-image: url(images/flags/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
	background-image: url(images/flags/1x1/ch.svg)
}

.flag-icon-ci {
	background-image: url(images/flags/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
	background-image: url(images/flags/1x1/ci.svg)
}

.flag-icon-ck {
	background-image: url(images/flags/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
	background-image: url(images/flags/1x1/ck.svg)
}

.flag-icon-cl {
	background-image: url(images/flags/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
	background-image: url(images/flags/1x1/cl.svg)
}

.flag-icon-cm {
	background-image: url(images/flags/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
	background-image: url(images/flags/1x1/cm.svg)
}

.flag-icon-cn {
	background-image: url(images/flags/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
	background-image: url(images/flags/1x1/cn.svg)
}

.flag-icon-co {
	background-image: url(images/flags/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
	background-image: url(images/flags/1x1/co.svg)
}

.flag-icon-cr {
	background-image: url(images/flags/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
	background-image: url(images/flags/1x1/cr.svg)
}

.flag-icon-cu {
	background-image: url(images/flags/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
	background-image: url(images/flags/1x1/cu.svg)
}

.flag-icon-cv {
	background-image: url(images/flags/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
	background-image: url(images/flags/1x1/cv.svg)
}

.flag-icon-cw {
	background-image: url(images/flags/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
	background-image: url(images/flags/1x1/cw.svg)
}

.flag-icon-cx {
	background-image: url(images/flags/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
	background-image: url(images/flags/1x1/cx.svg)
}

.flag-icon-cy {
	background-image: url(images/flags/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
	background-image: url(images/flags/1x1/cy.svg)
}

.flag-icon-cz {
	background-image: url(images/flags/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
	background-image: url(images/flags/1x1/cz.svg)
}

.flag-icon-de {
	background-image: url(images/flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
	background-image: url(images/flags/1x1/de.svg)
}

.flag-icon-dj {
	background-image: url(images/flags/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
	background-image: url(images/flags/1x1/dj.svg)
}

.flag-icon-dk {
	background-image: url(images/flags/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
	background-image: url(images/flags/1x1/dk.svg)
}

.flag-icon-dm {
	background-image: url(images/flags/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
	background-image: url(images/flags/1x1/dm.svg)
}

.flag-icon-do {
	background-image: url(images/flags/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
	background-image: url(images/flags/1x1/do.svg)
}

.flag-icon-dz {
	background-image: url(images/flags/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
	background-image: url(images/flags/1x1/dz.svg)
}

.flag-icon-ec {
	background-image: url(images/flags/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
	background-image: url(images/flags/1x1/ec.svg)
}

.flag-icon-ee {
	background-image: url(images/flags/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
	background-image: url(images/flags/1x1/ee.svg)
}

.flag-icon-eg {
	background-image: url(images/flags/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
	background-image: url(images/flags/1x1/eg.svg)
}

.flag-icon-eh {
	background-image: url(images/flags/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
	background-image: url(images/flags/1x1/eh.svg)
}

.flag-icon-er {
	background-image: url(images/flags/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
	background-image: url(images/flags/1x1/er.svg)
}

.flag-icon-es {
	background-image: url(images/flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
	background-image: url(images/flags/1x1/es.svg)
}

.flag-icon-et {
	background-image: url(images/flags/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
	background-image: url(images/flags/1x1/et.svg)
}

.flag-icon-fi {
	background-image: url(images/flags/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
	background-image: url(images/flags/1x1/fi.svg)
}

.flag-icon-fj {
	background-image: url(images/flags/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
	background-image: url(images/flags/1x1/fj.svg)
}

.flag-icon-fk {
	background-image: url(images/flags/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
	background-image: url(images/flags/1x1/fk.svg)
}

.flag-icon-fm {
	background-image: url(images/flags/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
	background-image: url(images/flags/1x1/fm.svg)
}

.flag-icon-fo {
	background-image: url(images/flags/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
	background-image: url(images/flags/1x1/fo.svg)
}

.flag-icon-fr {
	background-image: url(images/flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
	background-image: url(images/flags/1x1/fr.svg)
}

.flag-icon-ga {
	background-image: url(images/flags/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
	background-image: url(images/flags/1x1/ga.svg)
}

.flag-icon-gb {
	background-image: url(images/flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
	background-image: url(images/flags/1x1/gb.svg)
}

.flag-icon-gd {
	background-image: url(images/flags/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
	background-image: url(images/flags/1x1/gd.svg)
}

.flag-icon-ge {
	background-image: url(images/flags/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
	background-image: url(images/flags/1x1/ge.svg)
}

.flag-icon-gf {
	background-image: url(images/flags/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
	background-image: url(images/flags/1x1/gf.svg)
}

.flag-icon-gg {
	background-image: url(images/flags/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
	background-image: url(images/flags/1x1/gg.svg)
}

.flag-icon-gh {
	background-image: url(images/flags/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
	background-image: url(images/flags/1x1/gh.svg)
}

.flag-icon-gi {
	background-image: url(images/flags/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
	background-image: url(images/flags/1x1/gi.svg)
}

.flag-icon-gl {
	background-image: url(images/flags/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
	background-image: url(images/flags/1x1/gl.svg)
}

.flag-icon-gm {
	background-image: url(images/flags/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
	background-image: url(images/flags/1x1/gm.svg)
}

.flag-icon-gn {
	background-image: url(images/flags/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
	background-image: url(images/flags/1x1/gn.svg)
}

.flag-icon-gp {
	background-image: url(images/flags/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
	background-image: url(images/flags/1x1/gp.svg)
}

.flag-icon-gq {
	background-image: url(images/flags/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
	background-image: url(images/flags/1x1/gq.svg)
}

.flag-icon-gr {
	background-image: url(images/flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
	background-image: url(images/flags/1x1/gr.svg)
}

.flag-icon-gs {
	background-image: url(images/flags/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
	background-image: url(images/flags/1x1/gs.svg)
}

.flag-icon-gt {
	background-image: url(images/flags/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
	background-image: url(images/flags/1x1/gt.svg)
}

.flag-icon-gu {
	background-image: url(images/flags/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
	background-image: url(images/flags/1x1/gu.svg)
}

.flag-icon-gw {
	background-image: url(images/flags/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
	background-image: url(images/flags/1x1/gw.svg)
}

.flag-icon-gy {
	background-image: url(images/flags/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
	background-image: url(images/flags/1x1/gy.svg)
}

.flag-icon-hk {
	background-image: url(images/flags/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
	background-image: url(images/flags/1x1/hk.svg)
}

.flag-icon-hm {
	background-image: url(images/flags/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
	background-image: url(images/flags/1x1/hm.svg)
}

.flag-icon-hn {
	background-image: url(images/flags/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
	background-image: url(images/flags/1x1/hn.svg)
}

.flag-icon-hr {
	background-image: url(images/flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
	background-image: url(images/flags/1x1/hr.svg)
}

.flag-icon-ht {
	background-image: url(images/flags/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
	background-image: url(images/flags/1x1/ht.svg)
}

.flag-icon-hu {
	background-image: url(images/flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
	background-image: url(images/flags/1x1/hu.svg)
}

.flag-icon-id {
	background-image: url(images/flags/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
	background-image: url(images/flags/1x1/id.svg)
}

.flag-icon-ie {
	background-image: url(images/flags/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
	background-image: url(images/flags/1x1/ie.svg)
}

.flag-icon-il {
	background-image: url(images/flags/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
	background-image: url(images/flags/1x1/il.svg)
}

.flag-icon-im {
	background-image: url(images/flags/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
	background-image: url(images/flags/1x1/im.svg)
}

.flag-icon-in {
	background-image: url(images/flags/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
	background-image: url(images/flags/1x1/in.svg)
}

.flag-icon-io {
	background-image: url(images/flags/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
	background-image: url(images/flags/1x1/io.svg)
}

.flag-icon-iq {
	background-image: url(images/flags/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
	background-image: url(images/flags/1x1/iq.svg)
}

.flag-icon-ir {
	background-image: url(images/flags/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
	background-image: url(images/flags/1x1/ir.svg)
}

.flag-icon-is {
	background-image: url(images/flags/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
	background-image: url(images/flags/1x1/is.svg)
}

.flag-icon-it {
	background-image: url(images/flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
	background-image: url(images/flags/1x1/it.svg)
}

.flag-icon-je {
	background-image: url(images/flags/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
	background-image: url(images/flags/1x1/je.svg)
}

.flag-icon-jm {
	background-image: url(images/flags/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
	background-image: url(images/flags/1x1/jm.svg)
}

.flag-icon-jo {
	background-image: url(images/flags/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
	background-image: url(images/flags/1x1/jo.svg)
}

.flag-icon-jp {
	background-image: url(images/flags/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
	background-image: url(images/flags/1x1/jp.svg)
}

.flag-icon-ke {
	background-image: url(images/flags/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
	background-image: url(images/flags/1x1/ke.svg)
}

.flag-icon-kg {
	background-image: url(images/flags/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
	background-image: url(images/flags/1x1/kg.svg)
}

.flag-icon-kh {
	background-image: url(images/flags/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
	background-image: url(images/flags/1x1/kh.svg)
}

.flag-icon-ki {
	background-image: url(images/flags/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
	background-image: url(images/flags/1x1/ki.svg)
}

.flag-icon-km {
	background-image: url(images/flags/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
	background-image: url(images/flags/1x1/km.svg)
}

.flag-icon-kn {
	background-image: url(images/flags/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
	background-image: url(images/flags/1x1/kn.svg)
}

.flag-icon-kp {
	background-image: url(images/flags/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
	background-image: url(images/flags/1x1/kp.svg)
}

.flag-icon-kr {
	background-image: url(images/flags/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
	background-image: url(images/flags/1x1/kr.svg)
}

.flag-icon-kw {
	background-image: url(images/flags/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
	background-image: url(images/flags/1x1/kw.svg)
}

.flag-icon-ky {
	background-image: url(images/flags/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
	background-image: url(images/flags/1x1/ky.svg)
}

.flag-icon-kz {
	background-image: url(images/flags/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
	background-image: url(images/flags/1x1/kz.svg)
}

.flag-icon-la {
	background-image: url(images/flags/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
	background-image: url(images/flags/1x1/la.svg)
}

.flag-icon-lb {
	background-image: url(images/flags/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
	background-image: url(images/flags/1x1/lb.svg)
}

.flag-icon-lc {
	background-image: url(images/flags/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
	background-image: url(images/flags/1x1/lc.svg)
}

.flag-icon-li {
	background-image: url(images/flags/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
	background-image: url(images/flags/1x1/li.svg)
}

.flag-icon-lk {
	background-image: url(images/flags/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
	background-image: url(images/flags/1x1/lk.svg)
}

.flag-icon-lr {
	background-image: url(images/flags/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
	background-image: url(images/flags/1x1/lr.svg)
}

.flag-icon-ls {
	background-image: url(images/flags/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
	background-image: url(images/flags/1x1/ls.svg)
}

.flag-icon-lt {
	background-image: url(images/flags/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
	background-image: url(images/flags/1x1/lt.svg)
}

.flag-icon-lu {
	background-image: url(images/flags/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
	background-image: url(images/flags/1x1/lu.svg)
}

.flag-icon-lv {
	background-image: url(images/flags/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
	background-image: url(images/flags/1x1/lv.svg)
}

.flag-icon-ly {
	background-image: url(images/flags/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
	background-image: url(images/flags/1x1/ly.svg)
}

.flag-icon-ma {
	background-image: url(images/flags/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
	background-image: url(images/flags/1x1/ma.svg)
}

.flag-icon-mc {
	background-image: url(images/flags/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
	background-image: url(images/flags/1x1/mc.svg)
}

.flag-icon-md {
	background-image: url(images/flags/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
	background-image: url(images/flags/1x1/md.svg)
}

.flag-icon-me {
	background-image: url(images/flags/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
	background-image: url(images/flags/1x1/me.svg)
}

.flag-icon-mf {
	background-image: url(images/flags/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
	background-image: url(images/flags/1x1/mf.svg)
}

.flag-icon-mg {
	background-image: url(images/flags/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
	background-image: url(images/flags/1x1/mg.svg)
}

.flag-icon-mh {
	background-image: url(images/flags/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
	background-image: url(images/flags/1x1/mh.svg)
}

.flag-icon-mk {
	background-image: url(images/flags/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
	background-image: url(images/flags/1x1/mk.svg)
}

.flag-icon-ml {
	background-image: url(images/flags/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
	background-image: url(images/flags/1x1/ml.svg)
}

.flag-icon-mm {
	background-image: url(images/flags/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
	background-image: url(images/flags/1x1/mm.svg)
}

.flag-icon-mn {
	background-image: url(images/flags/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
	background-image: url(images/flags/1x1/mn.svg)
}

.flag-icon-mo {
	background-image: url(images/flags/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
	background-image: url(images/flags/1x1/mo.svg)
}

.flag-icon-mp {
	background-image: url(images/flags/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
	background-image: url(images/flags/1x1/mp.svg)
}

.flag-icon-mq {
	background-image: url(images/flags/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
	background-image: url(images/flags/1x1/mq.svg)
}

.flag-icon-mr {
	background-image: url(images/flags/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
	background-image: url(images/flags/1x1/mr.svg)
}

.flag-icon-ms {
	background-image: url(images/flags/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
	background-image: url(images/flags/1x1/ms.svg)
}

.flag-icon-mt {
	background-image: url(images/flags/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
	background-image: url(images/flags/1x1/mt.svg)
}

.flag-icon-mu {
	background-image: url(images/flags/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
	background-image: url(images/flags/1x1/mu.svg)
}

.flag-icon-mv {
	background-image: url(images/flags/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
	background-image: url(images/flags/1x1/mv.svg)
}

.flag-icon-mw {
	background-image: url(images/flags/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
	background-image: url(images/flags/1x1/mw.svg)
}

.flag-icon-mx {
	background-image: url(images/flags/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
	background-image: url(images/flags/1x1/mx.svg)
}

.flag-icon-my {
	background-image: url(images/flags/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
	background-image: url(images/flags/1x1/my.svg)
}

.flag-icon-mz {
	background-image: url(images/flags/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
	background-image: url(images/flags/1x1/mz.svg)
}

.flag-icon-na {
	background-image: url(images/flags/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
	background-image: url(images/flags/1x1/na.svg)
}

.flag-icon-nc {
	background-image: url(images/flags/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
	background-image: url(images/flags/1x1/nc.svg)
}

.flag-icon-ne {
	background-image: url(images/flags/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
	background-image: url(images/flags/1x1/ne.svg)
}

.flag-icon-nf {
	background-image: url(images/flags/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
	background-image: url(images/flags/1x1/nf.svg)
}

.flag-icon-ng {
	background-image: url(images/flags/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
	background-image: url(images/flags/1x1/ng.svg)
}

.flag-icon-ni {
	background-image: url(images/flags/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
	background-image: url(images/flags/1x1/ni.svg)
}

.flag-icon-nl {
	background-image: url(images/flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
	background-image: url(images/flags/1x1/nl.svg)
}

.flag-icon-no {
	background-image: url(images/flags/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
	background-image: url(images/flags/1x1/no.svg)
}

.flag-icon-np {
	background-image: url(images/flags/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
	background-image: url(images/flags/1x1/np.svg)
}

.flag-icon-nr {
	background-image: url(images/flags/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
	background-image: url(images/flags/1x1/nr.svg)
}

.flag-icon-nu {
	background-image: url(images/flags/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
	background-image: url(images/flags/1x1/nu.svg)
}

.flag-icon-nz {
	background-image: url(images/flags/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
	background-image: url(images/flags/1x1/nz.svg)
}

.flag-icon-om {
	background-image: url(images/flags/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
	background-image: url(images/flags/1x1/om.svg)
}

.flag-icon-pa {
	background-image: url(images/flags/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
	background-image: url(images/flags/1x1/pa.svg)
}

.flag-icon-pe {
	background-image: url(images/flags/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
	background-image: url(images/flags/1x1/pe.svg)
}

.flag-icon-pf {
	background-image: url(images/flags/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
	background-image: url(images/flags/1x1/pf.svg)
}

.flag-icon-pg {
	background-image: url(images/flags/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
	background-image: url(images/flags/1x1/pg.svg)
}

.flag-icon-ph {
	background-image: url(images/flags/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
	background-image: url(images/flags/1x1/ph.svg)
}

.flag-icon-pk {
	background-image: url(images/flags/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
	background-image: url(images/flags/1x1/pk.svg)
}

.flag-icon-pl {
	background-image: url(images/flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
	background-image: url(images/flags/1x1/pl.svg)
}

.flag-icon-pm {
	background-image: url(images/flags/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
	background-image: url(images/flags/1x1/pm.svg)
}

.flag-icon-pn {
	background-image: url(images/flags/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
	background-image: url(images/flags/1x1/pn.svg)
}

.flag-icon-pr {
	background-image: url(images/flags/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
	background-image: url(images/flags/1x1/pr.svg)
}

.flag-icon-ps {
	background-image: url(images/flags/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
	background-image: url(images/flags/1x1/ps.svg)
}

.flag-icon-pt {
	background-image: url(images/flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
	background-image: url(images/flags/1x1/pt.svg)
}

.flag-icon-pw {
	background-image: url(images/flags/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
	background-image: url(images/flags/1x1/pw.svg)
}

.flag-icon-py {
	background-image: url(images/flags/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
	background-image: url(images/flags/1x1/py.svg)
}

.flag-icon-qa {
	background-image: url(images/flags/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
	background-image: url(images/flags/1x1/qa.svg)
}

.flag-icon-re {
	background-image: url(images/flags/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
	background-image: url(images/flags/1x1/re.svg)
}

.flag-icon-ro {
	background-image: url(images/flags/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
	background-image: url(images/flags/1x1/ro.svg)
}

.flag-icon-rs {
	background-image: url(images/flags/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
	background-image: url(images/flags/1x1/rs.svg)
}

.flag-icon-ru {
	background-image: url(images/flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
	background-image: url(images/flags/1x1/ru.svg)
}

.flag-icon-rw {
	background-image: url(images/flags/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
	background-image: url(images/flags/1x1/rw.svg)
}

.flag-icon-sa {
	background-image: url(images/flags/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
	background-image: url(images/flags/1x1/sa.svg)
}

.flag-icon-sb {
	background-image: url(images/flags/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
	background-image: url(images/flags/1x1/sb.svg)
}

.flag-icon-sc {
	background-image: url(images/flags/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
	background-image: url(images/flags/1x1/sc.svg)
}

.flag-icon-sd {
	background-image: url(images/flags/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
	background-image: url(images/flags/1x1/sd.svg)
}

.flag-icon-se {
	background-image: url(images/flags/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
	background-image: url(images/flags/1x1/se.svg)
}

.flag-icon-sg {
	background-image: url(images/flags/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
	background-image: url(images/flags/1x1/sg.svg)
}

.flag-icon-sh {
	background-image: url(images/flags/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
	background-image: url(images/flags/1x1/sh.svg)
}

.flag-icon-si {
	background-image: url(images/flags/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
	background-image: url(images/flags/1x1/si.svg)
}

.flag-icon-sj {
	background-image: url(images/flags/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
	background-image: url(images/flags/1x1/sj.svg)
}

.flag-icon-sk {
	background-image: url(images/flags/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
	background-image: url(images/flags/1x1/sk.svg)
}

.flag-icon-sl {
	background-image: url(images/flags/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
	background-image: url(images/flags/1x1/sl.svg)
}

.flag-icon-sm {
	background-image: url(images/flags/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
	background-image: url(images/flags/1x1/sm.svg)
}

.flag-icon-sn {
	background-image: url(images/flags/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
	background-image: url(images/flags/1x1/sn.svg)
}

.flag-icon-so {
	background-image: url(images/flags/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
	background-image: url(images/flags/1x1/so.svg)
}

.flag-icon-sr {
	background-image: url(images/flags/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
	background-image: url(images/flags/1x1/sr.svg)
}

.flag-icon-ss {
	background-image: url(images/flags/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
	background-image: url(images/flags/1x1/ss.svg)
}

.flag-icon-st {
	background-image: url(images/flags/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
	background-image: url(images/flags/1x1/st.svg)
}

.flag-icon-sv {
	background-image: url(images/flags/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
	background-image: url(images/flags/1x1/sv.svg)
}

.flag-icon-sx {
	background-image: url(images/flags/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
	background-image: url(images/flags/1x1/sx.svg)
}

.flag-icon-sy {
	background-image: url(images/flags/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
	background-image: url(images/flags/1x1/sy.svg)
}

.flag-icon-sz {
	background-image: url(images/flags/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
	background-image: url(images/flags/1x1/sz.svg)
}

.flag-icon-tc {
	background-image: url(images/flags/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
	background-image: url(images/flags/1x1/tc.svg)
}

.flag-icon-td {
	background-image: url(images/flags/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
	background-image: url(images/flags/1x1/td.svg)
}

.flag-icon-tf {
	background-image: url(images/flags/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
	background-image: url(images/flags/1x1/tf.svg)
}

.flag-icon-tg {
	background-image: url(images/flags/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
	background-image: url(images/flags/1x1/tg.svg)
}

.flag-icon-th {
	background-image: url(images/flags/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
	background-image: url(images/flags/1x1/th.svg)
}

.flag-icon-tj {
	background-image: url(images/flags/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
	background-image: url(images/flags/1x1/tj.svg)
}

.flag-icon-tk {
	background-image: url(images/flags/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
	background-image: url(images/flags/1x1/tk.svg)
}

.flag-icon-tl {
	background-image: url(images/flags/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
	background-image: url(images/flags/1x1/tl.svg)
}

.flag-icon-tm {
	background-image: url(images/flags/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
	background-image: url(images/flags/1x1/tm.svg)
}

.flag-icon-tn {
	background-image: url(images/flags/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
	background-image: url(images/flags/1x1/tn.svg)
}

.flag-icon-to {
	background-image: url(images/flags/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
	background-image: url(images/flags/1x1/to.svg)
}

.flag-icon-tr {
	background-image: url(images/flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
	background-image: url(images/flags/1x1/tr.svg)
}

.flag-icon-tt {
	background-image: url(images/flags/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
	background-image: url(images/flags/1x1/tt.svg)
}

.flag-icon-tv {
	background-image: url(images/flags/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
	background-image: url(images/flags/1x1/tv.svg)
}

.flag-icon-tw {
	background-image: url(images/flags/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
	background-image: url(images/flags/1x1/tw.svg)
}

.flag-icon-tz {
	background-image: url(images/flags/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
	background-image: url(images/flags/1x1/tz.svg)
}

.flag-icon-ua {
	background-image: url(images/flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
	background-image: url(images/flags/1x1/ua.svg)
}

.flag-icon-ug {
	background-image: url(images/flags/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
	background-image: url(images/flags/1x1/ug.svg)
}

.flag-icon-um {
	background-image: url(images/flags/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
	background-image: url(images/flags/1x1/um.svg)
}

.flag-icon-us {
	background-image: url(images/flags/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
	background-image: url(images/flags/1x1/us.svg)
}

.flag-icon-uy {
	background-image: url(images/flags/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
	background-image: url(images/flags/1x1/uy.svg)
}

.flag-icon-uz {
	background-image: url(images/flags/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
	background-image: url(images/flags/1x1/uz.svg)
}

.flag-icon-va {
	background-image: url(images/flags/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
	background-image: url(images/flags/1x1/va.svg)
}

.flag-icon-vc {
	background-image: url(images/flags/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
	background-image: url(images/flags/1x1/vc.svg)
}

.flag-icon-ve {
	background-image: url(images/flags/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
	background-image: url(images/flags/1x1/ve.svg)
}

.flag-icon-vg {
	background-image: url(images/flags/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
	background-image: url(images/flags/1x1/vg.svg)
}

.flag-icon-vi {
	background-image: url(images/flags/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
	background-image: url(images/flags/1x1/vi.svg)
}

.flag-icon-vn {
	background-image: url(images/flags/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
	background-image: url(images/flags/1x1/vn.svg)
}

.flag-icon-vu {
	background-image: url(images/flags/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
	background-image: url(images/flags/1x1/vu.svg)
}

.flag-icon-wf {
	background-image: url(images/flags/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
	background-image: url(images/flags/1x1/wf.svg)
}

.flag-icon-ws {
	background-image: url(images/flags/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
	background-image: url(images/flags/1x1/ws.svg)
}

.flag-icon-ye {
	background-image: url(images/flags/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
	background-image: url(images/flags/1x1/ye.svg)
}

.flag-icon-yt {
	background-image: url(images/flags/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
	background-image: url(images/flags/1x1/yt.svg)
}

.flag-icon-za {
	background-image: url(images/flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
	background-image: url(images/flags/1x1/za.svg)
}

.flag-icon-zm {
	background-image: url(images/flags/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
	background-image: url(images/flags/1x1/zm.svg)
}

.flag-icon-zw {
	background-image: url(images/flags/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
	background-image: url(images/flags/1x1/zw.svg)
}

.flag-icon-eu {
	background-image: url(images/flags/4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
	background-image: url(images/flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
	background-image: url(images/flags/4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
	background-image: url(images/flags/1x1/gb-eng.svg)
}

.flag-icon-gb-sct {
	background-image: url(images/flags/4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
	background-image: url(images/flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
	background-image: url(images/flags/4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
	background-image: url(images/flags/1x1/gb-wls.svg)
}

.flag-icon-un {
	background-image: url(images/flags/4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
	background-image: url(images/flags/1x1/un.svg)
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	max-width: 1200px;
	width: 86%;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin: 0 auto
}

@media (max-width: 992px) {
	.slick-list {
		max-width: 600px
	}
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	text-align: center
}

.slick-slide .slick-inside {
	text-align: center;
	border: 1px solid #dfe1e8 !important;
	margin-left: 0 !important;
	padding: 20px 20px !important;
	box-shadow: none !important
}

.slick-slide .slick-inside:hover {
	background: #eaebef
}

.slick-slide .slick-inside .title {
	font-family: 'Open Sans SemiBold';
	font-size: 16px;
	font-weight: 700;
	max-width: 200px;
	text-align: center;
	overflow: hidden;
}

.slick-slide .slick-inside.categorySlideLink {
	padding: 0;
	border: 0
}

.slick-slide .slick-inside.categorySlideLink .intro_category .link {
	font-size: 14px
}

.slick-slide .slick-inside.categorySlideLink .link {
	padding: 0;
	margin: 0;
	padding: 5px 14px
}

.slick-slide .slick-inside.categorySlideLink a {
	text-decoration: none
}

.slick-slide .slick-inside .intro_category {
	margin: 0
}

.slick-slide .arrow-wrap {
	margin-bottom: -12px
}

@media (min-width: 1280px) {
	.slick-slide .slick-inside {
		padding: 20px 30px !important
	}
}

@media (min-width: 1024px) {
	.slick-slide .slick-inside {
		padding: 20px 40px !important
	}
}

@media (min-width: 992px) {
	.slick-slide .slick-inside {
		padding: 20px 0 !important
	}
}

@media (min-width: 650px) {
	.slick-slide .slick-inside {
		padding: 20px 20px !important
	}
}

@media (max-width: 620px) {
	.slick-prev {
		left: 10px !important
	}

	.slick-next {
		right: 10px !important
	}
}

@media (max-width: 550px) {
	.slick-slide .slick-inside {
		padding: 20px 30px !important
	}
}

.slick-slide .slick-inside {
	display: inline-block
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	text-align: center;
	margin-bottom: 10px
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: inline-block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next, .slick-prev {
	position: relative;
	top: 50%;
	z-index: 999;
	display: inline-block
}

.slick-next, .slick-prev {
	text-decoration: none
}

.slick-next {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 50%;
	margin-top: -25px;
	right: 20px
}

.slick-next:hover, .slick-prev:hover {
	text-decoration: none
}

.slick-prev {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	margin-top: -25px;
	left: 20px
}

.jas-navigation {
	position: relative;
	z-index: 950
}

.jas-navigation .jas-navigation-top {
	background: #f5f6f9
}

.jas-navigation .jas-navigation-top .container {
	padding-left: 0;
	padding-right: 0
}

.jas-navigation .jas-navigation-top img {
	max-width: 1400px;
	width: 100%
}

.jas-navigation .jas-navigation-bottom {

}

.languages .f-icon {
	display: inline-block;
	border-radius: 30px;
	margin-bottom: -2px
}

.jas-navigation .jas-navigation-bottom li.jas-info, .jas-navigation .jas-navigation-bottom li.jas-info a, .jas-navigation .jas-navigation-bottom li.jas-title, .jas-navigation .jas-navigation-bottom li.jas-title a {
	font: 12px 'Open Sans Light';
	color: #fff
}

.jas-navigation .jas-navigation-bottom ul {
	margin-bottom: 0;
	margin-left: 10px
}

.jas-navigation .jas-navigation-bottom ul li.jas-title {
	text-transform: uppercase;
	border-right: 1px solid #455817;
	padding-right: 30px
}

.jas-navigation .jas-navigation-bottom ul li.jas-sep {
	margin-right: 15px
}

.jas-navigation .jas-navigation-bottom ul li {
	display: inline-block;
	vertical-align: middle
}

.jas-navigation .jas-navigation-bottom ul li .img {
	vertical-align: top;
	margin-top: -3px;
	margin-left: 10px;
	margin-right: 5px
}

.jas-navigation .jas-navigation-bottom ul li.jas-info {
	margin-right: 60px
}

.jas-navigation .jas-navigation-bottom {
	padding: 10px
}

.jas-navigation .jas-navigation-bottom ul li.jas-sub {
	float: right;
	margin-right: -40px
}

.jas-navigation.jas-navigation-simple .jas-navigation-bottom ul li.jas-sub {
	margin-right: -40px
}

.bestsellers-block, .bestsellers {
	margin-bottom: 50px;
	margin-top: 50px;
}

h3.bestsellers-title {
	color: #2a3121 !important;
	font: 40px 'Open Sans Bold' !important;
	border-top: 1px solid #cfdea7;
	border-bottom: 1px solid #cfdea7;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase
}

body._home .navigationIndex {
	top: 0;
	border-radius: 0;
}

body._home .navigationIndex {
	width: 100%
}

.navigationIndex .right-side .login, .navigation .right-side .login {
	padding: 6px 12px;
	font-size: 14px;
	height: auto
}

.navigationIndex .right-side .login.red, .navigation .right-side .login.red {
	background: #e33131
}

.navigationIndex .right-side .login.red:hover, .navigation .right-side .login.red:hover {
	background: #333
}

.languages .btn-default {
	font-size: 15px;
	margin-right: -10px;
}

.languages img {
	margin-top: -3px
}

.box.tab-menu a {
	position: relative;
	display: block;
	padding: 0 20px;
	background: #0094e6
}

.box.tab-menu a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	border-width: 66px 0 66px 30px;
	border-color: transparent #2e3426;
	border-style: inset solid;
	margin: -66px -15px;
	margin: 0
}

.box.tab-menu a:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	display: block;
	background-image: url(images/sprite.png)
}

.box.tab-menu a:nth-child(1):before {
	margin-top: -16px;
	width: 98px;
	height: 32px;
	background-position: -199px -228px
}

.box.tab-menu a:nth-child(2):before {
	margin-top: -22px;
	width: 49px;
	height: 45px;
	background-position: -440px -223px
}

.box.tab-menu a:nth-child(3):before {
	margin-top: -22px;
	width: 30px;
	height: 44px;
	background-position: -756px -240px
}

.box.tab-menu a:nth-child(4):before {
	margin-top: -22px;
	width: 45px;
	height: 43px;
	background-position: -312px -232px
}

.box.tab-menu a:nth-child(5):before {
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-position: -598px -235px
}

.box.tab-menu a:hover, .box.tab-menu a.active {
	background: #2e3426
}

.box.tab-menu a > span {
	display: block;
	border-bottom: 1px solid #64840b;
	padding: 35px 0;
	height: 132px;
	padding-left: 120px
}

.box.tab-menu a .jas-t {
	display: block;
	font: 26px 'Open Sans Bold';
	text-transform: uppercase;
	color: #fff
}

.box.tab-menu a .jas-d {
	display: block;
	font: 18px 'Open Sans Light';
	color: #fff
}

.box.tab-content {
	display: none
}

.box.tab-content.visible {
	display: inline-block
}

.box.text .jas-title {
	position: relative;
	padding: 25px 0 25px 140px
}

.box.text .jas-title:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	display: block;
	background-image: url(images/sprite.png)
}

.box.text .jas-title h3 {
	font: 35px 'Open Sans Bold';
	color: #2a3121;
	margin: 0;
	margin-top: -10px;
	text-align: left
}

.box.text .jas-title p {
	font-size: 18px;
	color: #2a3121;
	margin-left: 3px;
	margin-bottom: 0
}

.box.text .jas-title img {
	margin-right: 8px
}

.box.text .jas-title ~ p {
	color: #777c73
}

#tab1 .jas-title:before {
	margin-top: -16px;
	width: 98px;
	height: 32px;
	background-position: -198px -276px
}

#tab2 .jas-title:before {
	margin-top: -22px;
	width: 49px;
	height: 45px;
	background-position: -519px -224px
}

#tab3 .jas-title:before {
	margin-top: -31px;
	width: 43px;
	height: 62px;
	background-position: -815px -235px
}

#tab4 .jas-title:before {
	margin-top: -22px;
	width: 45px;
	height: 43px;
	background-position: -370px -231px
}

#tab5 .jas-title:before {
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-position: -671px -235px
}

.textblock#i30 {
	text-align: left;
	top: 0;
	position: relative;
	width: 470px;
	padding: 20px;
	color: #484f37;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-top: 30px
}

.textblock#i30 .jas-buttons .categorySlideLink {
	border: 0;
	display: inline-block;
	text-align: left;
	padding: 0;
	margin-top: 20px
}

.textblock#i30 .jas-buttons .categorySlideLink .intro_category {
	margin: 0
}

.textblock#i30 .jas-buttons .categorySlideLink .link {
	margin: 0;
	padding: 8px 25px;
	font-size: 14px
}

.textblock#i30 .categorySlideLink .arrow-wrap {
	margin-bottom: -3px
}

.textblock#i30 .categorySlideLink .arrow-wrap img {
	width: 35px
}

.textblock#i30 .heading {
	border: 0;
	margin: 0;
	padding: 0;
	background: 0;
	color: #484f37;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 40px;
	margin-bottom: 15px
}

.textblock#i30 #txt2 {
	font-size: 14px;
	line-height: 40px
}

.textblock#i30 #txt2 img {
	vertical-align: top;
	margin-top: 8px
}

.textblock#i30 #txt2 strong {
	font-family: 'Open Sans Bold', Arial, sans-serif;
	margin-left: 5px
}

@media (max-width: 1200px) {
	.jas-why-choose-endoca .jas-tabs ul li .jas-image {
		display: none
	}

	.jas-navigation {
		display: none
	}

	.top-card-container {
		margin-right: -498px
	}
}

@media (max-width: 1024px) {
	.jas-navigation {
		display: none
	}

	.jas-why-choose-endoca h3 {
		margin-top: 20px
	}

	.i30 {
		display: none !important
	}

	.textblock#i30 {
		margin-top: 120px
	}
}

@media (max-width: 1023px) {
	.top-card-container {
		display: block;
		float: right;
		vertical-align: middle;
		top: 0;
		margin: 0;
		right: 0;
		width: 50px;
		position: relative
	}

	.load-tpc.on-small {
		display: none
	}

	.load-tpc.on-small-ex {
		margin-top: 0;
		float: right;
		display: block !important
	}

	.load-tpc.on-small-ex .top-card-container a {
		color: #0094e6 !important;
		background: none !important
	}

	.load-tpc.on-small-ex .top-card-container a span.icon.small-card {
		background: url('images/small_green_cart.png') no-repeat;
		width: 24px;
		height: 21px
	}

	.top-card-container:hover > .top-card-basket, .top-card-container.opened > .top-card-basket {
		max-height: 0
	}

	.top-card-container:hover > .top-card, .top-card-container.opened > .top-card {
		transform: none;
		top: 8px;
		right: 15px
	}

	body.products .wrap.product-inner {
		margin-top: 0 !important
	}

	.questionnaire-text-content h1 {
		font-size: 30px
	}
}

@media (max-width: 990px) {
	.jas-why-choose-endoca .jas-tabs ul li .jas-arrow {
		display: none !important
	}

	.jas-why-choose-endoca .jas-tab-content .jas-title {
		margin-top: 30px
	}
}

@media (max-width: 767px) {
	.navbar-header, .navbar-collapse {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

@media (max-width: 420px) {
	.jas-why-choose-endoca .jas-tabs ul li .jas-inside#c4 .jas-t {
		width: auto !important
	}

	.questionnaire-text-content h1 {
		font-size: 20px
	}
}

.jas-slider-image {
	position: relative;
	z-index: 5;
	display: block;
	width: 100%
}

.readMoreBlocks .block.last {
	margin-bottom: 0
}

.navbar-nav > li > .dropdown-menu.fixed {
	position: fixed;
	top: -1px !important;
	left: 0;
	width: 100%
}

.load-tpc.fixed {
	position: fixed;
	z-index: 9999;
	top: -1px !important;
	left: 0;
	width: 100%
}

@media (max-width: 400px) {
	.carousel-indicators li {
		margin: 0
	}
}

.important-message {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -225px;
	max-width: 450px;
	width: 100%;
	z-index: 1500
}

.important-message .inside {
	background: #fff;
	border: 1px solid #0d3236;
	padding: 15px;
	margin-bottom: -300px;
	z-index: 800
}

.important-message .inside .text {
	overflow-y: scroll;
	height: 300px
}

.important-message .inside a.minimize {
	display: block;
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	color: #0d3236;
	margin-top: -15px;
	margin-right: 0
}

.important-message-trigger {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -225px;
	max-width: 450px;
	width: 100%;
	z-index: 1000;
	background: #0e4145;
	color: #fff;
	text-align: center;
	padding: 11px 10px 10px 10px;
	cursor: pointer;
	z-index: 2000;
	font-size: 18px;
	font-family: 'Open Sans Bold', Arial, sans-serif
}

@media all and (max-width: 740px) {
	.important-message-trigger {
		left: 0 !important;
		margin-left: 15px !important
	}

	.important-message {
		left: 0 !important;
		margin-left: 15px !important
	}
}

@media all and (max-width: 610px) {
	.important-message-trigger {
		max-width: 200px
	}

	.important-message {
		max-width: 200px
	}
}

@media all and (max-width: 350px) {
	.important-message-trigger {
		display: none
	}

	.important-message {
		display: none
	}
}

.jas-wrapper-fix {
	margin-bottom: 0
}

.ce-text {
	border: 1px dotted rgba(128, 128, 128, 0.5);
	background: rgba(187, 187, 187, 0.03);
	padding: 15px;
	margin-bottom: 15px
}

#ce_payment_type .sarrow {
	display: none
}

#ce_payment_type .sarrow:after, #ce_payment_type .sarrow:before {
	top: 100%;
	left: 50%;
	margin-top: -25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display: block
}

#ce_payment_type .sarrow:after {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: gray;
	border-width: 4px;
	margin-left: -4px
}

#ce_payment_type .sarrow:before {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: gray;
	border-width: 8px;
	margin-left: -8px
}

.pbc-text {
	border: 1px dotted rgba(128, 128, 128, 0.5);
	background: rgba(187, 187, 187, 0.03);
	padding: 15px;
	margin-bottom: 15px
}

#pbc_payment_type .sarrow {
	display: none
}

#pbc_payment_type .sarrow:after, #pbc_payment_type .sarrow:before {
	top: 100%;
	left: 50%;
	margin-top: -25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display: block
}

#pbc_payment_type .sarrow:after {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: gray;
	border-width: 4px;
	margin-left: -4px
}

#pbc_payment_type .sarrow:before {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: gray;
	border-width: 8px;
	margin-left: -8px
}

.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
	position: relative
}

.grid:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	border-left: 1px solid #e3e3e3
}

.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
	opacity: 1
}

.grid li a, .grid li img {
	outline: 0;
	border: 0;
	display: block;
	max-width: 100%
}

.grid.effect-1 li.animate {
	-webkit-animation: fadeIn .65s ease forwards;
	animation: fadeIn .65s ease forwards
}

@-webkit-keyframes fadeIn {
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	100% {
		opacity: 1
	}
}

.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp .65s ease forwards;
	animation: moveUp .65s ease forwards
}

@-webkit-keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		opacity: 1
	}
}

@keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.grid.effect-3 li.animate {
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-animation: scaleUp .65s ease-in-out forwards;
	animation: scaleUp .65s ease-in-out forwards
}

@-webkit-keyframes scaleUp {
	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes scaleUp {
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards
}

@-webkit-keyframes fallPerspective {
	100% {
		-webkit-transform: translateZ(0) translateY(0) rotateX(0);
		opacity: 1
	}
}

@keyframes fallPerspective {
	100% {
		-webkit-transform: translateZ(0) translateY(0) rotateX(0);
		transform: translateZ(0) translateY(0) rotateX(0);
		opacity: 1
	}
}

.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards
}

@-webkit-keyframes fly {
	100% {
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

@keyframes fly {
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}
}

.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards
}

@-webkit-keyframes flip {
	100% {
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

@keyframes flip {
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}
}

.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards
}

@-webkit-keyframes helix {
	100% {
		-webkit-transform: rotateY(0);
		opacity: 1
	}
}

@keyframes helix {
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		opacity: 1
	}
}

.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(.4);
	transform: scale(.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards
}

@-webkit-keyframes popUp {
	70% {
		-webkit-transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes popUp {
	70% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%
	}
}

@font-face {
	font-family: 'Open Sans', Arial, sans-serif;
	src: url("fonts/Knockout-HTF47-Bantamweight.eot?#iefix") format("embedded-opentype"), url("fonts/Knockout-HTF47-Bantamweight.otf") format("opentype"), url("fonts/Knockout-HTF47-Bantamweight.woff") format("woff"), url("fonts/Knockout-HTF47-Bantamweight.ttf") format("truetype"), url("fonts/Knockout-HTF47-Bantamweight.svg#Knockout-HTF47-Bantamweight") format("svg");
	font-weight: normal;
	font-style: normal
}

.text-center {
	text-align: center
}

.title-italic {
	font-style: italic
}

.fw-container {
	width: 100%;
	position: relative
}

.container.border-bottom {
	border-bottom: 4px solid #76a033
}

.bg-container {
	background: url("images/np/bg-pattern.png")
}

.green-bg {
	background: #76a033
}

.green-text {
	color: #76a033
}

.white-text {
	color: #FFF
}

.m0 {
	margin: 0
}

.p50 {
	padding: 50px
}

.pb28 {
	padding-bottom: 28px
}

.f60 {
	font-size: 60px
}

.f40 {
	font-size: 40px
}

.f33 {
	font-size: 33px
}

.f24 {
	font-size: 24px
}

.f23 {
	font-size: 23px
}

.fw1 {
	font-weight: 100
}

.fw2 {
	font-weight: 200
}

.fw3 {
	font-weight: 300
}

.fw4 {
	font-weight: 400
}

.fw5 {
	font-weight: 500
}

.fw6 {
	font-weight: 600
}

.fw7 {
	font-weight: 700
}

.fw8 {
	font-weight: 800
}

.fw9 {
	font-weight: 900
}

.f20 {
	font-size: 20px
}

.italic {
	font-style: italic
}

.lh100 {
	line-height: 100px
}

.block {
	display: block
}

.uppercase {
	text-transform: uppercase
}

.tbl-cols.cols-3 table tr td {
	width: 33.33333%
}

.tbl-cols.cols-4 table tr td {
	width: 25%
}

.tbl-cols.cols-5 table tr td {
	width: 20%
}

.tbl-cols.cols-6 table tr td {
	width: 16.6666%
}

.tbl-cols table tr.title td {
	font-size: 23px
}

.tbl-cols table tr td {
	text-align: center;
	color: #2d5434;
	font-size: 20px
}

#contact-btn {
	cursor: pointer;
	transition: all .3s
}

#contact-btn:hover {
	background: #a8cf6a
}

table.contact-us-tbl {
	border-top: 4px solid #76a033;
	width: 360px;
	margin: 0 auto
}

table.contact-us-tbl tr td {
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	color: #76a033
}

table.contact-us-tbl tr td.img-td {
	width: 100px;
	padding: 36px 0 24px 0
}

table.contact-us-tbl tr td.green-bg {
	background: #76a033;
	color: #FFF;
	line-height: 84px
}

table.contact-us-tbl tr td img {
	width: 100px !important
}

.wholesale-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/play.png');
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: .6
}

.wholesale-video:hover {
	opacity: 1
}

.wrap {
	background: #FFF;
	min-height: 454px
}

.wrap.template-how-to-use {
	position: relative;
	font-family: 'Open Sans', Arial, sans-serif
}

.wrap.template-how-to-use h3.title {
	font-size: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600
}

.wrap.template-how-to-use h4.title {
	font-size: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700
}

.wrap.template-how-to-use p {
	font-size: 20px
}

.wrap.template-how-to-use .cringels {
	width: 100%;
	position: absolute;
	top: 177px;
	z-index: 5
}

.wrap.template-how-to-use .cringels .cringel-top-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 435px;
	height: 277px;
	background: url("images/np/cringels/can_top_left.png") no-repeat center center;
	background-size: cover
}

.wrap.template-how-to-use .cringels .cringel-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 383px;
	height: 257px;
	background: url("images/np/cringels/can_top_Right.png") no-repeat center center;
	background-size: cover
}

.wrap.template-how-to-use .container .logo-main {
	margin-top: 80px;
	padding-bottom: 34px;
	border-bottom: 4px solid #76a033;
	display: block
}

.wrap.template-how-to-use .container .row.how-to-use {
	margin-top: 35px
}

.wrap.template-how-to-use .container .row.how-to-use .left-img img {
	margin: 37px 0 0 16px
}

.wrap.template-how-to-use .container .row.how-to-use .right-text {
	padding-left: 26px
}

.wrap.template-how-to-use .container .row.how-to-use .right-text h3.title {
	color: #76a033;
	border-bottom: 4px solid #76a033;
	margin: 0;
	line-height: 1.1;
	padding-bottom: 20px;
	font-size: 58px
}

.wrap.template-how-to-use .container .row.how-to-use .right-text h4.title {
	color: #2d5434;
	text-transform: uppercase;
	padding-top: 30px;
	line-height: 1.2
}

.wrap.template-how-to-use .container .row.how-to-use .right-text p {
	color: #2d5434;
	line-height: 1.6;
	padding-top: 7px
}

.wrap.template-how-to-use .container .row.how-to-use .right-text p span {
	text-transform: uppercase;
	white-space: nowrap
}

.wrap.template-how-to-use .use-only, .wrap.template-how-to-use .cbd-ingredients {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 560px;
	margin-top: 66px
}

.wrap.template-how-to-use .use-only .bg, .wrap.template-how-to-use .cbd-ingredients .bg {
	background: url("images/np/parallax/cannabis-raw-hemp-oil-from-endoca.com.jpg") no-repeat;
	background-position: center center;
	background-size: cover !important;
	width: 100%;
	height: inherit;
	position: absolute;
	z-index: 4
}

.wrap.template-how-to-use .use-only .bg .gradient, .wrap.template-how-to-use .cbd-ingredients .bg .gradient {
	background: #86765e;
	background: -moz-linear-gradient(left, #86765e 0, rgba(134, 118, 94, 0.47) 53%, rgba(134, 118, 94, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, #86765e), color-stop(53%, rgba(134, 118, 94, 0.47)), color-stop(100%, rgba(134, 118, 94, 0)));
	background: -webkit-linear-gradient(left, #86765e 0, rgba(134, 118, 94, 0.47) 53%, rgba(134, 118, 94, 0) 100%);
	background: -o-linear-gradient(left, #86765e 0, rgba(134, 118, 94, 0.47) 53%, rgba(134, 118, 94, 0) 100%);
	background: -ms-linear-gradient(left, #86765e 0, rgba(134, 118, 94, 0.47) 53%, rgba(134, 118, 94, 0) 100%);
	background: linear-gradient(to right, #86765e 0, rgba(134, 118, 94, 0.47) 53%, rgba(134, 118, 94, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86765e', endColorstr='#86765e', GradientType=1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.wrap.template-how-to-use .use-only .container, .wrap.template-how-to-use .cbd-ingredients .container {
	position: relative;
	z-index: 5
}

.wrap.template-how-to-use .use-only .container .row .left-text, .wrap.template-how-to-use .cbd-ingredients .container .row .left-text {
	color: #FFF
}

.wrap.template-how-to-use .use-only .container .row .left-text h4.title, .wrap.template-how-to-use .cbd-ingredients .container .row .left-text h4.title {
	color: #FFF;
	text-transform: uppercase;
	margin-top: 103px;
	line-height: 1.2
}

.wrap.template-how-to-use .use-only .container .row .left-text p, .wrap.template-how-to-use .cbd-ingredients .container .row .left-text p {
	padding-right: 10px;
	margin-top: 21px;
	line-height: 1.7
}

.wrap.template-how-to-use .use-only .container .row .right-badge .badge, .wrap.template-how-to-use .cbd-ingredients .container .row .right-badge .badge {
	background: url("images/np/cbd-rich-oi-from-endoca.com.png") no-repeat center top;
	width: 137px;
	height: 189px;
	position: absolute;
	top: 0;
	right: 14px
}

.wrap.template-how-to-use .cbd-ingredients {
	margin-top: 0
}

.wrap.template-how-to-use .cbd-ingredients .bg {
	background: url("images/np/parallax/hemp-oil-cannabidiol--from-endoca.com.jpg") no-repeat
}

.wrap.template-how-to-use .cbd-ingredients .container .row .right-badge .badge {
	background: url("images/np/-hemp-oil-cannabidiol-from-endoca.com.png") no-repeat center top
}

.wrap.template-how-to-use .icons-l {
	border-bottom: 4px solid #76a033
}

.wrap.template-how-to-use .icons-l .icons-list {
	margin: 73px 0 0 0;
	text-align: center;
	list-style-type: none;
	padding: 0 0 35px
}

.wrap.template-how-to-use .icons-l .icons-list li {
	width: 19.5%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top
}

.wrap.template-how-to-use .icons-l .icons-list li:first-child {
	margin-left: 0
}

.wrap.template-how-to-use .icons-l .icons-list li:last-child {
	margin-right: 0
}

.wrap.template-how-to-use .icons-l .icons-list li .circle {
	width: 100px;
	height: 100px;
	background: #76a033;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto
}

.wrap.template-how-to-use .icons-l .icons-list li .circle:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.wrap.template-how-to-use .icons-l .icons-list li h6.title {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 8px
}

.wrap.template-how-to-use .choose-cbd {
	padding: 43px 0 76px 0;
	position: relative;
	min-height: 388px;
	background: url("images/np/bg-pattern.png");
	text-align: center
}

.wrap.template-how-to-use .choose-cbd .cringel-left {
	position: absolute;
	top: 60px;
	left: 0;
	background: url("images/np/cringels/cringel_mid_left.png") no-repeat center center;
	width: 228px;
	height: 328px
}

.wrap.template-how-to-use .choose-cbd h3.title {
	color: #76a033;
	margin-top: 21px;
	text-align: center
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil {
	min-height: 740px
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil:after, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil:after {
	content: "";
	display: block;
	border-bottom: 4px solid #76a033
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil h3, .wrap.template-how-to-use .choose-cbd .container .row .hemp-oil h4, .wrap.template-how-to-use .choose-cbd .container .row .hemp-oil p, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil h3, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil h4, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil p {
	text-align: left
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil h3, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil h3 {
	margin: 66px 0 0 0
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil h4, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil h4 {
	text-transform: uppercase;
	margin-top: 28px
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil p, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil p {
	line-height: 1.6
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil .circle, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil .circle {
	width: 90px;
	height: 90px;
	background: #2d5434;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 0 25px 5px
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil .circle:after, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil .circle:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil .circle img, .wrap.template-how-to-use .choose-cbd .container .row .raw-hemp-oil .circle img {
	margin-left: 5px
}

.wrap.template-how-to-use .choose-cbd .container .row .hemp-oil {
	margin-top: 152px
}

.wrap.template-how-to-use .dosage {
	position: relative
}

.wrap.template-how-to-use .dosage .left-cringel {
	position: absolute;
	background: url("images/np/cringels/cringel_midbot_left.png") no-repeat center center;
	left: 0;
	top: 224px;
	width: 155px;
	height: 192px
}

.wrap.template-how-to-use .dosage .right-cringel {
	position: absolute;
	background: url("images/np/cringels/cringel_midbot_right.png") no-repeat center center;
	right: 0;
	top: 170px;
	width: 110px;
	height: 332px
}

.wrap.template-how-to-use .dosage .up-titration {
	text-align: center
}

.wrap.template-how-to-use .dosage .up-titration h4.title {
	text-transform: uppercase;
	margin-top: 50px;
	text-align: center
}

.wrap.template-how-to-use .dosage .up-titration h4.title span {
	display: block
}

.wrap.template-how-to-use .dosage .up-titration p {
	color: #2d5434;
	line-height: 1.6
}

.wrap.template-how-to-use .dosage .up-titration p:after {
	content: "";
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 35px auto 0;
	border-bottom: 2px solid #76a033
}

.wrap.template-how-to-use .dosage .procedure .title {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	color: #76a033;
	padding-top: 10px
}

.wrap.template-how-to-use .dosage .procedure .title.title-special {
	margin-top: 80px
}

.wrap.template-how-to-use .dosage .procedure .bordered-table {
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table {
	border: 1px solid #76a033;
	margin: 0 auto;
	display: inline-table
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table thead th {
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 17px 0 0 23px
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tbody tr:first-child td {
	border-top: 1px solid #76a033
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr {
	border: 0 !important
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td {
	vertical-align: middle;
	padding: 10px 18px;
	color: #2d5434
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th.green, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td.green {
	color: #76a033
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th.dgreen, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td.dgreen {
	color: #2d5434
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .cal, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .cal {
	width: 25px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .cal.green, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .cal.green {
	background: url("images/np/icons/buy-cannabidiol-uk-from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .cal.dgreen, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .cal.dgreen {
	background: url("images/np/icons/-best-cbd-oils-from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .clock, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .clock {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .clock.green, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .clock.green {
	background: url("images/np/icons/best-cbd-oils-from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .clock.dgreen, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .clock.dgreen {
	background: url("images/np/icons/-cbd-rich-oil-from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .hand, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .hand {
	width: 27px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .hand.green, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .hand.green {
	background: url("images/np/icons/-from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .hand.dgreen, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .hand.dgreen {
	background: url("images/np/icons/-cbd-cannabidiol-buy-from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .rain, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .rain {
	width: 21px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .rain.green, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .rain.green {
	background: url("images/np/icons/cbd-dab--from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th .rain.dgreen, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td .rain.dgreen {
	background: url("images/np/icons/cbd-oil-reviews--from-endoca.com.png") no-repeat
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th.vertical-word, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td.vertical-word {
	font-family: 'Open Sans', Arial, sans-serif
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr th.vertical-word span, .wrap.template-how-to-use .dosage .procedure .bordered-table table tr td.vertical-word span {
	display: block;
	font-size: 42px;
	line-height: 32px;
	font-weight: lighter;
	text-align: center
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tr td {
	border-left: 1px solid #76a033;
	border-right: 1px solid #76a033;
	font-size: 17px;
	font-weight: 700
}

.wrap.template-how-to-use .dosage .procedure .bordered-table table tfoot tr td {
	text-align: center;
	line-height: 70px;
	font-size: 44px;
	border-top: 1px solid #76a033;
	font-style: normal;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: lighter
}

.wrap.template-how-to-use .dosage .procedure .oil-image {
	text-align: center;
	margin-top: 48px
}

.wrap.template-how-to-use .dosage .procedure .title-bottom {
	font-size: 53px;
	text-transform: none;
	margin-top: 35px;
	line-height: 1.4
}

.wrap.template-how-to-use .why-choose {
	position: relative;
	background: url("images/np/bg-pattern.png")
}

.wrap.template-how-to-use .why-choose .lb-cringel {
	position: absolute;
	left: 0;
	top: -450px;
	background: url("images/np/cringels/cringel_bot_left.png") no-repeat center center;
	width: 129px;
	height: 284px
}

.wrap.template-how-to-use .why-choose .rb-cringel {
	position: absolute;
	right: 0;
	top: -350px;
	background: url("images/np/cringels/cringel_bot_right.png") no-repeat center center;
	width: 123px;
	height: 334px
}

.wrap.template-how-to-use .why-choose .circles {
	text-align: center;
	margin-bottom: 0
}

.wrap.template-how-to-use .why-choose .circles tr td {
	text-align: center;
	width: 20%
}

.wrap.template-how-to-use .why-choose .circles .circle {
	background: #76a033;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 auto
}

.wrap.template-how-to-use .why-choose .circles .circle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.wrap.template-how-to-use .why-choose .circles .circle img {
	margin-left: 5px
}

.wrap.template-how-to-use .why-choose .circles h6.title {
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 23px;
	font-weight: 700;
	margin-top: 10px
}

.wrap.template-how-to-use .why-choose .circles p {
	margin-top: 5px
}

.wrap.template-how-to-use .why-choose .circles li {
	display: inline-block;
	width: 20%;
	margin-right: -4px;
	vertical-align: top;
	color: #2d5434
}

.wrap.template-how-to-use .why-choose .circles li:first-child {
	margin-left: 0
}

.wrap.template-how-to-use .why-choose .circles li:last-child {
	margin-right: 0
}

.wrap.template-how-to-use .why-choose h3.title {
	color: #FFF;
	background: #76a033;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	padding: 40px 0 30px 0
}

@media all and (max-width: 1285px) {
	.wrap.template-how-to-use .container .logo-main a img {
		width: 200px
	}
}

@media all and (max-width: 1190px) {
	.wrap.template-how-to-use .cringels .cringel-top-left {
		width: 217px;
		height: 140px
	}

	.wrap.template-how-to-use .cringels .cringel-top-right {
		width: 190px;
		height: 130px
	}
}

@media all and (max-width: 1110px) {
	.wrap .left-cringel, .wrap .right-cringel {
		display: none
	}
}

@media all and (max-width: 1024px) {
	.wrap.template-how-to-use .cringels {
		top: 102px
	}

	.wrap.template-how-to-use .icons-l .container ul.icons-list li {
		width: 100px !important;
		margin: 20px !important
	}

	.wrap.template-how-to-use .why-choose .container ul.circles li {
		width: 130px !important;
		margin: 20px !important
	}
}

@media all and (max-width: 992px) {
	.wrap.template-how-to-use .container .row .left-text {
		margin-top: 210px
	}

	.wrap.template-how-to-use .container .row .raw-hemp-oil {
		margin-top: 100px
	}

	.wrap.template-how-to-use table.circles tr {
		display: block
	}
}

@media all and (max-width: 992px) and (min-width: 768px) {
	.wrap.template-how-to-use .container .row .left-text {
		margin-top: 110px
	}
}

@media all and (max-width: 910px) {
	.wrap .lb-cringel, .wrap .rb-cringel {
		display: none
	}
}

@media all and (max-width: 768px) {
	.wrap.template-how-to-use .container .row .left-text .title {
		font-size: 30px
	}

	.wrap.template-how-to-use .container .row .left-text p {
		font-size: 16px
	}
}

@media all and (max-width: 550px) {
	.wrap.template-how-to-use .cringels, .wrap.template-how-to-use .cringel-left {
		display: none
	}

	.wrap.template-how-to-use .container .logo-main {
		margin-top: 30px
	}
}

body.products .wrap.product-inner {
	margin-top: 50px;
	background: 0;
	color: #0e4145
}

body._product-detail .wrap.product-inner {
	margin-top: 0
}

body.products .wrap.product-inner p {
	font-size: 20px;
	font-weight: normal
}

body.products .wrap.product-inner img.img {
	display: block;
	margin-top: 20px
}

body.products .wrap.product-inner h1.title, body.products .wrap.product-inner h2.title, body.products .wrap.product-inner h3.title, body.products .wrap.product-inner h4.title, body.products .wrap.product-inner h5.title, body.products .wrap.product-inner h6.title {
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 0;
	line-height: 1.3
}

body.products .wrap.product-inner h1.title.px60, body.products .wrap.product-inner h2.title.px60, body.products .wrap.product-inner h3.title.px60, body.products .wrap.product-inner h4.title.px60, body.products .wrap.product-inner h5.title.px60, body.products .wrap.product-inner h6.title.px60 {
	font-size: 60px
}

body.products .wrap.product-inner h1.title.px48, body.products .wrap.product-inner h2.title.px48, body.products .wrap.product-inner h3.title.px48, body.products .wrap.product-inner h4.title.px48, body.products .wrap.product-inner h5.title.px48, body.products .wrap.product-inner h6.title.px48 {
	font-size: 48px
}

body.products .wrap.product-inner h1.title.px44, body.products .wrap.product-inner h2.title.px44, body.products .wrap.product-inner h3.title.px44, body.products .wrap.product-inner h4.title.px44, body.products .wrap.product-inner h5.title.px44, body.products .wrap.product-inner h6.title.px44 {
	font-size: 44px
}

body.products .wrap.product-inner h1.title.px40, body.products .wrap.product-inner h2.title.px40, body.products .wrap.product-inner h3.title.px40, body.products .wrap.product-inner h4.title.px40, body.products .wrap.product-inner h5.title.px40, body.products .wrap.product-inner h6.title.px40 {
	font-size: 40px
}

body.products .wrap.product-inner h1.title.px36, body.products .wrap.product-inner h2.title.px36, body.products .wrap.product-inner h3.title.px36, body.products .wrap.product-inner h4.title.px36, body.products .wrap.product-inner h5.title.px36, body.products .wrap.product-inner h6.title.px36 {
	font-size: 36px
}

body.products .wrap.product-inner h1.title.px30, body.products .wrap.product-inner h2.title.px30, body.products .wrap.product-inner h3.title.px30, body.products .wrap.product-inner h4.title.px30, body.products .wrap.product-inner h5.title.px30, body.products .wrap.product-inner h6.title.px30 {
	font-size: 30px
}

body.products .wrap.product-inner h1.title.light, body.products .wrap.product-inner h2.title.light, body.products .wrap.product-inner h3.title.light, body.products .wrap.product-inner h4.title.light, body.products .wrap.product-inner h5.title.light, body.products .wrap.product-inner h6.title.light {
	font-weight: lighter
}

body.products .wrap.product-inner h1.title.normal, body.products .wrap.product-inner h2.title.normal, body.products .wrap.product-inner h3.title.normal, body.products .wrap.product-inner h4.title.normal, body.products .wrap.product-inner h5.title.normal, body.products .wrap.product-inner h6.title.normal {
	font-weight: normal
}

body.products .wrap.product-inner h1.title.bolder, body.products .wrap.product-inner h2.title.bolder, body.products .wrap.product-inner h3.title.bolder, body.products .wrap.product-inner h4.title.bolder, body.products .wrap.product-inner h5.title.bolder, body.products .wrap.product-inner h6.title.bolder {
	font-weight: bolder
}

body.products .wrap.product-inner h1.title.bold, body.products .wrap.product-inner h2.title.bold, body.products .wrap.product-inner h3.title.bold, body.products .wrap.product-inner h4.title.bold, body.products .wrap.product-inner h5.title.bold, body.products .wrap.product-inner h6.title.bold {
	font-weight: bold
}

body.products .wrap.product-inner h1.title.white, body.products .wrap.product-inner h2.title.white, body.products .wrap.product-inner h3.title.white, body.products .wrap.product-inner h4.title.white, body.products .wrap.product-inner h5.title.white, body.products .wrap.product-inner h6.title.white {
	color: #FFF
}

body.products .wrap.product-inner h1.title.blue, body.products .wrap.product-inner h2.title.blue, body.products .wrap.product-inner h3.title.blue, body.products .wrap.product-inner h4.title.blue, body.products .wrap.product-inner h5.title.blue, body.products .wrap.product-inner h6.title.blue {
	color: #0e4145
}

body.products .wrap.product-inner h1.title.green, body.products .wrap.product-inner h2.title.green, body.products .wrap.product-inner h3.title.green, body.products .wrap.product-inner h4.title.green, body.products .wrap.product-inner h5.title.green, body.products .wrap.product-inner h6.title.green {
	color: #76a033
}

body.products .wrap.product-inner h1.title.dgreen, body.products .wrap.product-inner h2.title.dgreen, body.products .wrap.product-inner h3.title.dgreen, body.products .wrap.product-inner h4.title.dgreen, body.products .wrap.product-inner h5.title.dgreen, body.products .wrap.product-inner h6.title.dgreen {
	color: #2d5434
}

body.products .wrap.product-inner h1.title.uppercase, body.products .wrap.product-inner h2.title.uppercase, body.products .wrap.product-inner h3.title.uppercase, body.products .wrap.product-inner h4.title.uppercase, body.products .wrap.product-inner h5.title.uppercase, body.products .wrap.product-inner h6.title.uppercase {
	text-transform: uppercase
}

body.products .wrap.product-inner h3.title {
	font-size: 60px;
	font-weight: bold;
	color: #0e4145
}

body.products .wrap.product-inner h4.title {
	font-size: 44px;
	font-weight: 100;
	color: #76a033
}

body.products .wrap.product-inner .cringel-weed-top-left {
	background: url("images/np/cringels/weed-top-left.png") no-repeat center center;
	width: 530px;
	height: 297px;
	position: absolute;
	top: 0;
	left: 0
}

body.products .wrap.product-inner ul.related-products {
	list-style-type: none;
	height: 100%;
	border-left: 1px solid #f2f5f7;
	font-family: 'Open Sans', Arial, sans-serif
}

body.products .wrap.product-inner ul.related-products li {
	text-align: center
}

body.products .wrap.product-inner ul.related-products li a:hover {
	text-decoration: none
}

body.products .wrap.product-inner ul.related-products li a:hover img {
	opacity: .6;
	filter: alpha(opacity=60)
}

body.products .wrap.product-inner ul.related-products li a img {
	transition: opacity .3s
}

body.products .wrap.product-inner ul.related-products li a span.title {
	display: block;
	font-size: 10px
}

body.products .wrap.product-inner ul.related-products li a span.price {
	font-size: 12px
}

body.products .wrap.product-inner ul.related-products li a span {
	line-height: 1.6
}

body.products .wrap.product-inner ul.related-products li.header span {
	font-size: 16px
}

body.products .wrap.product-inner .tbl {
	display: table
}

body.products .wrap.product-inner .tr {
	display: table-row
}

body.products .wrap.product-inner .td {
	display: table-cell;
	vertical-align: middle;
	width: 50%
}

body.products .wrap.product-inner .cbd h3.title {
	line-height: 1.2
}

body.products .wrap.product-inner .cbd h4.title {
	line-height: 1.2;
	text-transform: uppercase;
	margin: 10px 0
}

body.products .wrap.product-inner .cbd p {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0
}

body.products .wrap.product-inner .cbd p strong {
	font-weight: bolder
}

body.products .wrap.product-inner .cbd ul {
	margin: 0
}

body.products .wrap.product-inner .cbd ul li {
	font-size: 20px;
	font-weight: normal
}

body.products .wrap.product-inner .cbd .image img {
	margin-top: 40px
}

body.products .wrap.product-inner .parallax-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover
}

body.products .wrap.product-inner ul.circles {
	list-style-type: none;
	margin: 105px 0 116px 0
}

body.products .wrap.product-inner ul.circles li {
	display: inline-block;
	text-align: center;
	width: 25%;
	margin-right: -4px;
	border-right: 1px solid #e9ebf2
}

body.products .wrap.product-inner ul.circles li:last-child {
	border-right: 0
}

body.products .wrap.product-inner ul.circles li span {
	display: block;
	font-weight: 600;
	color: #76a033;
	margin-top: 33px;
	font-size: 23px
}

body.products .wrap.product-inner .biodegradable p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	color: #FFF
}

body.products .wrap.product-inner .convenient {
	position: relative;
	padding: 115px 0 134px 0
}

body.products .wrap.product-inner .convenient .text h6.title {
	line-height: 2.8
}

body.products .wrap.product-inner .convenient .text p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	color: #0e4145;
	font-weight: normal
}

body.products .wrap.product-inner .convenient .text h4.title {
	margin-bottom: 20px
}

body.products .wrap.product-inner .convenient .text ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

body.products .wrap.product-inner .convenient .text ul li {
	font-size: 20px;
	font-family: 'Open Sans', Arial, sans-serif
}

body.products .wrap.product-inner .cleaner-teeth {
	position: relative;
	background: url("images/np/parallax/woman-face.jpg") no-repeat center center fixed;
	background-size: cover;
	min-height: 685px
}

body.products .wrap.product-inner .cleaner-teeth .cringel {
	background: url("images/np/cringels/pr_crengel-mid-left.png") no-repeat center center;
	width: 615px;
	height: 296px;
	position: absolute;
	top: -296px;
	left: 0
}

body.products .wrap.product-inner .cleaner-teeth .row {
	margin-top: 180px
}

body.products .wrap.product-inner .cleaner-teeth h4.title {
	line-height: 1.2
}

body.products .wrap.product-inner .cleaner-teeth p {
	font-size: 24px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #2d5434;
	margin: 15px 0 0 0
}

body.products .wrap.product-inner .bioavailability {
	position: relative;
	min-height: 520px;
	padding: 110px 0 135px 0
}

body.products .wrap.product-inner .bioavailability .cringel {
	background: url("images/np/cringels/weed-top-right.png") no-repeat center center;
	width: 268px;
	height: 520px;
	position: absolute;
	right: 0;
	top: 10px
}

body.products .wrap.product-inner .bioavailability .image img {
	margin-top: 100px
}

body.products .wrap.product-inner .bioavailability h4.title {
	font-size: 60px;
	font-weight: bold;
	color: #0e4145
}

body.products .wrap.product-inner .bioavailability h6.title {
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 30px;
	color: #76a033;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.7
}

body.products .wrap.product-inner .bioavailability p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px
}

body.products .wrap.product-inner .join-revolution {
	position: relative
}

body.products .wrap.product-inner .join-revolution .fill-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

body.products .wrap.product-inner .join-revolution p {
	color: #FFF;
	font-weight: bold;
	font-size: 27px;
	margin: 0
}

body.products .wrap.product-inner .join-revolution .left .inner {
	margin-right: 100px
}

body.products .wrap.product-inner .join-revolution .left .inner h4.title {
	margin: 20px 0
}

body.products .wrap.product-inner .join-revolution .right h4.title {
	margin: 0 150px 0
}

body.products .wrap.product-inner .sustainability {
	padding: 122px 0 260px 0
}

body.products .wrap.product-inner .sustainability .text p {
	font-size: 20px
}

body.products .wrap.product-inner .chewing-bowl {
	position: relative;
	min-height: 475px
}

body.products .wrap.product-inner .chewing-bowl .cringel-left {
	background: url("images/np/cringels/pr_crengel-bot-left.png") no-repeat center center;
	width: 369px;
	height: 453px;
	position: absolute;
	left: 0;
	top: 0
}

body.products .wrap.product-inner .chewing-bowl .cringel-right {
	background: url("images/np/cringels/pr-crengel-bot-right.png") no-repeat center center;
	width: 429px;
	height: 371px;
	position: absolute;
	right: 0;
	top: 0
}

body.products .wrap.product-inner .chewing-bowl .image {
	text-align: center;
	margin-bottom: 72px
}

body.products .wrap.product-inner .why-choose {
	font-family: 'Open Sans', Arial, sans-serif
}

body.products .wrap.product-inner .why-choose h3.title {
	text-transform: uppercase;
	background: #0e4145;
	text-align: center;
	color: #FFF;
	font-size: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	line-height: 2
}

body.products .wrap.product-inner .why-choose ul {
	text-align: center;
	margin: 20px 0 50px 0
}

body.products .wrap.product-inner .why-choose ul li {
	width: 50%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top
}

body.products .wrap.product-inner .why-choose ul li h6.title {
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #76a033
}

body.products .wrap.product-inner .why-choose ul li p {
	font-size: 16px;
	font-weight: 100;
	color: #0e4145
}

body.products .wrap.product-inner .why-choose table {
	margin: 95px 0 100px 0
}

body.products .wrap.product-inner .why-choose table tr td {
	width: 20%;
	text-align: center
}

body.products .wrap.product-inner .why-choose table tr td h6.title {
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #76a033
}

body.products .wrap.product-inner .why-choose table tr td p {
	font-size: 16px;
	font-weight: 100;
	color: #0e4145
}

body.products .wrap.product-inner .chewing-gum {
	background: #80ac00;
	height: 210px
}

body.products .wrap.product-inner .chewing-gum .col-img, body.products .wrap.product-inner .chewing-gum .col-text, body.products .wrap.product-inner .chewing-gum .col-btn {
	display: table-cell;
	vertical-align: top
}

body.products .wrap.product-inner .chewing-gum .col-img img {
	height: 240px;
	margin-top: -45px
}

body.products .wrap.product-inner .chewing-gum .col-text {
	vertical-align: middle
}

body.products .wrap.product-inner .chewing-gum .col-btn {
	vertical-align: middle;
	text-align: right
}

body.products .wrap.product-inner .chewing-gum .col-btn a {
	background: #FFF;
	color: #76a033;
	text-transform: uppercase;
	padding: 12px 35px;
	font-size: 24px;
	margin-left: 200px;
	transition: opacity .3s
}

body.products .wrap.product-inner .chewing-gum .col-btn a:active, body.products .wrap.product-inner .chewing-gum .col-btn a:hover, body.products .wrap.product-inner .chewing-gum .col-btn a:focus {
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80)
}

@media screen and (max-width: 1575px) {
	body.products .wrap.product-inner .bioavailability .cringel {
		background-size: cover;
		width: 168px;
		height: 326px
	}
}

@media screen and (max-width: 1350px) {
	body.products .wrap.product-inner .chewing-bowl .cringel-left {
		width: 190px;
		height: 240px;
		background-size: cover
	}

	body.products .wrap.product-inner .chewing-bowl .cringel-right {
		width: 232px;
		height: 200px;
		background-size: cover
	}
}

@media screen and (max-width: 1210px) {
	body.products .wrap.product-inner .chewing-gum {
		height: auto;
		text-align: center
	}

	body.products .wrap.product-inner .chewing-gum .col-img, body.products .wrap.product-inner .chewing-gum .col-text, body.products .wrap.product-inner .chewing-gum .col-btn {
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 25px
	}

	body.products .wrap.product-inner .chewing-gum .col-img a, body.products .wrap.product-inner .chewing-gum .col-text a, body.products .wrap.product-inner .chewing-gum .col-btn a {
		margin: 0
	}
}

@media screen and (max-width: 992px) {
	body.products .wrap.product-inner h1.title, body.products .wrap.product-inner h2.title, body.products .wrap.product-inner h3.title, body.products .wrap.product-inner h4.title, body.products .wrap.product-inner h5.title, body.products .wrap.product-inner h6.title {
		font-family: 'Open Sans Light', Arial, sans-serif;
		margin: 0;
		line-height: 1.3
	}

	body.products .wrap.product-inner h1.title.px60, body.products .wrap.product-inner h2.title.px60, body.products .wrap.product-inner h3.title.px60, body.products .wrap.product-inner h4.title.px60, body.products .wrap.product-inner h5.title.px60, body.products .wrap.product-inner h6.title.px60 {
		font-size: 50px
	}

	body.products .wrap.product-inner h1.title.px48, body.products .wrap.product-inner h2.title.px48, body.products .wrap.product-inner h3.title.px48, body.products .wrap.product-inner h4.title.px48, body.products .wrap.product-inner h5.title.px48, body.products .wrap.product-inner h6.title.px48 {
		font-size: 38px
	}

	body.products .wrap.product-inner h1.title.px44, body.products .wrap.product-inner h2.title.px44, body.products .wrap.product-inner h3.title.px44, body.products .wrap.product-inner h4.title.px44, body.products .wrap.product-inner h5.title.px44, body.products .wrap.product-inner h6.title.px44 {
		font-size: 34px
	}

	body.products .wrap.product-inner h1.title.px40, body.products .wrap.product-inner h2.title.px40, body.products .wrap.product-inner h3.title.px40, body.products .wrap.product-inner h4.title.px40, body.products .wrap.product-inner h5.title.px40, body.products .wrap.product-inner h6.title.px40 {
		font-size: 30px
	}

	body.products .wrap.product-inner h1.title.px36, body.products .wrap.product-inner h2.title.px36, body.products .wrap.product-inner h3.title.px36, body.products .wrap.product-inner h4.title.px36, body.products .wrap.product-inner h5.title.px36, body.products .wrap.product-inner h6.title.px36 {
		font-size: 26px
	}

	body.products .wrap.product-inner h1.title.px30, body.products .wrap.product-inner h2.title.px30, body.products .wrap.product-inner h3.title.px30, body.products .wrap.product-inner h4.title.px30, body.products .wrap.product-inner h5.title.px30, body.products .wrap.product-inner h6.title.px30 {
		font-size: 20px
	}

	body.products .wrap.product-inner .prod-photo {
		margin-bottom: 50px
	}

	body.products .wrap.product-inner ul.related-products {
		border: 1px solid #e8ebf4;
		padding: 10px
	}

	body.products .wrap.product-inner ul.related-products li.header {
		text-align: left
	}

	body.products .wrap.product-inner ul.related-products li:not(.header) {
		display: inline-block;
		width: 30%
	}
}

@media screen and (max-width: 840px) {
	body.products .wrap.product-inner .chewing-bowl .cringel-left, body.products .wrap.product-inner .chewing-bowl .cringel-right {
		display: none
	}
}

@media screen and (max-width: 800px) {
	body.products .wrap.product-inner .tr {
		display: table-cell;
		vertical-align: middle
	}

	body.products .wrap.product-inner .td {
		display: block;
		width: 90%;
		margin: 15px auto
	}

	body.products .wrap.product-inner ul.circles li {
		display: block;
		width: 90%;
		vertical-align: top;
		margin: 50px auto;
		border-right: 0
	}

	body.products .wrap.product-inner .chewing-bowl {
		min-height: 0
	}

	body.products .wrap.product-inner .sustainability {
		padding: 0 0 50px 0
	}

	body.products .wrap.product-inner .join-revolution {
		overflow: hidden;
		background: #76a033
	}

	body.products .wrap.product-inner .join-revolution .tbl {
		min-height: 0 !important
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr {
		display: block;
		vertical-align: top;
		padding: 50px 0
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr .td {
		margin: 0
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr .td .inner {
		margin: 0
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr .td:first-child p {
		font-size: 18px
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr .td:first-child h4.title {
		font-size: 30px
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr .td:last-child {
		text-align: center;
		margin-top: 50px
	}

	body.products .wrap.product-inner .join-revolution .tbl .tr .td:last-child h4.title {
		margin: 0
	}

	body.products .wrap.product-inner .bioavailability {
		padding: 50px 0
	}

	body.products .wrap.product-inner .cringel-weed-top-left, body.products .wrap.product-inner .cringel {
		display: none
	}
}

@media screen and (max-width: 768px) {
	body.products .wrap.product-inner h1.title, body.products .wrap.product-inner h2.title, body.products .wrap.product-inner h3.title, body.products .wrap.product-inner h4.title, body.products .wrap.product-inner h5.title, body.products .wrap.product-inner h6.title {
		font-family: 'Open Sans Light', Arial, sans-serif;
		margin: 0;
		line-height: 1.3
	}

	body.products .wrap.product-inner h1.title.px60, body.products .wrap.product-inner h2.title.px60, body.products .wrap.product-inner h3.title.px60, body.products .wrap.product-inner h4.title.px60, body.products .wrap.product-inner h5.title.px60, body.products .wrap.product-inner h6.title.px60 {
		font-size: 10vw
	}

	body.products .wrap.product-inner h1.title.px48, body.products .wrap.product-inner h2.title.px48, body.products .wrap.product-inner h3.title.px48, body.products .wrap.product-inner h4.title.px48, body.products .wrap.product-inner h5.title.px48, body.products .wrap.product-inner h6.title.px48 {
		font-size: 8vw
	}

	body.products .wrap.product-inner h1.title.px44, body.products .wrap.product-inner h2.title.px44, body.products .wrap.product-inner h3.title.px44, body.products .wrap.product-inner h4.title.px44, body.products .wrap.product-inner h5.title.px44, body.products .wrap.product-inner h6.title.px44 {
		font-size: 7.5vw
	}

	body.products .wrap.product-inner h1.title.px40, body.products .wrap.product-inner h2.title.px40, body.products .wrap.product-inner h3.title.px40, body.products .wrap.product-inner h4.title.px40, body.products .wrap.product-inner h5.title.px40, body.products .wrap.product-inner h6.title.px40 {
		font-size: 7vw
	}

	body.products .wrap.product-inner h1.title.px36, body.products .wrap.product-inner h2.title.px36, body.products .wrap.product-inner h3.title.px36, body.products .wrap.product-inner h4.title.px36, body.products .wrap.product-inner h5.title.px36, body.products .wrap.product-inner h6.title.px36 {
		font-size: 6vw
	}

	body.products .wrap.product-inner h1.title.px30, body.products .wrap.product-inner h2.title.px30, body.products .wrap.product-inner h3.title.px30, body.products .wrap.product-inner h4.title.px30, body.products .wrap.product-inner h5.title.px30, body.products .wrap.product-inner h6.title.px30 {
		font-size: 5.5vw
	}

	body.products .wrap.product-inner h1.title p, body.products .wrap.product-inner h2.title p, body.products .wrap.product-inner h3.title p, body.products .wrap.product-inner h4.title p, body.products .wrap.product-inner h5.title p, body.products .wrap.product-inner h6.title p {
		font-size: 5.5vw
	}

	body.products .wrap.product-inner ul.circles {
		padding: 0
	}

	body.products .wrap.product-inner .why-choose ul {
		padding: 0
	}

	body.products .wrap.product-inner .why-choose ul li {
		width: 90%
	}
}

@media screen and (max-width: 450px) {
	body.products .wrap.product-inner ul.related-products li:not(.header) {
		display: block;
		width: 90%;
		margin: 10px auto;
		border-left: 0
	}

	body.products .wrap.product-inner ul.related-products {
		border: 0
	}

	body.products .wrap.product-inner ul.related-products li.header {
		text-align: center
	}

	body.products .wrap.product-inner .prod-info {
		margin-top: 50px
	}

	body.products .wrap.product-inner .prod-info h2 {
		text-align: center
	}

	body.products .wrap.product-inner .rating {
		text-align: center
	}

	body.products .wrap.product-inner .rating .icon {
		display: inline-block;
		float: none
	}
}

body.template-15_discount .wrap {
	margin-top: -20px;
	background: url("images/np/15_bg_full.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	position: relative
}

body.template-15_discount .wrap .gradient {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: inherit;
	background: #34490f;
	background: -moz-linear-gradient(left, #34490f 0, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, #34490f), color-stop(66%, rgba(255, 255, 255, 0.34)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, #34490f 0, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, #34490f 0, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, #34490f 0, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #34490f 0, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34490f', endColorstr='#ffffff', GradientType=1)
}

body.template-15_discount .wrap .container .row {
	margin-top: 80px
}

body.template-15_discount .wrap .container .row .text-content {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #FFF
}

body.template-15_discount .wrap .container .row .text-content h2 {
	font-size: 40px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-weight: bolder;
	color: #FFF;
	margin: 0
}

body.template-15_discount .wrap .container .row .text-content h3 {
	font-size: 30px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-weight: lighter;
	color: #FFF;
	margin-bottom: 10px
}

body.template-15_discount .wrap .container .row .text-content p {
	font-size: 15px;
	font-family: 'Open Sans Light', Arial, sans-serif;
	line-height: 1.7
}

body.template-15_discount .wrap .container .row .text-content table {
	text-transform: uppercase
}

body.template-15_discount .wrap .container .row .text-content table p {
	line-height: 1.5
}

body.template-15_discount .wrap .container .row .code-bg .bg {
	background: url("images/np/discount_code.png") no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 26em;
	position: relative
}

body.template-15_discount .wrap .container .row .code-bg .bg span {
	position: absolute;
	bottom: 42%;
	left: 0;
	width: 100%;
	text-align: center;
	font: 19px "Open Sans";
	font-weight: bolder;
	text-transform: uppercase;
	color: #76a033;
	padding-right: 10px
}

@media screen and (max-width: 992px) {
	body.template-15_discount .wrap {
		height: auto
	}

	body.template-15_discount .wrap .gradient {
		height: 100%
	}

	body.template-15_discount .wrap .text-content {
		height: 100%
	}

	body.template-15_discount .wrap .text-content table {
		width: 100% !important
	}

	body.template-15_discount .wrap .code-bg .bg {
		min-height: 250px;
		height: 250px !important
	}

	body.template-15_discount .wrap .code-bg .bg span {
		bottom: 39% !important
	}
}

@media screen and (max-width: 500px) {
	body.template-15_discount .wrap .code-bg .bg {
		background: url("images/np/discount_no-shadow.jpg") no-repeat center center !important;
		background-size: contain !important;
		margin-bottom: 20px
	}

	body.template-15_discount .wrap .code-bg .bg span {
		bottom: 34% !important
	}
}

@media screen and (max-width: 350px) {
	body.template-15_discount .wrap .code-bg .bg {
		min-height: 200px;
		height: 200px !important
	}
}

.as-widget-wrapper {
	margin: 20px 0
}

.as-selector-wrapper {
	display: none
}

#as-time-selector {
	box-shadow: 0 0 5px #cbcbcb;
	border: 0;
	padding: 10px;
	width: 100%;
	visibility: visible !important
}

.as-time-selector-general {
	box-shadow: 0 0 5px #cbcbcb;
	border: 0;
	padding: 10px;
	width: 100%
}

.as-widget-label {
	font-size: 14px;
	margin: 10px 0;
	display: block;
	font-family: 'Open Sans Light', Arial, sans-serif;
	font-weight: normal;
	color: #333
}

.as-widget-label input {
	margin-right: 10px
}

.as-subscribed-products {
	width: 100%
}

.as-subscribed-products th {
	padding: 3px 10px;
	background-color: #eee;
	text-align: center
}

.as-subscribed-products td {
	vertical-align: middle
}

.as-subscribed-products .as-selector-wrapper {
	display: inline-block
}

.as_btn {
	display: block;
	border: 0;
	text-align: center;
	font-size: 16px;
	padding: 10px 15px;
	background: #0094e6;
	color: #fff
}

.as_shipping_column {
	text-align: center;
	width: 26%
}

.as_shipping_column .as-selector-wrapper {
	display: block
}

.as-selector-wrapper .frm_select {
	width: 100%
}

.shopping-cart .as-selector-wrapper .frm_select {
	width: 200px
}

.as_shipping_column .as-selector-wrapper label {
	display: block
}

.as-notice-message {
	color: red;
	max-width: 100px
}

.as-ship-option {
	color: #c00
}

@media (max-width: 767px) {
	.as-subscribed-products .as_btn {
		display: inline-block
	}

	.as-subscribed-products th {
		display: none
	}

	.as-subscribed-products td {
		text-align: center;
		padding: 3px 0
	}

	.as-subscribed-products td img {
		margin-top: 30px
	}

	.save-subs-item-body {
		width: 100%;
		text-align: center
	}

	.save-subs-item-body td {
		padding: 10px 0
	}
}

@media (max-width: 480px) {
	.as-subscribed-products .as-selector-wrapper {
		width: 100%
	}

	.as-subscribed-products .as_btn {
		width: 100%
	}
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer, .fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/js/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/js/fancybox/blank.gif');
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/js/fancybox/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url('/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px
	}
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

a.btn_disable .fa-eye {
	color: #f7f3f3;
}


.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul > li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {

0
{
	-webkit-transform: rotate(0)
;
	transform: rotate(0)
}
100
%
{
	-webkit-transform: rotate(359deg)
;
	transform: rotate(359deg)
}
}
@keyframes fa-spin {

0
{
	-webkit-transform: rotate(0)
;
	transform: rotate(0)
}
100
%
{
	-webkit-transform: rotate(359deg)
;
	transform: rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before, .fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.box.photo {
	height: auto
}

body._products .sidebar-container {
	margin-top: 50px
}

.panel-default {
	border-color: transparent;
	border: none;
/ / box-shadow: 0 px 5 px 12 px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.panel-default > .panel-heading {
	color: #222;
	font-family: "Neo Sans Pro", sans-serif;
/ / text-transform: uppercase;
	font-size: 22px;
}

.panel-heading {
	position: relative;
	padding: 0;
}

.panel-heading a {
	display: block;
	background: #ffffff;
	padding: 12px 0px;
	text-decoration: none;
/ / color: #f57b20;
	font-size: 18px;
}

._home .panel-heading a {
	font-size: 0.5em;
}

.panel-heading a.collapsed {
/ / background: #dddddd;
	color: #222;
}

._home .panel-heading a {
	font-size: 0.5em;
}

.panel-heading a:after {
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f106";
/ / - icon position: absolute;
	right: 25px;
	float: right;

}

.panel-heading a.collapsed:after {
	content: "\f107";
/ / + icon font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
}

.panel-body {
	background: #ffffff;
}

.panel-collapse {

/
/
p {

span {
	font-size: 0.8em;
	font-weight: 400;
}

}
.collapse-inner {

p {

span {
	font-size: 0.8em;
	font-weight: 400;
}

}
padding:

20
px

0
;
}
height:

0
;
}
.panel-heading {
	border-bottom: 1px solid #eaeaea;
}

.background-contain {
	background-size: contain !important;
	background-color: #fff !important;
}

@media (max-width: 768px) {
	.product-detail-header{
		font-size: 1.5em !important;
		font-weight: 500 !important;
	}
	.product-detail-text{
		font-size: 1em !important;
		font-weight: 400 !important;
	}
}

@media (min-width: 768px) {
	.product-detail-header{
		font-size: 1.5em !important;
		font-weight: 500 !important;
	}
	.product-detail-text{
		font-size: 1em !important;
		font-weight: 400 !important;
	}
}

@media (min-width: 992px) {
	.product-detail-header{
		font-size: 3em !important;
		font-weight: 500 !important;
	}
	.product-detail-text{
		font-size: 1.5em !important;
		font-weight: 400 !important;
	}
}

@media (min-width: 1200px) {
	.product-detail-header{
		font-size: 3em !important;
		font-weight: 500 !important;
	}
	.product-detail-text{
		font-size: 1.5em !important;
		font-weight: 400 !important;
	}
}

#admin-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #f0f0f0;
	border-style: solid;
	border-color: #777;
	border-width: 0 1px 1px 0;
	padding: 15px 20px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .5);
	opacity: .25;
	transition: all .3s ease;
}

#admin-menu:hover {
	opacity: 1;;
}

#admin-menu label {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-style: italic;
	padding: 4px;
}

#admin-menu form {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#admin-menu .frm_select {
	font-size: 15px;
	color: #111;
}

#admin-menu .info {
	padding: 0 4px;
	font-size: 16px;
}

a#button-coupon {
	float: left;
	/* width: 28%; */
	margin: 1px 120px 4px 0px;
	padding: 5px 20px;
	margin-bottom: 5px;
	width: auto;
}

.btn-endoca-green {
	display: inline-block;
	font-family: 'Open Sans',helvetica,sans-serif;
	background: #0094e6;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-endoca-green:hover {
	color: #ccc;
	background: #333;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

._field.required ._label:before {
	content: '*';
	color: #f1080b;
}

.shipping_box ul>li .price {
	display: block;
	float: right;
	vertical-align: top;
	color: #0094e6;
	font-size: 26px;
	font-weight: 300;
	margin-top: -10px;
}

.shipping_box h2 {
	font-family: 'Open Sans Light',helvetica,sans-serif;
	font-weight: normal;
	color: #0094e6;
	font-size: 22px;
	line-height: 40px;
	vertical-align: middle;
}
.product-green-gradient {
	background: #7A872F; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#7A872F, #637216); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7A872F, #637216); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7A872F, #637216); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7A872F, #637216);
}

.box {
	display: inline-block;
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 0; */
}

.box._1of1 {
	width: 100%
}

.box._1of2 {
	width: 50%
}

._home .box._1of2 {
	width: 49%
}

.box._1of3 {
	width: 33%
}

.box._2of3 {
	width: 66.6%
}

.box._1of4 {
	width: 25%
}

.box._3of4 {
	width: 75%
}

.box._1of5 {
	width: 20%
}

.box._2of5 {
	width: 40%
}

.box._3of5 {
	width: 60%
}

.box._4of5 {
	width: 80%
}

.box._1of8 {
	width: 12.5%
}

@media screen and (max-width: 900px) {
	.box._1of4 {
		width: 33.3%
	}

	.box._3of4 {
		width: 66.6%
	}
}

@media screen and (max-width: 850px) {
	.box._1of2 {
		width: 100%
	}

	.box._2of5 {
		width: 100%
	}

	.box._1of4 {
		width: 50%
	}

	.box._1of3 {
		width: 50%
	}

	.box._2of3 {
		width: 50%
	}
}

@media screen and (max-width: 800px) {
	.box._1of4, .box._3of4 {
		width: 100%
	}

	.box._1of5 {
		width: 50%
	}

	.box._2of5 {
		width: 50%
	}

	.box._3of5 {
		width: 50%
	}

	.box._4of5 {
		width: 100%
	}
}

@media screen and (max-width: 600px) {
	.box._1of5 {
		width: 50%
	}

	.box._1of3 {
		width: 100%
	}

	.box._2of3 {
		width: 100%
	}

	.box._1of5 {
		width: 100%
	}

	.box._2of5 {
		width: 100%
	}

	.box._3of5 {
		width: 100%
	}

	.box._4of5 {
		width: 100%
	}
}

.heading-superscript{
	/* height: 200px; */
	/* text-decoration: blink; */
	position: relative;
	top: -0.5em;
	font-size: 32px;
	font-weight: bold;
}

.languages ul.dropdown-menu { min-width: 80px; }

.td_action a.btn-icon-only{
	margin-right: 10px;
}

/**New Code_________________________________________________________________________________________________________________**/

.sc_gks a{color: black;font-family: tahoma;text-transform: uppercase;font-size: 14px;}
.sc_gks img{max-height: 40px;height: 40px}
.sc_gks dd:nth-of-type(1){font-size: 11px}

#content-page .online-application .oa-inner img{width: 100%}
.sd-inner .left{position:relative;}
.sd-inner .left .mbox6{position:absolute;}
#university_search_form_home{bottom: -351px !important}
.smap {float:right;width:458px;height: 352px;/**background:url('../img/mapkr.gif') no-repeat 0 0;margin-bottom:40px; margin:26px 40px 0 0; background-size: 100%;**/}
.smap a {position:absolute;display:inline-block;line-height:16px;font-size:12px;color:#222;letter-spacing:-1px;font-weight:600;font-family: "helvetica", tahoma, Arial, sans-serif}
.smap a:hover {font-size:16px;color:#004888;letter-spacing:-2px;text-decoration:none;}
.smap a.m01 {top: 79px;left: 101px;width:58px;text-align:right;}
.smap a.m02 {top: 54px;left:166px;width:58px;text-align:left;}
.smap a.m03 {top: 54px;left: 235px;width:90px;text-align:left;}
.smap a.m04 {top: 76px;left:278px;width:80px;text-align:left;}
.smap a.m05 {top: 97px;left: 159px;width:90px;text-align:left;}
.smap a.m06 {top: 122px;left:178px;width:140px;text-align:left;}
.smap a.m07 {top: 118px;left:308px;width:140px;text-align:left;}
.smap a.m08 {top: 142px;left: 81px;width:90px;text-align:right;}
.smap a.m09 {top: 143px;left: 207px;width:60px;text-align:left;}
.smap a.m10 {top: 160px;left: 247px;width:120px;text-align:left;}
.smap a.m11 {top: 177px;left:171px;width:120px;text-align:left;}
.smap a.m12 {top: 202px;left: 240px;width:80px;text-align:left;}
.smap a.m13 {top: 211px;left: 143px;width:80px;text-align:left;}
.smap a.m14 {top: 238px;left: 232px;width:80px;text-align:left;}
.smap a.m15 {top: 228px;left: 330px;width:80px;text-align:left;}
.smap a.m16 {top: 255px;left: 320px;width:80px;text-align:left;}
.smap a.m17 {top: 258px;left: 115px;width:80px;text-align:left;}
.smap a.m18 {top: 280px;left: 144px;width:100px;text-align:left;}
.smap a.m19 {top: 317px;left: 227px;width: 80px;text-align:left;}


.one:first-child{background-color:lavender;}
.one:nth-child(2){background-color:lavenderblush;}
.one:nth-child(3){background-color:lavender;}
.one:nth-child(4){background-color:#BFBFBF;}
.one:nth-child(5){background-color:#FAE6F1;}
.one:last-child{background-color:#FAF9E6;}

.one img:nth-of-type(1){display:block;width: 218px !important;height: 193px;
/** hover zoom
-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
**/
}
/** hover zoom image
.one:hover img:nth-of-type(1){
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
**/

/**.one img:nth-of-type(2){display: none;width: 218px !important;height: 193px;}**/
/**.one:hover img:nth-of-type(1){display: none;}
.one:hover img:nth-of-type(2){display: block;}**/

.one{padding: 0;margin: 0;overflow: hidden;position: relative;}
.one p{background: rgba(46,120,148,.5);color: white;text-align: center;margin:0;position: absolute;bottom: 0;left: 0;width: 100%;height: 40px;border-radius: 0 0 4px 4px;
-webkit-transition: height .7s; /* For Safari 3.1 to 6.0 */
    transition: height .7s;}
.one:hover p{height: 70px;/**background: rgba(83,167,234,1)**/}
.one p span:first-child{display: block;text-transform: capitalize;font-weight: bold;line-height: 40px;text-shadow: 1px 1px 1px #0e0e0e;transition:all 2s;}
.one p span:last-child{display: none;text-transform: capitalize;font-weight: bold;line-height: 40px;text-shadow: 1px 1px 1px #0e0e0e;}
/**
.one p span:first-child{display: block;text-transform: capitalize;font-weight: bold;line-height: 40px;text-shadow: 1px 1px 1px #0e0e0e;box-shadow: inset 0px 0px 10px 0px #2e78bc;}
.one p span:last-child{display: none;text-transform: capitalize;font-weight: bold;line-height: 40px;text-shadow: 1px 1px 1px #0e0e0e;box-shadow: inset 0px 0px 10px 0px #2e78bc;}
**/
.one:hover p span:first-child{display: none;}
.one:hover p span:last-child{display: block;}
@media screen and (max-width: 375px){
	#university_search_form_home{right: 98px !important;}
	.smap img{margin-left: -78px;}
	.smap a.m01 {top: 79px;left: 18px;width:58px;text-align:right;}
	.smap a.m02 {top: 54px;left: 88px;width:58px;text-align:left;}
	.smap a.m03 {top: 54px;left: 150px;width:90px;text-align:left;}
	.smap a.m04 {top: 76px;left:278px;width:80px;text-align:left;}
	.smap a.m05 {top: 97px;left: 81px;width:90px;text-align:left;}
	.smap a.m06 {top: 122px;left: 98px;width:140px;text-align:left;}
	.smap a.m07 {top: 118px;left:308px;width:140px;text-align:left;}
	.smap a.m08 {top: 142px;left: 20px;width:90px;text-align:right;}
	.smap a.m09 {top: 143px;left: 129px;width:60px;text-align:left;}
	.smap a.m10 {top: 160px;left: 164px;width:120px;text-align:left;}
	.smap a.m11 {top: 177px;left: 113px;width:120px;text-align:left;}
	.smap a.m12 {top: 202px;left: 167px;width:80px;text-align:left;}
	.smap a.m13 {top: 211px;left: 76px;width:80px;text-align:left;}
	.smap a.m14 {top: 238px;left: 154px;width:80px;text-align:left;}
	.smap a.m15 {top: 228px;left: 253px;width:80px;text-align:left;}
	.smap a.m16 {top: 255px;left: 242px;width:80px;text-align:left;}
	.smap a.m17 {top: 258px;left: 40px;width:80px;text-align:left;}
	.smap a.m18 {top: 280px;left: 83px;width:100px;text-align:left;}
	.smap a.m19 {top: 317px;left: 142px;width: 80px;text-align:left;}
}




