@import url(css/jquery.fancybox.css);/*
Theme Name: Batiste
Author: Anonymous
Author URI:
Version: 1
Description: Batiste theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

@font-face {
	font-family: "GarageGothic";
	src: url("fonts/font_bureau_-_garagegothic-bold-webfont.woff2") format("woff2"), url("fonts/font_bureau_-_garagegothic-bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "GarageGothic";
	src: url("fonts/font_bureau_-_garagegothic-black-webfont.woff2") format("woff2"), url("fonts/font_bureau_-_garagegothic-black-webfont.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-bold-webfont.woff2") format("woff2"), url("fonts/dosis-bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-extrabold-webfont.woff2") format("woff2"), url("fonts/dosis-extrabold-webfont.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-extralight-webfont.woff2") format("woff2"), url("fonts/dosis-extralight-webfont.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-light-webfont.woff2") format("woff2"), url("fonts/dosis-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-medium-webfont.woff2") format("woff2"), url("fonts/dosis-medium-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-regular-webfont.woff2") format("woff2"), url("fonts/dosis-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Dosis";
	src: url("fonts/dosis-semibold-webfont.woff2") format("woff2"), url("fonts/dosis-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

#nav ul,
.footer-nav,
.social-networks,
.contact-section.contact-information ul,
.info-terms .list-terms ol,
.info-caption .list-text,
.product-category,
.products-list,
.products-list .hover-block .info-list,
.product-details .info-box .list,
.product-details .btn-list,
.accordion,
.accordion ol,
.buy-lightbox .item-lsit {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.form-group:after,
#nav:after,
.product-category:after,
.products-list:after,
.products-list .hover-block .info-list:after,
.product-details .info-box .list:after,
.product-details .btn-list:after,
.related-products .holder:after,
.product-section .holder:after,
.videos-section .holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #bbf8f6;
	font: 18px/1.4444 "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.4444em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.4444em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .75em .88em;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

.widget {
	margin-bottom: 1.4444em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #fff;
	color: #000;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.4444em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.4444em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.4444em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.4444em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #fff;
	color: #000;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.4444em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #fff;
	color: #000;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.4444em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.4444em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.4444em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.4444em;
}

.mejs-container {
	margin-bottom: 1.4444em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

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: 78px;
}

h2,
.h2 {
	font-size: 78px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 30px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 24px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #37a5a5;
	-webkit-transition: opacity .2s linear, color .2s linear, background .2s linear;
	transition: opacity .2s linear, color .2s linear, background .2s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

.bg-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.bg-parallax img {
	height: auto;
	position: absolute;
	width: auto;
}

.is-touch-device {
	background-size: cover;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

a {
	font-weight: 600;
}

.relative {
	position: relative;
}

.relative > .holder {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.btn,
.navigation-single .next a,
.navigation-single .prev a {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	padding: .75em .88em;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.btn [class^="ion-"],
.navigation-single .next a [class^="ion-"],
.navigation-single .prev a [class^="ion-"] {
	margin-left: 10px;
}

.btn:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.enquiry-section .btn
{
	-webkit-transform: translate(11px, -11px);
	-ms-transform: translate(11px, -11px);
	transform: translate(11px, -11px);
	background: #f8e500;
	border-color: #f8e500;
	box-shadow: -11px 11px 0 #fb0088;

}

.enquiry-section .btn-holder .btn {
	background: #f8e500;
}

.btn-panel .navigation-single .next a:hover,
.btn-panel .navigation-single .prev a:hover {
	color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
}

h1,
.h1 {
	font-family: "GarageGothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
	line-height: 1;
	color: #00ada7;
	margin-left: 11px;
}

h1 span,
.h1 span {
	display: inline-block;
	vertical-align: top;
	background: #f8e500;
	padding: 0 15px;
	letter-spacing: -1px;
	box-shadow: -11px 11px 0 #fb0088;
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	transform: skewY(-11deg);
}

h1.white,
.h1.white {
	color: #fff;
}

h1.white a,
.h1.white a {
	color: #fff;
	text-decoration: none;
}

h2,
.h2 {
	font-family: "GarageGothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
	color: #00ada7;
}

h2 span,
.h2 span {
	display: inline-block;
	vertical-align: top;
	background: #f8e500;
	padding: 9px 8px;
	letter-spacing: -.5px;
	box-shadow: -11px 11px 0 #008a83;
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	transform: skewY(-11deg);
}

h2.white,
.h2.white {
	color: #fff;
}

h2.white a,
.h2.white a {
	color: #fff;
	text-decoration: none;
}

h3,
.h3 {
	margin-bottom: 20px;
	font-weight: 800;
	padding: 8px 12px;
	color: #008a83;
}

h3 span,
.h3 span {
	display: inline-block;
	vertical-align: top;
	background: #f8e500;
	padding: 10px 15px;
	box-shadow: -11px 11px 0 #008a83;
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	transform: skewY(-11deg);
}

h3.white,
.h3.white {
	color: #fff;
}

h3.white a,
.h3.white a {
	color: #fff;
	text-decoration: none;
}

h4.white,
.h4.white {
	color: #fff;
}

h4.white a,
.h4.white a {
	color: #fff;
	text-decoration: none;
}

h5,
.h5 {
	margin-bottom: 25px;
}

h6,
.h6 {
	margin-bottom: 13px;
	font-weight: normal;
}

h6.heading-7,
.h6.heading-7 {
	font-size: 18px;
	font-weight: bold;
}

h6.white,
.h6.white {
	color: #fff;
}

h6.white a,
.h6.white a {
	color: #fff;
	text-decoration: none;
}

.main-wrap {
	padding-top: 200px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.text-center {
	text-align: center;
}

.bg-light-blue {
	background: #39f;
}

.bg-blue-gray {
	background: #6ed1d1;
}

.bg-soft-blue {
	background: #35c5ee;
}

.bg-lighter-blue {
	background: #c0e0eb;
}

.bg-light-orange {
	background: #ffdcb6;
}

.bg-soft-pink {
	background: #f8c1d9;
}

.holder {
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.container {
	max-width: 1366px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.img-decor {
	position: absolute;
	top: -50px;
	left: 8px;
	right: 2px;
	z-index: -1;
}

.video-listing .img-decor {
	top: -6px;
}

.img-decor.bottom {
	top: auto;
	bottom: 9px;
	right: 11px;
}

.img-decor img {
	display: block;
	max-width: none;
	width: 100%;
}

.video-holder a {
	color: #37a5a5;
	display: block;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.video-holder a:hover {
	color: #77d8d8;
}

.video-holder .ion-ios-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 71px;
	line-height: 1;
	-webkit-transition: opacity .2s linear, color .2s linear, background .2s linear;
	transition: opacity .2s linear, color .2s linear, background .2s linear;
}

.validation-error .error-message {
	opacity: 1;
	visibility: visible;
}

.error-message {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	font-size: 18px;
	color: #f00;
	display: block;
	text-align: right;
	opacity: 0;
	visibility: hidden;
}

.input {
	position: relative;
	margin: 0 0 18px;
	z-index: 1;
}

.input.big {
	margin: 25px 0 20px;
}

.input.input-error input {
	border-color: #f00;
}

.input.input-error label span {
	color: #f00;
}

.input.input-error textarea {
	border-color: #f00 !important;
}

label {
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out, left .3s ease-in-out;
	transition: color .3s ease-in-out, transform .3s ease-in-out, left .3s ease-in-out;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	color: #9d9d9d;
	z-index: -1;
	font-size: 12px;
	line-height: 16px;
}

label.label-text {
	left: 10px;
}

label.label-text.label-active {
	top: 4px;
	left: 0;
}

label.label-active {
	color: #000;
	-webkit-transform: translateY(-19px);
	-ms-transform: translateY(-19px);
	transform: translateY(-19px);
	font-weight: 700;
	text-transform: uppercase;
}

label.label-active span {
	opacity: 0;
	visibility: hidden;
}

label span {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
}

input[type="text"],
input[type="email"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: none;
	background: transparent;
	border-bottom: 1px solid #9d9d9d;
	box-shadow: none;
	outline: none;
	width: 100%;
	padding: 0 0 2px;
	height: 37px;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}

input[type="text"].text-active,
input[type="email"].text-active {
	border-color: #000;
}

input[type="text"]:hover,
input[type="email"]:hover {
	border-color: #000;
}

textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: 1px solid #9d9d9d;
	resize: none;
	width: 100%;
	background: transparent;
	color: #000;
	padding: 7px 11px;
	height: 162px;
}

textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #9d9d9d;
}

textarea:-moz-placeholder {
	color: #9d9d9d;
}

textarea:-ms-input-placeholder {
	color: #9d9d9d;
}

textarea.placeholder {
	color: #9d9d9d;
}

textarea:hover {
	border-color: #000;
}

.search-form input {
	padding: .3em .5em;
}

.post-password-form input {
	padding: .3em .5em;
}

.comment-form button,
.comment-form input[type="button"],
.comment-form input[type="reset"],
.comment-form input[type="file"],
.comment-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	height: auto;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	padding: .75em .88em;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.comment-form button [class^="ion-"],
.comment-form input[type="button"] [class^="ion-"],
.comment-form input[type="reset"] [class^="ion-"],
.comment-form input[type="file"] [class^="ion-"],
.comment-form input[type="submit"] [class^="ion-"] {
	margin-left: 10px;
}

.comment-form button:not(:hover),
.comment-form input[type="button"]:not(:hover),
.comment-form input[type="reset"]:not(:hover),
.comment-form input[type="file"]:not(:hover),
.comment-form input[type="submit"]:not(:hover) {
	background: none;
}

.comment-form button:hover,
.comment-form input[type="button"]:hover,
.comment-form input[type="reset"]:hover,
.comment-form input[type="file"]:hover,
.comment-form input[type="submit"]:hover {
	-webkit-transform: translate(11px, -11px);
	-ms-transform: translate(11px, -11px);
	transform: translate(11px, -11px);
	background: #f8e500;
	border-color: #f8e500;
	box-shadow: -11px 11px 0 #fb0088;
}

.navigation-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation-single:after {
	display: none;
}

.navigation-single .next,
.navigation-single .prev {
	background: none;
	padding: 0 32px 15px;
	float: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: 1;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.fancybox-slide .buy-popup {
	width: 100%;
	padding-top: 80px;
	background: none;
}

.fancybox-slide .buy-popup .fancybox-close-small {
	display: none;
}

.header-bg {
	background: #89e0e0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: -101px;
	margin-bottom: -25px;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg);
}

.header-bg .top-bg {
	position: absolute;
	top: 28px;
	left: -12px;
	width: 131px;
	height: 212px;
	z-index: -1;
}

.header-bg .bottom-bg {
	position: absolute;
	bottom: 0;
	left: 294px;
	width: 163px;
	height: 90px;
	z-index: -1;
}

.header-bg .product-bg {
	position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.header-bg .product-bg img {
	width: auto;
	height: 100%;
}

.header-bg .mobile-bg {
	display: none;
}

#header {
	padding: 47px 0 40px;
	position: relative;
	z-index: 1;
}

.nav-active #header {
	z-index: 999;
}

#header .holder {
	position: relative;
	z-index: 3;
}

.logo {
	width: 191px;
	height: 41px;
	float: left;
}

.logo img {
	vertical-align: top;
}

#nav {
	float: right;
	margin: 0 -31px;
}

#nav .mobile-bg {
	display: none;
}

#nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -30px;
}

#nav ul li {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 18px;
}

#nav ul li a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 11px;
	padding-right: 11px;
	z-index: 1;
}

#nav ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 6px;
	margin-top: -3px;
	background: #f8e500;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

#nav ul li a:hover:before {
	opacity: 1;
}

#nav ul li.active a:before {
	opacity: 1;
}

.menu {
	float: right;
	width: 38px;
	height: 25px;
	position: relative;
	text-indent: -9999px;
	z-index: 99;
	font-size: 0;
	line-height: 0;
	margin-top: 4px; /* close button transition */
}

.menu:before,
.menu:after,
.menu span {
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.menu:before,
.menu:after {
	content: "";
	top: 0;
	margin-top: 0;
}

.nav-active .menu:before,
.nav-active .menu:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.menu:after {
	top: auto;
	bottom: 0;
	margin-top: 0;
}

.nav-active .menu:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .menu span {
	opacity: 0;
}

.menu:hover {
	opacity: .7;
}

.lower-block {
	margin-top: auto;
}

.instagram-block img {
	width: 100%;
	max-width: none;
	vertical-align: top;
}

#footer {
	background: #37a5a5;
	padding: 9px 0;
}

#footer .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.footer-nav li {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 5px 10px;
}

.footer-nav li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.footer-nav li a:hover {
	color: #333;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.social-networks li {
	padding: 8px 14px;
	font-size: 21px;
	line-height: 1;
}

.social-networks li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #fff;
	text-decoration: none;
	border-radius: 100px;
}

.social-networks li a:hover {
	background: #e6e6e6;
}

.instagram-block #sb_instagram .sbi_info {
	display: none;
}

#main {
	position: relative;
	top: -75px;
	margin-bottom: -75px;
}

#content {
	padding-bottom: 49px;
}

#content p {
	margin-bottom: 33px;
}

#content h6 {
	font-size: 18px;
	font-weight: bold;
}

.banner {
	height: 728px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

.banner.blog {
	height: 502px;
	margin-bottom: 72px;
}

.banner .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.main-title {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}

.main-title .holder {
	pointer-events: none;
}

.main-title .holder * {
	pointer-events: auto;
}

.main-title.static {
	position: static;
}

.main-title h1 {
	pointer-events: auto;
}

.info-section {
	padding-top: 226px;
	padding-bottom: 104px;
}

.info-section.add {
	padding-top: 222px;
	padding-bottom: 80px;
}

.info-section.add .info-caption {
	margin-top: 194px;
	padding-bottom: 25px;
}

.info-section.blog {
	padding-top: 209px;
	padding-bottom: 114px;
}

.info-section .info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.info-section .info-holder .img-holder {
	width: 729px;
}

.info-section .info-holder .img-holder img {
	vertical-align: top;
}

.info-section .info-holder .info-caption {
	width: 507px;
	background: #56c0c7;
	color: #fff;
	padding: 48px 64px 29px;
	margin: 0 0 -43px -127px;
	position: relative;
	box-shadow: -11px 11px 0 0 #fb0088;
}

.info-section .info-holder .info-caption h3 {
	margin-bottom: 8px;
	line-height: 36px;
	font-weight: bold;
	padding: 0;
}

.info-section .video-holder a {
	color: #77d8d8;
}

.info-section .video-holder a:hover {
	color: #37a5a5;
}

.info-section .video-holder .ion-ios-play {
	font-size: 148px;
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.cols .col {
	width: 50%;
	padding: 0 15px;
}

.cols .col.large {
	width: 58.2%;
}

.cols .col.large + .col {
	width: 41.8%;
}

.blog-listing {
	padding-top: 98px;
	overflow: hidden;
}

.blog-listing.post {
	padding-top: 78px;
	padding-bottom: 34px;
}

.blog-listing.post .heading-block {
	margin-bottom: 38px;
}

.blog-listing .info-blog {
	background: #f36f8c;
	line-height: 26px;
	margin-bottom: 49px;
	color: #fff;
}

.blog-listing .info-blog.blue {
	background: #18a0d0;
}

.blog-listing .info-blog.green {
	background: #3fb0b7;
}

.blog-listing .info-blog.purple {
	background: #798bc8;
}

.blog-listing .info-blog.light-blue {
	background: #4ac7f3;
}

.blog-listing .info-blog h2 {
	margin-bottom: 8px;
	line-height: 36px;
}

.blog-listing .info-blog .img-holder img {
	width: 100%;
	max-width: none;
	vertical-align: top;
}

.blog-listing .info-blog .text-holder {
	padding: 23px 36px 11px;
}

.blog-listing .heading-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-more {
	position: absolute;
	top: 78px;
	right: 128px;
	z-index: 2;
}

.btn-more .btn,
.btn-more .navigation-single .next a,
.navigation-single .next .btn-more a,
.btn-more .navigation-single .prev a,
.navigation-single .prev .btn-more a {
	min-width: 281px;
}

.btn-more .btn:not(:hover),
.btn-more .navigation-single .next a:not(:hover),
.navigation-single .next .btn-more a:not(:hover),
.btn-more .navigation-single .prev a:not(:hover),
.navigation-single .prev .btn-more a:not(:hover) {
	background: none;
}

.btn-panel {
	padding: 11px 0 28px;
}

.bg-soft-pink .btn-panel {
	padding-top: 26px;
	padding-bottom: 40px;
}

.btn-panel .navigation-single .btn,
.btn-panel .navigation-single .next a,
.btn-panel .navigation-single .prev a {
	padding: 18px 12px;
	min-width: 237px;
	color: #fff;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-panel .navigation-single .btn:not(:hover),
.btn-panel .navigation-single .next a:not(:hover),
.btn-panel .navigation-single .prev a:not(:hover) {
	background: none;
	border-color: #fff;
}

.bg-soft-pink .btn-panel .navigation-single .btn,
.bg-soft-pink .btn-panel .navigation-single .next a,
.bg-soft-pink .btn-panel .navigation-single .prev a {
	color: #000;
}

.bg-soft-pink .btn-panel .navigation-single .btn:not(:hover),
.bg-soft-pink .btn-panel .navigation-single .next a:not(:hover),
.bg-soft-pink .btn-panel .navigation-single .prev a:not(:hover) {
	border-color: #000;
}

.btn-panel .navigation-single .btn .ion-ios-arrow-left,
.btn-panel .navigation-single .next a .ion-ios-arrow-left,
.btn-panel .navigation-single .prev a .ion-ios-arrow-left {
	margin-right: 10px;
}

.btn-panel .navigation-single .btn .ion-ios-arrow-right,
.btn-panel .navigation-single .next a .ion-ios-arrow-right,
.btn-panel .navigation-single .prev a .ion-ios-arrow-right {
	margin-left: 10px;
}

.btn-panel .navigation-single .btn.disabled,
.btn-panel .navigation-single .next a.disabled,
.btn-panel .navigation-single .prev a.disabled {
	border-color: #aae0fa;
	color: #aae0fa;
	pointer-events: none;
}

.bg-soft-pink .btn-panel .navigation-single .btn.disabled,
.bg-soft-pink .btn-panel .navigation-single .next a.disabled,
.bg-soft-pink .btn-panel .navigation-single .prev a.disabled {
	border-color: #a74d82;
	color: #a74d82;
}

.btn-panel .navigation-single .btn:hover,
.btn-panel .navigation-single .next a:hover,
.btn-panel .navigation-single .prev a:hover {
	opacity: 1;
}

.contact-section {
	padding-top: 191px;
	padding-bottom: 37px;
}

.contact-section.product {
	padding-top: 165px;
	padding-bottom: 0;
}

.contact-section.contact-information ul {
	text-align: center;
}

.contact-section.contact-information ul li {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 27px;
}

.contact-section.contact-information ul li strong {
	text-transform: uppercase;
}

.contact-section.contact-information ul li span,
.contact-section.contact-information ul li address {
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	display: block;
	padding-top: 12px;
	margin-bottom: 0;
}

.contact-section.contact-information ul li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.contact-section.contact-information ul li a:hover {
	color: #37a5a5;
}

.enquiry-wrap {
	padding: 72px 0;
	position: relative;
	z-index: 1;
}

.enquiry-wrap .bg-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: -1;
}

.enquiry-section .holder {
	position: relative;
}

.enquiry-section .heading-title {
	position: static;
	top: 0;
	left: 0;
	margin: 0 0 57px;
}

.enquiry-section h1 {
	font-size: 40px;
}

.enquiry-section .enquiry-form {
	background: #ffdcb6;
	box-shadow: -7px 7px 0 #fb0088;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

.enquiry-section .enquiry-form p {
	margin: 0 0 19px;
}

.enquiry-section .enquiry-form p a {
	color: #000;
	text-decoration: underline;
	font-weight: 400;
}

.enquiry-section .enquiry-form p a:hover {
	text-decoration: none;
}

.enquiry-section .btn-holder {
	padding-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.enquiry-section .btn,
.enquiry-section .navigation-single .next a,
.navigation-single .next .enquiry-section a,
.enquiry-section .navigation-single .prev a,
.navigation-single .prev .enquiry-section a {
	font-size: 15px;
	width: 200px;
	margin: 0;
	background: transparent;
	padding: 16px 10px;
}

.enquiry-section .btn:hover,
.enquiry-section .navigation-single .next a:hover,
.navigation-single .next .enquiry-section a:hover,
.enquiry-section .navigation-single .prev a:hover,
.navigation-single .prev .enquiry-section a:hover {
	background: #f8e500;
}

div.wpcf7-validation-errors {
	border-color: #37a5a5;
}

div.wpcf7-mail-sent-ok {
	border-color: #37a5a5;
}

div.wpcf7 .ajax-loader {
	background: none;
	margin-left: 28px;
}

div.wpcf7 .ajax-loader:before {
	content: "\e098";
	font-size: 30px;
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #009590;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: top;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear;
}

.info-terms {
	padding-top: 295px;
	padding-bottom: 50px;
}

.info-terms .list-terms ol {
	counter-reset: newCounter;
	overflow: visible;
	padding: 0 90px;
	text-align: center;
}

.info-terms .list-terms ol li {
	display: list-item;
	margin-bottom: 10px;
}

.info-terms .list-terms ol li:before {
	content: "";
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
}

.info-terms .list-terms ol li .contact-info {
	display: block;
	padding-top: 10px;
}

.info-caption {
	background: #56c0c7;
	color: #fff;
	padding: 50px 81px 48px;
	margin: 68px 2px 0 -63px;
	box-shadow: -11px 11px 0 0 #fb0088;
}

.info-caption h2 {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.info-caption p {
	margin-bottom: 25px;
}

.info-caption .text-info {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 13px;
}

.info-caption .list-text {
	counter-reset: newCounter;
	overflow: visible;
}

.info-caption .list-text li {
	display: list-item;
	line-height: 30px;
	margin-bottom: 5px;
}

.info-caption .list-text li:before {
	content: "";
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
}

.info-caption .list-text li .contact-info {
	display: block;
	padding-top: 10px;
}

.video-listing {
	overflow: hidden;
	padding-top: 37px;
}

.video-listing .video-post {
	padding-bottom: 12px;
}

.video-listing .video-post h2 {
	margin-bottom: 2px;
	font-weight: bold;
	color: #37a5a5;
	position: relative;
	z-index: 1;
}

.video-listing .video-post .video-holder {
	margin-bottom: 22px;
}

.video-listing .video-post .video-holder a {
	height: 197px;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .slideset {
	width: 100%;
	float: left;
	height: 766px !important;
}

.cycle-gallery .slide {
	width: 100%;
	float: left;
}

.second-line {
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 0 50px;
}

.main-slider {
	background: #84a2d2;
}

.main-slider .cycle-gallery {
	position: relative;
}

.main-slider .cycle-gallery .slide {
	height: 766px;
	position: relative;
	overflow: hidden;
}

.main-slider .cycle-gallery .slide .image-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: 0 0;
}

.main-slider .cycle-gallery .slide .image-holder img {
	vertical-align: top;
}

.main-slider .cycle-gallery .slide.prev .carousel-caption {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	opacity: .6;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
}

.main-slider .cycle-gallery .slide.next .carousel-caption {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	opacity: .6;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}

.main-slider .cycle-gallery .btn-prev,
.main-slider .cycle-gallery .btn-next {
	font-size: 60px;
	line-height: 1;
	color: #000;
	position: absolute;
	top: 50%;
	left: 37px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	z-index: 8;
}

.main-slider .cycle-gallery .btn-prev:hover,
.main-slider .cycle-gallery .btn-next:hover,
.main-slider .cycle-gallery .pagination a:hover {
	color: #89e0e0;
}

.main-slider .cycle-gallery .btn-next {
	left: auto;
	right: 37px;
}

.main-slider .cycle-gallery .pagination {
	position: absolute;
  bottom: 0;
  left: auto;
  right: 37px;
}

.main-slider .cycle-gallery .pagination ul {
  padding: 0;
}

.main-slider .cycle-gallery .pagination ul li {
	display: inline-block;
}

.main-slider .cycle-gallery .pagination a {
	padding: 5px 5px;
	font-size: 16px;
	color: #fff;
}

.main-slider .cycle-gallery .pagination a span {
	color: transparent;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.main-slider .cycle-gallery .carousel-caption {
	position: absolute;
	top: 195px;
	left: 0;
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: -webkit-transform .25s ease-in, opacity .25s ease-in;
	transition: transform .25s ease-in, opacity .25s ease-in;
}

.main-slider .cycle-gallery .carousel-caption .caption-holder {
	width: 300px;
	float: right;
	margin-right: 54px;
}

.main-slider .cycle-gallery .carousel-caption h1 {
	margin-bottom: -7px;
	margin-top: -14px;
	position: relative;
	z-index: 1;
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	transform: skewY(-11deg);
}

.main-slider .cycle-gallery .carousel-caption h1 span {
	-webkit-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	transform: skewY(0deg);
}

.main-slider .cycle-gallery .carousel-caption .details {
	background: #fb0088;
	color: #fff;
	width: 283px;
	font-size: 24px;
	line-height: 29px;
	padding: 60px 35px 27px;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	box-shadow: -2px -2.4px 2.9px .1px rgba(0, 0, 0, .2);
}

.carousel-caption a {
	color: #fff;
}

.main-slider .cycle-gallery .carousel-caption .details .detail-holder {
	overflow: hidden;
	-webkit-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	transform: skewY(10deg);
}

.main-slider .cycle-gallery .carousel-caption h4 {
	margin-bottom: 9px;
}

.main-slider .cycle-gallery .carousel-caption p {
	margin-bottom: 30px;
}

.intro {
	padding-bottom: 15px;
}

.meta {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
}

.product-look .main-title {
	top: 70px;
}

.product-look h2 span {
	padding: 0 8px;
	box-shadow: -11px 11px 0 #fb0088;
}

.product-look .info-caption h2 {
	margin-left: 0;
}

.product-category {
	text-align: right;
	margin: 0 0 54px;
}

.product-category li {
	font: 700 24px/30px "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0 0 0 74px;
}

.product-category li:first-child {
	margin: 0;
}

.product-category a {
	text-decoration: none;
	color: #000;
	position: relative;
	font-weight: 700;
}

.product-category a:after {
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out;
	position: absolute;
	bottom: 3px;
	left: 50%;
	right: 50%;
	content: "";
	height: 1px;
	background: #89b7b5;
}

.product-category a.active:after {
	left: 0;
	right: 0;
}

.product-category a:hover {
	color: #00ada7;
}

.product-category a:hover:after {
	left: 0;
	right: 0;
}

.products-list {
	margin: 0 -15px;
}

.products-list > li {
	width: 25%;
	float: left;
	margin: 0 0 55px;
	padding: 0 15px;
}

.products-list a {
	display: block;
	text-decoration: none;
	height: 255px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.products-list a .light-bg {
	position: absolute;
	top: 67px;
	left: 71px;
	height: 400px;
	width: 400px;
	-webkit-transform: rotate(44.9deg);
	-ms-transform: rotate(44.9deg);
	transform: rotate(44.9deg);
	z-index: -1;
}

.products-list a:hover .hover-block {
	opacity: 1;
	visibility: visible;
}

.products-list a:hover .text-holder {
	opacity: 0;
	visibility: hidden;
}

.products-list .img-holder {
	position: absolute;
	bottom: 0;
	right: -2px;
}

.products-list .img-holder img {
	vertical-align: top;
	width: 100%;
}

.products-list .text-holder {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 11px 19px;
	width: 165px;
}

.products-list .text-holder .product-info {
	font-size: 18px;
	line-height: 22px;
	display: block;
	font-weight: 400;
	margin: 0 0 2px;
}

.products-list .text-holder .product-name {
	font-size: 24px;
	line-height: 28px;
	display: block;
	font-weight: 700;
}

.products-list .hover-block {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	font-size: 16px;
	line-height: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 15px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.products-list .hover-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.products-list .hover-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.products-list .hover-block p {
	margin: 0 0 11px;
}

.products-list .hover-block .subtitle {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.products-list .hover-block .title-main {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	display: block;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.products-list .hover-block .info-list {
	margin: 0 -5px;
	letter-spacing: -6px;
}

.products-list .hover-block .info-list > * {
	letter-spacing: 0;
}

.products-list .hover-block .info-list li {
	float: left;
	margin: 0;
	width: 50%;
	text-transform: capitalize;
	padding: 0;
}

.products-list .hover-block .info-list .icon-holder {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	line-height: 1;
	margin: 0 2px 0 0;
}

.products-list .hover-block .info-list .text {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.products-list .ion-share {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}

.product-section {
	padding: 154px 0 65px;
	background: #00acb7;
}

.product-section h1 span {
	box-shadow: -11px 11px 0 #008a83;
}

.product-details .details-bar {
	padding: 0 0 0 114px;
}

.product-details h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 21px;
	color: #fff;
	font: 700 30px/36px "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.product-details .btn-holder {
	text-align: right;
	margin: 0 0 34px;
}

.product-details .btn:not(:hover),
.product-details .navigation-single .next a:not(:hover),
.navigation-single .next .product-details a:not(:hover),
.product-details .navigation-single .prev a:not(:hover),
.navigation-single .prev .product-details a:not(:hover) {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.product-details .text-holder {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	width: calc(100% - 130px);
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 142px;
}

.product-details .text-holder p {
	margin: 0 0 .5em;
}

.product-details .img-holder {
	width: 120px;
	display: inline-block;
	vertical-align: top;
}

.product-details .box-wrap {
	/*max-width: 500px;*/
	margin: 46px 0 0;
}

.product-details .info-box {
	background: #0097a1;
	padding: 33px 31px 34px;
	margin: 0 0 50px;
	max-width: 469px;
}

.product-details .info-box .list {
	margin: 0 0 25px;
}

.product-details .info-box .list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
	letter-spacing: -6px;
}

.product-details .info-box .list li > * {
	letter-spacing: 0;
}

.product-details .info-box .icon-holder {
	font-size: 25px;
	line-height: 1;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.product-details .info-box .icon-holder .icon-drop {
	margin: 0 0 0 -4px;
}

.product-details .info-box .text {
	font-size: 18px;
	line-height: 23px;
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 2px;
}

.product-details .info-text {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.product-details .btn-list {
	margin: 0 -17px;
}

.product-details .btn-list li {
	width: 33%;
	float: left;
	padding: 0 15px;
}

.product-details .btn-list a {
	width: 100%;
	display: block;
}

.product-details .btn-list .btn,
.product-details .btn-list .navigation-single .next a,
.navigation-single .next .product-details .btn-list a,
.product-details .btn-list .navigation-single .prev a,
.navigation-single .prev .product-details .btn-list a {
	padding: .75em 1.18em;
	text-align: center;
}

.related-products {
	position: relative;
	z-index: 1;
	padding: 19px 0;
	overflow: hidden;
}

.related-products h1 {
	width: 520px;
	float: left;
	padding: 44px 0;
}

.related-products .btn,
.related-products .navigation-single .next a,
.navigation-single .next .related-products a,
.related-products .navigation-single .prev a,
.navigation-single .prev .related-products a {
	margin-top: 40px;
}

.related-products .bg-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: -1;
}

.related-products .main-title {
	position: static;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 28px 0 0;
}

.related-products .btn,
.related-products .navigation-single .next a,
.navigation-single .next .related-products a,
.related-products .navigation-single .prev a,
.navigation-single .prev .related-products a {
	float: right;
}

.related-products .product-holder {
	padding: 5px 0 12px;
}

.videos-section {
	background: #ffdcb6;
	padding: 55px 0;
	position: relative;
}

.videos-section .main-title {
	position: static;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 23px 0 0;
}

.videos-section h1 {
	width: 520px;
	float: left;
	padding: 6px 0;
}

.videos-section .btn,
.videos-section .navigation-single .next a,
.navigation-single .next .videos-section a,
.videos-section .navigation-single .prev a,
.navigation-single .prev .videos-section a {
	background: transparent;
	float: right;
}

.videos-section .info-holder .img-holder {
	width: 640px;
	position: relative;
	z-index: 5;
}

.videos-section .info-holder .info-caption {
	margin: 0 0 -80px -27px;
	padding: 51px 80px 33px;
	width: 512px;
}

.videos-section .info-holder .info-caption h2 {
	margin: 0 0 20px;
}

.videos-section .info-section {
	padding: 0 0 107px;
}

.enquiry-wrap.enquiry-wrap-new {
	padding: 70px 0 64px;
}

.enquiry-wrap.enquiry-wrap-new .accordion-holder {
	background: #f36f8c;
	color: #fff;
	box-shadow: none;
	padding: 49px 50px 32px;
}

.enquiry-wrap.enquiry-wrap-new .form-wrap {
	padding: 22px 0 0 180px;
}

.enquiry-wrap.enquiry-wrap-new .heading-title {
	top: auto;
}

.accordion > li {
	border-bottom: 1px solid #fff;
	margin-bottom: 27px;
	padding-bottom: 11px;
}

.accordion > li.active .opener span {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.accordion .title {
	text-transform: uppercase;
	display: block;
	margin: 0 0 18px;
}

.accordion .opener {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 0 0 9px;
}

.accordion .opener:hover {
	opacity: .8;
}

.accordion .opener span {
	position: absolute;
	right: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion .slide {
	padding: 13px 0 1px;
}

.accordion ol {
	counter-reset: section;
}

.accordion ol li {
	counter-increment: section;
	position: relative;
	margin: 0 0 13px;
}

.accordion ol li:before {
	content: counter(section) ". ";
	left: 0;
	width: 30px;
	text-align: right;
	color: #fff;
}

.buy-lightbox {
	width: 442px;
	padding: 45px 40px 19px;
	margin: 50px auto 300px;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 18px;
	box-shadow: -11px 11px 0 #fb0088;
	position: relative;
}

.buy-lightbox img {
	vertical-align: top;
}

.buy-lightbox .close {
	position: absolute;
	right: 20px;
	top: 6px;
	color: #000;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.buy-lightbox .close:hover {
	color: #37a5a5;
}

.buy-lightbox h2 {
	position: absolute;
	left: -138px;
	top: -51px;
	color: #37a5a5;
	font-family: "GarageGothic","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size: 78px;
	line-height: 80px;
}

.buy-lightbox h2 span {
	background: #f8e500 none repeat scroll 0 0;
	box-shadow: -11px 11px 0 #fb0088;
	display: inline-block;
	letter-spacing: -1px;
	padding: 1px 15px 0;
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	transform: skewY(-11deg);
	vertical-align: top;
}

.buy-lightbox .title {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.buy-lightbox .item-lsit {
	max-width: 248px;
	margin: 0 auto 27px;
	padding-top: 20px;
}

.buy-lightbox .item-lsit li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 19px;
}

.buy-lightbox .buy {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.buy-lightbox .buy:hover {
	color: #37a5a5;
}

.buy-lightbox .footer {
	padding-top: 10px;
}

.buy-lightbox .footer img {
	margin-bottom: 28px;
}

.buy-lightbox .ion-ios-arrow-right {
	margin-left: 3px;
}

@media (min-width: 375px) {
	.enquiry-section h1 {
		font-size: 46px;
	}

	.enquiry-section .enquiry-form {
		padding: 28px 28px 45px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.img-decor.mobile {
		display: none;
	}

	.video-listing .cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.video-listing .cols .col {
		width: 33.33%;
		padding: 0 15px 7px;
	}

	.form-group {
		margin: 0 -15px;
	}

	.input {
		width: 50%;
		float: left;
		padding: 0 15px;
		margin: 0 0 35px;
	}

	.input.big {
		width: 100%;
		float: none;
	}

	label {
		left: 15px;
	}

	label.label-text {
		left: 27px;
	}

	label.label-text.label-active {
		left: 15px;
		top: 2px;
	}

	input[type="text"],
	input[type="email"] {
		height: 40px;
	}

	textarea {
		padding: 10px 12px;
		height: 128px;
	}

	.menu {
		display: none;
	}

	.form-wrap {
		padding: 20px 0 0 180px;
	}

	.enquiry-section .heading-title {
		position: absolute;
		margin: 0;
		left: 30px;
	}

	.enquiry-section .enquiry-form {
		float: right;
		padding: 40px 25px;
	}
}

@media (min-width: 1024px) {
	#wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 100vh;
	}

	.input {
		margin: 0 0 19px;
	}

	.input.big {
		margin: 16px 0 29px;
	}

	label {
		font-size: 18px;
		line-height: 24px;
	}

	label.label-text.label-active {
		top: 0;
	}

	label.label-active {
		-webkit-transform: translateY(-19px);
		-ms-transform: translateY(-19px);
		transform: translateY(-19px);
		top: 8px;
	}

	input[type="text"],
	input[type="email"] {
		font-size: 18px;
		line-height: 25px;
		height: 48px;
	}

	textarea {
		padding: 13px 18px;
	}

	.enquiry-section .heading-title {
		left: 13px;
	}

	.enquiry-section h1 {
		font-size: 78px;
	}

	.enquiry-section .enquiry-form {
		font-size: 18px;
		line-height: 23px;
		width: 730px;
		padding: 70px 50px 55px;
		box-shadow: -10px 10px 0 #fb0088;
	}

	.enquiry-section .btn,
	.enquiry-section .navigation-single .next a,
	.navigation-single .next .enquiry-section a,
	.enquiry-section .navigation-single .prev a,
	.navigation-single .prev .enquiry-section a {
		font-size: 27px;
		width: 185px;
		padding: 17px 10px;
	}
}

@media (max-width: 1119px) and (min-width: 768px) {
	.form-wrap {
		padding-top: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.products-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
	}

	.products-list > li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (min-width: 1200px) {
	.enquiry-section .enquiry-form {
		padding: 47px 50px 55px;
	}

	.related-products .main-title {
		padding-top: 8px;
	}
}

@media (min-width: 1400px) {
	.header-bg .top-bg {
		top: 0;
	}
}

@media (min-width: 1915px) {
	.header-bg {
		-webkit-transform: skewY(-4deg);
		-ms-transform: skewY(-4deg);
		transform: skewY(-4deg);
	}
}

@media (max-width: 1299px) {
	.enquiry-wrap.enquiry-wrap-new .form-wrap {
		padding: 60px 0 0 180px;
	}
}

@media (max-width: 1199px) {
	#nav {
		margin: 0;
	}

	#nav ul {
		margin: 0 -10px;
	}

	#nav ul li {
		padding: 9px 10px;
	}

	.info-section.add .info-caption {
		margin-top: 120px;
	}

	.btn-more {
		top: 115px;
		right: 40px;
	}

	.info-caption {
		margin-right: 0;
	}

	.products-holder .holder {
		width: 1000px;
	}

	.products-list {
		margin: 0 -10px;
	}

	.products-list > li {
		width: 33.33%;
		padding: 0 10px;
		margin: 0 0 25px;
	}

	.products-list a {
		height: 280px;
	}

	.products-list a .light-bg {
		-webkit-transform: rotate(47.9deg);
		-ms-transform: rotate(47.9deg);
		transform: rotate(47.9deg);
		width: 425px;
		height: 425px;
		left: 85px;
		top: 86px;
	}

	.products-list .img-holder {
		width: 150px;
		height: auto;
	}

	.products-list .text-holder {
		width: 142px;
	}

	.products-list .text-holder .product-name {
		font-size: 18px;
		line-height: 22px;
	}

	.product-section h1,
	.related-products h1,
	.videos-section h1 {
		width: 53%;
	}

	.product-section .main-title,
	.related-products .main-title,
	.videos-section .main-title {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.error-message {
		font-size: 15px;
	}

	.logo {
		width: 153px;
		height: auto;
		position: relative;
		z-index: 99;
	}

	#nav {
		margin: 0;
	}

	#nav ul {
		margin: 0 -3px;
	}

	#nav ul li {
		font-size: 15px;
		line-height: 18px;
		padding: 5px 6px;
	}

	#nav ul li a {
		padding-left: 6px;
		padding-right: 6px;
	}

	.footer-nav li {
		padding: 5px 8px;
	}

	.social-networks li {
		padding: 8px 10px;
	}

	.info-section .info-holder .info-caption {
		padding: 30px 25px;
	}

	.cols .col.large {
		width: 50%;
	}

	.cols .col.large + .col {
		width: 50%;
	}

	.blog-listing {
		padding-top: 55px;
	}

	.blog-listing .info-blog h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.blog-listing .info-blog .text-holder {
		padding: 15px 22px 5px;
	}

	.btn-more {
		position: static;
		margin-bottom: 36px;
		text-align: center;
	}

	.enquiry-wrap {
		padding: 40px 0 58px;
	}

	.enquiry-section .enquiry-form p {
		margin: 0 0 8px;
	}

	.enquiry-section .btn-holder {
		padding-top: 30px;
		text-align: center;
	}

	.info-terms .list-terms ol {
		padding: 0 40px;
	}

	.info-caption {
		margin-top: 50px;
		margin-left: -50px;
		padding: 40px 50px 25px;
	}

	.cycle-gallery .slideset {
		height: 620px !important;
	}

	.main-slider .cycle-gallery .slide {
		height: 620px;
	}

	.products-holder .holder {
		max-width: 100%;
		width: 710px;
		margin: 0 auto;
	}

	.product-category {
		margin: 0 0 25px;
	}

	.product-category li {
		font-size: 20px;
		margin: 0 0 0 40px;
	}

	.product-category a:after {
		bottom: 1px;
	}

	.products-list a {
		height: 234px;
	}

	.products-list a .light-bg {
		-webkit-transform: rotate(42.3deg);
		-ms-transform: rotate(42.3deg);
		transform: rotate(42.3deg);
		top: 65px;
		left: 35px;
	}

	.products-list .img-holder {
		width: 140px;
		height: auto;
	}

	.products-list .text-holder {
		padding: 5px 11px;
	}

	.products-list .hover-block .subtitle {
		font-size: 16px;
	}

	.products-list .hover-block .title-main {
		font-size: 24px;
		line-height: 28px;
	}

	.products-list .hover-block .info-list .icon-holder {
		font-size: 20px;
	}

	.products-list .hover-block .info-list .text {
		font-size: 13px;
		line-height: 16px;
	}

	.product-details .details-bar {
		padding-left: 40px;
	}

	.product-details .text-holder {
		padding-left: 50px;
	}

	.product-details .btn-list li {
		margin-bottom: 17px;
	}

	.videos-section .info-holder .info-caption {
		padding: 21px 40px 20px;
	}

	.enquiry-wrap.enquiry-wrap-new .form-wrap {
		padding-top: 80px;
	}

	.enquiry-wrap.enquiry-wrap-new .form-wrap {
		padding-top: 20px;
	}

	.product-section h1,
	.related-products h1,
	.videos-section h1 {
		font-size: 46px;
		line-height: 51px;
		width: 55%;
		min-height: 60px;
	}

	.product-section .btn,
	.product-section .navigation-single .next a,
	.navigation-single .next .product-section a,
	.product-section .navigation-single .prev a,
	.navigation-single .prev .product-section a,
	.related-products .btn,
	.related-products .navigation-single .next a,
	.navigation-single .next
	.related-products a,
	.related-products .navigation-single .prev a,
	.navigation-single .prev
	.related-products a,
	.videos-section .btn,
	.videos-section .navigation-single .next a,
	.navigation-single .next
	.videos-section a,
	.videos-section .navigation-single .prev a,
	.navigation-single .prev
	.videos-section a {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	body {
		font-size: 14px;
		line-height: 20px;
	}

	.hide-mobile {
		display: none !important;
	}

	.btn,
	.navigation-single .next a,
	.navigation-single .prev a {
		border-width: 1px;
		font-size: 15px;
		line-height: 1.07;
		min-width: 152px;
		padding: 16px 6px;
	}

	h1,
	.h1 {
		font-size: 46px;
		margin-left: 7px;
	}

	h1 span,
	.h1 span {
		padding: 0 11px;
		box-shadow: -7px 7px 0 #fb0088;
	}

	h2,
	.h2 {
		font-size: 46px;
		margin-left: 7px;
	}

	h2 span,
	.h2 span {
		padding: 8px 6px;
		letter-spacing: .6px;
		box-shadow: -8px 8px 0 #008a83;
	}

	h3 span,
	.h3 span {
		box-shadow: -7px 7px 0 #008a83;
	}

	h4,
	.h4 {
		font-size: 20px;
		line-height: 24px;
	}

	h5,
	.h5 {
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 24px;
	}

	h6,
	.h6 {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 24px;
	}

	h6.heading-7,
	.h6.heading-7 {
		font-size: 14px;
		line-height: 20px;
	}

	.main-wrap {
		padding-top: 150px;
	}

	.img-decor {
		display: none;
	}

	.blog-listing .img-decor {
		top: -8px;
	}

	.video-listing .img-decor {
		top: 3px;
	}

	.img-decor.mobile {
		display: block;
	}

	.img-decor.bottom {
		top: auto;
		bottom: -13px;
	}

	.blog-listing .img-decor.bottom {
		top: auto;
		bottom: -12px;
	}

	.video-listing .img-decor.bottom {
		top: auto;
		bottom: 5px;
	}

	.video-holder a {
		color: #77d8d8;
	}

	.video-holder a:hover {
		color: #37a5a5;
	}

	.video-holder .ion-ios-play {
		font-size: 92px;
	}

	input[type="text"].text-active,
	input[type="email"].text-active {
		font-size: 14px;
	}

	.navigation-single {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: 0 0 8px;
	}

	.fancybox-slide .buy-popup {
		padding-top: 24px;
	}

	.header-bg {
		overflow: hidden;
	}

	.header-bg .top-bg {
		display: none;
	}

	.header-bg .bottom-bg {
		display: none;
	}

	.header-bg .mobile-bg {
		display: block;
		position: absolute;
		top: 77px;
		left: 0;
		width: 375px;
		height: 148px;
		z-index: -1;
	}

	#header {
		padding: 23px 0 10px;
	}

	#nav .mobile-bg {
		position: absolute;
		top: -23px;
		left: 0;
		width: 375px;
		height: 148px;
	}

	.nav-active #nav .mobile-bg {
		display: block;
	}

	#nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		margin-top: 23px;
	}

	.nav-active #nav ul {
		display: block;
	}

	#nav ul:before {
		content: "";
		position: absolute;
		bottom: 100%;
		right: 0;
		left: 0;
		height: 100%;
		background: #89e0e0;
		z-index: -1;
	}

	#nav ul li {
		padding: 0;
		font-size: 20px;
		line-height: 24px;
	}

	#nav ul li a {
		display: block;
		padding: 30px 17px;
		background: #01a9b4;
		color: #fff;
		text-align: left;
	}

	#nav ul li a:before {
		display: none;
	}

	#nav ul li a:after {
		content: "\f3d3";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 20px;
		font-size: 20px;
		display: inline-block;
		font-family: "Ionicons";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-rendering: auto;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#nav ul li a:hover {
		background: #008a83 !important;
	}

	#nav ul li:nth-child(even) a {
		background: #56c0c7;
	}

	#footer .holder {
		display: block;
	}

	.footer-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-nav li.copyright {
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 9px;
	}

	.social-networks {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 11px;
	}

	.social-networks li {
		font-size: 26px;
		padding: 5px 12px;
	}

	.social-networks li a {
		width: 44px;
		height: 44px;
	}

	.instagram-block #sbi_images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.instagram-block .sbi_item {
		width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.instagram-block #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
		width: 33.33%;
	}

	.instagram-block #sb_instagram .sbi_photo {
		height: 124px !important;
	}

	#content {
		padding-bottom: 22px;
	}

	#content p {
		margin-bottom: 15px;
	}

	#content h4 {
		padding: 0 10px;
	}

	#content h6 {
		font-size: 14px;
		line-height: 20px;
	}

	.banner {
		height: 380px;
	}

	.banner.blog {
		margin-top: 55px;
		margin-bottom: 33px;
		height: 224px;
	}

	.banner .bg-stretch {
		background-position: 10% 0;
	}

	.main-title {
		top: 95px;
	}

	.main-title.blog-post {
		top: 40px;
	}

	.main-title.how-to {
		top: 40px;
	}

	.info-section {
		padding-top: 161px;
		padding-bottom: 38px;
	}

	.info-section.add {
		padding-top: 132px;
		padding-bottom: 37px;
	}

	.info-section.add .info-caption {
		margin-top: 20px;
	}

	.info-section.add .info-caption p {
		margin-bottom: 2px;
	}

	.info-section.blog {
		padding-top: 162px;
		padding-bottom: 38px;
	}

	.info-section.video {
		padding-top: 187px;
	}

	.info-section .info-holder {
		display: block;
		padding: 0 14px;
	}

	.info-section .info-holder .img-holder {
		width: 100%;
		margin-bottom: 19px;
	}

	.info-section .info-holder .info-caption {
		padding: 28px 28px 6px;
		width: 100%;
		margin: 0;
		font-size: 15px;
		line-height: 21px;
		box-shadow: -7px 7px 0 0 #fb0088;
	}

	.info-section .info-holder .info-caption h3 {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 23px;
	}

	.info-section .video-holder .ion-ios-play {
		font-size: 92px;
	}

	.cols {
		display: block;
	}

	.cols .col {
		width: 100%;
	}

	.cols .col.large {
		width: 100%;
	}

	.cols .col.large + .col {
		width: 100%;
	}

	.blog-listing {
		padding-top: 38px;
	}

	.blog-listing.post {
		padding-top: 35px;
		padding-bottom: 0;
	}

	.blog-listing.post .heading-block {
		margin-bottom: 31px;
	}

	.blog-listing .info-blog {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 20px;
	}

	.blog-listing .info-blog h2 {
		margin-bottom: 6px;
		font-size: 15px;
		line-height: 21px;
	}

	.blog-listing .info-blog .text-holder {
		padding: 16px 27px 5px;
	}

	.btn-more {
		padding-top: 4px;
	}

	.btn-more .btn,
	.btn-more .navigation-single .next a,
	.navigation-single .next .btn-more a,
	.btn-more .navigation-single .prev a,
	.navigation-single .prev .btn-more a {
		border-width: 1px;
		font-size: 15px;
		line-height: 26px;
		min-width: 200px;
	}

	.btn-panel {
		padding: 3px 0 5px;
	}

	.bg-soft-pink .btn-panel {
		padding-top: 0;
		padding-bottom: 6px;
	}

	.btn-panel .navigation-single .btn,
	.btn-panel .navigation-single .next a,
	.btn-panel .navigation-single .prev a {
		font-size: 15px;
		line-height: 1.07;
		border-width: 1px;
		min-width: 152px;
		padding: 16px 6px;
	}

	.contact-section {
		padding-top: 182px;
		padding-bottom: 22px;
	}

	.contact-section.contact-information ul li {
		font-size: 15px;
		line-height: 18px;
		padding-bottom: 15px;
	}

	.contact-section.contact-information ul li span,
	.contact-section.contact-information ul li address {
		font-size: 14px;
		line-height: 20px;
		padding-top: 6px;
	}

	.enquiry-section .btn,
	.enquiry-section .navigation-single .next a,
	.navigation-single .next .enquiry-section a,
	.enquiry-section .navigation-single .prev a,
	.navigation-single .prev .enquiry-section a {
		border-width: 1px;
	}

	.info-terms {
		padding-top: 226px;
		padding-bottom: 37px;
	}

	.info-terms .list-terms ol {
		padding: 0 15px;
	}

	.info-terms .list-terms ol li {
		margin-bottom: 5px;
	}

	.info-caption {
		margin: 20px 0 0;
		padding: 29px 26px 25px;
		box-shadow: -7px 7px 0 0 #fb0088;
	}

	.info-caption h2 {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 25px;
		margin-left: 0;
	}

	.info-caption .text-info {
		margin-bottom: 15px;
	}

	.info-caption .list-text li {
		margin-bottom: 3px;
		line-height: 20px;
	}

	.video-listing {
		padding: 35px 0 0;
	}

	.video-listing .video-post {
		padding-bottom: 18px;
	}

	.video-listing .video-post h2 {
		margin-bottom: -3px;
		margin-left: 0;
	}

	.video-listing .video-post h2 span {
		padding-left: 10px;
		padding-right: 10px;
	}

	.video-listing .video-post .video-holder {
		margin-bottom: 16px;
	}

	.cycle-gallery .slideset {
		height: 390px !important;
	}

	.second-line {
		margin: -2px 0 0 26px;
	}

	.main-slider {
		padding-top: 69px;
	}

	.main-slider .cycle-gallery .slide {
		height: 390px;
	}

	.main-slider .cycle-gallery .slide .image-holder img {
		max-width: none;
		height: 100%;
		width: auto;
	}

	.main-slider .cycle-gallery .btn-prev,
	.main-slider .cycle-gallery .btn-next {
		font-size: 30px;
		top: 56%;
		left: 4px;
	}

	.main-slider .cycle-gallery .btn-next {
		left: auto;
		right: 4px;
	}

	.main-slider .cycle-gallery .carousel-caption {
		top: auto;
		bottom: 50px;
	}

	.main-slider .cycle-gallery .carousel-caption .caption-holder {
		width: auto;
		margin: 0;
	}

	.main-slider .cycle-gallery .carousel-caption .details {
		display: none;
	}
	
	.main-slider .cycle-gallery .pagination {
		display: none;
	}

	.products-holder .holder {
		width: 460px;
	}

	.intro {
		padding-bottom: 9px;
	}

	.intro h4 {
		margin-bottom: 15px;
	}

	.meta {
		margin-bottom: 25px;
	}

	.product-look .main-title {
		top: 31px;
	}

	.product-look h2 {
		margin-left: 20px;
	}

	.product-look h2 span {
		padding: 0 6px;
		box-shadow: -7px 7px 0 #fb0088;
	}

	.product-category li {
		font-size: 15px;
		line-height: 20px;
	}

	.products-list {
		margin: 0 -7px;
	}

	.products-list > li {
		width: 50%;
		padding: 0 7px;
	}

	.products-list a .light-bg {
		-webkit-transform: rotate(41.1deg);
		-ms-transform: rotate(41.1deg);
		transform: rotate(41.1deg);
		top: 62px;
		left: 35px;
	}

	.products-list .text-holder {
		width: 112px;
	}

	.products-list .text-holder .product-info {
		font-size: 13px;
		line-height: .8;
	}

	.products-list .text-holder .product-name {
		font-size: 15px;
		line-height: 20px;
	}

	.products-list .hover-block .info-list .text {
		font-size: 12px;
	}

	.product-section {
		padding: 154px 0 89px;
	}

	.product-section h1 span {
		box-shadow: -7px 7px 0 #008a83;
	}

	.product-details {
		margin-top: -13px;
		font-size: 14px;
		line-height: 20px;
		position: relative;
	}

	.product-details .details-bar {
		padding: 0;
	}

	.product-details h2 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 14px;
	}

	.product-details .btn-holder {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		bottom: -100px;
	}

	.product-details .btn-holder .btn,
	.product-details .btn-holder .navigation-single .next a,
	.navigation-single .next .product-details .btn-holder a,
	.product-details .btn-holder .navigation-single .prev a,
	.navigation-single .prev .product-details .btn-holder a {
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		min-width: 200px;
		width: auto;
		padding: 14px 15px;
		text-align: center;
	}

	.product-details .text-holder {
		display: block;
		width: auto;
		padding: 0;
		text-align: center;
		padding: 0 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.product-details .img-holder {
		display: block;
		margin: 0 auto 23px;
		max-width: 60px;
	}

	.product-details .box-wrap {
		margin: 24px 0 0;
		max-width: none;
	}

	.product-details .info-box {
		padding: 19px 13px 22px;
		margin: 0 0 27px;
	}

	.product-details .info-box .list {
		margin: 0 0 12px;
	}

	.product-details .info-box .list li {
		margin: 0 0 12px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-details .info-box .icon-holder {
		font-size: 16px;
		width: 15px;
	}

	.product-details .info-box .text {
		font-size: 14px;
		width: auto;
		max-width: calc(100% - 15px);
		line-height: 18px;
		text-align: left;
	}

	.product-details .info-text {
		font-size: 14px;
		line-height: 20px;
	}

	.product-details .btn-list li {
		display: block;
		width: auto;
		float: none;
		margin-bottom: 13px;
	}

	.product-details .btn-list .btn,
	.product-details .btn-list .navigation-single .next a,
	.navigation-single .next .product-details .btn-list a,
	.product-details .btn-list .navigation-single .prev a,
	.navigation-single .prev .product-details .btn-list a {
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		min-width: 200px;
		width: auto;
		padding: 14px 15px;
	}

	.related-products {
		padding: 12px 0 91px;
	}

	.related-products .main-title .btn,
	.related-products .main-title .navigation-single .next a,
	.navigation-single .next .related-products .main-title a,
	.related-products .main-title .navigation-single .prev a,
	.navigation-single .prev .related-products .main-title a {
		position: absolute;
		bottom: 33px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		min-width: 200px;
		width: auto;
		padding: 14px 15px;
		text-align: center;
	}

	.related-products h1 {
		padding: 0;
	}

	.videos-section {
		padding: 0;
	}

	.videos-section .main-title .btn,
	.videos-section .main-title .navigation-single .next a,
	.navigation-single .next .videos-section .main-title a,
	.videos-section .main-title .navigation-single .prev a,
	.navigation-single .prev .videos-section .main-title a {
		position: absolute;
		bottom: 32px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		min-width: 200px;
		width: auto;
		padding: 14px 15px;
		text-align: center;
	}

	.videos-section .info-holder {
		display: block;
	}

	.videos-section .info-holder .img-holder {
		width: auto;
	}

	.videos-section .info-holder .info-caption {
		margin: 0;
		width: auto;
		padding: 32px 29px 10px;
	}

	.videos-section .info-holder .info-caption h2 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 10px;
	}

	.videos-section .info-section {
		padding: 0 0 125px;
	}

	.enquiry-wrap.enquiry-wrap-new {
		padding: 35px 0 64px;
	}

	.enquiry-wrap.enquiry-wrap-new .accordion-holder {
		padding: 23px 26px 18px;
	}

	.enquiry-wrap.enquiry-wrap-new .form-wrap {
		padding: 11px 15px 0;
	}

	.enquiry-wrap.enquiry-wrap-new .heading-title {
		margin-left: 13px;
		margin-bottom: 51px;
	}

	.accordion > li {
		margin-bottom: 10px;
	}

	.accordion .opener {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.product-section h1,
	.related-products h1,
	.videos-section h1 {
		width: auto;
		float: none;
		font-size: 42px;
		line-height: 50px;
	}

	.product-section h1 span,
	.related-products h1 span,
	.videos-section h1 span {
		box-shadow: -6px 6px 0 #fb0088;
	}

	.product-section .main-title,
	.related-products .main-title,
	.videos-section .main-title {
		padding-left: 0;
		padding-right: 0;
	}

	.buy-lightbox {
		font-size: 14px;
		box-shadow: -6px 6px 0 #fb0088;
		width: 284px;
		padding: 48px 33px 17px;
	}

	.buy-lightbox .close {
		top: -1px;
		right: 10px;
		font-size: 53px;
	}

	.buy-lightbox h2 {
		font-size: 46px;
		line-height: 1;
		left: -11px;
		top: -27px;
	}

	.buy-lightbox h2 span {
		box-shadow: -6px 6px 0 #fb0088;
		padding: 2px 8px 0;
	}

	.buy-lightbox .title {
		font-size: 15px;
	}

	.buy-lightbox .item-lsit {
		padding-top: 12px;
		margin-bottom: 30px;
	}

	.buy-lightbox .item-lsit li {
		margin-bottom: 26px;
	}

	.buy-lightbox .footer img {
		margin-bottom: 16px;
	}
}

@media (max-width: 479px) {
	.header-bg .mobile-bg {
		top: 101px;
	}

	.products-holder .holder {
		width: 346px;
	}

	.product-category {
		margin: 0 0 27px;
	}

	.product-category li {
		margin: 0 0 0 16px;
	}

	.products-list a {
		height: 152px;
	}

	.products-list a .light-bg {
		top: -8px;
		left: 35px;
		-webkit-transform: rotate(44.9deg);
		-ms-transform: rotate(44.9deg);
		transform: rotate(44.9deg);
	}

	.products-list .img-holder {
		width: 98px;
	}

	.products-list .text-holder {
		width: 97px;
		padding: 7px 8px;
	}

	.products-list .hover-block {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 16px;
	}

	.products-list .hover-block p {
		margin: 0 0 3px;
	}

	.products-list .hover-block .subtitle {
		font-size: 13px;
		line-height: 1;
		margin: 0;
	}

	.products-list .hover-block .title-main {
		font-size: 14px;
		line-height: 1;
		margin: 0 0 3px;
	}

	.products-list .hover-block .info-list li {
		padding: 0 3px;
		width: 100%;
	}

	.products-list .hover-block .info-list .icon-holder {
		font-size: 16px;
	}

	.products-list .ion-share {
		top: 4px;
		font-size: 16px;
	}
}

@media (max-width: 374px) {
	.navigation-single .next,
	.navigation-single .prev {
		padding-bottom: 15px;
		max-width: none;
	}

	.social-networks li {
		padding: 5px 8px;
		font-size: 24px;
	}

	.social-networks li a {
		width: 41px;
		height: 41px;
	}

	.btn-panel .navigation-single .btn,
	.btn-panel .navigation-single .next a,
	.btn-panel .navigation-single .prev a {
		min-width: 120px;
		max-width: none;
	}

	.btn-panel .navigation-single .btn .ion-ios-arrow-left,
	.btn-panel .navigation-single .next a .ion-ios-arrow-left,
	.btn-panel .navigation-single .prev a .ion-ios-arrow-left {
		margin-right: 6px;
		margin-left: 0;
	}

	.btn-panel .navigation-single .btn .ion-ios-arrow-right,
	.btn-panel .navigation-single .next a .ion-ios-arrow-right,
	.btn-panel .navigation-single .prev a .ion-ios-arrow-right {
		margin-left: 6px;
		margin-right: 0;
	}

	.products-holder .holder {
		width: 320px;
	}

	.product-category li {
		font-size: 13px;
	}

	.products-list a .light-bg {
		top: -17px;
		left: 35px;
		-webkit-transform: rotate(42.3deg);
		-ms-transform: rotate(42.3deg);
		transform: rotate(42.3deg);
	}

	.products-list .img-holder {
		width: 78px;
	}

	.products-list .text-holder {
		width: 92px;
	}

	.product-section h1,
	.related-products h1,
	.videos-section h1 {
		font-size: 35px;
		line-height: 50px;
	}

	.buy-lightbox {
		width: 100%;
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
