/*
/*
	Theme Name: Orbit
	Theme URI: https://moteur.co
	Description: Exclusive theme built for clients of Moteur.co & WP Genius
	Version: 1.0
	Author: Moteur.co / WP Genius
	Author URI: https://www.moteur.co
	Tags: Unyson, Moteur, eCommerce, WP Genius

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background: #f8f8f8;
	color: #3e5566;
}

/* clear */

.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input, textarea {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.62857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus, textarea:focus {
	outline: 0;
	border: 1px solid #981a27;
}
input[readonly], input[readonly="readonly"] {
	border: 0;
	color: #afafaf;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
	color: #3e5566;
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
hr {
	border-top: 10px solid #EBEBEB;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

header {
	-moz-box-shadow: 0 8px 21px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 8px 21px -13px rgba(0,0,0,0.75);
    box-shadow: 0 8px 21px -13px rgba(0,0,0,0.75);
    display: block;
    position: relative;
    z-index: 999;
}
/* Header Main */

.m-main-header-wrap {
	padding: 0.5em 0;
}
.m-main-header-wrap .m-main-header-inner {
	display: flex;
	position: relative;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner {
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-logo-wrapper {
    padding: 0.5em 0;
}

.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-logo-wrapper img {
	max-width: 380px;
}

.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-phone-wrapper {
	line-height: 1;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-phone-wrapper .m-phone {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #2B2B2B
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-phone-wrapper .m-phone a {
	color: #2B2B2B
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-phone-wrapper .m-tagline {
	text-align: center;
	font-family: 'Ranga', cursive;
	font-size: 25px;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-phone-wrapper .m-tagline span {
	display: block;
	font-size: 16px;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper .m-cart-collateral {
	text-align: right;
	font-size: 16px;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper .m-cart-collateral .m-cart {
    background-color: #3e5566;
    color: #FFF;
    font-weight: 700;
    padding: 10px;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    letter-spacing: -1px;
    margin-left: 10px;
    border-radius: 3px;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper .m-cart-collateral .m-cart a {
	color: #FFF;
}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper .m-cart-collateral .m-cart i {}
.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper input {
	font-family: FontAwesome, 'Open Sans', sans-serif;
	width: 100%;
	box-sizing: border-box;
	outline: 0;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.467;
	color: #34495e;
	border-radius: 0px;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}


/* Tertiary Menu */

.m-tertiary-menu-wrap {
	background-color: #f3f3f3;
    border-bottom: 1px solid #dedede;
    color: #FFF;
	font-size: 13px;
	padding: 10px 0;
}
.m-tertiary-menu-wrap .m-tertiary-menu-inner {}
.m-tertiary-menu-wrap .m-tertiary-menu-inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.m-tertiary-menu-wrap .m-tertiary-menu-inner ul li {
	display: inline-block;
	border-right: 1px solid #333;
	margin-right: 20px;
	padding-right: 20px;
}
.m-tertiary-menu-wrap .m-tertiary-menu-inner ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.m-tertiary-menu-wrap .m-tertiary-menu-inner ul li a {
	color: #3e5566;
}

/* Primary Menu */

.m-primary-menu-wrap {
	font-size: 0;
    background-color: #1b3647;
	border-bottom: 1px solid #d0d0d0;
    color: #FFF;
	background: url(images/elements_header_background.png) #f8f8f8;
    background-size: 800px;
}
.m-primary-menu-wrap .m-primary-menu-inner {}
.m-primary-menu-wrap .m-primary-menu-inner>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-primary-menu-wrap .m-primary-menu-inner>ul>li {
	float: left;
}
.m-primary-menu-wrap .m-primary-menu-inner > ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3e5566;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding: 13px 10px;
    display: block;
    transition: all 500ms ease;
    font-weight: 700;
}

.m-primary-menu-wrap .m-primary-menu-inner>ul>li>a:hover {
	background-color: #f14837;
	color: #FFF;
}

.m-primary-menu-wrap .m-primary-menu-inner>ul>li.login {
	float: right;
}

.m-primary-menu-wrap .m-primary-menu-inner>ul>li.login a {
	background-color: #2c97de;
	color: #FFF;
}

.m-primary-menu-wrap .m-primary-menu-inner>ul>li.login a:hover {
    background-color: #2cdea6;
}

/* Secondary Menu */

.m-secondary-menu-wrap {
	background-color: #f3f3f3;
}
.m-secondary-menu-wrap .m-secondary-menu-inner {}
.m-secondary-menu-wrap .m-secondary-menu-inner>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.m-secondary-menu-wrap .m-secondary-menu-inner>ul>li {
	float: left;
}
.m-secondary-menu-wrap .m-secondary-menu-inner>ul>li>a {
	color: #3e5566;
    display: block;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 15px;
}

/* Drop Down / Mega Menu Global */

.m-primary-menu-wrap .m-primary-menu-inner>ul>li.menu-item-has-children>a:after, .m-secondary-menu-wrap .m-secondary-menu-inner>ul>li.menu-item-has-children>a:after {
	content: '\f0dd';
	font-family: FontAwesome;
	font-size: 12px;
	position: relative;
	padding-right: 2px;
	padding-left: 10px;
	top: -4px;
}

/* Drop Down */

ul.m-dropdown-support li.menu-item-has-children:not(.mega-menu-col)>ul.sub-menu {
	position: absolute;
	background-color: #fafafa;
	z-index: 6000;
	padding: 20px;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 100ms, opacity 100ms linear;
}
ul.m-dropdown-support li.menu-item-has-children:not(.mega-menu-col):hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
ul.m-dropdown-support li.menu-item-has-children:not(.mega-menu-col)>ul.sub-menu li {
	border-bottom: 1px solid #eaeaea;
	transition: background 300ms ease;
}
ul.m-dropdown-support li.menu-item-has-children:not(.mega-menu-col)>ul.sub-menu li:last-child {
	border-bottom: none;
}
ul.m-dropdown-support li.menu-item-has-children:not(.mega-menu-col)>ul.sub-menu li:hover {
	background: #eaeaea;
}
ul.m-dropdown-support li.menu-item-has-children:not(.mega-menu-col)>ul.sub-menu li a {
	padding: 5px 5px;
	display: block;
	font-size: 14px;
}

/* Mega Menu */

ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu {
	position: absolute;
	background-color: #fafafa;
	z-index: 6000;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 100ms, opacity 100ms linear;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu:hover div.mega-menu {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 20px;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col {
	margin-right: 20px;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col:last-child {
	margin-right: 0;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col>a {
	display: none;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col ul.sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col ul.sub-menu li {
	border-bottom: 1px solid #eaeaea;
	transition: background 300ms ease;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col ul.sub-menu li:last-child {
	border-bottom: none;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col ul.sub-menu li:hover {
	background: #eaeaea;
}
ul.m-mega-menu-support li.menu-item-has-mega-menu div.mega-menu ul.mega-menu-row li.mega-menu-col ul.sub-menu li a {
	padding: 5px 5px;
	display: block;
	font-size: 14px;
}

/* Advertising Space (Optional) */

.m-banner-wrap {
	background-color: #000;
}


/* footer */

footer a {
	color: #3e5566;
}

footer .m-widgets-wrap {
	background-color: #f3f3f3;
    color: #3e5566;
    font-size: 14px;
}

footer .m-widgets-wrap h3 {
	color: #3e5566;
	letter-spacing: -1px;
	font-size: 22px;
}

footer .m-widgets-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .m-widgets-wrap ul li {
	padding: 5px 0;
	border-bottom: 1px solid #d6d6d6;
}

footer .m-widgets-wrap ul li:last-child {
	border-bottom: none;
}

footer .m-widgets-wrap ul li a {
	color: #3e5566;
}

footer .m-widgets-wrap ul li ul {
	display: none;
}

footer .m-copyright-wrap {
    background-color: #f8f8f8;
    color: #3e5566;
    font-size: 12px;
    padding: 1em 0;
    border-top: 1px solid #d0d0d0;
}

footer .m-widgets-wrap i {
	margin-right: 5px;
}

footer .m-copyright-wrap .copyright {
	text-align: center;
}

/* Sticky Stuff */

.m-fixed-contact {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000;
}
.m-fixed-contact a {
	color: #FFF;
	background-color: #3e5566;
	padding: 10px 20px;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: -1px;
	transition: all 300ms ease;
}
.m-fixed-contact a:hover {
	background-color: #f14837;
}

/* Mobile Menu */

.m-mobile-fixed-menu {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #1b3647;
	color: #FFF;
	display: none;
}
.m-mobile-fixed-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-mobile-fixed-menu ul li {
	width: 25%;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 13px;
}

.m-mobile-fixed-menu ul li:hover {
	background-color: #fd3439;
}

.m-mobile-fixed-menu ul li a {
	padding: 10px 10px;
	display: block;
	color: #FFF;
}
.m-mobile-fixed-menu ul li i {
	display: block;
	font-size: 14px;
}
.m-mobile-menu-wrap {
	background-color: rgba(0, 0, 0, 0.90);
	overflow: auto;
	display: none;
}
.m-mobile-menu-wrap .m-mobile-menu-inner {
	padding: 20px;
}
.m-mobile-menu-wrap .m-mobile-menu-inner>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-mobile-menu-wrap .m-mobile-menu-inner>ul>li {}
.m-mobile-menu-wrap .m-mobile-menu-inner>ul>li.menu-item-has-children>a:after {
	content: '\f078';
	font-family: FontAwesome;
	font-size: 10px;
	position: relative;
	padding-right: 2px;
	padding-left: 6px;
	top: -2px;
	color: #FFF;
}
.m-mobile-menu-wrap .m-mobile-menu-inner>ul>li>ul {
	display: none;
}
.m-mobile-menu-wrap .m-mobile-menu-inner>ul>li>a {
	color: #FFF;
	padding: 6px 0;
	display: block;
	font-size: 18px;
	font-weight: 700
}
.m-mobile-menu-wrap .m-mobile-menu-inner>ul>li>ul>li>a {
	color: #FFF;
	padding: 6px;
	display: block;
	font-size: 14px;
	font-weight: 700
}

.m-menu-toggle {
    background-color: #3d5567;
    color: #FFF;
    text-align: center;
    padding: 13px 20px;
	display: none;
}

.m-menu-toggle:hover {
	color: #eaeaea;
}



/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

.m-body {
	margin: 1em auto;
}
body.scroll-lock {
	overflow-y: hidden;
	height: 100%;
}

/* Buttons */
.m-btn {
	background-color: #3e5566;
	padding: 10px 20px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	color: #FFF;
	transition: all 300ms ease;
}

.m-btn:hover {
	background-color: #3c719c;
	color: #FFF;
}

.m-btn-green {
	background-color: #f5bd64;
	color: #FFF;
}

.m-btn-green:hover {
	background-color: #eca637;
	color: #FFF;
}

.m-btn-white {
	background-color: #FFF;
	color: #0a4060;
}

.m-btn-white:hover {
	background-color: #E8E8E8;
	color: #0a4060;
}

.m-btn-red {
	background-color: #f14837;
	color: #FFF;
}

.m-btn-red:hover {
	background-color: #dc4b5b;
	color: #FFF;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-home .m-body {
	margin: 0 auto;
}

.page-home h1, .page-home h2, .page-home h3, .page-home h4 {
	text-transform: uppercase;
}

.page-home section {
	position: relative;
}

.page-home .shortcode-widget-area {
	margin-top: 1em;
}



/*------------------------------------*\
    SINGLE
\*------------------------------------*/


/*------------------------------------*\
    LOOP
\*------------------------------------*/


/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.page-numbers {
	padding: 20px;
	border: none !important;
	white-space: normal !important;
	text-align: center;
}
.page-numbers li {
	border: none !important;
	float: none !important;
	display: inline-block;
}
.page-numbers a, .page-numbers span {
	line-height: 1.25;
	margin: 0 7px 0 0;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 9px 4px;
}
.page-numbers a.page-numbers {
	background: #981a27;
	color: #FFF;
}
.page-numbers a.next {
	background: none;
	font-weight: 600;
	color: #981a27;
}
.page-numbers a.prev {
	background: none;
	font-weight: 600;
	color: #981a27;
}
.page-numbers a.next:hover, .page-numbers a.prev:hover {
	background: none;
}
.page-numbers span.current {
	background: #F5F5F5;
	color: #555;
}

/*------------------------------------*\
    M SHORTCODES
\*------------------------------------*/

.m-shortcode-image {
	margin-bottom: 1em;
}

/*------------------------------------*\
    Portfolio
\*------------------------------------*/
.fw-portfolio-loop {
	
}

.fw-portfolio-loop .m-portfolio-item {
	padding: 0;
}

.fw-portfolio-loop .m-portfolio-item .m-portfolio-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fw-portfolio-loop .m-portfolio-item .m-portfolio-item-overlay .m-portfolio-item-overlay-title {
	text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*------------------------------------*\
    eCommerce
\*------------------------------------*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #eaeaea;
	padding: 10px;
	transition: all 300ms ease;
	text-align: center;
	background-color: #FFF;
}

ul.products li.product .m-image-wrapper img {
    transition: all 300ms ease;
    height: auto;
    backface-visibility: hidden;
}

ul.products li.product:hover .m-image-wrapper img {
    transform: scale(1.1);
}

.woocommerce ul.products li.product .button {
	display: inline-block;
	background-color: #f14837;
	color: #FFF;
	font-size: 12px;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 700;
}

.woocommerce ul.products li.product .price {
	font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
	color: #1b3647;
}

.m-taxonomy-description {
	border-radius: 3px;
    border: 1px solid #eaeaea;
    padding: 10px 20px;
    background-color: #FFF;
    margin-bottom: 1em;
}

.m-taxonomy-description:empty {
	display: none;
}


/* Taxonomy Terms & Filtering */

ul.terms {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
ul.terms li.term {
	float: left;
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 20px;
	transition: all 300ms ease;
	position: relative;
	background-color: #000;
	text-align: center;
}
ul.terms li.term:nth-child(4n+4) {
	margin-right: 0;
	background-color: #000;
}
ul.terms li.term .taxonomy-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 10px;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: -1px;
}
ul.terms li.term .background-image {
	max-height: 100px;
	overflow: hidden;
}
ul.terms li.term .background-image img {
	transition: all 400ms ease;
	transform: scale(2) rotate(35deg);
	opacity: 0.5;
	backface-visibility: hidden;
}
ul.terms li.term:hover img {
	transform: scale(2.5) rotate(10deg);
	opacity: 0.8;
}

/* Single Product */

.single-product h1.product_title {
	margin-top: 0;
}
.single-product .woocommerce-product-gallery {
	width: 49%;
	float: left;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 5px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-of-type {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	max-width: 100%;
	height: auto;
}
.single-product .summary {
	width: 49%;
	float: right;
}
.single-product .summary .price {
    margin: 0;
    font-weight: 700;
    font-size: 26px !important;
    background-color: #FFF;
    color: #1b3647 !important;
    border: 1px solid #eaeaea;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.single-product .summary .quantity input {
	width: 3.6843em;
}
.single-product .summary button.button {
	display: inline-block;
	background-color: #fd3439;
	color: #FFF;
	font-size: 15px;
	padding: 10px 50px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 3px;
	border: none;
	outline: none;
	transition: all 300ms ease;
	margin: 0;
}
.single-product .summary button.button:hover {
	background-color: #c7282c;
	border-radius: 0;
}
.single-product .summary .price del {
	display: block;
}
.single-product section.related.products {
	clear: left;
}
.single-product .m-single-product-sidebar {
	padding: 0;
}

.single-product .m-single-product-sidebar h3 {
	font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    background-color: #fd3439;
    color: #FFF;
    margin: -10px -20px;
    padding: 10px 20px;
    border-radius: 5px 0;
	background: url(images/elements_header_background.png) #fd3439;
	background-size: 500px;
}
.single-product .summary .product_meta {
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 11px;
	margin-top: 20px;
}
.single-product .summary .product_meta .sku_wrapper {
	display: block;
}
.single-product .summary .product_meta span:nth-child(2) {
	display: block;
}
.single-product table.variations {
	margin: 20px 0;
}

.single-product .m-single-product-content {
	border: 1px solid #eaeaea;
	background-color: #FFF;
	padding: 20px;
}

.single-product .m-single-product-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-product .m-single-product-content ul li:before {
	content: '\f054';
	font-family: FontAwesome;
	padding-right: 5px;
	color: #fd3439;
}

.single-product div.product form.cart {
	margin-bottom: 0.5em;
}

/* FW Gallery */

.single-fw-portfolio {
	
}

ul.fw-portfolio-gallery {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.fw-portfolio-gallery li {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 5px;
}

ul.fw-portfolio-gallery li a img {
	transition: all 300ms ease;
	backface-visibility: hidden;
}

ul.fw-portfolio-gallery li a:hover img {
	opacity: 0.8;
}

/*------------------------------------*\
	WIDGETS
\*------------------------------------*/

.widget_ns_mailchimp {
	background-color: #a2373f;
	padding: 10px;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
}
.widget_ns_mailchimp input {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.widget_ns_mailchimp h2 {
	color: #FFF;
}
.widget_ns_mailchimp .benefits {
	font-size: 12px;
	margin: 1em 0;
}
.widget_ns_mailchimp input[type="submit"] {
	background-color: #3e2d29;
	color: #f6eadc;
}

/* Brands / Categories */

.m-widget {
	margin-bottom: 1em;
	background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 0px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 10px 20px;
}
.m-widget:last-of-type {
	margin-bottom: 0;
}
.m-widget h3 {
	font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    background-color: #f14837;
    color: #FFF;
    margin: -10px -20px;
    padding: 10px 20px;
    border-radius: 5px 0;
	background: url(images/elements_header_background.png) #fd3439;
	background-size: 500px;
}
.m-widget > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	margin-top: 10px;
}
.m-widget > ul > li {
	border-bottom: 1px solid #d8d8d8;
}
.m-widget > ul > li:last-child {
	border-bottom: none;
}
.m-widget > ul > li.cat-parent > a:after {
	content: '\f078';
	font-family: FontAwesome;
	font-size: 10px;
	position: relative;
	padding-right: 2px;
	padding-left: 6px;
	top: -2px;
	color: #656565;
}
.m-widget > ul > li > a {
	padding: 10px 5px;
	display: block;
	font-size: 14px;
	transition: all 300ms ease;
}
.m-widget > ul > li:hover > a {
	padding: 10px 5px;
	display: block;
	font-size: 14px;
	background-color: #E5E5E5;
}
.m-widget > ul > li > ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #d8d8d8;
}
.m-widget > ul > li > ul > li {
	border-bottom: 1px solid #d8d8d8;
}
.m-widget>ul>li>ul>li:last-child {
	border-bottom: none;
}
.m-widget>ul>li>ul>li>a {
	font-size: 12px;
	padding: 10px 15px;
	display: block;
	transition: all 300ms ease;
}
.m-widget > ul > li > ul > li > a:hover {
	background-color: #E5E5E5;
}


/* Gravity Forms */

.gform_wrapper {}
.gform_wrapper ul, .gform_wrapper ul li {
	border: none;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}
@media only screen and (max-width:480px) {
	.fw-mobile-hide-element {
		display: none;
	}
}
@media only screen and (max-width:768px) {
	body {
		padding-bottom: 50px;
	}
	.m-mobile-fixed-menu {
		display: block;
	}
	.m-main-header-wrap .m-main-header-inner {
		display: block
	}
	.m-main-header-wrap .m-main-header-inner form.search {
		margin-top: 1em;
	}
	ul.products li.product, ul.terms li.term {
		width: 49%;
		margin-right: 2%;
	}
	ul.products li.product:nth-child(2n+2), ul.terms li.term:nth-child(2n+2) {
		margin-right: 0%;
	}
	.single-product .woocommerce-product-gallery, .single-product .summary {
		width: 100%;
		float: none;
	}
	.m-main-header-wrap .m-main-header-inner .m-header-col-inner {
		transform: none;
		position: static;
		top: 0;
		text-align: center;
	}
	.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-logo-wrapper img {
		max-width: 480px;
	}
	.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper .m-cart-collateral {
		display: none;
	}
	.m-main-header-wrap .m-main-header-inner .m-header-col-inner.m-search-wrapper .m-cart-collateral .m-cart {
		float: none;
	}
	.m-primary-menu-wrap, .m-secondary-menu-wrap, .m-banner-wrap, .m-tertiary-menu-wrap {
		display: none;
	}
	.m-menu-toggle {
		display: block;
	}
	.m-fixed-contact {
		display: none;
	}
	/* Widgets */
	.m-widget.widget_nav_menu h3, .m-widget.woocommerce h3 {
		cursor: pointer;
	}
	.m-widget.widget_nav_menu h3:after, .m-widget.woocommerce h3:after {
		content: '+';
		float: right;
	}
	.m-widget.woocommerce ul, .m-widget.widget_nav_menu ul {
		display: none;
	}
	.m-widget:last-of-type {
		margin-bottom: 1em;
	}
	/* Footer */
	footer .m-widgets-wrap {
		display: none;
	}
}
@media only screen and (max-width:1024px) {
	.vx-menu-wrapper {
		display: none;
	}
	.fw-tablet-landscape-hide-element {
		display: none;
	}
}
@media only screen and (min-width:1140px) {}
@media only screen and (max-width: 1200px) {
	.m-primary-menu-wrap .m-primary-menu-inner>ul>li>a {
		font-size: 13px;
		padding: 12px 11px;
	}
	.m-secondary-menu-wrap .m-secondary-menu-inner>ul>li>a {
		padding: 8px 7px;
		font-size: 12px;
	}
}
@media only screen and (max-width:1280px) {
	.fw-desktop-hide-element {
		display: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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%;
	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 .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	
	.m-fixed-contact a {
	    display: none;
	}
	
	.woocommerce header, .woocommerce .m-breadcrumbs, .single-product .m-single-product-sidebar, .single-product section.related.products, .woocommerce footer {
	    display: none;
	}
	
	.woocommerce a[href]:after {
		content: "";
	}
	
}
input#gform_submit_button_4.gform_button.button {
	background-color: #df8300 !important;
	color: #ffffff !important;
}

/* Grid */


/*
How to overwrite this file http://manual.unyson.io/en/latest/extension/builder/index.html#changing-the-grid
*/


/* Utility classes
-------------------------------------------------- */

.clearfix:before, .clearfix:after, .m-container:before, .m-container:after, .m-container-fluid:before, .m-container-fluid:after, .m-row:before, .m-row:after, .dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.clearfix:after, .m-container:after, .m-container-fluid:after, .m-row:after, .dl-horizontal dd:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right, body.rtl .pull-left {
	float: right !important;
}
.pull-left, body.rtl .pull-right {
	float: left !important;
}
.clear {
	clear: both;
	width: 100%;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
img, iframe, embed {
	max-width: 100%;
}
.map img, .m-shortcode-map-wrapper img {
	max-width: none !important;
}

/* Grid system */


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

.m-main-row, .m-main-row *, .m-main-row *:before, .m-main-row *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.m-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.m-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.m-container {
		width: 1280px;
	}
}
.m-container-fluid {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.m-row {
	margin-left: -15px;
	margin-right: -15px;
}
.m-row:before, .m-row:after {
	content: " ";
	display: table;
}
.m-row:after {
	clear: both;
}
.m-col-xs-1, .m-col-sm-1, .m-col-md-1, .m-col-lg-1, .m-col-xs-2, .m-col-sm-2, .m-col-md-2, .m-col-lg-2, .m-col-xs-3, .m-col-sm-3, .m-col-md-3, .m-col-lg-3, .m-col-xs-4, .m-col-sm-4, .m-col-md-4, .m-col-lg-4, .m-col-xs-5, .m-col-sm-5, .m-col-md-5, .m-col-lg-5, .m-col-xs-6, .m-col-sm-6, .m-col-md-6, .m-col-lg-6, .m-col-xs-7, .m-col-sm-7, .m-col-md-7, .m-col-lg-7, .m-col-xs-8, .m-col-sm-8, .m-col-md-8, .m-col-lg-8, .m-col-xs-9, .m-col-sm-9, .m-col-md-9, .m-col-lg-9, .m-col-xs-10, .m-col-sm-10, .m-col-md-10, .m-col-lg-10, .m-col-xs-11, .m-col-sm-11, .m-col-md-11, .m-col-lg-11, .m-col-xs-12, .m-col-sm-12, .m-col-md-12, .m-col-lg-12, .m-col-xs-15, .m-col-sm-15, .m-col-md-15, .m-col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.m-col-sm-1, .m-col-sm-2, .m-col-sm-3, .m-col-sm-4, .m-col-sm-5, .m-col-sm-6, .m-col-sm-7, .m-col-sm-8, .m-col-sm-9, .m-col-sm-10, .m-col-sm-11, .m-col-sm-12, .m-col-sm-15 {
		float: left;
	}
	body.rtl .m-col-sm-1, body.rtl .m-col-sm-2, body.rtl .m-col-sm-3, body.rtl .m-col-sm-4, body.rtl .m-col-sm-5, body.rtl .m-col-sm-6, body.rtl .m-col-sm-7, body.rtl .m-col-sm-8, body.rtl .m-col-sm-9, body.rtl .m-col-sm-10, body.rtl .m-col-sm-11, body.rtl .m-col-sm-12, body.rtl .m-col-sm-15 {
		float: right;
	}
	.m-col-sm-15 {
		width: 20%;
	}
	.m-col-sm-12 {
		width: 100%;
	}
	.m-col-sm-11 {
		width: 91.66666667%;
	}
	.m-col-sm-10 {
		width: 83.33333333%;
	}
	.m-col-sm-9 {
		width: 75%;
	}
	.m-col-sm-8 {
		width: 66.66666667%;
	}
	.m-col-sm-7 {
		width: 58.33333333%;
	}
	.m-col-sm-6 {
		width: 50%;
	}
	.m-col-sm-5 {
		width: 41.66666667%;
	}
	.m-col-sm-4 {
		width: 33.33333333%;
	}
	.m-col-sm-3 {
		width: 25%;
	}
	.m-col-sm-2 {
		width: 16.66666667%;
	}
	.m-col-sm-1 {
		width: 8.33333333%;
	}
	.m-col-sm-pull-15 {
		right: 20%;
	}
	.m-col-sm-pull-12 {
		right: 100%;
	}
	.m-col-sm-pull-11 {
		right: 91.66666667%;
	}
	.m-col-sm-pull-10 {
		right: 83.33333333%;
	}
	.m-col-sm-pull-9 {
		right: 75%;
	}
	.m-col-sm-pull-8 {
		right: 66.66666667%;
	}
	.m-col-sm-pull-7 {
		right: 58.33333333%;
	}
	.m-col-sm-pull-6 {
		right: 50%;
	}
	.m-col-sm-pull-5 {
		right: 41.66666667%;
	}
	.m-col-sm-pull-4 {
		right: 33.33333333%;
	}
	.m-col-sm-pull-3 {
		right: 25%;
	}
	.m-col-sm-pull-2 {
		right: 16.66666667%;
	}
	.m-col-sm-pull-1 {
		right: 8.33333333%;
	}
	.m-col-sm-pull-0 {
		right: auto;
	}
	.m-col-sm-push-15 {
		left: 20%;
	}
	.m-col-sm-push-12 {
		left: 100%;
	}
	.m-col-sm-push-11 {
		left: 91.66666667%;
	}
	.m-col-sm-push-10 {
		left: 83.33333333%;
	}
	.m-col-sm-push-9 {
		left: 75%;
	}
	.m-col-sm-push-8 {
		left: 66.66666667%;
	}
	.m-col-sm-push-7 {
		left: 58.33333333%;
	}
	.m-col-sm-push-6 {
		left: 50%;
	}
	.m-col-sm-push-5 {
		left: 41.66666667%;
	}
	.m-col-sm-push-4 {
		left: 33.33333333%;
	}
	.m-col-sm-push-3 {
		left: 25%;
	}
	.m-col-sm-push-2 {
		left: 16.66666667%;
	}
	.m-col-sm-push-1 {
		left: 8.33333333%;
	}
	.m-col-sm-push-0 {
		left: auto;
	}
	.m-col-sm-offset-15 {
		margin-left: 20%;
	}
	.m-col-sm-offset-12 {
		margin-left: 100%;
	}
	.m-col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.m-col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.m-col-sm-offset-9 {
		margin-left: 75%;
	}
	.m-col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.m-col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.m-col-sm-offset-6 {
		margin-left: 50%;
	}
	.m-col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.m-col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.m-col-sm-offset-3 {
		margin-left: 25%;
	}
	.m-col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.m-col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.m-col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.m-col-md-1, .m-col-md-2, .m-col-md-3, .m-col-md-4, .m-col-md-5, .m-col-md-6, .m-col-md-7, .m-col-md-8, .m-col-md-9, .m-col-md-10, .m-col-md-11, .m-col-md-12, .m-col-md-15 {
		float: left;
	}
	body.rtl .m-col-md-1, body.rtl .m-col-md-2, body.rtl .m-col-md-3, body.rtl .m-col-md-4, body.rtl .m-col-md-5, body.rtl .m-col-md-6, body.rtl .m-col-md-7, body.rtl .m-col-md-8, body.rtl .m-col-md-9, body.rtl .m-col-md-10, body.rtl .m-col-md-11, body.rtl .m-col-md-12, body.rtl .m-col-md-15 {
		float: right;
	}
	.m-col-md-15 {
		width: 20%;
	}
	.m-col-md-12 {
		width: 100%;
	}
	.m-col-md-11 {
		width: 91.66666667%;
	}
	.m-col-md-10 {
		width: 83.33333333%;
	}
	.m-col-md-9 {
		width: 75%;
	}
	.m-col-md-8 {
		width: 66.66666667%;
	}
	.m-col-md-7 {
		width: 58.33333333%;
	}
	.m-col-md-6 {
		width: 50%;
	}
	.m-col-md-5 {
		width: 41.66666667%;
	}
	.m-col-md-4 {
		width: 33.33333333%;
	}
	.m-col-md-3 {
		width: 25%;
	}
	.m-col-md-2 {
		width: 16.66666667%;
	}
	.m-col-md-1 {
		width: 8.33333333%;
	}
	.m-col-md-pull-15 {
		right: 20%;
	}
	.m-col-md-pull-12 {
		right: 100%;
	}
	.m-col-md-pull-11 {
		right: 91.66666667%;
	}
	.m-col-md-pull-10 {
		right: 83.33333333%;
	}
	.m-col-md-pull-9 {
		right: 75%;
	}
	.m-col-md-pull-8 {
		right: 66.66666667%;
	}
	.m-col-md-pull-7 {
		right: 58.33333333%;
	}
	.m-col-md-pull-6 {
		right: 50%;
	}
	.m-col-md-pull-5 {
		right: 41.66666667%;
	}
	.m-col-md-pull-4 {
		right: 33.33333333%;
	}
	.m-col-md-pull-3 {
		right: 25%;
	}
	.m-col-md-pull-2 {
		right: 16.66666667%;
	}
	.m-col-md-pull-1 {
		right: 8.33333333%;
	}
	.m-col-md-pull-0 {
		right: auto;
	}
	.m-col-md-push-15 {
		left: 20%;
	}
	.m-col-md-push-12 {
		left: 100%;
	}
	.m-col-md-push-11 {
		left: 91.66666667%;
	}
	.m-col-md-push-10 {
		left: 83.33333333%;
	}
	.m-col-md-push-9 {
		left: 75%;
	}
	.m-col-md-push-8 {
		left: 66.66666667%;
	}
	.m-col-md-push-7 {
		left: 58.33333333%;
	}
	.m-col-md-push-6 {
		left: 50%;
	}
	.m-col-md-push-5 {
		left: 41.66666667%;
	}
	.m-col-md-push-4 {
		left: 33.33333333%;
	}
	.m-col-md-push-3 {
		left: 25%;
	}
	.m-col-md-push-2 {
		left: 16.66666667%;
	}
	.m-col-md-push-1 {
		left: 8.33333333%;
	}
	.m-col-md-push-0 {
		left: auto;
	}
	.m-col-md-offset-15 {
		margin-left: 20%;
	}
	.m-col-md-offset-12 {
		margin-left: 100%;
	}
	.m-col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.m-col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.m-col-md-offset-9 {
		margin-left: 75%;
	}
	.m-col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.m-col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.m-col-md-offset-6 {
		margin-left: 50%;
	}
	.m-col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.m-col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.m-col-md-offset-3 {
		margin-left: 25%;
	}
	.m-col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.m-col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.m-col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.m-col-lg-1, .m-col-lg-2, .m-col-lg-3, .m-col-lg-4, .m-col-lg-5, .m-col-lg-6, .m-col-lg-7, .m-col-lg-8, .m-col-lg-9, .m-col-lg-10, .m-col-lg-11, .m-col-lg-12, .m-col-lg-15 {
		float: left;
	}
	body.rtl .m-col-lg-1, body.rtl .m-col-lg-2, body.rtl .m-col-lg-3, body.rtl .m-col-lg-4, body.rtl .m-col-lg-5, body.rtl .m-col-lg-6, body.rtl .m-col-lg-7, body.rtl .m-col-lg-8, body.rtl .m-col-lg-9, body.rtl .m-col-lg-10, body.rtl .m-col-lg-11, body.rtl .m-col-lg-12, body.rtl .m-col-lg-15 {
		float: right;
	}
	.m-col-lg-15 {
		width: 20%;
	}
	.m-col-lg-12 {
		width: 100%;
	}
	.m-col-lg-11 {
		width: 91.66666667%;
	}
	.m-col-lg-10 {
		width: 83.33333333%;
	}
	.m-col-lg-9 {
		width: 75%;
	}
	.m-col-lg-8 {
		width: 66.66666667%;
	}
	.m-col-lg-7 {
		width: 58.33333333%;
	}
	.m-col-lg-6 {
		width: 50%;
	}
	.m-col-lg-5 {
		width: 41.66666667%;
	}
	.m-col-lg-4 {
		width: 33.33333333%;
	}
	.m-col-lg-3 {
		width: 25%;
	}
	.m-col-lg-2 {
		width: 16.66666667%;
	}
	.m-col-lg-1 {
		width: 8.33333333%;
	}
	.m-col-lg-pull-15 {
		right: 20%;
	}
	.m-col-lg-pull-12 {
		right: 100%;
	}
	.m-col-lg-pull-11 {
		right: 91.66666667%;
	}
	.m-col-lg-pull-10 {
		right: 83.33333333%;
	}
	.m-col-lg-pull-9 {
		right: 75%;
	}
	.m-col-lg-pull-8 {
		right: 66.66666667%;
	}
	.m-col-lg-pull-7 {
		right: 58.33333333%;
	}
	.m-col-lg-pull-6 {
		right: 50%;
	}
	.m-col-lg-pull-5 {
		right: 41.66666667%;
	}
	.m-col-lg-pull-4 {
		right: 33.33333333%;
	}
	.m-col-lg-pull-3 {
		right: 25%;
	}
	.m-col-lg-pull-2 {
		right: 16.66666667%;
	}
	.m-col-lg-pull-1 {
		right: 8.33333333%;
	}
	.m-col-lg-pull-0 {
		right: auto;
	}
	.m-col-lg-push-15 {
		left: 20%;
	}
	.m-col-lg-push-12 {
		left: 100%;
	}
	.m-col-lg-push-11 {
		left: 91.66666667%;
	}
	.m-col-lg-push-10 {
		left: 83.33333333%;
	}
	.m-col-lg-push-9 {
		left: 75%;
	}
	.m-col-lg-push-8 {
		left: 66.66666667%;
	}
	.m-col-lg-push-7 {
		left: 58.33333333%;
	}
	.m-col-lg-push-6 {
		left: 50%;
	}
	.m-col-lg-push-5 {
		left: 41.66666667%;
	}
	.m-col-lg-push-4 {
		left: 33.33333333%;
	}
	.m-col-lg-push-3 {
		left: 25%;
	}
	.m-col-lg-push-2 {
		left: 16.66666667%;
	}
	.m-col-lg-push-1 {
		left: 8.33333333%;
	}
	.m-col-lg-push-0 {
		left: auto;
	}
	.m-col-lg-offset-15 {
		margin-left: 20%;
	}
	.m-col-lg-offset-12 {
		margin-left: 100%;
	}
	.m-col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.m-col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.m-col-lg-offset-9 {
		margin-left: 75%;
	}
	.m-col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.m-col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.m-col-lg-offset-6 {
		margin-left: 50%;
	}
	.m-col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.m-col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.m-col-lg-offset-3 {
		margin-left: 25%;
	}
	.m-col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.m-col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.m-col-lg-offset-0 {
		margin-left: 0%;
	}
}

/* Plugins */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, .9);
	outline: none!important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity.lity-opened {
	opacity: 1
}
.lity.lity-closed {
	opacity: 0
}
.lity * {
	box-sizing: border-box
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none!important
}
.lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity-loading .lity-loader {
	opacity: 1
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none!important
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.lity-closed .lity-content, .lity-loading .lity-content {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}
.lity-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none
}
.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0
}
.lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none
}
.lity-close:active {
	top: 1px
}
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}
.lity-iframe .lity-container {
	width: 100%;
	max-width: 964px
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
.lity-hide {
	display: none
}

/* M-Slider */

.owl-carousel.owl-theme {
	
}

.owl-carousel.owl-theme .owl-item .item.m-align-left {
	text-align: left;
}

.owl-carousel.owl-theme .owl-item .item.m-align-center {
	text-align: center;
}

.owl-carousel.owl-theme .owl-item .item.m-align-right {
	text-align: right;
}

.owl-carousel.owl-theme .owl-item .item {
	background-size: cover;
	background-position: center;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content {
	padding: 4em 0;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content h2 {
    font-weight: 800;
    color: #FFF;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
	min-height: 3em;
	max-height: 3em;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-subtitle {
	font-weight: 800;
    color: #FFF;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 32px;
    margin: 1em 0 0 0;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons {
	margin-top: 1em;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a {
	margin: 0 5px;
	font-size: 1.5em;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a:first-of-type {
	margin-left: 0;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width:768px) {
	.owl-carousel .owl-wrapper .owl-item .item {
		display: table;
		width: 100%;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content {
		padding: 1em 0;
		display: table-cell;
    	vertical-align: middle;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content h2 {
		font-size: 24px;
		max-height: none;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-subtitle {
		font-size: 18px;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a {
		font-size: 18px;
		padding: 10px 20px;
		width: 100%;
		display: block;
		margin: 0;
	}
}