﻿/* @override http://localhost/velo/wp-content/themes/velo/assets/css/main.css */

/**
 * The main stylesheet for Velo.
 *
 * @package Velo
 * @author  SunriseTheme
 * @link	http: //www.sunrisetheme.com
 */
 
/*------------------------------------------------------------------
[Table of contents]

1. CSS Overview
2. Typography
3. Page Loader
4. Container / .container
5. Header  / .k2t-header
6. Titlebar & Breadcrumb  / .k2t-title-bar
7. Content  / .k2t-content
8. Blog layout / .post-item
9. Single post / .entry-box
10. Pagination / .k2t-navigation
11. Pages
12. Widget / .widget
13. Footer / .k2t-footer
14. Contact Form 7 / .wpcf7
15. Scrolldown button / .k2t-scrolldown
16. Social network /.k2t-social-share
17. Offcanvas Sidebar / .open-sidebar
18. Background Image Animation
19. VC Override
20. Other Plugins
21. Eion Css
22. Ecwid store CSS

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]
- Primary color     #bdb099
- Text color        #252525
- Sub text color	#959595
- Background color  #ebebeb

[Fonts]
- Default body text  PT Serif, serif
- Heading text		 Montserrat, san-serif

-------------------------------------------------------------------*/


/*--------------------------------------------------------------
	1. CSS Overview
---------------------------------------------------------------*/
/* Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 14px; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http: //clagnut.com/blog/348/#c790 */
	overflow-x: hidden;
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http: //www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http: //caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http: //caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #ebebeb; /* Fallback for when there is no custom background color defined. */
	font-family: 'PT Serif', serif;
	font-weight: 300;
	line-height: 1.5em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
th, td {
	padding: 6px;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a, i {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a,a:before {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #252525;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
	2. Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #959595;
	font-family: 'PT Serif', sans-serif;
	font-size: 100%;
}
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
h1 {
	color: #bdb099;
	font: 300 35px/37px 'Montserrat', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h2 {
	color: #bdb099;
	font: 300 30px/32px 'Montserrat', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h3 {
	color: #bdb099;
	font: 300 25px/27px 'Montserrat', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h4 {
	color: #bdb099;
	font: 300 20px/22px 'Montserrat', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h5 {
	color: #bdb099;
	font: 300 17px/20px 'PT serif', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h6 {
	color: #bdb099;
	font: 300 15px/18px 'PT serif', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
p {
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 2;
}
b,
strong {
	font-weight: 500;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote,
q {
	color: #878787;
	padding-left: 60px ! important;
	margin-bottom: 20px;
	position: relative;
	font-size: 120%;
	font-weight: 300;
	line-height: 1.25em;
}
blockquote * {
	line-height: 1.4em;
	padding-left: 0;
}
blockquote:before,
q:before {
	color: #7E7E7E;
	content: "“";
	font-family: serif;
	font-size: 400%;
	font-weight: bold;
	left: 0px;
	line-height: 1em;
	position: absolute;
	top: 1px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}
code,
kbd,
tt,
var {
	font: 110% Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc outside none;
}
ol {
	list-style: decimal outside none;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	border: 0;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-main-content-innerors: none;
	-moz-border-top-colors: none;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 15px;
	margin-top: 5px;
}
.wpb_start_animation.animated{
	visibility: visible;
}
/* List ul
---------------------------- */
.boom-list {
	margin: 0;
}
.boom-list li {
	margin-bottom: 10px;
	list-style: none;
}
.boom-list li i.awesome-circle {
	font-size: 50%;
}
.ordered-list li {
	list-style: inside decimal;
}

.list-style1 ul li {
	color: #959595;
	font-size: 87.5%;
	margin-left: 15px;
	margin-bottom: 12px;
	position: relative;
	width: auto;
}
.list-style1 ul li > * {
	color: #959595;
}
.list-style1 ul li:hover,
.list-style1 ul li:hover > * {
	color: #252525;
}
.list-style1 ul li a {
	position: relative;
}
.list-style1 ul li a:hover {
	text-decoration: underline;
}

/* Radio Style
---------------------------- */
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 0 11px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index: 0;
	display: inline-block;
	display: inline;
	zoom: 1;
	position: relative;
	margin-right: 5px;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index: 0;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #7cbe31;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	font-size: 228%;
}
.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 0;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.regular-radio + label {
		padding: 0 10px;
	}
	.regular-radio:checked + label:after {
		top: 5px;
		left: 5px;
	}
}


/* checkbox Style
---------------------------- */
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-webkit-position: relative;
	z-index: 0;
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 100%;
	position: absolute;
	top: -3px;
	left: 2px;
	color: #7cbe31;
}

/* Forms
---------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	border: 0;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	-webkit-appearance: none;

}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #bdb099 none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-size: 87.5%;
	font-weight: 300;
	/*height: 30px;
	line-height: 30px;*/
	padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #252525;
}
.button-border {
	background: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px dashed #bdb099;
    color: #bdb099;
    line-height: 30px;
}
.button-border:hover {
	background: #bdb099;
	color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]: : -webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #959595;
	border-radius: 0;
	height: 40px;
	background: #fff;
	padding: 10px;
	border: 1px dashed #959595;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	border: 1px solid #bdb099;
}
textarea {
	padding: 10px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height: auto;
}
select {
	border: 1px solid #eee;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

/* Default 
-------------------------------- */
.admin-bar .is-sticky {
  top: 32px !important;
}
.header-sticky .is-sticky {
  top: 103px !important;
}
.admin-bar.header-sticky .is-sticky {
  top: 135px !important;
}

.clear {
	clear: both;
}
.full-screen {
	height: 100vh;
}
.textup {
	text-transform: uppercase;
}
.searchform .form-group {
	display: inline-block;
	position: relative;
	width: 100%;
}
.searchform .form-group input {
	width: 100%;
	border: 0;
}
.search-no-results .searchform .form-group input {
	padding: 15px 20px;
	color: #252525;
	height: auto;
}
.search-no-results .searchform .form-group input:focus {
	outline: none;
	border: 1px solid #bdb099;
}
.search-no-results .searchform .form-group button {
	padding: 15px 50px;
	border-radius: 50px;
	color: #fff;
	margin-top: 30px;
}



.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: inline;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: oblique;
	font-size: 85%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.gallery-caption {
	color: #ccc;
}
.bypostauthor {
	/*color: #ccc;*/
}
.sticky {
	z-index: 100;
}


/*--------------------------------------------------------------
		3. Page Loader
--------------------------------------------------------------*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: #fff;
}
.loader {
	position: absolute;
	top: calc( 50% - 35px );
	top: -moz-calc( 50% - 35px );
	top: -webkit-calc( 50% - 35px );
	left: calc( 50% - 35px );
	left: -moz-calc( 50% - 35px );
	left: -webkit-calc( 50% - 35px );
	display: inline-block;
	width: 70px;
	height: 70px;
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
	background: url('../img/loading.png');
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*--------------------------------------------------------------
	4. Container /.container
--------------------------------------------------------------*/
.container {
	max-width: 1170px;
	margin: auto;
}
.k2t-wrap {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
.k2t-wrap:before,
.k2t-wrap:after,
.k2t-row:before,
.k2t-row:after,
.cl:before,
.cl:after {
	display: table;
	content: "";
}
.k2t-wrap:after,
.k2t-row:after,
.cl:after {
	clear: both;
}
.k2t-row {
	margin: 0 -15px;
}
.k2t-row [class*="col-"] {
	float: left;
	position: relative;
	padding: 0 15px;
	min-height: .1px;
}
.k2t-wrap .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.col-1  { width: 8.33333%; }
.col-2  { width: 16.6667%; }
.col-3  { width: 25%;      }
.col-4  { width: 33.3333%; }
.col-5  { width: 41.6667%; }
.col-6  { width: 50%;      }
.col-7  { width: 58.3333%; }
.col-8  { width: 66.6667%; }
.col-9  { width: 75%;      }
.col-10 { width: 83.3333%; }
.col-11 { width: 91.6667%; }
.col-12 { width: 100%;     }

.boxed .k2t-container {
	max-width: 1170px;
	margin: auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:    0 0 10px rgba(0, 0, 0, .2);
	-ms-box-shadow:     0 0 10px rgba(0, 0, 0, .2);
	box-shadow:         0 0 10px rgba(0, 0, 0, .2);
}
.boxed .k2t-container .k2t-wrap {
	padding: 0 15px;
}
.k2t-body {
	overflow: hidden;
	clear: both;
}

/*--------------------------------------------------------------
	5. Header  / .k2t-header
--------------------------------------------------------------*/
.k2t-header.fixed {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
}
.k2t-header.fixed > div {
	background: none;
}
.k2t-header.full .k2t-wrap {
	max-width: 100%;
	padding: 0 20px;
}


.k2t-header .k2t-wrap .k2t-row {
	position: relative;
}

.k2t-header .k2t-row [class*="col-"] {
	position: initial;
}
.k2t-header .k2t-row > [class*="col-"]: nth-child(2) {
	text-align: center;
}
.k2t-header .k2t-row > [class*="col-"]:last-child {
	text-align: right;
}
.k2t-header .k2t-row [class*="col-"].left {
	text-align: left;
}
.k2t-header .k2t-row [class*="col-"] .h-element {
	margin-left: 24px;
}
.k2t-header .k2t-row [class*="col-"].center {
	text-align: center;
}
.k2t-header .k2t-row [class*="col-"].center .h-element {
	margin-left: 12px;
	margin-right: 12px;
}
.k2t-header .k2t-row [class*="col-"].right {
	text-align: right;
}
.k2t-header .k2t-row [class*="col-"].right .h-element {
	margin-right: 24px;
	margin-left: 0;
}
.k2t-header .k2t-row [class*="col-"] .h-element.k2t-menu,
.k2t-header .k2t-row [class*="col-"] .h-element.k2t-logo {
	margin-left: 0;
	margin-right: 0;
}
.k2t-header .k2t-row input[type="checkbox"] {
    display: none;    
}
.k2t-header .k2t-row .wp-social-login-connect-with {
    width: 50%;
    float: left;    
}
.k2t-logo {
	line-height: 100px;	
}
.admin-bar .k2t-header.fixed {
	margin-top: 32px;
}
.menu-toggle {
	display: none;
}
.h-element {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -o-inline-flex;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.k2t-header-mid .h-element {
	line-height: 100px;
}
.k2t-header-mid .h-element * {
	line-height: 1.5em;
}
.h-element i {
	color: #bdb099;
}
.h-element:not(.k2t-menu):hover i {
	color: #252525;
}
.admin-bar .sticky {
/*	margin-top: 32px;
*/}
.k2t-header .sticky {
	z-index: 10000;
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}
.boxed .k2t-header .sticky {
	max-width: 998px;
}
.k2t-header-m {
	display: none;
}
.k2t-header .sticky .k2t-menu > li > a {
	padding: 0px 20px;
}
.k2t-header .sticky .k2t-menu li ul {
	top: auto;
}
.k2t-header .sticky .k2t-menu li ul li ul {
	top: -1px;
}
.k2t-header .sticky .k2t-logo img {
	max-height: 44px;
}
.k2t-header .k2t-logo img {
	max-height: 53px;
}


/* ----------- Mega Menu -------------------*/

.k2t-header .k2t-menu li.k2t-megamenu {
	position: static;
}
.k2t-header .k2t-menu .mega-container {
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:    0 0 3px 3px;
	-ms-border-radius:     0 0 3px 3px;
	border-radius:         0 0 3px 3px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header .k2t-menu .k2t-megamenu:hover .mega-container,
.k2t-header .k2t-menu .k2t-megamenu:hover .mega-container ul {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.k2t-header .k2t-menu .mega-container ul {
	visibility: hidden;
	opacity: 1;
	position: static;
	margin: 0;
	border: 0;
	overflow: hidden;
	font-size: 85%;
	background: none;
	padding: 0;
}
.k2t-header .k2t-menu .mega-container > ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	visibility: hidden;
	border-top: 1px solid rgba(0,0,0,.05);
	padding: 40px 0 30px;
}
.k2t-header .k2t-menu .mega-container > ul > li {
	max-width: 257px;
	display: table-cell;
	vertical-align: top;
	border-top: 0;
}
.k2t-header .k2t-menu .mega-container > ul > li:last-child {
	border-right: 0;
}
.k2t-header .k2t-menu .mega-container > ul > li > * {
	margin: 0 15%;
}
.k2t-header .k2t-menu .mega-container > ul > li a {
	border: 0;
	padding: 0 0 10px;
} 
.k2t-header .k2t-menu .mega-container .k2t-megamenu-submenu > a {
	border-bottom: 1px dashed #252525;
    color: #252525;
    font-size: 115%;
    font-weight: 600;
    padding: 0 0 12px;
}
.k2t-header .k2t-menu .mega-container > ul > li > .sub-menu {
	margin-top: 30px;
}
.k2t-header .k2t-menu .mega-container ul li .sub-menu.deep-level {
	margin-left: 20px
}
.k2t-header .k2t-header-top .k2t-menu .mega-container {
	background: #fff;
	border-color: #ddd;
}

/*---------- Header - Login ----------------*/
.custom-login {
	position: relative;
}
.custom-login .login-from {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	font-size: 80%;
	left: 0;
	opacity: 0;
	padding: 30px 20px 25px;
	position: absolute;
	visibility: hidden;
	width: 270px;
	z-index: 100;
	line-height: 1.5em;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.custom-login:hover .login-from {
	opacity: 1;
	visibility: visible;
	left: -26px;
}
.custom-login .login-from .wp-custom-login {
	position: relative;
}
.custom-login .login-from .ajax-login-register-login-container {
	display: inline-block;
	width: 100%;
}
.custom-login .login-from .form-wrapper {
	margin-bottom: 0;
}
.custom-login .login-from .ajax-login-default-form-container .noon {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.custom-login .login-from .ajax-login-default-form-container .form-wrapper > div:nth-child(4) {
	position: inherit;
}
.custom-login .login-from input[type="text"], 
.custom-login .login-from input[type="password"] {
	border-color: #ebebeb;
	color: #cccccc;
	font-family: pt serif;
	font-style: italic;
	padding: 0 10px;
	width: 100%;
	letter-spacing: unset;
}
.custom-login .login-from .ajax-login-default-form-container .noon label:after {
	content: "\e08e";
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: Simple-Line-Icons;
	font-size: 90%;
	color: #cccccc;
}
.custom-login .login-from .ajax-login-default-form-container .form-wrapper > div:nth-child(2) label:after {
	content: "\e005";
}
.custom-login .login-from label {
	color: transparent;
	height: 0;
	margin: 0;
}
.custom-login .login-from .zm_alr_ul_container li {
	margin: 0 5px 0 0;
}
.custom-login .login-from .zm_alr_ul_container a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px dashed #bdb099;
    border-radius: 20px;
    bottom: 5px;
    color: #bdb099;
    display: inline-block;
    font-size: 80%;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 20px;
    min-height: auto;
	text-align: center;
    text-transform: uppercase;
}
.custom-login .login-from .not-a-member-handle:hover {
	background: #bdb099;
	color: #fff;
}
.custom-login .login-from .ajax-login-default-form-container input[type="submit"],
.ajax-login-default-form-container input[type="submit"] {
	background: #bdb099 none repeat scroll 0 0;
	border-radius: 20px;
	border-width: 0;
	color: #fff;
	display: inline-block;
	font: 300 80%/1em "Montserrat",sans-serif;
	margin-top: 20px;
	padding: 10px 35px;
	text-shadow: none;
	text-transform: uppercase;
	margin-top: 0;
	cursor: pointer;
	position: inherit;
}
.custom-login .login-from .ajax-login-default-form-container input[type="submit"]:hover,
.ajax-login-default-form-container input[type="submit"]:hover {
	background: #252525;
	color: #fff;
	cursor: pointer;
	outline: none;
}
.custom-login .login-from .ajax-login-default-form-container .zm_alr_submit_container {
	float: left;
	width: 50%;
}
.custom-login .login-from .ajax-login-default-form-container .zm_alr_ul_container {
	float: right;
	width: 50%;
	margin-top: 0px;
	clear: none;
}
.custom-login .login-from .ajax-login-default-form-container .zm_alr_ul_container li:nth-child(2) {
	display: none;
}
.custom-login .login-from .ajax-login-default-form-container .error-container,
.ui-dialog .ajax-login-default-form-container .error-container {
	width: 100%;
}
.login-from .wp-social-login-widget {
	clear: both;
	display: block;
	margin-top: 20px;
}
.wp-social-login-connect-with {
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Montserrat";
	color: #959595;
}
.wp-social-login-provider-list {
	padding: 0;
	margin-top: 5px;
}
.wp-social-login-provider-list .wp-social-login-provider:after {
	font-family: FontAwesome;
	color: #959595;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
	padding: 10px;
}
.wp-social-login-provider-list .wp-social-login-provider:first-child:after {
	padding-left: 0
}
.wp-social-login-provider-list .wp-social-login-provider:hover:after {
	color: #bdb099;
}
.wp-social-login-provider-list .wp-social-login-provider-facebook:after {
	content: "\f09a";
}
.wp-social-login-provider-list .wp-social-login-provider-google:after {
	content: "\f0d5";
}
.wp-social-login-provider-list .wp-social-login-provider-twitter:after {
	content: "\f099";
}
.wp-social-login-provider-list .wp-social-login-provider img {
	display: none;
}
	/* Register form */
.ui-dialog {
	position: absolute;
	top: 50px !important;
}
.ui-dialog-title {
	display: inline-block;
	margin-top: 7px;
}
.ajax-login-default-form-container input[type="submit"] {
	opacity: 1 !important;
}
.ajax-login-default-form-container input[type="submit"]:hover {
	cursor: pointer !important;
}
	/* WPML List */
.login-language {
	float: right;
    height: 0;
    position: relative;
    top: -30px;
}
.login-language .open-language {
	font-size: 150%;
}
.login-language .language-list {
	left: 0px;
    opacity: 0;
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 13px 20px 16px;
    width: 170px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.login-language:hover .language-list {
	opacity: 1;
	left: 40px;
}
.login-language .language-list #lang_sel_list {
	height: auto;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical {
	width: auto;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical ul {
	border-top: 0;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical li {
	width: 100%;
	border-bottom: 1px dashed #959595;
	padding-bottom: 10px !important;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical li:last-child {
	border-bottom: 0;
	padding-bottom: 0 !important;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical ul a, 
.login-language .language-list #lang_sel_list_list ul a:visited {
	border: 0;
	background: transparent;
    color: #959595;
    font-size: 80%;
    padding: 0;
    text-transform: uppercase;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical li:hover {
	border-bottom-color: #252525;
}
.login-language .language-list #lang_sel_list.lang_sel_list_vertical ul li:hover > a, 
.login-language .language-list #lang_sel_list_list ul li:hover > a:visited {
	color: #252525;
}

/*----------  Header - Search box ----------------*/

.search-box {
	position: relative;
}
.search-box.style-2 .k2t-search-form {
	background: #fff;
	position: absolute;
	top: 100px;
	right: 0;
	width: 370px;
	z-index: 99;
	opacity: 0;
	padding: 0 20px;
	border-top: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.search-box.style-2:hover .k2t-search-form {
	opacity: 1;
}
.k2t-header-top .search-box.style-2 .k2t-search-form,
.k2t-header-bot .search-box.style-2 .k2t-search-form {
	top: 46px;
}
.search-box.style-2 .k2t-search-form .searchform {
	margin: 0;
}
.search-box.style-2 .k2t-search-form .searchsubmit {
	display: none;
}
.search-box.style-2 .k2t-search-form .s {
	color: #bdb099;
	font-size: 90%;
	padding: 0;
	height: 60px;
	border: 0;
}
.search-box.style-2 .k2t-search-form .ajaxsearchpro,
.search-box.style-2 .k2t-search-form .ajaxsearchpro .probox {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	height: auto !important;
	margin: 0 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.search-box.style-2 .ajaxsearchpro .promagnifier,
.search-box.style-2 .ajaxsearchpro .prosettings {
	display: none;
}
.search-box.style-2 .k2t-search-form .proinput {
	margin: 0 !important;
	padding: 0 !important;
	width: 90% !important;
}
.search-box.style-2 .k2t-search-form .orig {
	color: #bdb099 !important;
    font-size: 110% !important;
    position: relative !important;
    margin: 20px 0 0 !important;
    width: 100% !important;
}
.search-box.style-2 .k2t-search-form .autocomplete {
	display: none;
}
.search-box.style-2 .k2t-search-form .probox .proloading,
.search-box.style-2 .k2t-search-form .probox .proclose {
	margin-top: 13px !important;
}

	/* Ajaxsearchpro */
#ajaxsearchprores1_1.vertical, 
#ajaxsearchprores1_2.vertical, 
div.ajaxsearchpro.vertical[id*="ajaxsearchprores1_"] {
	border-radius: 0;
	top: 157px !important;
	width: 362px !important;
	margin-left: -20px;
}
#ajaxsearchprores1_1 .results .item div.content {
	color: #636363;
}
#ajaxsearchprores1_1 .results .item .content h3 a {
	color: #252525;
}
#ajaxsearchprores1_1 .results .item, 
#ajaxsearchprores1_2 .results .item, 
div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item {
	padding: 10px 0;
}



.k2t-searchbox {  
	background:#fff;
	display: block;  
	height:45px;
	right:19%;
	opacity: 0;
	position: fixed;
	top: 0;
	width:47%;
	z-index: 100000;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}



.k2t-searchbox.active {
	opacity: 1;
	visibility: visible;
}
.k2t-searchbox form {

	left:25px;
	right: 20px;
	 width: 95%;
	z-index: 10000;
	position: absolute;
	top: 45%;
	opacity: 0;
	visibility: hidden; 
	z-index: 10000;
	margin-top: -25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:    all .5s ease-in-out;
	transition:         all .5s ease-in-out;
}



.k2t-searchbox.active form {
	top: 50%;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: all .3s ease-in-out;
	-moz-transition-delay:    all .3s ease-in-out;
	transition-delay:         all .3s ease-in-out;
}
.k2t-searchbox input[type="text"] {
	height: auto;
	padding: 6px 15px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	text-align: left;
	background: none;
	color: #000;
	font-size: 150%;
	padding: 10px 40px 10px 0;
	font-weight: 300;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	-ms-border-radius:     0;
	border-radius:         0;  
}
.k2t-searchbox input[type="text"]:focus {
	color: #000;
	outline: none;
}
.k2t-searchbox #searchsubmit {
	background: none;
	font-size: 178%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
}
.k2t-searchbox #searchsubmit:hover {
	color: #bdb099;
}
.search-box {
	cursor: pointer;
}

/*----------------- Header - Vertical menu --------------------------*/

body.vertical,
.k2t-header.vertical-menu .k2t-header-mid,
body.vertical .k2t-container > * {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
body.vertical .k2t-container > footer,
body.vertical .k2t-container > div {
	position: relative;
	left: 0;
	padding-left: 280px;
}
body.vertical.vertical-close .k2t-container > footer,
body.vertical.vertical-close .k2t-container > div {
	padding-left: 0;
}
.k2t-header.vertical-menu #showPushMenu {
	position: absolute;
	right: -30px;
	font-size: 150%;
	top: 0;
	cursor: pointer;
}

/*--------------------  Header - Top ---------------------------*/
.k2t-header-top,
.k2t-header-top .k2t-menu li a,
.k2t-header-top a:hover {
	color: #717171;
}
.k2t-header-top a,
.k2t-header-top .k2t-menu li a:hover {
	color: #bdb099;
}
.k2t-header-top {
	background: #110805;
	font-size: 85%;
	font-weight: 400;
}
.k2t-header-top p {
	margin: 0;
	padding: 10px 0;
}
.k2t-header-top .k2t-menu > li > a {
	display: block;
	padding: 15px 10px 11px;
	font-size: 80%;
	text-transform: uppercase;
}
.k2t-header-top .k2t-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width: 150px;
	z-index: 100;
	margin: 0;
	top: 44px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-top .k2t-menu li ul li {
	width: 100%;
}
.k2t-header-top .k2t-menu li .sub-menu a.has-icon i {
	margin-left: 10px;
	margin-top: -8px;
}
.k2t-header-top .k2t-menu li .sub-menu a.has-icon span.k2t-title-menu {
	margin-left: 10px;
}
.k2t-header-top .k2t-menu > li a.has-icon {
	padding-left: 30px;
}
.k2t-header-top .k2t-menu > li a span.k2t-title-menu {
	margin-left: 0;
}
.k2t-header-top .k2t-menu > li a i {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 110%;
	margin-top: -6px;
}
.k2t-header-top .k2t-menu li ul li a {
	display: block;
	padding: 8px 10px 8px 20px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.k2t-header-top .k2t-menu li ul li:last-child a {
	border: 0;
}
.k2t-header-top .k2t-menu li ul li a:hover {
	background: #f9f9f9;
}
.k2t-header-top .k2t-menu li ul li a:before {
	content: "\f105";
	left: 8px;
	position: absolute;
	font-family: FontAwesome;
}
.k2t-header-top .k2t-menu li ul ul {
	left: 148px;
	top: -1px;
}
.k2t-header .social li {
	margin-left: 15px;
}
.k2t-header .social li a {
	background: none;
	color: #717171;
	font-size: 115%;
	height: auto;
	line-height: inherit;
	width: auto;
}
.k2t-header-top .social li a i {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-header-top .element-editor,
.k2t-header-top .search-box,
.k2t-header-bot .element-editor,
.k2t-header-bot .search-box {
	padding: 11px 0;
}
.k2t-header-top .social li a,
.k2t-header-bot .social li a {
	padding: 8px 0;
}
.k2t-header-top .search-box form,
.k2t-header-bot .search-box form {
	top: 49px;
}
.k2t-header-top .search-box > i:hover,
.k2t-header-top .social li a i:hover {
	color: #fff;
}
.k2t-header-top .shop-cart .shop-item,
.k2t-header-bot .shop-cart .shop-item {
	top: 45px;
}
.k2t-header-top .widget ul li a,
.k2t-header-top .widget ul li.recentcomments {
	border-color: #241b18;
}
.k2t-header-top .k2t-logo img,
.k2t-header-bot .k2t-logo img {
	max-height: 46px;
}

/*------------- Header - Middle -----------------------*/
.k2t-header-mid {
	background: #fff;
	min-height: 100px;
}
#main-nav {
	float: right;
}
.k2t-header-mid .k2t-menu {
	z-index: 9000;
}
.k2t-header-mid .k2t-menu > li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 1px;
	overflow: hidden;
}
.k2t-header-mid .k2t-menu > li:hover {
	overflow: inherit;
}
.k2t-header-mid .k2t-menu > li > a {
	display: block;
	padding: 0 25px;
	font-size: 80%;
	font-weight: 300;
	line-height: 100px;
	color: #959595;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice {
	border: 1px solid #bdb099;
	border-radius: 3px;
	display: inline-block;
	left: 50%;
	line-height: 16px;
	margin-left: -12px;
	padding-bottom: 1px;
	position: absolute;
	top: 11px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:after, .k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:after {
	border-top-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice:before {
	border-color: rgba(189, 176, 153, 0);
	border-top-color: #bdb099;
	border-width: 5px;
	margin-left: -5px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice.notice-icon i {
	font-size: 10px;
	margin: 0 6px;
}
.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice.notice-text {
	font-size: 7px;
	padding: 3px 4px;
}
.k2t-header-mid .k2t-menu > li a i {
	margin-right: 5px;
}
.k2t-header-mid .k2t-menu > li a .caret {
	font-weight: 600;
}
.k2t-header-mid .k2t-menu > li:hover > a,
.k2t-header-mid .k2t-menu > li > a:hover,
.k2t-header-mid .k2t-menu > li.current-menu-item > a,
.k2t-header-mid .k2t-menu > li.current-menu-parent > a,
.k2t-header-mid .k2t-menu > li.current-menu-ancestor > a {
	color: #252525;
}
/* Sub Menu */
.k2t-header-mid .k2t-menu li ul {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100px;
	width: 190px;
	margin: 0;
	padding: 0px 0 20px;
	border-top: 1px solid rgba(0,0,0,.05);
	/*opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;*/
}
/*.k2t-header-mid .k2t-menu li:hover > ul {
	opacity: 1;
	z-index: 888;
}*/
.k2t-header-mid .k2t-menu > li ul li {
	list-style: none;
	position: relative;
	height: 0;
}
.k2t-header-mid .k2t-menu > li:hover ul li {
	height: 100%;
}
.k2t-header-mid .k2t-menu li ul li a {
	padding: 10px 7px;
	display: block;
	color: #959595;
	font-size: 87.5%;
	font-weight: 300;
	overflow: hidden;
	font-family: "PT Serif"
}
.k2t-header-mid .k2t-menu li ul li a span {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
	padding-bottom: 2px;
}
.k2t-header-mid .k2t-menu li ul li a .k2t-menu-notice {
	display: none;
}
.k2t-header-mid .k2t-menu li ul > li:hover > a span,
.k2t-header-mid .k2t-menu li ul > li.current-menu-item > a span,
.k2t-header-mid .k2t-menu li ul > li.current-menu-ancestor > a span {
	border-bottom-color: #dbdbdb;
}
.k2t-header-mid .k2t-menu li ul li ul {
	left: 190px;
	top: -1px;
}
.k2t-header-mid .element-editor {
	font-size: 85%;
}
.k2t-header-mid .search-box {
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}
.k2t-header-mid .search-box:hover {
	cursor: pointer;
	color: #bdb099;
}
.k2t-header-mid .social li a {
	padding: 35px 0;
}
.k2t-header-mid .social li a:hover {
	color: #bdb099;
}
.k2t-header-mid .shop-cart .cart-control span {
	top: -10px;
    left: 10px;
}
}
.k2t-header-mid .shop-cart .shop-item {
	top: 62px;
}
.k2t-header-mid .search-box form {
	top: 101px;
}
.k2t-header-mid .k2t-logo img {
	max-height: 53px;
}

/*-------------------- Header - Bottom -----------------------------------*/
.k2t-header-bot {
	background: #fff;
	font-size: 85%;
}
.k2t-header-bot,
.k2t-header-bot a:hover {
	color: #767676;
}
.k2t-header-top .k2t-menu li,
.k2t-header-bot .k2t-menu li {
	float: left;
	position: relative;
	list-style: none;
}
.k2t-header-bot .k2t-menu li a {
	display: block;
	padding: 40px 20px;
	color: #767676;
}
.k2t-header-bot .k2t-menu li > a:hover,
.k2t-header-bot .k2t-menu li.active > a,
.k2t-header-mid .k2t-menu li > a.current {
	color: #bdb099;
}
.k2t-header-bot .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:after {
	background: #ccc;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 7px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-header-bot .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}
.k2t-header-bot .k2t-menu > li.children > a:after,
.k2t-header-bot .k2t-menu > li.children > a:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.k2t-header-bot .k2t-menu > li.children > a:before {
	right: 7px;
}
.k2t-header-bot .k2t-menu > li.children > a:after {
	right: 3px;
}
.k2t-header-bot .k2t-menu > li.children > a:hover:before,
.k2t-header-bot .k2t-menu > li.children > a:hover:after {
	right: 3px;
	width: 11px;
	background-color: #bdb099;
}
.k2t-header-bot .k2t-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 210px;
	background: #fafafa;
	border: 1px solid #ededed;
	left: 50%;
	margin-left: -145px;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.k2t-header-top .k2t-menu li:hover > ul,
.k2t-header-bot .k2t-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.k2t-header-bot .k2t-menu > li:hover > ul {
	margin-left: -105px;
}
.k2t-header-bot .k2t-menu ul li {
	display: inline-block;
	width: 100%;
}
.k2t-header-bot .k2t-menu ul li a {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #efefef;
	font-weight: 400;
	font-size: 85%;
}
.k2t-header-bot .k2t-menu ul li:last-child > a {
	border: 0;
}
.k2t-header-bot .k2t-menu ul li.children > a:after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	top: 10px;
	right: 15px;
}
.k2t-header-bot .k2t-menu ul ul {
	top: -1px;
	left: 208px;
	left: 207px\9;
	margin: 0;
}
.k2t-header-bot .k2t-menu .menu-rtl > ul {
	left: -210px;
}
.k2t-header-bot .k2t-menu > li > a {
	text-transform: none;
	font-weight: 500;
	position: relative;
}
.k2t-header-bot .k2t-menu li a {
	padding: 12px 20px;
	font-size: 90%;
}
.k2t-header-bot a,
.k2t-header-bot .social li a:hover {
	color: #bdb099;
}
.k2t-header-bot .k2t-menu li .sub-menu a.has-icon i {
	margin-top: -8px;
}
.k2t-header-bot .k2t-menu li .sub-menu a.has-icon span.k2t-title-menu {
	margin-left: -9px;
}
.k2t-header-bot .k2t-menu > li a.has-icon {
	padding-left: 35px;
}
.k2t-header-bot .k2t-menu > li a span.k2t-title-menu {
	margin-left: 0;
}
.k2t-header-bot .k2t-menu > li a i {
	position: absolute;
	top: 50%;
	left: 12px;
	font-size: 110%;
	margin-top: -7px;
}
.k2t-header-bot .k2t-menu li ul {
	top: 50px;
}
.k2t-header-bot .k2t-menu li ul ul {
	top: -1px;
}
.k2t-header-bot.sticky {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	-moz-box-shadow:    0 0 10px rgba(0, 0, 0, .07);
	-ms-box-shadow:     0 0 10px rgba(0, 0, 0, .07);
	box-shadow:         0 0 10px rgba(0, 0, 0, .07);
}

/*--------------------------------------------------------------
	Mobile menu
--------------------------------------------------------------*/
@keyframes fixed {
  100% {
    	position: fixed;
    	top: 40px;
	}
}


/*--------------------------------------------------------------
	6. Title bar & breadcrumb / .k2t-title-bar
--------------------------------------------------------------*/
.k2t-title-bar {
	position: relative;
}
.k2t-title-bar.justify {
	text-align: justify;
}
.k2t-title-bar.center {
	text-align: center;
}
.k2t-title-bar .mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
}
.k2t-title-bar .mask.colors {
	background-color: #000;
}
.k2t-title-bar .mask.pattern {
	background-image: url('../img/pattern/dot.png');
	background-repeat: repeat;
}
.k2t-title-bar .k2t-wrap.breadcrumb {
	padding: 15px 20px;
}
.k2t-title-bar .k2t-titlebar-thumb {
	width: 80px;
	height: 80px;
	background-color: #605ca8;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
	color: transparent;
}
.k2t-title-bar .main-title {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 600;
	color: #252525;
	position: relative;
	z-index: 1;
}
.k2t-title-bar.underline .main-title:after {
	content: "";
	width: 100px;
	height: 2px;
	background: url('../img/line.png') repeat-x;
	text-align: center;
	display: block;
	margin: 15px auto;
}
.k2t-breadcrumbs {
	list-style: none;
	padding: 0;
}
.k2t-breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	font-weight: 300;
	color: #cccccc
}
.k2t-breadcrumbs li:before {
	content: "\f178";
	font-family: FontAwesome;
	margin-right: 10px;
}
.k2t-breadcrumbs li:first-child:before {
	display: none;
}
.k2t-breadcrumbs li.current {
	font-weight: 600;
}
.k2t-breadcrumbs a {
	display: inline-block;
	line-height: 1;
	color: #cccccc;
}
.k2t-breadcrumbs a:hover {
	color: #bdb099
}
/* title bar search */
.k2t-title-bar .form-group {
	background: transparent;
}
.k2t-title-bar .searchform{
	text-align: center;
}
.k2t-title-bar .searchform input,
.k2t-title-bar .searchform button {
	float: left;
} 
.k2t-title-bar .searchform .form-group{
	max-width: 570px;
	width: auto;
	display: inline-block;
}
.k2t-title-bar .searchform .s {
	border: none;
	background-color: #fff;
	font-size: 100%;
	font-style: italic;
	font-family: 'PT Serif';
	height: 60px;
	padding-left: 27px;
	max-width: 400px;
	width: auto;
}

.k2t-title-bar .searchform .s:focus {
	border: 1px solid #bdb099;
	outline: none;
}
.k2t-title-bar .searchform .searchsubmit {
	background-color: #bdb099;
	border-radius: 0;
	color: #fff;
	font-size: 87.5%;
	height: 60px;
	padding: 0 41px;	
	text-align:center;
}

/*--------------------------------------------------------------
	7. Content  / .k2t-content
--------------------------------------------------------------*/
.k2t-content:before,
.k2t-content:after {
	content: "";
	display: table;
}
.k2t-content:after {
	clear: both;
}
.no-sidebar .k2t-main,
.no-sidebar .k2t-blog {
	width: 100% !important;
}
.single .no-sidebar .k2t-blog {
	margin: 0 auto;
	width: 67% ! important;
	float: none
}
.right-sidebar .k2t-blog,
.left-sidebar .k2t-blog,
.right-sidebar .k2t-main,
.left-sidebar .k2t-main {
	width: 67%;
	padding-top: 20px;
}
.search .k2t-main,
.single .k2t-blog > *,
.page-template-default .k2t-content .page-entry > *:not(.vc_row) {
}
.tax-portfolio-category .right-sidebar .k2t-blog > *,
.tax-portfolio-category .left-sidebar .k2t-blog > *,
.tax-portfolio-category .right-sidebar .k2t-main > *,
.tax-portfolio-category .left-sidebar .k2t-main > * {
	padding-left: 0px;
	padding-right: 0px;
}
.k2t-sidebar {
	padding-top: 20px;
}
.right-sidebar .k2t-blog,
.two-sidebars .k2t-blog,
.two-sidebars .k2t-btc,
.right-sidebar .k2t-main,
.left-sidebar .k2t-main,
.k2t-sidebar,
.k2t-sidebar-sub,
.k2t-blog,
.k2t-main {
	float: left;
}
.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	float: right;
}
.left-sidebar .k2t-main,
.no-sidebar .k2t-main {
	padding-right: 0;
}
.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	position: relative;
	left: -1px;
}
.right-sidebar .k2t-sidebar {
	padding-left: 30px;
}
.left-sidebar .k2t-sidebar {
	padding-right: 30px;
}
.two-sidebars .k2t-blog,
.two-sidebars .k2t-btc {
	width: 80%;
}
.k2t-sidebar-sub,
.two-sidebars .k2t-sidebar {
	width: 20% !important;
}
.k2t-sidebar-sub {
	padding-right: 20px;
}
.two-sidebars .k2t-sidebar {
	padding-left: 20px;
}
.fullsc > * {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

/*--------------------------------------------------------------
	8. Blog layout / .post-item
--------------------------------------------------------------*/
.post-item {
	position: relative;
	padding: 25px 30px;
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
	background: #fff;
}

.post-item .flx-entry-thumb {
	margin-bottom: 20px;
	position: relative;
}
.post-item .flx-entry-thumb .mask,
.post-item .post-thumb .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.post-item .flx-entry-thumb:hover .mask,
.post-item .post-thumb:hover .mask {
	opacity: 1;
}
.post-item .flx-entry-thumb .mask a:before,
.post-item .post-thumb .mask a:before {
	color: #fff;
	content: "\e095";
	display: inline-block;
	font-family: "Simple-Line-Icons";
	font-size: 0;
	line-height: 0px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: 0;
	margin-top: 0;
	width: 0;
	height: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.post-item .flx-entry-thumb:hover .mask a:before,
.post-item .post-thumb:hover .mask a:before {
	height: 50px;
	width: 50px;
	font-size: 200%;
	font-weight: 300;
	margin-left: -25px;
	margin-top: -25px;
	line-height: 50px;
}
.post-item .flx-entry-thumb a img {
	display: block;
	width: 100%;
}
.post-item .entry-content {
	margin-top: 10px
}
.post-item .entry-content ul {
	padding-left: 30px;
	margin-bottom: 20px;
	list-style: inherit;
}
.post-item .entry-content.grid p {
	height: 100px;
	overflow: hidden;
	line-height: 2em;
	max-height: 6em;
}
.post-item .entry-content .more-link {
	margin-top: 30px;
	padding: 10px 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font: 300 63%/1em 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #bdb099;
	position: relative;
	z-index: 2;
}
.post-item .entry-content .more-link:hover {
	background: #252525;
}
.post-item .entry-title,
.entry-box .entry-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font: 600 150%/1.5em 'Montserrat', sans-serif;
}
.post-item .entry-title a,
.entry-box .entry-title a {
	margin: 0;
	color: #252525;
}
.post-item .entry-title a:hover,
.entry-box .entry-title a:hover {
	color: #bdb099;
}
.post-meta-left, .post-meta-right {
	display: inline-block;
}
.post-meta-right {
	float: right;
}
.post-item header span,
.entry-box header span {
	font-size: 87.5%;
	color: #cccccc;
}
.entry-author {
	text-decoration: underline;
	margin-right: 10px
}
.entry-comment {
	margin-left: 10px
}
.post-item header span a,
.entry-box header span a {
	color: #cccccc;
}
.post-item header span a:hover,
.entry-box header span a:hover  {
	color: #bdb099;
}
.post-item header span i,
.entry-box header span i {
	margin-right: 5px;
	font-size: 115%;
}
.post-item .quote-wrapper {
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}
.post-item .quote-wrapper .quote-inner {
	padding: 0 0 20px 0;
}
.post-item .quote-wrapper .quote-inner a {
	display: block;
}
.post-item .quote-wrapper .quote-inner .quote-content {
	padding-right: 15px;
}	
.post-item .quote-wrapper .quote-inner .quote-content h4 {
	font-size: 125%;
	font-weight: 600;
	line-height: 1.5;
	font-family: 'PT serif', sans-serif;
	color: #252525;
}
.quote-wrapper .quote-inner .quote-content p.quote-author {
	background: url(../img/line-2.png) repeat-x center center;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 20px;
}
.quote-wrapper .quote-inner .quote-content p.quote-author span {
	padding: 0 10px;
	background: #fff;
}

.quote-wrapper .quote-inner .quote-content h4 p {
	color: #959595;
}
.format-video .flx-entry-thumb .wp-video,
.format-video .flx-entry-thumb .wp-video .mejs-video,
.format-video .flx-entry-thumb video,
.format-video .flx-entry-thumb .mejs-overlay,
.format-video .flx-entry-thumb iframe,
.format-video .flx-entry-thumb .wpb_content_element,
.format-audio .flx-entry-thumb iframe,
.format-audio .flx-entry-thumb .mejs-container  {
	width: 100% !important;
}
.format-video .flx-entry-thumb.grid .wp-video,
.format-video .flx-entry-thumb.grid .wp-video .mejs-video,
.format-video .flx-entry-thumb.grid video,
.format-video .flx-entry-thumb.grid .mejs-overlay,
.format-video .flx-entry-thumb.grid iframe,
.format-video .flx-entry-thumb.grid .wpb_content_element,
.format-audio .flx-entry-thumb.grid iframe,
.format-audio .flx-entry-thumb.grid .mejs-container  {
	width: 100% !important;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
}
.format-video .flx-entry-thumb.grid,
.format-audio .flx-entry-thumb.grid  {
	background: transparent;
}
.format-video .flx-entry-thumb.grid:after,
.format-audio .flx-entry-thumb.grid:after {
  display: block;
  content: '';
}
.k2t-related-posts .post_format-post-format-video .flx-entry-thumb.grid:after,
.k2t-related-posts .post_format-post-format-audio .flx-entry-thumb.grid:after {
  padding-top: 66.6%;
}
/* demo */
.post.sticky .flx-entry-thumb:after,
[class*="tag-sticky-"] > .entry-box .flx-entry-thumb:after {
	position: absolute;
	content: "";
	display: block;
	right: 40px;
	top: -5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 0;
	height: 58px;
	border: 23px solid #bdb099;
	border-top: 0 solid;
	border-bottom: 25px solid rgba(0,0,0,0);
	color: #fff;
}
.post.sticky header h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}


/* Blog large thumbnail 
	---------------------------- */
.b-large .k2t-blog {
	padding-top: 20px;
}
.b-large .format-video .flx-entry-thumb .wp-video,
.b-large .format-video .flx-entry-thumb .wp-video .mejs-video,
.b-large .format-video .flx-entry-thumb video,
.b-large .format-video .flx-entry-thumb .mejs-overlay {
	height: 400px !important;
}

/* Blog medium thumbnail 
	---------------------------- */
.b-medium .post-item .flx-entry-thumb {
	width: 250px;
	height: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}
.b-medium .post-item.audio-post .flx-entry-thumb {
	background: #000
}
.b-medium .post-item .entry-content {
	float: left;
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
}
.b-medium .post-item .flx-entry-thumb a img {
	width: 100%;
	height: 100%;
}
.b-medium .format-video .flx-entry-thumb .wp-video,
.b-medium .format-video .flx-entry-thumb .wp-video .mejs-video,
.b-medium .format-video .flx-entry-thumb video,
.b-medium .format-video .flx-entry-thumb .mejs-overlay {
	height: 100% !important;
}
.b-medium .wpb_video_widget .wpb_wrapper iframe {
	min-height: 250px;
}


/* Blog masonry
	---------------------------- */
.b-masonry .k2t-blog {
	overflow: hidden;
}
.b-masonry .masonry-layout {
	margin-left: -15px;
	margin-right: -15px;
}
.b-masonry .grid-sizer {
	width: 20%;
}
.b-masonry .column-4 .grid-sizer {
	width: 25%;
}
.b-masonry .column-3 .grid-sizer {
	width: 33.3%;
}
.b-masonry .column-2 .grid-sizer {
	width: 50%;
}
.b-masonry .masonry-layout .hentry {
	width: 20%;
	float: left;
}
.b-masonry .masonry-layout .hentry.large {
	width: 40%;
}
.b-masonry .masonry-layout.column-4 .hentry {
	width: 25%;
}
.b-masonry .masonry-layout.column-4 .hentry.large {
	width: 50%;
}
.b-masonry .masonry-layout.column-3 .hentry {
	width: 33.3%;
}
.b-masonry .masonry-layout.column-3 .hentry.large {
	width: 66.6%;
}
.b-masonry .masonry-layout.column-2 .hentry {
	width: 50%;
}
.b-masonry .masonry-layout.column-2 .hentry.large {
	width: 100%;
}
.b-masonry .post-item {
	border-bottom: none;
	padding: 15px;
	background: transparent;
	margin-bottom: 0;
}
.b-masonry .post-item .post-article-inner {
	background: #fff;
	padding: 30px;
}
.b-masonry .masonry-layout.column-3 .entry-categories,
.b-masonry .masonry-layout.column-4 .entry-categories {
	display: none;
}
.b-masonry .post-item .mejs-video,
.b-masonry .post-item .mejs-video video,
.b-masonry .mejs-poster,
.b-masonry .mejs-overlay-play {
	margin-bottom: 35px;
	height: 100%
}
.b-masonry .post-item header .entry-title {
	font-size: 100%;
	margin-bottom: 10px;
	height: 1.5em;
	overflow: hidden;
}
.b-masonry .list-container-1 ul li a {
	padding: 8px;
}
.b-masonry .mejs-container {
	margin-bottom: 35px;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	   -o-transition-duration: 0.8s;
		  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:      -o-transform, opacity;
		  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}

/* End: Recommended Isotope styles */

.blog-style-4 .post-item {
	padding: 0 0 30px;
	border-bottom: none;
}

.blog-style-4 .post-item .mejs-video,
.blog-style-4 .post-item .mejs-video video,
.blog-style-4 .mejs-poster,
.blog-style-4 .mejs-overlay-play {
	height: 169px !important;
	margin-bottom: 35px;
}
.blog-style-4 .mejs-container .mejs-controls {
	bottom: -17px;
}
.blog-style-4 .post-item header .entry-title {
	font-size: 142%;
	line-height: 22px;
}
.blog-style-4 .audio-post .flx-entry-thumb {
	margin-top: 40px;
}

.blog-style-4 .list-container-1 ul li a {
	padding: 8px;
}
.blog-style-4 .mejs-container {
	margin-bottom: 35px;
}

/*--------------------------------------------------------------
	9. Single post / .entry-box
--------------------------------------------------------------*/
.entry-box {
	background: #fff;
	padding: 30px;
	padding-bottom: 70px;
	margin-bottom: 30px;
	position: relative;
}
.entry-box .flx-entry-thumb {
	margin-bottom: 20px;
}
.entry-box img {
	display: inline-block;
	max-width: 100%;
}
.entry-box img.entry-thumb {
	width: 100%;
	display: block;
	margin-right: 0px;
	margin-bottom: 20px;
}
.entry-box .post-entry {
	color: #636363;	
	margin-top: 15px
}
.entry-box footer {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}
.entry-box footer .prev-post {
	float: left;
}
.entry-box footer .next-post {
	float: right;
}
.entry-box footer a {
	font-weight: 600;
	color: #3d3d3d;
}
.entry-box footer a:hover {
	color: #bdb099;
}
.entry-box footer a.post {
	color: #bdb099;
	font-weight: normal;
}
.entry-box blockquote {
	margin-left: 10px;
}
.entry-sharing {
	overflow: inherit;
}
.entry-sharing > div {
	width: 50%;
}
.entry-sharing-left {
	float: left;
}
.entry-sharing-left.no-right {
	width: 100%;
	float: none;
}
.entry-sharing-right {
	float: right;	
}
.widget_tag_cloud {
	padding-left: 30px;
	color: #bdb099;
	position: relative;
}
.widget_tag_cloud:before {
	content: "\f02c";
	font-family: FontAwesome;
	top: 5px;
	left: 0;
	position: absolute;
	font-size: 120%;
}
.widget.widget_tag_cloud:before {
	display: none;
}
.widget_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	border: 1px dashed #bdb099;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font: 300 80%/1em 'Montserrat', sans-serif ! important;
}
.widget_tag_cloud .tagcloud a:hover ,
.widget.widget_tag_cloud .tagcloud a:hover{
	background: #bdb099;
	color: #FFFFFF;
}
.entry-box .k2t-social-share, .k2t-blog-post .entry-box .k2t-social-share {
	margin: 0;
	margin-top: 0;
}
form input.submit{
	padding: 10px 25px;
}
.entry-box .k2t-social-share .social li a span {
	top: 35px;
}
.entry-box .k2t-social-share .social li a span:after {
	top: -10px;
	bottom: auto;
	border: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, .7);
}


/* About Author
-------------------*/
.about-author {
	background-color: #fff;
	padding: 30px;
	margin: 30px 0;
	overflow: hidden;
}
.about-author-left, .about-author-right {
	float: left;
}
.about-author-left {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-mozborder-radius: 50%;
	overflow: hidden;
	width: 150px;
}
.about-author img {
	width: 100%;
}
.about-author-right {
	width: calc( 100% - 150px );
	width: -webkit-calc( 100% - 150px );
	width: -moz-calc( 100% - 150px );
	padding-left: 30px;
}
.about-author h4 {
	font-size: 87.5%;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 500;
}
.about-author .author-role {
	font-size: 70%;
	color: #bdb099;
	text-transform: capitalize;
}
.about-author .author-desc {
	font-size: 87.5%;
	margin-bottom: 30px;
}
.user-social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.user-social li i {
	color: #959595;
}
.user-social li:hover i {
	color: #bdb099;
}

/* Comments List
-------------------*/
#comments {
	margin: 30px 0;
	padding: 30px;
	background: #fff;
}
#comments h4, #respond h3 {
	font-weight: 600;
	font-size: 125%;
	text-transform: uppercase;
	color: #252525
}
#comments h4:after, #respond h3:after {
	content: "";
	width: 90px;
	height: 2px;
	background: url('../img/line.png') repeat-x;
	display: block;
	margin: 10px 0;
}
.comment-list {
	margin: 0 0 40px;
	list-style: none;
}
.comment-list .comment-content {
	margin-left: 120px;
	position: relative;
	z-index: 0;
	font-size: 87.5%;
}
.comment-author span {
	font: 400 100%/1em 'Montserrat', sans-serif;
	color: #bdb099;
}
.comment-body {
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
	position: relative;
	z-index: 0;
}
.comment-body:after {
	content: "";
	width: 100%;
	height: 1px;
	background: url('../img/line.png') repeat-x;
	display: block;
	margin: 15px 0;
}
.comment-body .comment-thumb {
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}
.comment-body .comment-author {
	margin-bottom: 10px;
	display: inline-block;
}
.comment-body .comment-meta > a {
	font-size: 80.5%;
	color: #959595;
	margin-left: 30px;
}
.comment-body .comment-meta > a > i {
	margin-right: 5px;
}
.comment-body footer {
	margin: 10px 0 20px;
}
.comment-body .comment-reply-link, .comment-body .comment-edit-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font: 300 70%/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #cccccc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.comment-body .comment-reply-link:hover, 
.comment-body .comment-edit-link:hover {
	position: relative;
	z-index: 0;
	color: #bdb099;
}
.comment-body .comment-edit-link {
	margin-right: 15px;
}
.comment-body .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	margin-right: 5px;
}
.comment-body .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 5px;
}
.comment-list .children {
	margin-left: 100px;
	list-style: none;
}
.comment-pagination {
	float: right;
}
.comment-pagination a, .comment-pagination span {
	padding-left: 15px;
	font-size: 115%;
}
#comment-nav-below .assistive-text.section-heading {
	display: none;
}
#comment-nav-below .nav-previous, .comment-nav-below .nav-next {
	margin: 20px 0 10px;
}

/*Comment Form
--------------*/
#respond {
	display: inline-block;
	width: 100%;
}
#commentform {
	position: relative;
}
#commentform .comment-notes, .form-allowed-tags, .logged-in-as {
	font-size: 87.5%;	
	margin-bottom: 20px;
}
#commentform p.comment-form-comment {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}
#commentform #comment {
	height: 155px;
	padding: 15px;
	width: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	border:  1px dashed;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "PT Serif";
	background-color: transparent;
	resize: none;
	-webkit-appearance: none;
}
#commentform > p.comment-form-author, #commentform > p.comment-form-email, #commentform > p.comment-form-url {
	position: relative;
	margin-bottom: 25px;
	padding-right: 20px;
	width: 50%;
	float: left;
}
#commentform > p.comment-form-email {
	padding-right: 0;
}
#commentform #author,
#commentform #email,
#commentform #url {
	padding-left: 20px;
	width: 100%;
	box-shadow: none;
	border: 1px dashed ;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "PT Serif";
	background: transparent;
}
#commentform .comment-form-author:after, #commentform .comment-form-email:after, #commentform .comment-form-comment:after {
	font-family: "Simple-Line-Icons";
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 42px;
	font-size: 85%;
	color: #959595
}
#commentform .comment-form-author:after {
	content: "\e005";
	right: 40px;
}
#commentform .comment-form-email:after {
	content: "\e086";
}
#commentform .comment-form-comment:after {
	content: "\e04a";
}
#commentform input::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
	font-size: 87.5%;
	font-style: italic;
}
#commentform input:-moz-placeholder,
#commentform textarea:-moz-input-placeholder { /* Firefox 18- */
	font-size: 87.5%;
	font-style: italic;
}
#commentform input::-moz-placeholder,
#commentform textarea::-moz-input-placeholder {  /* Firefox 19+ */
	font-size: 87.5%;
	font-style: italic;
}
#commentform input:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
	font-size: 87.5%;
	font-style: italic;
}
#commentform .required::-webkit-input-placeholder:after{
	content: " *";
}
#commentform .required:-moz-input-placeholder:after {
	content: " *";
}
#commentform .required::-moz-input-placeholder:after{
	content: " *";
}
#commentform .required:-ms-input-placeholder:after {
	content: " *";
}
#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus,
#commentform #comment:focus {
	border: 1px solid #bdb099;
	outline: none;
}
#form-allowed-tags code {
	font-size: 85%;
}
.form-submit #submit {
	border: none;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding: 10px 25px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 87.5%;
	box-shadow: none;
	height: auto;
	position: relative;
	z-index: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-submit #submit:hover {
	background-color: #bdb099;
}

.form-submit #submit label.error {
	position: absolute;
	left: 0;
	top: 15px;
	color: #bdb099;
}

#response {
	color: #bdb099;
	font-size: 100%;
}
#commentform .wp-social-login-connect-with,
#commentform .wp-social-login-provider-list {
	display: inline-block;
	margin-right: 20px
}

/****** Related Post *****/
.k2t-related-posts .post-item {
	padding: 0;
}
.k2t-related-posts .entry-box .entry-title {
	font-size: 100%;
	margin: 20px 0 10px;
	height: 1.5em;
	overflow: hidden;
}
.k2t-related-posts .item {
	width: -wekit-calc( 50% - 45px );
	width: -moz-calc( 50% - 45px );
	width: calc( 50% - 45px );
}
.k2t-related-posts .k2t-thumb-gallery .owl-stage:after {
	display: none;
}
.k2t-related-posts .k2t-thumb-gallery .owl-controls {
	margin-top: 0
}

.k2t-related-posts .quote-wrapper {
	display: none;
}


/* Post format
---------------------*/
.k2t-thumb .wpb_video_wrapper iframe {
	max-width: 100%;
	height: auto ! important;
}
.entry-content iframe, .entry-content embed {
	max-width: 100%;
} 
.post-entry ul {
	margin: 20px 0;
	padding-left: 30px;
}
.post-entry ul li i {
	margin-right: 10px
}
.wpb_video_wrapper #player .title a {
	color: #bdb099;
}
.k2t-thumb .wp-video {
	width: 100% !important;
}
.b-timeline .k2t-thumb .wp-video {
	height: auto !important;
}
.k2t-thumb .mejs-audio {
	height: auto !important;
}
.k2t-thumb .mejs-audio .mejs-controls {
	top: 30px;
}
.k2t-thumb:hover .k2t-thumb-gallery img {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
.b-medium .format-quote .k2t-thumb,
.b-small .format-quote .k2t-thumb {
	width: 100%;
	max-width: 100%;
}
.k2t-thumb-quote {
	padding: 45px 105px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.k2t-thumb-quote .quote-content {
	font: italic 16px/24px Georgia;
	position: relative;
}
.k2t-thumb-quote .quote-content i {
	font-size: 428%;
	position: absolute;
	left: -80px;
	color: #f2f2f2;
}
.k2t-thumb-quote .quote-content,
.k2t-thumb-quote .quote-author a {
	color: #767676;
}
.k2t-thumb-quote .quote-author {
	position: relative;
	margin-top: 35px;
}
.k2t-thumb-quote .quote-author:before {
	content: "* * *";
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -11px;
}
.k2t-thumb-quote .quote-author a {
	font-size: 100%;
	font-weight: 500;
	position: relative;
}
.k2t-thumb-quote .quote-author a:before,
.k2t-thumb-quote .quote-author a:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 1px;
	background: #e5e5e5;
	top: 9px;
}
.k2t-thumb-quote .quote-author a:before {
	left: -24px;
}
.k2t-thumb-quote .quote-author a:after {
	right: -24px;
}

/*--------------------------------------------------------------
	10. Pagination / .k2t-navigation
--------------------------------------------------------------*/
.k2t-navigation {
	text-align: center;
	margin: 20px 0 40px;
}
.k2t-navigation ul {
	margin: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.k2t-navigation ul li {
	list-style: none;
	float: left;
	margin: 0;
}
.k2t-navigation ul li a,
.k2t-navigation ul li span {
	display: block;
	color: #959595;
	position: relative;
	z-index: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 87.5%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: 1px dashed;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 10px;
}

.k2t-navigation ul li a.prev:before{
	content: "\f177";
	font-family: FontAwesome;
}
.k2t-navigation ul li a.next:before{
	content: "\f178";
	font-family: FontAwesome;
}
.k2t-navigation ul li span.current,
.k2t-navigation ul li:hover a {
	color: #fff ! important;
	background: #bdb099;
	border-color: transparent;
}

.k2t-navigation ul li:hover a:before {
	color: #fff
}

/*--------------------------------------------------------------
	11. Pages
--------------------------------------------------------------*/

.page-bottom-content > * {
	margin-bottom: 0;
}

/* Search
-------------------------------*/

.search-results article {

}

.search-results article {
	padding: 15px 0 25px 0;
	border-bottom: 1px dashed #c5c5c5;
	margin-left: 30px;
}

.search-results article .entry-title {
	margin-bottom: 0;
	font-size: 20px;
}

/* Page 404
-------------------------------*/

.k2t-not-found {
	margin: 0;
}
.k2t-error-404{
	text-align: center;
}
.k2t-error-404 .error-404-top{
	margin-bottom: 56px;
}
.k2t-error-404 .k2t-logo,
.k2t-error-404 .k2t-logo > * {
	margin: 0;
	padding: 0;
}
.k2t-error-404 .h-element.k2t-logo {
	margin-top: 30px;
}
.k2t-error-404 .error-404-image img {
	margin-top: 35px;
}
.error-404-info .error-404-title h2 {
	text-transform: uppercase;
	font-size: 125%;
	color: #252525;
	font-weight: 700;
	position: relative;
	margin-bottom: 0px;
}
.error-404-info .error-404-title:after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 2px;
	background: transparent url("../img/line-2.png") no-repeat scroll 0% 0%;
	display: inline-block;
	margin: 15px 0px;
}
.error-404-des {
	font-size: 112.5%;
	color: #959595;
	margin-bottom: 79px;
}
.error-404-des a {
	color: #959595;
	text-decoration: underline;
}
.error-404-des a:hover {
	color: #bdb099;
}
.error-404-search{
	text-align: center;
	position: relative;
}
.error-404-search .searchform{
	display: inline-block;
	margin-bottom: 40px;
	max-width: 370px;
	position: relative;
	width:100%;
}
.error-404-search .searchform .s{
	height: 60px;
	max-width: 370px;
	padding-left: 28px;
	padding-right: 70px;
	border: 3px solid #eee;
}
.error-404-search .searchform .searchsubmit{
	background-color: #cccccc;
	border-radius: 0;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
}
.error-404-search .searchform .searchsubmit i{
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
}
.error-404-copy {
	text-transform: uppercase;
	font-size: 62.5%;
	font-family: 'Montserrat';
	color: #959595;
}

/* Circle background
------------------------------------*/
.circle-bg {
	background-image: url('../img/Circle-bg.png');
	background-repeat: no-repeat!important;
	background-position: center center!important;
	position: relative!important;
	margin: 0!important;
	width: 100%!important;
	height: 100vh!important;
	min-height: 900px!important;
	text-align: center;
}
.circle-center {
	position: absolute;
	min-height: 900px;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.circle-top {
	margin-top: 30px;
	margin-bottom: 56px;
	display: inline-block;
}
.circle-top .k2t-logo,
.circle-top .k2t-logo > * {
	margin: 0!important;
	padding: 0!important;
}
.k2t-error-404 .h-element.k2t-logo {
	margin-top: 30px;
}

/* Page Services 
-----------------------------------------*/
.service-slider .flex-direction-nav a {
	text-indent: inherit;
	color: transparent;
	border-radius: 100%;
	background: rgba(0,0,0,0.3);
	font-size: 16px;
	content: "";
	line-height: 50px;
	margin: -20px 20px;
}
.service-slider .flex-direction-nav a:before {
	font-family: FontAwesome;
	left: 8px;
	position: relative;
	top: -6px;
	color: #fff;
}
.service-slider .flex-direction-nav .flex-prev:before {
	content: "\f053";
	left: 12px
}
.service-slider .flex-direction-nav .flex-next:before {
	content: "\f054";
	left: auto;
	right: -14px;
}

/* Size Guide
---------------------------- */
.overlay {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 ! important;
	background: rgba(0, 0, 0, 0.4);
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 100000;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 50px 30px;
	background: #fff;
	width: 70%;
	position: relative;
	transition: all 5s ease-in-out;
	-webkit-transition: all 5s ease-in-out;
	-moz-transition: all 5s ease-in-out;
	-moz-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.popup .close {
	position: absolute;
	top: 30px;
	right: 20px;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	text-decoration: none;
	color: #252525;
}
.popup .content {
	max-height: 400px;
	overflow: auto;
}

.popup .content table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

.popup .content table td,
.popup .content table th {
	font-family: "Montserrat", sans-serif;
	font-size: 87.5%;
	padding: 10px 5px;
	border: none;
	overflow: hidden;
	word-break: normal;
}

.popup .content table .tg-b {
    color: #252525;
}


/*--------------------------------------------------------------
	12. Widget / .widget 
--------------------------------------------------------------*/
.widget {
	padding: 30px;
	color: #252525;
	background: #f3f3f3;
	margin-bottom: 30px;
}
.widget_shopping_cart {
	background: transparent;
	border: 2px dashed #959595;
}
.k2t-main .widget {
	background: none;
	padding: 0;
	margin: 0;
}
.widget ul {
	list-style: none;
}
.widget-title {
	color: #252525;
	font-family: 'Montserrat', sans-serif;
	font-size: 87.5%;
	text-transform: uppercase;
	font-weight: 700;
}
.widget-title:after {
	content: "";
	width: 100px;
	height: 2px;
	background: url('../img/line.png') no-repeat;
	display: block;
	margin: 15px 0;
}
.widget_shopping_cart .widget-title:after {
	display: inline-block;
	background: none;
	margin: 0 10px;
	font-family: "Simple-Line-Icons";
	font-size: 125%;
	content: "\e04e";
	height: auto;
	color: #bdb099;
}
.widget_shopping_cart p.buttons {
    text-align:center;    
}
.widget_shopping_cart a.button {
	font-size: 87.5%;
	padding: 10px 15px;
	margin-left: 5px;
}
.widget_shopping_cart a.button:first-child {
    margin-left: 0px;       
}
.widget a {
	font-weight: normal;
	font-size: 87.5%
}
.widget ul li {
	list-style: none;
	margin-bottom: 15px;
}
.widget ul li:before {
	content: "+";
	margin-right: 10px;
}
.widget ul li .count {
	background: #e3ecf0 none repeat scroll 0 0;
	border-radius: 3px;
	color: #7d7d7d;
	display: inline-block;
	float: right;
	font-size: 85%;
	line-height: 20px;
	padding: 0 5px;
	text-align: center;
	font-weight: normal;
}
.widget ul li a {
	color: #252525;
}
.widget ul li a:hover {
	color: #bdb099;
}
.widget ul li.current-cat a {
	color: #bdb099;
}
.widget ul li.recentcomments a {
	width: auto;
	border: 0;
	padding: 0;
}
.widget select {
	border: 1px solid #ededed;
	width: 100%;
	height: 42px;
	padding: 0 15px;
}
.widget #wp-calendar caption {
	padding: 10px;
	background: rgba(0, 0, 0, .05);
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .06);
	text-transform: uppercase;
	text-align: center;
}
.widget .rss-date {
	display: block;
	margin: 8px 0;
	font-size: 85%;
}
.widget .tagcloud {
	overflow: hidden;
}
.widget .posts-list .post-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 10px;
	background: transparent;
}
.widget .posts-list.row .post-item {
	margin-bottom: 40px
}
.widget .posts-list .post-item .post-thumb {
	float: left;
	width: 100px;
	position: relative;
}
.widget .posts-list.row .post-item .post-thumb {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.widget .posts-list.row .post-item .post-thumb img {
	width: 100%;
}
.widget .posts-list .post-item .post-text {
	padding-left: 120px;
}
.widget .posts-list.row .post-item .post-text {
	padding-left: 0;
}
.widget .posts-list .post-item h4 {
	clear: none;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 0;
}
.widget .posts-list.column .post-item h4 {
	margin-top: 7px
}
.widget .posts-list .post-item h4 a {
	text-transform: uppercase;
	color: #252525
}
.widget .posts-list .post-item h4 a:hover {
	color: #bdb099;
}
.widget .posts-list .post-item .post-meta {
	color: #949494;
	font-size: 90%;
	margin-top: 4px;
}
.widget .posts-list.column .post-item .post-meta-right {
	display: none;
}

/* Widget searchform
---------------------------*/
.vc_wp_search .widget_search {
	background: transparent;
}
.vc_wp_search .widget_search .searchform{
	text-align: center;
}
.widget_search .searchform input,
.widget_search .searchform button {
	float: left;
}
.widget .searchform .form-group{
	max-width: 570px;
	width: 100%;
	display: inline-block;
}
.widget .searchform .s {
	border: none;
	background-color: #fff;
	font-size: 100%;
	height: 60px;
	-moz-width: calc( 100% - 100px );
	-webkit-width: calc( 100% - 100px );
	width: calc( 100% - 100px );
	padding-left: 27px;
	max-width: 400px;
}
.vc_wp_search .widget_search .searchform .s {
	-moz-width: calc( 100% - 200px );
	-webkit-width: calc( 100% - 200px );
	width: calc( 100% - 200px );
}
.widget .searchform .s:focus {
	border: 1px solid #bdb099;
	outline: none;
}
.widget .searchform .searchsubmit {
	background: #bdb099;
	border-radius: 0;
	color: #fff;
	font-size: 87.5%;
	float:left;
	height: 60px;
	width: 100px;
	text-align:center;
}
.vc_wp_search .widget_search .searchform .searchsubmit {
	padding: 0 41px;	
	width: 200px
}
.widget .searchform .searchsubmit:hover {
	background: #252525;
}

/*--------------------------------------------------------------
	13. Footer / .k2t-footer
--------------------------------------------------------------*/
.k2t-footer {
	margin-top: 50px
}
.k2t-footer *, .k2t-footer ul li a{
	color:#fff;
}
.k2t-footer .k2t-row {
	margin: 0;
}
.k2t-footer .k2t-bottom {
	font-size: 87.5%;
	padding: 55px 20px 35px;
	background: #bdb099;
} 
.k2t-footer .widget{
	background-color: transparent;
}

.k2t-footer .k2t-wrap .k2t-row {
	display: table;
	margin: 0;
}
.k2t-footer .k2t-wrap .k2t-row > div {
	display: table-cell;
	float: none;
	padding: 0
}
.k2t-footer .k2t-wrap .k2t-row > div:last-child {
	border-right: 0;
}
.k2t-footer .k2t-wrap .k2t-row > div > * {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 20px;
}
.k2t-footer .k2t-wrap .k2t-row > div > *:last-child {
	border-bottom: 0;
}
.k2t-footer .widget.widget_text{
	background-color: transparent;
}
.k2t-footer .widget.widget_text ul li {
	margin: 0;
}
.k2t-footer .widget-title::after {
	content: "";
	width: 100px;
	height: 2px;
	background: transparent url("../img/footer-line.png") no-repeat scroll 0% 0%;
	display: block;
	margin: 15px 0px;
}
.k2t-footer .k2t-bottom .widget-title {
	color:#FFF;
	margin-bottom: 25px;
	font-size: 100%;
}

/* top footer instagram wiget */
.k2t-footer .k2t-top-footer .null-instagram-feed {
	margin:0px;
	padding: 0px;
	position: relative;
}
.k2t-footer .k2t-top-footer .null-instagram-feed .widget-title {
	display: none;
}
.k2t-footer .k2t-top-footer .null-instagram-feed ul li {
	float: left;
	width: 12.5%;
	padding: 0;
}
.k2t-footer .k2t-top-footer .null-instagram-feed .clear {
	position: absolute;
	line-height: 30px;
	background-color: #ebebeb;
	padding: 0 18px;
	margin: 0;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.k2t-footer .k2t-top-footer .null-instagram-feed .clear a {
	color: #959595;
}
.k2t-footer .k2t-top-footer .null-instagram-feed .clear a:before {
	content: '\f16d';
	color: #959595;
	font-family: 'FontAwesome';
	margin-right: 8px;
}
.k2t-footer .k2t-top-footer .null-instagram-feed .clear:hover a {
	color: #bdb099;
}
/*footer bottom instagram wiget */
.k2t-footer .widget.null-instagram-feed {
	padding-top:0px;
}
.k2t-footer .k2t-bottom .null-instagram-feed ul li {
	float: left;
	width: 33.3333%;
	padding: 5px;
	margin: 0px;
}
.k2t-footer .k2t-bottom .null-instagram-feed .clear {
	padding-top: 52px;
	padding-left: 20px;
}
.k2t-footer .k2t-bottom .null-instagram-feed .clear a {
	color: #fff;
}
.k2t-footer .k2t-bottom .null-instagram-feed .clear a:before {
	content: '\f16d';
	color: #fff;
	font-family: 'FontAwesome';
	margin-right: 8px;
}
.k2t-footer .k2t-bottom .null-instagram-feed .clear a:hover:before {
	color: #BDB099;
}
/* footer social-widget */
.k2t-footer .k2t-social-widget {
	padding-top:0px;
	text-align: left;
}
.k2t-footer .k2t-social-widget .social {
	float: left;
	opacity: 1;
}
.k2t-footer .k2t-social-widget .social li:first-child {
    margin: 0;    
}
.k2t-footer .k2t-social-widget .social li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px dashed #fff;
	border-radius: 50%;
	background: #fff;
	color: #ec9f47!important;
	position: relative;
	text-align: center;
}

.k2t-footer .k2t-social-widget .social li a i {
	color: #ec9f47!important;
}

.k2t-footer .k2t-social-widget .social li a:hover{
	background-color: transparent;
}

.k2t-footer .k2t-social-widget .social li a:hover i{
	color: #fff!important;
}
.k2t-footer .k2t-social-widget .social li a,
.k2t-footer .k2t-social-widget .social li a i {
	font-size: 120%;
}
.k2t-footer .k2t-social-widget .social li a:hover i{
	color: #9B8C73;
}
.k2t-footer .Social_Widget{
	padding:0;
}
.k2t-footer .k2t-wrap .k2t-row > div a.default {
	color: #838383;
}
.k2t-footer .k2t-wrap .k2t-row > div a:hover {
	color: #bdb099;
}
.k2t-footer .widget .posts-list .post-item {
	border: 0;
	padding: 0;
}
.k2t-footer .widget .posts-list .post-item h4 {
	max-height: 20px;
	overflow: hidden;
}

.k2t-footer .widget ul li:before{
	content: '';
	margin-right: 0px;
}
.k2t-footer .widget_text ul li {
	color: #fff;
	margin-bottom: 10px;
}
.k2t-footer .widget_text ul li a{
	color: #fff;
	position: relative;
	font-size: 100%;
}
.k2t-footer .widget_text ul li a:hover{
	color: #fff!important;
}
.k2t-footer .widget_text ul li a:hover:before{
	content: '';
	position: absolute;
	width:100%;
	border-bottom: 1px solid white;
	bottom: 0;
}
.k2t-footer .widgetGuts.shortcode {
	width: 100%;
	position: relative;
	top: -13px;
}
.k2t-footer .widgetGuts table {
	width: 100%
}
.k2t-footer .widget_mc4wp_widget {
	padding-top: 0;
}
.k2t-footer .mc4wp-form input[type=email],
.k2t-footer .frm-subscriptionFront .text {
	background: transparent;
    color: #fff;
    border-color: #fff;
	width: 100%;
    border: 1px dashed #fff;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-style: italic;
    height: 50px;
    line-height: 50px;
   	margin: 0;
    padding: 0 20px;
    -webkit-appearance: none;
}
.k2t-footer .mc4wp-form input[type=email] {
   	margin-bottom:30px;
}
.k2t-footer .mc4wp-form input[type=email]::-webkit-input-placeholder {
	color: #cec6b9;
}
.k2t-footer .mc4wp-form input[type=email]:-moz-placeholder { /* Firefox 18- */
   color: #cec6b9;  
}

.k2t-footer .mc4wp-form input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   color: #cec6b9;  
}

.k2t-footer .mc4wp-form input[type=email]:-ms-input-placeholder {  
   color: #cec6b9;  
}
.k2t-footer .mc4wp-form input[type=email]:focus {
    outline: none;
}
.k2t-footer .mc4wp-form input[type=submit],
.k2t-footer .frm-subscriptionFront .subscribeButton{
	cursor: pointer;	
	height: 30px;
	padding: 0 30px;
	font-size: 71.42%;
	margin-top: 0;
}
.mc4wp-form input[type=submit]:focus {
	outline: none;
}
.k2t-footer .clearFix{
	display: none;
}
.clear.clearFix ~ aside {
	display: none;
}
/* mailchimp
---------------------------- */
.mc4wp-form input[type=email] {
	width: 100%;
	border: 2px dashed #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #838383;
	float: left;
	font-style: italic;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 20px;
    -webkit-appearance: none;
    background: transparent;
}
.mc4wp-form input[type=email] {
	border: 2px dashed #bdb099;
}
.mc4wp-form input[type=email]:focus {
	border: 2px solid #bdb099 !important;
	outline: none;
}
.mc4wp-form input[type=submit] {
	display: block;
	margin-top: 20px;
	height: 40px;
	border-radius: 30px;
    -webkit-appearance: none;
}
.mc4wp-form input[type=email] {
   	margin-bottom:30px;
}

.k2t-info {
	font-size: 62.5%;
	background-color: #fff;
	color: #959595 ! important;
	padding: 30px 20px;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: -4px;
}
.k2t-footer .k2t-info .k2t-logo {
	float: left;
	margin-right: 0!important;
}
.k2t-footer .k2t-info .k2t-logo,
.k2t-footer .k2t-info .k2t-logo>* {
	margin: 0;
	padding: 0;
}
.k2t-footer .k2t-info .k2t-logo img {
	opacity: 0.15;
}
.k2t-footer .k2t-info .k2t-logo img:hover {
	opacity: 1;
}
.k2t-info p{
	text-transform: uppercase;
	color: #959595
}
.k2t-info a:hover {
	color: #BDB099;
}
.k2t-info img:hover {
	opacity: 1;
}
.k2t-info .container {
	max-width: 1170px;
	padding: 0 18px;
}
.k2t-info .row > div {
	float: left;
}
.k2t-footer .k2t-info img {
	float: left;
	margin-right: 10px;
}
.k2t-footer .k2t-info .copy-right p {
	line-height: 60px;
	margin: 0;
}
.k2t-info .row > div .social {
	text-align: right;
	float: right;
}
.k2t-info .row > div .social li {
	margin-left: 10px;
}
.k2t-info .row > div .social a {
	margin-top:12px;
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 40px;
	border-radius: 0;
	line-height: 40px;
	background-color: #bdb099;
}
.k2t-info .row > div .social .li-facebook a {
	background-color: #3b5998;
}
.k2t-info .row > div .social .li-twitter a {
	background-color: #48c4d2;
}
.k2t-info .row > div .social .li-google-plus a {
	background-color: #DD4B39;
}
.k2t-info .row > div .social .li-youtube a {
	background-color: #f45750;
}
.k2t-info .row > div .social .li-vimeo a {
	background-color: #62a0ad;
}
.k2t-info .row > div .social a:hover {
	background-color: #252525;
}
.k2t-btt {
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	position: fixed;
	right: 8px;
	bottom: 10px;
	color: #fff!important;
	display: none;
	z-index: 10;
	border-radius: 50%;
	background-color: #cccccc;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-btt:hover {
	background: #bdb099;
	color: #fff
} 
.k2t-payment{
	list-style: none;
	float:right;
}
.k2t-payment li{
	display: inline-block;
	margin-top: 10px;
}
.k2t-payment li a img{
	opacity: 0.15;
}
.k2t-payment li a:hover img{
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}

/*--------------------------------------------------------------
	14. Contact Form 7 / .wpcf7
--------------------------------------------------------------*/
.wpcf7 {
	font-size: 87.5%;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	background: transparent;
	border: 1px dashed #959595;
	width: 100%;
	padding: 10px 20px;
	border-radius: 0;
	-webkit-appearance: none;
}
.wpcf7 input[type="date"] {
	padding-right: 40px
}
.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator{
    opacity: 1 ! important;
}
.wpcf7 input, 
.wpcf7 select {
	height: 50px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	border-style: solid;
	border-color: #bdb099;
	outline: none;
}
.wpcf7-form p {
	position: relative;
	float:left;
	width: 100%;
	margin-bottom: 10px;
}
.wpcf7-form p.half-col:nth-child(2n+1){
	float: right;
}
.wpcf7-form p.half-col {
	width: 48.5%;
	display: block;
	float:left;
	padding
}
.wpcf7-form p i {
	position: absolute;
	top: 18px;
	right: 20px;
}
.wpcf7-form textarea {
	padding: 20px;
}

.wpcf7 input.wpcf7-submit {
	border: none;
	border-radius: 30px;
	background: #bdb099;
	font-size: 100%;
	height: 60px;
	width: auto;
	padding-left: 52px;
	padding-right: 52px;
	margin-top: 20px;
	cursor: pointer;
	font-family: "Montserrat";
	font-style: normal;
	-webkit-appearance: none;
	color: #fff!important;
}

.wpcf7 input.wpcf7-submit:hover {
	background: #252525;
}

div.wpcf7-mail-sent-ok {
	color: #398f14;

}

.wpcf7-response-output {
	padding: 0;
	margin: 0
}


/*--------------------------------------------------------------
	15. Scrolldown button / .k2t-scrolldown
--------------------------------------------------------------*/
.k2t-scrolldown {
	position: absolute;
	bottom: 20px;
	left: calc( 50% - 25px );
	left: -webki-tcalc( 50% - 25px );
	left: -moz-calc( 50% - 25px );
	z-index: 1000;
	font-size: 150%;
	width: 50px;
	color: #fff;
	text-align: center;
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
}
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);} 
    60% {-webkit-transform: translateY(-5px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-20px);} 
    60% {transform: translateY(-5px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}
.k2t-scrolldown:hover {
	color: #252525
}

/*--------------------------------------------------------------
	16. Social network /.k2t-social-share
--------------------------------------------------------------*/
.k2t-social-share {
	float: right;
	margin-top: -30px;
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-social-share ul {
	padding-left: 0 !important;
}
.k2t-social-share:hover {
	background: #fff;
	position: relative;
	z-index: 1;
}
.k2t-social-share.is-hover {
	position: relative;
	z-index: 10;
}
.social-open {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border: 1px dashed #bdb099;
	color: #bdb099;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}
.social-open i, .social li a i {
	font-size: 87.5%;
}
.k2t-social-share .social {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	float: right;
	display: inline-block;
}
.k2t-social-share .social {
	opacity: 0;
}
.k2t-social-share:hover .social {
	opacity: 1;
}
.social li {
	list-style: none;
	display: inline-block;
	margin-left: 7px;
}
.social li a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: block;
	color: #fff;
	background: #ccc;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.social li a:hover {
	background: #bdb099;
	color: #fff ! important;
}
.social li a span {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 80px;
	color: #fff;
	font-size: 87.5%;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.social li a:hover span {
	opacity: 1;
	visibility: visible;
	top: -35px;
}
.social li a span:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, .7);
}

/*--------------------------------------------------------------
	17. Offcanvas Sidebar / .open-sidebar
--------------------------------------------------------------*/
.open-sidebar {
	height: 15px;
	width: 15px;
	z-index: 100;
	position: relative;
	display: inline-block;
}
.admin-bar .offcanvas-sidebar {
	top: 32px;
}
.offcanvas-type-default {
	position: relative;
}
.offcanvas-type-default,
.offcanvas-sidebar,
.k2t-header-m {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}
.offcanvas-right {
	right: 0;
}
.offcanvas-left {
	left: 0;
}
.offcanvas-sidebar {
	position: fixed;
	width: 340px;
	top: 0;
	bottom: 0;
	font-size: 100%;
	line-height: 20px;
	padding: 35px 30px;
	z-index: 10001;
	background: #1c1c1c;
	overflow: auto;
	min-height: 100%;
	height: 100%;
}
.offcanvas-sidebar .k2t-sidebar {
	width: 100% !important;
	padding-top: 0;
}
.offcanvas-right .offcanvas-sidebar {
	right: -340px;
}
.offcanvas-right .offcanvas-sidebar.is-open {
	right: 0;
	left: auto;
}
.offcanvas-right.offcanvas-open {
	right: 340px;
}
.offcanvas-left .offcanvas-sidebar {
	left: -340px;
}
.offcanvas-left .offcanvas-sidebar.is-open {
	left: 0;
	right: auto;
}
.offcanvas-left.offcanvas-open {
	left: 340px;
}
.offcanvas-sidebar .widget {
	background: none;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.offcanvas-sidebar .widget ul.social > li {
	width: 30px;
	height: 30px; 
	margin: 0 10px 0 0;
	padding-bottom: 0;
	border: none;

}
.offcanvas-sidebar .widget ul > li {
	border-bottom: 1px dashed #959595;
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.menu-item-has-children {
	cursor: pointer;
}
.offcanvas-sidebar .widget ul > li.menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #959595;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.canvas_active:after {
	content: "\f106";
}
.offcanvas-sidebar .widget ul li::before,
ul.social li::before {
	display: none;
}
.offcanvas-sidebar .widget ul > li:hover,
.offcanvas-sidebar .widget ul > li.menu-item-has-children:hover:after,
.offcanvas-sidebar .widget ul > li:hover > a {
	color: #fff;
	border-bottom-color: #fff;
}
.offcanvas-sidebar .widget,
.offcanvas-sidebar .widget ul li a {
	color: #969696;
	width: 100%;
}
.offcanvas-sidebar .widget ul > li ul {
	margin-left: 10px;
	opacity: 0;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.canvas_active ul {
	opacity: 1;
	height: 100%;
}
.offcanvas-sidebar .widget ul > li li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
.offcanvas-sidebar .widget-title {
	color: #fff;
}
.offcanvas-sidebar .widget .posts-list .post-item h4 a {
	color: #bdb099;
}
.offcanvas-sidebar .widget .posts-list .post-item .post-meta {
	color: #949494;
}
.offcanvas-sidebar .widget .posts-list .post-item {
	border-bottom: 1px solid #3e3e3e;
}
.offcanvas-sidebar .null-instagram-feed ul.instagram-pics {
	margin: -3px;
}
.offcanvas-sidebar .widget.null-instagram-feed p.clear a {
	color: #949494;
	margin-left: 3px
}
#close-canvas {
	position: absolute;
	top: 40px;
	right: 30px;
}
#close-canvas:after {
	font-family: "Simple-Line-Icons";
	content: "\e082";
	font-size: 130%;
	color: #bdb099;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#close-canvas:hover:after {
	color: #fff;
}

/*--------------------------------------------------------------
	18. Background Image Animation
--------------------------------------------------------------*/

@-webkit-keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
@-moz-keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
@keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
.left_to_right {
	animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
}
@-webkit-keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
@-moz-keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
@keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
.right_to_left {
	animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
}
@-webkit-keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
@-moz-keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
@keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
.top_to_bottom {
	animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
}
@-webkit-keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
@-moz-keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
@keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
.bottom_to_top {
	animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_btt;
}

/*--------------------------------------------------------------
	19. VC Override
--------------------------------------------------------------*/
.wpb_alert.wpb_content_element {
	color: #fff;
	margin-bottom: 5px;
	padding: 8px 10px 8px 15px;
	position: relative;
	z-index: 0;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wpb_alert.wpb_content_element .messagebox_text {
	background: none;
	padding: 0;
	display: table;
	width: 100%;
}
.wpb_alert.wpb_content_element .messagebox_text > * {
	display: table-cell;
	vertical-align: middle;
}
.wpb_alert.wpb_content_element .messagebox_text span:first-child {
	width: 43px;
}
.wpb_alert.wpb_content_element .messagebox_text i {
	font-size: 200%;
}
article.wpb_single_image {
	margin-bottom: 20px;
}

.wpb_tabs .ui-widget-content, .wpb_tabs .ui-widget-header {
	background: none;
	border: none;
	color: #959595;
	font-size: 100%;
}

/* Background Transparent
---------------------------- */
.wpb_alert.wpb_content_element.bg-transparent {
	background: none !important;
	border-width: 1px;
	border-style: solid;
}

/* Alert Info
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-info {
	background: #bdb099;
}

/* Alert Warning
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-warning {
	background: #FBAF5D;
}

/* Alert Success
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-success {
	background: #8DC63F;
}

/* Alert Danger
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-danger {
	background: #ed1c24;
}

/* Close action
---------------------------- */
.wpb_alert.wpb_content_element.has-close {
	padding-right: 35px;
}
.wpb_alert .close {
	height: 9px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 9px;
	color: #fff;
	font-size: 140%;
	cursor: pointer;
}

/*--------------------------------------------------------------
	20. Other Plugins
--------------------------------------------------------------*/
/* Newsletter
---------------------------------------- */
.newsletter table,
.newsletter th,
.newsletter td {
	padding: 0;
	border: 0;
}
.newsletter th {
	display: none;
}
.newsletter tbody > tr {
	float: left
}
.newsletter .newsletter-email {
	width: 386px;
	margin-right: 20px;
	border: 0;
}
.newsletter .newsletter-submit {
	background: #972e37;
	border: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.newsletter .newsletter-submit:hover {
	background: #7a1019;
}
.widget .newsletter form {
	position: relative;
}
.widget .newsletter .newsletter-email {
	width: 100%;
	border: 1px solid #ededed;
	padding: 0 40px 0 15px;
}
.widget .newsletter .newsletter-submit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	text-indent: -999em;
}
.widget .newsletter form > p:last-child {
	width: 0;
	height: 0;
}
.widget .newsletter form > p:last-child:before {
	content: "\f0e0";
	position: absolute;
	font-family: FontAwesome;
	top: 12px;
	right: 15px;
	color: #ccc;
}

/* Ultimate WP
------------------------------------------- */
#uwpqsf_id {
	border: 0;
	background: url('../img/icons/search.png') no-repeat 15px center;
	padding-left: 80px;
	display: inline-block;
	width: 100%;
}
#uwpqsf_id .uwpqsf_class {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	margin-right: 20px;
	float: left;
	clear: none;
	position: relative;
}
#uwpqsf_id .uwpqsf_class[class*="tax-select-"]:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	width: 20px;
	height: 41px;
	background: #fff;
	right: -1px;
	top: 7px;
	border-radius: 1px;
	line-height: 41px;
}
#uwpqsf_id .uwpqsf_submit {
	max-width: 100px;
	margin-top: 6px;
	margin-right: 0
}
#uwpqsf_id .uwpqsf_class input,
#uwpqsf_id .uwpqsf_class select {
	height: 43px;
	width: 100%;
	padding: 0 15px;
	color: #989898;
	border-color: #dfdfdf;
	border-radius: 2px;
	font-size: 85%;
	background: #fff;
}
#uwpqsf_id .uwpqsf_class select { 
	padding: 0 0 0 15px;
	border: none;
	box-shadow: none;
}
#uwpqsf_id .uwpqsf_class input {
	margin-top: 6px;
}
.uform_title,
#uwpqsf_id label.uwpqsf_class {
	display: none;
}
#uwpqsf_id .uwpqsf_class input#uwpqsf_id_btn {
	color: #fff;
	margin-top: 0;
	height: 42px;
	background: #434343;
}
#uwpqsf_id .uwpqsf_class input#uwpqsf_id_btn:hover {
	background: #bdb099;
}
.uwpqsf_class > span[class*="taxolabel-"],
.uwpqsf_class > span[class*="cmflabel-"] {
	padding: 3px;
}

/* Bg Video 
------------------------ */
.ow-bg-video {
	position: relative;
}
.ow-bg-video .inlinePlayer {
	width: 100%;
}
.ow-bg-video .inlinePlayer .mb_YTVPPlaypause {
	width: 74px;
	height: 74px;
	display: block;
	background: url('../img/icons/play.png') no-repeat 0 0;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	text-indent: -999em;
	cursor: pointer;
}
.ow-bg-video .playerBox {
	margin-top: 0 !important;
}
.ow-bg-video .mb_YTVPMuteUnmute,
.ow-bg-video .mb_YTVPUrl,
.ow-bg-video .mb_OnlyYT,
.ow-bg-video .mb_YTVPTime {
	display: none;
}

/* Instagram
------------------------------- */
.null-instagram-feed {
	overflow: hidden;
}
.null-instagram-feed ul.instagram-pics {
	margin: -5px -10px;
}
.null-instagram-feed ul li {
	float: left;
	width: 25%;
	padding: 5px;
	margin: 0;
}
.null-instagram-feed ul li a {
	border: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.null-instagram-feed ul li:before {
	display: none;
}
.null-instagram-feed ul li img {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
}
.null-instagram-feed ul li:hover a {
	transform: scale(1.2);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

/*  Revolution slider
----------------------------------------*/
.tp-bullets {
	display: none;
}
.tp-leftarrow,
.tp-rightarrow {
	background: #fff ! important;
	opacity: 1;

	margin-top: -20px ! important;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: none ! important;
	-webkit-transform: none ! important; 
	--transform: none ! important; 
	border-radius: 50%;
}
.tp-leftarrow:before,
.tp-rightarrow:before {
	color: #bdb099 ! important;
	font-size: 18px;
	line-height: 40px;
}
.tp-leftarrow:before {
	font-family: "FontAwesome" ! important;
	content: "\f104" ! important;	
	margin-left: -2px
}
.tp-rightarrow:before {
	font-family: "FontAwesome" ! important;
	content: "\f105" ! important;	
	margin-left: 2px
}
.tp-leftarrow {
	left: 5% !important;
	margin-left: -5px ! important;
}
.tp-rightarrow {
	right: 5% !important;
	left: auto ! important;
}
.tp-leftarrow:hover:before,
.tp-rightarrow:hover:before {
	color: #252525 ! important;
}
.revolution-button {
	color: #fff !important; 
	text-shadow: none;	
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
	font-size: 20px;
	font-weight: 700;
	border: 5px solid rgba( 255, 255, 255, .6 );
	display: block;
	padding: 11px 30px;
	text-transform: uppercase;
}
.revolution-button:hover {
	border-color: rgba( 255, 255, 255, 1 );
}
.revolution-button.orange {
	color: #bdb099 !important;
	border-color: #bdb099;
}
.revolution-button.orange:hover {
	color: #02b98d !important;
	border-color: #02b98d;
}
.dot-line {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5%;
	background: url('../img/dot-line.png') no-repeat -25% center;
	background-size: 100%;
	text-align: center;
	/*z-index: 1000;*/
}

/* Icegram
--------------------------- */
.ig_popup.ig_inspire .ig_message {
	padding: 0 15px ! important;
}

.ig_message .widgetGuts table{
	width: 100%
}
.ig_message .vc_row {
	margin-bottom: 0
}
.ig_popup.ig_inspire input[type="submit"] {
	background: #bdb099 ! important;
	font-size: 100% ! important;
	font-weight: 400 ! important;
	padding: 20px 20px ! important;
	height: inherit ! important;
	font-size: 87.5% ! important;
	border-radius: 50px;
	width: 60% !important;
}
.ig_message p {
	font-size: 87.5% !important;
	color: #959595;
	line-height: 1.3
}

/* Booking System Pro
---------------------------------*/

.dopbsp-sidebar-content {
	display: block
}
.dopbsp-sidebar-content tr,
.dopbsp-sidebar-content th,
.dopbsp-sidebar-content td,
.dopbsp-sidebar-content table,
.dopbsp-sidebar-content tbody {
	display: block;
/*	width: 100%;*/
	font-family: "PT Serif" ! important;
}
.DOPBSPCalendar-sidebar #DOPBSPCalendar-search1.dopbsp-module, 
.DOPBSPCalendar-outer-sidebar #DOPBSPCalendar-search1.dopbsp-module,
.DOPBSPCalendar-sidebar .dopbsp-module, 
.DOPBSPCalendar-outer-sidebar .dopbsp-module,
.DOPBSPCalendar-sidebar #DOPBSPCalendar-reservation1.dopbsp-module {
	background: transparent ! important;
	border: none ! important;
	margin: 0 ! important;
	padding: 20px 0 ! important;
	clear: both;
}
.dopbsp-input-wrapper {
	width: 100%;
	position: relative;
}
.DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-in-view, 
.DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-out-view, 
.DOPBSPCalendar-outer-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-in-view, 
.DOPBSPCalendar-outer-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-out-view {
	background: none !important;
	padding: 10px 20px !important;
	width: 100% !important;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text], 
.DOPBSPCalendar-outer-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text],
.DOPBSPCalendar-sidebar .DOPSelect .dopselect-select, 
.DOPBSPCalendar-outer-sidebar .DOPSelect .dopselect-select {
	background: transparent !important;
	border: 2px dashed #959595 !important;
	height: 40px;
	width: 100% ! important
}
#DOPBSPCalendar-hours-select1 {
	width: 66%;
	float: left;
}
#DOPBSPCalendar-no-items-wrapper1 {
	width: 33%;
	float: right;
}
#DOPBSPCalendar-hours-select1 .DOPBSPCalendar-left.dopbsp-input-wrapper {
	width: 48% ! important;
	float: left;
}
#DOPBSPCalendar-search1 .DOPBSPCalendar-left.dopbsp-input-wrapper {
	width: 100%;
	margin-bottom: 20px;
}
#DOPBSPCalendar-search1 > .DOPBSPCalendar-left.dopbsp-input-wrapper:after {
	font-family: "Simple-Line-Icons";
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 42px;
	font-size: 85%;
	color: #959595;
	content: "\e075";
}
#DOPBSPCalendar-hours-select1 .dopbsp-input-wrapper label,
#DOPBSPCalendar-search1 input,
#DOPBSPCalendar-no-items-wrapper1 .dopselect-selection,
#DOPBSPCalendar-no-items-wrapper1 label {
	font-family: "PT Serif";
	font-style: italic;
}
#DOPBSPCalendar-hours-select1 .dopbsp-input-wrapper label,
#DOPBSPCalendar-no-items-wrapper1 label  {
	position: absolute;
	top: 15px;
	left: 30px;
}
.DOPBSPCalendar-sidebar .DOPSelect.dopbsp-small .dopselect-select .dopselect-selection, 
.DOPBSPCalendar-outer-sidebar .DOPSelect.dopbsp-small .dopselect-select .dopselect-selection {
	font-family: "PT Serif" ! important;
	font-style: italic;
	margin-left: 120px;
	margin-top: 10px;
	padding: 0;
	font-size: 75% ! important;
}
.DOPBSPCalendar-sidebar .DOPSelect.dopselect-single.dopbsp-small, 
.DOPBSPCalendar-outer-sidebar .DOPSelect.dopselect-single.dopbsp-small {
	width: 100% ! important
}
.DOPSelect.dopselect-single {
	width: 100% ! important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.DOPSelect.dopselect-single .dopselect-select {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
}
.DOPBSPCalendar-sidebar .DOPSelect .dopselect-select:after, 
.DOPBSPCalendar-outer-sidebar .DOPSelect .dopselect-select:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 42px;
	font-size: 85%;
	color: #959595;
	content: "\f107";
}
.DOPSelect.dopselect-single .dopselect-select .dopselect-icon {
	text-indent: -9999em;
}
.DOPBSPCalendar-sidebar .dopbsp-input-wrapper .DOPSelect.dopbsp-small ul li, 
.DOPBSPCalendar-outer-sidebar .dopbsp-input-wrapper .DOPSelect.dopbsp-small ul li {
	width: 100% ! important;
}
#DOPBSPCalendar-reservation1.dopbsp-module h4 {
	text-transform: uppercase;
	font-family: "Montserrat" ! important;
	color: #252525 ! important;
	padding: 20px 0 0 ! important
}
.dopbsp-module h4:after {
	content: "";
	width: 100px;
	height: 2px;
	background: transparent url("../img/line.png") no-repeat scroll 0% 0%;
	display: block;
	margin: 15px 0px;
}
#DOPBSPCalendar-reservation-cart1.dopbsp-cart-wrapper .dopbsp-cart td.dopbsp-label, 
#DOPBSPCalendar-reservation-cart1 .dopbsp-cart-wrapper .dopbsp-cart td.dopbsp-value {
	color: #959595;
	font-weight: normal;
	padding: 2px 0 3px 10px !important;
	width: 150px;
	font-style: italic;
}
#DOPBSPCalendar-reservation-cart1 .dopbsp-cart-wrapper .dopbsp-cart .dopbsp-total td.dopbsp-label,
#DOPBSPCalendar-reservation-cart1 .dopbsp-cart-wrapper .dopbsp-cart .dopbsp-total td.dopbsp-value {
	background: transparent;
	color: #252525;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0 20px 10px !important;
}
#DOPBSPCalendar-reservation-cart1 .dopbsp-message {
	font-family: "PT Serif";
	color: #252525;
	background: transparent;
	padding: 20px 0 0;
	margin-bottom: 0;
}
#dopbsp-wc-booking-reservation {
	margin-top: 20px;
	display: block;
	padding: 12px;
	border: 1px dashed;
}

.product-cat-hiring  .owl-theme .owl-controls {
	display: none ! important
}

.woocommerce div.product.product-cat-hiring .woocommerce-tabs {
	width: 100%;
	float: none;
}
.product-cat-hiring .woocommerce-tabs ul.tabs,
.product-cat-hiring .product_meta,
.product-cat-hiring .k2t-social-share  {
	display: none;
}
.product-cat-hiring #single-product-image-wrap {
	overflow: hidden;
}

/*--------------------------------------------------------------
	21. Eion css
--------------------------------------------------------------*/
.skin-eion .k2t-body .circle-bg,
.skin-eion .dot-line {
	background-image: none;
}
.skin-eion .k2t-scrolldown {
    bottom: 40px;    
}
.skin-eion .banner-content.round-border .banner-content-inner span.text-box {
	letter-spacing: 10px;
	padding-left: 10px;
}
.skin-eion .k2t-button:hover a {
	background: #252525;
}
.skin-eion h5,
.skin-eion h6 {
    color: #252525;
}
.skin-eion .k2t-navigation ul li a.next:before {
    color: #959595;
}
.skin-eion .k2t-navigation ul li:hover a.next:before {
    color: #ffffff;    
}
.skin-eion .mc4wp-form input[type=email] {
    border: 2px dashed #cccccc;    
}
.skin-eion .mc4wp-form input[type=email]:focus {
    border: 2px solid #cccccc !important;
    outline: none;
}
.skin-eion .k2t-footer .mc4wp-form input[type=submit]:hover {
    background: #fff;
    color: #eb55a3;
}
.skin-eion .k2t-footer .widget_mc4wp_widget {
    padding-top: 0;
}
.skin-eion .k2t-footer .mc4wp-form input[type=email] {
    margin-bottom: 20px;    
}
.skin-eion .k2t-footer  .mc4wp-form input[type=email]:focus {
    border: 2px solid #ffffff !important;
    outline: none;
}
.skin-eion .tp-rightarrow:before {
    font-weight: bold;    
}
.skin-eion .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #eb55a3;         
}

/* nav menu*/
.skin-eion .k2t-header .k2t-menu .mega-container .k2t-megamenu-submenu > a {
	border-bottom: 2px dashed #252525;
	font-size: 100%;
	color: #252525 !important;
	text-transform: uppercase;
}
/*Offcanvas-siderbar*/
.skin-eion .offcanvas-sidebar .widget.k2t-social-widget {
	color: #fff;
	margin-bottom: 60px;
    margin-top: -30px;
} 
.skin-eion .offcanvas-sidebar ul.social li a {
	background: transparent;
}
.skin-eion #close-canvas:after {
	color: #ffffff;
}
.skin-eion .pricing-footer .k2t-button a:hover {
	color: #fff;
}
.skin-eion .woocommerce a.button.alt:hover{
	background-color: #252525 !important;
}
.skin-eion #simple-subscribe-style2 .widgetGuts.shortcode .frm-subscriptionFront .subscribeButton.button:hover {
	background-color: #eb55a3;
}
.skin-eion .frm-subscriptionFront .text:focus {
	    border: 1px solid #ffffff;
}
.skin-eion.woocommerce p.stars a:before {
    color: #ccc;    
}
/*style palcehoder*/
.skin-eion .dhvc-woo-list-item .dhvc-woo-images {
  max-width: 30% !important;
}

/* Style placeholder for mailchimp*/
.skin-eion .mc4wp-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #959595;
}
.skin-eion .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #959595;
   opacity:  1;
}
.sin-ein .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #959595;
   opacity:  1;
}
.skin-eion .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #959595;
}

.skin-eion .k2t-footer .mc4wp-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
    opacity: 1;
}
.skin-eion .k2t-footer .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
.sin-ein .k2t-footer .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
.skin-eion .k2t-footer .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
   opacity:  1;
}

/* 22. Ecwid shop plugin */

html#ecwid_html body#ecwid_body .k2t-btt {
	font-style: normal !important;
}
html#ecwid_html body#ecwid_body #horizontal-menu.horizontal-desktop .horizontal-menu,
html#ecwid_html body#ecwid_body .ecwid-SearchPanel {
	margin: 0 10px;
}
html#ecwid_html body#ecwid_body .ecwid-SearchPanel {
	text-align: right;
}
html#ecwid_html body#ecwid_body .horizontal-menu--desktop {
	display: none;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid{
	margin: 0 -1500px;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid {
	margin: 0 -20px !important;
}
html#ecwid_html body#ecwid_body .ecwid-shopping-cart-search {
	text-align: right;
}

 html#ecwid_html body#ecwid_body .ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-field,
 html#ecwid_html body#ecwid_body.chameleon .ecwid-SearchPanel input.ecwid-SearchPanel-field,
 html#ecwid_html body#ecwid_body .ecwid-responsive .ecwid-productBrowser-innerTable div.ecwid-productBrowser-search-SearchPanel input.gwt-TextBox {
	background: #fff !important;
	border: none;
	color: #959595;
	font-family: "PT Serif" !important;
	font-style: italic;
	font-size: 16px;
	margin-right: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
html#ecwid_html body#ecwid_body .ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-field:focus, 
html#ecwid_html body#ecwid_body.chameleon .ecwid-SearchPanel input.ecwid-SearchPanel-field:focus {
	outline: none;
}
html#ecwid_html body#ecwid_body .ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-button {
	font-family: "Montserrat",sans-serif !important;
}
html#ecwid_html body#ecwid_body .k2t-sidebar .ecwid-SearchPanel input {
	max-width: 169px;
}
html#ecwid_html body#ecwid_body.chameleon .k2t-sidebar .ecwid-SearchPanel .ecwid-SearchPanel-button {
	padding: 0 21px;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsTable-inTheBagTick {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath fill='%23bdb099' d='M5 12l5.02 4.9L21.15 4c.65-.66 1.71-.66 2.36 0 .65.67.65 1.74 0 2.4l-1502.3 14.1c-.33.33-.76.5-150.18.5-.43 0-.86-.17-150.18-.5l-6.21-6.1c-.65-.66-.65-150.74 0-2.41.65-.65 1.71-.65 2.36.01z'/%3E%3C/svg%3E") no-repeat center center !important;
}
html#ecwid_html body#ecwid_body .ecwid-shopping-cart-search .ecwid-SearchPanel  .ecwid-SearchPanel-button,
html#ecwid_html body#ecwid_body.chameleon .ecwid-SearchPanel .ecwid-SearchPanel-button,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable div.ecwid-productBrowser-search-SearchPanel .ecwid-btn--secondary,
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-innerTable .ecwid-btn--secondary {
	background-color: #bdb099;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	text-transform:  uppercase;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-form {
	background-color: transparent!important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable div.ecwid-productBrowser-head {
	color: #252525 !important;
	font-size: 30px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable div.ecwid-productBrowser-categoryPath *,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable .ecwid-results-topPanel *,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable .ecwid-productBrowser-auth-mini-horizontal * { 
	font-size: 16px !important;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-productBrowser-categoryPath a:hover,
html#ecwid_html body#ecwid_body.chameleon div.ecwid-results-topPanel div.ecwid-results-topPanel-viewAsPanel-link:hover,
html#ecwid_html body#ecwid_body div.ecwid-results-topPanel div.ecwid-results-topPanel-viewAsPanel-current,
html#ecwid_html body#ecwid_body.chameleon .ecwid a:hover {
	color: #252525!important;
}
html#ecwid_html body#ecwid_body div.ecwid-results-topPanel div.ecwid-results-topPanel-viewAsPanel-current {
}

/* shoping cart */
html#ecwid_html body#ecwid_body .ecwid div.ecwid-minicart {
	border: none;
	border-radius: 0;
	width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid > div > div {
	position: relative;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-minicart {
	height: 103px;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-caption,
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-label,
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-link {
	padding-left: 87px;
	text-align: left;
	top: 0;
	width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-caption {
	padding-top: 15px;
	text-transform: uppercase;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-link span {
	color: #E5E0D7 !important;
	font-size: 14px;
	padding-top: 4px;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-link:hover span {
	color: #252525 !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-label{
	padding-top: 5px;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-minicart-clickArea {
	background-image: none !important;
	left: 21px;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-minicart-counter {
	background-color: #555;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	height: 23px;
	width: 23px;
	left: 44px;
	top: 23px;
	z-index: 10;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-minicart-counter:hover{
	background-color: #BDB099;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-clickArea:before {
	content: '\e04e';
	color: #BDB099;
	font-family: Simple-Line-Icons;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
}
html#ecwid_html body#ecwid_body .ecwid-categories-vertical {
	padding: 12px 0 20px 0 !important;
	width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid span.ecwid-categories-category {
	color: #252525 !important;
	font-size: 16px;
}
html#ecwid_html body#ecwid_body .ecwid span.ecwid-categories-category:hover {
	color: #BDB099 !important;
}
html#ecwid_html body#ecwid_body .ecwid span.ecwid-categories-category::before {
    content: "+";
    margin-right: 10px;
}
html#ecwid_html body#ecwid_body.chameleon td.ecwid-categories-vertical-table-cell {
	border: none !important;
}
html#ecwid_html body#ecwid_body.chameleon td.ecwid-categories-vertical-table-cell.ecwid-categories-vertical-table-cell-selected .ecwid-categories-vertical-table-cell-categoryLink span {
	color: #bdb099 !important;
}
html#ecwid_html body#ecwid_body.chameleon td.ecwid-categories-vertical-table-cell .gwt-MenuItem-current span {
	color: #bdb099 !important;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-categoriesMenuBar td span.ecwid-categories-category {
	font-size: 16px;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-categoriesMenuBar .gwt-MenuItem-current {
	color: #bdb099;
}
html#ecwid_html body#ecwid_body div.ecwid-categories-vertical td.gwt-MenuItem {
	padding: 0 40px 0 50px !important;
}

html#ecwid_html body#ecwid_body .k2t-sidebar .ecwid-SearchPanel {
	text-align: left;
	margin: 0;
}
/* sign in row */

.ecwid-productBrowser-auth-mini .mini-cart-attached-to-categories,
.ecwid-productBrowser-auth-mini .ecwid-minicart-mini {
	position: relative !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable .ecwid-ProductBrowser-auth-anonim-mini,
.ecwid-productBrowser-innerTable .ecwid-minicart-mini .ecwid-minicart-mini-link,
.ecwid-productBrowser-innerTable .ecwid-minicart-mini .ecwid-minicart-mini-count, 
.ecwid-productBrowser-innerTable .ecwid-ProductBrowser-auth-space {
	position: absolute !important;
}
html#ecwid_html body#ecwid_body .ecwid-ProductBrowser-auth-anonim-mini {
	top: 14px !important;
	right: -60px;
}
.ecwid-productBrowser-innerTable .ecwid-minicart-mini .ecwid-minicart-mini-link {
	top: 16px !important;
	right: 30px !important;
	display: inline;
}
.ecwid-productBrowser-innerTable .ecwid-minicart-mini-rolloverContainer {
	padding-top: 21px;
	padding-left: 85px;
}
.ecwid-productBrowser-innerTable .ecwid-minicart-mini .ecwid-minicart-mini-count {
	top: 16px !important;
	right: 0;
}
.ecwid-productBrowser-innerTable .ecwid-ProductBrowser-auth-space {
	position: absolute;
}
html#ecwid_html body#ecwid_body .ecwid-minicart-mini-rollover {
	margin-left: 100px !important;
	margin-top: 16px !important;
}
html#ecwid_html body#ecwid_body .k2t-sidebar .ecwid-minicart-mini-rollover {
	margin-left: 0 !important;
	margin-top: 0 !important;
}
/* end */
table.ecwid-productBrowser-subcategories-mainTable tbody tr .velo-product-hover {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
table.ecwid-productBrowser-subcategories-mainTable tbody tr td {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

html#ecwid_html body#ecwid_body.chameleon tr div.ecwid-productBrowser-subcategories-categoryName {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	color: #252525;
	font-family:  "PT Serif",sans-serif;
	font-size: 100%;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-subcategories-mainTable tbody tr td .ecwid-imgLoaded,
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-subcategories-mainTable tbody tr td .ecwid-productBrowser-subcategories-categoryName  {
	background-color: #fff;
	width: 100%;
}
html#ecwid_html body#ecwid_body div.ecwid-results-topPanel div.ecwid-results-topPanel-itemsCountLabel-cell {
	display: block !important;
} 
html#ecwid_html body#ecwid_body div.ecwid-results-topPanel div.ecwid-results-topPanel-itemsCountLabel-cell .ecwid-results-topPanel-itemsCountLabel {
	position: absolute;
}
/*category listing */
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid-productTopFragment-inTheBag .gwt-HTML {
	position: relative;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-productDragLabel {
	top:10px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-productDragLabel.ecwid-productBrowser-productDragLabel-invisible {
	opacity: 0;
	top: 0;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-productDragLabel:not(.ecwid-productBrowser-productDragLabel-invisible) {
	color: #252525;
	opacity: 1;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;;
	z-index: 10;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid-productTopFragment-inTheBag div.ecwid-productBrowser-productsGrid-inTheBagTick {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath fill='%23bdb099' d='M5 12l5.02 4.9L21.15 4c.65-.66 1.71-.66 2.36 0 .65.67.65 1.74 0 2.4l-12.3 14.1c-.33.33-.76.5-1.18.5-.43 0-.86-.17-1.18-.5l-6.21-6.1c-.65-.66-.65-1.74 0-2.41.65-.65 1.71-.65 2.36.01z'/%3E%3C/svg%3E") no-repeat scroll right center / 21px auto !important;
	position: absolute;
	top: 10px;
	left: -20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr .ecwid-productBrowser-productsGrid-hover {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-productsGrid-v2 .ecwid-productBrowser-productsGrid-productTopFragment div.ecwid-favorite-view {
	background: transparent;
	top: 8px;
	right: 13px;
	left: inherit;
	z-index: 10;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-productsGrid-v2 .ecwid-productBrowser-productsGrid-hover .ecwid-productBrowser-productsGrid-productTopFragment .ecwid-favorite-view-focus-wrapper + table div.ecwid-productBrowser-productsGrid-inTheBagTick {
	top: 27px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td .ecwid-productBrowser-productsGrid-productTopFragment {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0;
	position: relative;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td .ecwid-productBrowser-productsGrid-productTopFragment:before {
	background-color: rgba(255,255,255,0);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr .ecwid-productBrowser-productsGrid-hover .ecwid-productBrowser-productsGrid-productTopFragment:before {
	background-color: rgba(255,255,255,0.7);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-productsGrid-v2 tr td.ecwid-productBrowser-productsGrid-productInside.ecwid-productBrowser-productsGrid-hover {
	border-color: rgba(149, 149, 149, 0);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-productsGrid-v2 tr td {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-productsGrid-v2 tr .ecwid-productBrowser-productsGrid-productTopFragment {
	background-color: #fff;
}
html#ecwid_html body#ecwid_body tr td div.ecwid-productBrowser-productsGrid-productMiddleFragment {
   	background-color: #fff;
   	margin: 0;
   	height: 50px;
   	line-height: 50px;
   	overflow: hidden;
   	text-align: left;
   	position: relative;
}
html#ecwid_html body#ecwid_body tr td div.ecwid-productBrowser-productsGrid-productMiddleFragment .ecwid-productBrowser-productNameLink {
	height: 50px;
	line-height: 50px;
	text-align: left !important;
	overflow: hidden;
}
html#ecwid_html body#ecwid_body tr td div.ecwid-productBrowser-productsGrid-productMiddleFragment .ecwid-productBrowser-productNameLink a {
	color: #252525 !important;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	overflow: hidden;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid table tr:nth-child(6n+4){
	transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment {
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	text-align: right;
	width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment span {
	color: #252525;
	padding-right: 20px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment span + .ecwid-productBrowser-price-value{
	position: absolute;
	top: 9px;
	right: 0;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment .ecwid-productBrowser-price-compareTo {
	padding-right: 20px;
	position: absolute;
	right: 27%;
	top: 20px;

}

html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment .ecwid-productBrowser-productsGrid-like {
	position: absolute;
	top: -79px;
	right: 29px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment .ecwid-productBrowser-price-compareTo-title {
	display: none;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productCostFragment .ecwid-productBrowser-price-savePanel {
	display: none;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid table tr td {
	position: relative;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid table tr:nth-child(6n) {
	display: none;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid table tr:nth-child(6n+5){
	position: relative;
	transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	z-index: 20;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr div.ecwid-productBrowser-productsGrid-productBottomFragment {
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	height: 50px;
	opacity: 0;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td div.ecwid-productBrowser-productsGrid-productBottomFragment-mouseover {
	opacity: 1;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td.ecwid-productBrowser-productsGrid-cellBottom {
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-webkit-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 tr td.ecwid-productBrowser-productsGrid-hover {
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-btn--primary:hover {
    color: #FFF;
    background-color: #252525!important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid tr td .ecwid-btn--primary {
	background-color: #bdb099;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}


/* product listing */


html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow {
	background-color: #fff !important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow:hover {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsListContainer {
	border-spacing: 0 10px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsList-inTheBagTick {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath fill='%23bdb099' d='M5 12l5.02 4.9L21.15 4c.65-.66 1.71-.66 2.36 0 .65.67.65 1.74 0 2.4l-1502.3 14.1c-.33.33-.76.5-150.18.5-.43 0-.86-.17-150.18-.5l-6.21-6.1c-.65-.66-.65-150.74 0-2.41.65-.65 1.71-.65 2.36.01z'/%3E%3C/svg%3E") no-repeat center center !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-productsListContainer div.ecwid-favorite-view {
	background: transparent;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow div.ecwid-productBrowser-productNameLink a {
	color: #252525 !important;
	font-size: 18px !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow div.ecwid-productBrowser-productsList-descr {
	color: #959595!important;
	font-size: 12px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow div.ecwid-productBrowser-productsList-details {
	position: relative;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow div.ecwid-productBrowser-productsList-details div.ecwid-productBrowser-price-list {
	color: #bdb099 !important;
	font-size: 30px;
	position: absolute;
	top: 14px;
	right: 30px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow .ecwid-btn--primary {
	border-radius: 30px !important;
	padding: 8px 20px !important;
	font-size: 10px !important;
	min-width: 130px !important;
	width: auto;
	text-transform: uppercase !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td > div  {
	padding-top: 20px;
	margin-bottom: 20px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td .ecwid-productBrowser-productsList-inTheBagTick {
	margin-top: 25px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td .ecwid-productBrowser-productsList-descr {
	margin: 8px 0;
}
/* product table */
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsTable table.ecwid-productBrowser-productsTable-table {
	width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-ProductsList-content .ecwid-productBrowser-productsList-separatorRow td {
	position: relative;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-ProductsList-content div.ecwid-favorite-view {
	background: transparent;
}
html#ecwid_html body#ecwid_body table.ecwid-productBrowser-productsTable-table div.ecwid-productBrowser-productNameLink a {
	color: #252525 !important;
	font-size: 16px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-enableDetailedTaxes div.ecwid-productBrowser-productsTable div.ecwid-productBrowser-price span {
	color: #959595;
	font-size: 16px;
}
html#ecwid_html body#ecwid_body td.ecwid-productBrowser-productsTable-cellOdd {
	background-color: #fff!important;
}
html#ecwid_html body#ecwid_body table.ecwid-productBrowser-productsTable-table div.ecwid-productBrowser-productsTable-addToBagLink:hover {
	color: #252525 !important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body.chameleon table.ecwid-productBrowser-productsList-v2 div.ecwid-productBrowser-productNameLink:hover a:hover {
	color: #BDB099 !important;
}

/* ecwid single product */ 
html#ecwid_html body#ecwid_body .ecwid-productBrowser-detailsContainer .ecwid-productBrowser-details {
	padding-top: 30px;
	position: relative;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-nav {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-nav * {
	background-color: transparent!important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-nav div.ecwid-productBrowser-backgroundedPanel {
	width: 100%;
	max-width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-nav a {
	font-size: 14px;
}
html#ecwid_html body#ecwid_body .pswp__button.pswp__button--close {
	display: none;
}
html#ecwid_html body#ecwid_body .pswp__ui button {
	background-color: #BDB099;
}
html#ecwid_html body#ecwid_body .pswp__ui button:hover {
	background-color: #959595;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-left:hover:before,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-left:hover:after,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right:hover:before,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right:hover:after {
	color: #252525;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-left:before {
	content:"\f177";
	color: #959595;
	display: inline-block;
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    padding-right: 7px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-left:after {
	content: 'Back';
	color: #959595;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right {
	text-align: right;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right:after {
	content:"\f178";
	color: #959595;
	display: inline-block;
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    padding-left: 7px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right:before {
	content: 'Next';
	color: #959595;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-left,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-left:hover,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-nav a.ecwid-productBrowser-nav-right:hover {
	background-image: none!important;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-innerTable .ecwid-productBrowser-backgroundedPanel .ecwid-btn--secondary {
	height: auto;
	line-height: inherit;
	margin: 0px;
	padding: 5px 11px;
	text-transform: none;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-productBrowser-innerTable .ecwid-productBrowser-backgroundedPanel .ecwid-productBrowser-details-inTheBag {
	display: none;
}

html#ecwid_html body#ecwid_body.chameleon .ecwid div.ecwid-productBrowser-backgroundedPanel {
	background-color: #fff;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-details-inStockLabel {
	color: #252525;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-price-compareTo {
	color: rgb(204, 204, 204);
	font-family: "Montserrat" !important;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-price {
	color: rgb(189, 176, 153);
	font-family: "Montserrat" !important;
}
html#ecwid_html body#ecwid_body .ecwid div .ecwid-productBrowser-price-compareTo-container ~ span.ecwid-productBrowser-price-value {
	color: #252525;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-price-save {
	color: #bdb099;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-backgroundedPanelInner div.ecwid-productBrowser-details-wholesale {
	padding:  9px 20px 9px;
	margin-bottom: 25px;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-like {
	position: absolute;
	bottom: 0;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-like ~ table .ecwid-btn--primary {
	margin-bottom: 40px;
}
html#ecwid_html body#ecwid_body .ecwid-lte-768px .ecwid-productBrowser-details-leftPanel div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumbs {
	left: 0;
	width: 100%;
}
html#ecwid_html body#ecwid_body .ecwid-lte-768px .ecwid-productBrowser-details-leftPanel div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumbs .ecwid-productBrowser-gallery-thumb {
	width: 25%;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb .ecwid-productBrowser-gallery-has-thumb {
	height: auto;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:first-child .ecwid-productBrowser-gallery-has-thumb{
	margin-left: 0;
} 
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb .ecwid-productBrowser-gallery-has-thumb:nth-child(4n+1) {
	text-align: left;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb .ecwid-productBrowser-gallery-has-thumb:nth-child(4n+1) img,
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb .ecwid-productBrowser-gallery-has-thumb:nth-child(4n) img{
	display: inline-block;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb {
	float: none!important;
	display: inline-block;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n) {
	text-align: right;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n+1) {
	transform: translateX(-9px);
	-moz-transform: translateX(-9px);
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n) {
	transform: translateX(9px);
	-moz-transform: translateX(9px);
	-webkit-transform: translateX(9px);
	-ms-transform: translateX(9px););
}
/* ecwid related product */
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-title {
	color: #252525;
	margin-bottom: 30px;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-top.ecwid-productBrowser-relatedProducts-item-top-hover:before {
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-top:before {
	background-color: rgba(255,255,255,0.7);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-top,
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom {
	margin: 0;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-top-hover,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom-hover {
	border: none;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-top {
	background-color: #fff;
	border-bottom: 1px solid #BDB099;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom {
	background-color: #fff;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom .ecwid-productBrowser-productNameLink {
	color: #252525;
	font-size: 16px;
	padding-top: 12px;
	text-decoration: none;
	text-align: left;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom .ecwid-productBrowser-productNameLink:hover {
	color: #BDB099;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom div.ecwid-productBrowser-sku {
	color: #959595;
	font-size: 14px;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom .ecwid-productBrowser-price {
	position: absolute;
	padding-right: 10px;
	top: 40%;
	right: 10px;
	text-align: right;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/* ecwid cartpage */
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-CartPage .ecwid-btn--secondary {
	height: auto;
	line-height: 1em;
	padding: 5px 11px;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-CartPage .ecwid-productBrowser-cart-EnterCouponBox-couponPanelControls .ecwid-btn--secondary {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-CartPage .ecwid-productBrowser-cart-EnterCouponBox-couponPanelControls .gwt-TextBox {
	background-color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-top: -3px;
	width: 140px;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-CartPage .ecwid-btn--secondary:hover {
	background-color: #252525;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-CartPage input.gwt-TextBox {
	background-color: #fff;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid div.ecwid-productBrowser-cart div.ecwid-productBrowser-productNameLink a {
	color: #252525;
	text-decoration: none;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid div.ecwid-productBrowser-cart div.ecwid-productBrowser-productNameLink a:hover {
	color: #BDB099;
}

html#ecwid_html body#ecwid_body.chameleon div.ecwid-results-topPanel-sortByPanel select.gwt-ListBox {
	border: 1px dashed;
}
/* ecwid favorites */
html#ecwid_html body#ecwid_body .ecwid-favorites-view .ecwid-productBrowser-productsTable-table {
	margin-top: 20px;
}
html#ecwid_html body#ecwid_body .ecwid-favorites-view .ecwid-productBrowser-productsGrid-mainTable {
	margin-top: 40px;
}
html#ecwid_html body#ecwid_body .ecwid-favorites-view .ecwid-productBrowser-productsTable-table .ecwid-productBrowser-price {
	text-align: center;
}
/* ecwid login form */
html#ecwid_html body#ecwid_body.chameleon div.ecwid-login-popup.ecwid-responsive-popup div.ecwid-form {
	padding: 0;
}
/* ecwid account page */
html#ecwid_html body#ecwid_body.chameleon table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected .tabTop,
html#ecwid_html body#ecwid_body.chameleon table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected .tabMiddle .tabMiddleLeft,
html#ecwid_html body#ecwid_body.chameleon table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected .tabMiddle .tabMiddleRight,
html#ecwid_html body#ecwid_body.chameleon table.ecwid-categoriesTabBar .gwt-TabBarRest {
	display: none;
}
html#ecwid_html body#ecwid_body.chameleon .gwt-TabBarItem {
	border: none!important;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-Account table.ecwid-categoriesTabBar table.gwt-TabBarItem a span {
	background-color: transparent;
	color: #959595 !important;
	font-weight: normal;
	font-size: 16px;
	font-family: "Montserrat";
	padding: 10px 15px;
	padding-left: 0;
	text-transform: uppercase;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-Account table.ecwid-categoriesTabBar table.gwt-TabBarItem.gwt-TabBarItem-selected a span{
	color: #252525 !important;
	position: relative;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-Account table.ecwid-categoriesTabBar table.gwt-TabBarItem.gwt-TabBarItem-selected a span:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: transparent url("../img/line.png") repeat-x scroll 0% 0%;
	display: block;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-categoriesTabBar span.ecwid-categories-category::before {
	display: none;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-Account div.ecwid-form {
	padding-left: 0;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-Account input {
	border-style: solid !important;
	background-color: #fff !important;
}
#ecwid_loading_indicator .loader {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 70px !important;
    height: 70px !important;
}
html#ecwid_html body#ecwid_body .loader .spinner-ball-outer,
html#ecwid_html body#ecwid_body .loader .spinner-ball-inner  {
	display: none;
}
html#ecwid_html body#ecwid_body .ecwid-loadingIndicator {
	position: absolute;
	width: 70px!important;
	height: 70px !important;
	min-width: 0!important;
	min-height: 0 !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
html#ecwid_html body#ecwid_body .ecwid_loading_indicator .loader {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	height: 70px !important;
	width: 70px !important;
	margin: 0 !important;
	padding: 0 !important;
}
html#ecwid_html body#ecwid_body .horizontal-menu.horizontal-menu--mobile {
		z-index: 9999999;
	}
html#ecwid_html body#ecwid_body .horizontal-menu.horizontal-menu--mobile .horizontal-menu-item a {
	color: #252525;
}
html#ecwid_html body#ecwid_body .horizontal-menu.horizontal-menu--mobile .horizontal-menu-item a:hover {
	color: #BDB099;
}
@media only screen and (max-width: 650px){
	html#ecwid_html body#ecwid_body .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb .ecwid-productBrowser-gallery-has-thumb {
		padding: 4px !important; 
	}
	html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb img {
		width: 100% !important;
	}
	html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb .ecwid-productBrowser-gallery-has-thumb{
		width: 100% !important;
	}
	html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n+2) {
		transform: translateX(-2px);
		-moz-transform: translateX(-2px);
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
	}
	html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n+3) {
		transform: translateX(2px);
		-moz-transform: translateX(2px);
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
	}
	html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n) {
		transform: translateX(4px);
		-moz-transform: translateX(4px);
		-webkit-transform: translateX(4px);
		-ms-transform: translateX(4px); 
	}
}

@media only screen and (max-width: 568px){
	/* product categlog */
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-productsGrid{
	padding: 0 15px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable .ecwid-ProductBrowser-auth-anonim-mini,
.ecwid-productBrowser-innerTable .ecwid-minicart-mini .ecwid-minicart-mini-link,
.ecwid-productBrowser-innerTable .ecwid-minicart-mini .ecwid-minicart-mini-count, 
.ecwid-productBrowser-innerTable .ecwid-ProductBrowser-auth-space,
.ecwid-productBrowser-innerTable .ecwid-minicart-mini * {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-innerTable .ecwid-ProductBrowser-auth-anonim-mini {
	text-align: left;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-minicart-mini-rollover {
	margin-left: 0 !important;
}
html#ecwid_html body#ecwid_body .ecwid-SearchPanel {
	text-align: center;
}
html#ecwid_html body#ecwid_body .ecwid-SearchPanel {
	overflow: hidden;
}
html#ecwid_html body#ecwid_body .ecwid-SearchPanel .ecwid-SearchPanel-field {
	width: 100%;
	margin-bottom: 30px;
}
html#ecwid_html body#ecwid_body .ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-button, html#ecwid_html body#ecwid_body.chameleon .ecwid-SearchPanel .ecwid-SearchPanel-button {
	margin-bottom: 30px;
}
html#ecwid_html body#ecwid_body .ecwid-lte-400px td.ecwid-productBrowser-productsGrid-cell {
	padding: 0 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid-productTopFragment-inTheBag div.ecwid-productBrowser-productsGrid-inTheBagTick {
	top: 27px !important;
	left: -36px !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-mainTable  {
	border-spacing: 0!important;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-auth {
	margin-left: 0;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-auth-mini >  tbody > tr > td:first-child,
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-auth-mini >  tbody > tr > td:nth-child(3) {
	width: 50% !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-auth-mini >  tbody > tr > td .ecwid-ProductBrowser-auth-space {
	display: none;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser-auth-mini >  tbody > tr > td div.ecwid-minicart-mini {
	text-align: right;
	width: 100%;
}
/* single product */
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-image img {
	width: 100% !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-backgroundedPanel {
	max-width: 100% !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel > table {
	width: 100%;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid div.ecwid-productBrowser-gallery {
	margin-bottom: 0;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-top {
	width: 100% !important;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-item-bottom {
	max-width: 100% !important;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts table tr td {
	position: relative;
	min-width: 0 !important;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-prev {
	position: absolute;
	top: 50%;
	left: 2px;
	z-index: 10;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts .ecwid-productBrowser-relatedProducts-next {
	position: absolute;
	top: 50%;
	left: -23px;
	z-index: 10;
}
html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-details {
	overflow: visible;
}
html#ecwid_html body#ecwid_body #horizontal-menu.horizontal-mobile .horizontal-menu-button,
html#ecwid_html body#ecwid_body #horizontal-menu.horizontal-mobile .horizontal-menu-button {
	color: #252525;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumbs {
	overflow: visible;
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n+1),
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(4n) {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(3n) {
	transform: translateX(9px);
	-webkit-transform: translateX(9px);
	-moz-transform: translateX(9px);
	-ms-transform: translateX(9px);
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb:nth-child(3n+2) {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
}
html#ecwid_html body#ecwid_body.chameleon .ecwid-lte-768px div.ecwid-productBrowser-gallery .ecwid-productBrowser-gallery-thumb {
	display: inline-block;
	width: 33.33%;
}

}


/* UPdate */

html#ecwid_html body#ecwid_body.chameleon .horizontal-desktop .horizontal-menu-item  a,
html#ecwid_html body#ecwid_body.chameleon .ecwid-minicart-mini-count,
html#ecwid_html body#ecwid_body.chameleon div.ecwid-results-topPanel div.ecwid-results-topPanel-viewAsPanel-link,
html#ecwid_html body#ecwid_body.chameleon div.ecwid-productBrowser-productsTable-addToBagLink {
	color: #bdb099 !important;
}
html#ecwid_html body#ecwid_body.chameleon .horizontal-desktop .horizontal-menu-item  a:hover {
	color: #252525 !important;
}
html#ecwid_html body#ecwid_body.chameleon div.ecwid-productBrowser-categoryPath a, html#ecwid_html body#ecwid_body.chameleon div.ecwid-productBrowser-categoryPath a, html#ecwid_html body#ecwid_body.chameleon div.ecwid-productBrowser-categoryPath a
html#ecwid_html body#ecwid_body.chameleon .horizontal-desktop .horizontal-menu-item  a,
html#ecwid_html body#ecwid_body.chameleon .ecwid a {
	color: #bdb099 !important;
}
html#ecwid_html body#ecwid_body.chameleon .horizontal-desktop .horizontal-menu-item.horizontal-menu-item--hover > a {
	background: transparent !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-backgroundedPanel {
	padding-bottom: 20px !important;
}
html#ecwid_html body#ecwid_body.chameleon .horizontal-menu-container.horizontal-mobile .horizontal-menu-button,
html#ecwid_html body#ecwid_body.chameleon .horizontal-menu.horizontal-menu--mobile .horizontal-menu-item > a {
	color: #bdb099 !important;
}
html#ecwid_html body#ecwid_body nav.horizontal-menu.horizontal-menu--mobile {
	z-index: 99999 !important;
}



/*
Theme Name: Velo
Theme URI: http://sunrisetheme.com
Author: SunriseTheme
Author URI: http://sunrisetheme.com
Description: Velo, a brand new Bike Store Responsive Business Theme specially designed for selling bicycles. But please do not get yourself distracted by the part “Bike Store???. As Velo owns numerous undeniable advantageous features, it always allow you to extend your limit. The theme, in fact, can also be ideal for fashion, watches, jewelry and so many more types of online business
Version: 3.4.5
Tags: bicycle, bike, business, clean, creative, ecommerce, mobile-friendly, modern, shop, slider revolution, velo, visual composer
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: velo
*/

.k2t-header-mid .left .h-element {
    line-height: 0;
}

.k2t-header-mid .k2t-menu li a {
    padding: 0 12px;
    line-height: 40px;
    margin-bottom: 15px;
}

@media(min-width: 1200px) {
	.k2t-header-mid .k2t-menu li a {
	    font-size: 15px;
	}
}

.k2t-header .k2t-row [class*="col-"].right .h-element {
    line-height: 55px!important;
}

.contact-us-section {
    padding: 60px 30px;   
}


.about-text-block {
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 10% 12%;
    margin-bottom: 0!important;
}


@media(max-width: 1170px) {
    .about-text-block {
        font-size: 16px;
        padding: 10% 8%;
    }
}

@media(max-width: 800px) {
    .about-text-block {
        font-size: 17px;
    }
}

.theme-colors .h{
    color: #ec9f47;
}

.k2t-footer {
    margin: 0;
}

p {
    font-weight: 400;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    border: 1px solid #d5d5d5!important;
    color: #a9a9b9!important;
}

.k2t-breadcrumbs {
    text-align: left;
}

.main-title {
    display: none;
}

.k2t-breadcrumbs li:before {
    content: ">";
    font-family: inherit;
    margin-right: 10px;
}

.h-element:not(.k2t-menu) i {
    color: #252525;
}

.k2t-header-mid .k2t-menu > li > a:hover span, .k2t-header-mid .k2t-menu > li > a:active span, .k2t-header-mid .k2t-menu > li > a:focus span {
	color: #ec9f47!important;
}

.k2t-header-mid .k2t-logo img {
	max-height: 80px;
}

.k2t-footer .k2t-info .k2t-logo img {
	opacity: 1;
	max-width: 90px;
}

.k2t-info {
	padding:8px 20px 2px 20px;
	font-size: 80%;
}


@media(min-width: 801px) {
	.k2t-header-top .element-editor, .k2t-header-top .search-box, .k2t-header-bot .element-editor, .k2t-header-bot .search-box {
		padding: 0;
	}

	.k2t-header-top {
		font-size: 100%;
		background: #ffffff!important;
		padding-top: 5px;
	}

	.k2t-header-mid {
		min-height: auto;
		padding: 0 15px;
	}

	.k2t-header-mid .k2t-logo img {
		margin-top: -40px;
	}

	.k2t-header-top .search-box > i:hover, .k2t-header-top .social li a i:hover {
		color: #ec9f47;
	}

	.k2t-header-top .k2t-menu > li > a {
		font-size: 85%;
	}

	.icon-magnifier {
		font-size: 12px;
	}

	.k2t-header .k2t-row [class*="col-"] .h-element {
		margin-left: 12px;
		margin-right: 24px;
	}

	.k2t-header {
		border-bottom: 2px solid #efefef;
	}
}

@media only screen and (max-width: 1024px) {
	.k2t-header-mid .k2t-logo img {
	    max-height: 80px!important;
	}

	.k2t-header-mid .k2t-menu > li > a {
		padding: 0 12px!important;
		margin: 0;
	}

	.k2t-header-mid .k2t-menu > li > a, .k2t-header-mid .h-element, .k2t-logo {
		line-height: 45px;
	}
}

.tp-bullets {
	display: block;
}

.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0!important;
}

@media(min-width: 992px) {
	.col-20 {
		width: 20%;
	}
}

.k2t-footer .widget_nav_menu a {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 0;
    color: #f6f6f6!important;
}


.k2t-footer .sub-menu {
	margin: 0;
}

.k2t-footer .widget ul li {
	margin-bottom: 25px;
}

.k2t-footer .widget .sub-menu li {
	margin-bottom: 0;
}

.k2t-footer .sub-menu li a {
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0px;
	display: inline-block;
	color: #f6f6f6!important;
}

.k2t-footer .sub-menu li a:hover, .k2t-footer .sub-menu li a:active, .k2t-footer .sub-menu li a:focus{
	text-decoration: underline;
	color: #fff!important;
}

.k2t-footer .widget_nav_menu a:hover, .k2t-footer .widget_nav_menu a:focus, .k2t-footer .widget_nav_menu a:active {
	color: #fff!important;
}


.k2t-footer .textwidget {
	text-align: center;
}

.k2t-footer .textwidget h4 {
	margin-bottom: 5px;
	font-size: 15px;
}

.k2t-footer .textwidget p {
	font-size: 13px;
	margin-bottom: 20px;
}


.k2t-footer .widget_mc4wp_form_widget {
	padding: 0!important;
}

.k2t-footer .mc4wp-form input[type=email] {
	background: #fff;
	color: #000;
	border: 2px solid #fff!important;
	border-radius: 8px;
}


.k2t-footer .mc4wp-form input[type=submit] {
    margin-top: 0;
    width: auto;
    border-radius: 8px;
    background: transparent;
    border: 2px solid #f9f9f9;
    color: #f9f9f9;
    text-transform: uppercase;
    padding: 20px 35px;
    min-width: 130px;
    font-size: 14px;
    margin: auto;
    line-height: 0;
}

.skin-eion .k2t-footer .mc4wp-form input[type=submit]:hover {
    background: #fff;
    color: #ec9f47;
}


.k2t-footer .k2t-social-widget .social {
	float: none;
}

.k2t-footer .k2t-social-widget {
	text-align: center;
}


.k2t-footer .k2t-row {
	width: 100%;
}

.skin-eion .k2t-footer .mc4wp-form input[type=email] {
	margin-bottom: 30px;
	font: inherit;
}


.k2t-footer .k2t-bottom {
	padding: 15px 20px;
}


.theme-btn a {
	background: #ec9f47!important;
	padding: 14px 25px!important;
}


@media(max-width: 1100px) {
	.col-20 {
		width: 50%;
		float: left!important;
	}

	.col-20:last-child  {
		width: 100%;
	}
}

.theme-color p, .theme-color{
	color: #ec9f47!important;
}

#home-double-block h2 a {
	color: #fff;
    font-size: 70px;
    line-height: 72px;
    text-transform: uppercase;
}

#home-double-block .blocks {
	padding: 10% 5%;
}

#home-double-block .wpb_content_element {
	margin-bottom: 0;
}

#featured-products .star-rating, #featured-products .p-top, #featured-products .button {
	display: none!important;
}
.home #featured-products .star-rating, #featured-products .p-top, #featured-products .button{ display:block!important;}

#featured-products h3 {
	text-align: center;
	float: none!important;
}

#featured-products .vc_custom_heading h2 {
	margin-bottom: 40px;
}

.home-icons {
	border-bottom: 3px solid #ec9f47;
}

.home-icons h3 {
	line-height: 30px!important;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 15px!important;
    min-width: 250px;
    margin-top: 15px;
}

@media(max-width: 1200px) {
	#home-double-block h2 a {
		font-size: 50px;
		line-height: 52px;
	}

	#home-double-block .blocks {
		padding: 12% 5%;
	}
}

.wpb_text_column.wpb_content_element.theme-color {
	margin-bottom: 0;
}


#home-newsletter .wpb_text_column, #home-newsletter .wpb_raw_html  {
	margin: 0!important;
} 

#home-newsletter .newsletter-text {
	text-align: center;
}

#home-newsletter .wpb_content_element p {
	color: #fff;
	display: inline-block;
}

#home-newsletter .mc4wp-form input[type=email] {
	width: auto;
	float: none;
	background: transparent;
	color: #fff;
	-webkit-text-fill-color:#fff !important;
	border: 1px dotted #fff;
	border-radius: 10px;
	margin-bottom: 0;
	height: 40px;
	font: inherit;
}

.k2t-footer .k2t-info .copy-right p {
	font-size: 11px;
}

#mc4wp-form-1 {
	text-align: right;
}

#home-newsletter .social li {
	margin-left: 20px;
}

#home-newsletter .social li a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 34px;
    background: #fff;
    border: 1px dashed #fff;
    color: #ec9f47;
 margin-top: 10px;
    transition: none;
}

#home-newsletter .mc4wp-form input[type=email]:focus {
	border: 1px solid #fff!important;
}

@media(min-width: 900px) {
	#home-newsletter .hack {
		margin-right: -180px;
	}
}

#home-newsletter .mc4wp-form input[type=submit] {
	background: #fff;
    color: #ec9f47;
    border-radius: 10px;
    padding: 18px 25px;
    margin-left: 15px;
    border: 1px solid #fff;
}

.placeholder article.wpb_single_image {
	margin-bottom: 0;
}

.page-id-2810 .k2t-content {
	padding-top: 0!important;
}

.post-item {
	background: #f3f3f3;
}

#home-newsletter .mc4wp-form input[type=submit]:hover, #home-newsletter .mc4wp-form input[type=submit]:active, #home-newsletter .mc4wp-form input[type=submit]:focus {
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

#home-newsletter .social li a:hover, #home-newsletter .social li a:focus, #home-newsletter .social li a:active {
	border: 1px dashed #fff;
	background: transparent;
	transition: none;
	color: #fff;
}

#home-newsletter {
	border-bottom: 3px solid #fff
}

#videos-home {
	border-bottom: 4px solid #fff
}

#tips-and-ideas {
	border-bottom: 2px solid #fff;
}

.home #tips-and-ideas {
	
	margin-top: -4px;
}

.k2t-social-share:hover {
    background: #f3f3f3;
}

.k2t-social-share {
	width: auto;
	margin-top: 30px;
}

.k2t-sidebar .widget_categories {
	border-bottom: 5px solid #ec9f47;
}

.entry-box {
	background: #f3f3f3;
}

.post-item .entry-title a, .entry-box .entry-title a {
	color: #ec9f47!important;
}

.post-item .entry-title, .entry-box .entry-title {
	margin-top: -8px;
}

.post-item .entry-title a:hover,.post-item .entry-title a:focus, .post-item .entry-title a:active, .entry-box .entry-title a:focus, .entry-box .entry-title a:hover, .entry-box .entry-title a:active {
	color: #222222!important;
}

.k2t-breadcrumbs li{ color:#000;}
.k2t-breadcrumbs a {color: #F58E22;}
.k2t-breadcrumbs li, .k2t-breadcrumbs a {
	
	font-size: 15px;
	font-weight:normal;
}

@media(min-width: 700px) {
	.k2t-btt {
		right: 50px;
	}
}

.k2t-breadcrumbs li.current {
	font-weight:normal;
}

@media(min-width: 1200px) {
	.k2t-header-top, .k2t-header-top .k2t-menu li a, .k2t-header-top a:hover {
    	color: #cbcbcb;
	}
}

.k2t-title-bar .main-excerpt, .k2t-title-bar .main-title {
	display: none;
}

.k2t-header-top, .k2t-header-top .k2t-menu li a, .k2t-header-top a:hover {
    color: #cbcbcb;
}

.k2t-title-bar {
	padding-bottom: 0px!important;
}

.k2t-title-bar .k2t-wrap {
	padding-top: 12px!important;
    padding-bottom: 18px!important;
}

#featured-products .product-item .product-name {
	border: none;
}

#news-splash {
	padding: 140px 0;
}

.shop-cart {
	display: none!important;
}

.mobi-menu-login {
	visibility: hidden!important;
}


@media(max-width: 900px) {
	.k2t-header-mid .k2t-menu > li > a {
		font-size: 67%!important;
		padding: 0 8px!important;
	}
}

@media(max-width: 800px) {
	.k2t-header .k2t-header-m .k2t-logo-m img {
		padding-top: 5px!important;
    	padding-bottom: 5px;
	}
}


.k2t-title-bar .k2t-wrap.breadcrumb {
	padding: 15px 0;
}


.post-item .entry-content {
	margin-top: 0;
}


.product-item .product-name h3 {
	font: 300 16px/20px 'Montserrat', sans-serif;
        min-height: 38px;
}

.select-region {
	padding: 15px;
    background: #f3f3f3;
    border-bottom: 3px solid #ec9f47;
}

.amazingslider-bullet-1 {
	background-color: #fff!important;
}

.amazingslider-nav-thumbnail-tite-1 {
	color: #000!important;
}

.amazingslider-nav-featuredarrow-1 {
	display: none!important;
}

.amazingslider-nav-thumbnail-tite-1 {
	font: inherit!important;
	font-size: 16px!important;
	font-weight: 600!important;
	padding: 20px 10px!important;
}


.product-category img {
    border: 1px solid #b7b7b7;
    padding: 5px;
}

.product-category.product {
	float: left;
	width: 33%;
	padding: 0 15px;
	text-align: center;
}

@media(max-width: 767px) {
	/*.product-category.product {
		width: 100%;
	}*/
}


.product-category h3 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
}

.product-category h3 .count {
	display: none;
}


.design-inv .theme-btn a, .tips-ideas-blog .theme-btn a {
	padding: 8px 20px!important;
}


.k2t-iconbox.layout-2.dashed .iconbox-icon {
    border: 1px dashed #a6a6a6!important;
}

.k2t-iconbox .learnmore {
	font-size: 14px;
}


.tips-ideas-blog .headings h2 {
	margin-bottom: 5px;
	font-size: 18px;
}

.tips-ideas-blog .headings h2 a {
	color: #252525;
}

.tips-ideas-blog .headings h2 a:hover,  .tips-ideas-blog .headings h2 a:focus, .tips-ideas-blog .headings h2 a:active {
	color: #F90;
}

.tips-ideas-blog .vc_column-inner  {
	padding-top: 25px!important;
}

.support-text {
	padding-top: 20px!important;
	padding-right: 17px!important;
	padding-left: 17px!important;
}

@media(max-width: 1200px) {
	.support-text .wpb_text_column {
		font-size: 14px;
	}
}

@media(min-width: 1050px) {
	.support-text {
		padding-top: 5%!important;
	}
}


@media(min-width: 1200px) and (max-width: 1399px) {
	.support-text {padding-left: 3%!important; padding-right: 3%!important;}
/*news banner*/	
#news-splash {padding: 105px 0;}
.background-dark .vc_custom_heading h2 {font-size: 50px !important;}


}

@media(max-width: 1000px) {
	.support-page-section .vc_col-sm-6 {
		width: 100%!important;
	}
}

@media(min-width: 1400px) {
	.support-text {
		padding-top: 8.2%!important;
		padding-left: 7%!important;
		padding-right: 7%!important;
	}
}

@media(min-width: 1000px) {
	.float-right {
		float: right!important;
	}
}

@media(max-width: 999px) {
	.support-text {
		padding-top: 30px!important;
		padding-bottom: 15px!important;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}


.tips-ideas-blog-padding {
	padding: 0 27px!important;
}

@media(max-width: 1024px) {
	.tips-ideas-blog-padding {
		padding: 0 15px!important;
	}
}

.wpb_raw_html {
	margin-bottom: 0!important;
}


@media(min-width: 1000px) {
	.right-sidebar .k2t-blog, .left-sidebar .k2t-blog, .right-sidebar .k2t-main, .left-sidebar .k2t-main, .k2t-sidebar {
		padding-top: 0;
	}
}


h3.storage {
	color: #ffcc01;
}

h3.heavy-duty-storage {
	color: #f18a01;
}

h3.flexi {
	color: #a84e98;
}

h3.laundry {
	color: #8bc6e4;
}

h3.speciality {
	color: #514e9d;
}

h3.kitchen {
	color: #e40613;
}

h3.refuse {
	color: #76b729;
}

.category-top {
	background: #fff;
	text-align: center;
}

@media(min-width: 1200px) {
	.page-id-2167 .breadcrumb{
		padding-left: 28px!important;
	}
}

.ezy-social .iconbox-text .title h3:hover {
	color: #ec9f47;
}

.ezy-social .iconbox-icon i:hover {
	color: #222222;
}





.parent_categories  ul li a img{width:80px; }




/*-------------------------
3-2-2017------------------------------------------*/


#searchID i {display: block;float: right;font-size:15px;text-align: right;width: 100%; color:#aaaaaa;}
.k2t-searchbox.active #searchsubmit i{ color:#aaaaaa; font-weight:lighter;}
.k2t-searchbox.active #searchsubmit .searchform .s{ border-color: #000000;}


/*------------
singel product----------------*/

.product-img-cont{ background:#f3f3f3; padding:30px; width:75.5%; float:right;}
.product-img-cont .product-img{ width:100%;}
#single-product-image-wrap #nav{ width:21%;float:left; margin:0!important;} 
#single-product-image-wrap #nav .owl-item{ float:none!important; width:100%!important; margin:0 0 15px 0!important; background:#cccccc;}
.k2t-product-bottom .woocommerce-tabs .tabs{ margin:0!important;}
.k2t-product-bottom .woocommerce-tabs .tabs li a {background:#eca047!important;color: #ffffff !important;font-size: 15px !important;font-weight:700!important;
margin-right: 5px !important;padding: 10px 20px !important;text-transform: capitalize !important;}
.k2t-product-bottom .woocommerce-tabs .tabs li.active a{ background:#333!important;}
.k2t-product-bottom .woocommerce-tabs .tabs li a:after{ content:inherit!important;}
.woocommerce-Tabs-panel{ padding:30px!important; background:#f3f3f3;}
.k2t-line-top{ clear:both; float:left; width:100%; margin-bottom:50px; margin-top:50px;}
.k2t-line-top .wpcf7-form{ background:#f3f3f3; padding:50px 80px; float:left; width:100%;}
.k2t-line-top .wpcf7-form .left_input{ float:left; width:48%;} 
.k2t-line-top .wpcf7-form .right_input{ float:right;width:48%;} 
.k2t-line-top .wpcf7-form .left_input p{ margin-bottom:20px;} 
.k2t-line-top .wpcf7-form .left_input .half-col{ width:100%!important;}
.question_title {color: #252525;font-size: 22px;font-weight: bold;margin-bottom: 20px;text-transform: uppercase;}
.k2t-line-top .wpcf7-form input, .k2t-line-top .wpcf7-form textarea, .k2t-line-top .wpcf7-form select{ border:1px dashed #959595!important;}
.k2t-line-top .wpcf7-form textarea{ height:190px;}
.k2t-line-top .wpcf7-form .wpcf7-submit {border: medium none !important;float: right;height: 55px !important;margin:10px 0 0 !important;}
#nav .owl-stage{ width:100%!important; }  
.owl-theme .owl-controls .owl-nav [class*="owl-"]{ opacity:1!important; background:none; color:#000!important;}	
.owl-prev{ margin-left:-30px!important;}
.owl-next{ margin-right:-30px!important;}
.product_meta img{ margin-right:5px; margin-top:8px;}	     
.Back-button > a {color: #959595;display: block;font-weight: bold;margin-bottom: 20px; background:url("../img/back_icon.jpg") no-repeat scroll left -7px top 7px;}	  

.single-product .stock{ display:none!important;}
.single-product .posted_in{ display:none!important;}  
.archive .k2t-line-top{ display:none;}
.single-product .product_breadcrmb {margin:22px 0 5px;}	
.single-product .tp-leftarrow{ left:0!important;}	
.single-product .tp-rightarrow{ right:0!important;}
.single-product .tp-leftarrow::before, .tp-rightarrow::before{ font-size:40px!important;}
.tp-leftarrow::before, .tp-rightarrow::before{ font-size:40px!important;}
	
	
/*---------------
product page-----------------*/

.parent_categories ul{ text-align:center;}    
.parent_categories ul li{ display:inline-block; margin-right:20px;}   
.parent_categories ul li:last-child{ margin-right:0;}
.parent_categories ul li img {display: block;margin: 0 auto;}
.parent_categories ul li a span {border-bottom: 6px solid #fff;clear: both;color: #444142;display:block;float: none;font-size: 13px;
padding-bottom: 5px;text-transform: uppercase;  font-family: Montserrat;}   
.parent_categories{ background:#fff; padding:20px 0 0px;}   
.breadcrumb {padding-left:0px!important;}  
.product-category h3{ color:#252525!important; text-transform:uppercase;}       
      
  
.storage.active_cat a span{border-bottom: 6px solid #FCCC00;} 
.speciality.active_cat a span{border-bottom: 6px solid #514E9D;}
.refuse.active_cat a span{border-bottom: 6px solid #77B82A;} 
.laundry.active_cat a span{border-bottom: 6px solid #8BC6E4;} 
.kitchen.active_cat a span{border-bottom: 6px solid #DF0714;} 
.heavy-duty.active_cat a span{border-bottom: 6px solid #F18A01;} 
.flexi.active_cat a span{border-bottom: 6px solid #A84E98;} 


.archive .breadcrumb {padding-left:28px!important;}

  
/*------------------
slider_section------------------------*/

.slider_one{ display:none!important;}
.nav-dir-horizontal{ position:relative!important; left:0!important; width:100%!important; max-width:inherit!important;transform:inherit!important;}
.nav-dir-horizontal .tp-tab-mask{ max-width:100%!important;}
.tp-tabs-inner-wrapper{ width:100%!important;}
.tp-tab-title{ display:none;}
.tp-tab {float: left;height:75px!important;left: 0 !important;line-height:75px !important;position: relative !important;width:25%!important;
text-align: center;border-top:5px solid #cdcdcd!important;}
.tp-tab .tp-tab-desc{line-height: 75px !important; font-size:24px; color:#000!important;font-family: Montserrat;}
.tp-tab.selected{border-top:5px solid #eea346!important;}
.tp-tab.selected .tp-tab-desc{color:#eea346!important;}
#home-double-block{ margin-top:44px!important;}
.tp-tab{ opacity:1!important;}
#mc4wp-form-1 p:first-child {margin: 22px 0 0 0!important;vertical-align: top;}
.slider_section .image-link .attachment-full{ display:none;}
.home_shope_slider .vc_col-sm-12{ margin-top:0!important;}  

.woocommerce-breadcrumb{ text-align:left; color:#000!important;  font-size:16px;}
.woocommerce .woocommerce-breadcrumb a{ color:#F18A01!important;}
.subcategory-slider {margin-top:20px;}
.single-product .woocommerce-breadcrumb{ margin:40px 0 40px 0;}
.woocommerce-breadcrumb{margin:0!important;}
.woocommerce .woocommerce-breadcrumb{    margin: 0 0 1em!important;}	
.main-category-shortdescription {
   font-size: 16px;
    font-weight: 400;
    line-height: 2;
     text-align: left;
}
.product-dection-cont .container {
    padding: 0 30px;
}


  .page-id-2167 .k2t-body .container.k2t-wrap.breadcrumb {
    padding: 0 30px!important;
}
 
/*---------------
where to by----------------------*/

.animated{ visibility:visible!important;}
.where_to_byy_tabing .wpsm_nav-tabs{ width:32%!important; padding-top:65px!important;}
.where_to_byy_tabing .wpsm_nav-tabs{background:#f3f3f3;border:none!important;border-bottom: 3px solid #ec9f47!important;padding: 15px;}
.where_to_byy_tabing .tab-content{ width:63%!important; float:right; border:none!important;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li > a{ border:1px solid #F3F3F3!important; background:none!important; padding:10px 0!important; text-align:left!important;
font-size:15px!important;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li > a:focus, .page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li > a:hover{border:1px solid #F3F3F3!important;
background:none!important;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li.active > a, #tab_container_4063 .wpsm_nav-tabs > li.active > a:hover, #tab_container_4063 .wpsm_nav-tabs > li.active > a:focus
{ background:none!important; color:#f58e22!important;}
.page-id-2810 .where_to_byy_tabing .wpsm_nav-tabs li a i:before{ content:"+"!important;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li.active > a, #tab_container_4063 .wpsm_nav-tabs > li.active > a:hover, #tab_container_4063 .wpsm_nav-tabs > li.active > a:focus{ background:none!important;
border:1px solid #F3F3F3!important;}
.where_to_byy_tabing h3 {float: left;left: 23px;position: relative;text-transform:uppercase; z-index:1;}
.where_to_byy_tabing h3::after {background: rgba(0, 0, 0, 0) url("../img/line.png") no-repeat scroll 0 0;content: "";
display: block;height: 2px;margin: 10px 0;width: 100px;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li > a:hover{ color:#EC9F47!important;}
.page-id-2810 #tab_container_4063 .tab-content{ border:none!important; padding:0!important; position:relative!important; z-index:55555!important;}
.where_to_byy_tabing .tab-content img{ border:1px solid #eaeaea; margin-right:63px; margin-bottom:50px;}
.where_to_byy_tabing .tab-content img:nth-of-type(4n){ margin-right:0!important;}
#tab_container_4063{ position:relative; top:-80px; margin-bottom:-50px!important;} 

   
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li.active > a{ background:#F3F3F3!important;color:#f58e22!important; border:1px solid #F3F3F3!important;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li.active > a:hover{ background:#F3F3F3!important;color:#f58e22!important;border:1px solid #F3F3F3!important;}
.page-id-2810 #tab_container_4063 .wpsm_nav-tabs > li.active > a:focus{ background:#F3F3F3!important;color:#f58e22!important;border:1px solid #F3F3F3!important;}


.footer-featured{ width:1170px; margin:30px auto 10px; float:none; text-align:center;}
.footer-featured .isotope-selector{ width:24%; display:inline-block;}
.lmp_load_more_button .lmp_button {background:#ec9f47 !important;border-radius: 10px;color: #ffffff !important;font-size: 17px;
margin-bottom: 15px !important;padding: 15px 20px;}
.lmp_load_more_button .lmp_button:hover{ background:#333!important;}
.footer-featured > h3 {font-size: 18px;text-transform: uppercase;}
.cat_footer {border-top: 3px solid #ec9f47;margin-top: 30px;} 
.bold_text a {font-size: 14px !important;font-weight: bold !important;}
.bold_text {margin-top: 20px;} 
.bold_text a:hover{ text-decoration:none!important;} 
.page-id-2810 .breadcrumb{ padding-left:0!important;}  
.copy-right .k2t-logo > img {width: 85%;position:relative;top:4px;}

.five-blocks .footer-featured .isotope-selector{ width:19%!important;}
.five-blocks .footer-featured .product-name{ min-height:59px;}
.five-blocks .product-item:hover .product-thumb img{ opacity:1!important;}
.featured_main_content {margin-bottom:30px;} 



.design-inv .desc > h4{ font-size:16px;text-transform:uppercase;line-height:16px; margin-top:20px;}
.design-inv .iconbox-icon{ display:none!important;}   
.suport_hed_content p {color: #ffffff;line-height: 24px;margin: 0 auto;text-align: center;width: 900px;} 
.awesome-database {background:rgba(0, 0, 0, 0) url("../img/mony.png") no-repeat scroll -3px 0;border: medium none !important;
color: rgba(0, 0, 0, 0) !important;content: initial !important;} 
#news-splash{ background:rgba(0, 0, 0, 0) url("../img/news_slider.jpg") no-repeat scroll 0 0 / 100% 100%!important;  background-position: left top;}  
  
    
.tips-ideas-blog {text-align: center !important;}  
.tips-ideas-blog .tips-ideas-blog-padding { display:inline-block; float:none!important;}
.news_read{ margin-top:20px;}
.news_read > a {background:#EC9F47;border-radius: 30px;padding: 10px 15px; color:#fff;display: block;width: 180px; margin:0 auto; text-transform:uppercase; font-size: 16px; font-weight: bold;}  
.news_read > a:hover{ background:#333; color:#fff;}
.heading-title h2 a {color: #252525;font-size: 17px;font-weight: bold;text-transform: uppercase;}
.heading-title{ margin-bottom:15px!important;}

.suport_hiden_section{ display:none!important;}
.support_box_area .vc_col-sm-3, .support_box_area .vc_col-sm-6{ text-align:center; position:relative;}
.support_box_area .vc_col-sm-3 .suport_content, .support_box_area .vc_col-sm-6 .suport_content{ line-height:22px;padding:0 20px; min-height:44px; clear:both;} 
.support_box_area .vc_col-sm-3 h4, .support_box_area .vc_col-sm-6 h4{display: table-cell;float: left;font-size: 16px;line-height: 21px;margin-bottom: 15px !important;margin-top: 10px !important;
text-transform: uppercase;width: 100%;}  
.read_mores{ margin-top:20px;} 
.read_mores > a {background:#ec9f47;border-radius:30px;clear: both;color: #ffffff;display: block;font-size: 14px;padding: 10px;width: 165px; margin:0 auto;
text-transform: uppercase;font-weight: bold;}
.read_mores > a:hover{ background:#333; color:#fff;}
  
.ezy-social .null-instagram-feed {background:#f7f7f7!important;min-height: 497px;padding: 20px !important;width: 90%!important;margin: 0 auto!important;}
.ezy-social .null-instagram-feed ul li {width:33.3%!important;}    
.ezy-social .null-instagram-feed ul{ margin:0!important;} 


.you_tube .__youtube_prefs__ {height: 375px;width: 100%;}
.you_tube p{display:none!important;}




 

@media only screen and (min-width: 2200px) and (max-width: 4000px){

.k2t-searchbox{right: 28% !important; width: 32% !important;}	  
	
}

@media only screen and (min-width: 1921px) and (max-width: 2200px){

.k2t-searchbox{ right: 21% !important; width: 43% !important;}	  
	
}


@media only screen and (min-width: 1700px) and (max-width: 1800px){

.k2t-searchbox{ right: 15% !important; width: 52% !important;}	
	
}

@media only screen and (min-width: 1600px) and (max-width: 1700px){

.k2t-searchbox{ width:55%!important; right:13%!important;}	


}
 
@media only screen and (min-width: 1400px) and (max-width: 1600px){

.k2t-searchbox { right: 11% !important; width: 58% !important;}
	
}   

@media only screen and (min-width: 1300px) and (max-width: 1400px){

.k2t-searchbox{ width:63%!important; right:6%!important;}	
	
}   

@media only screen and (min-width: 1280px) and (max-width: 1300px){

.k2t-searchbox{ width:70%!important; right:3%!important;}	
	
} 

@media only screen and (min-width: 1100px) and (max-width: 1280px){

.k2t-searchbox{   right: 4% !important;  width: 68% !important;}	

}

@media only screen and (min-width: 900px) and (max-width: 1100px){

.k2t-searchbox{ width:65%!important; right:3%!important;}	

}



.copyright-text a {
  color: #959595;
}

    
  
  div.wpcf7-response-output {
    margin: 2em 0em 1em !important;
}
.img_border img {
  border: 1px dashed #cecece;
}
.support_box_area.row-second {
  margin-top: 45px;
}
.support_box_area .vc_col-sm-6 {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 46%;
}
.support_box_area {
  text-align: center;
}
  
.faq_logo_section{ display:none!important;}  
  
@media only screen and (max-width:767px) 
{
.tp-rightarrow, .tp-leftarrow, .dot-line { display: block !important;}
.tp-leftarrow::before, .tp-rightarrow::before { font-size: 28px !important;  line-height: 36px !important;}
.hesperiden.tparrows{ height: 35px;  width: 35px;}
.home_shope_slider .wpb_text_column.wpb_content_element { margin-bottom: 0 !important;}
.k2t-header .k2t-header-m .mobile-menu{max-width: 100% !important;}
.k2t-header .k2t-header-m .k2t-menu-m ul.mobile-menu > li > .wrap-link-item a{  font-size: 14px;line-height: 35px; min-height: 35px;}
.k2t-header .k2t-header-m ul > li, .k2t-header .k2t-header-m ol > li {  line-height: 35px;}
.footer-featured{width: 95%;}
.k2t-header .k2t-header-m .mobile-menu-wrap.active{border-right: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0 23px 2px rgba(0, 0, 0, 0.2);}
.k2t-header .k2t-header-m ul li .wrap-link-item:hover > a {background: #ec9f47 !important;}


.k2t-searchbox.active{ z-index:inherit!important;}
.k2t-searchbox.active .searchform{ z-index:inherit!important;}
header .k2t-header-m{ z-index:inherit!important;}

.page-id-2810 .faq_logo_section {margin: 0 auto !important;width: 95%;}
.faq_logo_section .vc_tta-panel-body{ text-align:center;}
.faq_logo_section .vc_tta-panel-body p{ display:inline-block; margin:0;}
.faq_logo_section .vc_tta-panel-body p img{ border:1px solid #eaeaea; margin-right:10px; margin-bottom:10px; display:block;}
.faq_logo_section .vc_tta-panel-heading{ border-radius:0px!important;}
.faq_logo_section .vc_tta-panel-body{ border-radius:0px!important;}
.faq_logo_section .vc_tta-panels{ border-bottom:4px solid #EC9F47;}
.faq_logo_section .vc_tta-panel-title{ font-weight:lighter!important;font-family: Montserrat !important;}  
.faq_logo_section .vc_tta .vc_tta-controls-icon{ width:8px!important; height:8px!important;}

.where_to_byy_tabing #tab_container_4063{ display:none!important;}
.faq_logo_section{ display:block!important;}
.faq_logo_section .container{ width:100%!important;}
.where_to_byy_tabing .wpb_text_column.wpb_content_element {
  margin: 0 !important;
}

}



/*mobile */
@media only screen and (min-width:737px) and (max-width:767px)
{
/*--header---*/
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;  margin-top: -30px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox{  height: 38px; width: 37%; right: 2.2%; top: 29px;}
.k2t-footersearchbox.active {  position: absolute;}

/*---home---*/
.home_shope_slider { margin-top: 13px;}
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc{   font-size: 14px;  line-height: 40px !important;}
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {  font-size: 38px;  line-height: 40px;}
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 15% 10%;}
.home-icons .title h3 { line-height: 24px !important;  font-size: 15px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 50% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 15px;}
.newsletter-text .wpb_wrapper > p { text-align: center;  line-height: 22px;}
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 50px !important;margin-bottom: 0 !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 14px !important; max-width: 190px !important; min-width: 190px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center;}
.theme-color .wpb_wrapper p { line-height: 24px;  margin: 0 auto; width: 95%;}
#tips-and-ideas {  padding: 70px 0 !important;}
#videos-home.vc_row{  padding-bottom: 70px !important; padding-top: 70px !important;}

/*----footer---*/
.k2t-footer .k2t-bottom { padding-top: 25px !important;}
.k2t-footer .widget ul li { margin-bottom: 10px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: inline-flex !important; float: left; width: 33% !important; }
.k2t-footer .k2t-wrap .col-3:nth-child(2) {  padding-left: 34px;}
.k2t-footer .k2t-bottom .col-3 {  min-height: 218px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 60% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 40px;line-height: 40px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 40px; min-width: 130px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.home .k2t-body {  padding-top: 68px !important;}
.k2t-body { padding-top: 81px !important;}

/*news banenr*/
.page-template-blog-medium #news-splash {background-size: cover !important;  height: auto !important;  margin-bottom: 70px;  padding: 80px 0 60px !important;
  top: 70px;}


}

@media only screen and (min-width:671px) and (max-width:736px)
{
/*--header---*/
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;  margin-top: -30px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox{  height: 38px; width: 37%; right: 2.2%; top: 29px;}
.k2t-searchbox.active {  position: absolute;}

/*---home---*/   
.home_shope_slider { margin-top: 13px;}   
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc{   font-size: 14px;  line-height: 40px !important;}
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {  font-size: 38px;  line-height: 40px;}
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 15% 10%;}
.home-icons .title h3 { line-height: 24px !important;  font-size: 15px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 50% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 15px;}
.newsletter-text .wpb_wrapper > p { text-align: center;  line-height: 22px;}
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 50px !important;margin-bottom: 0 !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 14px !important; max-width: 190px !important; min-width: 190px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center;}
.theme-color .wpb_wrapper p { line-height: 24px;  margin: 0 auto; width: 95%;}
#tips-and-ideas {  padding: 60px 0 !important;}
#videos-home.vc_row{  padding-bottom: 70px !important; padding-top: 70px !important;}

/*----footer---*/
.k2t-footer .k2t-bottom { padding-top: 25px !important;}
.k2t-footer .widget ul li { margin-bottom: 10px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: inline-flex !important; float: left; width: 33% !important; }
.k2t-footer .k2t-wrap .col-3:nth-child(2) {  padding-left: 34px;}
.k2t-footer .k2t-bottom .col-3 {  min-height: 218px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 60% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 40px;line-height: 40px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 40px; min-width: 130px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.home .k2t-body {  padding-top: 68px !important;}  
.k2t-body { padding-top: 81px !important;}


/*news banenr*/
.page-template-blog-medium #news-splash {background-size: cover !important;  height: auto !important;  margin-bottom: 70px;  padding: 70px 0 50px !important;
  top: 70px;}

}

@media only screen and (min-width:570px) and (max-width:670px)
{
	/*--header---*/
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;  margin-top: -30px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox{  height: 38px; width: 37%; right: 2.2%; top: 29px;}
.k2t-searchbox.active {  position: absolute;}

/*---home---*/
.home_shope_slider { margin-top: 13px;}
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc{   font-size: 14px;  line-height: 40px !important;}
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {  font-size: 38px;  line-height: 40px;}
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 15% 10%;}
.home-icons .title h3 { line-height: 24px !important;  font-size: 15px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 50% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 15px;}
.newsletter-text .wpb_wrapper > p { text-align: center;  line-height: 22px;}
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 50px !important;margin-bottom: 0 !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 14px !important; max-width: 190px !important; min-width: 190px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center;}
.theme-color .wpb_wrapper p { line-height: 24px;  margin: 0 auto; width: 95%;}
#tips-and-ideas {  padding: 30px 0 !important;}
#videos-home {  padding-bottom: 70px !important; padding-top: 70px !important;}

/*----footer---*/
.k2t-footer .k2t-bottom { padding-top: 25px !important;}
.k2t-footer .widget ul li { margin-bottom: 10px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: inline-flex !important; float: left; width: 33% !important; }
.k2t-footer .k2t-wrap .col-3:nth-child(2) {  padding-left: 34px;}
.k2t-footer .k2t-bottom .col-3 {  min-height: 218px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 60% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 40px;line-height: 40px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 40px; min-width: 130px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.home .k2t-body {  padding-top: 68px !important;}
.k2t-body { padding-top: 81px !important;}

/*news banenr*/
.page-template-blog-medium #news-splash {background-size: cover !important;  height: auto !important;  margin-bottom: 70px;  padding: 70px 0 50px !important;
  top: 70px;}

}

@media only screen and (min-width:512px) and (max-width:569px)
{
/*--header---*/
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;  margin-top: -30px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox{  height: 38px; width: 37%; right: 2.4%; top: 29px;}
.k2t-searchbox.active {  position: absolute;}

/*---home---*/
.home_shope_slider { margin-top: 13px;}
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc{   font-size: 14px;  line-height: 40px !important;}
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {  font-size: 38px;  line-height: 40px;}
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 15% 10%;}
.home-icons .title h3 { line-height: 24px !important;  font-size: 15px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 50% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 15px;}
.newsletter-text .wpb_wrapper > p { text-align: center;  line-height: 22px;}
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 40px !important;margin-bottom: 0 !important;line-height: 40px !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 14px !important; max-width: 190px !important; min-width: 190px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center;}
.theme-color .wpb_wrapper p { line-height: 24px;  margin: 0 auto; width: 95%;}
#videos-home.vc_row {  padding-bottom: 60px !important; padding-top: 60px !important;}
#tips-and-ideas{position: 60px 0 !important;} 

/*----footer---*/
.k2t-footer .k2t-bottom { padding-top: 25px !important;}
.k2t-footer .widget ul li { margin-bottom: 10px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: inline-flex !important; float: left; width: 33% !important; }
.k2t-footer .k2t-wrap .col-3:nth-child(2) {  padding-left: 34px;}
.k2t-footer .k2t-bottom .col-3 {  min-height: 218px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 60% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 40px;line-height: 40px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 40px; min-width: 130px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}

/*---innerpage---*/
.home .k2t-body {  padding-top: 68px !important;}
.k2t-body { padding-top: 81px !important;}
.parent_categories ul li a img {  width: 70px;}
/*news banenr*/
.page-template-blog-medium #news-splash { background-size: cover !important; height: auto !important;  margin-bottom: 60px;  padding: 50px 0 30px !important;
    top: 67px;}


}



@media only screen and (min-width:415px) and (max-width:511px)
{
/*--header---*/
p{font-size: 13px;}
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;   margin-top: -22px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px !important;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox {height: 30px; left: 0; margin: 0 auto; right: 0; top: 80px; width: 88%; }
.k2t-searchbox.active {  position: absolute;}
.k2t-header .k2t-header-m {  min-height: 125px;}
.k2t-header-m .main-menu-m .k2t-right-m {border-bottom: 1px solid #dddddd; left: 0; line-height: 30px !important; margin: 0 auto; min-height: 30px !important; position: absolute; right: 0; top: 80px; width: 87% !important; }
.k2t-logo-m .k2t-logo img {  width: 120px;}
.tp-leftarrow::before, .tp-rightarrow::before {font-size: 22px !important; line-height: 31px !important; }
.hesperiden.tparrows {height: 30px; width: 30px; }

/*---home---*/
.home_shope_slider {margin-top: 57px; }
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc {font-size: 10px; line-height: 14px !important; padding: 8px 10px; }
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {font-size: 28px; line-height: 28px; }
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 18% 10%;}
.home-icons .title h3 { line-height: 20px !important;  font-size: 13px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 100% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 14px;}
.newsletter-text .wpb_wrapper > p {font-size: 13px; line-height: 20px; padding: 0 20px; text-align: center; }
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 28px !important;margin-bottom: 0 !important;line-height: 28px !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 12px !important; max-width: 120px !important; min-width: 120px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center; padding: 40px 0 !important;}
.theme-color .wpb_wrapper p {line-height: 18px; margin: 0 auto; width: 90%; }
#home-newsletter .mc4wp-form input[type="submit"] { margin: 15px auto 0 !important;width: 160px;}
#home-newsletter .social li a{ font-size: 19px; height: 34px;width: 34px; line-height: 30px;}
#home-newsletter { padding: 15px 0 8px !important;}
.left_subscribe{  margin-bottom: 3px !important;}
#mc4wp-form-1 p:first-child{margin: 15px 0 0 !important;}
.k2t-btt{z-index: 1000;}
#tips-and-ideas .vc_custom_heading h2 { margin-bottom: 10px !important;}
.k2t-footer .k2t-wrap .col-3:nth-child(4){padding-top: 15px;}
.k2t-footer .k2t-wrap .col-3:nth-child(3) {  margin-bottom: 15px;}
#home-newsletter .mc4wp-form input[type="email"]{ height: 35px;width: 90%;}
#home-newsletter .mc4wp-form input[type="submit"]{height: 35px;padding: 16px 25px;}
#home-newsletter .wpb_content_element p{margin-top: 0; display: block;	}
.k2t-footer .k2t-social-widget .social li a {  font-size: 14px;  line-height: 36px;height: 34px;width: 34px;}
.home-icons .iconbox-text .desc {  display: none;}
.home-icons .iconbox-text .title {  min-height: 41px;margin-bottom: 15px;}
.vc_row.wpb_row.home-icons {  padding-bottom: 0 !important;}
#featured-products .vc_custom_heading h2 {  margin-bottom: 20px;}

/*----footer---*/
.k2t-footer .k2t-bottom {padding: 15px 20px !important; }
.k2t-footer .widget ul li { margin-bottom: 5px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: block !important; float: left; width: 100% !important; }
.k2t-footer .k2t-bottom .col-3 {  min-height: 0px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 95% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 35px;line-height: 35px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 35px; min-width: 160px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .widget li { text-align: center;}
.k2t-footer .widget_nav_menu a { padding: 0 !important;}
.bold_text {  margin-top: 5px;}
.k2t-footer .k2t-wrap .k2t-row > div:last-child{margin-bottom: 0;}
.k2t-footer .k2t-info .copy-right p {  font-size: 9px;}

/*---inner-page----*/
.parent_categories { padding-top: 135px;}
.parent_categories ul li a span{ font-size: 12px;}
.parent_categories ul li a img { width: 57px;}
.page-id-2167 .k2t-body { padding-top: 0 !important;}
.k2t-body .k2t-title-bar {  padding: 0px 20px 0 !important;}
.k2t-title-bar .k2t-wrap.breadcrumb { padding: 0 !important;}
.woocommerce-breadcrumb{font-size: 13px !important;}
.product-category.product { margin: 0 auto;  padding: 0 10px;  text-align: center !important; width: 50%;}
.product-category h3 {display: block; font-size: 14px; line-height: 16px; margin-bottom: 10px; margin-top: 10px; min-height: 34px; }
.parent_categories ul li{ margin-right: 18px;}
.parent_categories {  padding: 135px 10px 0 !important;}
.page .parent_categories ul li{  margin-bottom: 0px !important;}

/*---categary---*/
.storage.active_cat a span { border-bottom: 3px solid #fccc00;  padding-bottom: 0;}
.tax-product_cat .k2t-body {  padding: 0;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured .isotope-selector{width: 100%;display: block;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector, .footer-featured .isotope-selector { float: left;  margin-right: 10px;  width: 48.2% !important;}
.woocommerce.columns-4 .article-loop .products .product-item, .footer-featured .isotope-selector .product-item { margin-bottom: 10px !important;}
.product-item:hover{box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}
.woocommerce.columns-4 .isotope-gallery .isotope-selector:nth-child(2n) {  margin-right: 0 !important;}
.parent_categories ul li:last-child{margin-top: 10px;}
.footer-featured .product-item .product-name h3 {  font-size: 14px;	}
.footer-featured .isotope-selector:nth-child(2n+1) {  margin-right: 0 !important;}
.footer-featured .product-item .product-thumb .button{font-size: 13px; height: 35px;left: 0;line-height: 35px;margin: 0 auto; padding: 0 15px; right: 0;top: 38%;  width: 130px;}

/*---categary details---*/
.subcategory-slider .tp-rightarrow, .subcategory-slider .tp-leftarrow{display: block !important; height: 30px; width: 30px;}
.product-gallery .article-loop .product-item .product-thumb .button{ font-size: 12px; left: 0; line-height: inherit; margin: 0 auto !important; padding: 5px 10px; right: 0; top: 41%; width: 120px; }
.k2t-content .k2t-wrap{ max-width: 100% !important;width: 90% !important;}
.product-gallery .product-item { margin-bottom: 20px !important;}
.product-gallery .lmp_load_more_button .lmp_button{padding: 10px 20px;font-size: 13px;margin-bottom: 0 !important;}
.k2t-body .cat_footer {  border-top: 2px solid #ec9f47; margin-top: 20px;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured h3{margin-bottom: 10px;}
.featured_main_content { font-size: 13px;  margin-bottom: 20px;}	
.subcategory-slider .tp-rightarrow {  right: 0px !important;}
.subcategory-slider .tp-leftarrow {  left: 0 !important;}
.product-item .product-name h3{font-size: 14px !important;}
.footer-featured .product-item {  margin-bottom: 10px !important;}
.product-item .product-thumb img {    padding: 10px !important;}
.product-gallery .products .isotope-selector, .five-blocks .footer-featured .isotope-selector{float: left;  margin-right: 10px !important;  width: 48.2% !important;}
.product-gallery .products .isotope-selector:nth-child(2n), .five-blocks .footer-featured .isotope-selector:nth-child(2n) {  margin-right: 0 !important;}
footer.k2t-footer {float: left;  width: 100%;}

/*--video--*/
.video-container { height: 270px !important;  margin-top: -198px !important;}
.video-container iframe {  height: 270px !important;}
#videos-home.vc_row.wpb_row { padding-bottom: 0 !important;  padding-top: 100px !important;}

/*---single-page----*/
.single-product .k2t-body {  padding-top: 118px;}
.Back-button > a{ font-size: 15px;background-size: 7px auto;}
.default_single_product .images { float: left !important;  margin-bottom: 0 !important;  padding: 0 !important;}
.woocommerce #nav a img{border: 2px solid #ffffff !important;}
.default_single_product .product-img-cont{ padding: 10px;}
.product-img-cont .owl-stage-outer .owl-stage, .product-img-cont .owl-stage-outer .owl-stage .owl-item {  width: 100% !important;}
.product-img-cont .click-fullscreen{ height: 30px;  width: 30px;}
.product-img-cont .click-fullscreen span{ font-size: 12px;padding: 9px;}
.default_single_product .summary.entry-summary {  padding: 20px 0 0 !important;}
.product .default_single_product .summary .product_title {  font-size: 24px;margin-bottom: 0;}
.sku_wrapper {  font-size: 13px;}
.default_single_product .summary .p-rate-price p.price { margin-top: 0;  margin-bottom: 10px;}
.k2t-product-bottom .woocommerce-tabs {  padding: 20px 0 0 !important;}
.k2t-product-bottom .woocommerce-tabs .tabs li a {background: #eca047 none repeat scroll 0 0 !important; color: #ffffff !important; font-size: 11px !important; font-weight: 700 !important; margin-right: 0 !important; padding: 2px 10px !important; text-transform: capitalize !important; }
.woocommerce-tabs .woocommerce-Tabs-panel{padding: 10px !important;}
.woocommerce-Tabs-panel .shop_attributes th, .woocommerce-Tabs-panel .shop_attributes td {  font-size: 13px;}
.product .k2t-product-bottom .product-related .text-heading > h2{ margin: 10px;font-size: 18px;}
.k2t-product-bottom .product-related { padding: 10px 0 0 !important;font-size: 18px;}
.k2t-product-bottom .product-related .products .owl-carousel { width: 90%; margin: 0 auto;}
.k2t-line-top .wpcf7-form{ padding: 12px;}
.question_title{font-size: 18px; margin-bottom: 18px;}
.k2t-line-top .wpcf7-form .left_input{width: 100%;}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select {  height: 38px;  padding: 5px 10px;}
.wpcf7-form p i{ right: 14px;top: 13px;}
.k2t-line-top .wpcf7-form .right_input{width: 100%;}
.k2t-line-top .wpcf7-form textarea { height: 130px;  padding: 10px;}
.k2t-line-top .wpcf7-form .wpcf7-submit {display: block; float: none; height: 38px !important; margin: 10px auto 0 !important; padding: 0; text-align: center; width: 150px; }
.k2t-content  .k2t-line-top{margin-top: 20px;margin-bottom: 20px;}
.product-related .product-item .product-thumb .button {font-size: 14px; height: 38px; padding: 8px 12px; width: 135px; left: 0; right: 0; margin: 0 auto; top: 38%; }
.product-related .owl-item .isotope-selector {  padding: 20px !important;}
.product-item:hover {  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;}
.product-item {  margin-bottom: 10px !important;}
div.wpcf7 .ajax-loader{display: block !important;}

/*----tips-and-ideas---*/
.k2t-body { padding-top: 125px !important;}
.tips-n-idea_title .vc_custom_heading h2 { font-size: 24px !important;  margin-bottom: 0 !important;}
.page .vc_row.tips-n-idea_title.background-dark {  padding: 40px 0 !important;  background-size: cover;}
.tips-n-idea_title .vc_custom_heading {margin-bottom: 0 !important;}
.k2t-breadcrumbs li, .k2t-breadcrumbs a{font-size: 13px;}
.k2t-title-bar.underline {  padding: 0 !important;}
.k2t-title-bar .container.k2t-wrap { width: 100% !important;}
.text .h {  margin-bottom: 0;}
.three_dotted + .wpb_text_column.wpb_content_element {  margin-bottom: 0 !important;}
.tips-ideas-blog .tips-ideas-blog-padding{padding: 0 !important;}
.tips-ideas-blog-padding .vc_column-inner {  padding-left: 10px !important;   padding-right: 10px !important;    padding-top: 0 !important;}
#how-to .heading-title .h a { display: block;  font-size: 16px;  line-height: 22px !important;}
.news_read > a{  font-size: 12px; padding: 7px 12px;width: 130px;}
#how-to .wpb_text_column.wpb_content_element { margin-bottom: 10px !important;}
#how-to .vc_row.wpb_row[class*="vc_custom_"] { padding-bottom: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485688181633.vc_row-has-fill {  margin-bottom: 0 !important;}

/*----news---*/
#news-splash .vc_custom_heading h2 {  font-size: 24px !important;  margin-bottom: 0 !important;}
.page-template-blog-medium #news-splash {margin-bottom: 120px;  padding: 47px 0 48px !important;  top: 120px;}
.k2t-blog.pagination-noborder { padding: 0;}
.k2t-blog .post-item { padding: 10px;}
.post-item .entry-content .entry-title {font-size: 16px; margin-top: 11px; margin-bottom: 8px; }
.post-item header span, .entry-box header span {  font-size: 12px;}
.post-item .entry-content .more-link{margin-top: 8px;}
.k2t-social-share { height: 34px;  margin-top: 0 !important;  position: relative; top: 4px;  width: 100%;}
article.post-item { margin-bottom: 0;}
.k2t-content .k2t-wrap .k2t-sidebar { padding: 0;}
.k2t-wrap .k2t-sidebar .widget { padding: 12px;}
.widget-title::after{margin: 8px 0;}
.widget ul li{margin-bottom: 5px;}
.k2t-sidebar .widget_categories { border-bottom: 3px solid #ec9f47;}
.page-template-blog-medium .right-sidebar .widget.widget_categories {margin-top: 20px !important;}


/*----news-details---*/
.k2t-content .k2t-blog { padding: 0;}
.entry-box{padding: 15px 15px 50px;margin-bottom: 10px;}
.entry-box .entry-title { margin-top: -8px;  font-size: 17px;  margin-bottom: 5px;}
.entry-box .post-entry{  margin-top: 5px;}
.entry-box footer{display: none;}

/*---suports--*/
.page-id-2804 .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px !important;}
.page-id-2804 .vc_custom_heading { margin-bottom: 0 !important;}
.suport_hed_content p{line-height: 20px;width: 90%;}
.wpb_text_column.wpb_content_element.suport_hed_content { margin-bottom: 0;}
.support_box_area .vc_col-sm-6{width: 100%;}
.img_border img{width: 80px;}
.support_box_area .vc_col-sm-3 .suport_content, .support_box_area .vc_col-sm-6 .suport_content {line-height: 21px;  min-height: 0;  padding: 0 20px;  font-size: 13px;}
.read_mores > a{font-size: 12px;padding: 6px;  width: 135px;}
.support_box_area.row-second { margin-top: 0;}
#gozVAmDrc8.vc_row.wpb_row.vc_row-fluid {  display: none;}

/*--design-innovation---*/
.page-id-2808 .background-dark .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px;  margin-bottom: 0 !important;}
.vc_custom_heading.vc_custom_1485687566324 { margin-bottom: 0 !important;}
.page-id-2808 .vc_row.wpb_row.vc_row-fluid.background-dark {  padding: 50px 0 !important;  background-size: cover;}
.k2t-heading-inner .text .h {  font-size: 16px;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485690643743 { padding-top: 0 !important;}
.design-inv .k2t-iconbox.layout-2 { margin-top: 0;}
.vc_row.design-inv.design_inner_section {  padding-top: 0 !important;}
.desc {  font-size: 13px;  padding: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv.design_inner_section { padding-bottom: 0 !important;  margin-bottom: 0 !important;}
.k2t-iconbox.layout-2 > .iconbox-text > .desc{margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv { margin-bottom: 0 !important;  padding-bottom: 0 !important;}
.post-2808 .vc_row .vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid {  margin-bottom: 0 !important;}

/*--about-us---*/
.top-banner .vc_custom_heading h2 { font-size: 24px !important;}
.top-banner p { font-size: 13px !important;  width: 90%;  margin: 0 auto;line-height: 22px !important;}
.no-sidebar .vc_row.wpb_row.vc_row-fluid.top-banner {  padding: 20px  !important;}
.skin-eion .k2t-scrolldown {  bottom: 10px;}
.image-banner .vc_col-sm-6.middle-banner.wpb_column.vc_column_container { padding: 70px !important;}
.about-text-block{padding: 6%;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485242709418 {  padding-top: 0 !important;}
.vc_col-sm-4 .k2t-iconbox.layout-2.dashed .iconbox-icon{height: 80px;width: 80px;}
.k2t-iconbox.layout-2 {  margin-top: 0!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485089072632 { padding-top: 0 !important;}
.about_row_third .vc_col-sm-4:last-child .layout-2 i { left: -9px;  position: relative;  top: -11px;}

}
@media only screen and (min-width:376px) and (max-width:414px)
{
/*--header---*/
p{font-size: 13px;}
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;   margin-top: -22px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px !important;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox {height: 30px; left: 0; margin: 0 auto; right: 0; top: 80px; width: 88%; }
.k2t-searchbox.active {  position: absolute;}
.k2t-header .k2t-header-m {  min-height: 125px;}
.k2t-header-m .main-menu-m .k2t-right-m {border-bottom: 1px solid #dddddd; left: 0; line-height: 30px !important; margin: 0 auto; min-height: 30px !important; position: absolute; right: 0; top: 80px; width: 87% !important; }
.k2t-logo-m .k2t-logo img {  width: 120px;}
.tp-leftarrow::before, .tp-rightarrow::before {font-size: 22px !important; line-height: 31px !important; }
.hesperiden.tparrows {height: 30px; width: 30px; }

/*---home---*/
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc {font-size: 10px; line-height: 14px !important; padding: 8px 10px; }
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {font-size: 24px; line-height: 24px; }
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 18% 10%;}
.home-icons .title h3 { line-height: 20px !important;  font-size: 13px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 100% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 14px;padding: 0 10px;}
.newsletter-text .wpb_wrapper > p {font-size: 13px; line-height: 20px; padding: 0 20px; text-align: center; }
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 24px !important;margin-bottom: 0 !important;line-height: 24px !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 12px !important; max-width: 120px !important; min-width: 120px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center; padding: 40px 0 !important;}
.theme-color .wpb_wrapper p {line-height: 18px; margin: 0 auto; width: 90%; }
#home-newsletter .mc4wp-form input[type="submit"] { margin: 15px auto 0 !important;width: 160px;}
#home-newsletter .social li a{ font-size: 19px; height: 34px;width: 34px; line-height: 30px;}
#home-newsletter { padding: 15px 0 8px !important;}
.left_subscribe{  margin-bottom: 3px !important;}
#mc4wp-form-1 p:first-child{margin: 15px 0 0 !important;}
.k2t-btt{z-index: 1000;}
#tips-and-ideas .vc_custom_heading h2 { margin-bottom: 10px !important;}
.k2t-footer .k2t-wrap .col-3:nth-child(4){padding-top: 15px;}
.k2t-footer .k2t-wrap .col-3:nth-child(3) {  margin-bottom: 15px;}
#home-newsletter .mc4wp-form input[type="email"]{ height: 35px;width: 90%;}
#home-newsletter .mc4wp-form input[type="submit"]{height: 35px;padding: 16px 25px;}
#home-newsletter .wpb_content_element p{margin-top: 0; display: block;	}
.k2t-footer .k2t-social-widget .social li a {  font-size: 14px;  line-height: 36px;height: 34px;width: 34px;}
.home-icons .iconbox-text .desc {  display: none;}
.home-icons .iconbox-text .title {  min-height: 41px;margin-bottom: 15px;}
.vc_row.wpb_row.home-icons {  padding-bottom: 0 !important;}
#featured-products .vc_custom_heading h2 {  margin-bottom: 20px;}

/*----footer---*/
.k2t-footer .k2t-bottom {padding: 15px 20px !important; }
.k2t-footer .widget ul li { margin-bottom: 5px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: block !important; float: left; width: 100% !important; }
.k2t-footer .k2t-bottom .col-3 {  min-height: 0px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 95% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 35px;line-height: 35px;padding: 0 10px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 35px; min-width: 160px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .widget li { text-align: center;}
.k2t-footer .widget_nav_menu a { padding: 0 !important;}
.bold_text {  margin-top: 5px;}
.k2t-footer .k2t-wrap .k2t-row > div:last-child{margin-bottom: 0;}
.k2t-footer .k2t-info .copy-right p {  font-size: 9px;}

/*---inner-page----*/
.parent_categories { padding-top: 135px;}
.parent_categories ul li a span{ font-size: 13px;}
.parent_categories ul li a img { width: 67px;}
.page-id-2167 .k2t-body { padding-top: 0;}
.k2t-body .k2t-title-bar {  padding: 0px 20px 0 !important;}
.k2t-title-bar .k2t-wrap.breadcrumb { padding: 0 !important;}
.woocommerce-breadcrumb{font-size: 13px !important;}
.product-category.product { margin: 0 auto;  padding: 0 10px;  text-align: center !important; width: 50%;}
.product-category h3 {display: block; font-size: 14px; line-height: 16px; margin-bottom: 10px; margin-top: 10px; min-height: 34px; }
.parent_categories ul li:nth-child(4) { margin-right: 0;}

/*---categary---*/
.storage.active_cat a span { border-bottom: 3px solid #fccc00;  padding-bottom: 0;}
.tax-product_cat .k2t-body {  padding: 0;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured .isotope-selector{width: 100%;display: block;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector, .footer-featured .isotope-selector { float: left;  margin-right: 10px;  width: 48.2% !important;}
.woocommerce.columns-4 .article-loop .products .product-item, .footer-featured .isotope-selector .product-item { margin-bottom: 10px !important;}
.product-item:hover{box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}
.woocommerce.columns-4 .isotope-gallery .isotope-selector:nth-child(2n) {  margin-right: 0 !important;}
.parent_categories ul li:last-child{margin-top: 10px;}
.footer-featured .product-item .product-name h3 {  font-size: 14px;	}
.footer-featured .isotope-selector:nth-child(2n+1) {  margin-right: 0 !important;}
.footer-featured .product-item .product-thumb .button{font-size: 13px; height: 35px;left: 0;line-height: 35px;margin: 0 auto; padding: 0 15px; right: 0;top: 38%;  width: 130px;}

/*---categary details---*/
.subcategory-slider .tp-rightarrow, .subcategory-slider .tp-leftarrow{display: block !important; height: 30px; width: 30px;}
.product-gallery .article-loop .product-item .product-thumb .button{ font-size: 12px; left: 0; line-height: inherit; margin: 0 auto !important; padding: 5px 10px; right: 0; top: 41%; width: 120px; }
.k2t-content .k2t-wrap{ max-width: 100% !important;width: 90% !important;}
.product-gallery .product-item { margin-bottom: 20px !important;}
.product-gallery .lmp_load_more_button .lmp_button{padding: 10px 20px;font-size: 13px;margin-bottom: 0 !important;}
.k2t-body .cat_footer {  border-top: 2px solid #ec9f47; margin-top: 20px;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured h3{margin-bottom: 10px;}
.featured_main_content { font-size: 13px;  margin-bottom: 20px;}	
.subcategory-slider .tp-rightarrow {  right: 0px !important;}
.subcategory-slider .tp-leftarrow {  left: 0 !important;}
.product-item .product-name h3{font-size: 14px !important;}
.footer-featured .product-item {  margin-bottom: 10px !important;}
.product-item .product-thumb img {    padding: 10px !important;}
.product-gallery .products .isotope-selector, .five-blocks .footer-featured .isotope-selector{float: left;  margin-right: 10px !important;  width: 48.2% !important;}
.product-gallery .products .isotope-selector:nth-child(2n), .five-blocks .footer-featured .isotope-selector:nth-child(2n) {  margin-right: 0 !important;}
footer.k2t-footer {float: left;  width: 100%;}

/*--video--*/
.video-container { height: 231px !important;  margin-top: -174px !important;}
.video-container iframe {  height: 233px !important;}
#videos-home.vc_row.wpb_row { padding-bottom: 0 !important;  padding-top: 80px !important;}

/*---single-page----*/
.single-product .k2t-body {  padding-top: 118px;}
.Back-button > a{ font-size: 15px;background-size: 7px auto;}
.default_single_product .images { float: left !important;  margin-bottom: 0 !important;  padding: 0 !important;}
.woocommerce #nav a img{border: 2px solid #ffffff !important;}
.default_single_product .product-img-cont{ padding: 10px;}
.product-img-cont .owl-stage-outer .owl-stage, .product-img-cont .owl-stage-outer .owl-stage .owl-item {  width: 100% !important;}
.product-img-cont .click-fullscreen{ height: 30px;  width: 30px;}
.product-img-cont .click-fullscreen span{ font-size: 12px;padding: 9px;}
.default_single_product .summary.entry-summary {  padding: 20px 0 0 !important;}
.product .default_single_product .summary .product_title {  font-size: 24px;margin-bottom: 0;}
.sku_wrapper {  font-size: 13px;}
.default_single_product .summary .p-rate-price p.price { margin-top: 0;  margin-bottom: 10px;}
.k2t-product-bottom .woocommerce-tabs {  padding: 20px 0 0 !important;}
.k2t-product-bottom .woocommerce-tabs .tabs li a {background: #eca047 none repeat scroll 0 0 !important; color: #ffffff !important; font-size: 11px !important; font-weight: 700 !important; margin-right: 0 !important; padding: 2px 9px !important; text-transform: capitalize !important; }
.woocommerce-tabs .woocommerce-Tabs-panel{padding: 10px !important;}
.woocommerce-Tabs-panel .shop_attributes th, .woocommerce-Tabs-panel .shop_attributes td {  font-size: 13px;}
.product .k2t-product-bottom .product-related .text-heading > h2{ margin: 10px;font-size: 18px;}
.k2t-product-bottom .product-related { padding: 10px 0 0 !important;font-size: 18px;}
.k2t-product-bottom .product-related .products .owl-carousel { width: 90%; margin: 0 auto;}
.k2t-line-top .wpcf7-form{ padding: 12px;}
.question_title{font-size: 18px; margin-bottom: 18px;}
.k2t-line-top .wpcf7-form .left_input{width: 100%;}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select {  height: 38px;  padding: 5px 10px;}
.wpcf7-form p i{ right: 14px;top: 13px;}
.k2t-line-top .wpcf7-form .right_input{width: 100%;}
.k2t-line-top .wpcf7-form textarea { height: 130px;  padding: 10px;}
.k2t-line-top .wpcf7-form .wpcf7-submit {display: block; float: none; height: 38px !important; margin: 10px auto 0 !important; padding: 0; text-align: center; width: 150px; }
.k2t-content  .k2t-line-top{margin-top: 20px;margin-bottom: 20px;}
.product-related .product-item .product-thumb .button {font-size: 14px; height: 38px; padding: 8px 12px; width: 135px; left: 0; right: 0; margin: 0 auto; top: 38%; }
.product-related .owl-item .isotope-selector {  padding: 20px !important;}
.product-item:hover {  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;}
.product-item {  margin-bottom: 10px !important;}
div.wpcf7 .ajax-loader{display: block !important;}

/*----tips-and-ideas---*/
.k2t-body { padding-top: 125px !important;}
.tips-n-idea_title .vc_custom_heading h2 { font-size: 24px !important;  margin-bottom: 0 !important;}
.page .vc_row.tips-n-idea_title.background-dark {  padding: 40px 0 !important;  background-size: cover;}
.tips-n-idea_title .vc_custom_heading {margin-bottom: 0 !important;}
.k2t-breadcrumbs li, .k2t-breadcrumbs a{font-size: 13px;}
.k2t-title-bar.underline {  padding: 0 !important;}
.k2t-title-bar .container.k2t-wrap { width: 100% !important;}
.text .h {  margin-bottom: 0;}
.three_dotted + .wpb_text_column.wpb_content_element {  margin-bottom: 0 !important;}
.tips-ideas-blog .tips-ideas-blog-padding{padding: 0 !important;}
.tips-ideas-blog-padding .vc_column-inner {  padding-left: 10px !important;   padding-right: 10px !important;    padding-top: 0 !important;}
#how-to .heading-title .h a { display: block;  font-size: 16px;  line-height: 22px !important;}
.news_read > a{  font-size: 12px; padding: 7px 12px;width: 130px;}
#how-to .wpb_text_column.wpb_content_element { margin-bottom: 10px !important;}
#how-to .vc_row.wpb_row[class*="vc_custom_"] { padding-bottom: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485688181633.vc_row-has-fill {  margin-bottom: 0 !important;}

/*----news---*/
#news-splash .vc_custom_heading h2 {  font-size: 24px !important;  margin-bottom: 0 !important;}
#news-splash { position: relative; padding: 40px 0 !important; top: 125px;}
.k2t-blog.pagination-noborder { padding: 0;}
.k2t-blog .post-item { padding: 10px;}
.post-item .entry-content .entry-title {font-size: 16px; margin-top: 11px; margin-bottom: 8px; }
.post-item header span, .entry-box header span {  font-size: 12px;}
.post-item .entry-content .more-link{margin-top: 8px;}
.k2t-social-share { height: 34px;  margin-top: 0 !important;  position: relative; top: 4px;  width: 100%;}
article.post-item { margin-bottom: 0;}
.k2t-content .k2t-wrap .k2t-sidebar { padding: 0;}
.k2t-wrap .k2t-sidebar .widget { padding: 12px;}
.widget-title::after{margin: 8px 0;}
.widget ul li{margin-bottom: 5px;}
.k2t-sidebar .widget_categories { border-bottom: 3px solid #ec9f47;}

/*----news-details---*/
.k2t-content .k2t-blog { padding: 0;}
.entry-box{padding: 15px 15px 50px;margin-bottom: 10px;}
.entry-box .entry-title { margin-top: -8px;  font-size: 17px;  margin-bottom: 5px;}
.entry-box .post-entry{  margin-top: 5px;}
.entry-box footer{display: none;}

/*---suports--*/
.page-id-2804 .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px !important;}
.page-id-2804 .vc_custom_heading { margin-bottom: 0 !important;}
.suport_hed_content p{line-height: 20px;width: 90%;}
.wpb_text_column.wpb_content_element.suport_hed_content { margin-bottom: 0;}
.support_box_area .vc_col-sm-6{width: 100%;}
.img_border img{width: 80px;}
.support_box_area .vc_col-sm-3 .suport_content, .support_box_area .vc_col-sm-6 .suport_content {line-height: 21px;  min-height: 0;  padding: 0 20px;  font-size: 13px;}
.read_mores > a{font-size: 12px;padding: 6px;  width: 135px;}
.support_box_area.row-second { margin-top: 0;}
#gozVAmDrc8.vc_row.wpb_row.vc_row-fluid {  display: none;}

/*--design-innovation---*/
.page-id-2808 .background-dark .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px;  margin-bottom: 0 !important;}
.vc_custom_heading.vc_custom_1485687566324 { margin-bottom: 0 !important;}
.page-id-2808 .vc_row.wpb_row.vc_row-fluid.background-dark {  padding: 50px 0 !important;  background-size: cover;}
.k2t-heading-inner .text .h {  font-size: 16px;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485690643743 { padding-top: 0 !important;}
.design-inv .k2t-iconbox.layout-2 { margin-top: 0;}
.vc_row.design-inv.design_inner_section {  padding-top: 0 !important;}
.desc {  font-size: 13px;  padding: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv.design_inner_section { padding-bottom: 0 !important;  margin-bottom: 0 !important;}
.k2t-iconbox.layout-2 > .iconbox-text > .desc{margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv { margin-bottom: 0 !important;  padding-bottom: 0 !important;}
.post-2808 .vc_row .vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid {  margin-bottom: 0 !important;}

/*--about-us---*/
.top-banner .vc_custom_heading h2 { font-size: 24px !important;}
.top-banner p { font-size: 13px !important;  width: 90%;  margin: 0 auto;line-height: 22px !important;}
.no-sidebar .vc_row.wpb_row.vc_row-fluid.top-banner {  padding: 20px  !important;}
.skin-eion .k2t-scrolldown {  bottom: 10px;}
.image-banner .vc_col-sm-6.middle-banner.wpb_column.vc_column_container { padding: 70px !important;}
.about-text-block{padding: 6%;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485242709418 {  padding-top: 0 !important;}
.vc_col-sm-4 .k2t-iconbox.layout-2.dashed .iconbox-icon{height: 80px;width: 80px;}
.k2t-iconbox.layout-2 {  margin-top: 0!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485089072632 { padding-top: 0 !important;}
.about_row_third .vc_col-sm-4:last-child .layout-2 i  { left: -9px;  position: relative;  top: -11px;}
}


@media only screen and (min-width:321px) and (max-width:375px)
{
/*--header---*/
p{font-size: 13px;}
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;   margin-top: -22px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px !important;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox {height: 30px; left: 0; margin: 0 auto; right: 0; top: 85px; width: 88%; }
.k2t-searchbox.active {  position: absolute;}
.k2t-header .k2t-header-m {  min-height: 128px;}
.k2t-header-m .main-menu-m .k2t-right-m {border-bottom: 1px solid #dddddd; left: 0; line-height: 30px !important; margin: 0 auto; min-height: 30px !important; position: absolute; right: 0; top: 85px; width: 87% !important; }
.k2t-logo-m .k2t-logo img {  width: 120px;}
.tp-leftarrow::before, .tp-rightarrow::before {font-size: 22px !important; line-height: 31px !important; }
.hesperiden.tparrows {height: 30px; width: 30px; }
 
/*---home---*/
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc {font-size: 9px; line-height: 14px !important; padding: 8px; }
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {font-size: 24px; line-height: 24px; }
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 18% 10%;}
.home-icons .title h3 { line-height: 20px !important;  font-size: 13px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 100% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 14px;padding: 0 10px;}
.newsletter-text .wpb_wrapper > p {font-size: 13px; line-height: 20px; padding: 0 20px; text-align: center; }
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 24px !important;margin-bottom: 0 !important;line-height: 24px !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 12px !important; max-width: 120px !important; min-width: 120px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center; padding: 40px 0 !important;}
.theme-color .wpb_wrapper p {line-height: 18px; margin: 0 auto; width: 90%; }
#home-newsletter .mc4wp-form input[type="submit"] { margin: 15px auto 0 !important;width: 160px;}
#home-newsletter .social li a{ font-size: 19px; height: 34px;width: 34px; line-height: 30px;}
#home-newsletter { padding: 15px 0 8px !important;}
.left_subscribe{  margin-bottom: 3px !important;}
#mc4wp-form-1 p:first-child{margin: 15px 0 0 !important;}
.k2t-btt{z-index: 1000;}
#tips-and-ideas .vc_custom_heading h2 { margin-bottom: 10px !important;}
.k2t-footer .k2t-wrap .col-3:nth-child(4){padding-top: 15px;}
.k2t-footer .k2t-wrap .col-3:nth-child(3) {  margin-bottom: 15px;}
#home-newsletter .mc4wp-form input[type="email"]{ height: 35px;width: 90%;}
#home-newsletter .mc4wp-form input[type="submit"]{height: 35px;padding: 16px 25px;}
#home-newsletter .wpb_content_element p{margin-top: 0; display: block;	}
.k2t-footer .k2t-social-widget .social li a {  font-size: 14px;  line-height: 36px;height: 34px;width: 34px;}
.home-icons .iconbox-text .desc {  display: none;}
.home-icons .iconbox-text .title {  min-height: 41px;}
.vc_row.wpb_row.home-icons {  padding-bottom: 0 !important;}
#featured-products .vc_custom_heading h2 {  margin-bottom: 20px;}

/*----footer---*/
.k2t-footer .k2t-bottom {padding: 15px 20px !important; }
.k2t-footer .widget ul li { margin-bottom: 5px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: block !important; float: left; width: 100% !important; }
.k2t-footer .k2t-bottom .col-3 {  min-height: 0px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 95% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 35px;line-height: 35px;padding: 0 10px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 35px; min-width: 160px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .widget li { text-align: center;}
.k2t-footer .widget_nav_menu a { padding: 0 !important;}
.bold_text {  margin-top: 5px;}
.k2t-footer .k2t-wrap .k2t-row > div:last-child{margin-bottom: 0;}
.k2t-footer .k2t-info .copy-right p {  font-size: 9px;}

/*---inner-page----*/
.parent_categories { padding-top: 145px;}
.parent_categories ul li a span{ font-size: 12px;}
.parent_categories ul li a img { width: 60px;}
.page-id-2167 .k2t-body { padding-top: 0;}
.k2t-body .k2t-title-bar {  padding: 0px 20px 0 !important;}
.k2t-title-bar .k2t-wrap.breadcrumb { padding: 0 !important;}
.woocommerce-breadcrumb{font-size: 13px !important;}
.product-category.product { margin: 0 auto;  padding: 0 10px;  text-align: center !important; width: 50%;}
.product-category h3 {display: block; font-size: 14px; line-height: 16px; margin-bottom: 10px; margin-top: 10px; min-height: 34px; }
.parent_categories ul li:nth-child(4) { margin-right: 0;}

/*---categary---*/
.storage.active_cat a span { border-bottom: 3px solid #fccc00;  padding-bottom: 0;}
.tax-product_cat .k2t-body {  padding: 0;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured .isotope-selector{width: 100%;display: block;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector, .footer-featured .isotope-selector { float: left;  margin-right: 10px;  width: 48.2% !important;}
.woocommerce.columns-4 .article-loop .products .product-item, .footer-featured .isotope-selector .product-item { margin-bottom: 10px !important;}
.product-item:hover{box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}
.woocommerce.columns-4 .isotope-gallery .isotope-selector:nth-child(2n) {  margin-right: 0 !important;}
.parent_categories ul li:last-child{margin-top: 10px;}
.footer-featured .product-item .product-name h3 {  font-size: 14px;	}
.footer-featured .isotope-selector:nth-child(2n+1) {  margin-right: 0 !important;}
.footer-featured .product-item .product-thumb .button{font-size: 13px; height: 35px;left: 0;line-height: 35px;margin: 0 auto; padding: 0 15px; right: 0;top: 38%;  width: 130px;}

/*---categary details---*/
.subcategory-slider .tp-rightarrow, .subcategory-slider .tp-leftarrow{display: block !important; height: 30px; width: 30px;}
.product-gallery .article-loop .product-item .product-thumb .button{ font-size: 12px; left: 0; line-height: inherit; margin: 0 auto !important; padding: 5px 10px; right: 0; top: 41%; width: 120px; }
.k2t-content .k2t-wrap{ max-width: 100% !important;width: 90% !important;}
.product-gallery .product-item { margin-bottom: 20px !important;}
.product-gallery .lmp_load_more_button .lmp_button{padding: 10px 20px;font-size: 13px;margin-bottom: 0 !important;}
.k2t-body .cat_footer {  border-top: 2px solid #ec9f47; margin-top: 20px;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured h3{margin-bottom: 10px;}
.featured_main_content { font-size: 13px;  margin-bottom: 20px;}	
.subcategory-slider .tp-rightarrow {  right: 0px !important;}
.subcategory-slider .tp-leftarrow {  left: 0 !important;}
.product-item .product-name h3{font-size: 14px !important;}
.footer-featured .product-item {  margin-bottom: 10px !important;}
.product-item .product-thumb img {    padding: 10px !important;}
.product-gallery .products .isotope-selector, .five-blocks .footer-featured .isotope-selector{float: left;  margin-right: 10px !important;  width: 48.2% !important;}
.product-gallery .products .isotope-selector:nth-child(2n), .five-blocks .footer-featured .isotope-selector:nth-child(2n) {  margin-right: 0 !important;}
footer.k2t-footer {float: left;  width: 100%;}

/*--video--*/
.video-container { height: 211px !important;  margin-top: -165px !important;}
.video-container iframe {  height: 212px !important;}
#videos-home.vc_row.wpb_row { padding-bottom: 0 !important;  padding-top: 70px !important;}

/*---single-page----*/
.single-product .k2t-body {  padding-top: 118px;}
.Back-button > a{ font-size: 15px;background-size: 7px auto;}
.default_single_product .images { float: left !important;  margin-bottom: 0 !important;  padding: 0 !important;}
.woocommerce #nav a img{border: 2px solid #ffffff !important;}
.default_single_product .product-img-cont{ padding: 10px;}
.product-img-cont .owl-stage-outer .owl-stage, .product-img-cont .owl-stage-outer .owl-stage .owl-item {  width: 100% !important;}
.product-img-cont .click-fullscreen{ height: 30px;  width: 30px;}
.product-img-cont .click-fullscreen span{ font-size: 12px;padding: 9px;}
.default_single_product .summary.entry-summary {  padding: 20px 0 0 !important;}
.product .default_single_product .summary .product_title {  font-size: 24px;margin-bottom: 0;}
.sku_wrapper {  font-size: 13px;}
.default_single_product .summary .p-rate-price p.price { margin-top: 0;  margin-bottom: 10px;}
.k2t-product-bottom .woocommerce-tabs {  padding: 20px 0 0 !important;}
.k2t-product-bottom .woocommerce-tabs .tabs li a {background: #eca047 none repeat scroll 0 0 !important; color: #ffffff !important; font-size: 10px !important; font-weight: 700 !important; margin-right: 0 !important; padding: 2px 7px !important; text-transform: capitalize !important; }
.woocommerce-tabs .woocommerce-Tabs-panel{padding: 10px !important;}
.woocommerce-Tabs-panel .shop_attributes th, .woocommerce-Tabs-panel .shop_attributes td {  font-size: 13px;}
.product .k2t-product-bottom .product-related .text-heading > h2{ margin: 10px;font-size: 18px;}
.k2t-product-bottom .product-related { padding: 10px 0 0 !important;font-size: 18px;}
.k2t-product-bottom .product-related .products .owl-carousel { width: 90%; margin: 0 auto;}
.k2t-line-top .wpcf7-form{ padding: 12px;}
.question_title{font-size: 18px; margin-bottom: 18px;}
.k2t-line-top .wpcf7-form .left_input{width: 100%;}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select {  height: 38px;  padding: 5px 10px;}
.wpcf7-form p i{ right: 14px;top: 13px;}
.k2t-line-top .wpcf7-form .right_input{width: 100%;}
.k2t-line-top .wpcf7-form textarea { height: 130px;  padding: 10px;}
.k2t-line-top .wpcf7-form .wpcf7-submit {display: block; float: none; height: 38px !important; margin: 10px auto 0 !important; padding: 0; text-align: center; width: 150px; }
.k2t-content  .k2t-line-top{margin-top: 20px;margin-bottom: 20px;}
.product-related .product-item .product-thumb .button {font-size: 14px; height: 38px; padding: 8px 12px; width: 135px; left: 0; right: 0; margin: 0 auto; top: 38%; }
.product-related .owl-item .isotope-selector {  padding: 20px !important;}
.product-item:hover {  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;}
.product-item {  margin-bottom: 10px !important;}

/*----tips-and-ideas---*/
.k2t-body { padding-top: 125px !important;}
.tips-n-idea_title .vc_custom_heading h2 { font-size: 24px !important;  margin-bottom: 0 !important;}
.page .vc_row.tips-n-idea_title.background-dark {  padding: 40px 0 !important;  background-size: cover;}
.tips-n-idea_title .vc_custom_heading {margin-bottom: 0 !important;}
.k2t-breadcrumbs li, .k2t-breadcrumbs a{font-size: 13px;}
.k2t-title-bar.underline {  padding: 0 !important;}
.k2t-title-bar .container.k2t-wrap { width: 100% !important;}
.text .h {  margin-bottom: 0;}
.three_dotted + .wpb_text_column.wpb_content_element {  margin-bottom: 0 !important;}
.tips-ideas-blog .tips-ideas-blog-padding{padding: 0 !important;}
.tips-ideas-blog-padding .vc_column-inner {  padding-left: 10px !important;   padding-right: 10px !important;    padding-top: 0 !important;}
#how-to .heading-title .h a { display: block;  font-size: 16px;  line-height: 22px !important;}
.news_read > a{  font-size: 12px; padding: 7px 12px;width: 130px;}
#how-to .wpb_text_column.wpb_content_element { margin-bottom: 10px !important;}
#how-to .vc_row.wpb_row[class*="vc_custom_"] { padding-bottom: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485688181633.vc_row-has-fill {  margin-bottom: 0 !important;}

/*----news---*/
#news-splash .vc_custom_heading h2 {  font-size: 24px !important;  margin-bottom: 0 !important;}
#news-splash { position: relative;}
.page-template-blog-medium #news-splash {padding: 37px 0 !important; top: 125px;}
.k2t-blog.pagination-noborder { padding: 0;}
.k2t-blog .post-item { padding: 10px;}
.post-item .entry-content .entry-title {font-size: 16px; margin-top: 11px; margin-bottom: 8px; }
.post-item header span, .entry-box header span {  font-size: 12px;}
.post-item .entry-content .more-link{margin-top: 8px;}
.k2t-social-share { height: 34px;  margin-top: 0 !important;  position: relative; top: 4px;  width: 100%;}
article.post-item { margin-bottom: 0;}
.k2t-content .k2t-wrap .k2t-sidebar { padding: 0;}
.k2t-wrap .k2t-sidebar .widget { padding: 12px;}
.widget-title::after{margin: 8px 0;}
.widget ul li{margin-bottom: 5px;}
.k2t-sidebar .widget_categories { border-bottom: 3px solid #ec9f47;}


/*----news-details---*/
.k2t-content .k2t-blog { padding: 0;}
.entry-box{padding: 15px 15px 50px;margin-bottom: 10px;}
.entry-box .entry-title { margin-top: -8px;  font-size: 17px;  margin-bottom: 5px;}
.entry-box .post-entry{  margin-top: 5px;}
.entry-box footer{display: none;}

/*---suports--*/
.page-id-2804 .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px !important;}
.page-id-2804 .vc_custom_heading { margin-bottom: 0 !important;}
.suport_hed_content p{line-height: 20px;width: 90%;}
.wpb_text_column.wpb_content_element.suport_hed_content { margin-bottom: 0;}
.support_box_area .vc_col-sm-6{width: 100%;}
.img_border img{width: 80px;}
.support_box_area .vc_col-sm-3 .suport_content, .support_box_area .vc_col-sm-6 .suport_content {line-height: 21px;  min-height: 0;  padding: 0 20px;  font-size: 13px;}
.read_mores > a{font-size: 12px;padding: 6px;  width: 135px;}
.support_box_area.row-second { margin-top: 0;}
#gozVAmDrc8.vc_row.wpb_row.vc_row-fluid {  display: none;}

/*--design-innovation---*/
.page-id-2808 .background-dark .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px;  margin-bottom: 0 !important;}
.vc_custom_heading.vc_custom_1485687566324 { margin-bottom: 0 !important;}
.page-id-2808 .vc_row.wpb_row.vc_row-fluid.background-dark {  padding: 50px 0 !important;  background-size: cover;}
.k2t-heading-inner .text .h {  font-size: 16px;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485690643743 { padding-top: 0 !important;}
.design-inv .k2t-iconbox.layout-2 { margin-top: 0;}
.vc_row.design-inv.design_inner_section {  padding-top: 0 !important;}
.desc {  font-size: 13px;  padding: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv.design_inner_section { padding-bottom: 0 !important;  margin-bottom: 0 !important;}
.k2t-iconbox.layout-2 > .iconbox-text > .desc{margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv { margin-bottom: 0 !important;  padding-bottom: 0 !important;}
.post-2808 .vc_row .vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid {  margin-bottom: 0 !important;}

/*--about-us---*/
.top-banner .vc_custom_heading h2 { font-size: 24px !important;}
.top-banner p { font-size: 13px !important;  width: 90%;  margin: 0 auto;  line-height: 22px !important;}
.no-sidebar .vc_row.wpb_row.vc_row-fluid.top-banner {  padding: 20px  !important;}
.skin-eion .k2t-scrolldown {  bottom: 10px;}
.image-banner .vc_col-sm-6.middle-banner.wpb_column.vc_column_container { padding: 70px !important;}
.about-text-block{padding: 6%;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485242709418 {  padding-top: 0 !important;}
.vc_col-sm-4 .k2t-iconbox.layout-2.dashed .iconbox-icon{height: 80px;width: 80px;}
.k2t-iconbox.layout-2 {  margin-top: 0!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485089072632 { padding-top: 0 !important;}
.about_row_third .vc_col-sm-4:last-child .layout-2 i  { left: -9px;  position: relative;  top: -11px;}

.faq_logo_section .vc_tta-panel-body img{ display:block;}
.faq_logo_section .vc_tta-panel-body p {float: left;margin: 0 5px 5px;width: 45%;}
.faq_logo_section .content_faq .vc_tta-panel-body p{ width:100%!important;}

}


@media only screen and (min-width:200px) and (max-width:320px)
{
/*--header---*/

p{font-size: 13px;line-height: 22px;}
.k2t-header .k2t-header-m .k2t-right-m i:hover{color: #dddddd !important;}
.k2t-searchbox.active form { float: right; left: auto; opacity: 1;   margin-top: -22px; right: 0 !important; visibility: visible;margin-left: 0; width: 100%;  }
 .k2t-searchbox input[type="text"]{font-size: 14px !important;padding: 10px 20px 10px 0;}
.k2t-searchbox #searchsubmit{font-size: 125%;   top: 9px;}
.k2t-searchbox {height: 30px; left: 0; margin: 0 auto; right: 0; top: 80px; width: 88%; }
.k2t-searchbox.active {  position: absolute;}
.k2t-header .k2t-header-m {  min-height: 125px;}
.k2t-header-m .main-menu-m .k2t-right-m {border-bottom: 1px solid #dddddd; left: 0; line-height: 30px !important; margin: 0 auto; min-height: 30px !important; position: absolute; right: 0; top: 80px; width: 87% !important; }
.k2t-logo-m .k2t-logo img {  width: 120px;}
.tp-leftarrow::before, .tp-rightarrow::before {font-size: 22px !important; line-height: 31px !important; }
.hesperiden.tparrows {height: 30px; width: 30px; }

/*---home---*/
.slider_section.vc_custom_1486188695053 {  display: none;}
.home_shope_slider .rev_slider_wrapper .nav-dir-horizontal{  display: block !important;  visibility: visible !important;}
.tp-tab .tp-tab-desc {font-size: 9px; line-height: 14px !important; padding: 8px 10px; }
.tp-tab{border-top: 2px solid #cdcdcd !important; height: 44px !important;line-height: 44px !important;}
.tp-tab.selected { border-top: 2px solid #eea346 !important;}
#home-double-block h2 a {font-size: 24px; line-height: 24px; }
.home_shope_slider .tp-rightarrow, .home_shope_slider .tp-leftarrow, .home_shope_slider .dot-line {  display: block !important;}
#home-double-block .blocks { background-size: cover;  padding: 18% 10%;}
.home-icons .title h3 { line-height: 20px !important;  font-size: 13px!important;}
.home-icons .vc_col-sm-12 .k2t-iconbox { width: 50% ;  float: left;margin-top: 0;}
.home-icons .vc_col-sm-12 .k2t-iconbox:nth-child(3n) { clear: both;}
.woocommerce.columns-4 .isotope-gallery .isotope-selector { float: left;  width: 100% !important;}
#featured-products .woocommerce .k2t-product-page { width: 95%;  margin: 0 auto;}
#featured-products .woocommerce .product-thumb .button.product_type_simple {left: 0; margin: 0 auto !important; padding: 5px 0 !important; right: 0; text-align: center; top: 40% !important; width: 130px !important; }
.article-loop .product-item .product-name h3{font-size: 14px;}
.newsletter-text .wpb_wrapper > p {font-size: 13px; line-height: 20px; padding: 0 20px; text-align: center; }
.hack .mc4wp-form .mc4wp-form-fields {margin: 0 auto; float: left; text-align: center; width: 100%; }
.social { text-align: center;}
#home-newsletter .social li a {  margin-top: 0;}
#home-newsletter .social li {  margin-left: 10px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hack {  margin-bottom: 0 !important;}
#videos-home .vc_custom_heading h2, #tips-and-ideas .vc_custom_heading  h2 { font-size: 24px !important;margin-bottom: 0 !important;line-height: 24px !important;}
#videos-home .vc_btn3-container .vc_general, #tips-and-ideas .vc_btn3-container .vc_general {font-size: 12px !important; max-width: 120px !important; min-width: 120px !important; padding: 8px 0 !important; }
#tips-and-ideas { background-size: cover;  background-position: center center; padding: 40px 0 !important;}
.theme-color .wpb_wrapper p {line-height: 18px; margin: 0 auto; width: 90%; }
#home-newsletter .mc4wp-form input[type="submit"] { margin: 15px auto 0 !important;width: 160px;}
#home-newsletter .social li a{ font-size: 19px; height: 34px;width: 34px; line-height: 30px;}
#home-newsletter { padding: 15px 0 8px !important;}
.left_subscribe{  margin-bottom: 3px !important;}
#mc4wp-form-1 p:first-child{margin: 15px 0 0 !important;}
.k2t-btt{z-index: 1000;}
#tips-and-ideas .vc_custom_heading h2 { margin-bottom: 10px !important;}
.k2t-footer .k2t-wrap .col-3:nth-child(4){padding-top: 15px;}
.k2t-footer .k2t-wrap .col-3:nth-child(3) {  margin-bottom: 15px;}
#home-newsletter .mc4wp-form input[type="email"]{ height: 35px;width: 90%;}
#home-newsletter .mc4wp-form input[type="submit"]{height: 35px;padding: 16px 25px;}
#home-newsletter .wpb_content_element p{margin-top: 0; display: block;	}
 .k2t-footer .k2t-social-widget .social li a {  font-size: 14px;  line-height: 36px;height: 34px;width: 34px;}

/*----footer---*/
.k2t-footer .k2t-bottom {padding: 15px 20px !important; }
.k2t-footer .widget ul li { margin-bottom: 5px;}
.k2t-footer .k2t-wrap .col-3 .widget { padding: 0; margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .col-3 {display: block !important; float: left; width: 100% !important; }
.k2t-footer .k2t-bottom .col-3 {  min-height: 0px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) { width: 100% !important; display: block !important;border-top: 1px solid #ffffff; padding-top: 22px;}
.k2t-footer .k2t-wrap .col-3:nth-child(4) .widget {width: 100%; }
.k2t-footer .col-3 .widget.widget_mc4wp_form_widget { width: 95% !important;  margin: 0 auto;}
.skin-eion .k2t-footer .mc4wp-form input[type="email"] {  margin-bottom: 18px;height: 35px;line-height: 35px;padding: 0 10px;}
.k2t-footer .textwidget p{margin-bottom: 12px;}
.k2t-footer .mc4wp-form input[type="submit"]{font-size: 12px;height: 35px; min-width: 160px;   padding: 15px 25px; border: 1px solid #f9f9f9;}
.k2t-footer .col-3 .widget.k2t-social-widget { margin-top: 16px !important;  margin-bottom: 0  !important;}
.k2t-info .row .col-8 { margin-bottom: 0 !important;}
.k2t-footer .k2t-wrap .widget li { text-align: center;}
.k2t-footer .widget_nav_menu a { padding: 0 !important;}
.bold_text {  margin-top: 5px;}
.k2t-footer .k2t-wrap .k2t-row > div:last-child{margin-bottom: 0;}
.k2t-footer .k2t-info .copy-right p {  font-size: 9px;}

/*---inner-page----*/
.parent_categories { padding-top: 135px;}
.parent_categories ul li{ margin-right: 10px;}
.parent_categories ul li a span{ font-size: 12px;}
.parent_categories ul li a img { width: 60px;}
.page-id-2167 .k2t-body { padding-top: 0;}
.k2t-body .k2t-title-bar {  padding: 0px 20px 0 !important;}
.k2t-title-bar .k2t-wrap.breadcrumb { padding: 0 !important;}
.woocommerce-breadcrumb{font-size: 13px !important;}
.product-category.product{width: 100%;margin: 0 auto;text-align: center !important;}
.product-category h3{margin-bottom: 15px;}
.parent_categories ul li:nth-child(4) { margin-right: 0;}
.storage.active_cat a span {  border-bottom: 3px solid #fccc00;  padding-bottom: 0;}
.tax-product_cat .k2t-body {  padding-top: 0;}

.footer-featured .isotope-selector{width: 100%;display: block;}
.footer-featured .product-item .product-thumb .button {font-size: 13px; height: 35px; left: 0; line-height: 35px; margin: 0 auto; padding: 0 15px; right: 0; top: 38%; width: 130px; }

/*---categary details---*/
.subcategory-slider .tp-rightarrow, .subcategory-slider .tp-leftarrow{display: block !important; height: 30px; width: 30px;}
.product-gallery .article-loop .product-item .product-thumb .button{ font-size: 12px; left: 0; line-height: inherit; margin: 0 auto !important; padding: 6px 10px; right: 0; top: 41%; width: 130px; }
.k2t-content .k2t-wrap{ max-width: 100% !important;width: 90% !important;}
.product-gallery .product-item { margin-bottom: 20px !important;}
.product-gallery .lmp_load_more_button .lmp_button{padding: 10px 20px;font-size: 13px;margin-bottom: 0 !important;}
.k2t-body .cat_footer {  border-top: 2px solid #ec9f47; margin-top: 20px;}
.footer-featured{margin: 20px auto 10px;}
.footer-featured h3{margin-bottom: 10px;}
.featured_main_content { font-size: 13px;  margin-bottom: 20px;}	
.five-blocks .footer-featured .isotope-selector { width: 80% !important;margin: 0 auto;}
.subcategory-slider .tp-rightarrow {  right: 0px !important;}
.subcategory-slider .tp-leftarrow {  left: 0 !important;}
.product-item .product-name h3{font-size: 14px !important;}
.footer-featured .product-item {  margin-bottom: 10px !important;}
.product-item .product-thumb img {    padding: 10px !important;}

/*--video--*/
.video-container { height: 170px !important;  margin-top: -144px !important;}
.video-container iframe {  height: 180px !important;}
#videos-home.vc_row.wpb_row { padding-bottom: 0 !important;  padding-top: 50px !important;}


/*---single-page----*/
.single-product .k2t-body {  padding-top: 118px;}
.Back-button > a{ font-size: 15px;background-size: 7px auto;}
.default_single_product .images { float: left !important;  margin-bottom: 0 !important;  padding: 0 !important;}
.woocommerce #nav a img{border: 2px solid #ffffff !important;}
.default_single_product .product-img-cont{ padding: 10px;}
.product-img-cont .owl-stage-outer .owl-stage, .product-img-cont .owl-stage-outer .owl-stage .owl-item {  width: 100% !important;}
.product-img-cont .click-fullscreen{ height: 30px;  width: 30px;}
.product-img-cont .click-fullscreen span{ font-size: 12px;padding: 9px;}
.fancybox-overlay{ z-index: 99999;}
.default_single_product .summary.entry-summary {  padding: 20px 0 0 !important;}
.product .default_single_product .summary .product_title {  font-size: 24px;margin-bottom: 0;}
.sku_wrapper {  font-size: 13px;}
.default_single_product .summary .p-rate-price p.price { margin-top: 0;  margin-bottom: 10px;}
.k2t-product-bottom .woocommerce-tabs {  padding: 20px 0 0 !important;}
.k2t-product-bottom .woocommerce-tabs .tabs li a {background: #eca047 none repeat scroll 0 0 !important; color: #ffffff !important; font-size: 8px !important; font-weight: 700 !important; margin-right: 0 !important; padding: 2px 6px !important; text-transform: capitalize !important; }
.woocommerce-tabs .woocommerce-Tabs-panel{padding: 10px !important;}
.woocommerce-Tabs-panel .shop_attributes th, .woocommerce-Tabs-panel .shop_attributes td {  font-size: 13px;}
.product .k2t-product-bottom .product-related .text-heading > h2{ margin: 10px;font-size: 18px;}
.k2t-product-bottom .product-related { padding: 10px 0 0 !important;font-size: 18px;}
.k2t-product-bottom .product-related .products .owl-carousel { width: 90%; margin: 0 auto;}
.k2t-line-top .wpcf7-form{ padding: 12px;}
.question_title{font-size: 18px; margin-bottom: 18px;}
.k2t-line-top .wpcf7-form .left_input{width: 100%;}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select {  height: 38px;  padding: 5px 10px;}
.wpcf7-form p i{ right: 14px;top: 13px;}
.k2t-line-top .wpcf7-form .right_input{width: 100%;}
.k2t-line-top .wpcf7-form textarea { height: 130px;  padding: 10px;}
.k2t-line-top .wpcf7-form .wpcf7-submit {display: block; float: none; height: 38px !important; margin: 10px auto 0 !important; padding: 0; text-align: center; width: 150px; }
.k2t-content  .k2t-line-top{margin-top: 20px;margin-bottom: 20px;}
.product-related .product-item .product-thumb .button {font-size: 14px; height: 38px; padding: 8px 12px; width: 135px; left: 0; right: 0; margin: 0 auto; top: 38%; }
.product-related .owl-item .isotope-selector {  padding: 20px !important;}
.product-item:hover {  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;}
.product-item {  margin-bottom: 10px !important;}
div.wpcf7 .ajax-loader{display: block !important;}

/*----tips-and-ideas---*/
.k2t-body { padding-top: 125px !important;}
.tips-n-idea_title .vc_custom_heading h2 { font-size: 24px !important;  margin-bottom: 0 !important;}
.page .vc_row.tips-n-idea_title.background-dark {  padding: 40px 0 !important;  background-size: cover;}
.tips-n-idea_title .vc_custom_heading {margin-bottom: 0 !important;}
.k2t-breadcrumbs li, .k2t-breadcrumbs a{font-size: 13px;}
.k2t-title-bar.underline {  padding: 0 !important;}
.k2t-title-bar .container.k2t-wrap { width: 100% !important;}
.text .h {  margin-bottom: 0;}
.three_dotted + .wpb_text_column.wpb_content_element {  margin-bottom: 0 !important;}
.tips-ideas-blog .tips-ideas-blog-padding{padding: 0 !important;}
.tips-ideas-blog-padding .vc_column-inner {  padding-left: 10px !important;   padding-right: 10px !important;    padding-top: 0 !important;}
#how-to .heading-title .h a { display: block;  font-size: 16px;  line-height: 22px !important;}
.news_read > a{  font-size: 12px; padding: 7px 12px;width: 130px;}
#how-to .wpb_text_column.wpb_content_element { margin-bottom: 10px !important;}
#how-to .vc_row.wpb_row[class*="vc_custom_"] { padding-bottom: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485688181633.vc_row-has-fill {  margin-bottom: 0 !important;}

/*----news---*/
#news-splash .vc_custom_heading h2 {  font-size: 24px !important;  margin-bottom: 0 !important;}
#news-splash { position: relative;  padding: 30px 0 !important; top: 125px;}
.k2t-blog.pagination-noborder { padding: 0;}
.k2t-blog .post-item { padding: 10px;}
.post-item .entry-content .entry-title {font-size: 16px; margin-top: 11px; margin-bottom: 8px; }
.post-item header span, .entry-box header span {  font-size: 12px;}
.post-item .entry-content .more-link{margin-top: 8px;}
.k2t-social-share { height: 34px;  margin-top: 0;  position: relative; top: 4px;  width: 100%;}
article.post-item { margin-bottom: 0;}
.k2t-content .k2t-wrap .k2t-sidebar { padding: 0;}
.k2t-wrap .k2t-sidebar .widget { padding: 12px;}
.widget-title::after{margin: 8px 0;}
.widget ul li{margin-bottom: 5px;}
.k2t-sidebar .widget_categories { border-bottom: 3px solid #ec9f47;}

/*----news-details---*/
.k2t-content .k2t-blog { padding: 0;}
.entry-box{padding: 15px 15px 50px;margin-bottom: 10px;}
.entry-box .entry-title { margin-top: -8px;  font-size: 17px;  margin-bottom: 5px;}
.entry-box .post-entry{  margin-top: 5px;}
.entry-box footer{display: none;}

/*---suports--*/
.page-id-2804 .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px !important;}
.page-id-2804 .vc_custom_heading { margin-bottom: 0 !important;}
.suport_hed_content p{line-height: 20px;width: 90%;}
.wpb_text_column.wpb_content_element.suport_hed_content { margin-bottom: 0;}
.support_box_area .vc_col-sm-6{width: 100%;}
.img_border img{width: 80px;}
.support_box_area .vc_col-sm-3 .suport_content, .support_box_area .vc_col-sm-6 .suport_content {line-height: 21px;  min-height: 0;  padding: 0 20px;  font-size: 13px;}
.read_mores > a{font-size: 12px;padding: 6px;  width: 135px;}
.support_box_area.row-second { margin-top: 0;}
#gozVAmDrc8.vc_row.wpb_row.vc_row-fluid {  display: none;}

/*--design-innovation---*/
.page-id-2808 .background-dark .vc_custom_heading h2 { font-size: 24px !important;  line-height: 24px;  margin-bottom: 0 !important;}
.vc_custom_heading.vc_custom_1485687566324 { margin-bottom: 0 !important;}
.page-id-2808 .vc_row.wpb_row.vc_row-fluid.background-dark {  padding: 50px 0 !important;  background-size: cover;}
.k2t-heading-inner .text .h {  font-size: 16px;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485690643743 { padding-top: 0 !important;}
.design-inv .k2t-iconbox.layout-2 { margin-top: 0;}
.vc_row.design-inv.design_inner_section {  padding-top: 0 !important;}
.desc {  font-size: 13px;  padding: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv.design_inner_section { padding-bottom: 0 !important;  margin-bottom: 0 !important;}
.k2t-iconbox.layout-2 > .iconbox-text > .desc{margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.design-inv { margin-bottom: 0 !important;  padding-bottom: 0 !important;}
.post-2808 .vc_row .vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid {  margin-bottom: 0 !important;}

/*--about-us---*/
.top-banner .vc_custom_heading h2 { font-size: 24px !important;}
.top-banner p { font-size: 13px !important;  width: 90%;  margin: 0 auto;line-height: 22px !important;}
.no-sidebar .vc_row.wpb_row.vc_row-fluid.top-banner {  padding: 20px  !important;}
.skin-eion .k2t-scrolldown {  bottom: 10px;}
.image-banner .vc_col-sm-6.middle-banner.wpb_column.vc_column_container { padding: 70px !important;}
.about-text-block{padding: 6%;}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1485242709418 {  padding-top: 0 !important;}
.vc_col-sm-4 .k2t-iconbox.layout-2.dashed .iconbox-icon{height: 80px;width: 80px;}
.vc_col-sm-4 .k2t-iconbox.layout-2 {margin-top: 20px !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485089072632 { padding-top: 0 !important;}
.about_row_third .vc_col-sm-4:last-child .layout-2 i { left: -9px;  position: relative;  top: -11px;}
.ezy-social .vc_col-sm-4 .vc_column-inner {padding: 0 !important;}

.faq_logo_section .vc_tta-panel-body img{ display:block;}
.faq_logo_section .vc_tta-panel-body p {float: left;margin: 0 5px 5px;width: 45%;}
.faq_logo_section .content_faq .vc_tta-panel-body p{ width:100%!important;}


}


@media only screen and (max-width:480px)
{
.flexi.active_cat a span {
    border-bottom: 3px solid #A84E98;
}
.heavy-duty.active_cat a span {
    border-bottom: 3px solid #F18A01;
}
.speciality.active_cat a span {
    border-bottom: 3px solid #514E9D;
}
.kitchen.active_cat a span {
    border-bottom: 3px solid #DF0714;
}
.refuse.active_cat a span {
    border-bottom: 3px solid #77B82A;
}
.laundry.active_cat a span {
    border-bottom: 3px solid #8BC6E4;
}
	.footer-featured{width: 90%;}
	.main-menu-m .main-mm-trigger.hamburger { line-height: 20px;  padding: 5px;  top: 16px;  width: 28px;}
	.heavy-duty.active_cat a span, .flexi.active_cat a span, .laundry.active_cat a span, .refuse.active_cat a span,
	.kitchen.active_cat a span, .storage.active_cat a span, .speciality.active_cat a span  { /*border-bottom: 3px solid #f18a01;  */padding-bottom: 0;}
	.k2t-wrap, .container { max-width: 100%;  width: 90%;}
	div.wpcf7-response-output { margin-top: 0 !important;}
	.background-dark {background-size: cover;}
	.page-id-2167 .k2t-body {  padding: 0 !important;}
	.tax-product_cat .k2t-body {  padding: 0 !important;}
	.tax-product_cat .k2t-title-bar .container.k2t-wrap { width: 95% !important;}
	.fancybox-overlay-fixed{  z-index: 90000;}
	.fancybox-opened { z-index: 900000;}
	.page .vc_row.wpb_row.vc_row-fluid.home_feature_pro { padding-top: 15px !important;}
	
	
.faq_page_sec .k2t-accordion .toggle-content a {
    word-wrap: break-word;
}

.gm-style div {
  width: 192px;
}


.page-id-2883 .vc_col-sm-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wpb_video_widget + .vc_custom_heading {
  margin-top: 10px;
}
.page-id-2883 .vc_custom_1485207437970 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-id-575 .vc_col-sm-4 .k2t-iconbox.layout-2 {
  margin-top: 20px !important;
}
.page-id-575 .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485089072632 {
  padding-bottom: 0 !important;
}
.page-id-575 .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1485089080243 {
  padding-top: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.about_row_first {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.about_row_third {
  padding-bottom:10px !important;
  padding-top: 0 !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.about_row_second {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.about_row_first .vc_row.wpb_row.vc_inner.vc_row-fluid {
  margin-bottom: 0 !important;
}
  

}

@media only screen and (max-width:736px)
{
.default_single_product #single-product-image-wrap.images {width: 100% !important;}
.default_single_product div.summary { width: 100% !important;}
}

@media only screen and (min-width:751px) and (max-width:767px)
{
	.home #videos-home .video-container { height: 336px !important; margin-top: -231px !important;}
	.home #videos-home .video-container iframe { height: 432px !important;}
	.home #videos-home.vc_row { padding-bottom: 0 !important;  padding-top: 85px !important;}
}
@media only screen and (min-width:737px) and (max-width:750px)
{
	.home #videos-home .video-container { height: 336px !important; margin-top: -231px !important;}
	.home #videos-home .video-container iframe { height: 421px !important;}
	.home #videos-home.vc_row { padding-bottom: 0 !important;  padding-top: 85px !important;}
}
@media only screen and (min-width:701px) and (max-width:735px)
{
	.home.page #videos-home .video-container { height: 336px !important; margin-top: -241px !important;}
	.home #videos-home .video-container iframe { height: 409px !important;}
	.home #videos-home.vc_row { padding-bottom: 0 !important;  padding-top: 85px !important;}
}
@media only screen and (min-width:680px) and (max-width:700px)
{
.home #videos-home .video-container {height: 336px !important; margin-top: -250px !important; }
	.home #videos-home .video-container iframe { height: 385px !important;}
	.home #videos-home.vc_row {padding-bottom: 0 !important; padding-top: 105px !important; }
}
@media only screen and (min-width:671px) and (max-width:700px)
{
.home #videos-home .video-container {height: 336px !important; margin-top: -250px !important; }
	.home #videos-home .video-container iframe { height: 395px !important;}
	.home #videos-home.vc_row {padding-bottom: 0 !important; padding-top: 105px !important; }
}
@media only screen and (min-width:640px) and (max-width:660px)
{
.home.page #videos-home .video-container {height: 336px !important; margin-top: -260px !important; }
	.home #videos-home .video-container iframe { height: 370px !important;}
	.home #videos-home.vc_row {padding-bottom: 0 !important; padding-top: 105px !important; }
}
@media only screen and (min-width:600px) and (max-width:639px)
{
.home.page #videos-home .video-container {height: 336px !important; margin-top: -264px !important; }
	.home #videos-home .video-container iframe { height: 358px !important;}
	.home #videos-home.vc_row {padding-bottom: 0 !important; padding-top: 105px !important; }
}








/*----------------
search page-------------------*/
  
.search-no-results .right-sidebar .k2t-wrap{ padding-top:35px;}  
.search-no-results .page-content .searchform{ background:#f7f7f7; padding:20px;}
.search-no-results .page-content .searchform .s{ float:left; width:75%;}
.search-no-results .page-content .searchform .searchsubmit{ float:right; margin:0!important;}


/*--------------
site map----------------------*/

.sitemap_listins{ margin-bottom:35px!important;}
.sitemap_listins .vc_col-sm-4{ background:#f7f7f7; width:31%; margin-right:30px; padding:20px;}
.sitemap_listins .vc_col-sm-4:last-child{margin-right:0;}
.sitemap_listins .vc_col-sm-4 .wpb_content_element{ margin-bottom:0!important;}
.sitemap_listins ul li a {background: rgba(0, 0, 0, 0) url("../img/list_arrow.png") no-repeat scroll left 15px center;border-bottom: 1px dashed #cccccc;display: block;
padding: 7px 5px 7px 30px;}  
.sitemap_listins ul li{ margin-bottom:10px; list-style:none; margin-right:10px; }
.sitemap_listins ul li ul{ margin-top:10px;}



/*--------------
where to buy--------------*/

.where_to_buy_section{ background:#2f2f2f url("../img/map_images.png") no-repeat right 20% center!important;}
.where_to_buy_section div{ background:none!important;}
.where_to_buy_section h2{ width:1170px; float:none; margin:0 auto; text-align:left!important; }

    


#videos-home .slider_videos {margin-top:-348px;position:relative;z-index:-5;margin-bottom:0!important;}
  
.home-icons .vc_column_container .wpb_text_column.wpb_content_element { margin: 0;}
.home-icons .layout-2 .iconbox-image { margin-top: 35px;}
#featured-products .home_feature_pro { padding: 30px 0 0 !important;}
.home_feature_pro {  padding-bottom: 0 !important;}


/*footer*/
.elp-widget .es_textbox .es_textbox_class {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff !important;
  border-radius: 8px;
  color: #000000;
  font-family: inherit;
  height: 50px;
  line-height: inherit;
  padding: 0 20px;
  width: 100%;
}

.elp-widget .es_button .es_textbox_button{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #f9f9f9;
  border-radius: 8px;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 0;
  margin: auto;
  min-width: 130px;
  padding: 20px 35px;
  text-transform: uppercase;
  width: auto;
}
.elp-widget .es_button .es_textbox_button:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #ec9f47;
}
.elp-widget .es_button {
     padding-bottom: 20px;
     text-align: center;
  
}

.elp-widget .es_textbox .es_textbox_class::-moz-placeholder {
    color: #cec6b9;
}
.k2t-footer .elp-widget {
    padding-top: 0;
}
.k2t-footer .col-3:last-child .textwidget > p {
  margin-bottom: 0;
}

/*video above section*//*
.hack .es_textbox .es_textbox_class:focus {
  border: 1px solid #ffffff !important;
}*/
.es_shortcode_form .es_msg > span {
    color: #ffffff;
}
.es_shortcode_form .es_msg {
  font-weight: 400;
  text-align: center;
}

.hack .es_textbox .es_textbox_class {
width: auto;
	float: none;
	background: transparent;
	color: #fff;
	-webkit-text-fill-color:#fff !important;
	border: 1px dotted #fff;
	border-radius: 10px;
	margin-bottom: 0;
	height: 40px;
	font: inherit;
        font-weight: 400;
}
.es_shortcode_form .es_button .es_textbox_button{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ec9f47;
  margin-left: 15px;
padding: 8px 25px;
}

.es_shortcode_form .es_button .es_textbox_button:hover, .es_shortcode_form .es_button .es_textbox_button:active, #home-newsletter .es_shortcode_form .es_button .es_textbox_button:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.es_shortcode_form .es_textbox {
    display: inline-block;
}
.es_shortcode_form .es_button {
    display: inline-block;
}

.hack .es_textbox .es_textbox_class::-moz-placeholder {
    color: #cec6b9;
}
.es_shortcode_form {
  float: right;
}



.k2t-footer .es_textbox .es_textbox_class::-moz-placeholder {
    color: #cec6b9;
}
.k2t-footer .k2t-wrap .k2t-row .col-3 .es_widget_form {
  margin-top: 10px;
}


.summary .apss-facebook a {
    margin-left: 0;
}


.summary  .apss-social-share a {
    margin: 0 5px !important;
    min-height: inherit !important;
}
.summary .social-share { margin-top: 30px; }

@media only screen and (min-width:768px) 
{
	
.summary .social-share { align-items: center; display: flex;  font-weight: 400;  margin-top: 30px;}
.summary  .share-title { float: left;}
.sharing-option { float: left;  padding-left: 15px;}	
 
/*4-4-2017*/
.single-product.woocommerce div.product .woocommerce-tabs { padding-top: 0;}
.single-product .type-product .sharing-op { float: right;  position: relative;top: 40px;  z-index: 99;}
.single-product.woocommerce .share-title { float: left;}
.single-product .sharing-option { float: left;}
.single-product .sharing-option .apss-social-share .apss-single-icon {float: left;}
.single-product .apss-theme-4 .apss-single-icon a { min-height: inherit;}
.single-product .social-share { align-items: center;  display: flex; display:-webkit-flex; -webkit-align-items:center; }

}


@media only screen and (max-width:1180px) 
{	.social-share .sharing-option {  margin-top: 10px !important;   margin-bottom: 6px;}
.apss-theme-4 .apss-single-icon a { margin: 2px;  min-height: 35px;}
    
  
}   

@media only screen and (max-width:736px) 
{
.apss-theme-4 .apss-single-icon a {margin: 4px;  min-height: 20px;}
.woocommerce div.product .summary .product_meta { margin-bottom: 15px;  }
.single-product .sharing-op {  clear: both;  float: none;  margin: 0 auto;  width: 95%;}
.social-share .sharing-option { margin-bottom: 0;}

}


/*--12-4-17--*/
.single-post .post-meta-right{display:none}
.page-id-222 .post-meta-right{display:none}
.single-product .images .twist-main-image {
  background: #F3F3F3;
  padding: 30px;
}
.single-product .images .elastislide-wrapper .elastislide-carousel .elastislide-list li a {
  background: #f3f3f3;
  padding: 10px;
}

	.single-product .images .twist-main-image{height: 602px !important;}
	.single-product .images .elastislide-wrapper .elastislide-carousel .elastislide-list { height: 605px !important;}
	.single-product .images .elastislide-wrapper { max-width: 130px !important;height: 605px !important;}
	.single-product .images .elastislide-wrapper .elastislide-carousel ul li{ max-width: 130px !important;max-height: 140px !important;}
	.single-product .images .elastislide-wrapper.elastislide-vertical nav span{left: 50px;}
	.single-product .images .elastislide-wrapper.elastislide-vertical span.elastislide-prev{top: 0;}
.single-product .default_single_product .images { width: 64% !important;}
.single-product .images .twist-main-image > span::before{    line-height: 36px;}



/*New changes 11-05*/




/*4-4-2017*/
.k2t-header .k2t-header-mid .k2t-menu > li { position: initial;}
.k2t-header-mid .k2t-menu > li ul li {display: inline-block;  float: none;}
.k2t-header-mid .k2t-menu .sub-menu {  background: #ffffff none repeat scroll 0 0;  font-size: 16px;   padding-bottom: 0; padding-top: 5px;}
.k2t-header-mid .k2t-menu li ul li a { margin-bottom: 0;}

.k2t-header-mid .k2t-menu li ul li a span{font-family: Montserrat;  border-bottom: medium none; display: block; padding-bottom: 0; text-align: center; text-transform: uppercase;
font-size: 13px;}
.k2t-header-mid .k2t-menu > li ul li:hover span {color: #000000; border-bottom: medium none;}
.k2t-header-mid .menu-item a img {padding-right: 0 !important;  margin-bottom: 2px;  width: 80px;}  
 .k2t-header-mid .k2t-menu li ul { top: 56px;} 
  .sticky-header .k2t-header-top {float: left;  width: 100%;}



  
/*5-4-2017 -------------sticky-header-----------------------  */  
.k2t-container .sticky-header { position: fixed;  width: 100%;  z-index: 999;top: 0}
.sticky-header .k2t-header-mid .k2t-menu li a {line-height: 30px;margin-bottom: 20px !important; padding: 0 7px; position: relative;  z-index: 9999;}
.sticky-header .k2t-header-top .k2t-menu > li > a {padding: 13px 8px 10px; }
.sticky-header .k2t-header-mid .k2t-logo img {margin-bottom: 10px;margin-top: 10px;   max-height: 55px; }



.sticky-header .k2t-header-mid {  float: left;    margin-top: -52px;    min-height: inherit;    padding: 0 15px;    width: 100%;}
.sticky-header .k2t-header-mid .col-10 #menu-main-menu ul.sub-menu li a { margin-bottom: 0 !important;}


.sticky-header .col-10.right #menu-main-menu { float: left !important;}
.sticky-header .col-2.left { float: left; padding: 0;  width: auto;}
.sticky-header .col-10.right { width: auto; margin-top:24px;}
.sticky-header .k2t-header-top .col-12 {float: right;  position: relative;  width: auto; z-index: 99;}
.sticky-header .k2t-header-mid .k2t-menu li.open--sub-menu ul { width: 750px; border: 1px solid #ec9f47;}


/*product sticky*/
.sticky-submenu .k2t-header-mid .k2t-wrap .k2t-row {position: inherit;}
.sticky-submenu .k2t-header-mid .col-10 #menu-main-menu {  position: inherit;}

.sticky-submenu .k2t-header-mid .k2t-menu li ul { display: block; border-right: medium none;border-top: medium none;  text-align: center;}
    .sticky-header .k2t-header-mid .k2t-menu .sub-menu::before { left: 40px;}  
    .sticky-header .k2t-header-top .col-12 #menu-top-menu, .sticky-header .k2t-header-top .col-12 .search-box{ position: relative; top:10px;}
    .k2t-header-mid .k2t-menu .sub-menu{ background: #fff ; 
    	display: none;}  
    .sticky-submenu .k2t-header-mid .k2t-menu .sub-menu::before { display: none; }
  
.sticky-submenu .k2t-header-mid .k2t-menu li ul { opacity: 1;   filter: alpha(opacity=50);}
#menu-main-menu .open--sub-menu .sub-menu { display: block !important;}
.sticky-submenu #menu-main-menu .open--sub-menu .sub-menu {border: medium none;}

.k2t-body.open_submenu{ margin-top: 134px; transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);}
.k2t-body {transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);}   
.sticky-header + .k2t-body.open_submenu { margin-top: 0;}
body{background:#fff!important; } 
.k2t-header-mid .k2t-menu > li.product_main > a::after { background: rgba(0, 0, 0, 0) url("../img/black_up_arrow.png") no-repeat scroll 0 0 / 100% 100%;
    content: ""; height: 6px; position: absolute;  right: 0; top: 18px; transition: all 0.4s ease-in-out 0s; width: 11px;}
.k2t-header{ position: relative;  z-index: 0;}
.sticky-header .k2t-header-mid .k2t-menu > li.product_main > a::after {top: 13px;}
.k2t-header-mid .k2t-menu > li.product_main > a {padding-right: 15px;position:relative;}
.k2t-header-mid .k2t-menu > li.product_main.open--sub-menu > a::after{ transition: all 0.4s ease-in-out 0s; transform: rotate(180deg);}
.sticky-header .k2t-header-mid .k2t-menu li a { font-size: 14px;}
.sticky-submenu .k2t-header-mid .k2t-menu li.product_main .sub-menu { display: block !important;  width: 100%; border: medium none;}
.tax-product_cat .k2t-body.open_submenu { margin-top: 0;}


.page-template-blog-medium #news-splash.open_submenu.background-dark{ margin-top: 134px;  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;}
.page-template-blog-medium .sticky-header + #news-splash.open_submenu.background-dark {  margin-top: 0;}



.k2t-header-mid .k2t-menu > li.product_main.open--sub-menu > a::after {
  transform: rotate(180deg);
    transition: all 0.4s ease-in-out 0s;
}










/*---14-3-17---*/
.all-accs li {
  display: inline-table;
  list-style: outside none none;
  margin-right: 20px;padding: 15px;
  width: 18.4%;  transition: all 0.3s ease-in-out 0s;position: relative;
}
.all-accs .pimg img {
  width: 100%;
}
.all-accs li:nth-child(5n) {
  margin-right: 0;
}
.read-more-acc-btn{
  opacity: 0; transition: all 0.3s ease-in-out 0s;   border: medium none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
    font-family: "Montserrat",sans-serif;
  padding: 12px 20px;
  text-align: center !important;
  text-transform: uppercase;
  width: 140px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.all-accs .pname {
  text-align: center; min-height: 48px;margin-top: 8px;font-size: 14px;line-height: 22px;
}
.all-accs li:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  transition: all 0.3s ease-out 0s;
  background: #FFF;
}
.all-accs li:hover .read-more-acc-btn {
  background: #ec9f47 none repeat scroll 0 0;opacity: 1;
 
}
.readmorebtn-part .read-more-acc-btn:hover {
  background: #000000 none repeat scroll 0 0 !important;
  color: #ffffff;
}




.k2t-header-mid .k2t-menu > li.product_main > a.no-arrow {
padding: 0 9px;
}
.sticky-submenu .k2t-header-mid .k2t-menu > li.product_main > a.no-arrow {
  padding: 0 8px;
}
/*New changes - 1105 over*/


.page-template-blog-medium .post-meta-left {
  display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.k2t-header .k2t-row [class*='col-'] {  position: static;}
.sticky-submenu .k2t-header-mid .col-10 #menu-main-menu {  position: inherit;  width: 100%;}
.k2t-header .k2t-header-mid .k2t-menu > li {  position: inherit;}
.k2t-header .k2t-header-mid .k2t-menu > li {  position: static !important;}
ul.menu-main-menu:hover .k2t-header-mid .k2t-menu .sub-menu{display: none !important;}
.k2t-header-mid .k2t-menu > li ul li {  height: auto;}

  
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
.k2t-header-mid .k2t-menu > li ul li { width:110px;}


} 


.parent_categories {  padding: 15px 0 0;}
.k2t-header-mid .k2t-menu li ul{width: 100%;}
.sticky-header.k2t-header .k2t-header-mid .col-10 #menu-main-menu { position: inherit;}
.sticky-header .k2t-header-mid .k2t-menu li ul { text-align: center; top: 76px;  border: medium none; width: 100%;   padding: 10px 0 5px;}
.sticky-header.k2t-header .k2t-wrap .k2t-row {position: inherit;}
.k2t-header-mid .k2t-menu li ul { text-align: center;}

.k2t-body.submenu.open_submenu { margin-top: 0 !important;    transition: inherit !important;}


/*------------home page video-------------*/



.video-container iframe{
    align-items: center;
    align-self: center;
    display: flex;
     height: 1071px !important;
    overflow: hidden;
    z-index: -1;
	 top: -270px !important;
}

.video-container {
    height: 520px !important;
    padding-top: 0;
     position: relative;
	    margin-top: -352px;
}


.woocommerce .product-gallery .article-loop .products .product.last, .woocommerce .product-gallery .article-loop .products .product.first {
  clear: none;
}
.woocommerce .product-gallery .article-loop .products .product:nth-child(3n+1) {
  clear: both;
}
.home .woocommerce .product-gallery .article-loop .products .product:nth-child(3n+1) {
  clear: none;
}

.all_blogs .single_blog .blog-title{ color: #252525;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase; 
    margin-top: 25px;
    margin-bottom:12px;
    min-height: 50px
}
.blog-readmore a {
  background: #ec9f47 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 180px;
}
.blog-readmore a:hover {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
}
.tips-ideas-blog-padding .vc_inner.vc_row-fluid  {
  background: none !important;    margin-top: 0 !important;
 }
.all_blogs .single_blog {
  float: left;
  width: 31.40%;
  background: #fff;
  padding: 24px;
  margin-right: 30px;margin-bottom: 30px;
}
.all_blogs .single_blog:nth-child(3n) {
  margin-right: 0;
}
.blog-content {
  font-family: inherit;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 25px;
}.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner {
  padding-top: 0 !important;
}
.all_blogs .single_blog .blog-readmore {
  margin-bottom: 35px;
}
@media only screen and (min-width:1101px) and (max-width:1200px)
{
	.all_blogs .single_blog{width: 31.3%;}
.blog-readmore a{font-size: 15px;padding:8px 15px;width: 150px;}
	}
@media only screen and (min-width:1024px) and (max-width:1100px)
{
	.all_blogs .single_blog{margin-bottom: 25px;margin-right: 25px;}
	.all_blogs .single_blog .blog-title{margin-bottom: 15px;margin-top: 15px;min-height: 48px;}
	.blog-readmore a{font-size: 15px;padding:8px 15px;width: 150px;}
	.tips-ideas-blog-padding{padding: 20px 15px!important;}
	.tips-ideas-blog-padding .vc_inner.vc_row-fluid{margin-bottom: 0 !important;}
.k2t-title-bar .container.k2t-wrap.breadcrumb{padding-left: 0 !important;padding-right: 0 !important; max-width: 100% !important;}
}
@media only screen and (min-width:768px) and (max-width:1023px)
{
	.all_blogs .single_blog{margin-bottom: 20px;margin-right: 20px;padding: 15px;}
	.all_blogs .single_blog .blog-title{margin-bottom: 15px;margin-top: 15px;}
.blog-readmore a {font-size: 14px; padding: 6px 15px; width: 130px; }
.tips-ideas-blog .tips-ideas-blog-padding{width: 100% !important;margin-top: 21px !important;padding: 0 !important;}
.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner {padding: 0 !important;}
.blog-content{font-size: 14px;line-height: 23px;margin-bottom: 20px;}
.all_blogs .single_blog .blog-readmore { margin-bottom: 25px;}
.tips-ideas-blog #how-to .vc_row.wpb_row{margin-bottom: 0 !important;padding-bottom: 0 !important;}
.k2t-footer .k2t-bottom .col-3:last-child {  width: 25% !important;}
.k2t-footer .k2t-bottom .col-3:last-child .widget{ margin-bottom: 11px;}
.k2t-title-bar .container.k2t-wrap { width: 100% !important; max-width: 100% !important;}
.k2t-title-bar .container.k2t-wrap .container{padding-left: 0 !important;padding-right: 0 !important;}
}
@media only screen and (min-width:571px) and (max-width:767px)
{
	.all_blogs .single_blog{margin-bottom: 17px;margin-right: 17px;padding: 15px;width: 31%;}
	.all_blogs .single_blog .blog-title{margin-bottom: 15px;margin-top: 15px;font-size: 15px;}
.blog-readmore a {font-size: 13px; padding: 5px 12px; width: 120px; }
.tips-ideas-blog .tips-ideas-blog-padding{width: 100% !important;margin-top: 0px !important;}
.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner {padding: 0 !important;}
.blog-content{font-size: 13px;line-height: 19px;margin-bottom: 15px;}
.all_blogs .single_blog .blog-readmore { margin-bottom: 25px;}
.tips-ideas-blog #how-to .vc_row.wpb_row{margin-bottom: 0 !important;padding-bottom: 0 !important;}
.page .page-entry .vc_row.tips-ideas-blog {padding: 22px 0 0 !important;}
.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner .wpb_text_column.wpb_content_element {  margin-bottom: 0 !important;}
.tips-ideas-blog-padding .wpb_column.vc_column_container.vc_col-sm-12 { margin-bottom: 0;}
}
@media only screen and (min-width:486px) and (max-width:570px)
{
	.all_blogs .single_blog{margin-bottom: 20px;margin-right: 20px;padding: 15px;width: 48%;}
	.all_blogs .single_blog .blog-title{margin-bottom: 15px;margin-top: 15px;font-size: 15px;}
.blog-readmore a {font-size: 13px; padding: 4px 12px; width: 116px; } 
.tips-ideas-blog .tips-ideas-blog-padding{width: 100% !important;margin-top: 0px !important;}
.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner {padding: 0 !important;}
.blog-content{font-size: 13px;line-height: 19px;margin-bottom: 15px;}
.all_blogs .single_blog .blog-readmore { margin-bottom: 15px;}
.tips-ideas-blog #how-to .vc_row.wpb_row{margin-bottom: 0 !important;padding-bottom: 0 !important;}
.page .page-entry .vc_row.tips-ideas-blog {padding: 22px 0 0 !important;}
.all_blogs .single_blog:nth-child(2n) {margin-right: 0;}
.all_blogs .single_blog:nth-child(3n) { margin-right: 20px;}
.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner .wpb_text_column.wpb_content_element {  margin-bottom: 0 !important;}
.tips-ideas-blog-padding .wpb_column.vc_column_container.vc_col-sm-12 { margin-bottom: 0;}
}
@media only screen and (max-width:485px)
{
	.all_blogs .single_blog{margin-bottom: 15px; margin-right: 0; padding: 15px; width: 100%;}
.tips-ideas-blog-padding .vc_col-sm-12 .vc_column-inner {padding: 0 !important;}
.blog-readmore a {font-size: 13px; padding: 4px 12px; width: 116px; } 
.blog-content{font-size: 13px;line-height: 19px;margin-bottom: 15px;}
.page .page-entry .vc_row.tips-ideas-blog {padding: 15px 0 0 !important;}
.all_blogs .single_blog .blog-title{margin-bottom: 15px;margin-top: 15px;font-size: 15px;}
.tips-ideas-blog-padding .vc_row.wpb_row.vc_inner { padding: 0 !important;  }
.all_blogs .single_blog .blog-readmore { margin-bottom: 15px;}
.blog-img > img { width: 100%;}
}




