/*
Theme Name: Sub2Tech
Author: Platform Twenty
Author URI: http://www.platformtwenty.co.uk
Description: A custom responsive theme for Sub2Tech
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    font-weight: 300;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #000000;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.1rem;
    line-height: 1.4;
}

p{
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    color: #000;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 38px;
    margin: 20px 0 10px;
    line-height: 56px;
}

h2 {
    font-size: 32px;
    margin: 20px 0 10px;
    line-height: 48px;
}

h3 {
    font-size: 28px;
    margin: 20px 0 10px;
    line-height: 36px;
}

h4, h5 {
    font-size: 24px;
    padding: 0;
    margin: 20px 0 10px;
}

p {
    margin: 0 0 0.7em 0;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
}

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

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #6b7276;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4c5052;
    text-decoration: underline;
}

a:visited {
	color: #4c5052;
}

a:hover,
a:focus,
a:active {
	color: #4c5052;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    float: right;
}

.menu-main-menu-container {
    text-align: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 6px 0 0 0;
    display: inline-block;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 0 10px 5px;
}

.main-navigation li:last-child {
    border-right: none;
}

.main-navigation a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #afca0b;
}

.main-navigation ul ul {
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 25px;
    z-index: 99999;
    padding-top: 18px;
    background: #6b7276;
}
.main-navigation ul ul ul {
    left: 100%;
    top: -15px;
    padding-top: 15px;
}
.main-navigation ul ul a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.main-navigation ul ul a:hover {
    color: #afca0b;
}
.main-navigation ul li:hover > a {
    color: #afca0b;
}
.main-navigation ul ul li {
    border-right: none;
    text-align: left;
    height: auto;
    width: 230px;
    margin: 0;
    padding: 0 15px 10px 15px!important;
    clear: both;
    font-size: 15px;
}
.main-navigation ul li:hover > ul {
    display: block;
}

/* Small menu. */
#mobilemenu{
    display: none;
}

@media screen and (max-width: 1098px) {
    #mobilemenu {
        display: block;
        font-size: 21px;
        font-weight: bold;
        margin: 0 15px 0 0;
        float: left;
        width: 100%;
        color: #fff;
    }
    
    .home .forcefullwidth_wrapper_tp_banner {
        margin-top: 35px!important;   
    }
    
    .main-navigation {
        text-align: left;
    }
    
    .main-navigation a {
        padding: 5px 0 0 0;
    }

    #site-navigation .menu-main-menu-container {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.navigation {
    display: inline-block;
    margin: 10px 0;
    float: right;
}

.navigation ul {
    margin: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #333;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 10px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #0797d1;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    background: #6b7276;
    position: fixed;
    z-index: 99999;
    top: 0;
}

.press-banner {
	background: #000;
	padding: 5px 0;
}

.press-banner a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
    text-decoration: none;
}

.press-banner a:hover {
	color: #aaa;
}

@media screen and (max-width: 600px) {
	.press-banner a {
		font-size: 11px;
	}
}

.home .site-content {
    margin-top: -5px;
}

.site-content {
    margin-top: 90px;
}

@media screen and (max-width: 600px) {
    .site-content {
        margin-top: 65px;
    }
}

.login-button {
	float: right;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 5px 15px;
	font-size: 14px;
	margin: 10px 0 0 20px;
}

.login-button:visited, .login-button:focus {
	color: #fff;
	outline: none;
}

.login-button:hover {
	background: #fff;
	color: #6b7276;
}

@media screen and (max-width: 1100px) {
	.login-button {
		margin-right: 15px;
	}
}

.header-buttons {
    text-align: right;
    float: right;
    margin-top: 15px;
}

@media screen and (max-width: 1085px) {
	.header-buttons {
	    margin-top: 10px;
	}
}

.social-icons {
    float: right;
    margin-left: 20px!important;
}

.header-buttons ul {
    padding: 0;
    margin: 0;
}

.header-buttons li {
    list-style-type: none;
    display: inline-block;
}

.header-buttons li:last-child {
    padding-right: 0;
}

@media screen and (max-width: 780px) {
    .header-buttons p {
        font-size: 14px;   
    }
}

.site-title {
    margin: 0;   
}

.site-title a {
    width: 200px;
    height: 93px;
    float: left;
    background: transparent url(img/logo.png) no-repeat;
    text-indent: -30000px;
    outline: none;
}

@media screen and (max-width: 1250px) {
    .container-section, #top-bar, .main-navigation {
        padding: 0 15px;
    }
}

@media screen and (max-width: 600px) {
    .site-title a {
        width: 100px;
        height: 47px;
        background: transparent url(img/logo-mobile.png) no-repeat;
    }
}

/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/
.inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.wp-video, .mejs-container.svg.wp-video-shortcode.mejs-video {
    width: 100%!important;
}

.home-video {
    padding: 0!important;
}

.home-video .inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.banner-holder-home {
    height: auto;
    width: 100%;
}

.banner-image-home {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(9%);
}

@media screen and (max-width: 520px) {
    .banner-image-home {
        transform: translateY(15%);
    }
}

.banner-holder-home .product-name {
    position:absolute;
    bottom:0px;
    left:0px;
    background: #000;
    width: 100%;
    height: 195px;
    opacity: 0.7;
    z-index: 1;
}

.inner.product-caption {
    position: relative;
    margin-top: -13%;
    text-align: center;
    margin-bottom: 12%;
}

.product-caption-left.about {
    float: right;
    margin-bottom: 10px;
}

.product-caption-left {
    display: inline-block;
}

.product-caption-centre {
    display: inline-block;
}

.product-caption-right {
    display: inline-block;
}

.product-caption-left a, .product-caption-centre a, .product-caption-right a {
    border: 2px solid #fff;
    padding: 15px 25px;
    color: #000;
    font-size: 22px;
    text-decoration: none;
	width: 250px;
    display: block;
    text-align: center;
}

.service-strapline {
	position: absolute; 
	left: 0; 
	right: 25px; 
	font-size: 24px; 
	color:#fff; 
	padding-top: 50px;
}

@media screen and (max-width: 800px) {
	.service-strapline {
		padding-top: 35px;
	}
	.inner.product-caption {
    	margin-bottom: 11%;
	}
}

@media screen and (max-width: 500px) {
	.service-strapline {
		padding-top: 15px;
		font-size: 16px;
		right: 10px;
	}
	.product-caption-left a, .product-caption-centre a, .product-caption-right a {
		width: 120px;
	}
}

@media screen and (max-width: 400px) {
	.service-strapline {
		font-size: 16px;
	}
}

@media screen and (max-width: 1100px) {
    .product-caption-left.about {
        margin-right: 40px;
        width: 190px;
    }
    .product-caption-left.about a {
        padding: 10px 18px;
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .product-caption-left a, .product-caption-centre a, .product-caption-right a {
        padding: 10px 18px;
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .product-caption-left a, .product-caption-centre a, .product-caption-right a, .product-caption-left.about a {
        padding: 4px 8px;
        font-size: 12px;
    }
    .product-caption-left.about {
        margin-right: 10px;
    }
}

.product-caption-left a:hover, .product-caption-centre a:hover, .product-caption-right a:hover{
    background: #afca0b;
}

@media screen and (max-width: 1250px) {
    .content-section {
        padding: 30px 15px!important;
    }
}

.home-panels {
    margin-bottom: 0!important;
}

.home-panels i {
    border: 3px solid #fff!important;
    padding: 30px!important;
    border-radius: 75px!important;
    height: 110px!important;
    width: 110px!important;
}

.home-panels .sue-panel-clickable:hover i {
    color: #fff!important;
    background: #6b7276;
}

.home-panels h2 {
    font-size: 26px;
    color: #6b7276;
    margin-bottom: 0;
}

.home-panels p {
    color: #fff;
    font-size: 19px;
}

@media screen and (max-width: 520px) {
    .home-panels i {
        border: 2px solid #fff!important;
        padding: 16px!important;
        height: 75px!important;
        width: 75px!important;
        font-size: 38px!important;
    }
    .home-panels h2 {
        font-size: 20px;
    }
    .home-panels p {
        font-size: 16px;
    }
    .home-panels .sue-icon-panel-content, .home-panels .sue-icon-panel-head {
        padding: 0!important;
    }
}

.su-posts-case-loop {
    max-width: 1265px;
    margin: 0 auto;
}

.details, .details a, .mosaic-block.cover > a {
    color: #fff;
    text-decoration: none;
}

.details h4 {
    color: #fff;
    font-size: 14px;
    padding: 50px 20px 0 20px;
    margin: 0;
}

.details h5 {
    color: #fff;
    font-size: 18px;
    padding: 0 20px;  
    margin: 0;
}

.details .su-case-excerpt {
    color: #fff!important;
    font-size: 16px;
    padding: 10px 20px;  
    margin: 0;
}

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:31.7%;
	height:auto;
	min-height: 265px;
	margin: 10px;
	background:#6b7276;
}

.mosaic-block img {
    width: 100%;
}

@media screen and (max-width: 1250px) {
	.mosaic-block {
	    width:40%;
	}
	.su-posts-case-loop {
	    margin-left: 20%;
	}
	.details h4 {
	    padding: 20px 20px 0 20px;
	}
	.details .su-case-excerpt {
	    font-size: 15px;
	}
}

@media screen and (max-width: 1180px) {
	.mosaic-block {
	    width:40%;
	    min-height: 215px;
	}
	.su-posts-case-loop {
	    margin-left: 15%;
	}
	.details h4 {
	    padding: 15px 20px 0 20px;
	}
	.details .su-case-excerpt {
	    font-size: 15px;
	}
}

@media screen and (max-width: 1000px) {
	.mosaic-block {
	    min-height: 235px;
	}
}

@media screen and (max-width: 900px) {
	.mosaic-block {
	    width:65%;
	}
	.su-posts-case-loop {
	    margin-left: 20%;
	}
	.details h4 {
	    padding: 15px 20px 0 20px;
	}
	.details .su-case-excerpt {
	    font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.mosaic-block {
	    width:80%;
	    min-height: 0;
	}
	.su-posts-case-loop {
	    margin-left: 10%;
	}
}

@media screen and (max-width: 500px) {
	.details .su-case-excerpt {
	    font-size: 13px;
	}
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#6b7276;
}
	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#6b7276;
}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background:url(img/hover-magnify.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}
		
.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(img/bg-black.png);
}
		
.bar .mosaic-overlay {
	bottom:-100px;
	height:100px;
	background:url(img/bg-black.png);
}
		
.bar2 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
		
.bar2 .mosaic-overlay:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
		
.bar3 .mosaic-overlay {
	top:-100px;
	height:100px;
	background:url(img/bg-black.png);
}

/*** End Animation Styles ***/

.accordion-heading.prod {
    margin-top: -18px;
}

.accordion-heading h3 {
    margin: 10px 0 0 0;
    color: #fff;
}

.su-tabs {
    padding: 0!important;
    margin: 0!important;
    background: #6b7276!important;
    display: inline-block;
    width: 100%;
}

.su-tabs-nav {
    background: #6b7276!important;
    text-transform: uppercase!important;
    width: 1020px!important;
    margin: 0 auto!important;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1125px) {
	.su-tabs-nav {
	    width: auto!important;
	}
}

.su-tabs-nav span {
    margin-right: 0!important;
    padding: 10px 12px 30px 12px!important;
    color: #000!important;
}

.su-tabs-nav span.su-tabs-current {
    background: #6b7276!important;
}

.su-tabs-panes {
    background: #afca0b!important;
}

.su-tabs-pane {
    background: #afca0b!important;
    max-width: 1080px;
    margin: 0 auto;
    padding: 45px 0!important;
}

@media screen and (max-width: 1100px) {
	.su-tabs-pane {
	    padding: 25px 20px!important;
	}
}

.deliver-tab, .implement-tab, .journey-tab, .investment-tab, .insight-tab, .targeting-tab, .conversion-tab, .abandon-tab, .browser-tab, .capability-tab, .plug-tab {
    width: 18.6%!important;
}

.home .deliver-tab, .home .implement-tab, .home .journey-tab, .home .investment-tab, .home .insight-tab, .home .targeting-tab, .home .conversion-tab, .home .abandon-tab, .home .browser-tab, .home .capability-tab, .home .plug-tab {
    width: 16.6%!important;
}

@media screen and (max-width: 830px) {
	.home .deliver-tab, .home .implement-tab, .home .journey-tab, .home .investment-tab, .home .insight-tab, .home .targeting-tab, .home .conversion-tab, .home .abandon-tab, .home .browser-tab, .home .capability-tab, .home .plug-tab, .deliver-tab, .implement-tab, .journey-tab, .investment-tab, .insight-tab, .targeting-tab, .conversion-tab, .abandon-tab, .browser-tab, .capability-tab, .plug-tab {
	    width: 25.6%!important;
	}
	.su-tabs-nav span {
	    display: inline-block!important;
	}
}

@media screen and (max-width: 600px) {
	.home .deliver-tab, .home .implement-tab, .home .journey-tab, .home .investment-tab, .home .insight-tab, .home .targeting-tab, .home .conversion-tab, .home .abandon-tab, .home .browser-tab, .home .capability-tab, .home .plug-tab, .deliver-tab, .implement-tab, .journey-tab, .investment-tab, .insight-tab, .targeting-tab, .conversion-tab, .abandon-tab, .browser-tab, .capability-tab, .plug-tab {
	    width: 33%!important;
	}
}

@media screen and (max-width: 425px) {
	.home .deliver-tab, .home .implement-tab, .home .journey-tab, .home .investment-tab, .home .insight-tab, .home .targeting-tab, .home .conversion-tab, .home .abandon-tab, .home .browser-tab, .home .capability-tab, .home .plug-tab, .deliver-tab, .implement-tab, .journey-tab, .investment-tab, .insight-tab, .targeting-tab, .conversion-tab, .abandon-tab, .browser-tab, .capability-tab, .plug-tab {
	    width: 45%!important;
	}
}

.deliver-tab:after, .implement-tab:after, .journey-tab:after, .investment-tab:after, .insight-tab:after, .targeting-tab:after, .conversion-tab:after, .abandon-tab:after, .browser-tab:after, .capability-tab:after, .plug-tab:after {
    font-family: FontAwesome;
    background: #d3d5d6;
    color: #6b7276;
    padding: 50px 22px!important;
    border-radius: 75px!important;
    height: 120px!important;
    width: 120px!important;
    font-size: 72px;
    font-weight: normal;
    display: block;
    margin: 20px auto;
}

.su-tabs-current.deliver-tab:after, .su-tabs-current.implement-tab:after, .su-tabs-current.journey-tab:after, .su-tabs-current.investment-tab:after, .su-tabs-current.insight-tab:after, .su-tabs-current.targeting-tab:after, .su-tabs-current.conversion-tab:after, .su-tabs-current.abandon-tab:after, .su-tabs-current.browser-tab:after, .su-tabs-current.capability-tab:after, .su-tabs-current.plug-tab:after {
    color: #fff;
    background: #afca0b;
}

.deliver-tab:hover.deliver-tab:after, .implement-tab:hover.implement-tab:after, .journey-tab:hover.journey-tab:after, .investment-tab:hover.investment-tab:after, .insight-tab:hover.insight-tab:after, .targeting-tab:hover.targeting-tab:after, .conversion-tab:hover.conversion-tab:after, .abandon-tab:hover.abandon-tab:after, .browser-tab:hover.browser-tab:after, .capability-tab:hover.capability-tab:after, .plug-tab:hover.plug-tab:after {
    color: #fff;
    background: #afca0b;
}

.su-tabs-nav span.su-tabs-current {
    color: #fff!important;
}

.su-tabs-current {
	position: relative;
}

.su-tabs-current:before {
	bottom: -42px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #afca0b;
	border-width: 85px;
	margin-left: -85px;
}

@media screen and (max-width: 1125px) {
	.su-tabs-current:before {
		border: none;
	}
}

.su-tabs-nav span:hover {
    background: #6b7276!important;
    color: #fff!important;
}

.deliver-tab:after {
    content: "\f201";
}
    
.implement-tab:after {
    content: "\f1e6";
}
    
.journey-tab:after {
    content: "\f0c0";
}
    
.investment-tab:after {
    content: "\f154";
}
    
.insight-tab:after {
    content: "\f0eb";
}    
    
.targeting-tab:after {
    content: "\f140";
}

.conversion-tab:after {
    content: "\f245";
}

.abandon-tab:after {
    content: "\f235";
}

.browser-tab:after {
    content: "\f07a";
}

.capability-tab:after {
    content: "\f017";
}

.plug-tab:after {
    content: "\f1e6";
}

.su-tabs-panes .deliver-tab:after, .su-tabs-panes .implement-tab:after, .su-tabs-panes .journey-tab:after, .su-tabs-panes .investment-tab:after, .su-tabs-panes .insight-tab:after, .su-tabs-panes .targeting-tab:after, .su-tabs-panes .conversion-tab:after, .su-tabs-panes .abandon-tab:after, .su-tabs-panes .browser-tab:after, .su-tabs-panes .capability-tab:after, .su-tabs-panes .plug-tab:after {
    content: none;
}

.su-tabs-panes .deliver-tab, .su-tabs-panes .implement-tab, .su-tabs-panes .journey-tab, .su-tabs-panes .investment-tab, .su-tabs-panes .insight-tab, .su-tabs-panes .targeting-tab, .su-tabs-panes .conversion-tab, .su-tabs-panes .abandon-tab, .su-tabs-panes .browser-tab, .su-tabs-panes .capability-tab, .su-tabs-panes .plug-tab {
    width: 100%!important;
}

.home-contact {
    background: url(img/man-sofa.jpg) no-repeat!important;
    background-size: cover!important;
    background-position: 0% 25%!important;
    padding: 60px 0!important;
}

.home-contact-fields {
    margin: 0;
    padding: 0;
}

.home-contact p, .home-contact h4 {
    color: #fff;
}

.home-contact-fields li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

@media screen and (max-width: 1100px) {
    .home-contact {
        padding: 60px 20px!important;
    }
}

.wpcf7-form input {
    padding: 10px;
    background: #fff;
    border: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    color: #000!important;
    border-radius: 0!important;
    margin-bottom: 10px;
}

.wpcf7-form input {
    max-width: 224px;
}

.wpcf7-form .wpcf7-email {
    max-width: 310px;
}

.wpcf7-submit {
    background: #333!important;
    padding: 13px 40px!important;
    border: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    font-size: 18px!important;
    color: #fff!important;
    border-radius: 0!important;
    float: right;
}

.wpcf7-form-control.wpcf7-submit {
    color: #fff!important;
}

.banner-holder {
    height: 450px!important;
    width: 100%;
    overflow: hidden;
    position: relative;
	margin-bottom: -60px;
	margin-top: 30px;
}

.banner-holder, .banner-holder * {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }

.banner-image {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-35%);
}

.banner-holder .product-name {
    position:absolute;
    bottom:0px;
    left:0px;
    background: #afca0b;
    padding: 20px 20px 20px 200px;
    opacity: 0.65;
}

.page-id-20 .banner-holder .product-name, .page-id-4 .banner-holder .product-name, .page-id-22 .banner-holder .product-name, .page-id-24 .banner-holder .product-name {
    padding: 16px 20px 16px 200px;
}

.product-name h1 {
    font-size: 42px;
}

.product-logo {
    position: relative;
    right: 0;
    top: 10px;
}

.product-name-bg {
    position: relative;
    width: 340px;
    text-align: right;
}

.banner-holder .product-name-bg:after {
	right: -70px;
	top: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-right-color: #afca0b;
	margin-top: -68px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63px 0 63px 50px;
    border-color: transparent transparent transparent #afca0b;
}

.page-id-674 .product-name h1 {
    font-size: 28px;
}

.page-id-674 .banner-holder .product-name {
	padding: 20px 20px 20px 140px;
}

.page-id-674 .product-name-bg {
    width: 400px;
}

.description-holder {
    position: relative;
    max-width: 1020px;
}

.banner-holder .description {  
    padding: 20px;
    height:auto;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width: 550px;
    margin-left: 50%;
    color: #fff;
}

.banner-holder .description h2 {
    color: #fff;
    font-size: 46px;
}

.banner-holder .description p {
    font-size: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1415px) {
    .banner-image {
        top: 0;
        transform: none;
    }
}

@media screen and (max-width: 1315px) {
    .banner-holder {
        height: auto!important;   
    }
    .banner-holder .product-name {
        bottom: 6px;
	}
}

@media screen and (max-width: 1200px) {
	.banner-holder .description p {
	    font-size: 20px;
	}
    .banner-holder .product-name, .page-id-20 .banner-holder .product-name, .page-id-4 .banner-holder .product-name, .page-id-22 .banner-holder .product-name, .page-id-24 .banner-holder .product-name {
        padding: 0 20px 0 0;
    }
    .banner-holder .product-name-bg::after {
        border-width: 0;
    }
}

@media screen and (max-width: 1000px) {
	.banner-holder {
	    margin-top: 60px;
	}
    .banner-holder .description {  
        width: 45%;
	}
}

@media screen and (max-width: 850px) {
	.banner-holder .description p {
	    font-size: 18px;
	}
    .banner-holder .description {
        width: 50%;
    }
	.product-name h1 {
	    font-size: 24px;
	}
    .product-name-bg {
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
	.banner-holder {
	    margin-top: 45px;
	}
	.banner-holder .description p {
	    font-size: 17px;
	}
	.banner-holder .description {
	    width: 50%;
	}
    .product-name-bg {
        width: 200px;
    }
	.product-name h1 {
	    font-size: 22px;
	}
}

@media screen and (max-width: 550px) {
    .banner-holder .description p {
	    font-size: 13px;
	}
    .product-name-bg {
        width: 180px;
    }
}

@media screen and (max-width: 375px) {
	.banner-holder {
	    margin-top: 45px;
    }
    .banner-holder .description {
        width: 55%;
    }
    .banner-holder .description p {
	    font-size: 12px;
	}
	.product-name-bg {
        width: 150px;
    }
    .product-name h1 {
        line-height: 24px;
    }
}

.content-section.product-explained {
    width: 80%!important;
    float: right!important;
    position: relative;
    height: 270px;
    display: table;
}

.content-section.product-explained .inner {
    display: table-cell;
    vertical-align: middle;
}

.content-section.product-explained:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(175, 202, 11, 0);
	border-right-color: #afca0b;
	border-width: 135px;
	margin-top: -135px;
}

@media screen and (max-width: 1150px) {
    .content-section.product-explained:after {
        border-width: 0;
    }
    .product-explained {
        padding-left: 40px!important;
    }
}

.content-section.product-explained .su-row {
    padding: 0!important;
    margin: 0!important;
}

.content-section.product-explained .su-column:first-child {
    width: 35%;
}

.content-section.product-explained .su-column:last-child {
    float: left;
    width: 530px;
}

.product-explained h2, .product-explained h3 {
    color: #fff;
}

.product-explained h2 {
    font-size: 46px;
    margin: 50px 0 0 0!important;
    font-weight: bold;
}

.product-explained.link h2 {
    margin: 40px 0 0 0!important;
}

.product-explained.shop h2 {
    margin: 35px 0 0 0!important;
}

.product-explained.share h2 {
    margin: 15px 0 0 0!important;
}

.product-explained h3 {
    font-size: 56px;
    margin: 5px 0 0 0;
    font-weight: bold;
}

@media screen and (max-width: 1150px) {
    .content-section.product-explained:after {
        border-width: 0;
    }
    .product-explained {
        padding-left: 40px!important;
    }
    .content-section.product-explained .su-column:last-child {
        margin: 25px 0 0 0;
        width: 600px;
    }
    .product-explained h2 {
        margin-top: 25px!important;
    }
}

.page-header.case {
    margin-bottom: 25px;
}

.case-image {
    opacity: 1;
    transition: 0.2s;
}

.case-image:hover {
    opacity: 0.7;
}

.case-archive-item {
    float: left;
    width: 30%;
    margin-right: 2%;
    min-height: 520px;
}

.case-archive-item h2 {
    font-size: 28px;
    line-height: 32px;
}

.inner-page {
    padding-top: 0!important;
}

.team-members {
    margin-top: 30px;
}

.team-members h3 {
    font-size: 18px;
    margin: 0 0 -8px 0;
}

.team-members p {
    font-size: 16px;
}

.team-members img {
    width: 325px;
}

/*News Pages*/

.news-main h1 {
  padding: 20px 0 10px;
  text-align: center;
}

.news-subpage-header h1 {
  margin: 55px 0 0 0 !important;
}

.news-menu-content {
  margin: 50px 0;
}

ul.news-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

ul.news-menu li {
  list-style: none;
}

ul.news-menu li a {
  text-decoration: none;
}

ul.news-menu li {
  width: 40%;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  margin: 0 22px;
  border: 2px solid #000;
}

ul.news-menu li a {
  text-decoration: none !important;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 14px 20px 12px;
}

ul.news-menu li a:hover {
  color: #fff;
  background-color: #6b7276;
  border-color: #fff;
}

@media screen and (max-width: 500px) {
	.news-main h1 {
		margin-top: 0!important;
		padding: 0;
	}
	.news-menu-content {
		margin: 20px 0;
	}
	ul.news-menu li {
  		width: 80%;
		margin-bottom: 10px;
	}
}

.news-row {
  border-bottom: solid 1.5px #6b7276;
  display: inline-block;
  margin-bottom: 30px;
}

.news-item {
  float: left;
  width: 30.6%;
  text-align: center;
  margin: 30px 0 40px;
}

.news-item:nth-of-type(3n+1) {
  margin-left: 0;
  margin-right: 4%;
}

.news-item:nth-of-type(3n+0) {
  margin-right: 0;
  margin-left: 4%;
}

.news-content {
  min-height: 255px;
}

@media screen and (max-width: 500px) {
	.news-row {
	  border-bottom: none;
	  display: block;
	  margin-bottom: 0;
	}
	.news-item {
	  width: 46%!important;
	  margin: 0 2% 20px 2%!important;
	}
}

.blog-archive .entry-title {
  min-height: 75px;
}

.blog-archive h2.entry-title {
  line-height: revert;
  font-size: 18px;
  font-weight: bold;
}

.blog-archive .entry-title a {
  text-decoration: none;
  color: #000 !important;
}

.blog-archive h3 {
  font-size: 20px;
  margin: 0 0 20px
}

.blog-archive p {
  font-size: 16px;
}

.excerpt-more-button {
  margin: 40px 0 20px;
}

a.news-button {
  background-color: #afca0b;
  text-decoration: none !important;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

a.news-button:hover {
  background-color: #6b7276;
}

.ssbp-list {
  display: inline;
}

.ssbp-wrap .ssbp-list li {
  margin: 0 2px!important;
}

a.ssbp-btn {
  border: none !important;
}

.pagination .page-numbers {
	border: 1px solid #afca0b;
	color: #6b7276;
	display: block;
	float: left;
	margin: 12px 5px 15px 0;
	padding: 15px 18px 14px 18px;
	text-decoration: none;
	transition: 0.2s;
 }

 .pagination .page-numbers:hover {
	background: #afca0b;
	color: #fff;
	text-decoration: none;
 }

 .pagination .current {
	background: #afca0b;
	color: #fff;
	padding: 15px 18px 14px 18px;
 }

 .pagination .nav-links {
  font-size: 18px;
}

/*Single News Pages*/

.indivdual-post .entry-header {
  text-align: center;
}

.individual-post-content {
  width: 60%;
  float: left;
  padding-right: 20px;
}

.individual-post-content ul {
	margin-left: 0;
}

.individual-post-image {
  width: 40%;
  float: right;
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
	.individual-post-content {
	  width: 100%;
	  float: left;
	  padding-right: 0;
	}
	.individual-post-image {
	  width: 100%;
	  float: right;
	  padding-left: 0;
	}
}

.individual-post-buttons-row {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.individual-post-buttons-row a.news-button {
  margin-right: 70px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
    clear: both;
    width: 100%;
    background: #1f4789;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}

.site-footer .menu-main-menu-container {
    background: none;
}

@media screen and (max-width: 1250px) {
    .site-footer {
        padding: 40px 15px;
    }
    .site-info {
        padding: 15px 15px 0 15px!important;
    }
}

.footercol p {
    font-size: 16px;
    margin: 0;
}

.footercol a {
    color: #fff;
    font-size: 16px;
}

.footercol ul {
    padding: 0;
    margin: 0;
}

.footercol li {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 25px;
}

.footercol1 li {
    margin-bottom: 10px;
}

.footercol1 {
    width: 25%;
    margin: 0 2% 20px 0;
    float: left;
    text-align: left;
}

.footercol2 {
    width: 35%;
    margin: 0 6% 20px 0;
    float: left;
    text-align: left;
}

.footercol3 {
    width: 32%;
    margin: 0 0 20px 0;
    float: left;
}

@media screen and (max-width: 900px) {
    .footercol1, .footercol2, .footercol3 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
        border: none;
        float: none;
        text-align: center;
    }
}

.site-footer .widget {
    margin: 0;   
}

.site-footer .widget-title {
    font-size: 32px;
	color: #fff;
    padding: 0;
    margin-bottom: 12px;
}

#site-info {
    background: #363a3c;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding: 10px 0 6px 0;
}

.site-info p {
    font-size: 15px;
}

.site-info a {
    color: #fff;
    font-size: 15px;
}

.copyright {
    float: left;
    text-align: left;
    width: 90%;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

/*--------------------------------------------------------------
5.2 Widgets
--------------------------------------------------------------*/

.widget-area li {
   list-style-type: none;
}

.rpwe-block h3 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px!important;
}

.rpwe-summary {
    font-size: 16px!important;
}

.rpwe-block a {
    color: #fff;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 16px 0 0;
}

.entry-content {
    padding: 0;
    margin-top: 0;
}

.single .entry-content {
    padding-bottom: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.entry-title.news {
    color: #000;
}

.single .entry-header {
	margin-bottom: 20px;
}

.single .entry-content {
	margin-bottom: 40px;
	margin-top: 30px;
  display: inline-block;
}

.single .posted-on {
	font-style: italic;
}

.single .entry-title.news {
    margin: 55px 0 0 0 !important;
    padding: 20px 0 10px;
}

@media screen and (max-width: 1000px) {
	.single .entry-title.news {
	    margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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-caption {
	display: block;
}

/*
    jQuery.mmenu CSS
*/
/*
    jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      text-align: left;
      font-size: 18px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
    jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block;
  z-index: 9999;}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 280px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 180px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(280px, 0);
    -moz-transform: translate(280px, 0);
    -ms-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 0); } }
/*
    jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333; }

/*
    jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
    jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
    jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
    jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none; }
  .mm-header [href].mm-close:after {
    content: 'x'; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next,
  .mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after,
  .mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

/*
    jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
    jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
    jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0; }
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px; }
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle:before {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
    jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
    jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
    jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-280px, 0);
    -moz-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0); } }
/*
    jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
    jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }