﻿/* ---------------------------------------------------------
   1. General reset
   2. Embedded fonts styles
   3. header styles
   4. footer styles
   5. customform styles
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav ul,
#footer .links,
.socialnetworks,
.breadcrumbs,
.product-details .holder ul,
.widget .links,
.social-networks,
.starrating,
.filter-nav,
.filter-nav .slide,
.paging,
.sortby .sorting-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.container:after,
.products .head:after,
.paging:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header .logo img,
.product-slider .pagination .pagination-slide img,
.widget .image img,
.product .image img {
	width: 100%;
	/*height: auto;*/
	display: block;
}

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #414449;
	background: #fff;
	font: 16px/1.2 "MuseoSans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	/*height: auto;*/
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #414449;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #97a0a3;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #97a0a3;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #97a0a3;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #97a0a3;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #97a0a3;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?24346726");
	src: url("../fonts/fontello.eot?24346726#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?24346726") format("woff"), url("../fonts/fontello.ttf?24346726") format("truetype"), url("../fonts/fontello.svg?24346726#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}

.icon-angle-right:before {
	content: "\e800";
}

.icon-angle-left:before {
	content: "\e801";
}

.icon-angle-up:before {
	content: "\e802";
}

.icon-angle-down:before {
	content: "\e803";
}

.icon-star-empty:before {
	content: "\e804";
}

.icon-star:before {
	content: "\e805";
}

.icon-facebook:before {
	content: "\e806";
}

.icon-twitter:before {
	content: "\e807";
}

.icon-linkedin:before {
	content: "\e808";
}

.icon-right-small:before {
	content: "\e809";
}

.icon-left-small:before {
	content: "\e80a";
}

.icon-left:before {
	content: "\e80b";
}

.icon-right:before {
	content: "\e80c";
}

.icon-gplus:before {
	content: "\e80d";
}

.icon-ok-1:before {
	content: "\e80e";
}

.icon-zoom:before {
	content: "\e80f";
}

.icon-facebook-1:before {
	content: "\e810";
}

.icon-gplus-1:before {
	content: "\e811";
}

.icon-money:before {
	content: "\e812";
}

.icon-search:before {
	content: "\e813";
}

.icon-twitter-1:before {
	content: "\e814";
}

/* ---------------------------------------------------------
   2. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "ProximaNova";
	src: url("/fonts/ProximaNova-Light.eot");
	src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("/fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNova";
	src: url("/fonts/ProximaNova-Regular.eot");
	src: url("/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Regular.woff2") format("woff2"), url("/fonts/ProximaNova-Regular.woff") format("woff"), url("/fonts/ProximaNova-Regular.ttf") format("truetype"), url("/fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-100.eot");
	src: url("../fonts/MuseoSans-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-100.woff2") format("woff2"), url("../fonts/MuseoSans-100.woff") format("woff"), url("../fonts/MuseoSans-100.ttf") format("truetype"), url("../fonts/MuseoSans-100.svg#MuseoSans-100") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("MuseoSans-100Italic.eot");
	src: url("MuseoSans-100Italic.eot?#iefix") format("embedded-opentype"), url("MuseoSans-100Italic.woff2") format("woff2"), url("MuseoSans-100Italic.woff") format("woff"), url("MuseoSans-100Italic.ttf") format("truetype"), url("MuseoSans-100Italic.svg#MuseoSans-100Italic") format("svg");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-300.eot");
	src: url("../fonts/MuseoSans-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-300.woff2") format("woff2"), url("../fonts/MuseoSans-300.woff") format("woff"), url("../fonts/MuseoSans-300.ttf") format("truetype"), url("../fonts/MuseoSans-300.svg#MuseoSans-300") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-300Italic.eot");
	src: url("../fonts/MuseoSans-300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-300Italic.woff2") format("woff2"), url("../fonts/MuseoSans-300Italic.woff") format("woff"), url("../fonts/MuseoSans-300Italic.ttf") format("truetype"), url("../fonts/MuseoSans-300Italic.svg#MuseoSans-300Italic") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-500.eot");
	src: url("../fonts/MuseoSans-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-500.woff2") format("woff2"), url("../fonts/MuseoSans-500.woff") format("woff"), url("../fonts/MuseoSans-500.ttf") format("truetype"), url("../fonts/MuseoSans-500.svg#MuseoSans-500") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-500Italic.eot");
	src: url("../fonts/MuseoSans-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-500Italic.woff2") format("woff2"), url("../fonts/MuseoSans-500Italic.woff") format("woff"), url("../fonts/MuseoSans-500Italic.ttf") format("truetype"), url("../fonts/MuseoSans-500Italic.svg#MuseoSans-500Italic") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-700.eot");
	src: url("../fonts/MuseoSans-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-700.woff2") format("woff2"), url("../fonts/MuseoSans-700.woff") format("woff"), url("../fonts/MuseoSans-700.ttf") format("truetype"), url("../fonts/MuseoSans-700.svg#MuseoSans-700") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/MuseoSans-700Italic.eot");
	src: url("../fonts/MuseoSans-700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-700Italic.woff2") format("woff2"), url("../fonts/MuseoSans-700Italic.woff") format("woff"), url("../fonts/MuseoSans-700Italic.ttf") format("truetype"), url("../fonts/MuseoSans-700Italic.svg#MuseoSans-700Italic") format("svg");
	font-weight: 700;
	font-style: italic;
}

/* ---------------------------------------------------------
   3. header styles
   ---------------------------------------------------------*/

/* header styles */

#header {
	position: relative;
	padding: 15px 0;
	background: url(../images/bg-header.jpg);
}

#header .logo {
	float: left;
	width: 150px;
}

#header .header-right {
	float: right;
}

#header .search-opener {
	color: #fff;
	float: left;
	font-size: 20px;
	line-height: 20px;
	outline: none;
	margin: 6px 0 0;
}

#header .search-opener:hover {
	color: #2da274;
}

/* nav styles */

#nav {
	float: left;
	padding: 15px 0 0;
	max-width: 584px;
	letter-spacing: 1.1px;
}

#nav ul {
	overflow: hidden;
}

#nav ul li {
	float: left;
	margin: 0 38px 0 0;
}

#nav ul li a {
	color: #fff;
}

#nav ul li a:hover {
	color: #2da274;
}

#nav ul li.active a {
	color: #2da274;
}

/* nav opener styles */

.nav-opener {
	float: right;
	width: 20px;
	height: 22px;
	position: relative;
	margin: 6px 2px 0 22px;
	outline: none;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	left: 0;
	right: 0;
	top: 9px;
	height: 4px;
	background: #fff;
	position: absolute;
	border-radius: 2px;
	content: "";
	-webkit-transition: all, .3s, linear, 0s;
	transition: all, .3s, linear, 0s;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 18px;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #2da274;
}

/* nav active styles mobile */

/* search form styles */

.searchform {
	background: #000;
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	z-index: 44;
	height: 0;
	overflow: hidden;
}

.searchform .btn {
	position: absolute;
	right: 6px;
	top: 9px;
	background: none;
	padding: 0;
	border: 0;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	display: none;
	outline: none;
}

.searchform .btn:hover {
	color: #2da274;
}

.searchform .form-control {
	width: 100%;
	border: 0;
	font-size: 16px;
    color: #939598;
	box-sizing: border-box;
	line-height: 24px;
	height: 46px;
	padding: 11px 15px;
	border-radius: 3px;
	outline: none;
	border: solid 2px #fff;
}

.searchform .form-control:focus {
	border-color: #2da274;
}

.searchform ::-webkit-input-placeholder {
	color: #939598;
}

.searchform :-moz-placeholder {
	color: #939598;
}

.searchform ::-moz-placeholder {
	color: #939598;
	opacity: 1;
}

.searchform :-ms-input-placeholder {
	color: #939598;
}

.search-active .searchform {
	padding: 10px;
	height: 66px;
}

/* ---------------------------------------------------------
   4. footer styles
   ---------------------------------------------------------*/

/* footer styles */

#footer {
	overflow: hidden;
	background: #1e1f21;
	text-align: center;
	font: 14px/20px "ProximaNova", sans-serif;
}

#footer .col {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 128px;
	margin: 0 7px 20px;
}

#footer .container {
	padding-top: 30px;
	padding-bottom: 15px;
}

#footer .links li {
	margin: 0 0 4px;
}

#footer .links li a {
	color: #a9a9a9;
}

#footer .links li a:hover {
	color: #fff;
}

#footer .links li.active a {
	color: #fff;
}

#footer .heading {
	display: block;
	color: #fff;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

#footer .logo {
	max-width: 180px;
	margin: 5px 0 10px;
}

#footer .copyright {
	font-size: 12px;
	line-height: 14px;
	color: #8f8f90;
	display: block;
	text-align: center;
}

#footer .copyright a {
	color: #8f8f90;
}

#footer .copyright a:hover {
	color: #fff;
}

#footer .select-holder {
	width: 69px;
	overflow: hidden;
	margin: 0 0 10px;
}

/* socialnetworks styles */

.socialnetworks {
	font-size: 18px;
	line-height: 18px;
}

.socialnetworks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.socialnetworks li a {
	color: #8f8f90;
}

.socialnetworks li a:hover {
	color: #fff;
}

/* ---------------------------------------------------------
   5. customform styles
   ---------------------------------------------------------*/

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d9e1e7;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
	border-radius: 2px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 5px;
	width: 9px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	border: 2px solid #2e6faa;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-checkbox.jcf-checked {
	border-radius: 0;
	border-color: #2e6faa;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d9e1e7;
	border-radius: 100%;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #2e6faa;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #2b2c30;
	background: #26272a;
	width: 100%;
	height: 27px;
	border-radius: 2px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	margin: 6px 20px 0 7px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	right: 7px;
	top: 4px;
	color: #fff;
}

.jcf-select .jcf-select-opener:after {
	display: block;
	content: "\e803";
	font: 15px/15px "fontello";
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #2b2c30;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #000;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #000;
	color: #fff;
}

a {
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

body {
	line-height: 24px;
	font-weight: 500;
}

/* main container styles */

.container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.breadcrumbs-bar {
	overflow: hidden;
	background: #f3f7fa;
}

.breadcrumbs-bar .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* breadcrumbs styles */

.breadcrumbs {
	font-size: 13px;
	line-height: 14px;
	color: #515355;
}

.breadcrumbs li {
	float: left;
	position: relative;
	padding: 0 0 0 15px;
}

.breadcrumbs li:before {
	position: absolute;
	left: 5px;
	color: #8c97a2;
	top: 2px;
	content: "\e800";
	font: 14px/14px "fontello";
}

.breadcrumbs li:first-child {
	padding: 0;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li a {
	color: #135ca0;
}

.breadcrumbs li a:hover {
	color: #515355;
}

/* product details styles */

.product-details {
	padding-top: 30px;
	overflow: hidden;
}

.product-details .holder {
	overflow: hidden;
}

.product-details .holder a {
	text-decoration: underline;
}

.product-details .holder a:hover {
	text-decoration: none;
}

.product-details .holder .btn {
	text-decoration: none;
}

.product-details .holder ul {
	overflow: hidden;
	padding: 0 0 30px;
}

.product-details .holder ul li {
	position: relative;
	padding: 0 0 0 14px;
}

.product-details .holder ul li:before {
	position: absolute;
	left: 3px;
	top: -1px;
	content: "-";
}

.product-details .holder .tags-holder .subheading {
	margin: 0 0 17px;
}

.product-details .holder .tags-holder ul {
	padding: 0 0 0 3px;
}

.product-details .holder .tags-holder ul li {
	padding: 0;
}

.product-details .holder .tags-holder ul li:before {
	display: none;
}

.product-details .holder .tags-holder ul li a {
	text-decoration: none;
}

.product-details .holder .product-slider .btn-zoom {
	text-decoration: none;
}

.product-details .holder .product-slider .pagination .btn-next,
.product-details .holder .product-slider .pagination .btn-prev {
	text-decoration: none;
}

.product-details .link-holder {
	overflow: hidden;
	margin: 0 0 20px;
}

.product-details .link-holder a {
	text-decoration: underline;
}

.product-details .link-holder a:hover {
	text-decoration: none;
}

.product-details .link-holder .subheading {
	margin: 0 0 9px;
}

.product-details h1 {
	font-weight: 500;
	color: #2f2f2f;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 4px 0;
}

.product-details .product-id {
	display: block;
	color: #828e9a;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
}

.product-details .priceDetail {
	display: block;
	color: #135ca0;
	font-size: 38px;
	line-height: 40px;
	margin: 0 0 29px;
	font-weight: 500;
}

.product-details .btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	background: #2da274;
	border-radius: 4px;
	margin: 0 0 27px;
	padding: 15px 27px;
	font-weight: 700;
}

.product-details .btn:hover {
	background: #238c63;
}

.product-details .subheading {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #828e9a;
	margin: 0 0 7px;
	font-weight: 500;
}

.product-details p {
	margin: 0 0 17px;
}

.product-details .tags-holder {
	overflow: hidden;
	margin: 0 0 10px;
}

.product-details .tags-holder ul li {
	margin: 0 9px 8px 0;
	display: inline-block;
	vertical-align: top;
}

.product-details .tags-holder ul li a {
	display: block;
	height: 40px;
	border-radius: 8px;
	padding: 10px 11px 10px;
	color: #135ca0;
	font-size: 14px;
	line-height: 18px;
	border: solid 1px #dee3e7;
}

.product-details .tags-holder ul li a:hover {
	color: #fff;
	background: #135ca0;
	border-color: #135ca0;
}

.product-details #sidebar {
	float: right;
	width: 223px;
	margin: 0 0 0 30px;
}

/* product slider styles */

.product-slider {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	position: relative;
}

.product-slider .mask {
	overflow: hidden;
	position: relative;
	border: solid 1px #dee3e7;
	border-radius: 5px;
	margin: 0 0 19px;
}

.product-slider .mask .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.product-slider .mask .slide.active {
	z-index: 2;
}

.product-slider .mask img {
	display: block;
	width: 100%;
}

.product-slider .btn-zoom {
	position: absolute;
	right: 18px;
	bottom: 20px;
	color: #414449;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}

.product-slider .btn-zoom:hover {
	color: #135ca0;
}

.product-slider .pagination {
	overflow: hidden;
	position: relative;
}

.product-slider .pagination .pagination-mask {
	overflow: hidden;
	margin: 0 auto;
	width: 240px;
}

.product-slider .pagination .pagination-slideset {
	float: left;
	width: 9999px;
}

.product-slider .pagination .pagination-slide {
	float: left;
	width: 76px;
	overflow: hidden;
	margin: 0 2px;
	border-radius: 5px;
	border: solid 1px #dee3e7;
}

.product-slider .pagination .btn-next,
.product-slider .pagination .btn-prev {
	position: absolute;
	left: 13px;
	font-size: 22px;
	line-height: 22px;
	top: 50%;
	color: #c2c2c2;
	text-decoration: none;
	margin: -13px 0 0;
}

.product-slider .pagination .btn-next:hover,
.product-slider .pagination .btn-prev:hover {
	color: #135ca0;
}

.product-slider .pagination .btn-next {
	left: auto;
	right: 13px;
}

/* widget styles */

.widget {
	overflow: hidden;
	background: #f3f7fa;
	padding: 18px 22px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 20px;
}

.widget .image {
	overflow: hidden;
	margin: 0 -4px 13px;
}

.widget .title {
	display: block;
	color: #000;
	font: 300 16px/18px "ProximaNova", sans-serif;
	margin: 0 0 4px;
}

.widget .links {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
}

.widget .links li {
	margin: 0 0 4px;
}

.widget .links li a {
    color: #135ca0;
    text-decoration: none;
}

.widget .links li a:hover {
text-decoration: underline;
}

.widget .subtitle {
	display: block;
	color: #828e9a;
	margin: 0 0 10px;
	font: 300 14px/16px "ProximaNova", sans-serif;
}

.widget .subtitle a {
	color: #135ca0;
	text-decoration: none;
}

.widget .subtitle a:hover {
    text-decoration: underline;
}

.widget .btn-primary {
	display: block;
}

.widget.sharebox {
	padding: 0;
	background: #135ca0;
	color: #fff;
}

.widget.sharebox .tilte {
	margin: 0;
	color: #fff;
}

.widget .socialarea {
	overflow: hidden;
	border-top: solid 1px #6d98c1;
	padding: 13px 19px 15px 20px;
}

.widget .socialarea .heading {
	width: 75px;
	margin: 5px 9px 0 0;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}

/* sharebox styles */

.sharebox .title {
	padding: 16px 17px 13px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	border-bottom: solid 1px #6d98c1;
}

.sharebox .title .icon-money {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.sharebox .text {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	letter-spacing: -.5px;
	padding: 23px 23px;
}

.sharebox p {
	margin: 0 0 7px;
}

/* btn-primary styles */

.btn-primary {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 17px;
	color: #135ca0;
	font-weight: 500;
	padding: 13px 15px;
	text-align: center;
	border: solid 1px #135ca0;
	border-radius: 3px;
	background: #f3f7fa;
}

.btn-primary:hover {
	background: #135ca0;
	color: #fff;
}

/* social networks styles */

.social-networks {
	font-size: 25px;
	line-height: 25px;
}

.social-networks li {
	float: left;
	margin: 0 5px 0 0;
}

.social-networks li a {
	color: #fff;
}

.social-networks li a:hover {
	opacity: .8;
}

/* commentlist styles */

.commentlist {
	overflow: hidden;
	padding: 0 0 30px;
	margin: 0 0 30px;
/*	border-bottom: solid 1px #dee3e7;*/
}

.commentlist .head {
	border-bottom: solid 1px #dee3e7;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #68717a;
	margin: 0;
	padding: 0 0 17px;
}

.commentlist .review{
    float:right;
    font:16px/14px Arial,Helvetica,sans-serif;
    color:#2a629d;
    position:relative;
    padding:0;
    margin:2px 22px 0 0;
}
.commentlist .head .be {
	float: right;
    /*font: 11px/14px Arial,Helvetica,sans-serif;*/
    color: #2a629d;
    position: relative;
    padding: 0;
    margin: 2px 22px 0 0;
}
.commentlist .comments-holder {
	overflow: hidden;
}

.commentlist .commentlist-item {
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	color: #414449;
	padding: 25px 0 25px;
	border-bottom: solid 1px #dee3e7;
}

.commentlist .commentlist-item p {
	margin: 0 0 14px;
	font-style: italic;
}

.commentlist .tilte {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #2da274;
	font-weight: 500;
	margin: 0 0 8px;
}

.commentlist .tilte a {
	color: #2da274;
}

.commentlist .tilte a:hover {
	color: #000;
}

.commentlist .meta {
	overflow: hidden;
}

.commentlist .time {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	color: #828e9a;
	margin: 1px 13px 0 0;
}

/* starrating styles */

.starrating {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
}

.starrating li {
	float: left;
	color: #dee3e7;
	margin: 0 4px 0 0;
	cursor: default;
}

.starrating li.active {
	color: #f1c40f;
}

/* commentlist form styles */

.commentlist-form {
	overflow: hidden;
	margin: 25px 0 0;
	border: solid 1px #dee3e7;
	border-radius: 5px;
	position: relative;
	padding: 15px;
}

.commentlist-form .starrating {
	overflow: hidden;
	display: block;
	margin: 0 0 15px;
}

.commentlist-form .starrating li {
	margin: 0 7px 0 0;
}

.commentlist-form .form-control {
	width: 100%;
	background: none;
	border: 0;
	outline: none;
	font-weight: 100;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 0 15px 0 0;
	height: 60px;
	color: #828e9a;
	box-shadow: none;
	resize: vertical;
	margin: 0 0 15px;
}

.commentlist-form .btn {
	display: block;
	border-radius: 3px;
	background: #135ca0;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	height: 45px;
	padding: 13px 10px;
	text-align: center;
	width: 126px;
	border: 0;
}

.commentlist-form .btn:hover {
	background: #000;
}

/* featured products styles */

.featured-products {
	overflow: hidden;
}

.featured-products h3 {
	font-size: 16px;
	font-weight: 500;
	color: #828e9a;
	line-height: 18px;
	margin: 0 0 27px;
}

.featured-products .cols {
	overflow: hidden;
	margin: 0 -15px;
}

.featured-products .cols .col {
	float: left;
	width: 100%;
	padding: 0 15px;
}

/* product styles */

.product {
	overflow: hidden;
	border: solid 1px #dee3e7;
	border-radius: 5px;
	margin: 0 0 30px;
	position: relative;
}

.product .image {
	overflow: hidden;
	position: relative;
	border-bottom: solid 1px #dee3e7;
}

.product .text {
	overflow: hidden;
	padding: 9px 17px 10px;
}

.product .price {
	line-height: 20px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #135ca0;
	margin: 0 0 8px;
}

.product .tilte {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #414449;
	font-weight: 500;
	margin: 0 0 1px;
}

.product .subheading {
	display: block;
	color: #828e9a;
	font-size: 14px;
	line-height: 18px;
}

.product a {
	display: block;
}

.product a:hover {
	background: #f2f2f2;
}

.product .btn-share {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 32px;
	height: 29px;
	border-radius: 5px;
	background: #427cb2;
	color: #fff;
	text-align: center;
	padding: 2px 3px;
}

.product .btn-share:hover {
	background: #2e679c;
}

/* resize active styles */

.resize-active #nav,
.resize-active #nav ul,
.resize-active .searchform {
	-webkit-transition: none !important;
	transition: none !important;
}

/* content styles */

#content {
	overflow: hidden;
}

/* towcols styles */

.two-cols {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 30px;
}

.two-cols #sidebar {
	overflow: hidden;
	margin: 0 0 20px;
}

/* products styles */

.products {
	overflow: hidden;
}

.products .head {
	margin: 0 0 30px;
}

.products h1 {
	float: left;
	font-size: 20px;
	line-height: 24px;
	color: #414449;
	font-weight: 500;
	margin: 0;
	max-width: 700px;
}

.products .more {
	float: right;
	font-size: 14px;
	font-weight: 500;
	color: #135ca0;
	margin: 6px 0 0;
}

.products .more:hover {
	color: #000;
}

.products .cols {
	overflow: hidden;
	margin: 0 -15px;
	letter-spacing: -6px;
}

.products .cols .col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	letter-spacing: 0;
	padding: 0 15px;
}

.products .product .text {
	padding: 9px 17px 15px;
}

.products .product .price {
	margin: 0 0 4px;
}

/* filternav styles */

.filter-nav {
	overflow: hidden;
	margin: 0 -2px 6px;
	font-size: 16px;
	line-height: 20px;
}

.filter-nav li {
	margin: 0 0 2px;
	float: left;
	width: 100%;
	padding: 0 2px;
	text-align: center;
}

.filter-nav li a {
	display: block;
	padding: 10px 10px 10px;
	color: #135ca0;
	background: #f3f7fa;
	border-radius: 2px;
	outline: none;
}

.filter-nav li a:hover {
	background: #2b2c30;
	color: #fff;
}

.filter-nav li.active a {
	font-weight: 700;
	color: #135ca0;
}

.filter-nav li.active a:hover {
	background: #2b2c30;
	color: #fff;
}

.filter-nav.accordion {
	margin: 0 0 11px;
}

.filter-nav.accordion li {
	text-align: left;
	float: none;
	width: auto;
}

.filter-nav.accordion li a {
	color: #828e9a;
}

.filter-nav.accordion li a:hover {
	color: #fff;
}

.filter-nav.accordion li.active a {
	color: #135ca0;
}

.filter-nav.accordion li.active a:hover {
	color: #fff;
}

.filter-nav .slide {
	overflow: hidden;
	padding: 10px 22px 7px;
	background: #f3f7fa;
	font-size: 14px;
}

.filter-nav .slide .opener-second {
	margin: 0 0 10px;
	position: relative;
	padding: 0 0 0 30px;
	color: #828e9a;
}

.filter-nav .slide .slide-second {
	overflow: hidden;
	padding: 10px 22px 7px;
	background: #f3f7fa;
	font-size: 14px;
	list-style: none;
}

.filter-nav .slide .slide-second .opener-third {
	margin: 0 0 10px;
	position: relative;
	padding: 0 0 0 30px;
	color: #828e9a;
	
}

.filter-nav .jcf-checkbox {
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0;
}

/* categories styles */

.categories {
	overflow: hidden;
}

.categories .heading {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #414449;
	margin: 0 0 8px;
}

.categories .heading a {
	display: block;
	outline: none;
	background: #135ca0;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 10px 18px 10px;
}

.categories .heading a:hover {
	opacity: .8;
}

/* btn earn styles */

.btn-earn {
	display: block;
	background: #135ca0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 300;
	padding: 13px 15px;
	border-radius: 3px;
}

.btn-earn .icon-money {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
	font-size: 18px;
}

.btn-earn:hover {
	background: #0c4a84;
}

/* paging styles */

.paging {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0 0;
}

.paging li {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	color: #135ca0;
	margin: 0 2px;
}

.paging li a {
	color: #828e9a;
	font-weight: 500;
	display: block;
}

.paging li a:hover {
	color: #135ca0;
}

.paging li a i {
	margin: -1px 10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.paging li a.next,
.paging li a.prev {
	color: #135ca0;
}

.paging li a.next:hover,
.paging li a.prev:hover {
	color: #828e9a;
}

.paging li a.disabled {
	color: #828e9a;
	pointer-events: none;
}

.paging li a.next {
	margin: 0 0 0 12px;
}

.paging li a.next i {
	margin: -1px 0 0 12px;
}

.paging li a.prev {
	margin: 0 10px 0 0;
}

/* searchresults styles */

.search-results {
	margin: 0;
}

.search-results h1 {
	float: none;
	margin: 0 0 14px;
}

.search-results .search-counter {
	display: block;
	color: #828e9a;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px;
}

/* sortby styles */

.sortby {
	overflow: hidden;
	border-bottom: solid 1px #e8edf1;
	margin: 0 0 25px;
	padding: 0 0 18px;
	font-size: 15px;
	line-height: 18px;
}

.sortby .heading {
	display: block;
	font-weight: 700;
	color: #828e9a;
	margin: 0 0 10px;
}

.sortby .heading a {
	color: #828e9a;
	pointer-events: none;
}

.sortby .sorting-nav {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -.2px;
}

.sortby .sorting-nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 7px 0;
}

.sortby .sorting-nav ul li a {
	color: #414449;
}

.sortby .sorting-nav ul li a:hover {
	color: #135ca0;
}

.sortby .sorting-nav ul li.active a {
	color: #135ca0;
}

/* fancybox styles */

.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: none;
	vertical-align: top;
}

/* fancybox wrap styles */

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/* fancybox close */

.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 8040;
	color: #fff;
	background: #414449;
	text-align: center;
}

.fancybox-close:after {
	display: block;
	content: "x";
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.fancybox-close:hover {
	background: #2da274;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	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;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

@media (min-width: 480px) {
	#footer .col {
		width: 178px;
		margin: 0 10px 20px;
	}

	.product-slider .pagination .pagination-mask {
		width: 390px;
	}

	.product-slider .pagination .pagination-slide {
		margin: 0 5px;
		width: 120px;
	}

	.featured-products .cols .col {
		width: 50%;
	}

	.products .cols .col {
		width: 50%;
	}

	.filter-nav li {
		width: 33.33%;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 0;
	}

	#header .logo {
		width: 180px;
		margin: 39px 0 0;
	}

	#header .header-right {
		padding: 36px 0 34px;
	}

	#header .search-opener {
		display: none;
	}

	.nav-opener {
		margin: 12px 2px 0 32px;
	}

	.searchform {
		float: right;
		padding: 0 42px 0 0;
		position: relative;
		top: auto;
		height: auto;
		border: solid 2px #fff;
		width: 300px;
		border-radius: 4px;
		left: auto;
		right: auto;
		background: #3e4149;
	}

	.searchform .btn {
		display: block;
	}

	.searchform .form-control {
		border: 0;
		border-radius: 0;
	}

	#footer .col {
		width: 150px;
		margin: 0 10px;
	}

	#footer .container {
		padding-top: 55px;
		padding-bottom: 84px;
	}

	#footer .links li {
		margin: 0 0 6px;
	}

	#footer .select-holder {
		margin: 0 0 17px;
	}

	.breadcrumbs-bar .container {
		padding-top: 22px;
		padding-bottom: 21px;
	}

	.breadcrumbs {
		font-size: 14px;
		line-height: 16px;
	}

	.breadcrumbs li {
		padding: 0 0 0 22px;
	}

	.breadcrumbs li:before {
		left: 9px;
	}

	.product-details {
		padding-bottom: 51px;
		padding-top: 61px;
	}

	.product-details .link-holder {
		margin: 0 0 45px;
	}

	.product-details h1 {
		margin: -2px 0 4px 0;
		font-size: 28px;
		line-height: 32px;
	}

	.product-details .product-id {
		margin: 0 0 19px;
	}

	.product-details p {
		margin: 0 0 25px;
	}

	.product-details .tags-holder {
		margin: 0 0 12px;
	}

	.product-slider {
		float: left;
		width: 370px;
		margin: 0 30px 15px 0;
	}

	.product-slider .pagination .pagination-mask {
		width: 330px;
	}

	.product-slider .pagination .pagination-slide {
		margin: 0 5px;
		width: 100px;
	}

	.widget {
		margin: 0 30px 22px 0;
		float: left;
		width: 230px;
	}

	.commentlist {
		padding: 0 0 60px;
		margin: 0 0 55px;
	}

	.commentlist .commentlist-item {
		padding: 39px 0 25px;
	}

	.commentlist .commentlist-item:first-child {
		padding: 37px 0 25px;
	}

	.commentlist-form {
		padding: 20px 165px 12px 15px;
		margin: 44px 0 0;
	}

	.commentlist-form .form-control {
		height: 24px;
		margin: 0;
	}

	.commentlist-form .btn {
		position: absolute;
		right: 26px;
		top: 22px;
	}

	.featured-products {
		padding: 0 0 35px;
	}

	.products {
		margin: 0 0 21px;
	}

	.products h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.products .cols .col {
		width: 33.33%;
	}

	.products .cols .col.mobile-visible {
		display: none;
	}

	.filter-nav li a {
		padding: 15px 18px 15px 20px;
	}

	.btn-earn {
		padding: 17px 15px;
	}

	.paging {
		text-align: right;
	}

	.search-results .search-counter {
		margin: 0 0 34px;
		font-size: 16px;
		line-height: 18px;
	}

	.search-results .product {
		margin: 0 0 42px;
	}

	.sortby {
		font-size: 14px;
		line-height: 17px;
		margin: 0 0 40px;
	}

	.sortby .heading {
		display: inline-block;
		vertical-align: top;
		font-weight: 400;
		margin: 0 23px 0 0;
	}

	.sortby .sorting-nav ul li {
		margin: 0 18px 0 0;
	}
}

@media (min-width: 1024px) {
	#header .header-right {
		width: 773px;
		position: relative;
	}

	.searchform {
		width: 240px;
	}

	#footer .col {
		width: 178px;
		margin: 0 20px;
	}

	.product-details .holder ul {
		padding: 0 0 64px 37px;
	}

	.widget {
		float: none;
		width: 100%;
		margin: 0 0 22px;
	}

	.widget .links {
		margin: 0 0 34px;
	}

	.widget .links li {
		margin: 0 0 12px;
	}

	.widget .subtitle {
		margin: 0 0 23px;
	}

	.sharebox .text {
		padding: 15px 23px;
	}

	.commentlist {
		padding: 0 8px 60px 0;
	}

	.commentlist .comments-holder {
		padding: 0 27px;
	}

	.featured-products .cols .col {
		width: 25%;
	}

	.two-cols {
		padding-top: 78px;
		padding-bottom: 97px;
	}

	.two-cols #sidebar {
		width: 200px;
		margin: 1px 30px 0 0;
		float: left;
	}

	.filter-nav {
		margin: 0 0 26px;
	}

	.filter-nav li {
		float: none;
		width: auto;
		text-align: left;
		padding: 0;
	}

	.filter-nav .slide {
		padding: 1px 20px 33px;
	}

	.categories .heading {
		font-size: 14px;
		line-height: 17px;
		margin: 0 0 17px;
	}

	.categories .heading a {
		color: #414449;
		background: none;
		border-radius: 0;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.categories .slide-holder {
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.categories .slide-holder.js-slide-hidden {
		position: static !important;
	}

	.sortby .sorting-nav ul li {
		margin: 0 24px 0 0;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1250px) {
	#header .header-right {
		width: 922px;
	}

	.searchform {
		width: 300px;
	}

	#footer .col {
		margin: 0 42px;
	}

	.product-details #sidebar {
		margin: 0 0 0 47px;
	}

	.product-slider {
		width: 450px;
		margin: 0 38px 15px 0;
	}

	.product-slider .pagination .pagination-mask {
		width: 390px;
	}

	.product-slider .pagination .pagination-slide {
		width: 110px;
		margin: 0 10px;
	}

	.two-cols #sidebar {
		margin: 1px 102px 0 0;
	}
}

@media (max-width: 1023px) {
	#nav {
		-webkit-transition: max-height .3s ease-in-out 0s;
		transition: max-height .3s ease-in-out 0s;
	}

	#nav ul {
		-webkit-transition: -webkit-transform .3s ease-in-out 0s;
		transition: transform .3s ease-in-out 0s;
	}

	#nav {
		float: none;
		max-width: inherit;
		position: absolute;
		right: 0;
		top: 100%;
		left: 0;
		padding: 0;
		z-index: 100;
		max-height: 0;
		overflow: hidden;
	}

	#nav ul {
		background: #2da274;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	#nav ul li {
		float: none;
		margin: 0;
		border-top: solid 1px #fff;
	}

	#nav ul li a {
		display: block;
		padding: 10px 20px;
	}

	#nav ul li a:hover {
		background: #414449;
		color: #fff;
	}

	#nav ul li.active a {
		background: #414449;
		color: #fff;
	}

	.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-active .nav-opener:after,
	.nav-active .nav-opener:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: 11px;
		left: -3px;
		right: -3px;
	}

	.nav-active .nav-opener:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.nav-active #nav {
		max-height: 4000px;
	}

	.nav-active #nav ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#footer .col.last {
		width: 178px;
	}

	.product-details {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.product-details #sidebar {
		display: table-footer-group;
		height: 1%;
		width: 100%;
		float: none;
	}
}

@media (max-width: 767px) {
	.searchform {
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}

	#footer .col.last {
		width: 178px;
	}
}

@media (max-width: 479px) {
	#footer .col.last {
		width: 128px;
	}
}
/* lightbox styles */
.popup-area{overflow:hidden;width:560px}
.popup-area.add{padding:0 0 20px}
.popup-holder{position:relative;overflow:hidden;height:0;border-radius:3px}
.lightbox{padding:0;overflow:hidden;width:560px;}
.lightbox .heading-area{padding:10px 20px 11px 60px;overflow:hidden;border-bottom:1px solid #e3e3e3}
.lightbox h2{font:bold 18px/22px Arial,Helvetica,sans-serif;color:#2a629d;text-transform:capitalize}
.lightbox .text-box1{padding:16px 36px 20px 39px;overflow:hidden;margin:0;border-bottom:1px dotted #e3e3e3;}
.lightbox .text-box1 p{margin:0 0 12px}
.lightbox .text-box2{font:11px/15px Arial,Helvetica,sans-serif;color:#858585;padding:17px 36px 38px 39px}
.text-box2 a{font:12px Arial,Helvetica,sans-serif;color:#2a629d;margin:0 0 6px;display:block}
.lightbox label{font:bold 12px/15px Arial,Helvetica,sans-serif;color:#333;display:block;margin:0 0 7px}
.lightbox input[type="text"]{width:202px;border:1px solid #e3e3e3;border-radius:3px;height:23px;padding:5px}
.lightbox input[type="submit"]{background:#5b9bda;border:1px solid #528bc4;border-radius:3px;float:right;width:90px;color:#fff;margin:1px 3px 0 0;padding:6px 0;font-weight:700;text-transform:capitalize;cursor:pointer}
.lightbox input[type="submit"]:hover{opacity:.8}
.lightbox .lblradio label{display:inline;font-weight:400;vertical-align:middle;margin:1px 7px 1px 1px}
.lightbox .review-form{overflow:hidden;padding:18px 40px 20px;text-transform:capitalize}
.lightbox .review-form input[type="text"]{width:300px;border:1px solid #e3e3e3;border-radius:3px;height:23px;padding:5px;margin:0 0 16px}
.lightbox .review-form input[type="submit"]{background:#5b9bda;border:1px solid #528bc4;border-radius:3px;float:left;width:114px;color:#fff;margin:5px 3px 0 0;padding:6px 0;font-weight:700;text-transform:capitalize;cursor:pointer}
.lightbox .review-form textarea{width:300px!important;height:82px!important;padding:5px;margin:0 0 20px;border-radius:3px;border:1px solid #e3e3e3}
.lightbox .review-form input[type="radio"]{display:inline;font-weight:400;vertical-align:middle}
.lightbox .contact-form{overflow:hidden;padding:18px 68px 20px;text-transform:capitalize}
.lightbox .contact-form input[type="text"]{width:300px;border:1px solid #e3e3e3;border-radius:3px;height:23px;padding:5px;margin:0 0 16px}
.lightbox .contact-form textarea{width:300px!important;height:82px!important;padding:5px;margin:0 0 20px;border-radius:3px;border:1px solid #e3e3e3}
.error input[type="text"],.error textarea{border-color:red!important}
.lightbox .error label{color:red}
.lightbox img{display:block;margin:0 0 17px}
.lightbox .contact-form input[type="submit"]{background:#5b9bda;border:1px solid #528bc4;border-radius:3px;float:left;width:77px;color:#fff;margin:5px 3px 0 0;padding:6px 0;font-weight:700;text-transform:capitalize;cursor:pointer}
.lightbox span{float:none;color:#858585;margin:1px 7px 0 0;font-size:11px}
#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none}
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(/images/fancybox/fancybox.png)}
#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none}
#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}
#fancybox-wrap{position:absolute;top:0;left:0;padding:20px;z-index:1101;outline:none;display:none}
#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;border-radius:3px}
#fancybox-content{width:0;height:0;padding:0;outline:none;position:relative;overflow:hidden;z-index:1102;border:none!important}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101}
#fancybox-close{position:absolute;top:10px;right:10px;width:17px;height:17px;background:url(/images/sprite.png) 0 0;cursor:pointer;z-index:1103;display:none}
#fancybox-close:hover{background:url(/images/sprite.png) 0 -33px;width:17px;height:17px}
#fancybox-error{color:#444;font:normal 12px/20px Arial;padding:14px;margin:0}
#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:none;line-height:0;vertical-align:top}
#fancybox-frame{width:100%;height:100%;border:none;display:block}
#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url(/images/fancybox/blank.gif);z-index:1102;display:none}
#fancybox-left{left:0}
#fancybox-right{right:0}
#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block}
#fancybox-left-ico{background-image:url(/images/fancybox/fancybox.png);background-position:-40px -30px}
#fancybox-right-ico{background-image:url(/images/fancybox/fancybox.png);background-position:-40px -60px}
#fancybox-left:hover,#fancybox-right:hover{visibility:visible}
#fancybox-left:hover span{left:20px}
#fancybox-right:hover span{left:auto;right:20px}.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001}
#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url(/images/fancybox/fancybox-x.png)}
#fancybox-bg-ne{top:-20px;right:-20px;background-image:url(/images/fancybox/fancybox.png);background-position:-40px -162px}
#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url(/images/fancybox/fancybox-y.png);background-position:-20px 0}
#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url(/images/fancybox/fancybox.png);background-position:-40px -182px}
#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url(/images/fancybox/fancybox-x.png);background-position:0 -20px}
#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url(/images/fancybox/fancybox.png);background-position:-40px -142px}
#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url(/images/fancybox/fancybox-y.png)}
#fancybox-bg-nw{top:-20px;left:-20px;background-image:url(/images/fancybox/fancybox.png);background-position:-40px -122px}
#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#fff;text-align:left}
#fancybox-title-over{padding:10px;background-image:url(/images/fancybox/fancy_title_over.png);display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}
#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto}
#fancybox-title-float-wrap td{border:none;white-space:nowrap}
#fancybox-title-float-left{padding:0 0 0 15px;background:url(/images/fancybox/fancybox.png) -40px -90px no-repeat}
#fancybox-title-float-main{color:#fff;line-height:29px;font-weight:700;padding:0 0 3px;background:url(/images/fancybox/fancybox-x.png) 0 -40px}
#fancybox-title-float-right{padding:0 0 0 15px;background:url(/images/fancybox/fancybox.png) -55px -90px no-repeat}



.inline_loader { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: 0; z-index: 10000; }
.inline_loader_inner { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10001; }
.inline_loader_bottom { position: fixed; text-transform: none; background-color: #000; background-position: center 26px; background-repeat: no-repeat; width: 162px; height: 40px; left: 50%; top: 50%; margin-top: -53px; margin-left: -81px; border-radius: 10px; line-height: 41px; text-align: left; color: #FFF; font-size: 13px; box-shadow: #555 0 0 8px; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Color='#888888', Direction=135)"; z-index: 10002; font-weight: bold; background-image: url("/images/inline-loader.gif"); opacity: .9; text-align: center; padding: 75px 0 9px 0; }


#contactForm span.error,
label.error {
    font-weight: 400;
    color: red;
    font-style: italic
}
#ReportItem span.error,
label.error {
    font-weight: 400;
    color: red;
    font-style: italic
}
#ReviewForm span.error,
label.error {
    font-weight: 400;
    color: red;
    font-style: italic
}
#subscrible .alert-row span.error,
label.error {
    font-weight: 400;
    color: red;
    font-style: italic
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
    border: red solid 1px
}

.seemore{
	float:right;
	/*color:#2a629d;
	font-size:11px;
	line-height:13px;*/
}

.Searchbox{padding:0;overflow:hidden;width:auto}
.Searchbox .heading-area{padding:10px 20px 11px 7px;overflow:hidden}
.Searchbox h2{font:bold 18px/22px Arial,Helvetica,sans-serif;color:#2a629d;text-transform:capitalize}
.Searchbox .text-box1{padding:16px 36px 20px 7px;overflow:hidden;margin:0;border-bottom:1px dotted #e3e3e3}
.Searchbox .text-box1 p{margin:0 0 12px}
.Searchbox .text-box2{font:11px/15px Arial,Helvetica,sans-serif;color:#858585;padding:17px 36px 38px 39px}
.text-box2 a{font:12px Arial,Helvetica,sans-serif;color:#2a629d;margin:0 0 6px;display:block}
/*.Searchbox label
{font:12px/15px Arial,Helvetica,sans-serif;
 color:#333;
 display:block;
 margin:0 0 7px}*/

.Searchbox input[type="text"]{                              
    width: 100%;
	background: none;
	border: 1px solid #e3e3e3;
	outline: none;
	font-weight: 100;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding:5px;
	height: 28px;
	color: #828e9a;
	box-shadow: none;
	resize: vertical;
	margin: 0 0 15px;
	
	}
.Searchbox input[type="submit"]
{
    display: block;
	border-radius: 3px;
	background: #135ca0;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	height: 45px;
	padding: 13px 10px;
	text-align: center;
	width: 126px;
	border: 0;
}

.Searchbox input[type="submit"]:hover{background: #000;}
.Searchbox .contact-form{overflow:hidden;padding:18px 40px 20px;text-transform:capitalize}
.Searchbox .contact-form input[type="text"]{width:300px;border:1px solid #e3e3e3;border-radius:3px;height:23px;padding:5px;margin:0 0 16px}
.Searchbox .contact-form textarea{width:100%;height:82px!important;padding:5px;margin:0 0 20px;border-radius:3px;border:1px solid #e3e3e3}
.error input[type="text"],
.error textarea{border-color:red!important}
.Searchbox .error label{color:red}
.Searchbox img{display:block;margin:0 0 17px}
.Searchbox .contact-form input[type="submit"]{background:#5b9bda;border:1px solid #528bc4;border-radius:3px;float:left;width:77px;color:#fff;margin:5px 3px 0 0;padding:6px 0;font-weight:700;text-transform:capitalize;cursor:pointer}
.Searchbox span{color:#858585;font-size:11px}

.control {
    width: 25%;
    height: 100px;    
    float:left;    
    padding:0 23px 0 0;
}
.butt {
    width: 100%;
    height: 100px;    
    float:left;
}
.share-earn-item-font{
   color:white;
   font-size:16px;
}
