/*
Theme Name: MinimaliX
Theme URI: http://themeflush.com/minimalix
Description: Creative Multi-Purpose WordPress Theme
Version: 1.2.1
Author: ThemeFlush
Author URI: http://themeflush.com
Tags: black, blue, gray, green, orange, purple, red, silver, white, yellow, light, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options
License: GNU General Public License
License URI: http://seller.mojomarketplace.com/seller-guide/licenses/
*/



/***** AFX CSS Reset *****/

html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
h4, h5, h6, pre, code, form, fieldset, legend,
input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
fieldset, img {
    border: 0;
}
 
address, caption, cite, code, dfn, em, strong,
th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}
 
del, ins {
    text-decoration: none;
}
 
li {
    list-style: none;
}
 
caption, th {
    text-align: left;
}
 
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
 
q:before, q:after {
    content: '';
}
 
abbr, acronym {
    border: 0;
    font-variant: normal;
}
 
sup {
    vertical-align: baseline;
}
 
sub {
    vertical-align: baseline;
}
 
/*because legend doesn't inherit in IE */
legend {
    color: #000;
}
 
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
 
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    font-size: 100%;
}



/***** AFX CSS Basics ******/

header, footer, section, article, aside, nav {
	display: block;
}

body {
	margin: 0 auto;
	width: auto;
	background: #FFF;
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
}

.newline {
	width: 100%;
	float: left;
	clear: both;
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}



/***** AFX LINKS *****/

a:link, a:visited {
	text-decoration: none;
	color: teal;
	}
a:hover, a:active {
	text-decoration: underline;
	color: teal;
	cursor: pointer;
	}

::selection {
	background: teal;
	color: #FFF;
}
::-moz-selection {
	background: teal;
	color: #FFF;
}
::-webkit-selection {
	background: teal;
	color: #FFF;
}



/***** AFX HEADINGS *****/

h1, h2, h3, h4, h5, h6 {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	color: #444;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 140%;
	letter-spacing: 1px;
	position: relative;
	float: left;
	clear: both;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	width: 20px;
	height: 2px;
	bottom: -10px;
	left: 0;
	background: #666;
	position: absolute;
	content: "";
}

h1[style*="text-align: center;"]:after,
h2[style*="text-align: center;"]:after,
h3[style*="text-align: center;"]:after,
h4[style*="text-align: center;"]:after,
h5[style*="text-align: center;"]:after,
h6[style*="text-align: center;"]:after {
	left: 50%;
	margin-left: -10px;
}



/***** AFX PARAGRAPH *****/

p {
	margin: 0 0 30px 0;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	color: #777;
	float: none;
	clear: both;
}

b {
	font-weight: 700;
}

i {
	font-style: italic;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

q {
	quotes: "&#8220;" "&#8221;" "&#171;" "&#187;";
}

del {
	text-decoration: line-through;
}

code {
	display: inline-block;
	width: 95%;
	margin: 0 0 20px 0;
	padding: 20px 2.5%;
	background: #F8F8F8;
	float: left;
}

hr {
	height: 1px;
	margin: 10px auto 30px auto;
	border: 0;
	background-color: #CCC;
	opacity: 0.8;
}

iframe {
	max-width: 100%;
}



/***** AFX EMBEDDED VIDEOS *****/

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/***** AFX WP BASICS *****/

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignnone {
	
}

.aligncenter, p.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright, p.alignright {
    float:right;
}

.alignleft, p.alignleft {
    float: left;
}

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

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

.entry-content img {
	margin: 0 0 0px 0;
}

.alignleft, img.alignleft, a img.alignleft {
	display: inline;
	float: left;
}
.alignright, img.alignright, a img.alignright {
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

img.alignright {
	margin: 0 0 10px 10px !important;
}
img.alignleft {
	margin: 0 10px 10px 0 !important;
}
img.aligncenter {
	margin-left: auto; margin-right: auto;
}

.entry p {
	clear: none;
}

.wp-caption {
	width: 100%;
	margin-bottom: 20px;
	padding: 4px 0 0 0;
	border: 1px solid #EEE;
	background: #FBFBFB;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	color: #666;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
}

.post img, .post a img {
	padding: 0;
	margin: 0;
}

.wp-smiley {
	margin: 0;
}

blockquote {
	width: 95%;
	margin: 10px 0;
	padding-left: 20px;
	border-left: 5px solid teal;
}

blockquote p {
	padding: 0px 0;
	font-size: 14px;
	font-style: italic;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.gallery {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 0;
}
.gallery .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 33.33%;
	float: left;
}

.gallery-columns-1 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}

.gallery-columns-2 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 50%;
	float: left;
}

.gallery-columns-4 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 25%;
	float: left;
}

.gallery-columns-5 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 20%;
	float: left;
}

.gallery-columns-6 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 16.66%;
	float: left;
}

.gallery-columns-7 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 14.27%;
	float: left;
}

.gallery-columns-8 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 12.5%;
	float: left;
}

.gallery-columns-9 .gallery-item {
	margin: 0;
	border: 0px solid #111;
	text-align: center;
	position: relative;
	width: 11.11%;
	float: left;
}

.gallery img {
	width: 100%;
	height: auto;
	padding: 0 0 0% 0;
	background: #999;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border: 0px solid #111;
}

.gallery .gallery-item:hover .gallery-caption {
	opacity: 1;
	transition: 0.3s ease;
}
	
.gallery .gallery-caption {
	opacity: 0;
	padding: 3% 2%;
	position: absolute;
	transition: 0.3s ease;
	border: 0px solid #111;
}

.gallery-caption-text {
	height: 40%;
	margin: 60% 0 0 0;
	text-overflow: ellipsis;
	top: -30%;
}

.caption-trick img {
	display: none;
}

.gallery-icon {
	margin: 0;
}

.attachment-gallery-thumbnail {
	margin: 0;
}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}

.gallery dl {
	margin: 0;
}
.gallery img {
	border: 0;
	margin: 0;
	line-height: 0;
}
.gallery-caption {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-image: url('images/afx_zoom_icon.png');
	background-size: 48px 48px;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent !important;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: 140%;
	float: left;
	clear: both;
	position: absolute;
	transition: 0.3s ease;
}
.gallery br+br {
	display: none;
}



/***** MX LISTS *****/

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li,
ul li {
	list-style: disc inside;
	padding: 0 0 0 40px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 200%;
	float: none;
	clear: both;
}

ol li {
	list-style-type: decimal;
}

#full-wrapper ul,
#full-wrapper ol,
#sub-wrapper ul,
#sub-wrapper ol {
	margin-bottom: 20px;
}

#full-wrapper ul li,
#full-wrapper ol li,
#sub-wrapper ul li,
#sub-wrapper ol li {
	clear: both;
}



/***** INPUT ELEMENTS *****/

input[type=email],
input[type=text],
input[type=password] {
	display: block;
	width: 78%;
	padding: 15px 1%;
	border: 1px solid #EEE;
	background-color: #FCFCFC;
	color: #444;
	font-size: 14px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus {
	border-color: #CCC;
	transition: 0.3s ease;
}

textarea,
input[type=textarea] {
	display: block;
	width: 78%;
	height: 160px;
	margin: 0 0 20px 0;
	padding: 1%;
	border: 1px solid #EEE;
	background-color: #FCFCFC;
	color: #444;
	font-size: 14px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

textarea:focus,
input[type=textarea]:focus {
	border-color: #CCC;
	transition: 0.3s ease;
}

button,
input[type=submit],
input[type=button] {
	display: block;
	height: 40px;
	margin: 0 0 30px 0px;
	padding: 0 22px;
	border-top: 0px solid teal;
	border-right: 0px solid teal;
	border-bottom: 0px solid #006464;
	border-left: 0px solid teal;
	border-radius: 3px;
	background: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	float: left;
	transition: 0.2s;
	cursor: pointer;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover {
	background: #009292;
	transition: 0.2s;
}

input[type=button]:active {
	background: teal;
}

/* SAFARI MOBILE FIX */

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}



/***** MX TABLES *****/

table {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0px;
	border: 1px solid #DDD;
	font-family: Raleway, Helvetica, sans-serif !important;
}

tr:last-child td:last-child {

}
table tr:first-child td:first-child {

}
table tr:first-child td:last-child {

}
tr:last-child td:first-child {

}
tr:hover td {
	
}
tr:nth-child(odd) {
	background: #FFF;
}
tr:nth-child(even) {
	background: #FFF;
}
td {
	vertical-align: middle;
	border: 1px solid #DDD;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	font-weight:normal;
	color: #444;
}
tr:last-child td {
	border-width:0px 1px 0px 0px;
}
tr td:last-child {
	border-width:0px 0px 1px 0px;
}
tr:last-child td:last-child {
	border-width:0px 0px 0px 0px;
}
tr:first-child td {
	background: #FAFAFA;
	border: 0px solid #DDD;
	font-family: Raleway, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	border-width: 0px 0px 1px 1px;
	color: #888 !important;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
tr:first-child:hover td {

}
tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



/***** AFX - REUSABLE ELEMENTS *****/

.afx-row {
	width: 100%;
	margin: 0 0 40px 0;
	position: relative;
	overflow: hidden;
	float: left;
}

.afx-column-100,
.afx-column-50,
.afx-column-33,
.afx-column-25,
.afx-column-20,
.afx-column-16,
.afx-column-75,
.afx-column-66 {
	width: 100%;
	line-height: 180%;
	position: relative;
	float: left;
}

.afx-column-50 {
	width: 50%;
}

.afx-column-33 {
	width: 33.33%;
}

.afx-column-25 {
	width: 25%;
}

.afx-column-20 {
	width: 20%;
}

.afx-column-16 {
	width: 16.66%;
}

.afx-column-75 {
	width: 75%;
}

.afx-column-66 {
	width: 66.66%;
}

.afx-column-inner {
	width: 90%;
	margin: 0 5%;
	overflow: hidden;
}

.afx-overlay,
.afx-overlay-empty {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}

.afx-overlay-empty { /* used for making elements unselectable/undraggable */
	opacity: 0;
	z-index: 10;
}



/***** AFX - STACKABLE HEADER *****/

.afx-row.afx-header {
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
	z-index: 99;
	transition: 0.3s ease;
}

.afx-row.afx-header.no-boundaries .afx-wrapper-inner {
	max-width: 100%;
}

.afx-header.afx-header-slider {
	position: absolute;
}

.afx-header.afx-header-slider:hover {
	box-shadow: 0 -1px 0 rgba(255,255,255,0.15) inset;
	transition: 0.3s ease;
}

/* - Level 1 [HTML] */
.afx-header-html {
	line-height: 0;
}

/* - Level 2 [Banner] */
.afx-row.afx-header-banner {
	overflow: visible;
	z-index: 1999;
}

.header-info {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.header-info-wrapper {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

/* Labels */
.header-info-label {
	height: 40px;
	padding: 0 20px;
	color: #999;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1) inset;
	float: left;
}

.header-info-label:first-child {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1) inset, 1px 0 0 rgba(0,0,0,0.1) inset;
}

.header-info-label i {
	margin: 0 15px 0 0;
	color: #BBB;
	font-size: 16px;
	cursor: default;
}

.header-info-label > a {
	color: #999 !important;
}

/* Language dropdown menu */
.header-info-label.language-dropdown {
	position: relative;
}

.header-info-label.language-dropdown:hover {
	background: teal;
	color: #FFF;
	transition: 0.2s;
	cursor: pointer;
}

.header-info-label.language-dropdown:hover i {
	color: #FFF;
}

.header-info-label.language-dropdown ul {
	display: none;
	width: 180px;
	top: 40px;
	left: 0;
	background: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 999;
}

.header-info-label.language-dropdown:hover ul {
	display: block;
}

.header-info-label.language-dropdown ul li {
	list-style-type: none;
}

.header-info-label.language-dropdown ul li {
	width: 80%;
	height: 40px;
	padding: 0 10%;
	line-height: 40px;
	transition: 0.2s ease;
}

.header-info-label.language-dropdown ul li a {
	height: 40px;
	color: #888;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	text-decoration: none;
	transition: 0.2s ease;
}

.header-info-label.language-dropdown ul li:hover {
	background: teal;
	transition: 0.2s ease;
}

.header-info-label.language-dropdown ul li:hover a {
	color: #FFF;
	transition: 0.2s ease;
}

/* Social icons */
.header-info-social-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 1px 0 0 rgba(0,0,0,0.1) inset;
	float: right;
	transition: 0.2s ease;
}

.header-info-social-icon:first-child {
	box-shadow: 1px 0 0 rgba(0,0,0,0.1) inset, -1px 0 0 rgba(0,0,0,0.1) inset;
}

.header-info-social-icon a {
	color: #999 !important;
	transition: 0.2s ease;
}

.header-info-social-icon i {
	width: 100%;
	height: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}

.header-info-social-icon:hover {
	background: teal;
	transition: 0.2s ease;
}

.header-info-social-icon:hover a {
	color: #FFF !important;
	transition: 0.2s ease;
}

.header-info-social-icon.facebook:hover {
	background: #3B589C;
}
.header-info-social-icon.twitter:hover {
	background: #00ACED;
}
.header-info-social-icon.googleplus:hover {
	background: #dd5030;
}
.header-info-social-icon.youtube:hover {
	background: #d7281e;
}
.header-info-social-icon.pinterest:hover {
	background: #ca2128;
}
.header-info-social-icon.tumblr:hover {
	background: #304e6c;
}
.header-info-social-icon.instagram:hover {
	background: #326187;
}
.header-info-social-icon.flickr:hover {
	background: #FF0084;
}
.header-info-social-icon.behance:hover {
	background: #1769FF;
}
.header-info-social-icon.vimeo:hover {
	background: #456;
}

/* COLORED */
.colored .header-info-label,
.colored .header-info-label > a,
.colored .header-info-label i,
.colored .header-info-social-icon,
.colored .header-info-social-icon i {
	color: #FFF !important;
}

/* COLORED LIGHT */
.colored-light .header-info-label,
.colored-light .header-info-label > a,
.colored-light .header-info-label i,
.colored-light .header-info-social-icon,
.colored-light .header-info-social-icon i {
	color: rgba(0,0,0,0.6) !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.2);
}

.colored-light .header-info-social-icon:hover,
.colored-light .header-info-social-icon:hover i {
	color: #FFF;
	text-shadow: none;
}

/* - Level 3 [Logo] */
.afx-header-logo {
	height: 100px;
	padding: 20px 0;
	text-align: center;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.afx-header-logo div {
	line-height: 100px;
}

.afx-header-logo .afx-header-module-logo-image img {
	max-height: 100px;
	margin: 0;
}

/* - Level 4 [Body] */
.afx-header-body {
	height: 100px;
	overflow: visible;
	z-index: 999;
}

.afx-row.afx-header.afx-header-body {
	z-index: 999;
}

.afx-header-body .afx-wrapper-inner {
	z-index: 99;
}

.afx-header-body .afx-overlay {
	display: none;
}

.afx-header-body a {
	display: inline-block;
	height: 100%;
	line-height: 100%;
}

.afx-header-body.sticky {
	max-width: 1180px;
	top: 0;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 999;
}

.afx-header-body.sticky .afx-overlay {
	display: block;
}

.afx-header-body-sticky-filler {
	height: 100px;
	display: none;
}

/* - Level 5 [Logo Bottom] */
.afx-header-logo.afx-header-logo-bottom {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
}

/* - Header Modules */

.afx-header-module {
	height: 100%;
	position: static; /* megamenu-X-wrapper fix */
}

.afx-header-module:first-child .afx-header-module-inner {
	width: auto;
	margin: 0 0 0 30px;
	text-align: initial;
	float: left;
}

.afx-header-module-2:last-child .afx-header-module-inner,
.afx-header-module-3:last-child .afx-header-module-inner {
	width: auto;
	margin: 0 30px 0 0;
	text-align: initial;
	float: right;
}

.afx-header-module-2,
.afx-header-module.one-column {
	text-align: center;
}

.afx-header-module-2 .afx-header-module-inner,
.afx-header-module.one-column .afx-header-module-inner {
	display: inline-block;
	margin: 0 auto;
	float: none;
}

.afx-header-module-inner {
	/* width: 100%; */
	height: 100%;
	text-align: center;
	line-height: 100%;
}

.afx-header-module-inner > a > div,
.afx-header-module-inner > div {
	line-height: 100px;
}

.afx-header-module-logo-image {
	height: 100%;
}

.afx-header-module-logo-image img {
	max-width: 100%;
	max-height: 80px;
	margin: 10px 0;
	display: inline-block;
}

.afx-header-module-logo-title {
	height: 100%;
	transition: 0.3s ease;
}

.afx-header-module-logo-title span {
	display: inline-block;
	padding: 0 0 14px 0px;
	border-bottom: 2px solid transparent;
	color: #666;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 2px;
	transition: 0.3s ease;
}

.afx-header-module-logo-title:hover span {
	padding: 0 0 4px 0;
	border-color: teal;
	color: teal;
	transition: 0.3s ease;
}

.afx-header-module-logo-supertitle {
	height: 100%;
	transition: 0.2s ease;
}

.afx-header-module-logo-supertitle span {
	display: inline-block;
	padding: 14px;
	border: 2px solid rgba(0,0,0,0.2);
	color: #666;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100%;
	transition: 0.2s ease;
}

.afx-header-module-logo-supertitle:hover span {
	border-color: teal;
	background-color: teal;
	color: #FFF;
	transition: 0.2s ease;
}

.afx-header-module-2:last-child .afx-header-module-menu,
.afx-header-module-3:last-child .afx-header-module-menu {
	float: right;
}

.afx-header-module-menu #rd-menu {
	background: transparent url('images/minimalix-rdmenu-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.afx-header-module:first-child .afx-header-module-menu #rd-menu {
	left: 30px;
	margin: 0;
}

.afx-header-module-2:last-child .afx-header-module-menu #rd-menu,
.afx-header-module-3:last-child .afx-header-module-menu #rd-menu {
	left: auto;
	right: 30px;
	margin: 0;
}

.afx-header-module-menu ul {
}

.afx-header-module-menu ul li {
	display: inline-block;
	height: 100px;
	color: #666;
	padding: 0;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 0;
	letter-spacing: 0.2px;
	position: relative;
	float: left;
	clear: none;
	transition: 0.2s ease;
}


.afx-header-module-menu ul li > a {
	display: inline-block;
	padding: 0 15px;
	color: #666;
	line-height: 100px;
	transition: 0.2s ease;
}

.afx-header-module-menu > div > ul > li:first-child > a {
	padding-left: 0;
}

.afx-header-module-menu ul li:last-child a {
	padding-right: 0;
}

.afx-header-module-menu ul li:last-child .nav-search,
.afx-header-module-menu ul li:last-child .nav-sidemenu {
	margin-right: 0;
}

.afx-header-module-menu ul li a:hover {
	color: teal;
	text-decoration: none;
	transition: 0.2s ease;
}

.afx-header-module-menu .menu > li.current-menu-item > a {
	color: teal;
}

.afx-header-module-menu ul li:hover > a {
	color: teal;
}

.afx-header-module-menu ul li:hover > ul {
	display: block;
	transition: 0.2s ease;
}

.afx-header-module-menu ul li ul {
	display: none;
	position: absolute;
	background: #FFF;
	width: 240px;
	top: 100px;
	left: 0;
	/* border-radius: 0 0 3px 3px; */
	/* box-shadow: 0 0 1px rgba(0,0,0,0.2); */
	box-shadow: 0 1px rgba(0,0,0,0.05) inset, -1px 0 rgba(0,0,0,0.05) inset, 0 -1px rgba(0,0,0,0.05) inset, 1px 0 rgba(0,0,0,0.05) inset;
	z-index: 999;
}

.afx-header-module-menu ul li ul li {
	display: inline;
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: initial;
	box-shadow: 0 -1px rgba(0,0,0,0.05) inset;
	transition: 0.2s ease;
	float: left;
	position: relative;
}

.afx-header-module-menu ul li ul li a {
	color: #888;
}

.afx-header-module-menu ul li ul li:last-child {
	/* border-radius: 0 0 3px 3px; */
	box-shadow: none;
}

.afx-header-module-menu ul li ul li:hover {
	background: teal;
	border-color: teal;
}

.afx-header-module-menu ul li ul li:hover > a {
	color: #FFF;
}

.afx-header-module-menu ul li ul li a {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	line-height: 40px;
	transition: 0.2s ease;
}

.afx-header-module-menu ul li ul li ul {
	display: none;
	position: absolute;
	width: 240px;
	top: 0;
	left: 240px;
}

.afx-header-module-social-icons {
	height: 100%;
	overflow: hidden;
	cursor: default;
}


.afx-header-module-social-icons .afx-header-module-social-icon:first-child i {
	margin-left: 0;
}

.afx-header-module-social-icons .afx-header-module-social-icon:last-child i {
	margin-right: 0;
}

.afx-header-module-social-icon {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.afx-header-module-social-icon i {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	text-align: center;
	border-radius: 18px;
	transition: 0.2s ease;
}

.afx-header-module-social-icon i:hover {
	color: #FFF;
	background-color: #666;
	transition: 0.2s ease;
}

.afx-header-module-social-icon.facebook i:hover {
	background-color: #3B589C;
}
.afx-header-module-social-icon.twitter i:hover {
	background-color: #00ACED;
}
.afx-header-module-social-icon.googleplus i:hover {
	background-color: #dd5030;
}
.afx-header-module-social-icon.youtube i:hover {
	background-color: #d7281e;
}
.afx-header-module-social-icon.pinterest i:hover {
	background-color: #ca2128;
}
.afx-header-module-social-icon.tumblr i:hover {
	background-color: #304e6c;
}
.afx-header-module-social-icon.instagram i:hover {
	background-color: #326187;
}
.afx-header-module-social-icon.flickr i:hover {
	background-color: #FF0084;
}
.afx-header-module-social-icon.behance i:hover {
	background-color: #1769FF;
}
.afx-header-module-social-icon.vimeo i:hover {
	background-color: #456;
}

.afx-header-module-search-form {
	display: inline-block;
}

.afx-header-module-search-form #search {
	display: inline-block;
	margin-bottom: -10px; /* -17 */
}

.afx-header-module-search-form #searchlabel {
	width: 85%;
	min-width: 181px; /* 251 */
	max-width: 181px; /* 251 */
}

.afx-header-module-search-form #searchbutton {
	width: 15%;
	min-width: 34px;
	max-width: 34px;
}

/* Menus Dark Theme */

.afx-header-module-menu.dark ul li ul {
	background-color: #222;
}

.afx-header-module-menu.dark ul li ul li {
	color: #888;
	box-shadow: 0 -1px rgba(255,255,255,0.05) inset;
}

.afx-header-module-menu.dark ul li ul li ul {
	background-color: #333;
}

/* - COLOR SCHEMES */

/* - Colored */

.colored-light .afx-header-body.sticky,
.colored .afx-header-body.sticky {
	/*background-color: transparent;*/
}

.colored .afx-header-module-logo-supertitle span {
	border-color: rgba(255,255,255,0.3);
	color: #FFF;
	transition: 0.2s ease;
}

.colored .afx-header-module-logo-supertitle:hover span {
	/*background-color: #FFF;
	color: #888;*/
	border-color: #FFF;
	background-color: #FFF;
	color: teal;
	transition: 0.2s ease;
}

.colored .afx-header-module-logo-title span {
	color: #FFF;
	transition: 0.3s ease;
}

.colored .afx-header-module-logo-title:hover span {
	border-color: #FFF;
	color: #FFF;
	transition: 0.3s ease;
}

.colored .afx-header-module-social-icon i,
.colored .afx-header-module-menu i {
	color: #FFF;
	transition: 0.3s ease;
}

.colored .afx-header-module-menu i:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}

.colored .afx-header-module-menu .menu > li > a {
	color: #FFF;
	transition: 0.3s ease;
}

.colored .afx-header-module-menu .menu > li:hover > a {
	opacity: 0.7;
	transition: 0.3s ease;
}

.colored .afx-header-module-menu .menu > li.current-menu-item > a {
	color: #FFF;
	opacity: 0.7;
}

.colored .afx-header-module-menu #rd-menu {
	background: transparent url('images/minimalix-rdmenu-icon-colored.png');
	background-repeat: no-repeat;
	background-position: center;
}

.colored .afx-header-module-menu a.cart-contents {
	background-image: url(images/header-shopping-bag-light.png);
}

.colored .afx-header-module-search-form #searchbutton,
.colored .afx-header-module-search-form #searchlabel {
	border-color: #FFF;
	color: #FFF;
	opacity: 0.8;
}

.colored .afx-header-module-search-form #searchlabel:focus,
.colored .afx-header-module-search-form #searchlabel:focus + #searchbutton {
	border-color: #FFF;
	color: #FFF;
	opacity: 1;
}

/* - Colored light */

.colored-light .afx-header-module-logo-supertitle span {
	border-color: rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.2);
	transition: 0.2s ease;
}

.colored.colored-light .afx-header-module-logo-supertitle:hover span,
.colored-light .afx-header-module-logo-supertitle:hover span {
	border-color: teal;
	background-color: teal;
	color: #FFF;
	text-shadow: none;
	transition: 0.2s ease;
}

.colored-light .afx-header-module-logo-title span {
	color: rgba(0,0,0,0.6);
	transition: 0.3s ease;
}

.colored-light .afx-header-module-logo-title:hover span {
	border-color: rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6);
	transition: 0.3s ease;
}

.colored-light .afx-header-module-social-icon i,
.colored-light .afx-header-module-menu i {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.2);
	transition: 0.3s ease;
}

.colored-light .afx-header-module-menu i:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}

.colored-light .afx-header-module-menu .menu > li > a {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.2);
	transition: 0.3s ease;
}

.colored-light .afx-header-module-menu .menu > li:hover > a {
	opacity: 0.7;
	transition: 0.3s ease;
}

.colored-light .afx-header-module-menu .menu > li.current-menu-item > a {
	color: rgba(0,0,0,0.6);
	opacity: 0.7;
}

.colored-light .afx-header-module-menu #rd-menu {
	background: transparent url('images/minimalix-rdmenu-icon-colored-light.png');
	background-repeat: no-repeat;
	background-position: center;
}

.colored-light .afx-header-module-menu a.cart-contents {
	background-image: url(images/header-shopping-bag-colored-light.png);
}

.colored-light .afx-header-module-search-form #searchbutton,
.colored-light .afx-header-module-search-form #searchlabel {
	border-color: rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6);
	opacity: 0.8;
}

.colored-light .afx-header-module-search-form #searchlabel:focus,
.colored-light .afx-header-module-search-form #searchlabel:focus + #searchbutton {
	border-color: rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6);
	opacity: 1;
}



/***** AFX - RESPONSIVE HEADER *****/

.afx-row.afx-header-responsive {
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
	z-index: 99;
	transition: 0.3s ease;
}

.afx-header-responsive {
	display: none;
}

.afx-header-responsive .first-last-child-fix {
	position: relative;
	z-index: 2;
}

.afx-header-responsive.afx-header-slider {
	position: absolute;
}

.afx-header-responsive.afx-header-slider:hover {
	box-shadow: 0 -1px 0 rgba(255,255,255,0.15) inset;
	transition: 0.3s ease;
}

.afx-header-responsive .afx-header-module {
	width: 70%;
	height: 100px;
}

.afx-header-responsive .afx-header-module:first-child,
.afx-header-responsive .afx-header-module:last-child {
	width: 15%;
}

.afx-header-responsive .afx-header-module:first-child .afx-header-module-inner {
	margin-left: 0px; /* 20 */
}

.afx-header-responsive .afx-header-module:last-child .afx-header-module-inner {
	margin-right: 20px; /* 0 */
}

.afx-header-responsive .afx-header-module:first-child .afx-header-module-menu #rd-menu,
.afx-header-responsive .afx-header-module-menu #rd-menu {
	left: 10px;
}

.afx-header-responsive,
.afx-header-responsive .afx-header-module-menu #rd-menu,
.afx-header-responsive .afx-header-module-menu #rd-menu select,
.afx-header-responsive .nav-search {
	height: 100px;
}

.afx-header-responsive .afx-header-module-inner > a > div,
.afx-header-responsive .afx-header-module-inner > div,
.afx-header-responsive .nav-search {
	line-height: 100px;
}

.afx-header-responsive .afx-header-module-logo-image img {
	margin: 10px 0;
	max-height: 80px;
}

.afx-header-responsive .afx-header-module-menu ul,
.afx-header-responsive .afx-header-module-menu ul li {
	display: inline-block;
	float: right;
}



/***** AFX - AMAZING MENU *****/

.megamenu-1, .megamenu-2, .megamenu-3,
.megamenu-4, .megamenu-5, .megamenu-6,
.megamenu-7, .megamenu-8, .megamenu-9 {
	position: static !important;
	overflow: visible !important;
}

.megamenu-1:hover .megamenu-1-wrapper,
.megamenu-2:hover .megamenu-2-wrapper,
.megamenu-3:hover .megamenu-3-wrapper,
.megamenu-4:hover .megamenu-4-wrapper,
.megamenu-5:hover .megamenu-5-wrapper,
.megamenu-6:hover .megamenu-6-wrapper,
.megamenu-7:hover .megamenu-7-wrapper,
.megamenu-8:hover .megamenu-8-wrapper,
.megamenu-9:hover .megamenu-9-wrapper, {
	display: block;
}

.megamenu-1-wrapper,
.megamenu-2-wrapper,
.megamenu-3-wrapper,
.megamenu-4-wrapper,
.megamenu-5-wrapper,
.megamenu-6-wrapper,
.megamenu-7-wrapper,
.megamenu-8-wrapper,
.megamenu-9-wrapper {
	display: none;
	width: 1140px;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -590px;
	padding: 30px 20px;
	background-color: #FFF;
	line-height: initial;
	text-transform: none;
	box-shadow: 0 1px rgba(0,0,0,0.05) inset, -1px 0 rgba(0,0,0,0.05) inset, 0 -1px rgba(0,0,0,0.05) inset, 1px 0 rgba(0,0,0,0.05) inset;
	position: absolute;
	float: left;
	z-index: 999;
	overflow: hidden;
}

.megamenu-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}

.megamenu-column-2,
.megamenu-column-3,
.megamenu-column-4 {
	display: inline-block;
	width: 21%;
	height: 100%;
	padding: 0 2%;
	color: #EEE;
	font-family: Open Sans, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1) inset;
	position: relative;
	float: left;
	z-index: 2;
}

.megamenu-column-2:last-child,
.megamenu-column-3:last-child,
.megamenu-column-4:last-child {
	box-shadow: none;
}

.megamenu-column-2 {
	width: 46%;
}

.megamenu-column-3 {
	width: 29.33%;
}

.megamenu-column-2 img,
.megamenu-column-3 img,
.megamenu-column-4 img {
	max-width: 100%;
	height: auto;
}

.megamenu-column-2 a,
.megamenu-column-3 a,
.megamenu-column-4 a {
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	line-height: 100%;
}

.mmelem {
	display: inline-block;
	height: auto !important;
	margin: 2px 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid transparent;
	color: #888 !important;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 130%;
	transition: 0.3s ease;
	float: left;
	clear: both;
}

.megamenu-column-2 a:hover .mmelem,
.megamenu-column-3 a:hover .mmelem,
.megamenu-column-4 a:hover .mmelem {
	border-bottom: 1px solid teal;
	color: teal !important;
	transition: 0.3s ease;
}

.mmtitle {
	margin: 0 0 12px 0;
	color: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.mmseparator {
	width: 20px;
	height: 1px;
	margin: 14px 0 0 1px;
	background-color: #222;
	clear: both;
}

.mmtext {
	color: #888;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
}

/* - Dark Theme */

.afx-header-module-menu.dark .megamenu-1-wrapper,
.afx-header-module-menu.dark .megamenu-2-wrapper,
.afx-header-module-menu.dark .megamenu-3-wrapper,
.afx-header-module-menu.dark .megamenu-4-wrapper,
.afx-header-module-menu.dark .megamenu-5-wrapper,
.afx-header-module-menu.dark .megamenu-6-wrapper,
.afx-header-module-menu.dark .megamenu-7-wrapper,
.afx-header-module-menu.dark .megamenu-8-wrapper,
.afx-header-module-menu.dark .megamenu-9-wrapper {
	background-color: #222;
}

.afx-header-module-menu.dark .megamenu-column-2,
.afx-header-module-menu.dark .megamenu-column-3,
.afx-header-module-menu.dark .megamenu-column-4 {
	box-shadow: -1px 0 0 rgba(255,255,255,0.1) inset;
}

.afx-header-module-menu.dark a .mmelem {
	color: #AAA !important;
}

.afx-header-module-menu.dark a:hover .mmelem {
	border-color: #EEE;
	color: #EEE !important;
}

.afx-header-module-menu.dark .mmtitle {
	border-color: #CCC;
	color: #222;
}

.afx-header-module-menu.dark .mmseparator {
	background-color: #FFF;
}

.afx-header-module-menu.dark .mmtext {
	color: #AAA;
}



/*** AFX - SIDE HEADER ***/

.side-header {
	width: 260px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1) inset;
	position: fixed;
	z-index: 100;
}

#rd-menu.side-header-rd {
	width: 48px;
	height: 48px;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	background: rgba(160,160,160,0.6);
	color: #FFF;
	text-align: center;
	line-height: 48px;
	border-radius: 1px;
	position: fixed;
	z-index: 99;
}

#rd-menu.side-header-rd i {
	width: 100%;
	top: 0;
	left: 0;
	font-size: 28px;
	line-height: 48px;
	position: absolute;
	z-index: 3;
}

#rd-menu.side-header-rd select {
	top: 0;
	left: 0;
	background-color: transparent;
	font-size: 28px;
	position: absolute;
	z-index: 4;
}

.side-header-logo-supertitle {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #EEE;
	text-align: center;
	line-height: 160px;
	position: relative;
	z-index: 2;
	transition: 0.2s ease;
}

.side-header-logo-supertitle span {
	display: inline-block;
	padding: 14px 14px;
	border: 2px solid #666;
	color: #666;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
	transition: 0.2s ease;
}

.side-header-logo-supertitle:hover span {
	background-color: #666;
	color: #FFF;
	transition: 0.2s ease;
}

.side-header-logo-title {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #EEE;
	text-align: center;
	line-height: 160px;
	position: relative;
	z-index: 2;
	transition: 0.3s ease;
}

.side-header-logo-title span {
	display: inline-block;
	padding: 14px 0px;
	border-bottom: 2px solid transparent;
	color: #666;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
	transition: 0.3s ease;
}

.side-header-logo-title:hover span {
	padding: 4px 0;
	border-color: #666;
	transition: 0.3s ease;
}

.side-header-logo-image {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #EEE;
	text-align: center;
	line-height: 160px;
	position: relative;
	z-index: 2;
}

.side-header-logo-image img {
	display: inline-block;
	vertical-align: middle;
	transition: 0.3s ease;
}

.side-header-logo-image:hover img {
	opacity: 0.8;
	transition: 0.3s ease;
}

.side-header ul {
	width: 100%;
	position: relative;
	z-index: 2;
}

.side-header ul li {
	list-style-type: none;
	width: 100%;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	position: relative;
	transition: 0.2s ease;
}

.side-header ul li a {
	display: block;
	width: 90%;
	height: 39px;
	padding: 0 5%;
	border-bottom: 1px solid #EEE;
	color: #666;
	font-family: Raleway, Helvetica, Sans Serif;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.2s ease;
}

.side-header ul li:hover {
	background: teal;
	transition: 0.2s ease;
}

.side-header ul li:hover > ul {
	display: block;
}

.side-header ul li:hover > a {
	color: #FFF;
	border-color: teal;
	transition: 0.2s ease;
}

.side-header ul li ul {
	display: none;
	width: 250px;
	top: 0;
	left: 260px;
	background: #111;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 9998;
}

.side-header ul li ul li {
	
}

.side-header ul li ul li a {
	height: 40px;
	color: #EEE;
	border-bottom: 0px solid transparent;
	line-height: 40px;
}

.side-header ul li ul li ul {
	left: 250px;
	background-color: #222;
}

.side-header-copyright {
	bottom: 20px;
	left: 20px;
	color: #666;
	font-size: 14px;
	position: absolute;
	z-index: 2;
}

.side-header-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
	position: absolute;
	z-index: 1;
}

/*** WHITEMENU ***/

.side-header.whitemenu ul li ul {
	background: #FFF;
}

.side-header.whitemenu ul li ul li a {
	color: #666;
}

.side-header.whitemenu ul li ul li:hover > a {
	color: #FFF;
}

.side-header.whitemenu ul li ul li ul {
	background-color: #FFF;
}

/*** COLORED ***/

.side-header.colored {
	box-shadow: -1px 0 0 rgba(255,255,255,0.05) inset;
}

.side-header.colored .side-header-logo-supertitle {
	border-color: rgba(255,255,255,0.05);
}

.side-header.colored .side-header-logo-supertitle span {
	border-color: #FFF;	
	color: #FFF;
}

.side-header.colored .side-header-logo-supertitle:hover span {
	background-color: #FFF;
}

.side-header.colored .side-header-logo-title {
	border-color: rgba(255,255,255,0.05);
}

.side-header.colored .side-header-logo-title span {
	color: #FFF;
}

.side-header.colored .side-header-logo-title:hover span {
	border-color: #FFF;
	color: #FFF;
}

.side-header.colored .side-header-logo-image {
	border-color: rgba(255,255,255,0.05);
}

.side-header.colored i {
	color: #FFF;
	opacity: 0.9;
	transition: 0.3s ease;
}

.side-header.colored i:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}

.side-header.colored ul li a {
	color: #FFF;
	border-color: rgba(255,255,255,0.05);
}

.side-header.colored .side-header-copyright {
	color: #FFF;
	opacity: 0.8;
}



/* AFX SPECIAL SCREENS */

.afx-loading-screen {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFF;
	position: fixed;
	z-index: 9998;
}

.afx-loading-screen-loader {
	width: 72px;
	height: 72px;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -36px;
	background: #FFF url('/images/afx_loader_1.gif') center no-repeat;
	background-size: 72px 72px;
	position: absolute;
}

.afx-maintenance-screen {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 15%;
	background-color: teal;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	line-height: 180%;
	position: fixed;
	z-index: 9999;
}

.afx-maintenance-screen span {
	display: block;
	width: 90%;
	padding: 40px 5%;
}



/***** AFX WRAPPER *****/

.afx-wrapper {
	display: block;
	width: 100%;
	max-width: 1180px;
	/* height: auto; */
	margin: 0 auto;
	background: #FFF;
	box-shadow: 3px 0 3px -3px rgba(0,0,0,0.1), -3px 0 3px -3px rgba(0,0,0,0.1);
	position: relative;
	clear: both;
	float: none;
	overflow: auto;
}

.afx-wrapper-inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	clear: both;
	float: none;
	overflow: none;
}



#wrapper {
	display: block;
	width: 100%;
	max-width: 1180px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	background: #FFF;
	position: relative;
	clear: both;
	float: none;
	overflow: auto;
}

#sub-wrapper {
	width: 100%;
	max-width: 780px;
	margin: 0 0 0 30px;
	float: left;
	clear: left;
	overflow: auto;
}

#full-wrapper {
	width: 95%;
	margin: 0 auto;
	float: none;
	clear: both;
	overflow: auto;
}

.left-wrapper {
	width: 44%;
	margin: 0 0 0 4%;
	float: left;
}

.right-wrapper {
	width: 44%;
	margin: 0 4% 0 0;
	float: right;
}

.flex-control-nav li {
	float: none;
	padding: 0;
}



/*** AFX HEADER SEARCH ***/

.nav-search {
	display: inline;
	width: 16px;
	height: 100px;
	margin: 0 15px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 100px;
	position: relative;
	float: right;
	transition: 0.3s;
	z-index: 999;
	cursor: pointer;
}

.nav-search:hover {
	color: teal;
	transition: 0.3s;
}

.header-search {
	width: 100%;
	height: 0px;
	top: 0;
	background: #333;
	color: #EEE;
	font-size: 14px;
	position: absolute;
	overflow: hidden;
}

.header-search-container {
	width: 440px;
	height: 50px;
	margin: 0 auto;
}

.header-search #searchlabel {
	width: 400px;
	height: 30px;
	margin: 10px 0 0 0;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #999;
	background: transparent;
	color: #999;
	box-shadow: none !important;
	border-radius: 0;
	transition: 0.3s;
}

.header-search #searchlabel:focus {
	border-color: #DDD;
	color: #DDD;
	transition: 0.3s;
}

.header-search #searchlabel:focus + #searchbutton {
	border-color: #DDD;
	color: #DDD;
}

.header-search #searchbutton {
	width: 30px;
	height: 31px;
	margin: 10px 0 0 0;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #999;
	background-color: transparent !important;
	text-align: center;
	opacity: 1;
	border-radius: 0;
	text-shadow: none;
}

.header-search #searchbutton:hover {
	color: #DDD;
}



/*** AFX SIDE MENU ***/

.nav-sidemenu {
	display: inline;
	width: 16px;
	height: 100px;
	margin: 0 15px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 100px;
	position: relative;
	float: right;
	transition: 0.3s;
	z-index: 999;
	cursor: pointer;
}

.sidemenu {
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #222;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: fixed;
	overflow: auto;
	z-index: 9999;
}

.sidemenu::-webkit-scrollbar {
	display: none;
}

#sidemenu-close {
	width: 24px;
	height: 24px;
	top: 12px;
	right: 12px;
	position: absolute;
	cursor: pointer;
	z-index: 9;
}

#sidemenu-close i {
	display: block;
	width: 24px;
	height: 24px;
	background-color: transparent;
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	border-radius: 12px;
	transition: 0.3s ease;
}

#sidemenu-close:hover i {
	background-color: teal;
	color: #FFF;
	transition: 0.3s ease;
}

.sidemenu-logo {
	width: 100%;
	height: 139px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sidemenu-logo-text {
	display: inline-block;
	top: 50px;
	left: 20px;
	padding: 10px 10px;
	border: 2px solid rgba(255,255,255,0.3);
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100%;
	position: absolute;
	cursor: default;
}

.sidemenu-logo-image {
	display: inline-block;
	max-width: 215px;
	height: 80px;
	top: 30px;
	left: 20px;
	line-height: 100%;
	position: absolute;
	cursor: default;
}

.sidemenu-logo-image img {
	max-width: 100%;
	max-height: 80px;
}

.sidemenu > div > ul.menu {
	width: 100%;
}

.sidemenu > div > ul.menu > li {
	list-style-type: none;
	width: 100%;
	padding: 0;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	transition: 0.2s ease;
}

.sidemenu > div > ul.menu > li a {
	display: block;
	width: 90%;
	height: 39px;
	padding: 0 5%;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	color: rgba(255,255,255,0.6);
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.2s ease;
}

.sidemenu > div > ul.menu > li:hover {
	background: teal;
	transition: 0.2s ease;
}

.sidemenu > div > ul.menu > li:hover a {
	color: #FFF;
	border-color: teal;
	transition: 0.2s ease;
}

.sidemenu > div > ul.menu > li > ul {
	display: none;
}

.afx-sidemenu-sidebar {
	width: 240px;
	margin: 20px auto 0 auto;
}



/***** AFX RESPONSIVE MENU *****/

#rd-menu {
	display: none;
	width: 48px;
	height: 100px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -24px;
	border: 0;
	background: url('images/minimalix-rdmenu-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase !important;
	border-radius: 0px;
	overflow: hidden;
	position: absolute;
	float: left;
}

#rd-menu select {
	min-width: 150px;
	height: 100px;
	border: 0;
	background: transparent;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	-webkit-appearance: none;
}



/***** MX POST ENTRIES *****/

#nav-pagination {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.home-next {
	margin: 0 30px 0 0;
	float: right;
}

.home-previous {
	margin: 0 0 0 30px;
	float: left;
}

.home-next .pb-filling-button,
.home-previous .pb-filling-button {
	border-color: #222;
	color: #222;
}

.home-next .pb-filling-button:hover,
.home-previous .pb-filling-button:hover {
	color: #FFF;
	transition: 0.3s ease;
}

.home-next .pb-filling-button span,
.home-previous .pb-filling-button span {
	z-index: 2;
}

.home-next .pb-filling-button .button-fill,
.home-previous .pb-filling-button .button-fill {
	background-color: #222;
	z-index: 1;
}

#nav-pagination-previous {
	width: 30%;
	min-height: 1px;
	float: left;
}

#nav-pagination-pages {
	width: 40%;
	min-height: 1px;
	float: left;
}

#nav-pagination-next {
	width: 30%;
	float: right;
}

.pagination {
	overflow: auto;
	text-align: center;
}

.pagination span, .pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	border: 2px solid #444;
	color: #444;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 3px;
	position: relative;
	transition: 0.3s ease;
}

.pagination span:last-child,
.pagination a:last-child {
	margin-right: 0;
}

.pagination a.inactive {
	color: #444;
}

.pagination a:hover {
	border-color: teal;
	background: teal;
	color: #FFF;
	text-decoration: none;
	transition: 0.3s ease;
}

.pagination .current {
	display: inline-block;
	border-color: teal;
	background: teal;
	color: #FFF;
	position: relative;
	transition: 0.3s ease;
}

/*** POST ENTRY ***/

#home-post-container {
	display: block;
	width: 100%;
	max-width: 1120px;
	height: auto;
	margin: 0 auto 60px auto;
	position: relative;
	float: none;
	overflow: auto;
	clear: both;
}

.home-post-separator {
	width: 60%;
	max-width: 1000px;
	height: 1px;
	margin: 0 auto 60px auto;
	background: #DDD;
	clear: both;
}

#home-post-category:before {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 2px;
	left: -5px;
	border-style: solid;
	border-width: 0 0 23px 5px;
	border-color: transparent transparent #111 transparent;
	content: "";
}

#home-post-imagecontainer {
	display: block;
	width: 80%;
	max-width: 1120px;
	height: 360px;
	margin: 0 auto 20px auto;
	background: teal;
	text-align: center;
	// float: left;
	position: relative;
}

#home-post-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.2;
	transition: 0.2s;
	float: left;
	position: absolute;
	z-index: 2;
}

#home-post-overlay:hover {
	opacity: 0;
	transition: 0.2s;
}

#home-post-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	text-align: center;
	float: left;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

#home-post-thumbnail img {
	width: auto;
	min-width: 100%;
	min-height: 360px;
	height: auto;
}

#home-post-title {
	width: 80%;
	height: auto;
	margin: 0 10%;
	color: #000;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	line-height: 160%;
	letter-spacing: 1px;
	float: left;
	clear: both;
	transition: 0.2s;
}

#home-post-title:hover {
	color: teal;
	transition: 0.2s;
}

#home-post-title:hover ~ #home-post-overlay {
	opacity: 0.2;
}

.post-loop-info {
	width: 100%;
	margin: 10px 0;
	color: #666;
	text-align: center;
	position: relative;
	float: left;
}

.post-loop-info i {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 15px;
}

.post-loop-info-date {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #666;
}

.post-loop-info-category {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #666;
}

.post-loop-info-category a {
	display: inline-block;
	color: #666 !important;
}

#home-post-comments {
	top: 20px;
	left: 20px;
	padding: 2px 14px;
	background: #FFF;
	color: #000;
	font-family: Open Sans, Helvetica, Sans Serif;
	font-weight: 300;
	position: absolute;
	z-index: 3;
}

#home-post-comments:after {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -8px;
	left: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #FFF transparent transparent transparent;
	content: "";
}

#home-post-comments a {
	color: #000;
	text-decoration: none;
}

#home-post-excerpt p {
	width: 80%;
	margin: 0 auto 30px auto;
	color: #444;
	font-size: 13px;
	text-align: center;
	line-height: 180%;
	float: none;
	clear: both;
}

.home-post-readmore {
	width: 100%;
	text-align: center;
	float: left;
}

.home-post-readmore .pb-filling-button {
	margin-right: 0;
}

.home-post-readmore .pb-filling-button:hover {
	color: #FFF;
}

.home-post-readmore .pb-filling-button span {
	z-index: 2;
}

.home-post-readmore .pb-filling-button .button-fill {
	z-index: 1;
}

/*** POST ENTRY EVENTS ***/

/* two columns */

.home-post-container-column {
	display: inline;
	width: 50%;
	//max-width: 560px;
	height: auto;
	margin: 0 0 60px 0px;
	position: relative;
	float: left;
	overflow: auto;
}

.home-post-container-column #home-post-imagecontainer {
	width: 100%;
}

.home-post-container-column #home-post-thumbnail img {
	min-width: 590px;
	min-height: 360px;
	height: auto;
}

.home-post-container-column #home-post-excerpt {
	text-align: center;
}

/*** TIMELINE ***/

.timeline-end,
.timeline-start {
	width: 78px;
	height: 78px;
	margin: 0 auto;
	border: 1px solid #DDD;
	background: #FFF;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	position: relative;
	clear: both;
}

.timeline-start span {
	display: block;
	width: 90%;
	margin: 0 5%;
	font-size: 13px;
	line-height: 120%;
	float: left;
	clear: both;
}

.timeline-start i,
.timeline-end i {
	width: 100%;
	font-size: 30px;
	color: #666;
	text-align: center;
	line-height: 80px;
}

.timeline-column-1,
.timeline-column-2 {
	display: inline;
	width: 40%;
	height: auto;
	margin: 30px 5% 120px 5%;
	padding-bottom: 30px;
	background: #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,0.2) inset;
	border-radius: 3px;
	position: relative;
	float: left;
}

.timeline-column-2 {
	margin: 100px 5% 0 5%;
}

.timeline-column-1 #home-post-imagecontainer,
.timeline-column-2 #home-post-imagecontainer {
	width: 100%;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.timeline-column-1 #home-post-thumbnail img,
.timeline-column-2 #home-post-thumbnail img {
	width: auto;
	min-width: 100%;
	min-height: 360px;
}

.timeline-column-1 #home-post-excerpt,
.timeline-column-2 #home-post-excerpt {
	width: 90%;
	margin: 0 5%;
	text-align: center;
}

.timeline-readmore {
	width: 100%;
	text-align: center;
	float: left;
}

.timeline-readmore .pb-filling-button {
	margin-right: 0;
}

.timeline-readmore .pb-filling-button:hover {
	color: #FFF;
}

.timeline-end {
	margin-bottom: 40px;
}

.timeline-line {
	width: 1px;
	top: -30px;
	right: -12.5%;
	bottom: -120px;
	background: #DDD;
	position: absolute;
}

/*** MASONRY ***/

.masonry-column-3 {
	display: inline-block;
	width: 31.33%;
	margin: 1%;
	padding-bottom: 30px;
	background: #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,0.2) inset;
	border-radius: 3px;
	position: relative;
	float: left;
}

.masonry-column-3 #home-post-imagecontainer {
	width: 100%;
	height: 260px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.masonry-column-3 #home-post-imagecontainer img {
	width: auto;
	min-height: 260px;
}

.masonry-column-3 #home-post-title {
	font-size: 24px;
}



/***** MX ARCHIVE *****/

#post-entry {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}

#post-entry-thumbnail {
	width: 26%;
	text-align: center;
	float: left;
}

#post-entry-thumbnail img {
	border-radius: 64px;
}

#post-entry-content {
	display: inline;
	width: 72%;
	margin: 0 0 0 2%;
	float: left;
}

#post-entry-title {
	font-family: Titillium Web, Helvetica, Sans Serif;
	font-style: italic;
	font-size: 32px;
	font-weight: 200;
	line-height: 115%;
	color: teal;
	transition: 0.2s;
	float: left;
	clear: both;
}

#post-entry-title a {
	transition: 0.2s;
}

#post-entry-title a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}



/***** MX POSTS *****/

/*** STANDARD BLOG POST ***/

.post-hero {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 80px 0;
	background: #FFF url('images/afx_heading_bg.png') center repeat;
	background-attachment: fixed;
	overflow: auto;
	position: relative;
}

.post-hero a:hover {
	text-decoration: none;
}

.post-title {
	width: 90%;
	max-width: 1180px;
	height: auto;
	margin: 0 auto 0 auto;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 160%;
	letter-spacing: 1px;
	position: relative;
	float: none;
	clear: both;
	z-index: 2;
}

.post-title:hover {
	opacity: 0.8;
	transition: 0.3s ease;
}

.post-breadcrumb {
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 0.2px;
	position: relative;
	float: left;
	clear: both;
	z-index: 2;
}

.post-breadcrumb a {
	padding: 0 10px;
	color: #FFF !important;
	text-decoration: none !important;
}

.post-breadcrumb a:hover {
	opacity: 0.8;
	transition: 0.3s ease;
}

.post-hero-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: teal;
	opacity: 0.7;
	position: absolute;
	z-index: 1;
}

/* LIGHT */

.post-hero.light .post-title {
	color: #666;
}

.post-hero.light .post-title a {
	color: #666 !important;
}

.post-hero.light .post-breadcrumb {
	color: #666;
}

.post-hero.light .post-breadcrumb a {
	color: #666 !important;
}

.post-hero.light .post-hero-overlay {
	background: #FFF;
}

/* DARK */

.post-hero.dark .post-hero-overlay {
	background: #000;
}

/* COLORED */

/* is the default */

/*** CONTENT HEADER ***/

.content-header {
	width: 100%;
	margin: 0 0 40px 0;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	float: left;
}

.content-header i {
	margin: 0 10px 0 0;
	font-size: 16px;
	line-height: 30px;
	float: left;
}

.post-comments {
	display: inline;
	height: 30px;
	margin: 0 1px 0 0;
	padding: 0 10px;
	border-bottom: 0px solid teal;
	color: teal;
	float: left;
}

.post-comments a {
	color: teal !important;
	text-decoration: none;
}

.post-date {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0 10px;
	border-bottom: 0px solid #888;
	color: #888;
	float: left;
}

.post-topcategory {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0 10px;
	border-bottom: 0px solid #888;
	color: #888;
	float: left;
}

.post-topcategory a {
	color: #888 !important;
	font-weight: 600;
	line-height: 30px;
}

.post-topauthor {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0 10px;
	border-bottom: 0px solid #888;
	color: #888;
	float: left;
}

/*** CONTENT FOOTER ***/

.content-footer {
	width: 100%;
	margin: 40px 0 40px 0;
	float: left;
}

.post-label {
	margin: 0px 0 20px 1px;
	padding: 5px 10px;
	color: #888;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 130%;
	letter-spacing: 0.5px;
	float: left;
	clear: both;
}

.post-label i {
	margin: 0 10px 0 0;
	font-size: 16px;
	float: left;
}

.post-category-links {
	list-style: none;
	display: inline;
	font-family: Raleway, Helvetica, Sans Serif;
	font-weight: 500;
	line-height: 130%;
	float: left;
}

.post-category-links a {
	color: #888 !important;
	list-style: none;
}


.post-tag-links {}

.post-tag-links a {
	list-style: none;
	display: inline;
	width: auto;
	margin: 0 4px 4px 0;
	padding: 6px 12px;
	border: 1px solid #CCC;
	color: #888 !important;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
	position: relative;
	float: left;
	transition: 0.3s ease;
}

.post-tag-links a:hover {
	list-style: none;
	border-color: teal;
	background: teal;
	color: #FFF !important;
	text-decoration: none;
}

/* - Recent Posts - */

.afx-recent-posts-thumbnail {
	width: 0;
	padding: 40% 50%;
	box-sizing: border-box;
	background-color: #EEE;
	background-size: cover;
	position: relative;
	float: left;
	overflow: hidden;
}

/*** PORTFOLIO POST TYPE ***/

.post-portfolio-featured {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.post-portfolio-featured img {
	min-width: 100%;
}

.post-portfolio-content {
	
}

.post-portfolio-gallery {
	
}



/***** MX SIDEBAR *****/

.sidebar {
	width: 300px;
	margin: 0px 30px 20px 0px;
	position: relative;
	overflow: auto;
	float: right;
	clear: none;
	z-index: 2;
}

.sidebar li {
	list-style: none;
}

.sidebar ul li {
	margin: 0;
	padding: 0;
}

.sidebar li ul li {
	list-style: none outside;
}

.sidebar img {
	max-width: 100%;
}

.sidebar-container {
	display: block;
	margin-top: 0;
}

.afx-widget-title {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px 0 15px 0;
	padding: 5px 0 0 0;
	color: #222;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 1px;
	clear: both;
	float: left;
}

.afx-widget-title a {
	color: #222;
	text-decoration: none;
	cursor: default;
}

.afx-widget-title span {
	display: inline;
	float: left;
}

.afx-widget-title img {
	display: none;
}

.afx-widget-undertitle {
	width: 15px;
	height: 2px;
	margin: 15px 0 0 0;
	background-color: #444;
}

.afx-widget-wrapper {
	width: 100%;
	margin: 0 0 40px 0;
	float: left;
	font-size: 14px;
}

.afx-widget-wrapper ul,
.widget_links ul {
	margin: 2px 0 2px 0;
}

.afx-widget-wrapper ul li,
.widget_links ul li {
	list-style: none;
	padding: 5px 0 5px 20px;
	background: url("images/mx-list-arrow-16.png") no-repeat;
	background-position: 0px 9px;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
}

.afx-widget-wrapper ul li a,
.widget_links ul li a {
	border-bottom: 1px solid transparent;
	color: #666;
	transition: 0.3s ease;
}

.afx-widget-wrapper ul li a:hover,
.widget_links ul li a:hover {
	color: teal;
	border-color: teal;
	text-decoration: none;
	transition: 0.3s ease;
}

/* WooCommerce rules */

.sidebar .afx-widget-wrapper > li,
.sidebar div > li.widget_links {
	display: block;
}

.sidebar .afx-widget-wrapper > li.woocommerce {
	display: none;
}


/* == WordPress CSS - Default WordPress Widgets == */

.widget {}

/* links widget */
.widget_links {
	margin: 20px 0 20px 0;
	float: left;
	font-size: 14px;
}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}
.widget_links ul li a:hover {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {}
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {
	list-style: none;
	display: inline;
	width: auto;
	margin: 0 4px 4px 0;
	padding: 10px 18px;
	border: 1px solid #CCC;
	color: #666 !important;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
	position: relative;
	float: left;
	transition: 0.3s ease;
}
.widget_tag_cloud a:hover {
	background: teal;
	color: #FFF !important;
	text-decoration: none;
	transition: 0.3s ease;
}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {
	font-family: Raleway, Helvetica, sans-serif;
}
#calendar_wrap {
	width: 300px;
	text-align: center;
	clear: both;
}
#calendar_wrap table {
	margin-bottom: 0;
	border-top: 0;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
}
#calendar_wrap th {
	height: 28px;
	background: #F8F8F8;
	font-size: 13px;
	color: #666;
	text-align: center;
}
#calendar_wrap td {
	height: 24px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background: #FFF;
	color: #444;
	text-align: center;
}

#calendar_wrap tbody tr td {
	color: #444;
	font-size: 14px;
	font-weight: 400;
}

#calendar_wrap tfoot tr td {
	background: #F8F8F8;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
}

#wp-calendar tr td {}
#wp-calendar caption {
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 0;
	border-left: 1px solid #EEE;
	padding: 10px 0;
	background: #FFF;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}
#wp-calendar a {
	color: #000;
}
#wp-calendar #today {
	width: 26px;
	height: 26px;
	background: teal;
	color: #FFF;
	border-radius: 26px;
}
#wp-calendar #prev {
	background: #F8F8F8;
}
#wp-calendar #next {
	background: #F8F8F8;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	color: #666;
	font-size: 13px;
	font-weight: 600;
}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget,
.widget_text,
.textwidget p {
	line-height: 180%;
}



/***** MX BUNDLED WIDGETS *****/

/*** SOCIAL WIDGET ***/

.social-widget-icon-facebook,
.social-widget-icon-twitter,
.social-widget-icon-googleplus,
.social-widget-icon-youtube,
.social-widget-icon-pinterest,
.social-widget-icon-tumblr,
.social-widget-icon-instagram,
.social-widget-icon-flickr {
	width: 36px;
	height: 36px;
	margin: 0;
	color: #666;
	text-align: center;
	border-radius: 18px;
	transition: 0.2s;
	float: left;
}

.social-widget-icon-facebook i,
.social-widget-icon-twitter i,
.social-widget-icon-googleplus i,
.social-widget-icon-youtube i,
.social-widget-icon-pinterest i,
.social-widget-icon-tumblr i,
.social-widget-icon-instagram i,
.social-widget-icon-flickr i {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
}

.social-widget-icon-facebook:hover {
	background: #3B589C;
	border-color: #3B589C;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-twitter:hover {
	background: #00ACED;
	border-color: #00ACED;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-googleplus:hover {
	background: #dd5030;
	border-color: #dd5030;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-youtube:hover {
	background: #d7281e;
	border-color: #d7281e;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-pinterest:hover {
	background: #ca2128;
	border-color: #ca2128;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-tumblr:hover {
	background: #304e6c;
	border-color: #304e6c;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-instagram:hover {
	background: #326187;
	border-color: #326187;
	color: #FFF;
	transition: 0.2s;
}
.social-widget-icon-flickr:hover {
	background: #FF0084;
	border-color: #FF0084;
	color: #FFF;
	transition: 0.2s;
}

/* DARK THEME COLORS */

.dark .social-widget-icon-facebook,
.dark .social-widget-icon-twitter,
.dark .social-widget-icon-googleplus,
.dark .social-widget-icon-youtube,
.dark .social-widget-icon-pinterest,
.dark .social-widget-icon-tumblr,
.dark .social-widget-icon-instagram,
.dark .social-widget-icon-flickr {
	color: rgba(255,255,255,0.7);
}

/*** RECENT POSTS WIDGET ***/

.recentposts-widget-single {
	width: 300px;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
}

.recentposts-widget-thumbnail {
	width: 64px;
	height: 64px;
	/* border-right: 4px solid #EEE; */
	float: left;
}

.recentposts-widget-thumbnail img {
	width: 64px;
	height: 64px;
	opacity: 0.85;
	transition: 0.2s ease;
}

.recentposts-widget-thumbnail img:hover {
	opacity: 1;
	transition: 0.2s ease;
}

.recentposts-widget-title {
	width: 226px;
	padding: 0 0 0 10px;
	/* border-top: 1px solid #EEE; */
	color: #666;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 160%;
	float: right;
	transition: 0.3s ease;
}

.recentposts-widget-title span {
	border-bottom: 1px solid transparent;
	color: #666;
	transition: 0.3s ease;
}

.recentposts-widget-title span:hover {
	color: teal;
	border-color: teal;
	text-decoration: none;
	transition: 0.3s ease;
}



/***** AFX DARK THEME WIDGETS *****/

.dark .afx-widget-title {
	color: rgba(255,255,255,0.9);
}

.dark .afx-widget-undertitle {
	background-color: rgba(255,255,255,0.9);
}

.dark .afx-widget-wrapper,
.dark .afx-widget-wrapper p {
	color: rgba(255,255,255,0.5);
}

.dark .afx-widget-wrapper a {
	color: rgba(255,255,255,0.7);
}

.dark .afx-widget-wrapper li {
	color: rgba(255,255,255,0.5);
}

.dark .afx-widget-wrapper li a,
.dark .widget_links ul li a {
	color: rgba(255,255,255,0.7);
}

.dark .afx-widget-wrapper ul li,
.dark .widget_links ul li {
	/* background-image: url("images/mx-bullet-icon-footer-16.png"); */
}

.dark .afx-widget-wrapper ul li a:hover,
.dark .widget_links ul li a:hover {
	color: #FFF !important;
	border-color: #FFF;
}

.dark .widget_tag_cloud a {
	border-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.7) !important;
}

.dark .widget_tag_cloud a:hover {
}

.dark .recentposts-widget-thumbnail,
.dark .recentposts-widget-title {
	/* border-color: #333; */
}

.dark .recentposts-widget-title span {
	color: rgba(255,255,255,0.7);
}

.dark .recentposts-widget-title span:hover {
	border-color: rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.9);
}



/***** AFX SEARCH *****/

#searchlabel {
	display: block;
	width: 246px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	border-bottom: 2px solid #CCC;
	background-color: transparent;
	color: #000;
	float: left;
}

#searchlabel:focus {
	/* box-shadow: 2px 2px 7px #EEE inset; */
	border-color: teal;
	transition: 0.2s ease;
}

#searchlabel:focus + #searchbutton {
	border-color: teal;
	color: teal;
	transition: 0.2s ease;
}

#searchbutton {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #CCC;
	border-radius: 0;
	background-color: transparent;
	color: #CCC;
	font-weight: 400;
	line-height: 34px;
	float: left;
	transition: 0.2s;
}

#searchbutton:hover {
	color: teal;
	transition: 0.2s;
}

#searchbutton:active {
}



/***** MX COMMENTS *****/

#comment-textarea {
	display: block;
	width: 97%;
	height: 160px;
	margin: 0 0 20px 0;
	padding: 1%;
	border: 1px solid #EEE;
/*	border-top: 0px solid #DDD;
	border-right: 0px solid #EEE;
	border-bottom: 2px solid #EEE;
	border-left: 0px solid #EEE;*/
	background-color: #FCFCFC;
	color: #444;
	font-size: 14px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}
#comment-textarea:focus {
	/* background-color: #F6F6F6;*/
	border-color: #CCC;
	transition: 0.3s ease;
}

#comment-button {
	display: block;
	height: 40px;
	margin: 0 0 30px 0px;
	padding: 0 20px;
	border-top: 0px solid teal;
	border-right: 0px solid teal;
	border-bottom: 0px solid #006464;
	border-left: 0px solid teal;
	border-radius: 3px;
	background: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 40px;
	float: left;
	transition: 0.2s;
	cursor: pointer;
}
#comment-button:hover {
	background: #009292;
	transition: 0.2s;
}

#comment-button:active {
	background: teal;
}

/*
#respond { }
*/

#reply-title {
	display: none;
}

/*
#cancel-comment-reply-link { }
#commentform { }
RESERVED FOR FUTURE ENHANCEMENTS
*/

/*
#author {}
#email {}
#url {}
.bypostauthor {}
#comment { }
#submit { }
*/

.comment-notes {
	display: none;
}

/*
.required { }
*/

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: inline-block;
	width:  31.33%;
	margin: 0 3% 0px 0;
	overflow: auto;
	float: left;
}

.comment-form-url {
	margin-right: 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	display: block;
	width: 90%;
	margin: 0 0 25px 0;
	padding: 15px 4%;
	border: 1px solid #EEE;
/*	border-top: 0px solid #DDD;
	border-right: 0px solid #EEE;
	border-bottom: 2px solid #EEE;
	border-left: 0px solid #EEE;*/
	background-color: #FCFCFC;
	color: #444;
	font-size: 14px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.comment-form-url input {
	margin-right: 0;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
	border-color: #CCC;
	transition: 0.3s ease;
}

/*
.comment-form-comment { }
.form-allowed-tags { }
.form-submit { }
RESERVED FOR FUTURE ENHANCEMENTS
*/

.logged-in-as {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.commentlist {
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}

#comment-box {
	width: 640px;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}

#comment-avatar {
	float: left;
}

#comment-avatar img {
	max-width: 64px;
	max-height: 64px;
	border-radius: 32px;
}

#comment-contentbox {
	display: inline;
	width: 552px; /* 520 + 32 */
	margin: 0 0 0 20px;
	float: left;
}

#comment-author {
	width: 96%;
	margin: 0;
	padding: 15px 2% 5px 2%;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 110%;
	float: left;
	clear: both;
	float: left;
}

#comment-text {
	width: 96%;
	min-height: 60px;
	padding: 5px 2%;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	float: left;
}



/***** MX SHORTCODES *****/

.shortcode-highlight {
	padding: 0 3px;
	background: #008080;
	color: #FFF;
}

.shortcode-column-2 {
	width: 47%;
	margin: 0 3% 0 0;
	float: left;
}

.shortcode-column-3 {
	width: 30.33%;
	margin: 0 3% 0 0;
	float: left;
}

.shortcode-column-4 {
	width: 22%;
	margin: 0 3% 0 0;
	float: left;
}

.shortcode-quote {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 30px auto;
	padding: 60px 0;
	background: #FFF/* url('images/mx-post-hero-bg.png')*/;
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat;
	position: relative;
	float: none;
	clear: both;
}

.shortcode-quote-text {
	width: 96%;
	margin: 0 2%;
	color: #FFF;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	line-height: 140%;
	position: relative;
	float: none;
	clear: both;
	z-index: 2;
}

.shortcode-quote-author {
	width: 96%;
	margin: 30px 2% 0 2%;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	position: relative;
	float: none;
	clear: both;
	z-index: 2;
}

.shortcode-quote-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	background: teal;
	opacity: 0.8;
	position: absolute;
	z-index: 1;
}

.shortcodeb-quote-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 40px auto;
	background: #FFF;
	color: teal;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.shortcode-quote-icon:after {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -10px;
	left: 14px;
	border-style: solid;
	border-width: 17.3px 10px 0 10px;
	border-color: #FFF transparent transparent transparent;
	content: "";
}

.shortcode-blockquote {
	width: 96%;
	max-width: 1000px;
	margin: 20px 0 20px 0;
	padding: 2%;
	border-bottom: 1px solid #EEE;
	background: #F8F8F8;
	float: none;
	clear: both;
}

.shortcode-blockquote-text {
	width: 100%;
	margin: 0;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	float: none;
	clear: both;
}

.shortcode-button .pb-standard-button:hover {
	background: #444 !important;
	color: #FFF;
}

.shortcode-button a {
	color: #FFF !important;
	text-decoration: none !important;
}

.shortcode-fillingbutton {
	margin: 0 5px 20px 0;
	float: left;
}

.shortcode-fillingbutton a {
	text-decoration: none;
}

.shortcode-fillingbutton .pb-filling-button:hover span {
	color: #FFF !important;
	transition: 0.3s ease;
}

.shortcode-tooltip {
	width: 96%;
	margin: 0 auto 20px auto;
	padding: 2%;
	border-bottom: 0px solid teal;
	background: #e3ffff;
	border-radius: 3px;
	float: none;
	clear: both;
}

.shortcode-tooltip-text {
	width: 100%;
	margin: 0;
	color: teal;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 170%;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	letter-spacing: 0.5px;
	float: none;
	clear: both;
}

.shortcode-colorbox {
	width: 96%;
	margin: 0 auto 20px auto;
	padding: 2%;
	background: teal;
	float: none;
	clear: both;
}

.shortcode-colorbox-text {
	width: 100%;
	margin: 0;
	color: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 170%;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	letter-spacing: 0.5px;
	float: none;
	clear: both;
}

#shortcode-map {
	margin: 0 0 30px 0;
	float: left;
}

.shortcode-skillbar {
	width: 100%;
	height: 16px;
	margin: 20px 0 20px 0;
	background: #DDD;
	position: relative;
	border-radius: 8px;
	float: left;
	clear: both;
}

.shortcode-skillbar-label {
	width: auto;
	height: 16px;
	padding: 0 15px;
	top: -20px;
	left: 0;
	color: #888;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 8px;
	position: absolute;
	float: left;
	clear: both;
	z-index: 2;
}

.shortcode-skillbar-bar {
	width: 100%;
	height: 16px;
	color: #FFF;
	background: teal;
	color: #FFF;
	line-height: 16px;
	text-align: right;
	text-shadow: 0 -1px rgba(0,0,0,0.2);
	border-radius: 8px;
	position: absolute;
	float: left;
	clear: both;
	transition: 1s ease;
	z-index: 1;
}

.shortcode-skillbar-bar span {
	margin: 0 10px 0 0;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	opacity: 0.9;
}

/* TABS */

.shortcode-tabs {
	margin-bottom: 30px;
	float: left;
}

.shortcode-tabs ul {
	display: block;
	width: 100%;
	margin-bottom: 0 !important;
	float: left;
}

.shortcode-tabs .ui-tabs-nav li {
	display: inline-block;
	width: auto !important;
	height: 40px;
	padding: 0 20px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	list-style: none outside none;
	white-space: nowrap;
	line-height: 40px;
	float: none;
}

.shortcode-tabs .ui-tabs-nav li a {
	color: #999;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.shortcode-tabs li.ui-state-active {
	background-color: #FAFAFA;
}

.shortcode-tabs .ui-tabs-panel {
	width: 95%;
	padding: 20px 2%;
	border: 1px solid #DDD;
	background-color: #FFF;
	color: #666;
	line-height: 170%;
	float: left;
}

/* ACCORDION */

.shortcode-accordion {
	margin-bottom: 30px;
	float: left;
}

.shortcode-accordion h3 {
	width: 95%;
	height: 40px;
	margin: 0;
	padding: 0 2%;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background-color: #FEFEFE;
	color: #999;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	cursor: pointer;
}

.shortcode-accordion h3:after {
	display: none;
}

.shortcode-accordion h3:first-child {
	border: 1px solid #DDD;
}

.shortcode-accordion .ui-state-active {
	background-color: #FAFAFA;
}

.shortcode-accordion .ui-accordion-content {
	width: 95%;
	padding: 20px 2%;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	line-height: 170%;
	float: left;
}

/***** WORDPRESS PLUGINS SUPPORT *****/

/*** JETPACK ***/

/* jetpack like button */
iframe {
	float: left !important;
}



/***** 404 PAGE *****/

h5.not-found-404-text,
h5.not-found-search-text {	
	margin-top: 0;
	color: #666;
	text-align: center;
}

h5.not-found-404-text:after,
h5.not-found-search-text:after {
	left: 50%;
	margin-left: -10px;
}




/***** WOOCOMMERCE *****/

#wrapper.woocommerce {
	width: 100%;
	max-width: 1180px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	background: #FFF;
	position: relative;
	clear: both;
	float: none;
	overflow: auto;
}

#wrapper-inner.woocommerce {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	float: none !important;
	clear: both;
	overflow: auto;
}

/* CART */

.cart-empty,
.return-to-shop {
	width: 100%;
	text-align: center;
}

.woocommerce input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce a.edit {
	display: inline-block !important;
	height: 36px !important;
	margin: 0 10px 5px 0 !important;
	padding: 0 24px !important;
	border: 2px solid #444 !important;
	background: transparent !important;
	color: #444 !important;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 36px !important;
	letter-spacing: 1px;
	border-radius: 3px !important;
	text-decoration: none;
	text-shadow: none !important;
	box-shadow: none !important;
	position: relative;
	transition: 0.3s ease;
	z-index: 3;
}

.woocommerce input:hover#submit,
.woocommerce button:hover.button,
.woocommerce input:hover.button,
.woocommerce a:hover.button,
.woocommerce a:hover.edit {
	border-color: teal !important;
	background: teal !important; /* Not "background-color" because we need to override a gradient */
	color: #FFF !important;
	text-shadow: none;
	box-shadow: none;
	transition: 0.3s ease;
}

.woocommerce .loading:after {
	top: 0 !important;
	right: 7px !important;
}

.return-to-shop a:before {
	margin-right: 10px !important;
	font-family: FontAwesome;
	content:"\f060";
}

table.shop_table {
	border-width: 1px 0 0 0 !important;
	border-radius: 0 !important;
	font-family: Raleway, Helvetica, sans-serif !important;
}

table.shop_table a {
	color: #888 !important;
}

.shop_table th {
	padding: 10px 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.shop_table tr td {
	border-width: 1px 0 0 0 !important;
}

.shop_table tr.cart_item td {
	padding: 10px 0 !important;
	background: #FAFAFA !important;
	color: #888 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.shop_table a.remove {
	font-size: 32px !important;
	font-weight: 300 !important;
	color: #666 !important;
}

.shop_table a.remove:hover {
	background: transparent !important;
	color: teal !important;
}

.shop_table td.actions {
	padding-top: 40px !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.shop_table input#coupon_code {
	width: 200px;
	margin-right: 10px !important;
	padding: 9px 2px !important; /* 10 to 9 */
	border: 1px solid #EEE;
	background: #FCFCFC;
	box-shadow: none;
}

.shop_table input[name=apply_coupon],
.shop_table input.checkout-button {
	margin-right: 0 !important;
}

.cart_totals h2 {
	text-align: left !important;
}

/*
.cart_totals h2:after {
	left: auto;
	right: 0;
}
*/

.cart_totals table {
	float: right;
}

tr.cart-subtotal th,
tr.cart-subtotal td,
tr.shipping th,
tr.shipping td,
tr.order-total th,
tr.order-total td {
	padding: 12px 0 !important;
	border-width: 0 !important;
	background: transparent !important;
	font-size: 13px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	box-shadow: 1px 0 0 rgba(0,0,0,0.1) inset;
}

tr.cart-subtotal th,
tr.cart-subtotal td,
tr.shipping th,
tr.shipping td {
	border-bottom: 1px solid #DDD !important;
}

tr.order-total th,
tr.order-total td {
	background: #FCFCFC !important;
}

.shipping_calculator {
	margin-top: 40px;
	float: right !important;
}

.shipping-calculator-button {
	color: #444 !important;
	text-decoration: none !important;
}

.shipping-calculator-button:after {
	font-family: FontAwesome !important;
	content:"\f107" !important;
}

.shipping-calculator-form button.button {
	margin-right: 0 !important;
}

/* MY ACCOUNT */

.woocommerce a.edit {
	height: 30px !important;
	margin: 0 0 20px 0 !important;
	padding: 0 20px !important;
	line-height: 30px !important;
	float: left !important;
}

.myaccount_user {
	width: 96%;
	padding: 30px 2%;
	background: #FAFAFA;
}

.woocommerce input[name=save_address] {
	margin-top: 20px !important;
}

/* SHIPPING EDIT SCREEN */

#shipping_first_name_field,
#shipping_last_name_field,
#shipping_state_field,
#shipping_postcode_field {
	clear: none;
}

.chosen-container {
	width: 99.5% !important;
	border: 1px solid #EEE !important;
	border-radius: none !important;
}

.chosen-container a.chosen-single {
	border: 0 !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	background: #FCFCFC !important;
	box-shadow: none !important;
	border-radius: none !important;
}

.chosen-container a.chosen-single b {
	//background-position: -18px center !important;
	border-radius: none !important;
}

.chosen-container .chosen-drop {
	margin: 0 0 0 -2px !important;
	border-width: 2px !important;
	border-color: #EEE !important;
	background: #FCFCFC !important;
	box-shadow: none !important;
	border-radius: none !important;
}

/* BILLING ADDRESS EDIT SCREEN */

#billing_first_name_field,
#billing_last_name_field,
#billing_state_field,
#billing_postcode_field,
#billing_email_field,
#billing_phone_field {
	clear: none;
}

/* SHOP */

#container {
	display: none;
	width: 100%;
	max-width: 790px;
	height: auto;
	margin: 40px 0;
	position: relative;
	float: right;
	overflow: auto;
}

#container #content {
	width: 100%;
	margin: 0 0 0 0;
	overflow: hidden;
}

#container #content .woocommerce-breadcrumb {
	display: none;
}

#wrapper .page-title {
	display: none;
	width: 100%;
	height: 160px;
	max-width: 1180px;
	margin: -40px 0 0 0;
	padding: 0;
	background: #F8F8F8;
	color: #666;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	line-height: 160px;
	letter-spacing: 0.2px;
	position: relative;
	overflow: hidden;
}

#container + aside {
	display: none;
}

#container + aside .sidebar {
	margin: 20px 0 0 0;
	float: left;
	position: relative;
	overflow: auto;
}

#container + aside .sidebar .afx-widget-wrapper > li,
#container + aside .sidebar div > li.widget_links {
	display: none;
}

#container + aside .sidebar .afx-widget-wrapper > li.woocommerce {
	display: block;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	width: 96% !important;
	padding: 20px 2% !important;
	border: 0;
	background: #FAFAFA;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: none;
	overflow: hidden;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-message:before {
	display: none;
}

.woocommerce .products .product {
	width: 31.33% !important;
	padding: 0 0 2% 0 !important;
	margin-right: 2% !important;
	background: #FAFAFA;
	text-align: center !important;
	float: left;
	clear: none !important;
}

.cross-sells .products .product { /* Cart products */
	left: auto !important;
	position: relative !important;
}

.woocommerce .products .product h3 {
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 160% !important;
	letter-spacing: 1px !important;
}

.woocommerce .products .product h3:after {
	display: none;
}

.woocommerce .products .product img {
	/* border-radius: 2px; */
}

.woocommerce .products .product .added_to_cart {
	display: none;
}

.woocommerce .product add_to_cart_button {
	display: inline-block !important;
}

.woocommerce select.orderby,
.woocommerce select {
	height: 40px !important;
	padding: 0 15px !important;
	border: 1px solid #EEE !important;
	background: #F8F8F8 !important;
	line-height: 40px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.woocommerce select.orderby option,
.woocommerce select option {
	padding: 15px 15px !important;
	outline: 0 !important;
	background: #F8F8F8 !important;
}

.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom: 30px !important;
}

.woocommerce-pagination ul li {
	display: inline-block !important;
	clear: none !important;
}

.woocommerce-pagination ul li a {
	display: inline-block !important;
	padding: 10px !important;
	color: #777 !important;
}

.woocommerce-pagination ul li .current {
	padding: 10px !important;
	color: #777 !important;
	font-weight: 600 !important;
}

/* SINGLE PRODUCT */

.woocommerce .price {
	width: 100% !important;
	text-align: center !important;
}

.woocommerce .price > span.amount,
.woocommerce ins span.amount {
	color: teal;
	font-weight: 700 !important;
}

.woocommerce .price > del span.amount {
	margin-right: 5px !important;
	color: #666 !important;
	font-weight: 700 !important;
}

.woocommerce .price > ins span.amount {

}

.woocommerce .price > ins,
.woocommerce .price > del {
	display: inline !important;
	float: none !important;
	clear: none !important;
}

.woocommerce .quantity input[type=number] {
	height: 34px !important;
	border: 1px solid #DDD !important;
}

.woocommerce input.minus,
.woocommerce input.plus {
	height: 15px !important;
	border-width: 2px !important;
	border-color: #CCC !important;
	background: #FAFAFA !important;
	color: #444 !important;
	font-weight: 500 !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce input.minus {
	height: 17px !important;	
}

button.single_add_to_cart_button.button {
	margin-left: 20px !important;
}

.woocommerce span.sku_wrapper,
.woocommerce span.posted_in,
.woocommerce span.tagged_as {
	display: inline-block !important;
	margin-bottom: 20px !important;
	float: left !important;
	clear: both !important;
}

.woocommerce span.sku_wrapper,
.woocommerce span.posted_in,
.woocommerce span.tagged_as {
	color: #444;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.woocommerce span.sku_wrapper span,
.woocommerce span.posted_in a,
.woocommerce span.tagged_as a {
	color: #888;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.woocommerce img {
	box-shadow: none !important;
}

.woocommerce .onsale {
	width: 64px !important;
	height: 64px !important;
	padding: 0 !important;
	background: teal !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 64px !important;
	text-transform: uppercase !important;
	text-shadow: none !important;
	letter-spacing: 0.2px !important;
	box-shadow: none !important;
	border-radius: 32px !important;
}

.woocommerce .has-post-thumbnail > .onsale {
	top: 6px !important;
	left: 6px !important;
}

/* PRODUCT PAGE */

.woocommerce .summary .price {
	text-align: left !important;
}

.woocommerce-tabs ul {
	margin-bottom: 0 !important;
}

.woocommerce-tabs ul li {
	display: inline-block !important;
	margin: 0 5px 0 0 !important;
	background: #FFF !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border-image: none !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	float: left !important;
	clear: none !important;
}

/* .woocommerce-tabs ul:before, */
.woocommerce-tabs ul:after,
.woocommerce-tabs ul li:before,
.woocommerce-tabs ul li:after {
	display: none !important;
}

.woocommerce-tabs .panel {
	padding: 2% !important;
	border-right: 1px solid #DDD !important;
	border-bottom: 1px solid #DDD !important;
	border-left: 1px solid #DDD !important;
	background-color: #FFF !important;
}

.woocommerce .upsells.products,
.woocommerce .related.products {
	height: auto !important;
}

.woocommerce .related.products .product,
.woocommerce .upsells.products .product {
	width: 23% !important;
}

/* CHECKOUT */

form.checkout_coupon {
	border: 0 !important;
}

form.checkout_coupon p.form-row {
	clear: none !important;
}

#order_review .shop_table {
	border-width: 1px !important;
	float: left !important;
}

.woocommerce #payment {
	float: left;
}

.woocommerce textarea {
	min-height: 200px;
}

a.cart-contents {
	background-image: url(images/header-shopping-bag-dark.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#payment {
	width: 100% !important;
	background-color: #F8F8F8 !important;
}

ul.payment_methods {
	width: 95% !important;
	margin: 30px 2.5% !important;
	padding: 0 !important;
	border-bottom: 0 !important;
	background-color: #F8F8F8 !important;
}

.payment_methods li {
	list-style-type: none !important;
	padding: 0 !important;
}

.payment_box {
	background: teal !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.payment_box p {
	color: #FFF !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.payment_box:after {
	border-color: transparent transparent teal transparent !important;
}

#payment .place-order {
	border-top: 1px solid #EEE !important;
}

/* LOGIN */

.woocommerce .login {
	padding: 0 !important;
	border-width: 0 !important;
}

.woocommerce .login p:nth-child(3) {
	margin-top: 20px !important;
}

/* WIDGETS */

/* Shopping cart */

.widget_shopping_cart_content ul li {
	width: 96% !important;
	margin-bottom: 5px !important;
	padding: 2% !important;
	background: #F8F8F8 !important;
	background-image: none !important;
}

.widget_shopping_cart_content ul li img {
	width: auto !important;
	height: 50px !important;
	margin: 5px 15px 0 0 !important;
	float: left !important;
}

.widget_shopping_cart_content ul li a {
	border-bottom: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.widget_shopping_cart_content ul li span {
	color: #444 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

.widget_shopping_cart_content .total {
	border-width: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.widget_shopping_cart_content .buttons .button:after {
	display: none !important;
}

.widget_shopping_cart_content a.remove {
	top: auto !important;
	right: 0 !important;
	bottom: 0 !important;
	left: auto !important;
	font-size: 28px !important;
	font-weight: 300 !important;
	color: #999 !important;
	transition: 0.3s ease;
}

.widget_shopping_cart_content a.remove:hover {
	background: transparent !important;
	color: teal !important;
	transition: 0.3s ease;
}

/* Price filter */

.afx-widget-wrapper .widget_price_filter {
	display: block !important;
	width: 100% !important;
}

.widget_price_filter .price_slider {
	background: #DDD !important;
}

.widget_price_filter .price_slider .ui-slider-range {
	background: teal !important;
	box-shadow: none !important;
}

.widget_price_filter .price_slider .ui-slider-handle {
	border-color: #BBB !important;
	background: #BBB !important;
	box-shadow: none !important;
}

.widget_price_filter .price_label {
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

/* Product categories */

/* Products */

.widget_products ul li {
	width: 96% !important;
	margin-bottom: 5px !important;
	padding: 2% !important;
	background: #F8F8F8 !important;
	background-image: none !important;
}

.widget_products ul li img {
	width: auto !important;
	height: 50px !important;
	margin: 5px 15px 0 0 !important;
	float: left !important;
}

.widget_products ul li a {
	border-bottom: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.widget_products ul li span {
	color: #444 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

/* Search Products */

.widget_product_search .screen-reader-text {
	display: none;
	width: 100% !important;
	margin-bottom: 10px !important;
	float: left !important;
}

.widget_product_search input[type=search] {
	display: block;
	width: 196px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	border-bottom: 2px solid #CCC;
	background-color: transparent !important;
	color: #000;
	float: left;
}

.widget_product_search input[type=search]:focus {
	border-color: teal;
	transition: 0.2s ease;
}

.widget_product_search input[type=search]:focus + input[type=submit] {
	border-color: teal !important;
	color: teal !important;
	transition: 0.2s ease;
}

.widget_product_search input[type=submit] {
	display: inline-block;
	width: 84px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #CCC;
	background-color: transparent !important;
	color: #CCC;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 1px;
	border-radius: 0;
	float: left;
	transition: 0.2s;
}

.widget_product_search input[type=submit]:hover {
	color: teal;
	transition: 0.2s;
}

.widget_product_search input[type=submit]:active {
}

/* Product tags */

.widget_product_tag_cloud a {
	list-style: none;
	display: inline;
	width: auto;
	margin: 0 4px 4px 0;
	padding: 10px 18px;
	border: 1px solid #CCC;
	color: #666 !important;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 1px;
	position: relative;
	float: left;
	transition: 0.3s ease;
}

.widget_product_tag_cloud a:hover {
	background: teal;
	color: #FFF !important;
	text-decoration: none;
	transition: 0.3s ease;
}

/* Recently viewed */

.widget_recently_viewed_products ul li {
	width: 96% !important;
	margin-bottom: 5px !important;
	padding: 2% !important;
	background: #F8F8F8 !important;
	background-image: none !important;
}

.widget_recently_viewed_products ul li img {
	width: auto !important;
	height: 50px !important;
	margin: 5px 15px 0 0 !important;
	float: left !important;
}

.widget_recently_viewed_products ul li a {
	border-bottom: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.widget_recently_viewed_products ul li span {
	color: #444 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

/* Top rated */

.widget_top_rated_products ul li {
	width: 96% !important;
	margin-bottom: 5px !important;
	padding: 2% !important;
	background: #F8F8F8 !important;
	background-image: none !important;
}

.widget_top_rated_products ul li img {
	width: auto !important;
	height: 50px !important;
	margin: 5px 15px 0 0 !important;
	float: left !important;
}

.widget_top_rated_products ul li a {
	border-bottom: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.widget_top_rated_products ul li span {
	color: #444 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}



/***** MX FOOTER *****/

#back-to-top {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background-image: url('images/afx_footer_backtotop.png');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: 0.2s ease;
}

#back-to-top:hover {
	background-position: center bottom;
	background-color: teal;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
	transition: 0.2s ease;
}


.footer.dark #back-to-top:hover {
	background-color: rgba(0,0,0,0.1) !important;
}

.footer {
	width: 100%;
	margin: 0 auto;
	background-color: #262626;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	clear: both;
}

#footer-container {
	display: block;
	width: 1060px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 60px 0 20px 0; /* 60 = 40 widget-box + 20 */
	position: relative;
	overflow: auto;
	z-index: 2;
}
#footer-1 {
	display: block;
	width: 300px;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
}
#footer-2 {
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 0px 0 0 80px;
	float: left;
}
#footer-3 {
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 0px 0 0 80px;
	padding: 0;
	float: left;
}

#footer-copyright {
	width: auto;
	height: 100px;
	margin: 0 auto;
	background: #1B1B1B;
	color: #EEE;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	position: relative;
	clear: both;
	z-index: 2;
}

#footer-copyright a {
	color: #EEE /*#0fb4b4*/;
}

.footer-copyright-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

#footer-copyright span {
	text-align: center;
	line-height: 100px;
}

#footer-copyright span > a {
	border-bottom: 1px solid transparent;
	color: #999;
	transition: 0.3s ease;
}

#footer-copyright span > a:hover {
	border-color: #EEE;
	color: #EEE;
	text-decoration: none;
	transition: 0.3s ease;
}

/*** FOOTER SOCIAL ICONS ***/

.footer-social-icons {
	height: 100px;
	margin-left: 10px;
	line-height: 100px;
	position: relative;
	float: left;
}

.footer-social-icon {
	margin: 0 0 0 5px;
	float: left;
}

.footer-social-icon a {
	color: rgba(255,255,255,0.7) !important;
	transition: 0.2s ease;
}

.footer-social-icon i {
	width: 24px;
	height: 24px;
	background: rgba(255,255,255,0.1);
	text-align: center;
	line-height: 24px;
	border-radius: 16px;
	transition: 0.2s ease;
}

.footer-social-icon a:hover {
	color: #FFF !important;
	transition: 0.2s ease;
}

.footer-social-icon a:hover i {
	transition: 0.2s ease;
}

.footer-social-icon.facebook a:hover i {
	background: #3B589C;
}
.footer-social-icon.twitter a:hover i {
	background: #00ACED;
}
.footer-social-icon.googleplus a:hover i {
	background: #dd5030;
}
.footer-social-icon.youtube a:hover i {
	background: #d7281e;
}
.footer-social-icon.pinterest a:hover i {
	background: #ca2128;
}
.footer-social-icon.tumblr a:hover i {
	background: #304e6c;
}
.footer-social-icon.instagram a:hover i {
	background: #326187;
}
.footer-social-icon.flickr a:hover i {
	background: #FF0084;
}
.footer-social-icon.behance a:hover i {
	background: #1769FF;
}
.footer-social-icon.vimeo a:hover i {
	background: #456;
}

/*** FOOTER MENU ***/

.footer-menu {
	width: auto;
	max-width: 1180px;
	height: 100px;
	top: 0;
	right: 20px;
	position: absolute;
}

.footer-menu ul {
}

.footer-menu ul li {
	display: inline;
	height: 100px;
	margin: 0 0 0 -0px;
	padding: 0;
	background: transparent;
	color: #CCC;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100px;
	letter-spacing: 0.2px;
	transition: 0.2s;
	float: left;
	position: relative;
	z-index: 999;
	clear: none;
}

.footer-menu ul li a {
	display: block;
	height: 100px;
	padding: 0 15px;
	color: #CCC !important /*143443 0f2732*/;
	transition: 0.2s;
}

.footer-menu ul li a:hover {
	color: teal;
	text-decoration: none;
	transition: 0.2s;
}

.footer-menu ul li:hover > a {
	color: teal !important;
}

.footer-menu ul li:hover > ul {
	display: none;
}

.footer-menu ul li ul {
	display: none;
}

#back-to-top-corner {
	display: none;
	width: 42px;
	height: 42px;
	right: 15px;
	bottom: 15px;
	border: 2px solid #DDD;
	background: #EEE;
	border-radius: 48px;
	opacity: 0.6;
	position: fixed;
	transition: 0.3s ease;
	z-index: 999;
	cursor: pointer;
}

#back-to-top-corner:hover {
	background: teal;
	opacity: 1;
	transition: 0.3s ease;
}

#back-to-top-corner:hover i {
	color: #FFF;
}

#back-to-top-corner i {
	width: 100%;
	color: #666;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
}



/***** MX RD *****/

@media only screen and (min-width: 1px) and (max-width: 479px)
{
	.afx-responsive-column { width: 95% !important; margin: 0 2.5% 30px 2.5% !important; }

	img { max-width: 100%; height: auto; }

	.afx-header-body.sticky, .afx-header-module-menu ul { display: none; }
	#rd-menu { display: block; }

	.afx-header { display: none; }
	.afx-header-responsive { display: block; }

	.side-header { display: none; }
	.header-info { display: none; }
	body { width: auto !important; top: auto !important; right: auto !important;
		bottom: auto !important; left: auto !important; position: relative !important; }
	#rd-menu.side-header-rd { display: block; }

	.header-search-container { width: 320px; /* 320 = 280 + 40 */}
	.header-search #searchlabel { width: 280px; }

	.pb-slider-title { font-size: 28px !important; }
	.pb-slider-subtitle { font-size: 28px !important; }
	.pb-slider-text-container { padding: 20px 0; }
	.pb-slider-text-wrapper .pb-standard-button { padding: 0px 20px; font-size: 10px; }
	.pb-slider-text-wrapper .pb-filling-button { height: 36px; padding: 0px 20px;
		font-size: 10px; line-height: 36px; }

	.pb-module-innertitle,
	.pb-module-title { font-size: 24px; }

	.pb-map-container {	height: 240px; }

	#wrapper, .apb-wrapper-outer { width: 100%; }
	#sub-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }
	#full-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }

	.sidebar-container { display: none; }

	#home-post-container-column	{ max-width: none; width: 96%; margin-left: 2%;
		margin-right: 2%; }
	#home-post-container { width: 96%; margin-right: 2%; margin-left: 2%; }
	#home-post-title { font-size: 28px; }
	#home-post-date { }
	#home-post-imagecontainer { height: 180px; }
	#home-post-thumbnail img { min-width: 100%; min-height: 180px; height: auto; }
	#home-post-excerpt { width: 100%; margin: 5px 0; float: left; clear: both; }

	.timeline-line { display: none; }
	.timeline-column-1, .timeline-column-2 { width: 90%; margin: 20px 5%; }

	#featured-subcontainer-1,
	#featured-subcontainer-2,
	#featured-subcontainer-3,
	#featured-subcontainer-4 { width: 100% }
	.featured-before { top: 0; background: rgba(0,0,0,0.6); }
	.featured-comments { color: #222; }
	#featured-textcontainer { bottom: 0; background: rgba(0,0,0,0.6); }
	.featured-title { font-size: 16px; }

	.pb-map-info-single { width: 80%; margin: 20px 10%; }

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item { width: 50%; }

	.shortcode-quote-text,
	.pb-quote-text { font-size: 26px; }
	.shortcode-quote-author,
	.pb-quote-author { font-size: 18px; }

	.pb-text-strip { width: 100%; }

	.apb-button-strip .apb-wrapper-inner { width: 90%; height: 130px; padding-right: 5%; padding-left: 5%; }
	.apb-button-strip .pb-button-strip-button { top: auto; right: 22.5%; bottom: 30px; margin: auto; }

	.pb-parallax-box-column-2,
	.pb-parallax-box-column-3,
	.pb-parallax-box-column-4 { width: 92%; /* -4% because of margin */ padding-right: 2%;
		padding-left: 2%; margin-bottom: 40px; }

	.pb-portfolio-item-column-2,
	.pb-portfolio-item-column-3,
	.pb-portfolio-item-column-4,
	.pb-portfolio-item-column-5 { padding: 20% 25% !important; }

	.apb-wrapper-outer.apb-contact input[type=text],
	.apb-wrapper-outer.apb-contact input[type=email] { width: 95%; }

	.apb-column-1,
	.apb-column-2,
	.apb-column-3,
	.apb-column-4,
	.apb-column-6,
	.apb-column-75,
	.apb-column-66 { width: 100% !important; margin: 0 0 20px 0; }

	.masonry-column-3 { width: 95%; margin-right: 2.5%; margin-left: 2.5%; }

	#nav-pagination-next { width: 40%; }
	#nav-pagination-previous { width: 50%; }
	#nav-pagination-pages { display: none; }
	#next-page { height: 17px; padding: 4px 4px; margin: 0 5% 20px 0; font-size: 16px; }
	#previous-page { height: 17px; margin: 0 0 20px 5%; padding: 4px 4px; font-size: 16px; }

	.pagination { margin: 0 0 0 20%; }
	.pagination a { display: none; }

	#comment-textarea { width: 300px; margin: 0 0 10px 5px; }
	#comment-avatar { width: 32px; }
	#comment-avatar img { width: 32px; }
	#comment-contentbox { width: 248px; }

	#wrapper.woocommerce { max-width: 100%; }
	#wrapper-inner.woocommerce { width: 90%; max-width: 100%; margin-right: 5%; margin-left: 5%; }
	.woocommerce #container { max-width: 100%; }
	.woocommerce .products .product { width: 98% !important; margin-right: 0 !important; }
	.onsale { margin-right: 0 !important; }
	.shop_table td.actions input { width: 99% !important; margin-bottom: 10px !important; float: left !important; }

	#back-to-top { background-position: center bottom; }

	#footer-container { width: 300px; }
	#footer-2 { display: none; }
	#footer-3 {	display: none; }
	.footer-copyright-container { text-align: center !important; }
	.footer-copyright-container span { margin-left: 0 !important; float: none !important; }
	.footer-menu { display: none; }
}

@media only screen and (min-width: 480px) and (max-width: 767px),
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait)
{
	.afx-responsive-column { width: 95% !important; margin: 0 2.5% 30px 2.5% !important; }

	img { max-width: 100%; height: auto; }

	.afx-header-body.sticky, .afx-header-module-menu ul { display: none; }
	#rd-menu { display: block; }

	.afx-header { display: none; }
	.afx-header-responsive { display: block; }

	.side-header { display: none; }
	.header-info { display: none; }
	body { width: auto !important; top: auto !important; right: auto !important;
		bottom: auto !important; left: auto !important; position: relative !important; }

	.pb-slider-title { font-size: 24px !important; }
	.pb-slider-subtitle { font-size: 24px !important; }
	.pb-slider-text-container { padding: 20px 0; }

	#wrapper, .apb-wrapper-outer, .afx-row { width: 100%; }
	#sub-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }
	#full-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }

	#home-latest { }

	.sidebar-container { display: none; }

	#home-post-container-column { max-width: none; width: 96%; margin-left: 2%;
		margin-right: 2%; }
	#home-post-container { width: 96%; margin-right: 2%; margin-left: 2%; }
	#home-post-title { font-size: 32px; }
	#home-post-date { }
	#home-post-imagecontainer { height: 240px; }
	#home-post-thumbnail img { min-width: 100%; min-height: 240px; height: auto; }
	#home-post-excerpt { width: 100%; margin: 5px 0; float: left; clear: both; }

	.timeline-line { display: none; }
	.timeline-column-1, .timeline-column-2 { width: 90%; margin: 20px 5%; }

	#featured-subcontainer-1,
	#featured-subcontainer-2,
	#featured-subcontainer-3,
	#featured-subcontainer-4 { width: 50% }
	.featured-before { top: 0; background: rgba(0,0,0,0.6); }
	.featured-comments { color: #222; }
	#featured-textcontainer { bottom: 0; background: rgba(0,0,0,0.6); }
	.featured-title { font-size: 16px; }

	.newline { display: block; }

	.pb-map-info-single { width: 80%; margin: 20px 10%; }

	.pb-button-strip-container { width: 90%; padding-right: 5%; padding-left: 5%; }

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item { width: 50%; }

	.pb-parallax-box-column-2,
	.pb-parallax-box-column-3,
	.pb-parallax-box-column-4 { width: 92%; /* -4% because of margin */ padding-right: 2%;
		padding-left: 2%; margin-bottom: 40px; }

	.apb-column-1,
	.apb-column-2,
	.apb-column-3,
	.apb-column-4,
	.apb-column-6,
	.apb-column-75,
	.apb-column-66 { width: 100% !important; margin: 0 0 20px 0; }

	.masonry-column-3 { width: 95%; margin-right: 2.5%; margin-left: 2.5%; }

	.pagination { margin: 0 0 0 20%; }
	.pagination a { display: none; }

	#comment-textarea { width: 420px; margin: 0 0 10px 5px; }
	#comment-avatar { width: 48px; }
	#comment-avatar img { width: 48px; }
	#comment-contentbox { width: 352px; }

	#wrapper.woocommerce { max-width: 100%; }
	#wrapper-inner.woocommerce { width: 90%; max-width: 100%; margin-right: 5%; margin-left: 5%; }
	.woocommerce #container { max-width: 100%; }
	.woocommerce .products .product { width: 98% !important; margin-right: 0 !important; }
	.onsale { margin-right: 0 !important; }

	#back-to-top { background-position: center bottom; }
	#footer-container { width: 300px; }
	#footer-2 { display: none; }
	#footer-3 {	display: none; }
	.footer-copyright-container { text-align: center !important; }
	.footer-copyright-container span { margin-left: 0 !important; float: none !important; }
	.footer-menu { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 1023px)
{
	.afx-header-body.sticky, .afx-header-module-menu ul { display: none; }
	#rd-menu { display: block; }

	.side-header { display: none; }
	body { width: auto !important; top: auto !important; right: auto !important;
		bottom: auto !important; left: auto !important; position: relative !important; }

	.afx-header-module-search-form #searchlabel { min-width: 121px; max-width: 121px; }

	.pb-slider-title { font-size: 36px !important; }
	.pb-slider-subtitle { font-size: 36px !important; }

	#featured-subcontainer-1,
	#featured-subcontainer-3 { width: 33.3% }
	#featured-subcontainer-2 { width: 33.4% }
	#featured-subcontainer-4 { display: none; }
	.featured-before { top: 0; background: rgba(0,0,0,0.6); }
	.featured-comments { color: #222; }
	#featured-textcontainer { bottom: 0; background: rgba(0,0,0,0.6); }
	.featured-title { font-size: 16px; }

	#home-map-container	{ height: 320px; }

	#wrapper, .apb-wrapper-outer, .afx-row { width: 100%; }
	#sub-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }
	#full-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }

	.sidebar-container { display: none; }

	#home-post-container-column { max-width: none; width: 96%; margin-left: 2%;
		margin-right: 2%; }
	#home-post-container-column #home-post-readmore { margin-left: 41%; }

	#home-post-date { }
	#home-post-title { }
	#home-post-thumbnail img { min-width: 100%; min-height: 360px; height: auto; }
	#home-post-excerpt { width: 96%; max-width: none; margin-right: 2%; margin-left: 2%;
		float: left; clear: both; }

	.newline { display: block; }

	.pb-map-info-single { width: 50%; margin: 20px 25%; }

	.pagination { margin: 0 0 0 20%; }

	#wrapper.woocommerce { max-width: 100%; }
	#wrapper-inner.woocommerce { width: 90%; max-width: 100%; margin-right: 5%; margin-left: 5%; }
	.woocommerce #container { max-width: 100%; }

	#back-to-top { background-position: center bottom; }
	#footer-container { width: 640px; }
	#footer-2 { margin-left: 40px; }
	#footer-3 { display: none; }
	.footer-copyright-container { text-align: center !important; }
	.footer-copyright-container span { margin-left: 0 !important; float: none !important; }
	.footer-menu { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape)
{
	html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
	body { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
	#nav-menu ul li a { font-size: 12px; padding: 0 10px !important; }

	#header-three { left: 0; margin: 0; }
	.header-search { left: 0; margin: 0; }

	.pb-slider-title { font-size: 32px !important; }
	.pb-slider-subtitle { font-size: 32px !important; }

	#featured-subcontainer-1,
	#featured-subcontainer-3 { width: 33.3% }
	#featured-subcontainer-2 { width: 33.4% }
	#featured-subcontainer-4 { display: none; }
	.featured-before { top: 0; background: rgba(0,0,0,0.6); }
	.featured-comments { color: #222; }
	#featured-textcontainer { bottom: 0; background: rgba(0,0,0,0.6); }
	.featured-title { font-size: 16px; }

	#wrapper, .apb-wrapper-outer, .afx-row { width: 100%; }
	#sub-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }
	#full-wrapper { width: 90%; margin-right: 5% !important; margin-left: 5% !important; }

	.sidebar-container { display: none; }

	#home-post-container-column { max-width: none; width: 96%; margin-left: 2%;
		margin-right: 2%; }
	#home-post-container-column #home-post-readmore { margin-left: 41%; }

	#home-post-date { }
	#home-post-title { }
	#home-post-thumbnail img { min-width: 100%; min-height: 360px; height: auto; }
	#home-post-excerpt { width: 96%; max-width: none; margin-right: 2%; margin-left: 2%;
		float: left; clear: both; }

	.pb-module-title,
	.pb-module-innertitle { font-size: 24px; }

	.pb-map-info-single { width: 25.33%; margin: 0 4%; }
	.pb-map-info-icon { width: 25%; }
	.pb-map-info-title,
	.pb-map-info-text { width: 75%; }

	.pb-text-strip { width: 100%; font-size: 20px; }

	.pb-button-strip-text { font-size: 20px; }

	.pb-window-text { font-size: 18px; }

	.pb-parallax-box-title { font-size: 14px; }
	.pb-parallax-box-text { font-size: 12px; }

	.pb-promo-title { width: 75%; font-size: auto; }
	.pb-promo-text { width: 75%; font-size: 12px; }

	.pb-staff-title { font-size: 28px; }
	.pb-staff-text { font-size: 12px; }

	.pb-bullet-box-title { width: 65%; font-size: auto; }
	.pb-bullet-box-text { width: 65%; font-size: 12px; }

	.pb-circle-box-title { font-size: auto; }
	.pb-circle-box-text { font-size: 12px; }

	.shortcode-skillbar-label { font-size: 11px; }

	.pagination { margin: 0 0 0 20%; }

	#wrapper.woocommerce { max-width: 100%; }
	#wrapper-inner.woocommerce { width: 90%; max-width: 100%; margin-right: 5%; margin-left: 5%; }
	.woocommerce #container { max-width: 100%; }

	#back-to-top { background-position: center bottom; }
	#footer-container { width: 640px; }
	#footer-2 { margin-left: 40px; }
	#footer-3 { display: none; }
	.footer-copyright-container span { font-size: 12px; }
	.footer-menu ul li { font-size: 12px; }
	.footer-menu ul li a { font-size: 12px; padding: 0 10px !important; }
}

@media only screen and (min-width: 1024px) and (max-width: 1190px)
{
	.afx-wrapper, .afx-wrapper-inner, .afx-header-body.sticky { max-width: 1000px; }
	.af-rd-boxed { max-width: 1000px; }

	.megamenu-1-wrapper,
	.megamenu-2-wrapper,
	.megamenu-3-wrapper,
	.megamenu-4-wrapper,
	.megamenu-5-wrapper,
	.megamenu-6-wrapper,
	.megamenu-7-wrapper,
	.megamenu-8-wrapper,
	.megamenu-9-wrapper { width: 960px; margin: 0 0 0 -500px; }

	.flexslider { width: 1000px; }

	#wrapper { width: 100%; max-width: 1000px; }
	.apb-wrapper-outer { width: 100%; }
	#sub-wrapper { max-width: 630px; margin: 0 0 0 20px; }

	#home-post-container-column { max-width: 470px; margin: 0 0 60px 20px; }
	#home-post-container { max-width: 960px; }
	#home-post-thumbnail img { min-width: 100%; min-height: 360px; height: auto; }

	.pagination { margin: 0 0 0 32%; }

	#comment-box { width: 610px; padding-right: 0; }
	#comment-contentbox { width: 490px; }

	.sidebar { width: 300px; margin: 0px 20px 20px 0px; }
	.sidebar-container { margin: 0px 0px 0px 0px; }

	#wrapper.woocommerce { max-width: 1000px; }
	#wrapper-inner.woocommerce { max-width: 960px; }
	.woocommerce #container { max-width: 630px; }

	#footer-container { width: 1000px; }
	#footer-1 { margin-left: 25px; }
	#footer-2 { margin-left: 25px; }
	#footer-3 { margin-left: 25px; }
}

@media screen and (min-width: 1024px) and (max-width: 9999px)
{
	.afx-header-module-menu > ul li:last-child ul
	{
		right: 0;
		left: auto;
	}
	.afx-header-module-menu > ul li:last-child ul li ul
	{
		right: 240px;
		left: auto;
	}
	.afx-header-module-menu > ul li:nth-last-child(2) ul
	{
		right: -100px;
		left: auto;
	}
	.afx-header-module-menu > ul li:nth-last-child(2) ul li ul
	{
		right: 240px;
		left: auto;
	}
	.afx-header-module-menu > ul li:nth-last-child(3) ul li ul
	{
		left: -240px;
	}
}



/***** MX ANIMATIONS ENGINE *****/

.cssanim-top {
	opacity: 0;
	transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
}
.cssanim-top-done {
	opacity: 1 !important;
	transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	transition: 0.6s ease;
	z-index: 9 !important;
	position: relative !important;
}

.cssanim-right {
	opacity: 0;
	transform: translateX(60px);
	-ms-transform: translateX(60px);
	-webkit-transform: translateX(60px);
}
.cssanim-right-done {
	opacity: 1 !important;
	transform: translateX(0px) !important;
	-ms-transform: translateX(0px) !important;
	-webkit-transform: translateX(0px) !important;
	transition: 0.6s ease;
	z-index: 9 !important;
	position: relative !important;
}

.cssanim-bottom {
	opacity: 0;
	transform: translateY(60px);
	-ms-transform: translateY(60px);
	-webkit-transform: translateY(60px);
}
.cssanim-bottom-done {
	opacity: 1 !important;
	transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	transition: 0.6s ease;
	z-index: 9 !important;
	position: relative !important;
}

.cssanim-left {
	opacity: 0;
	transform: translateX(-60px);
	-ms-transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
}
.cssanim-left-done {
	opacity: 1 !important;
	transform: translateX(0px) !important;
	-ms-transform: translateX(0px) !important;
	-webkit-transform: translateX(0px) !important;
	transition: 0.6s ease;
	z-index: 9 !important;
	position: relative !important;
}

.shortcode-skillbar-bar.cssanim-skillbar {
	width: 0 !important;
	transition: 1s ease;
}



/***** SKY IS THE LIMIT *****/