<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Cactus
Author: VelaThemes
Description: Cactus is a modern and elegant WordPress theme which can be used to build both one-page and multi-page sites. With 10+ prebuilt sections, it is ideal for any type of site like design agency, corporate, restaurant, personal, showcase, magazine, portfolio, ecommerce, etc. Not only for the sections in front page, Cactus also offers various options for header, footer, pages &amp; posts, etc. And the theme is compatible with Elementor Page Builder, WooCommerce, Polylang. With Elementor Page Builder, you could easily import various demo pages by just one click.
Version: 1.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cactus
Tags: one-column, two-columns, custom-background, custom-header, custom-menu, theme-options, right-sidebar, translation-ready, editor-style, featured-images, threaded-comments, rtl-language-support, custom-logo, featured-image-header, footer-widgets
Theme URI: http://www.velathemes.com/cactus/
Author URI: http://www.velathemes.com
Cactus Wordpress Theme has been created by velathemes.com, Copyright 2018 velathemes.com
Cactus Wordpress theme is released under the terms of GNU GPL.

/*
 * 0.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
	overflow: hidden;
}

a {
	color: #a0a0a0;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #bc2944;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;;
	clear: both;
	font-weight: 400;
	margin: 20px 0 12px;
	color: #333;
}

h1 {
	font-size: 36px;
	line-height: 1.1;
}

h2 {
	font-size: 30px;
	line-height: 1.1;
}

h3 {
	font-size: 24px;
	line-height: 1.1;
}

h4 {
	font-size: 20px;
	line-height: 1.1;
}

h5 {
	font-size: 18px;
	line-height: 1.1;
}

h6 {
	font-size: 16px;
	line-height: 1;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark, ins {
    background: #333;
    text-decoration: none;
    color: #fff;
}
p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.2em;
    border-left: 5px solid #eee;
}

q {
  quotes: "Ã¢â‚¬Å“" "Ã¢â‚¬Â" "Ã¢â‚¬Ëœ" "Ã¢â‚¬â„¢";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}


small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin: 0 0 0 20px;
}

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

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

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

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

/*
 * 0.1 WordPress CSS
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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: 14px;
	font-size: 0.875rem;
	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. */
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}

/*
 * 1.0 General
 */

body {
	position: relative;
	background-color: #f5f5f5;
}

.wrapper {
	position: relative;
}

.container-fullwidth {
	width: 100%;
	overflow: hidden;
}

.container .container {
	max-width: 100%;
}

/*
 * 2.0 Header
 */
.header-wrap {
	position: relative;
	z-index: 9;
}

.main-header {
	background-color: #fff;/*optional*/
	color: #555; /*optional*/
	width: 100%;
}

.header-wrap.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	z-index: 9999;
}

.slider-above-header .header-wrap.overlay {
	top: auto;
	bottom: 0;
}

.name-box {
	max-height: 50px;
}

.site-name {
	margin: 5px 0 0;
	color: #595959;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

.name-box a {
	text-decoration: none;
}

.site-tagline {
	color: #595959;
}

.site-nav {
	clear: right;
	float: right;
}

.tagline-box {
    display: none;
    opacity: .7;
}

.tagline-box h3 {
	margin: 0;
	font-size: 20px;
	line-height: 70px;
}

@media screen and (min-width:920px) {
    .main-header.style2 .tagline-box {
        display:block;
        float:right;
    }
    .main-header.style2 .site-nav &gt; div &gt; ul &gt; li &gt; a, .main-header.style2 .site-nav &gt; div &gt; ul &gt; li:first-child &gt; a {
    	line-height: 38px;
	}
	.logo-center .main-header.style2 .tagline-box {
		display: none;
	}
	.logo-left .main-header.style2 .site-nav {
		float: left;
	}
	.logo-center .main-header.style2 .site-nav {
		float: none;
	}
	.logo-right .main-header.style2 .site-nav {
		float: right;
	}
	.logo-right .main-header.style2 .tagline-box {
		float: left;
	}
}

.main-header.style2 .main-header-bottom {
    border-top: 1px solid #ccc;
}

.logo-box .pull-left + .pull-left {
	margin-left: 10px;
}

.logo-box {
	margin-top: 10px;
}

.fxd-header .logo-box {
	margin-top: 0;
}

.fxd-header {
	background-color: #fff;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 2;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

header a {
	color: #333;
}

header a:hover {
	color: #bc2944;
}

.fxd-header.logo-center .logo-box {
	display: none;
}

@media screen and (max-width: 600px) {
    .fxd-header {
        top:0!important;
    }
}

/*
 * 2.1 Header navigation
 */

.site-nav-toggle {
	display: block;
	background-color: transparent;
	border: none;
	color: #555;
	padding: 0;
}

.site-nav-toggle i {
	font-size: 24px;
	line-height: 70px;
}

.fxd-header .site-nav-toggle i {
	line-height: 50px;
}

/*
.site-nav {
	display: none;
	margin-top: 0;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
}

.site-nav ul {
	margin: 0;
	background-color: #fefefe;
}

.site-nav li ul {
    margin-left: 0;
    box-shadow: 1px 1px 5px 0 rgba(200,200,200,.3);
}

.site-nav li {
	position: relative;
}

.site-nav &gt; div &gt; ul &gt; li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
}

.site-nav &gt; div &gt; ul &gt; li &gt; a {
	line-height: 40px;
	border: 0;
}*/

.fxd-header .site-nav &gt; div &gt; ul &gt; li &gt; a {
	line-height: 40px;
}

.site-nav &gt; div &gt; ul &gt; li:first-child &gt; a {
	border-top-width: 1px;
}

.menu-expand {
	padding: 0 10px;
	cursor: pointer;
	position: absolute;
	right: 10px;
}
.menu-expand:before {
	content: "\f107";
	font-family: 'FontAwesome', sans-serif;
	display: inline-block;
	line-height: 40px;
}

@media screen and (min-width: 920px) {
	.cactus-navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after,
	.site-nav &gt; div &gt; ul &gt; li.menu-item-has-children &gt; a:after {
		content: "\f107";
		font-family: 'FontAwesome', sans-serif;
		margin-left: 5px;
		line-height: inherit;
	}
	.menu-expand {
		display: none;
	}
}

/*For onepage*/
.site-nav  &gt; div &gt; ul &gt; li.current &gt; a {
    color: #bc2944;
}

.menu-dropdown-icon {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
  	text-align: center;
  	cursor: pointer;
}

.site-nav li ul {
	display: none;
}

.site-nav li li a:before {
	content: "-";
	margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
	content: "---";
	margin: 0 3px 0 30px;
}

@media (min-width: 920px) {
	.site-nav-toggle {
		display: none;
	}

	.menu-dropdown-icon {
		display: none;
	}

	.site-nav {
		display: block;
		margin: 0;
		width: auto;
		position: static;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
	}

	.site-nav &gt; div &gt; ul {
		background-color: transparent;
		float: left;
	}

	.site-nav &gt; div &gt; ul &gt; li {
		float: left;
		position: relative;
	}

	.site-nav &gt; div &gt; ul &gt; li &gt; a,
	.site-nav  &gt; div &gt; ul &gt; li:first-child &gt; a {
		display: block;
		font-size: 14px;
		background-color: transparent;
	}

	.fxd-header .site-nav &gt; div &gt; ul &gt; li &gt; a,
	.fxd-header .site-nav &gt; div &gt; ul &gt; li:first-child &gt; a {
		line-height: 50px;
	}

	.overlay .main-header .site-nav ul &gt; li &gt; a {
		color: #fff;
	}

	.site-nav li &gt; ul {
		display: none;
		position: absolute;
		z-index: 9;
		left: 0;
		top: 100%;
		background-color: #fff;
		width: 150px;
	}

	.site-nav li li &gt; ul {
		left: 100%;
		top: 0;
	}

	.site-nav li:hover &gt; ul {
		display: block;
	}

	.site-nav li li a:before {
		display: none;
	}

	.site-nav li li li a:before {
		display: none;
	}

}

/*
 * 3.0 Footer
 */

footer.site-footer {
	background-color: #fff;
}

.footer-widget-area {
	padding: 60px 0 40px;
	border-bottom: 1px solid #f5f5f5;
}

.footer-widget-area .widget-search {
	border-color: #fff;
	max-width: 180px;
}

.footer-widget-area .widget-sns i {
	color: #fff;
	border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
	background-color: #fff;
	color: #19cbcf;
}

.footer-info-area {
	padding: 20px 0;
}

.footer-logo {
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.footer-sns {
	display: inline-block;
	font-size: 14px;
	margin: 0;
}

.footer-sns li {
	float: left;
	list-style-type: none;
	margin: 0;
}

.footer-sns li + li {
	margin-left: 10px;
}

.footer-sns li a {
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
}

.site-info {
	line-height: 40px;
	font-size: .8em;
}

ul.footer-links {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-links li {
	float: left;
	list-style-type: none;
}

.footer-links li + li::before {
	content: "\/";
}

.fxd-footer {
    margin-bottom: 136px;
}

.fxd-footer .footer-info-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 3;
}

.footer-info-area.style2 {
	text-align: center;
}

.footer-contact-box &gt; i {
	font-size: 40px;
	margin-bottom: 10px;
}

.footer-info-area.style2 .col-md-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-info-area.style2 .site-info {
	line-height: 2em;
}

/*
 * 4.0 Page title bar
 */

.page-title-bar {
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-title h1,
h1.page-title {
	font-weight: 400;
	font-size: 20px;
	margin: 0;
}

.page-title-bar.text-light .page-title h1,
.page-title-bar.text-light h1.page-title,
.page-title-bar.text-light,
.page-title-bar.text-light a {
	color: #fff;
}

.page-title-bar-inner {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
	-webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.page-title,
.breadcrumb-nav {
	
}

.title-left .breadcrumb-nav {
	-webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
}

.title-right .page-title {
	-webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
}

.title-center .page-title-bar-inner,
.title-left2 .page-title-bar-inner,
.title-right2 .page-title-bar-inner {
	-webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
	-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.title-center .page-title-bar-inner {
	text-align: center;
}

.title-left2 .page-title-bar-inner {
	text-align: left;
}

.title-right2 .page-title-bar-inner {
	text-align: right;
}


.title-center .page-title + .breadcrumb-nav,
.title-left2 .page-title + .breadcrumb-nav,
.title-right2 .page-title + .breadcrumb-nav {
	margin-top: 10px;
}

.title-center .page-title,
.title-left2 .page-title,
.title-right2 .page-title,
.title-center .breadcrumb-nav,
.title-left2 .breadcrumb-nav,
.title-right2 .breadcrumb-nav {
	width: 100%;
}

.page-wrap {
    padding: 50px 0;
}

.frontpage .page-wrap,
.page-template-template-fullwidth .page-wrap {
    padding: 0;
}

.page .entry-main{
	padding-top:20px;
	padding-bottom:20px;
}

.page-template-template-fullwidth .entry-main {
	padding: 0;
}

.entry-main:before,
.entry-main:after {
    display:table;
    content:"";
}

.entry-main:after {
    clear:both;
}
/*
 * 5.0 Blog Columns
 */

.right-aside .col-aside-left {
	display: none;
}

.left-aside .col-aside-right {
	display: none;
}

.no-aside .col-aside-left,
.no-aside .col-aside-right {
	display: none;
}

.col-main,
.col-aside-left,
.col-aside-right {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.col-main,
	.col-aside-left,
	.col-aside-right {
		float: left;
		padding-top: 0;
		padding-bottom: 0;
	}
	.no-aside .col-main {
		width: 100%;
	}
	.left-aside .col-main,
	.right-aside .col-main {
		width: 75%;
	}
	.both-aside .col-main {
		width: 60%;
	}
	.left-aside .col-aside-left,
	.right-aside .col-aside-right {
		width: 25%;
	}
	.both-aside .col-aside-left {
		width: 20%;
	}
	.both-aside .col-aside-right {
		width: 20%;
	}
	.left-aside .col-main {
		left: 25%; /*.left-aside .col-aside-left width*/
	}
	.left-aside .col-aside-left {
		right: 75%; /*.left-aside .col-aside-main width*/
	}
	.both-aside .col-main {
		left: 20%; /*.both-aside .col-aside-left width*/
	}
	.both-aside .col-aside-left {
		right: 60%; /*.both-aside .col-aside-main width*/
	}
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
	max-width: 100%;
}

.entry-header {
	margin-bottom: 15px;
}
.entry-header.no-img{
	padding-top:20px;
}
.feature-img-box {
	margin-bottom: 20px;
	text-align: center;
}

.entry-box.grid .feature-img-box {
	margin-bottom: 0;
}

.no-text .feature-img-box {
	margin-bottom: 0;
}

.entry-title {
	margin: 0 0 10px;
}

h1.entry-title {
	font-size: 22px;
	font-weight: 700;
}

.entry-footer {
	margin-top: 20px;
	padding-bottom: 20px;
}

.entry-footer-item {
    float: left;
    width: 33.333%;
    border: 1px dashed #ccc;
    border-left-width: 0;
    border-right-width: 0;
    padding: 5px 0;
    text-align: center;
}

.entry-footer-item + .entry-footer-item {
    border-left-width: 1px;
}

.entry-meta,
.entry-category,
.entry-comments,
.entry-tags,
.entry-more {
	font-size: 12px;
}

.entry-category {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}

.blog-list-wrap .entry-category a {
	color: #bc2944;
}

.entry-meta li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-meta a:hover {
	color: #bc2944;
}

.post-entry .entry-footer {
	margin: 20px 0 0;
}

ul.entry-share {
	margin: 0;
	display: inline-block;
}

ul.entry-share li {
	list-style-type: none;
	display: inline-block;
}

.post-attributes {
	margin-top: 20px;
	text-align: center;
}

.post-attributes h3 {
	font-size: 24px;
	margin-top: 40px;
}

.about-author {
	display: none;
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
}

.author-avatar {
	float: left;
	margin: 0 20px 5px 0;
}

.author-avatar img {
	border-radius: 100%;
}

.about-author h3 {
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
}

.about-author p {
	margin-bottom: 0;
}

.post-pagination {
	position: relative;
}

.post-pagination ul {
	margin: 40px 0;
	overflow: hidden;
	position: relative;
	z-index: 30;
}

.post-pagination li {
	list-style-type: none;
}

.post-pagination li {
	display: inline-block;
}

.post-pagination li+li:before {
	content: "/";
}

.post-pagination li a,
.post-pagination li span {
	border-bottom: 1px solid transparent;
	display: inline-block;
	padding: 0 5px;
}
.blog-list-wrap .pagination{
	width:100%;
	text-align:center;
}
/*
 * 5.2 Blog Grid box
 */

.post-grid-box .img-caption {
	background-color: #fff;
	padding: 10px 0;
}

.post-grid-box .img-caption h4 {
	margin: 0 0 10px;
	font-size: 16px;
}


/*
 * 5.3 Comments
 */

ul.comments-list {
	margin-left: 0;
}

.comments-list li {
	list-style-type:none;
}

.btn-reply {
	color: #333;
	font-weight: 400;
}

.media-comment {
	margin-top: 30px;
	position: relative;
	overflow: visible;
	width: 100%;
	display: table!important;
}

.media-avatar {
	width: 80px;
	min-width: 80px;
}

.media-avatar img {
	border-radius: 100%;
}

.media-comment .media-heading {
	font-size: 14px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 20px;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #bc2944;
    box-shadow: none;
}

input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background-color: #bc2944;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
}

.wpcf7 input[type="submit"] {
	padding: 20px 30px;
}

.wpcf7 label,
.wpcf7-form-control-wrap &gt; *  {
    width: 100%;
}

/*
 * 5.4 Blog List Style
 */

a .entry-title:hover {
	color: #333;
}

.blog-list-wrap .entry-box {
	background-color: #fff;
	margin-bottom: 50px;
	box-shadow: 1px 1px 5px 0 rgba(200,200,200,.1);
	padding: 0 20px 20px;
}

.entry-box.grid {
	margin-bottom: 0;
	position: relative;
}

.entry-box.grid .img-box-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	padding: 15px;
}

.entry-box.grid .img-box-caption .entry-title {
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
}

.entry-box.grid .img-box-caption .entry-category {
	position: absolute;
	top: -10px;
	left: 15px;
	padding: 0 5px;
	background-color: #bc2944;
}

.entry-box.grid .img-box-caption .entry-category a {
	color: #fff;
}

.entry-box-wrap {
	margin-bottom: 50px;
	width: 100%;
}

.blog-list-wrap .entry-main {
	padding: 20px 15px;
}

.blog-list-wrap .entry-footer {
	margin-top: 10px;
	padding: 0;
}

.entry-image .img-box,
.entry-image .img-box img {
    width: 100%;
    height: auto;
}

.blog-list-wrap.blog-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.blog-list-wrap.blog-grid:before,
.blog-list-wrap.blog-grid:after {
    display:table;
    content:"";
}

.blog-list-wrap.blog-grid:after {
    clear:both;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
	width: 100%;
	padding: 0 15px;
	float: left;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.blog-list-wrap.blog-grid .entry-box-wrap {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
		width: 33.333333333333%;
	}
}

.blog-list-wrap.blog-grid .entry-box {
	margin-bottom: 30px;
	overflow: hidden;
}

.blog-list-wrap.blog-aside-image .entry-box:before,
.blog-list-wrap.blog-aside-image .entry-box:after {
	content: "";
	display: table;
}

.blog-list-wrap.blog-aside-image .entry-box:after {
	clear: both;
}

.blog-list-wrap.blog-aside-image .entry-image,
.blog-list-wrap.blog-aside-image .entry-main {
	width: 100%;
	float: left;
	min-height: 1px;
}

@media screen and (min-width: 992px) {
	.blog-list-wrap.blog-aside-image .entry-box-wrap.has-post-thumbnail .entry-image {
		width: 40%;
	}
	.blog-list-wrap.blog-aside-image .entry-box-wrap.has-post-thumbnail .entry-main {
		width: 60%;
	}
	.blog-list-wrap.blog-aside-image .entry-box-wrap.has-post-thumbnail .entry-image .img-box {
		margin-bottom: 0;
	}
}

.blog-list-wrap.blog-aside-image .entry-main {
	margin-top: 0;
}

.blog-timeline-icon {
	font-size: 60px;
	color: #ccc;
}

.blog-timeline-inner {
	position: relative;
}

.blog-timeline-line {
	position: absolute;
	top: 0;
	left: 30px;
	margin-left: -1px;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
	width: 100%;
	position: relative;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5e5;
	top: 55px;
	left: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	position: relative;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
	border-right-color: #ccc;
	left: 0;
	margin-left: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	border-right-color: #fff;
	left: 0;
	margin-left: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
	padding: 10px 20px;
}

.blog-timeline-loading {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
	.blog-timeline-icon {
		text-align: center;
	}
	.blog-timeline-line {
		left: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap {
		width: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
		float: left;
		padding-right: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
		right: 0;
		margin-right: -5px;
		left: auto;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
		float: right;
		padding-left: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
		left: 0;
		margin-left: -5px;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
		border-left-color: #ccc;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -21px;
		margin-left: 0;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
		border-left-color: #fff;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -18px;
	}
}

/*
 * 7.0 Widget
 */

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
}

.widget-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.widget-title:before {
	color: #bc2944;
	content: "\f101";
	font-family: 'FontAwesome', sans-serif;
	margin-right: 5px;
}

.widget-box ul {
	margin-left: 0;
	margin-bottom: 0;
}

.widget-box ul ul {
	margin-left: 10px;
}

.widget-box li {
	overflow: hidden;
	list-style-type: none;
	padding: 5px 0;
}

.widget-box li.current-menu-item a {
    font-weight: bold;
}

.widget-box &gt; ul &gt; li,
.widget-post &gt; ul &gt; li {

}

.widget-box a {
	
}

.widget-box a:hover {
	
}

.search-form {
	border-radius: 100px;
	border: 2px solid #e5e5e5;
	padding: 4px 4px 4px 14px;
	overflow: hidden;
	width: 262px;
	max-width: 100%;
	display: block;
	position: static;
}

.search-form div {
    position:relative;
}

.search-form div:before {
    position:absolute;
    top:0; right:10px;
    font: normal normal normal 12px/40px 'FontAwesome';
    color: #333;
    content: "\f002";
}

.search-form input[type="text"] {
	border: none;
	float: left;
	width: 220px;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

.search-form input[type="submit"] {
	background: none;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	position:relative;
	z-index:2;
	font-size: 0;
}

.widget_tag_cloud a {
    border: 1px solid #efefef;
    color: inherit;
    display: inline-block;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: inherit!important;
}

.widget_tag_cloud a:hover{
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.widget_recent_posts {
	text-align: left;
}

.widget-box .widget-img {
	float: left;
	margin-right: 15px;
}

.widget-box .widget-img img {
	width: 80px;
	margin-top: 3px;
}

.widget-project .row {
	margin-left: -2px;
	margin-right: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
	clear: left;
}

.widget_recent_posts li,
.widget_contact_info li,
.widget_text li {
	background: none;
	padding-left: 0;
}

.widget-post li {
	list-style-type: none;
	margin-bottom: 15px;
}

.widget-post img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .widget-post-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
	width: 100%;
}

/*
 * 8.0 Gallery
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	margin-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*
 * 9.0 BBPress
 */

.bbp-breadcrumb {
    display:none;
}

.bbp-breadcrumb {
    display:none;
}

.bbp-search-form {
    margin-bottom: 10px;
}

#bbp-search-form {
	border: 1px solid #ccc;
	padding: 8px;
	overflow: hidden;
	width: 100%;
}

#bbp-search-form div {
    position:relative;
}

#bbp-search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 18px/20px 'FontAwesome';
    content: "\f002";
}

#bbp-search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

#bbp-search-form input[type="submit"] {
	background-color: transparent;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position:relative;
	z-index:2;
}

#bbp-search-form input[type="submit"]:before {
    content: "\f002";
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    font-size: 1.2em;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count,
#bbpress-forums .bbp-topic-permalink,
#bbpress-forums .bbp-topic-voice-count,
#bbpress-forums .bbp-topic-reply-count {
    font-size: 1.2em;
}

.wp-editor-container,
#bbp_topic_title,
#bbp_topic_tags {
	border: 1px solid #aaa;
}

.bbp-form legend {
	font-size: 1.2em;
}

#bbp_topic_title,
#bbp_topic_tags,
#bbp_stick_topic_select,
#bbp_topic_status_select {
	padding: 3px;
}

.bbp-topic-form label,
.bbp-reply-form label {
	font-size: 1.2em;
}

#bbp_topic_submit,
#bbp_reply_submit {
	color: #fff;
	background-color: #333;
	border: 0;
	padding: 5px 20px;
	font-size: 1.2em;
}

#bbp_topic_submit:hover,
#bbp_reply_submit:hover {
	background-color: #000;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    border-color: #ddd;
}

@media screen and (max-width: 600px) {
    .fxd-header {
        top:0!important;
    }
}

/*Shortcodes*/
/*Img Box*/
.img-box {
	position: relative;
    max-width: 100%;
    display: inline-block;
}

.img-box .img-overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	-webkit-transition: all .1s ease;
	background-color: rgba(0,0,0,.3);
}

.img-box .img-overlay.primary {
	background-color: rgba(253,210,0,.7);
}

.img-box .img-overlay.dark {
	background-color: rgba(0,0,0,.35);
}

.img-box .img-overlay.light {
	background-color: rgba(255,255,255,.35);
}

.img-box:hover .img-overlay {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-overlay-container {
	display: table;
	height: 100%;
	width: 100%;
}

.img-box .img-overlay-content {
	display: table-cell;
	padding: 5px;
	position: relative;
}

.img-overlay-total-link {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.img-overlay-content .entry-category {
	position: relative;
	z-index: 3;
}

.img-box.figcaption-middle .img-overlay-content {
	vertical-align: middle;
}

.img-box.figcaption-top .img-overlay-content {
	vertical-align: top;
}

.img-box.figcaption-bottom .img-overlay-content {
	vertical-align: bottom;
}

.img-box.fade-in .img-overlay {
	opacity: 0;
}

.img-box.fade-in:hover .img-overlay {
	opacity: 1;
}

.img-box.from-left .img-overlay {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.img-box.from-left:hover .img-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.from-right .img-overlay {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.img-box.from-right:hover .img-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.from-top .img-overlay {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.img-box.from-top:hover .img-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-box.from-bottom .img-overlay {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.img-box.from-bottom:hover .img-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-box img {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-box:hover img {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-box.img-zoom-in:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-box.img-zoom-out img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-box.img-zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img-box.img-scroll-left img,
.img-box.img-scroll-right img {
	width: calc(105%);
	max-width: none;
}

.img-box.img-scroll-left img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.img-scroll-left:hover img {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}

.img-box.img-scroll-right img {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}

.img-box.img-scroll-right:hover img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box .img-overlay-content i {
	color: #fff;
	font-size: 30px;
}

.img-box .img-overlay-icons i {
	color: #3c3c3c;
	margin: 0 10px;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	background-color: #333;
}

.img-box h3.img-overlay-title {
	color: #fff;
}

/*Buttons*/
a.btn-normal:hover {
    text-decoration: none;
}

.btn-normal {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background-color: #bc2944;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
}

.btn-md {
	font-size: 1em;
}

.btn-lg, .btn-large {
	font-size: 1.2em;
}

.btn-sm, .btn-small {
	font-size: .8em;
}

.btn-xl {
	font-size: 1.5em;
}

.btn-square {
	border-radius: 0;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-full-rounded {
	border-radius: 50px;
}

.btn-text-shadow {
	text-shadow: 0 1px rgba(0,0,0,.4);
}

.btn-block {
	display: block;
}

/*Carousel*/
.top-carousel .owl-dots {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.top-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0px 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b1b1b1;
}

.top-carousel .owl-dots .owl-dot:hover,
.top-carousel .owl-dots .owl-dot.active {
    background: #474747;
}

.mp-carousel-wrap {
    margin: 0 -15px;
}

.mp-carousel .owl-item {
    padding: 0 15px;
}

.mp-carousel-wrap.full {
    margin: 0;
}

.mp-carousel-wrap.full .owl-item {
    padding: 0;
}

.mp-carousel .owl-controls {
	text-align: center;
}

.mp-carousel .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.mp-carousel .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 25px 7px 0;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}

.mp-carousel .owl-controls .owl-page.active span,
.mp-carousel .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.mp-slider {
    position: relative;
}

.mp-slider .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}

.mp-carousel .owl-prev,
.mp-carousel .owl-next {
  color: #333;
  border: 0 none !important;
  font-size: 0;
  height: 20px;
  left: -30px;
  line-height: 20px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  vertical-align: top;
  width: 20px;
}

.mp-carousel .owl-prev:before,
.mp-carousel .owl-next:before {
  content: "\f104";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  line-height: 20px;
  left: 11px;
  position: absolute;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: left 0.2s ease-in-out;
          transition: left 0.2s ease-in-out;
}

.mp-carousel .owl-prev:after,
.mp-carousel .owl-next:after {
  background: #333;
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  width: 10px;
}

body:not(.touch-device) .mp-carousel .owl-prev:hover:after,
body:not(.touch-device) .mp-carousel .owl-next:hover:after {
  opacity: 1;
  width: 16px;
}

body:not(.touch-device) .mp-carousel .owl-prev:hover:before,
body:not(.touch-device) .mp-carousel .owl-next:hover:before {
    left: 0;
}

.mp-carousel .owl-next {
  left: auto;
  right: -30px;
}

.mp-carousel .owl-next:before {
  content: "\f105";
  left: auto;
  right: 11px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}

.carousel .owl-next:after,
.owl-carousel .owl-next:after {
  left: 0;
  right: auto;
}

body:not(.touch-device) .mp-carousel .owl-next:hover:before {
  left: auto;
  right: 0;
}

.back-to-top {
	opacity: .8;
	background-color: #222;
	color: #ccc;
	width: 50px;
	height: 42px;
	position: fixed;
	bottom: 0;
	right: 2em;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	display:none;
}

.back-to-top:before {
	content: "";
	display: block;
	border: 2px solid #ccc;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	left: 17px;
}

.navigation.pagination {
    margin: 0 0 20px; 
}

.page-numbers {
    padding: 0 10px;
}
.entry-title a {
    color: inherit;
}

/*Woocommerce*/
.woocommerce .woocommerce-breadcrumb {
    float: right;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #333;
    color: #fff;
    border: 0;
    line-height: 38px;
    border-radius: 3px;
}

.woocommerce-message::before {
    color: #fff;
}

.woocommerce span.onsale {
    width: 60px;
    height: 36px;
    min-height: 0;
    line-height: 28px;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    text-transform: uppercase;
    left: 10px;
    top: 10px;
    border-radius: 100px;
    border: 3px solid #333;
	z-index: 8;
}

.woocommerce ul.products li.product .onsale {
	right: 10px;
	top: 10px;
	margin: 0;
}

.woocommerce div.product form.cart .variations td.label {
    color: inherit;
    font-size: inherit;
    vertical-align: middle;
    padding: 0;
    display: table-cell;
}

.price ins {
    color: inherit;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #333;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 80%;
    margin-right: .5em;
}

.woocommerce .quantity .qty {
    width: 5em;
    padding: 10px 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 12px 20px;
    border-radius: 100px;
	background-color: #ccc;
    text-transform: uppercase;
    font-size: 12px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #BC2944;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #BC2944;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #BC2944;
    padding: 12px 20px;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

.various-price {
    margin-bottom: 1em;
}

div.product form.cart {
    padding: 10px 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 30px;
    padding: 0;
    border-left: 1px dotted #777;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    margin: 0;
    border-right: 1px dotted #777;
    background-color: transparent;
    border-radius:0;
    opacity: .7;
    padding: 0 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
    opacity: 1;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    float: left;
}

.woocommerce-Reviews #comments,
.woocommerce-Reviews #review_form_wrapper {
    width:50%;
    float:left;
    padding: 0 15px;
}

.woocommerce-Reviews {
    margin: 0 -15px;
}

.woocommerce-Reviews-title,
.woocommerce-Tabs-panel h2 {
    font-size: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background-color: #fff;
    border:0;
}

.woocommerce ul.products li.product .price {
	color: #333;
}

.woocommerce ul.products li.product {
    position: relative;
    text-align: center;
}

.woocommerce-LoopProduct-link img + img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.woocommerce-LoopProduct-link:hover img + img {
    opacity: 1;
}

.woocommerce .products .star-rating {
    display: inline-block;
}

.star-rating,
.star a {
	color: #777;
}

.woocommerce ul.products li.product .price del {
    display: inline;
}

.related.products h2,
.upsells.products h2 {
    font-size: 20px;
}

.woocommerce a.button.add_to_cart_button {
    background-color: #333;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination {
    margin: 0 0 20px; 
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0 10px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #666;
    background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: transparent;
    color: #bc2944;
}
.woocommerce .star-rating span {
    font-family: star;
}

.woo-result-count.pull-left {
    line-height: 40px;
}

.woocommerce-product-search input[type="submit"],
.woocommerce-product-search button[type="submit"] {
    border: 0;
    background-color: #ccc;
    color: #333;
    font-weight: 700;
    padding: 10px 20px;
	border-radius: 100px;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.woocommerce-product-search .search-field {
    float: left;
    width: calc(100% - 100px);
    border: 0;
}

.woocommerce-product-search {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.woocommerce-product-search .search-field {
	border: 1px solid #ccc;
	background-color: transparent;
	padding: 8px 15px;
}

.woocommerce.widget_price_filter {
    padding-top: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #555;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 0;
    width: 4px;
    margin-left: -2px;
    top: -.4em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1em;
}

.product_list_widget .product-title {
    color: #555;
}

.product_list_widget .star-rating {
    font-size: .8em;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float:left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.product_list_widget .woocommerce-Price-amount {
    font-size: .7em;
    color: #333;
}

.product_list_widget del,
.product_list_widget del .woocommerce-Price-amount {
    color: #aaa;
}

.product_list_widget ins {
    background: transparent;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    padding-right: .2em;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: #555;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding-top: 10px;
    margin-bottom: 14px;
}

.woocommerce-mini-cart__buttons {
    margin-bottom: 0;
}

.woocommerce a.remove {
    color: #BC2944!important;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #BC2944;
}

/*Header*/

/*General*/
.cactus-header {
    background-color: rgba(255,255,255,1);
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.cactus-top-bar,
.cactus-main-header,
.cactus-mobile-main-header {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .cactus-top-bar,
	.cactus-main-header {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .cactus-top-bar,
	.cactus-main-header,
	.cactus-mobile-main-header {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .cactus-top-bar,
	.cactus-main-header,
	.cactus-mobile-main-header {
        width: 1170px;
    }
}

.cactus-header.fullwidth .cactus-top-bar,
.cactus-header.fullwidth .cactus-main-header {
    width: 100%;
}

.cactus-header.shadow {
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
}

.cactus-header.shadow .cactus-close-toggle {
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
}

.cactus-header.border {
    border-bottom: 1px solid #333;
}

.cactus-header ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
}

.cactus-logo &gt; a {
    display: block;
}

.cactus-logo &gt; a {
    padding: 0 25px 0 0;
}

.cactus-logo .site-name {
    margin-top: 0
}

/*Navigation*/
.cactus-header.full-height .cactus-main-nav {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
}

.cactus-main-nav &gt; li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.cactus-main-nav &gt; li &gt; a {
    text-decoration: none;
}

.cactus-main-nav &gt; li &gt; a,
.cactus-mini-nav li &gt; a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.not-clickable-item {
    cursor: default;
}
.actus-main-nav li i{
	padding-right:10px;
}
.cactus-main-nav &gt; li &gt; a .text-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
}

.cactus-main-nav &gt; li &gt; a .text-wrap .menu-item-text {
    position: relative;
    z-index: 10;
}

.cactus-main-nav.level-arrows-on &gt; li.menu-item-has-children &gt; a {
    position: relative;
}

.cactus-main-nav .menu-item a .fa,
.cactus-main-nav .menu-item a &gt; i,
.cactus-main-nav .menu-item .text-wrap &gt; i,
.cactus-mini-nav .menu-item a .fa,
.cactus-mini-nav .menu-item a &gt; i,
.cactus-mini-nav .menu-item .text-wrap &gt; i {
    padding-right: 6px;
}

.subtitle-text,
.menu-text {
    display: block;
}

.cactus-top-header .cactus-main-nav.level-arrows-on &gt; li.menu-item-has-children &gt; a .menu-text {
    position: relative;
    padding-right: 10px;
}

.cactus-side-header.sub-sideways .cactus-main-nav.level-arrows-on &gt; li.menu-item-has-children &gt; a .menu-item-text {
    position: relative;
}

.cactus-top-header .cactus-main-nav .menu-text:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "";
}

.cactus-main-nav .rippleWrap {
    width: 100%;
    height: 100%;
}

/*Micro-widgets*/
.cactus-f-microwidgets {
    margin: 0 -10px;
}

.cactus-microwidget {
    display: inline-block;
    margin: 0 10px;
    font: 600 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

.cactus-contact-email:before,
.cactus-contact-phone:before,
.cactus-contact-clock:before,
.cactus-shopping-cart-label:before,
.cactus-search-label:before,
.cactus-menu-label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.cactus-contact-email:before,
.cactus-contact-phone:before,
.cactus-contact-clock:before {
    margin-right: 5px;
}

.cactus-contact-email:before {
    content: "\f0e0";
}

.cactus-contact-phone:before {
    content: "\f095";
}

.cactus-contact-clock:before {
    content: "\f017";
}

.cactus-menu-label:before {
    content: "\f0c9";
}

.cactus-microicons a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    background-color: rgba(0,0,0,.1);
    border-radius: 100%;
}

.cactus-shopping-cart-wrap,
.cactus-search-wrap {
    position: absolute;
    z-index: 200;
    top: 100%;
}

.cactus-shopping-cart {
	position: relative;
}

.cactus-shopping-cart-wrap {
	top: 18px;
	padding-top: 25px;
}

.cactus-shopping-cart-wrap {
    visibility: hidden;
    opacity: 0;
}

.cactus-shopping-cart:hover .cactus-shopping-cart-wrap {
    visibility: visible;
    opacity:1;
}

.cactus-shopping-cart-wrap.right-overflow,
.cactus-search-wrap.right-overflow {
    right: 0;
}

.cactus-shopping-cart-inner {
    overflow: hidden;
    width: 260px;
    padding: 10px 20px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.cactus-shopping-cart .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    margin: 10px 0;
}

.cactus-shopping-cart .woocommerce a.button {
    padding: 12px 20px;
}

.cactus-shopping-cart .woocommerce.widget_shopping_cart .total {
    padding-top: 10px;
    margin-bottom: 15px;
}

.cactus-shopping-cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
}

.cactus-header .searchform {
    overflow: hidden;
    width: 260px;
    padding: 10px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.cactus-header .searchform label {
    display: block;
    position:relative;
}

.cactus-header .searchform label:before {
    position:absolute;
    top:0;
    right:0;
    font: normal normal normal 16px/24px 'FontAwesome';
    content: "\f002";
}

.cactus-header .searchform input[type="search"] {
    border: 0;
    float: left;
    width: 100%;
    margin-right: -25px;
    padding-right: 25px;
    background-color: transparent;
    color: inherit;
}

.cactus-header .searchform input[type="submit"] {
    background: none;
    float: right;
    border: none;
    width: 20px;
    height: 20px;
    position:relative;
    z-index:2;
    color: transparent;
}

.cactus-shopping-cart-label:before {
    content: "\f07a";
    cursor: pointer;
}

.cactus-search-label:before {
    content: "\f002";
    cursor: pointer;
}

.cactus-f-microwidgets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cactus-micronav-list &gt; ul {
    margin: 0;
}

.cactus-micronav-list &gt; ul &gt; li {
    position: relative;
    display: inline-block;
    margin: 0;
}

.cactus-micronav-list &gt; ul &gt; li + li {
    margin-left: 10px;
}

/*Top Bar*/
.cactus-top-bar {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cactus-top-bar &gt; .cactus-f-microwidgets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cactus-top-bar .cactus-f-microwidgets {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.cactus-top-bar .cactus-f-microwidgets:first-child {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.cactus-top-bar .cactus-microwidget {
    font: 13px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.cactus-top-bar * {
    font-size: inherit;
    line-height: inherit;
}

.cactus-top-bar.empty {
    position: absolute;
    visibility: hidden;
}

.cactus-header.transparent .cactus-top-bar {
    margin-bottom: -1px;
}

.cactus-top-bar .sub-menu {
    z-index: 1003;
}

.cactus-top-bar a,
.cactus-top-bar .sub-menu a:hover,
.cactus-top-bar a:hover {
    text-decoration: none;
}

.cactus-top-bar a:hover,
.cactus-top-bar .mini-search .submit:hover,
.cactus-top-bar .mini-login a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.cactus-top-bar .social-icons a:hover,
.cactus-top-bar .shopping-cart-inner a:hover {
    opacity: 1;
}

.cactus-top-bar {
    position: relative;
}

.cactus-top-bar * {
    font-size: inherit;
    line-height: inherit;
}

.cactus-top-bar.empty {
    position: absolute;
    visibility: hidden;
}

.cactus-header.transparent .cactus-top-bar {
    margin-bottom: -1px;
}

.cactus-top-bar .sub-menu {
    z-index: 1003;
}

.cactus-top-bar a,
.cactus-top-bar .sub-menu a:hover,
.cactus-top-bar a:hover {
    text-decoration: none;
}

.cactus-top-bar a:hover,
.cactus-top-bar .cactus-search .submit:hover,
.cactus-top-bar .cactus-login a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.cactus-top-bar .cactus-microicons a:hover,
.cactus-top-bar .cactus-shopping-cart-inner a:hover {
    opacity: 1;
}

.cactus-top-bar:before,
.cactus-navigation:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    min-height:1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.cactus-top-bar.cactus-style-solid-bg:before {
    background-color: rgba(179,181,182,0.32);
}

.cactus-navigation.cactus-style-solid-bg:before {
    background-color: rgba(0,0,0,.8);
}

.cactus-style-solid-bg:before {
    height: 100%!important;
}

.cactus-style-solid-bg:before,
.cactus-style-bottom-line-full:before,
.cactus-style-top-line-full:before {
    padding: 0 1000px;
    margin-left: -1000px;
}

.cactus-style-bottom-line:before,
.cactus-style-bottom-line-full:before {
    border-bottom: 1px solid rgba(179,181,182,0.32);
}

.cactus-style-top-line:before,
.cactus-style-top-line-full:before {
    top: 0;
    bottom: auto;
    background-color: rgba(179,181,182,0.32);
}

/*Classic Header*/
.cactus-header .cactus-main-header {
    position: relative;
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;*/
    display: none;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.cactus-header.cactus-classic-header .cactus-main-header {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    min-height: 180px;
}


.cactus-classic-header  .cactus-main-header .cactus-logo,
.cactus-classic-header  .cactus-main-header .cactus-navigation {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cactus-classic-header.left .cactus-main-nav {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.cactus-classic-header.center .cactus-navigation {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-classic-header .cactus-navigation &gt; .cactus-f-microwidgets {
    padding:  0 0 0 40px;
}

.cactus-inline-header .cactus-navigation &gt; .cactus-f-microwidgets {
    padding:  0 0 0 40px;
}

.cactus-split-header .cactus-navigation &gt; .cactus-f-microwidgets {
    padding-right: 30px;
}

.cactus-split-header .cactus-navigation + .cactus-navigation &gt; .cactus-f-microwidgets {
    padding-left: 30px;
    padding-right: 0;
}

.cactus-classic-header.justify .cactus-main-nav {
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.cactus-classic-header.justify .cactus-main-nav &gt; li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-classic-header .cactus-logo .cactus-f-microwidgets:last-child {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.cactus-classic-header .cactus-navigation &gt; .cactus-f-microwidgets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    z-index: 2;
}

.cactus-classic-header .cactus-navigation {
    position: relative;
}

.cactus-classic-header.logocenter .cactus-logo &gt; a,
.cactus-classic-header.logocenter .cactus-logo &gt; .cactus-name-box {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
}

.cactus-classic-header.logocenter .cactus-logo .cactus-f-microwidgets {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.cactus-classic-header.logocenter .cactus-f-microwidgets:last-child {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

/*Inline Header*/
.cactus-inline-header .cactus-main-header {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.cactus-inline-header .cactus-logo,
.cactus-inline-header .cactus-main-header &gt; .cactus-f-microwidgets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cactus-inline-header .cactus-main-nav {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
}

.cactus-inline-header .cactus-main-header &gt; nav,
.cactus-inline-header .cactus-navigation {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.cactus-header.justify .cactus-main-nav {
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}

.cactus-header.justify .cactus-main-nav &gt; li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.cactus-inline-header.justify .cactus-main-nav &gt; li &gt; a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.cactus-inline-header.justify .main-nav &gt; li {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-inline-header.left .cactus-main-nav,
.cactus-inline-header.right .cactus-main-nav,
.cactus-inline-header.center .cactus-main-nav {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.cactus-inline-header.center .cactus-main-nav {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.cactus-inline-header.left .cactus-main-nav {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.cactus-inline-header.right .cactus-main-nav {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin-right: -10px;
}

/*Split Header*/
.cactus-split-header .cactus-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.cactus-split-header .cactus-navigation {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n+1) {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.cactus-split-header .cactus-navigation .cactus-main-nav {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n+1) .cactus-main-nav {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n+1) .cactus-f-microwidgets {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n) .cactus-main-nav {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.cactus-split-header .cactus-f-microwidgets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cactus-split-header.inside .cactus-navigation:nth-of-type(2n+1) .cactus-main-nav {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.cactus-split-header.inside .cactus-navigation:nth-of-type(2n) .cactus-main-nav {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.cactus-split-header.allinside .cactus-navigation:nth-of-type(2n+1) {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.cactus-split-header.allinside .cactus-navigation:nth-of-type(2n) {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.cactus-split-header.allinside .cactus-navigation .cactus-main-nav {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
}

.cactus-split-header.outside .cactus-navigation:nth-of-type(2n+1) {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.cactus-split-header.outside .cactus-navigation:nth-of-type(2n) {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.cactus-split-header.outside .cactus-navigation .cactus-main-nav {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
}

/*Side Header*/
body.cactus-header-side-left {
    padding-left: 300px;
}

body.cactus-header-side-right {
    padding-right: 300px;
}

.cactus-side-header {
    position: fixed;
    top: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    z-index: 99;
    width: 400px;
}

.cactus-side-header-left {
    left: 0;
}

.cactus-side-header-right {
    right: 0;
}

.cactus-side-header .cactus-main-header {
    width: 300px;
    padding: 50px 30px 50px 30px;
}

.cactus-side-header.c-center .cactus-main-header {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.cactus-side-header.c-right .cactus-main-header {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
}

.cactus-side-header .cactus-main-header,
.cactus-mobile-side-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cactus-side-header.c-inside .cactus-main-header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

.cactus-side-header.c-inside .cactus-main-header .cactus-main-nav {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.cactus-side-header.v-bottom.c-inside .cactus-main-header {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.cactus-side-header.v-center.c-inside .cactus-main-header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-side-header .cactus-main-nav,
.cactus-mobile-main-nav {
    -webkit-flex: 10 1 auto;
    -moz-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cactus-side-header .cactus-main-nav &gt; li,
.cactus-mobile-main-nav &gt; li {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.cactus-side-header .cactus-f-microwidgets,
.cactus-mobile-side-header .cactus-f-microwidgets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0;
}

.cactus-side-header .cactus-microwidget,
.cactus-mobile-side-header .cactus-microwidget {
    margin: 5px 0;
}

/* - center vertically */
.cactus-side-header.v-center .cactus-main-nav {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-side-header.v-center .cactus-logo,
.cactus-side-header.v-center .cactus-f-microwidgets {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
/* - Menu position bottom */
.cactus-side-header.v-bottom .cactus-main-nav {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
/* - center horisontally */
.cactus-side-header.h-center .cactus-main-nav &gt; li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

/* - justify horisontally */
.cactus-side-header.h-justify .cactus-main-nav &gt; li &gt; a,
.cactus-side-header.h-justify.sub-downwards .sub-menu &gt; li &gt; a {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.cactus-side-header.h-justify.h-center .cactus-main-nav &gt; li &gt; a,
.cactus-side-header.h-center .cactus-logo,
.cactus-side-header.h-center .cactus-f-microwidgets {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-side-header.h-center .cactus-f-microwidgets {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*! Menu dividers enabled */
.cactus-side-header.dividers .cactus-main-nav &gt; li {
  position: relative;
}
.cactus-side-header.dividers .main-nav &gt; li:before,
.cactus-side-header.dividers.surround .main-nav &gt; li:last-child:after {
  content: "";
  position: absolute;
  top: -0.5px;
  height: 0;
  border-top: solid 1px yellow;
  width: 40px;
  max-width: 100%;
  /*margin-left: -20px;*/
  left: 0;
}
.cactus-side-header.dividers.h-center .main-nav &gt; li:before,
.cactus-side-header.dividers.surround.h-center .main-nav &gt; li:last-child:after {
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cactus-side-header.dividers .main-nav &gt; li:first-child:before {
  display: none;
}
.cactus-side-header.dividers.surround .main-nav &gt; li:first-child:before {
  display: block;
}
.cactus-side-header.dividers.surround .main-nav &gt; li:last-child:after {
  top: auto;
  bottom: -0.5px;
}

/*Side Navigation on Click*/
.cactus-header.cactus-mixed-header .cactus-main-header {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cactus-mixed-header .cactus-main-header {
    min-height: 90px;
}

.cactus-mixed-header .cactus-main-header &gt; * {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logoright-toggleleft .cactus-main-header .cactus-logo {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.logoright-toggleleft .cactus-main-header .cactus-menu-toggle {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.logoright-toggleleft .cactus-main-header .cactus-f-microwidgets {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
    padding-left: 40px;
}

.logocenter-toggleleft .cactus-main-header .cactus-logo {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.logocenter-toggleleft .cactus-main-header .cactus-menu-toggle {
        -webkit-flex: 1 1 0%;
        -moz-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;   
}

.logocenter-toggleleft .cactus-main-header .cactus-f-microwidgets {
        -webkit-flex: 1 1 0%;
        -moz-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
}

.logoleft-toggleright .cactus-main-header .cactus-logo {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
}

.logoleft-toggleright .cactus-main-header .cactus-menu-toggle {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3;
}

.logoleft-toggleright .cactus-main-header .cactus-f-microwidgets {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-grow: 10;
        -moz-flex-grow: 10;
        -ms-flex-positive: 10;
        -ms-flex-grow: 10;
        flex-grow: 10;
        padding-right: 40px;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
}

.logocenter-toggleright .cactus-main-header .cactus-logo {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
}
    
.logocenter-toggleright .cactus-main-header .cactus-menu-toggle {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.logocenter-toggleright .cactus-main-header .cactus-f-microwidgets {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.cactus-menu-toggle {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    outline: 0;
    padding: 0;
    cursor: pointer;
    z-index: 500;
    -webkit-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.cactus-close-toggle {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    outline: 0;
    padding: 0;
    cursor: pointer;
    z-index: 500;
    -webkit-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.cactus-side-header-left .cactus-close-toggle {
    left: 100%;
    top: 10px;
    background-color: inherit;
}

.cactus-side-header-right .cactus-close-toggle {
    right: 100%;
    top: 10px;
    background-color: inherit;
}

.cactus-menu-toggle {
    
}

.cactus-toggle-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    position: relative;
    padding: 14px 0;
}

.cactus-toggle-icon .cactus-line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 10px;
    top: 15px;
}

.cactus-toggle-icon:before,
.cactus-toggle-icon:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 10px;
}

.cactus-toggle-icon:before {
    top: 24px;
}

.cactus-toggle-icon:after {
    top: 33px;
}

.cactus-mixed-header.vertical {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
}

.cactus-mixed-header.vertical .cactus-main-header {
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
    -ms-flex-pack: justify;
    min-height: 100vh;
}

/*Overlay Navigation*/
.cactus-side-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cactus-side-header-overlay .cactus-main-header {
    width: 100%;
}

.cactus-side-header-overlay .cactus-close-toggle {
    top: 10px;
    right: 10px;
}

.cactus-close-icon {
    text-align: center;
    padding-top: 24px;
    padding-left: 8px;
}

.cactus-close-icon .cactus-line {
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
}

.cactus-close-icon .cactus-line:before,
.cactus-close-icon .cactus-line:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
}

.cactus-close-icon .cactus-line:before {
    transform: rotate(45deg);
}

.cactus-close-icon .cactus-line:after {
    transform: rotate(-45deg);
}

/*Main Nav*/
.cactus-main-nav {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;

    /*-webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;*/

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /*-webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;*/

    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cactus-main-nav &gt; li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.cactus-header .cactus-main-nav &gt; li &gt; a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;

    margin: 18px 20px 18px 20px;
    padding: 4px 0px 4px 0px;
}

.cactus-header:not(.cactus-side-header) .cactus-main-nav &gt; li &gt; a {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-header:not(.cactus-side-header) .cactus-main-nav.remove-margin &gt; li:first-child &gt; a {
    margin-left: 0;
}

.cactus-header:not(.cactus-side-header) .cactus-main-nav.remove-margin &gt; li:last-child &gt; a {
    margin-right: 0;
}

.cactus-header:not(.cactus-side-header).dividers.justify .cactus-main-nav &gt; li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cactus-header:not(.cactus-side-header).dividers .cactus-main-nav &gt; li:not(.cactus-mega-menu) {
    position: relative;
}

.cactus-header:not(.cactus-side-header).dividers .cactus-main-nav &gt; li:before,
.cactus-header:not(.cactus-side-header).dividers.surround .cactus-main-nav &gt; li:last-child:after {
    content: "";
    position: absolute;
    left: -0.5px;
    width: 0;
    border-right: solid 1px #F00;
    height: 100%;
    max-height: 100%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.cactus-header:not(.cactus-side-header).dividers .cactus-main-nav &gt; li:first-child:before {
    display: none;
}

.cactus-header:not(.cactus-side-header).dividers.surround .cactus-main-nav &gt; li:first-child:before {
    display: block;
}

.cactus-header:not(.cactus-side-header).dividers.surround .cactus-main-nav &gt; li:last-child:after {
    left: auto;
    right: -0.5px;
}

/*Logo*/
.cactus-logo {
    line-height: 0;
    font-size: 0;
}

.side-header .cactus-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.cactus-logo &gt; a {
    display: block;
}

.cactus-logo a img,
.cactus-logo img {
    height: auto;
}

.cactus-logo .mobile-logo,
.phantom-sticky .side-header .branding .mobile-logo {
    display: none;
}

/*Sub Nav*/
.cactus-header .sub-menu,
.cactus-header .cactus-mega-menu-wrap {
    position: absolute;
    visibility: hidden;
    z-index: 200;
    top: 100%;
    left: 0;
    width: 240px;
    opacity: 0;
    margin: 0!important;
}
.cactus-header .cactus-mega-menu-wrap {
	display:none;
}

.cactus-header .sub-menu.right-overflow {
    left: auto;
    right: 0;
}

.cactus-header .sub-menu .sub-menu.right-overflow {
    left: -240px;
}

.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .sub-menu,
.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap,
.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .sub-menu .sub-menu,
.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap &gt; .sub-menu .sub-menu,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .sub-menu,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .cactus-mega-menu-wrap,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .sub-menu .sub-menu,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .cactus-mega-menu-wrap &gt; .sub-menu .sub-menu {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: auto;
}

.cactus-mobile-drawer-header .cactus-mobile-main-nav &gt; li &gt; .sub-menu {
	position: relative;
    display: none; 
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    padding-left: 20px;
}

.cactus-header .menu-item-hovered &gt; .sub-menu,
.cactus-header .menu-item-hovered &gt; .cactus-mega-menu-wrap {
    visibility: visible;
    opacity: 1;
}

.cactus-header .sub-menu.right-overflow {
    left: auto;
    right: 0;
}

.cactus-header .sub-menu,
.cactus-header .cactus-mega-menu-wrap {
    box-sizing: border-box;
    background-color: #fff;
    margin: 0!important;
}

.cactus-header .sub-menu li {
    position: relative;
    display: block;
}

.cactus-header .sub-menu li:first-child:before {
    display: none;
}

.cactus-main-nav .sub-menu li a,
.cactus-main-nav .sub-menu li a .text-wrap,
.cactus-mobile-main-nav .sub-menu li a,
.cactus-mobile-main-nav .sub-menu li a .text-wrap,
.cactus-micronav .sub-menu li a,
.cactus-micronav .sub-menu li a .text-wrap {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
}

.cactus-main-nav .sub-menu li a,
.cactus-mobile-main-nav .sub-menu li a,
.cactus-micronav .sub-menu li a {
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px 8px 10px;
}

.cactus-header .sub-menu li a .text-wrap {
    width: 100%;
}

.cactus-header.sub-downwards.h-justify.h-center .sub-menu &gt; li &gt; a,
.cactus-header.sub-downwards.h-center .sub-menu &gt; li,
.cactus-header.sub-downwards.h-center .sub-menu li a .text-wrap {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

.cactus-header .sub-menu li.has-children a:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
}

.cactus-header .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
    margin-top: 0px;
}

.cactus-header .sub-menu .sub-menu.right-overflow {
	left: -241px;
}

.cactus-header .cactus-mega-menu-wrap {
	width: 100%;
	padding: 10px;
}

.cactus-mega-menu-wrap &gt; .sub-menu {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.cactus-header .cactus-main-nav li.cactus-mega-menu {
    position: static;
}

.cactus-mega-menu-wrap &gt; .sub-menu {
    position: relative;
    visibility: visible;
    width: auto;
    padding: 0;
    opacity: 1;
    background: none;
    box-shadow: none;
}

.cactus-mega-menu-wrap &gt; .sub-menu &gt; li {
	position: static;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    font-weight: 700;
}

.cactus-header .sub-menu .sub-menu {
	position: relative;
    left: auto !important;
    top: auto;
    max-width: 100%;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    visibility: visible;
    opacity: 1;
    font-size: .9em;
    font-weight: 400;
}

/*Sub nav for sideheader*/
.cactus-side-header.sub-sideways .cactus-main-nav &gt; li &gt; .sub-menu:not(.bottom-overflow),
.cactus-side-header.sub-sideways .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap:not(.bottom-overflow) {
    top: 0 !important;
    left: 100%;
}

.cactus-side-header.sub-sideways .cactus-main-nav &gt; li &gt; .sub-menu,
.cactus-side-header.sub-sideways .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap {
    left: 100%;
}

.cactus-side-header .sub-menu.bottom-overflow,
.cactus-side-header .cactus-mega-menu-wrap.bottom-overflow,
.cactus-mobile-side-header .mini-nav .sub-menu.bottom-overflow,
.cactus-mobile-side-header .mini-nav.sub-menu.bottom-overflow {
    top: auto !important;
    bottom: 0;
}

.cactus-side-header .mini-nav.select-type-menu &gt; .sub-menu:not(.bottom-overflow),
.cactus-mobile-side-header .mini-nav.select-type-menu &gt; .sub-menu:not(.bottom-overflow),
.cactus-mobile-side-header .list-type-menu &gt; ul &gt; li &gt; .sub-menu,
.cactus-side-header .list-type-menu &gt; ul &gt; li &gt; .sub-menu,
.top-header.floating-navigation-below-slider .main-nav &gt; li &gt; .sub-menu.bottom-overflow {
    top: auto !important;
    bottom: 100%;
}

.top-header.floating-navigation-below-slider .sub-menu.bottom-overflow {
    top: auto !important;
    bottom: 0;
}

.cactus-side-header-right.sub-sideways .cactus-main-nav &gt; li &gt; .sub-menu,
.overlay-navigation .content-right.sub-sideways .cactus-main-nav &gt; li &gt; .sub-menu,
.cactus-side-header-right.sub-sideways .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap,
.overlay-navigation .content-right.sub-sideways .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap {
    left: auto !important;
    right: 100%;
}

/*Side header -&gt; Show drop down menu - &gt; Downwards*/
.cactus-side-header.sub-downwards .cactus-main-nav &gt; li,
.cactus-mobile-main-nav &gt; li,
.cactus-side-header.sub-downwards .sub-menu &gt; li,
.cactus-mobile-side-header .sub-menu &gt; li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .sub-menu,
.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap,
.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .sub-menu .sub-menu,
.sub-downwards.cactus-side-header .cactus-main-nav &gt; li &gt; .cactus-mega-menu-wrap &gt; .sub-menu .sub-menu,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .sub-menu,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .cactus-mega-menu-wrap,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .sub-menu .sub-menu,
.cactus-mobile-side-header .cactus-mobile-main-nav &gt; li &gt; .cactus-mega-menu-wrap &gt; .sub-menu .sub-menu {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: auto;
}

.sub-downwards.side-header .main-nav &gt; li .sub-menu .sub-menu {
  padding: 15px 20px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-downwards li:not(.cactus-mega-menu) .sub-menu {
  width: auto;
}
.sub-downwards .main-nav &gt; li &gt; .sub-menu {
  padding-bottom: 0;
}

.sub-downwards .cactus-main-nav .sub-menu,
.mobile-main-nav .sub-menu {
  background: none;
  box-shadow: none;
}

.sub-downwards .cactus-main-nav .sub-menu li,
.cactus-header.sub-downwards .cactus-mega-menu.mega-auto-width .sub-menu .cactus-mega-parent {
    padding: 0;
    width: 100%;
}

.sub-downwards .main-nav.level-arrows-on &gt; li.has-children:last-child {
  margin-right: 0;
}

.sub-downwards #main-nav li a:hover,
.next-level-button:hover {
  cursor: pointer !important;
}

/*fixed header*/
.cactus-fxd-header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    z-index: 999;
}

.cactus-fxd-header-wrap .cactus-classic-header {
    
}

.cactus-fxd-header-wrap .cactus-header.cactus-classic-header .cactus-main-header {
    min-height: 0;
    -webkit-align-items: stretch; 
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; 
    -ms-flex-align: stretch;
}

.cactus-fxd-header-wrap .cactus-classic-header .cactus-logo {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; 
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: auto;
    padding: 0 25px 0 0;
}

/*Mobile*/
.cactus-mobile-main-header {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media screen and (min-width: 768px) {
	.cactus-mobile-main-header {
    	display: none;
    }
    .cactus-header .cactus-main-header {
    	display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -ms-flex;
	    display: flex;
    }
}

.cactus-mobile-main-header {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cactus-mobile-main-header &gt; * {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cactus-mobile-main-header {
    min-height: 90px;
}

.cactus-mobile-side-header {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 300px;
    max-width: 100%;
    z-index: 9999;
    padding: 30px 30px 0;
    box-sizing: border-box;
    background-color: #fff;
    /*-ms-transition: -ms-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
}

.cactus-mobile-side-header-left {
    left: 0;
}

.cactus-mobile-side-header-right {
    right: 0;
}

.cactus-mobile-side-header .cactus-close-toggle {
    position: absolute;
    top: 0;
    left: 100%;
}

.cactus-mobile-main-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;

    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;

    -webkit-flex: 10 1 auto;
    -moz-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;

    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 30px;
}

.cactus-mobile-main-nav &gt; li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;

    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.cactus-mobile-main-nav &gt; li &gt; a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;*/
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 20px;
    padding: 10px 0px 10px 0px;

}
.cactus-mobile-main-nav .sub-menu a{
	display:inline !important;
	
	}
.floating-toggle .cactus-toggle-icon {
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

.floating-toggle .cactus-toggle-icon:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.floating-toggle .cactus-toggle-icon .cactus-line,
.floating-toggle .cactus-toggle-icon .cactus-toggle-icon:before,
.floating-toggle .cactus-toggle-icon .cactus-toggle-icon:after {
    background-color: #fff;
}



/*Open sub icon*/
.cactus-open-sub-icon {
    display: inline-block;
    position: relative;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.cactus-open-sub-icon:before,
.cactus-open-sub-icon:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    left: 0;
    top: 5px;
}

.cactus-open-sub-icon:before {
    left: 0;
    top: 5px;
}

.cactus-open-sub-icon:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cactus-side-header.sub-downwards li.menu-item-has-children.open-sub &gt; .cactus-open-sub-icon,
.cactus-mobile-side-header li.menu-item-has-children.open-sub &gt; .cactus-open-sub-icon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*decoration*/
.hoverline-lefttoright &gt; li &gt; a &gt; span,
.hoverline-fromcenter &gt; li &gt; a &gt; span,
.hoverline-upwards &gt; li &gt; a &gt; span,
.hoverline-downwards &gt; li &gt; a &gt; span {
    position: relative;
    display: block;
}

.hoverline-lefttoright &gt; li &gt; a &gt; span:before {
    content: "";
    display: block;
    position: absolute;  
    left: 0;
    bottom: -5px;
    overflow: hidden;
    width: 0;
    height: 2px!important;
    pointer-events: none;
    background-color: #f00;
    opacity: 0.85;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cactus-header .hoverline-lefttoright &gt; li.active &gt; a &gt; span:before,
.cactus-header .hoverline-lefttoright &gt; li &gt; a:hover &gt; span:before,
.cactus-header .hoverline-lefttoright &gt; li.menu-item-hovered &gt; a &gt; span:before {
    width: 100%;
}

.hoverline-fromcenter &gt; li &gt; a &gt; span:before {
    position: absolute;
	display: block;
    visibility: hidden;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    content: "";
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0.85;
}

.cactus-header .hoverline-fromcenter &gt; li &gt; a:hover &gt; span:before,
.cactus-header .hoverline-fromcenter &gt; li.menu-item-hovered &gt; a &gt; span:before,
.cactus-header .hoverline-fromcenter &gt; li.active &gt; a &gt; span:before {
    visibility: visible;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hoverline-upwards &gt; li &gt; a &gt; span:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f00;
    content: '';
    opacity: 0;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.cactus-header .hoverline-upwards &gt; li &gt; a:hover &gt; span:before,
.cactus-header .hoverline-upwards &gt; li.menu-item-hovered &gt; a &gt; span:before,
.cactus-header .hoverline-upwards &gt; li.active &gt; a &gt; span:before {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.hoverline-downwards &gt; li &gt; a &gt; span:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f00;
    content: '';
    opacity: 0;
    -ms-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cactus-header .hoverline-downwards &gt; li &gt; a:hover &gt; span:before,
.cactus-header .hoverline-downwards &gt; li.menu-item-hovered &gt; a &gt; span:before,
.cactus-header .hoverline-downwards &gt; li.active &gt; a &gt; span:before {
    height: 2px;
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.cactus-header .hoverbg &gt; li:not(.active) &gt; a:hover:before,
.cactus-header .hoverbg &gt; li.menu-item-hovered:not(.active) &gt; a:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    background-color: currentColor;
    opacity: .2;
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 5px;
}

.cactus-header .hoveroutline &gt; li:not(.active) &gt; a:hover:before,
.cactus-header .hoveroutline &gt; li.menu-item-hovered:not(.active) &gt; a:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    border: 2px solid currentColor;
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 5px;
}

.cactus-header .hoverline-decoration &gt; li &gt; a,
.cactus-header .activeline-decoration &gt; li &gt; a {
    overflow: hidden;
}

.cactus-header .hoverline-decoration &gt; li &gt; a .decoration-line,
.cactus-header .activeline-decoration &gt; li &gt; a .decoration-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0;
    -ms-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.cactus-header .activeline-decoration &gt; li.active &gt; a .decoration-line,
.cactus-header .hoverline-decoration &gt; li &gt; a:hover .decoration-line,
.cactus-header .hoverline-decoration &gt; li.menu-item-hovered &gt; a .decoration-line {
    opacity: 1;
}

.cactus-header .hoverbg-decoration &gt; li:not(.active) &gt; a {
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
}

@media screen and (min-width: 768px) {
	.cactus-header.transparent {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0);
	}

	.cactus-header.transparent.text-light .cactus-main-nav &gt; li &gt; a,
	.cactus-header.transparent.text-light .cactus-search-label,
	.cactus-header.transparent.text-light .cactus-shopping-cart-label {
		color: #fff;
	}

	.cactus-header.transparent.text-light .site-name {
		color: #fff!important;
	}
}

.cactus-fixed-header-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.cactus-header .cactus-main-nav &gt; li &gt; a {
    color: #333;
    font-size: 14px;
    font-weight:600;
}

.cactus-header .cactus-main-nav &gt; li &gt; a:hover,
.cactus-header .cactus-main-nav &gt; li.active &gt; a {
    color: #bc2944;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n+1) .cactus-main-nav {
    margin-left: -20px;
}

.cactus-split-header .cactus-navigation:nth-of-type(2n) .cactus-main-nav {
    margin-right: -20px;
}

.cactus-inline-header.right .cactus-main-nav {
	margin-right: -20px;
}

.cactus-classic-header.left .cactus-main-nav {
	margin-left: -20px;
}

.cactus-header a {
    color: #333;
}

.cactus-search-wrap .search-form {
    background-color: #fff;
	color: #333;
}

.cactus-mobile-drawer-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
}

.cactus-mobile-drawer-header {
	background-color: #fff;
}
.cactus-parallax {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: repeat;
}
.parallax-destroy{
	background-attachment: scroll !important;
	background-position: center !important;
}
.copyright_selective &gt; span &gt; p,
.copyright_selective &gt; p{
	display:inline;
}

/*Border*/
.cactus-section-separator {
	color: #fff; /*Control Color*/
    font-size: 100px; /*Control Height*/
    position: absolute;
    z-index: 9999;
    left:0;
    bottom: 0;
    width: 100%;
    height: 1em;
    overflow: hidden;
}

.cactus-section-separator svg {
    fill: currentColor;
    display: block;
    height: 100%;
    width: 100%;
}

.cactus-triangle-up svg,
.cactus-triangle-down svg {
    width: 2em;
    height: 1em;
    position: absolute;
    left: 50%;
    margin-left: -1em;
}

.cactus-triangle-down:before,
.cactus-triangle-down:after {
    content: "";
    width:50%;
    height: 1em;
    background-color: currentColor;
    position: absolute;
    top: 0;
}

.cactus-triangle-down:before {
    left: -1em;
}

.cactus-triangle-down:after {
    right: -1em;
}

/*Dark Skin*/
body.dark {
    background-color: #222;
}

body.dark:not(.home) {
    color: #fff;
}

body.dark:not(.home) h1,
body.dark:not(.home) h2,
body.dark:not(.home) h3,
body.dark:not(.home) h4,
body.dark:not(.home) h5,
body.dark:not(.home) h6 {
    color: #fff;
}

body.dark .cactus-header {
    background-color: #111;
}

body.dark .cactus-header .cactus-main-nav &gt; li &gt; a {
    color: #fff;
}

body.dark .site-name, .site-tagline {
    color: #fff!important;
}

body.dark .page-wrap {
    background-color: #222;
}

body.dark .blog-list-wrap .entry-box {
    background-color: #333;
    color: #fff;
}

body.dark a .entry-title,
body.dark a .entry-title:hover {
    color: #fff;
}

body.dark footer.site-footer {
    background-color: #333;
    color: #fff;
}

body.dark .back-to-top {
    background-color: #111;
}

body.dark .cactus-box-content,
body.dark .cactus-box-content h2 {
    background-color: #222;
    color: #fff;
}

body.dark .cactus-search-wrap .search-form {
    background-color: #333;
}

body.dark .cactus-shopping-cart-inner {
    background-color: #333;
}

.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/images/preloader.gif) center no-repeat #fff;
}

.customize-partial-refreshing {
	opacity: 1;
}
.elementor-editor-active .loadingoverlay{
	display:none !important;
}</pre></body></html>