/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - Blog
 * 5.0 - Widget
 * 6.0 - Responsive
 * 7.0 - Plugins
 * 	   	- mmenu
 *		- superfish
 */

/**
 * 1.0 - Reset
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote,
q {
	quotes: none;
}

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

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title],
dfn[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type=submit],
input[type=button],
button {
	margin: 0;
	padding: 0;
}

input,
select,
a img {
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

/* generic class */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	word-break: break-word;
}

p {
	margin-bottom: 20px;
}

ul,
ol {
	margin-left: 35px;
	margin-bottom: 20px;
}

dl {
	margin-bottom: 20px;
}

dl dt {
	font-weight: 700;
	margin-top: 10px;
}

dl dt:first-child {
	margin-top: 0px;
}

dl dd {
	margin-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-bottom: 20px;
}

figure {
	max-width: 100%;
}

pre {
	overflow: auto;
	padding: 10px 10px;
	background: #f3f3f3;
	margin-bottom: 20px;
}

ul,
ol {
	margin-left: 25px;
}

ul li,
ol li {
	margin-bottom: 9px;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0px;
	margin-top: 9px;
}

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* wordpress core */

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

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

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

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

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

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

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

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

.wp-caption {
	text-align: center;
	max-width: 100%;
	margin-bottom: 40px;
}

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

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

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

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

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

figcaption.wp-caption-text {
	margin-top: 7px;
	font-size: 16px;
	font-style: italic;
}

.bypostauthor {
	max-width: 100%;
}

.gallery-caption {
	max-width: 100%;
}

.sticky {
	max-width: 100%;
}

.akea-align-left {
	text-align: left;
}

.akea-align-center {
	text-align: center;
}

.akea-align-right {
	text-align: right;
}

.single-format-gallery figcaption.wp-caption-text {
	margin-bottom: 20px;
}

.single-format-gallery figure.gallery-item {
	margin-bottom: 20px;
}

.navigation {
	text-align: right;
	margin-bottom: 30px;
}

.navigation .screen-reader-text {
	display: none;
}

.post-password-form input[type="password"] {
	padding: 14px 20px;
	margin-left: 5px;
	margin-right: 6px;
}

body .page-links>a,
body .nav-links>a,
body .nav-links>span.dots {
	background-color: #f0f0f0;
	color: #919191;
}

body .page-links>span,
body .page-links>a:hover,
body .nav-links>span.current,
body .nav-links>a:hover {
	background-color: #3db166;
	color: #fff;
}

.page-links {
	clear: left;
	margin-top: 40px;
}

.page-links>span,
.page-links>a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 9px 14px;
	margin-right: 7px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nav-links {
	clear: left;
}

.nav-links>span,
.nav-links>a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 9px 14px;
	margin-right: 3px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gallery {
	margin-left: -7px;
	margin-right: -7px;
}

.gallery:after {
	content: " ";
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}

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

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

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

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

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

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

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

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

.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-image .alignright {
	margin: 35px 0 20px 45px;
}

.wp-block-image .alignleft {
	margin: 35px 45px 20px 0;
}

.wp-block-image figcaption {
	font-size: 16px;
}

.wp-block-gallery {
	margin-top: 50px;
	margin-bottom: 40px;
}

.akea-sidebar-style-none .akea-single-article-content .wp-block-image figure.aligncenter {
	margin-bottom: 25px;
}

/* layout */

.akea-body-outer-wrapper {
	position: relative;
	overflow: hidden;
}

.akea-body-wrapper.akea-with-frame {
	position: relative;
}

.akea-page-wrapper {
	clear: both;
}

body.akea-boxed .akea-body-wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

body.akea-boxed .akea-body-wrapper.akea-left {
	margin-left: 0px;
}

body.akea-boxed .akea-body-wrapper.akea-right {
	margin-right: 0px;
}

body.akea-boxed.akea-boxed-border .akea-body-wrapper {
	box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
}

body.akea-boxed.akea-background-pattern {
	background-position: center;
	background-repeat: repeat;
}

.akea-body-background {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-size: cover;
}

.akea-container {
	margin-left: auto;
	margin-right: auto;
}

.akea-column-10 {
	float: left;
	width: 16.6666%;
}

.akea-column-12 {
	float: left;
	width: 20%;
}

.akea-column-15 {
	float: left;
	width: 25%;
}

.akea-column-20 {
	float: left;
	width: 33.3333%;
}

.akea-column-24 {
	float: left;
	width: 40%;
}

.akea-column-30 {
	float: left;
	width: 50%;
}

.akea-column-36 {
	float: left;
	width: 60%;
}

.akea-column-40 {
	float: left;
	width: 66.6666%;
}

.akea-column-45 {
	float: left;
	width: 75%;
}

.akea-column-48 {
	float: left;
	width: 80%;
}

.akea-column-50 {
	float: left;
	width: 83.3333%;
}

.akea-column-60 {
	float: left;
	width: 100%;
}

.akea-sidebar-right {
	float: right;
}

.akea-sidebar-center {
	float: none;
	display: inline-block;
	max-width: 100%;
}

.akea-content-area {
	padding-top: 60px;
	padding-bottom: 40px;
}

.akea-sidebar-area {
	padding-top: 60px;
}

.akea-line-height-0 {
	line-height: 0;
}

a,
button {
	text-decoration: none;
	transition: background 300ms, color 300ms, border-color 300ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

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

blockquote {
	quotes: none;
	padding: 30px 30px 15px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 23px;
	font-style: italic;
	margin-top: 35px;
	border-left-width: 2px;
	border-left-style: solid;
}

.akea-blockquote-style-2 blockquote {
	font-size: 20px;
	font-weight: 800;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 0px;
	font-style: normal;
	padding-bottom: 10px;
	border-left-width: 4px;
}

.akea-blockquote-style-2 blockquote p {
	margin-bottom: 0px;
}

q {
	margin-right: 15px;
	display: inline-block;
	padding: 10px 20px;
	vertical-align: middle;
	border-left-width: 2px;
	border-left-style: solid;
}

.akea-media-image {
	line-height: 0;
	position: relative;
}

.akea-left-align {
	text-align: left;
}

.akea-center-align {
	text-align: center;
}

.akea-right-align {
	text-align: right;
}

.akea-body-wrapper {
	/* overflow: hidden; */
	z-index: 1;
	position: relative;
}

/* input */

input,
textarea {
	border-width: 1px 1px 2px 1px;
	border-style: solid;
}

input:focus,
textarea:focus {
	outline: none;
}

/* button */

.akea-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 15px 33px;
	display: inline-block;
	-webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	transition: background 300ms, color 300ms, border-color 300ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
	outline: none;
}

/**
 * 2.0 - Header
 */

/* preload */

.akea-page-preload {
	position: fixed;
	z-index: 999999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	background-image: url('../images/preload.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.akea-page-preload.akea-out {
	background-image: none;
}

/* top bar */

.akea-top-bar {
	position: relative;
	border-bottom-style: solid;
}

.akea-top-bar-background {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.akea-top-bar-container {
	margin-left: auto;
	margin-right: auto;
}

.akea-top-bar-container-inner {
	position: relative;
}

.akea-top-bar-left {
	float: left;
}

.akea-top-bar-right {
	float: right;
}

.akea-top-bar-right-text {
	display: inline;
}

.akea-top-bar-right-social {
	display: inline;
	margin-left: 10px;
}

.akea-top-bar-right-social a {
	margin-left: 25px;
}

.akea-main-menu-left-social a {
	margin-right: 25px;
}

.akea-center-menu-right-social {
	float: left;
	margin-top: -5px;
}

.akea-center-menu-right-social a {
	margin-left: 25px;
}

/* top bar menu */

.akea-top-bar .akea-top-bar-menu {
	display: inline-block;
	margin-right: 23px;
	margin-bottom: 0px;
}

.akea-top-bar .akea-top-bar-menu>li {
	float: none;
	display: inline-block;
}

.akea-top-bar .akea-top-bar-menu>li>a {
	display: inline;
	margin-right: 16px;
}

.sf-menu.akea-top-bar-menu>.akea-normal-menu ul {
	margin-left: 0px;
	font-size: 13px;
}

.sf-menu.akea-top-bar-menu>.akea-normal-menu:first-child ul {
	margin-left: -17px;
}

.sf-menu.akea-top-bar-menu>.akea-normal-menu ul li {
	padding: 0px 18px 10px;
}

.sf-menu.akea-top-bar-menu>.akea-normal-menu ul li:first-child {
	padding-top: 10px;
}

.sf-menu.akea-top-bar-menu>.akea-normal-menu ul li>a {
	background: transparent;
}

.sf-menu.akea-top-bar-menu>.akea-normal-menu ul li>a:after {
	margin-left: 10px;
}

.sf-menu.akea-top-bar-menu>.akea-mega-menu .sf-mega-full {
	left: 0px;
	right: 0px;
	padding-top: 18px;
	padding-bottom: 8px;
}

.sf-menu.akea-top-bar-menu>.akea-mega-menu .sf-mega-section-inner ul {
	font-size: 13px;
}

.sf-menu.akea-top-bar-menu>.akea-mega-menu .sf-mega-section-inner ul li {
	padding: 0px 18px 10px;
}

/* mobile menu */

.akea-mm-menu-wrap {
	display: none;
}

.admin-bar .mm-menu {
	margin-top: 32px;
}

.akea-mobile-button-hamburger-with-border {
	font-size: 16px;
	padding: 6px;
	line-height: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.akea-right-menu-button {
	display: inline-block;
	margin-left: 27px;
}

.akea-mobile-menu {
	float: left;
	margin-top: -8px;
	margin-left: 30px;
}

.akea-mobile-menu-right {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
}

.akea-mobile-menu-left {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -9px;
}

.akea-mobile-menu-left .akea-mobile-menu {
	margin-left: 0px;
}

.akea-mobile-header .akea-mobile-logo-center .akea-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

/* hamburger */

.akea-mobile-button-hamburger {
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
}

.akea-mobile-button-hamburger:before,
.akea-mobile-button-hamburger:after,
.akea-mobile-button-hamburger span {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	position: absolute;
	left: 5px;
}

.akea-mobile-button-hamburger:before {
	top: 8px;
}

.akea-mobile-button-hamburger span {
	top: 15px;
}

.akea-mobile-button-hamburger:after {
	top: 22px;
}

.akea-mobile-button-hamburger:before {
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.akea-mobile-button-hamburger span {
	transition: opacity 0.15s 0.4s ease;
}

.akea-mobile-button-hamburger:after {
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.akea-mobile-button-hamburger.akea-active:before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
	transform: translate3d(0, 7px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.akea-mobile-button-hamburger.akea-active span {
	transition-delay: 0s;
	opacity: 0;
}

.akea-mobile-button-hamburger.akea-active:after {
	transition-delay: 0.1s;
	-webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
	transform: translate3d(0, -7px, 0) rotate(-135deg);
}

/* navigation menu */

.akea-navigation .sf-menu {
	display: inline-block;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 0px;
}

.akea-navigation .sf-menu>li:first-child {
	padding-left: 0px;
}

.akea-navigation .sf-menu>li:last-child {
	padding-right: 0px;
}

.akea-navigation .sf-menu>li>a {
	letter-spacing: 0.5px;
}

.akea-navigation-submenu-indicator .sf-menu>li>a.sf-with-ul-pre:after {
	display: inline-block;
	margin-left: 13px;
	content: "\f107";
	font-family: fontAwesome;
}

.akea-navigation .sf-menu>.akea-normal-menu li {
	padding: 1px 11px;
	margin-bottom: 0px;
}

.akea-navigation .sf-menu>.akea-normal-menu li:first-child {
	padding-top: 12px;
}

.akea-navigation .sf-menu>.akea-normal-menu li:last-child {
	padding-bottom: 12px;
}

.akea-navigation .sf-menu>.akea-normal-menu li li {
	/* padding-left: 0; */
}

.akea-navigation .sf-menu>.akea-normal-menu li>a {
	display: block;
	padding: 6px 30px 6px 12px;
	position: relative;
}

.akea-navigation .sf-menu>.akea-normal-menu li>a.sf-with-ul-pre:after {
	position: absolute;
	right: 10px;
	content: "\f105";
	font-family: fontAwesome;
}

.akea-navigation .sf-menu>.akea-normal-menu .sub-menu {
	font-size: 14px;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-full {
	left: 0px;
	right: 0px;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section-wrap {
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section-wrap:first-child {
	border-top: none;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section {
	padding-bottom: 999px;
	margin-bottom: -999px;
	border-left-width: 1px;
	border-left-style: solid;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section:first-child {
	border-left: none;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section-inner {
	padding: 31px 28px;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section-inner>a {
	font-size: 15px;
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px 12px;
}

.akea-navigation .sf-menu>.akea-mega-menu .sf-mega-section-inner .sub-menu a {
	font-size: 14px;
	padding: 5px 12px;
	display: block;
}

.akea-navigation .akea-navigation-slide-bar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	position: absolute;
	display: none;
	overflow: hidden;
	margin-top: -11px;
}

.akea-navigation .sf-menu a i {
	margin-right: 10px;
}

.akea-navigation .sf-vertical>li {
	margin-bottom: 0px;
}

.akea-navigation .sf-vertical>li:first-child {
	padding-top: 0px;
}

.akea-navigation .sf-vertical>li>a {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
}

.akea-navigation .sf-vertical ul.sub-menu {
	font-size: 14px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.akea-navigation .sf-vertical ul.sub-menu li {
	padding: 2px 11px;
	margin-bottom: 0px;
}

.akea-navigation .sf-vertical ul.sub-menu li:first-child {
	padding-top: 20px;
}

.akea-navigation .sf-vertical ul.sub-menu li:last-child {
	padding-bottom: 20px;
}

.akea-navigation .sf-vertical ul.sub-menu li>a {
	display: block;
	padding: 4px 12px;
}

.akea-navigation .sf-vertical ul.sub-menu li>a.sf-with-ul:after,
.akea-navigation-submenu-indicator .sf-vertical>li>a.sf-with-ul:after {
	float: right;
	margin-left: 18px;
	content: "\f105";
	font-family: fontAwesome;
}

/* bullet anchor */

.akea-bullet-anchor {
	position: fixed;
	top: 50%;
	right: 30px;
	margin-top: -50px;
	z-index: 10;
	opacity: 0;
	transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

.akea-bullet-anchor.akea-init {
	opacity: 1;
}

.akea-bullet-anchor a {
	display: block;
	width: 17px;
	height: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.akea-bullet-anchor a:before {
	content: " ";
	width: 9px;
	height: 9px;
	margin: 3px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	-webkit-transition: background-color 200ms;
}

/* breadcrumbs */

.akea-breadcrumbs a {
	color: #c0c0c0;
}

.akea-breadcrumbs,
.akea-breadcrumbs a:hover {
	color: #777;
}

.akea-breadcrumbs {
	font-size: 14px;
	padding: 17px 0px;
}

.akea-breadcrumbs-item>span {
	margin: 0px 15px;
}

.akea-breadcrumbs-item>span:first-child {
	margin-left: 0px;
}

.akea-breadcrumbs a span {
	transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-webkit-transition: color 200ms;
}

.akea-with-zilla-likes+.akea-breadcrumbs {
	padding-top: 60px;
	padding-bottom: 0px;
	margin-bottom: -40px;
}

.akea-body.single-post .akea-single-article-content .akea-breadcrumbs {
	padding-top: 0px;
	margin-bottom: 22px;
}

/* top search */

.akea-top-search-wrap input.search-field {
	border-bottom-color: #303030;
	color: #fff;
}

.akea-top-search-wrap .akea-top-search-submit,
.akea-top-search-wrap .akea-top-search-close {
	color: #fff;
}

.akea-top-search-wrap input::-webkit-input-placeholder {
	color: #fff;
}

.akea-top-search-wrap input::-moz-placeholder {
	color: #fff;
}

.akea-top-search-wrap input:-ms-input-placeholder {
	color: #fff;
}

.akea-top-search-wrap input:-moz-placeholder {
	color: #fff;
}

.akea-top-search-row {
	display: table;
	width: 100%;
	height: 100%;
}

.akea-top-search-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.akea-top-search-wrap {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}

.akea-top-search-wrap form {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.akea-top-search-wrap input.search-field {
	background: transparent;
	width: 100%;
	border-width: 0px 0px 3px;
	font-size: 40px;
	padding: 0px 120px 25px 0px;
	line-height: 48px;
	letter-spacing: 0.5px;
}

.akea-top-search-wrap input.search-submit {
	position: absolute;
	top: 0px;
	right: 52px;
	width: 48px;
	height: 48px;
	padding: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.akea-top-search-wrap .akea-top-search-submit {
	font-size: 30px;
	position: absolute;
	right: 52px;
	top: 0px;
	line-height: 48px;
	width: 48px;
	text-align: center;
}

.akea-top-search-wrap .akea-top-search-close {
	font-size: 55px;
	position: absolute;
	right: 0px;
	top: -4px;
	line-height: 48px;
	width: 48px;
	text-align: center;
	cursor: pointer;
}

/* overlay menu */

.akea-overlay-menu-row {
	display: table;
	width: 100%;
	height: 100%;
}

.akea-overlay-menu-cell {
	display: table-cell;
	vertical-align: middle;
}

.akea-overlay-menu-content {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}

.akea-overlay-menu-content ul.menu {
	list-style: none;
	text-align: center;
	padding-top: 180px;
	padding-bottom: 140px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.akea-overlay-menu-content ul.menu>li {
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	margin-bottom: 17px;
	padding-bottom: 17px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	transition: opacity 300ms, transform 300ms;
	-moz-transition: opacity 300ms, -moz-transform 300ms;
	-o-transition: opacity 300ms, -o-transform 300ms;
	-webkit-transition: opacity 300ms, -webkit-transform 300ms;
}

.akea-overlay-menu-content.akea-active ul.menu>li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	transform: none;
}

.akea-overlay-menu-content ul.sub-menu {
	display: none;
	padding-top: 25px;
	padding-bottom: 10px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.akea-overlay-menu-content ul.sub-menu>li {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 15px;
}

.akea-overlay-menu-content ul.sub-menu ul.sub-menu {
	max-width: 380px;
	margin: 25px auto 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
}

.akea-overlay-menu-content .akea-overlay-menu-close {
	line-height: 1;
	font-size: 48px;
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -24px;
	cursor: pointer;
}

.akea-overlay-menu-content .akea-overlay-menu-close:after {
	content: "\4d";
	font-family: elegantIcons;
}

.akea-overlay-menu-content ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: "fontAwesome";
	margin-left: 15px;
}

body.admin-bar .akea-overlay-menu-content {
	margin-top: 32px;
	overflow-y: scroll;
}

/* menu right area */

.akea-main-menu-right-button {
	float: left;
	padding: 8px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -11px;
	margin-left: 30px;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
}

.akea-main-menu-right-button.akea-style-round {
	padding: 13px 21px 14px;
	margin-top: -14px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.akea-main-menu-right-button.akea-style-round-with-shadow {
	padding: 13px 21px 14px;
	margin-top: -14px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.akea-main-menu-right {
	float: left;
	margin-top: -8px;
}

.akea-main-menu-search {
	float: left;
	margin-top: -5px;
	margin-left: 25px;
}

.akea-main-menu-search i {
	font-size: 14px;
	margin-top: -1px;
	cursor: pointer;
}

.akea-main-menu-cart {
	float: left;
	margin-top: -4px;
	padding-left: 20px;
	margin-left: 5px;
	position: relative;
}

.akea-main-menu-cart i {
	font-size: 16px;
	margin-top: -1px;
	cursor: pointer;
}

.akea-main-menu-cart>.akea-top-cart-count {
	font-size: 10px;
	font-weight: 700;
	vertical-align: super;
	width: 16px;
	height: 16px;
	line-height: 15px;
	position: absolute;
	top: -5px;
	right: -8px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.akea-top-cart-content-wrap {
	position: absolute;
	width: 210px;
	right: -20px;
	top: 100%;
	padding-top: 24px;
	z-index: 99;
}

.akea-top-cart-content-wrap .akea-top-cart-content {
	padding: 30px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
}

.akea-top-cart-content-wrap .woocommerce-Price-amount.amount {
	float: none;
}

.akea-top-cart-content-wrap .akea-top-cart-count-wrap {
	margin-bottom: 2px;
}

.akea-top-cart-content-wrap .akea-top-cart-amount-wrap {
	margin-bottom: 14px;
}

.akea-top-cart-content-wrap .akea-top-cart-button {
	display: block;
	margin-bottom: 0px;
}

.akea-top-cart-content-wrap .akea-top-cart-checkout-button {
	display: block;
}

.akea-main-menu-cart .akea-top-cart-hover-area {
	position: absolute;
	top: -20px;
	right: 0px;
	bottom: -20px;
	left: 0px;
}

.akea-top-cart-hover-area+.akea-top-cart-content-wrap {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 15px, 0);
	-webkit-transform: translate3d(0, 15px, 0);
	transition: opacity 400ms, transform 400ms;
	-moz-transition: opacity 400ms, -moz-transform 400ms;
	-o-transition: opacity 400ms, -o-transform 400ms;
	-webkit-transition: opacity 400ms, -webkit-transform 400ms;
}

.akea-main-menu-cart:hover .akea-top-cart-content-wrap,
.akea-top-cart-hover-area:hover+.akea-top-cart-content-wrap {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
}

/* header */

.akea-logo {
	position: relative;
}

.akea-header-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.akea-header-container-inner {
	position: relative;
}

/* header plain */

.akea-header-style-plain {
	position: relative;
	border-bottom-style: solid;
}

.akea-header-style-plain .akea-navigation {
	line-height: 0;
}

.akea-header-style-plain .akea-header-background {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.akea-header-background-transparent {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.akea-header-style-plain.akea-style-menu-right .akea-logo {
	float: left;
}

.akea-header-style-plain.akea-style-menu-right .akea-navigation {
	float: right;
}

.akea-header-style-plain.akea-style-menu-right .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-plain.akea-style-menu-right .akea-main-menu-right-wrap {
	display: inline-block;
	line-height: 1.7;
	margin-left: 10px;
	vertical-align: top;
}

.akea-header-style-plain.akea-style-center-logo .akea-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

.akea-header-style-plain.akea-style-center-logo .akea-navigation {
	text-align: center;
	position: relative;
}

.akea-header-style-plain.akea-style-center-logo .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-plain.akea-style-center-logo .akea-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.akea-header-style-plain.akea-style-center-menu .akea-logo {
	position: absolute;
}

.akea-header-style-plain.akea-style-center-menu .akea-navigation {
	text-align: center;
}

.akea-header-style-plain.akea-style-center-menu .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-plain.akea-style-center-menu .akea-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.akea-header-style-plain.akea-style-center-menu .akea-main-menu-search {
	margin-left: 34px;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-logo {
	padding-bottom: 0px;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-logo-inner {
	margin: 0px auto;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-navigation {
	text-align: center;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-main-menu-left-wrap {
	position: absolute;
	left: 0px;
	line-height: 1.7;
}

.akea-header-style-plain.akea-style-splitted-menu .akea-right-menu-button {
	margin-left: 0px;
}

/* header box */

.akea-header-boxed-wrap {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.akea-header-style-boxed .akea-header-container-item {
	position: relative;
}

.akea-header-style-boxed .akea-navigation {
	line-height: 0;
}

.akea-header-style-boxed .akea-header-background {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.akea-header-style-boxed.akea-style-menu-right .akea-logo {
	float: left;
}

.akea-header-style-boxed.akea-style-menu-right .akea-navigation {
	float: right;
}

.akea-header-style-boxed.akea-style-menu-right .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-boxed.akea-style-menu-right .akea-main-menu-right-wrap {
	display: inline-block;
	line-height: 1.7;
	margin-left: 10px;
	vertical-align: top;
}

.akea-header-style-boxed.akea-style-center-menu .akea-logo {
	position: absolute;
}

.akea-header-style-boxed.akea-style-center-menu .akea-navigation {
	text-align: center;
}

.akea-header-style-boxed.akea-style-center-menu .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-boxed.akea-style-center-menu .akea-main-menu-right-wrap {
	position: absolute;
	line-height: 1.7;
}

.akea-header-style-boxed.akea-style-splitted-menu .akea-logo {
	padding-top: 0px;
	padding-bottom: 0px;
}

.akea-header-style-boxed.akea-style-splitted-menu .akea-navigation {
	text-align: center;
}

.akea-header-style-boxed.akea-style-splitted-menu .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-header-style-boxed.akea-style-splitted-menu .akea-main-menu-right-wrap {
	position: absolute;
	line-height: 1.7;
}

.akea-header-style-boxed.akea-style-splitted-menu .akea-main-menu-left-wrap {
	position: absolute;
	line-height: 1.7;
}

.akea-header-style-boxed.akea-style-splitted-menu .akea-right-menu-button {
	margin-left: 0px;
}

/* header bar */

.akea-header-style-bar .akea-logo {
	float: left;
}

.akea-header-style-bar .akea-logo-right-text {
	float: right;
	text-align: right;
	font-size: 13px;
}

.akea-header-style-bar .akea-header-container-inner {
	position: relative;
}

.akea-navigation-bar-wrap {
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
}

.akea-navigation-bar-wrap.akea-style-transparent {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.akea-navigation-bar-wrap .akea-navigation {
	line-height: 0;
	position: relative;
}

.akea-navigation-bar-wrap .akea-navigation-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.akea-navigation-bar-wrap .akea-navigation-container {
	position: relative;
}

.akea-navigation-bar-wrap .akea-main-menu {
	display: inline-block;
	vertical-align: top;
}

.akea-navigation-bar-wrap.akea-style-left .akea-main-menu-right-wrap {
	float: right;
	line-height: 1.7;
	margin-left: 10px;
}

.akea-navigation-bar-wrap.akea-style-center {
	text-align: center;
}

.akea-navigation-bar-wrap.akea-style-center .akea-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.akea-header-style-bar.akea-style-center .akea-logo {
	float: none;
}

.akea-header-style-bar.akea-style-center .akea-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

.akea-header-style-bar.akea-style-center .akea-logo-right-text {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* header side */

.akea-header-side-content {
	position: relative;
	z-index: 98;
}

.akea-header-side-nav {
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: 99;
}

.akea-header-side-nav.akea-allow-slide {
	position: absolute;
	bottom: auto;
}

.akea-header-side-nav.akea-fix-bottom {
	position: fixed;
	top: auto;
	bottom: 0px;
}

.akea-header-side-nav.akea-fix-top {
	position: fixed;
}

.akea-header-side-nav.akea-style-left {
	left: 0px;
}

.akea-header-side-nav.akea-style-right {
	right: 0px;
}

.akea-header-side-nav .akea-pos-bottom,
.akea-header-side-nav.akea-style-middle .akea-pos-middle {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.akea-header-side-nav .akea-pos-bottom.akea-active,
.akea-header-side-nav.akea-style-middle .akea-pos-middle.akea-active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.akea-header-side-nav.akea-style-side .akea-header-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.akea-header-side-nav.akea-style-side .akea-header-social a {
	margin-left: 25px;
}

.akea-header-side-nav.akea-style-side .akea-header-social a:first-child {
	margin-left: 0px;
}

.akea-header-side-nav.akea-style-side .akea-header-social-dividier {
	width: 0px;
	margin: 20px auto;
	height: 15px;
	border-left-width: 1px;
	border-left-style: solid;
}

.akea-header-side-nav.akea-style-side .akea-main-menu-right-wrap {
	padding-top: 22px;
}

.akea-header-side-nav.akea-style-side .akea-main-menu-search {
	float: none;
	display: inline-block;
	margin-top: 0px;
	margin-left: 20px;
}

.akea-header-side-nav.akea-style-side .akea-main-menu-cart {
	float: none;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
}

.akea-header-side-nav.akea-style-side .akea-main-menu-right-wrap>div:first-child {
	margin-left: 0px;
}

.akea-header-side-nav.akea-style-left .sf-vertical ul.sub-menu {
	text-align: left;
	margin-left: 0px;
}

.akea-header-side-nav.akea-style-right .sf-vertical ul.sub-menu {
	left: auto;
	right: 100%;
	text-align: right;
}

.akea-header-side-nav.akea-style-right .sf-vertical ul.sub-menu li>a.sf-with-ul:after {
	content: "\f104";
	float: left;
	margin-left: 0px;
	margin-right: 18px;
}

.akea-header-style-side.akea-center-align .akea-logo-inner {
	margin-right: auto;
	margin-left: auto;
}

.akea-header-style-side.akea-right-align .akea-logo-inner {
	margin-right: 0px;
	margin-left: auto;
}

.akea-header-side-nav.akea-style-side-toggle {
	text-align: center;
}

.akea-header-side-nav.akea-style-side-toggle .akea-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

.akea-header-side-nav.akea-style-side-toggle .akea-main-menu-search,
.akea-header-side-nav.akea-style-side-toggle .akea-main-menu-cart {
	float: none;
	margin-bottom: 8px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.akea-header-side-nav.akea-style-side-toggle .akea-header-icon {
	padding-bottom: 20px;
	padding-top: 30px;
}

body.admin-bar .akea-header-side-nav {
	padding-top: 32px;
}

html.mm-opened body.admin-bar .akea-header-side-nav {
	padding-top: 0px;
}

.akea-header-style-side .akea-top-cart-content-wrap {
	right: auto;
	left: 34px;
	bottom: 6px;
	top: auto;
}

/* fixed nav bar */

.akea-logo-inner {
	transition: max-width 200ms;
	-moz-transition: max-width 200ms;
	-o-transition: max-width 200ms;
	-webkit-transition: max-width 200ms;
}

.akea-logo-inner img {
	width: 100%;
	/* for ie */
}

.akea-fixed-nav-logo {
	display: none;
}

.akea-sticky-navigation.akea-fixed-navigation .akea-fixed-nav-logo {
	display: block;
}

.akea-sticky-navigation.akea-fixed-navigation .akea-orig-logo {
	display: none;
}

.akea-sticky-navigation.akea-style-fixed .akea-logo,
.akea-sticky-navigation.akea-style-fixed .akea-navigation,
.akea-sticky-navigation.akea-style-fixed .akea-navigation .sf-menu>li>a {
	transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
}

.akea-sticky-navigation.akea-style-fixed .akea-navigation-top {
	transition: top 200ms;
	-moz-transition: top 200ms;
	-o-transition: top 200ms;
	-webkit-transition: top 200ms;
}

.akea-sticky-navigation.akea-style-fixed.akea-animate-fixed-navigation .akea-logo-inner img {
	transition: height 200ms;
	-moz-transition: height 200ms;
	-o-transition: height 200ms;
	-webkit-transition: height 200ms;
}

.akea-fixed-navigation.akea-style-fixed,
.akea-fixed-navigation.akea-style-slide {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.akea-fixed-navigation.akea-style-slide .akea-logo-inner img {
	max-height: 35px !important;
	width: auto;
}

body.akea-sticky-navigation-no-logo .akea-fixed-navigation .akea-logo {
	display: none;
}

body.akea-sticky-navigation-no-logo .akea-mobile-header.akea-fixed-navigation .akea-logo {
	display: block;
}

body.admin-bar .akea-fixed-navigation.akea-style-fixed,
body.admin-bar .akea-fixed-navigation.akea-style-slide {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .akea-fixed-navigation.akea-style-slide {
		margin-top: 0px;
	}
}

.akea-animate-fixed-navigation.akea-header-style-plain .akea-navigation-top {
	top: 30px;
}

.akea-animate-fixed-navigation.akea-header-style-plain.akea-style-splitted-menu .akea-logo {
	margin-top: -10px;
}

.akea-animate-fixed-navigation.akea-header-style-plain.akea-style-splitted-menu .akea-navigation .sf-menu>li>a {
	padding-top: 0px;
}

.akea-animate-fixed-navigation.akea-header-style-plain.akea-style-splitted-menu .akea-navigation-top {
	top: 22px;
}

.akea-animate-fixed-navigation.akea-header-style-plain.akea-style-center-logo .akea-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.akea-animate-fixed-navigation.akea-header-style-boxed.akea-style-splitted-menu .akea-logo {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.akea-animate-fixed-navigation.akea-header-style-boxed.akea-style-splitted-menu .akea-navigation .sf-menu>li>a {
	padding-top: 0px;
}

.akea-fixed-navigation .akea-above-logo {
	display: none;
}

.akea-fixed-navigation.akea-header-style-plain.akea-style-splitted-menu .akea-navigation .sf-menu>li>a {
	margin-top: 12px;
	padding-bottom: 3px;
}

.akea-animate-fixed-navigation.akea-header-style-plain.akea-style-splitted-menu .akea-navigation-top {
	top: 0px;
	margin-top: 37px;
}

.akea-animate-fixed-navigation.akea-header-style-plain.akea-style-splitted-menu .akea-main-menu-left-wrap {
	display: none;
}

/* page title */

.akea-page-title-wrap {
	background-image: url('../images/page-title-background.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.akea-page-title-wrap .akea-page-title-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.akea-page-title-wrap .akea-page-title-top-gradient {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}

.akea-page-title-wrap .akea-page-title-bottom-gradient {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.akea-page-title-wrap .akea-page-title-container {
	position: relative;
}

.akea-page-title-wrap .akea-page-title {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.akea-page-title-wrap.akea-style-small .akea-page-title {
	font-size: 37px;
	margin-bottom: 0px;
}

.akea-page-title-wrap.akea-style-small .akea-page-caption {
	font-size: 16px;
	margin-top: 13px;
}

.akea-page-title-wrap.akea-style-small .akea-page-title-content {
	padding-top: 93px;
	padding-bottom: 87px;
}

.akea-page-title-wrap.akea-style-medium .akea-page-title {
	font-size: 54px;
	margin-bottom: 0px;
}

.akea-page-title-wrap.akea-style-medium .akea-page-caption {
	font-size: 19px;
	margin-top: 13px;
}

.akea-page-title-wrap.akea-style-medium .akea-page-title-content {
	padding-top: 126px;
	padding-bottom: 116px;
}

.akea-page-title-wrap.akea-style-large .akea-page-title {
	font-size: 75px;
	margin-bottom: 0px;
}

.akea-page-title-wrap.akea-style-large .akea-page-caption {
	font-size: 25px;
	margin-top: 13px;
}

.akea-page-title-wrap.akea-style-large .akea-page-title-content {
	padding-top: 184px;
	padding-bottom: 168px;
}

.akea-page-title-wrap.akea-style-custom .akea-page-title {
	font-size: 37px;
	margin-bottom: 0px;
}

.akea-page-title-wrap.akea-style-custom .akea-page-caption {
	font-size: 16px;
}

/**
 * 3.0 - Footer
 */

/* footer */

.akea-footer-wrapper .akea-footer-container {
	overflow: hidden;
}

.akea-footer-wrapper .akea-widget-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
}

.akea-footer-wrapper .akea-widget-title .gdlr-core-flexslider-nav {
	float: right;
	margin-left: 20px;
}

.akea-footer-wrapper .widget {
	margin-bottom: 60px;
}

.akea-footer-wrapper .widget:last-child {
	margin-bottom: 0px;
}

.akea-footer-wrapper.akea-with-column-divider .akea-footer-column {
	padding-bottom: 1029px;
	margin-bottom: -1020px;
	border-left: 1px;
	border-style: solid;
	border-color: inherit;
	padding-left: 30px;
	padding-right: 30px;
}

.akea-footer-wrapper.akea-with-column-divider .akea-footer-column:first-child {
	border: none;
}

.akea-fixed-footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

body.akea-boxed .akea-fixed-footer .akea-footer-wrapper,
body.akea-boxed .akea-fixed-footer .akea-copyright-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.akea-footer-back-to-top-button {
	position: fixed;
	z-index: 9;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
	line-height: 18px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	pointer-events: none;
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.akea-footer-back-to-top-button.akea-scrolled {
	opacity: 1;
	pointer-events: auto;
}

.akea-footer-back-to-top-button.akea-with-recent-post-bar {
	margin-bottom: 90px;
}

/* footer post bar */

.akea-footer-recent-post-button {
	position: fixed;
	z-index: 9;
	left: 30px;
	bottom: 30px;
	font-size: 18px;
	line-height: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.akea-footer-recent-post-button.akea-active {
	opacity: 1;
}

.akea-footer-recent-post-bar .akea-footer-recent-post-bar-title {
	color: #000;
}

.akea-footer-recent-post-bar {
	padding: 16px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	z-index: 9;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.akea-footer-recent-post-bar.akea-hide {
	display: none;
}

.akea-footer-recent-post-bar .akea-footer-recent-post-bar-close {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 30px;
	font-size: 22px;
	cursor: pointer;
}

.akea-footer-recent-post-bar .akea-footer-recent-post-bar-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 0px;
	float: left;
	margin-right: 40px;
	letter-spacing: 2px;
}

.akea-footer-recent-post-bar .akea-recent-post-bar-wrap {
	float: left;
}

.akea-footer-recent-post-bar .akea-recent-post-bar-item {
	position: relative;
	float: left;
	margin-right: 10px;
	max-width: 45px;
	transition: margin-top 150ms;
	-moz-transition: margin-top 150ms;
	-o-transition: margin-top 150ms;
	-webkit-transition: margin-top 150ms;
}

.akea-footer-recent-post-bar .akea-recent-post-bar-item a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.akea-footer-recent-post-bar .akea-recent-post-bar-shadow {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	-webkit-transition: opacity 150ms;
}

.akea-footer-recent-post-bar .akea-recent-post-bar-item:hover {
	margin-top: -3px;
}

.akea-footer-recent-post-bar .akea-recent-post-bar-item:hover .akea-recent-post-bar-shadow {
	opacity: 1;
}

/* copyright */

.akea-footer-wrapper {
	padding-top: 70px;
	padding-bottom: 50px;
}

.akea-copyright-container {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.akea-copyright-text {
	text-align: center;
	font-size: 14px;
}

.akea-copyright-left {
	float: left;
}

.akea-copyright-right {
	float: right;
}

/**
 * 4.0 - Blog
 */

/* single */

.akea-single-article-date-wrapper {
	float: left;
	width: 58px;
	border-right-width: 1px;
	border-right-style: solid;
	line-height: 1;
	margin-top: 8px;
	margin-right: 30px;
	padding-right: 20px;
	text-align: center;
}

.akea-single-article-date-wrapper .akea-single-article-date-day {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: -4px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.akea-single-article-date-wrapper .akea-single-article-date-month {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.akea-single-article-date-wrapper .akea-single-article-date-year {
	font-size: 12px;
	margin-top: 4px;
}

.akea-single-article {
	padding-bottom: 27px;
}

.akea-single-article .akea-single-article-content ul,
.akea-single-article .akea-single-article-content ol {
	line-height: 2;
}

.akea-single-article .akea-single-article-content img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.akea-single-article .akea-single-article-thumbnail {
	margin-bottom: 50px;
}

.akea-single-article .akea-single-article-thumbnail img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.akea-single-article .akea-single-article-thumbnail.akea-media-gallery img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.akea-single-article .akea-single-article-head {
	margin-bottom: 32px;
}

.akea-single-article .akea-single-article-title {
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 18px;
}

.akea-single-article .akea-single-article-head-right {
	overflow: hidden;
}

.akea-blog-info-wrapper .akea-head {
	margin-right: 6px;
	vertical-align: middle;
}

.akea-blog-info-wrapper .akea-head i {
	font-size: 13px;
}

.akea-blog-info-wrapper .akea-blog-info {
	display: inline-block;
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.akea-blog-info-wrapper .akea-blog-info:after {
	content: " ";
	width: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline-block;
	margin-left: 14px;
	margin-bottom: 4px;
}

.akea-blog-info-wrapper .akea-blog-info:last-child {
	margin-right: 0px;
}

.akea-blog-info-wrapper .akea-blog-info:last-child:after {
	display: none;
}

.akea-blog-info-wrapper .akea-blog-info-author img {
	max-width: 36px;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: -3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.akea-blog-info-wrapper .akea-blog-info-comment-number:after {
	margin-left: 3px;
}

.akea-sticky-banner {
	line-height: 1;
	display: inline-block;
	letter-spacing: 0.5px;
	padding: 18px 20px 17px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 22px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.akea-sticky-banner i {
	font-size: 12px;
	margin-right: 10px;
}

.akea-single-article-thumbnail .akea-sticky-banner {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
}

.single-post p {
	margin-bottom: 25px;
}

body.single-post .akea-sidebar-style-none {
	margin-left: auto;
	margin-right: auto;
}

body.blog .akea-sidebar-style-none {
	margin-left: auto;
	margin-right: auto;
}

body.blog .akea-single-article {
	padding-bottom: 60px;
}

.akea-archive-taxonomy-description {
	margin-bottom: 60px;
}

/* single post format */

.akea-blog-aside-format .akea-single-article-content {
	font-size: 18px;
	font-style: italic;
	padding: 50px 60px 40px;
}

.akea-blog-aside-format .akea-excerpt-read-more {
	display: none;
}

.akea-blog-quote-format .akea-single-article-content {
	padding: 50px 45px 40px;
	position: relative;
}

.akea-blog-quote-format .akea-blog-quote-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-size: cover;
	background-position: center;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.akea-blog-quote-format .akea-blog-quote {
	float: left;
	font-size: 120px;
	margin-top: -10px;
	line-height: 1;
	margin-right: 35px;
	position: relative;
}

.akea-blog-quote-format .akea-blog-content-wrap {
	overflow: hidden;
	position: relative;
}

.akea-blog-quote-format .akea-blog-quote-content {
	font-size: 18px;
	font-style: italic;
}

.akea-blog-quote-format .akea-blog-quote-author {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: bold;
}

.akea-blog-quote-format .akea-blog-quote-author:before {
	content: "-";
	margin-right: 2px;
}

.akea-blog-quote-format .akea-excerpt-read-more {
	display: none;
}

.akea-blog-quote-format blockquote,
.akea-blog-quote-format q {
	background: transparent;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

.akea-blog-link-format .akea-blog-icon-link {
	font-size: 23px;
	float: left;
	margin-right: 30px;
	margin-top: -5px;
}

.akea-blog-link-format .akea-blog-content-wrap {
	overflow: hidden;
}

.akea-blog-link-format .akea-blog-title {
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 9px;
}

.akea-blog-link-format .akea-blog-content {
	font-size: 14px;
	margin-bottom: 0px;
}

.akea-blog-link-format .akea-excerpt-read-more {
	display: none;
}

/* single social share */

.akea-single-social-share {
	padding-top: 10px;
	padding-bottom: 48px;
}

/* single author */

.akea-single-author {
	text-align: center;
	margin-bottom: 90px;
	margin-top: 64px;
	border-top-width: 1px;
	border-top-style: solid;
}

.akea-single-author-description {
	font-size: 15px;
	font-weight: 500;
	color: #8b8b8b;
}

.akea-single-author .akea-single-author-wrap {
	max-width: 80%;
	margin: -41px auto 0px;
}

.akea-single-author .akea-single-author-avartar {
	max-width: 80px;
	margin: 0px auto 37px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.akea-single-author .akea-single-author-caption {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 9px;
	letter-spacing: 0.5px;
}

.akea-single-author .akea-single-author-title {
	font-size: 26px;
	margin-bottom: 22px;
}

/* single navigation */

.akea-single-nav-area {
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	padding: 33px 0px;
	margin-bottom: 55px;
}

.akea-single-nav .akea-text {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.akea-single-nav-left {
	float: left;
}

.akea-single-nav-right {
	float: right;
}

/* blog style 1 */

.akea-blog-style-1 .akea-single-nav-area {
	border: none;
	padding: 0px;
}

.akea-blog-style-1 .akea-single-nav-left,
.akea-blog-style-1 .akea-single-nav-right {
	max-width: 50%;
}

.akea-blog-style-1 .akea-single-nav-right {
	text-align: right;
}

.akea-blog-style-1 .akea-single-nav .akea-text {
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}

.akea-blog-style-1 .akea-single-nav .akea-single-nav-title {
	font-size: 15px;
	font-weight: normal;
}

.akea-blog-style-1 .akea-single-social-share {
	padding-top: 20px;
	padding-bottom: 27px;
}

.akea-blog-style-1 .gdlr-core-social-share-item {
	position: relative;
}

.akea-blog-style-1 .gdlr-core-social-share-item:after {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-right: 95px;
	content: "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";
	/* content: " "; border-bottom-width: 1px; border-bottom-style: dashed; padding-top: 0.8em; */
}

.akea-blog-style-1 .gdlr-core-social-share-item .gdlr-core-social-share-count {
	position: absolute;
	right: 0px;
}

.akea-blog-style-1 .gdlr-core-social-share-item .gdlr-core-social-share-wrap {
	margin-right: 25px;
	float: left;
}

.akea-blog-style-1 .gdlr-core-social-share-item .gdlr-core-divider {
	display: none;
}

.akea-blog-style-1 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
	font-size: 15px;
	margin-right: 6px;
}

.akea-blog-style-1 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0px;
}

.akea-single-author .akea-single-author-avartar {
	margin: 0px;
	float: left;
	margin-right: 40px;
	border-width: 1px;
	border-style: solid;
	max-width: 116px;
	padding: 8px;
}

.akea-single-author .akea-single-author-wrap {
	max-width: 100%;
	margin: 0px;
}

.akea-single-author {
	border: none;
}

.akea-single-author-content-wrap {
	overflow: hidden;
	text-align: left;
}

.akea-single-author .akea-single-author-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.akea-single-author .akea-single-author-avartar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.akea-blog-style-1 .akea-comments-area .comment-respond {
	background: transparent;
	padding: 0px;
}

.akea-blog-style-1 .akea-comments-area textarea,
.akea-blog-style-1 .akea-comments-area input[type="text"] {
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: 500;
}

.akea-blog-style-1 .akea-comments-area input[type="checkbox"] {
	vertical-align: middle;
	margin: 0px 10px 3px 0px;
}

.akea-blog-style-1 .akea-comments-area .form-submit {
	text-align: left;
}

.akea-blog-style-1 .akea-comments-area .form-submit input[type="submit"] {
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
	padding: 15px 33px 19px;
}

.akea-blog-style-1 .akea-comments-area .comment-reply-title {
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 22px;
}

.akea-blog-style-1 .akea-single-magazine-author-tags {
	margin-bottom: 30px;
}

.akea-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-head i {
	font-size: inherit;
}

.akea-blog-style-1 .akea-single-related-post-title {
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: 700;
}

.akea-blog-style-1 .akea-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title {
	margin-bottom: 2px;
}

.akea-blog-style-1 .akea-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
	font-size: 13px;
}

/* blog tags */

.akea-single-author-tags {
	margin-bottom: 65px;
	margin-top: -18px;
}

.akea-single-author-tags a {
	display: inline-block;
	font-size: 12px;
	padding: 5px 13px 4px;
	margin-right: 12px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* blog style 2 */

.akea-blog-style-2 .akea-single-author .akea-single-author-wrap {
	margin: 0px;
}

.akea-blog-style-2 .akea-single-author {
	border-top-width: 0px;
	margin-top: 0px;
	text-align: left;
}

.akea-blog-style-2 .akea-single-author .akea-single-author-avartar {
	margin: 0px;
	float: left;
	margin-right: 30px;
	max-width: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.akea-blog-style-2 .akea-single-author .akea-single-author-caption {
	display: none;
}

.akea-blog-style-2 .akea-single-author .akea-single-author-content-wrap {
	overflow: hidden;
	padding-top: 12px;
}

.akea-blog-style-2 .akea-single-author .akea-single-author-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.akea-blog-style-2 .gdlr-core-social-share-item {
	text-align: left;
}

.akea-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count {
	margin-right: 25px;
	font-weight: bold;
}

.akea-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
	font-size: 16px;
}

.akea-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
}

.akea-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-divider {
	display: none;
}

.akea-blog-style-2 .akea-single-article {
	padding-bottom: 0px;
}

.akea-blog-style-2 .akea-single-nav-area {
	border: none;
	padding: 30px 0px 0px;
	margin-bottom: 0px;
}

.akea-blog-style-2 .akea-single-nav-area a,
.akea-blog-style-2 .akea-single-nav-area a:hover {
	color: #fff;
}

.akea-blog-style-2 .akea-single-nav-area-left {
	float: left;
	width: 50%;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}

.akea-blog-style-2 .akea-single-nav-area-right {
	float: left;
	width: 50%;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}

.akea-blog-style-2 .akea-single-nav-area-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-size: cover;
	background-position: center;
	transition: transform 300ms ease-out;
	-moz-transition: transform 300ms ease-out;
	-o-transition: transform 300ms ease-out;
	-webkit-transition: transform 300ms ease-out;
}

.akea-blog-style-2 .akea-single-nav-area-left:hover .akea-single-nav-area-background,
.akea-blog-style-2 .akea-single-nav-area-right:hover .akea-single-nav-area-background {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.akea-blog-style-2 .akea-single-nav-left i {
	font-size: 20px;
}

.akea-blog-style-2 .akea-single-nav-left,
.akea-blog-style-2 .akea-single-nav-right {
	float: none;
}

.akea-blog-style-2 .akea-single-nav {
	position: relative;
}

.akea-blog-style-2 .akea-single-nav .akea-text {
	letter-spacing: 0px;
	text-transform: none;
}

.akea-blog-style-2 .akea-single-nav-title {
	font-size: 22px;
	font-weight: 800;
	display: block;
	margin-top: 2px;
}

.akea-blog-style-2 .akea-single-nav-area-overlay {
	opacity: 0.7;
	filter: alpha(opacity=62);
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.akea-blog-style-2 .akea-comment-wrapper {
	padding-top: 80px;
}

.akea-blog-style-2 .akea-comment-content {
	margin: 0px auto;
}

.akea-blog-style-2 .akea-comments-area .akea-comments-title {
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 20px;
}

.akea-blog-style-2 .akea-comments-area .comment-avatar {
	max-width: 90px;
	border-radius: 3px;
}

.akea-blog-style-2 .akea-comments-area .comment-author {
	font-size: 18px;
}

.akea-blog-style-2 .akea-comments-area .comment-time {
	font-size: 13px;
	font-style: normal;
}

.akea-blog-style-2 .akea-comments-area .comment-content {
	font-size: 15px;
}

.akea-blog-style-2 .akea-comments-area .comment-meta {
	margin-bottom: 16px;
}

.akea-blog-style-2 .akea-comments-area .comment-reply {
	text-transform: none;
	font-weight: 800;
	letter-spacing: 0px;
}

.akea-blog-style-2 .akea-comments-area .comment-article {
	padding-bottom: 0px;
	border-bottom-width: 0px;
}

.akea-blog-style-2 .akea-comments-area .comment-reply-title {
	font-size: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: none;
	font-weight: 800;
	margin-bottom: 35px;
}

.akea-blog-style-2 .akea-comments-area .comment-respond {
	padding: 0px 0px 85px;
	background: transparent;
	margin-bottom: 0px;
}

.akea-blog-style-2 .akea-comments-area textarea {
	font-size: 14px;
	padding: 20px 22px;
	margin-bottom: 22px;
}

.akea-blog-style-2 .akea-comments-area input[type="text"] {
	font-size: 14px;
	padding: 20px 22px;
	margin-bottom: 22px;
}

.akea-blog-style-2 .akea-comments-area .akea-comment-form-author {
	width: 33.33%;
	padding-right: 13px;
}

.akea-blog-style-2 .akea-comments-area .akea-comment-form-email {
	width: 33.33%;
	padding-right: 7px;
}

.akea-blog-style-2 .akea-comments-area .akea-comment-form-url {
	width: 33.33%;
	float: left;
	padding-left: 14px;
}

.akea-blog-style-2 .akea-comments-area .form-submit {
	text-align: left;
	padding-top: 0px;
}

.akea-blog-style-2 .akea-comments-area .form-submit input[type="submit"] {
	font-size: 13px;
	text-transform: none;
	padding: 16px 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.akea-blog-style-2 .akea-single-related-post-wrap {
	padding: 80px 0px 50px;
}

.akea-blog-style-2 .akea-single-related-post-container {
	padding-left: 80px;
	padding-right: 80px;
}

.akea-blog-style-2 .akea-single-related-post-title {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 800;
}

.akea-blog-style-2 .akea-single-related-post-container {
	margin: 0px auto;
}

.akea-blog-style-2 .gdlr-core-blog-grid .gdlr-core-blog-title {
	font-size: 21px;
}

.akea-blog-style-2 .akea-single-related-post-wrap .gdlr-core-sticky-banner {
	display: none;
}

/* blog magazine */

.akea-blog-magazine .akea-single-article {
	padding-bottom: 0px;
}

.akea-blog-magazine .akea-single-article-content .akea-single-social-share {
	padding-bottom: 30px;
}

.akea-blog-magazine .gdlr-core-social-share-item .gdlr-core-divider {
	display: none;
}

.akea-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count {
	margin-left: 20px;
}

.akea-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count,
.akea-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 13px;
	font-weight: normal;
}

.akea-blog-magazine .akea-single-social-share {
	padding-top: 0px;
	padding-bottom: 23px;
}

.akea-single-magazine-author-tags {
	padding-bottom: 23px;
}

.akea-single-magazine-author-tags a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 7px 22px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
}

.akea-blog-magazine .akea-single-nav-area {
	margin-top: 60px;
	margin-bottom: 45px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.akea-blog-magazine .akea-single-author {
	border: none;
	text-align: left;
	padding: 40px;
	margin-top: 50px;
}

.akea-blog-magazine .akea-single-author .akea-single-author-wrap {
	margin: 0px;
}

.akea-blog-magazine .akea-single-author .akea-single-author-avartar {
	float: left;
	margin-right: 30px;
}

.akea-blog-magazine .akea-single-author-content-wrap {
	overflow: hidden;
}

.akea-blog-magazine .akea-single-author .akea-single-author-caption {
	display: none;
}

.akea-blog-magazine .akea-single-author .akea-single-author-title {
	font-size: 16px;
	margin-bottom: 18px;
}

.akea-blog-magazine .akea-single-author-description {
	font-size: 15px;
}

.akea-blog-magazine .akea-single-nav-left,
.akea-blog-magazine .akea-single-nav-right {
	max-width: 50%;
}

.akea-blog-magazine .akea-single-nav-right {
	text-align: right;
}

.akea-blog-magazine .akea-single-nav-area-divider {
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
}

.akea-blog-magazine .akea-single-nav .akea-text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 8px;
}

.akea-blog-magazine .akea-single-nav .akea-single-nav-title {
	font-size: 15px;
	font-weight: bold;
}

.akea-blog-magazine .akea-single-related-post-wrap .akea-single-related-post-title {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.akea-blog-magazine .akea-comment-wrapper {
	margin-top: 45px;
}

.akea-blog-magazine .akea-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
	padding-top: 0px;
}

.akea-blog-magazine .akea-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title {
	margin-bottom: 10px;
}

.akea-blog-magazine .akea-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
	font-size: 11px;
}

.akea-blog-magazine .akea-single-related-post-wrap .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
	padding: 20px;
}

/* comment area */

.akea-comments-area .akea-comments-title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 55px;
}

.akea-comments-area ol.comment-list {
	list-style: none;
	margin-bottom: 55px;
	margin-left: 0px;
}

.akea-comments-area ol.comment-list ol {
	margin-left: 40px;
	list-style: none;
}

.akea-comments-area .comment-article {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.akea-comments-area .comment-avatar {
	max-width: 80px;
	margin-right: 35px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.akea-comments-area .comment-avatar img {
	display: block;
}

.akea-comments-area .comment-meta {
	position: relative;
	margin-bottom: 20px;
}

.akea-comments-area .comment-author {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.akea-comments-area .comment-body {
	overflow: hidden;
}

.akea-comments-area .comment-time {
	font-size: 14px;
	font-style: italic;
}

.akea-comments-area .comment-reply {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	position: absolute;
	right: 0px;
	top: 4px;
}

.akea-comments-area .comment-respond {
	padding: 60px 55px 40px;
	margin-bottom: 90px;
}

.akea-comments-area ol.comment-list .comment-respond {
	margin-top: 55px;
}

.akea-comments-area .comment-reply-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
}

.akea-comments-area .comment-reply-title small {
	margin-left: 10px;
}

.akea-comments-area textarea {
	width: 100%;
	padding: 18px 22px;
	display: block;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	margin: 0px;
	margin-bottom: 14px;
}

.akea-comments-area input[type="text"] {
	width: 100%;
	display: block;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	padding: 19px 22px;
	margin-bottom: 14px;
}

.akea-comments-area input[type="text"]:focus,
.akea-comments-area textarea:focus {
	outline: none;
}

.akea-comments-area .akea-comment-form-author {
	width: 50%;
	padding-right: 7px;
	float: left;
}

.akea-comments-area .akea-comment-form-email {
	width: 50%;
	padding-left: 7px;
	float: left;
}

.akea-comments-area .form-submit {
	text-align: center;
	padding-top: 14px;
}

/* blog title */

.akea-blog-title-wrap {
	background-image: url('../images/page-title-background.jpg');
	background-position: center;
	position: relative;
	background-size: cover;
}

.akea-blog-title-wrap .akea-blog-title-container {
	position: relative;
}

.akea-blog-title-wrap .akea-blog-title-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.8;
}

.akea-blog-title-wrap.akea-feature-image .akea-blog-title-top-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 413px;
	opacity: 1;
	background: url("../images/blog-title-top-gradient.png") center top repeat-x;
	max-height: 100%;
}

.akea-blog-title-wrap.akea-feature-image .akea-blog-title-bottom-overlay {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 413px;
	opacity: 1;
	background: url("../images/blog-title-gradient.png") center bottom repeat-x;
	max-height: 100%;
}

.akea-blog-title-wrap.akea-style-small .akea-blog-title-content {
	padding-top: 93px;
	padding-bottom: 87px;
}

.akea-blog-title-wrap.akea-style-large .akea-blog-title-content {
	padding-top: 184px;
	padding-bottom: 168px;
}

.akea-blog-title-wrap .akea-single-article-title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

.akea-blog-title-wrap .akea-single-article-head-right {
	overflow: hidden;
}

.akea-blog-title-wrap .akea-single-article-date-wrapper {
	margin-top: 11px;
}

.akea-blog-title-content {
	position: relative;
}

.akea-blog-title-content .zilla-likes {
	bottom: -39px;
	left: 0px;
}

/* 404 */

.akea-not-found-wrap {
	text-align: center;
	position: relative;
}

.akea-not-found-wrap .akea-not-found-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.27;
	filter: alpha(opacity=27);
	background-position: center;
	background-size: cover;
	background-image: url('../images/404-background.jpg');
}

.akea-not-found-wrap .akea-not-found-content {
	position: relative;
	padding: 60px 0px 65px;
}

.akea-not-found-wrap .akea-not-found-head {
	font-size: 150px;
	line-height: 1;
	margin-bottom: 40px;
}

.akea-not-found-wrap .akea-not-found-title {
	font-size: 35px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.akea-not-found-wrap .akea-not-found-caption {
	font-size: 18px;
}

.akea-not-found-wrap .akea-not-found-back-to-home a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.akea-not-found-wrap form.search-form {
	max-width: 430px;
	margin: 58px auto 0px;
	position: relative;
	margin-bottom: 13px;
}

.akea-not-found-wrap form.search-form input.search-field {
	font-size: 15px;
	width: 100%;
	border: none;
	padding: 22px 60px 22px 25px;
	height: 64px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.akea-not-found-wrap form.search-form input.search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 64px;
	height: 64px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.akea-not-found-wrap form.search-form .akea-top-search-submit {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	font-size: 18px;
}

body.search .akea-not-found-wrap .akea-not-found-head {
	font-size: 100px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

body.search .akea-not-found-wrap form.search-form {
	margin-top: 50px;
}

/* Not Found */

body.search .akea-not-found-wrap {
	background-color: #bd584e;
}

body.search .akea-not-found-wrap .akea-not-found-caption {
	color: #ffe6e4;
}

/**
 * 5.0 - Widget
 */

/* sidebar */

.akea-sidebar-wrap {
	position: relative;
}

.akea-sidebar-area .akea-widget {
	margin-bottom: 60px;
}

.akea-sidebar-area .akea-widget-title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
}

.akea-sidebar-area .akea-widget-title .gdlr-core-flexslider-nav {
	float: right;
	margin-left: 20px;
}

.akea-sidebar-area .akea-widget-head-text {
	display: block;
	float: left;
	margin-right: 15px;
}

.akea-sidebar-area .akea-widget-head-divider {
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	overflow: hidden;
	margin-top: 0.5em;
	width: 18px;
}

/* list */

.textwidget select {
	max-width: 100%;
}

.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
	display: none;
}

.widget_rss .rss-widget-icon {
	margin-right: 10px;
	margin-top: -3px;
}

.widget_product_categories ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	position: relative;
	list-style: none;
	margin-left: 0px;
}

.widget_product_categories ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 0px;
	line-height: 20px;
	padding-bottom: 8px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.widget_product_categories ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
	margin-top: 20px;
	margin-bottom: 0px;
}

.widget_product_categories ul ul ul,
.widget_archive ul ul ul,
.widget_categories ul ul ul,
.widget_nav_menu ul ul ul,
.widget_meta ul ul ul,
.widget_pages ul ul ul,
.widget_recent_comments ul ul ul,
.widget_recent_entries ul ul ul,
.widget_rss ul ul ul {
	margin-left: 5px;
}

.widget_product_categories ul ul li,
.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_rss ul ul li {
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	padding-top: 15px;
	margin-top: 15px;
}

.widget_product_categories ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_rss ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0px;
	display: none;
	height: 20px;
	width: 20px;
	margin-top: -1px;
}

/* search widget */

.widget_search form {
	display: block;
	position: relative;
}

.widget_search form:after {
	content: "\f002";
	font-family: "fontAwesome";
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}

.widget_search label .screen-reader-text {
	display: none;
}

.widget_search .search-form input.search-field {
	font-size: 13px;
	line-height: 17px;
	height: 51px;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	padding: 16px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.widget_search input.search-field:focus {
	outline: none;
}

.widget_search input.search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 51px;
	padding: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

/* tag cloud */

.tagcloud {
	zoom: 1;
}

.tagcloud:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tagcloud a {
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
	padding: 8px 16px 8px;
	border-width: 1px;
	border-style: solid;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* calendar */

.widget_calendar table {
	width: 100%;
	margin-bottom: 0px;
}

.widget_calendar table thead th {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px;
}

.widget_calendar table tbody td {
	text-align: center;
	padding: 10px 0px;
}

.widget_calendar table tfoot td {
	text-align: center;
	padding: 10px 0px;
}

.widget_calendar caption {
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

/* table */

table {
	width: 100%;
	text-align: center;
	border-spacing: 2px;
	border-collapse: separate;
	margin-bottom: 20px;
}

table tr td {
	padding: 15px 0px;
}

table tr th {
	padding: 13px 0px;
	font-size: 16px;
	font-weight: normal;
}

/* for goodlayer core plugin */

body.akea-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap {
	margin-left: -50px;
}

body.akea-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap {
	margin-right: -50px;
}

/**
 * 6.0 - Responsive
 */

.akea-mobile-header-wrap {
	display: none;
}

.akea-mobile-header {
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 99;
	position: relative;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.akea-mobile-header.akea-fixed-navigation {
	display: none;
}

.akea-mobile-header .akea-mobile-header-container {
	position: relative;
}

.akea-mobile-header .akea-logo {
	padding: 0px 15px;
}

.akea-mobile-header .akea-logo-inner {
	line-height: 45px;
	margin-right: 80px;
}

.akea-mobile-header .akea-logo-inner img {
	vertical-align: middle;
	width: auto;
}

/*--- tablet ---*/

@media only screen and (max-width: 1140px) {
	html .widget_product_search input[type="search"]#woocommerce-product-search-field {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 999px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	body.akea-boxed div.akea-body-wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.akea-bullet-anchor {
		display: none;
	}
	/* remove header */
	.akea-top-bar {
		display: none;
	}
	.akea-header-wrap.akea-header-style-plain,
	.akea-header-wrap.akea-header-style-bar,
	.akea-navigation-bar-wrap,
	.akea-header-background-transparent,
	.akea-header-boxed-wrap,
	.akea-header-side-nav,
	.akea-header-transparent-substitute,
	.akea-sticky-navigation {
		display: none !important;
	}
	.akea-mobile-header-wrap {
		display: block;
	}
	.akea-mobile-header-wrap .akea-top-bar {
		display: block;
	}
	.akea-mobile-header-wrap .akea-top-bar {
		font-size: 13px;
	}
	.akea-mobile-header-wrap .akea-top-bar-left,
	.akea-mobile-header-wrap .akea-top-bar-right {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.akea-mobile-header.akea-fixed-navigation {
		display: block;
	}
	.akea-sticky-menu-placeholder {
		display: none !important;
	}
	body .akea-header-side-content.akea-style-left {
		margin-left: 0px;
	}
	body .akea-header-side-content.akea-style-right {
		margin-right: 0px;
	}
	body.single-product.woocommerce div.product form.cart {
		float: none;
		margin-bottom: 30px;
		width: auto;
		margin-right: 0px;
	}
	body.single-product.woocommerce div.product .product_meta {
		margin-top: 0px;
	}
	.akea-blog-style-2 .akea-single-nav-area-left,
	.akea-blog-style-2 .akea-single-nav-area-right {
		padding: 30px 40px;
	}
	.akea-blog-style-2 .akea-single-related-post-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*--- mobile landscape style ---*/

@media only screen and (max-width: 767px) {
	body.akea-body-front .akea-container {
		max-width: 500px;
		padding-left: 15px;
		padding-right: 15px;
	}
	body.akea-body-front .gdlr-core-container {
		max-width: 500px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.akea-column-10,
	.akea-column-12,
	.akea-column-15,
	.akea-column-20,
	.akea-column-24,
	.akea-column-30,
	.akea-column-36,
	.akea-column-40,
	.akea-column-45,
	.akea-column-48,
	.akea-column-50,
	.akea-column-60 {
		width: 100%;
	}
	.wp-caption.alignleft,
	.wp-caption.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	/* header */
	.akea-mobile-header-wrap .akea-top-bar-left,
	.akea-mobile-header-wrap .akea-top-bar-right {
		float: none;
		text-align: center;
	}
	.akea-top-bar-right-text {
		display: block;
	}
	.akea-top-bar-right-social {
		margin-left: 0px;
	}
	.akea-top-bar-right-social a:first-child {
		margin-left: 0px;
	}
	.akea-page-title-wrap .akea-page-title-content {
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	.akea-blog-title-wrap .akea-blog-title-content {
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	.akea-single-article-date-wrapper {
		display: none;
	}
	.akea-overlay-menu-content ul.menu>li {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.akea-overlay-menu-content ul.menu {
		padding-top: 120px;
		padding-bottom: 100px;
		max-width: 80%;
	}
	.akea-overlay-menu-content .akea-overlay-menu-close {
		top: 35px;
	}
	body.admin-bar .akea-overlay-menu-content {
		margin-top: 0px;
	}
	body.admin-bar .akea-overlay-menu-content ul.menu {
		padding-top: 160px;
	}
	body.admin-bar .akea-overlay-menu-content .akea-overlay-menu-close {
		top: 80px;
	}
	/* single*/
	.akea-comments-area .comment-respond {
		padding: 45px 30px;
	}
	.akea-comments-area .akea-comment-form-author {
		width: 100%;
		padding-right: 0;
	}
	.akea-comments-area .akea-comment-form-email {
		width: 100%;
		padding-left: 0;
	}
	.akea-comments-area .comment-avatar {
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.akea-comments-area ol.comment-list ol {
		margin-left: 10px;
	}
	.akea-blog-style-2 .akea-comments-area .akea-comment-form-author {
		width: 100%;
		padding-right: 0px;
	}
	.akea-blog-style-2 .akea-comments-area .akea-comment-form-email {
		width: 100%;
		padding-right: 0px;
	}
	.akea-blog-style-2 .akea-comments-area .akea-comment-form-url {
		width: 100%;
		padding-left: 0px;
	}
	.akea-blog-style-2 .akea-single-nav-area {
		padding-top: 0px;
	}
	.akea-blog-style-2 .akea-single-nav-area-left,
	.akea-blog-style-2 .akea-single-nav-area-right {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	.akea-blog-style-2 .akea-single-nav-area a i {
		display: none;
	}
	.akea-blog-style-2 .akea-single-related-post-container {
		max-width: 500px;
	}
	/* footer */
	.akea-footer-wrapper {
		padding-bottom: 7px;
	}
	.akea-footer-column {
		margin-bottom: 60px;
	}
	.akea-footer-wrapper.akea-with-column-divider .akea-footer-column {
		padding: 0px 15px;
		margin-bottom: 60px;
		border: none;
	}
	.akea-footer-wrapper.akea-with-column-divider .akea-footer-column:last-child {
		margin-bottom: 20px;
	}
	.akea-fixed-footer-placeholder {
		display: none;
	}
	.akea-fixed-footer {
		position: static;
	}
	.akea-copyright-left,
	.akea-copyright-right {
		float: none;
	}
	body .woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	body div#order_review {
		width: 100%;
	}
	.akea-footer-back-to-top-button {
	    margin-bottom: 0px !important;
	}
}

/*--- mobile portrait style ---*/

@media only screen and (max-width: 419px) {
	body {
		min-width: 320px;
	}
	.akea-top-search-wrap input.search-field {
		font-size: 30px;
		padding-right: 90px;
	}
	.akea-top-search-wrap .akea-top-search-submit {
		right: 48px;
		font-size: 24px;
		margin-top: -2px;
	}
	.akea-top-search-wrap input.search-submit {
		right: 48px;
	}
	.akea-top-search-wrap .akea-top-search-close {
		font-size: 40px;
	}
	.akea-top-search-wrap input.search-field {
		padding-bottom: 10px;
	}
}

/**
 * 7.0 - Plugins
 */

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

/*--- wpml        ---*/

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

ul.sf-menu>.menu-item-language img.iclflag {
	vertical-align: baseline;
	margin-right: 10px;
}

ul.sf-menu>.menu-item-language ul.submenu-languages {
	display: none;
	position: absolute;
	z-index: 99;
	list-style: none;
	margin: 0px 0px 0px -15px;
}

ul.sf-menu>.menu-item-language li {
	padding: 1px 11px;
}

ul.sf-menu>.menu-item-language li a {
	padding: 6px 12px;
	display: block;
}

ul.sf-menu>.menu-item-language li:first-child {
	padding-top: 12px;
}

ul.sf-menu>.menu-item-language li:last-child {
	padding-bottom: 12px;
}

.akea-custom-wpml-flag {
	margin-right: 26px;
}

.akea-custom-wpml-flag .akea-custom-wpml-flag-item {
	margin-left: 20px;
}

.akea-custom-wpml-flag .akea-custom-wpml-flag-item:first-child {
	margin-left: 0px;
}

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

/*--- wpcf7       ---*/

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

.akea-body span.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-bottom: 15px;
}

.akea-body div.wpcf7-response-output {
	font-size: 13px;
	padding: 6px 20px;
	clear: both;
	margin: 0px;
}

.wpcf7 input {
	font-size: 15px;
	padding: 15px 22px;
	width: 100%;
	display: block;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"],
input[type="reset"] {
	width: auto;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
	width: auto;
	display: inline;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
	display: block;
	margin-bottom: 5px;
}

.wpcf7 textarea {
	font-size: 15px;
	padding: 18px 22px;
	height: 120px;
	width: 100%;
}

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

/*--- woocommerce ---*/

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

/* style */

figure.woocommerce-product-gallery__wrapper {
	max-width: none;
}

body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
	padding: 0.7em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	padding: 0.7em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	top: 0.7em;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	margin-top: 5px;
	padding: 0;
	background-color: transparent;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
	background-color: transparent;
}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1.3em;
	padding-left: 1.3em;
}

.woocommerce div.product form.cart .variations td.value,
.woocommerce div.product form.cart .variations th.value {
	min-width: 210px;
}

.woocommerce div.product form.cart .variations select {
	float: left;
	margin-top: 0.6em;
	margin-left: 2em;
}

a.reset_variations {
	margin-right: 15px;
	margin-left: 7px;
}

.woocommerce div.product form.cart .variations select {
	min-width: 59%;
}

.related.products h2 {
	font-size: 23px;
	margin-bottom: 42px;
}

.woocommerce table.shop_attributes th {
	background: transparent;
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	border-bottom: 0;
}

.woocommerce table.shop_attributes {
	border-top: 0;
}

.single-product.woocommerce #review_form #respond p.comment-form-comment {
	margin-bottom: 25px;
}

.woocommerce table.shop_table {
	border: 0;
}

.woocommerce table.shop_table.shop_table_responsive.cart {
	border-spacing: 0;
}

.woocommerce table.shop_table th {
	padding: 17px 12px;
	background: none;
}

.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd),
.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even) {
	background-color: transparent;
}

.woocommerce table.shop_table td {
	padding: 19px 20px;
}

.woocommerce-cart table.cart img {
	width: 70px;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
	margin-bottom: 0;
}

.woocommerce a.remove {
	width: auto;
}

.cart_item input.input-text.qty.text {
	padding: 15px 0px 15px 10px;
	border-bottom-width: 1px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 15px 23px 15px;
	height: 49px;
}

.woocommerce .cart input.button[name="apply_coupon"] {
	height: 49px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 180px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	padding: 19px 20px 18px;
	border-radius: 0;
	font-size: 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 15px 20px;
	border-radius: 0;
	font-size: 12px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: inherit;
	opacity: inherit;
	padding-left: 23px;
	padding-right: 23px;
}

.woocommerce .cart_totals h2 {
	font-size: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border-spacing: 0;
	margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce a.showcoupon {
	margin-left: 20px;
	color: #baf2ff;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
#order_review_heading {
	font-size: 17px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 13px 15px;
	border-bottom-width: 1px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	margin-bottom: 35px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 47%;
	float: left;
	margin-right: 3%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
}

div#order_review {
	float: left;
	width: 50%;
}

.woocommerce form .form-row {
	margin: 0 0 14px;
}

.woocommerce form p.form-row.form-row-first {
	margin: 0;
}

.select2-container .select2-choice {
	padding: 6px 1px 6px 13px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}

.shop_table.woocommerce-checkout-review-order-table {
	border-spacing: 0px;
}

.woocommerce table.shop_table th {
	padding: 17px 20px 17px 20px;
}

.woocommerce .cart_item td.product-total {
	padding-right: 20px;
	padding-left: 20px;
}

.woocommerce .cart_item td.product-name {
	padding-left: 20px;
}

.woocommerce table.shop_table td {
	padding-right: 20px;
}

.checkout_coupon .form-row.form-row-last {
	margin-bottom: 0;
}

table tr.cart_item {
	background: transparent;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 13px;
}

html .woocommerce a.remove {
	border-radius: 100%;
	color: #333 !important;
}

.woocommerce-checkout table tr.cart_item {
	background: transparent;
}

li.woocommerce-MyAccount-navigation-link {
	padding: 13px 0px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 28%;
}

li.woocommerce-MyAccount-navigation-link.is-active {
	font-weight: 600;
}

header.woocommerce-Address-title.title h3 {
	font-size: 18px;
}

.woocommerce-Address address {
	padding: 25px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
	width: 100%;
	margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 31px;
}

.woocommerce-Address address,
.woocommerce-account .woocommerce-MyAccount-content {
	background: #f5f5f5;
}

/*-- Widget --*/

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	margin-bottom: 0em;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	padding-left: 0;
	border-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
	margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 0;
	font-size: 17px;
}

.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount {
	margin-left: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 47px;
}

.widget_shopping_cart a.button.wc-forward {
	padding: 19px 28px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	float: left;
	font-size: 14px;
	padding: 16px 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.price_slider_amount .price_label {
	margin-top: 24px;
	font-size: 17px;
	font-weight: 700;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 15px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 15px 0;
	margin: 0;
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

html ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

html .woocommerce ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

html .woocommerce ul.cart_list li .star-rating {
	float: left;
	margin-top: 10px;
}

html .woocommerce ul.product_list_widget li .star-rating {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

html .woocommerce ul.product_list_widget li del {
	margin-right: 10px;
}

html .product_list_widget span.reviewer {
	margin-top: 4px;
	margin-left: 12px;
	float: left;
}

html .widget_product_search label.screen-reader-text {
	display: none;
}

html .widget_product_search input[type="submit"] {
	height: 47px;
}

html .widget_product_search input#woocommerce-product-search-field {
	height: 47px;
	padding: 14px 12px;
	border-bottom-width: 1px;
	width: 62%;
	font-size: 13px;
}

.widget.woocommerce ul.cart_list li:first-child,
.widget.woocommerce ul.product_list_widget li:first-child {
	padding-top: 0px;
}

/*-- Fixed Color --*/

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

.woocommerce .woocommerce-error {
	background-color: #bd584e;
	border-top: 3px solid #bd584e;
	color: #fff;
}

.woocommerce .woocommerce-info {
	background-color: #46a5ca;
	border-top: 3px solid #46a5ca;
	color: #fff;
}

.woocommerce .woocommerce-message {
	background-color: #46ca7b;
	border-top: 3px solid #46ca7b;
	color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #ffffff;
}

.single-product.woocommerce div.product .quantity .qty {
	background: #f3f3f3;
}

.woocommerce .woocommerce-info:before {
	color: #fff
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	color: #fff !important;
	top: inherit;
}

html .woocommerce a.remove:hover {
	color: #afafaf !important;
	background: transparent !important;
}

html .woocommerce form .form-row .required {
	color: #c5c5c5;
}

html .woocommerce form .form-row.woocommerce-invalid .select2-container,
html .woocommerce form .form-row.woocommerce-invalid input.input-text,
html .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #d4d4d4;
}

html .woocommerce form .form-row.woocommerce-invalid label {
	color: #9e9e9e;
}

html .woocommerce form .form-row.woocommerce-validated .select2-container,
html .woocommerce form .form-row.woocommerce-validated input.input-text,
html .woocommerce form .form-row.woocommerce-validated select {
	border-color: #d4d4d4;
}

/* single product */

html .woocommerce span.onsale {
	font-size: 13px;
	font-weight: 600;
	line-height: 48px;
	width: 48px;
	padding: 2px 0px 0px;
	height: 48px;
}

.single-product.woocommerce .akea-page-wrapper {
	border-top-width: 1px;
	border-top-style: solid;
}

.single-product.woocommerce .woocommerce-breadcrumb {
	font-size: 14px;
}

.single-product.woocommerce .product_title {
	font-size: 40px;
	margin-bottom: 2px;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 2px;
}

.single-product.woocommerce div.product .star-rating {
	font-size: 14px;
	padding-right: 15px;
	box-sizing: content-box;
	margin-right: 10px;
}

.single-product.woocommerce div.product .star-rating:before,
.single-product.woocommerce div.product .star-rating span:before {
	letter-spacing: 3px;
}

.single-product.woocommerce div.product .woocommerce-review-link {
	font-size: 13px;
}

.single-product.woocommerce div.product p.price {
	padding-top: 27px;
	margin-bottom: 28px;
}

.single-product.woocommerce div.product p.price ins {
	text-decoration: none;
}

.single-product.woocommerce div.product p.price .woocommerce-Price-amount {
	font-size: 26px;
	font-weight: bold;
}

.single-product.woocommerce div.product p.price del .woocommerce-Price-amount {
	font-size: 23px;
	margin-right: 9px;
}

.single-product.woocommerce div.product span.onsale {
	position: static;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.single-product.woocommerce div.product .quantity .qty {
	height: 60px;
	font-size: 16px;
	width: 75px;
	padding-left: 15px;
	border: none;
}

.single-product.woocommerce div.product form.cart {
	margin: 25px 30px 55px 0px;
	float: left;
}

.single-product.woocommerce div.product form.cart.variations_form {
	width: 300px;
}

.single-product.woocommerce div.product form.cart .button {
	font-size: 13px;
	height: 60px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px 30px;
}

.single-product.woocommerce div.product .product_meta {
	margin-top: 50px;
}

.single-product.woocommerce div.product .product_meta {
	overflow: hidden;
	padding-top: 5px;
}

.single-product.woocommerce div.product .product_meta>span {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.single-product.woocommerce div.product .product_meta>span .akea-head {
	font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled {
	display: none;
}

.single-product.woocommerce div.product .akea-woocommerce-social-share {
	clear: both;
	padding-top: 15px;
	margin-top: 50px;
	border-top-width: 2px;
	border-top-style: solid;
}

.single-product.woocommerce div.product .gdlr-core-social-share-item a {
	font-size: 14px;
}

.single-product.woocommerce div.product .akea-woocommerce-tab {
	clear: both;
	padding-top: 60px;
	margin-bottom: 50px;
}

.single-product.woocommerce div.product .akea-woocommerce-tab .gdlr-core-tab-item-title {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 600;
	padding-bottom: 18px;
}

.single-product.woocommerce div.product .akea-woocommerce-tab .gdlr-core-tab-item-title-line {
	border-bottom-width: 1px;
	bottom: -1px;
}

.single-product.woocommerce div.product .akea-woocommerce-tab .gdlr-core-tab-item-title-wrap {
	border-bottom-width: 1px;
}

.single-product.woocommerce div.product .akea-woocommerce-tab .gdlr-core-tab-item-content {
	max-width: 900px;
	margin: 0px auto;
}

.single-product.woocommerce .woocommerce-Reviews-title {
	display: none;
}

.single-product.woocommerce #reviews {
	padding-top: 43px;
}

.single-product.woocommerce #reviews .comment-respond {
	text-align: left;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: none;
	width: 85px;
	position: static;
	padding: 0px;
	border-radius: 50%;
	margin-right: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
	overflow: hidden;
	margin-left: 0px;
	padding: 0;
	border: none;
	text-align: left;
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
	padding: 39px 49px;
	margin-bottom: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 18px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
	display: block;
	font-size: 17px;
	text-transform: capitalize;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"] {
	display: block;
	font-size: 15px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: none;
	margin-top: 24px;
}

.single-product.woocommerce #reviews #review_form_wrapper {
	padding-top: 35px;
}

.single-product.woocommerce #reviews .comment-reply-title {
	font-size: 22px;
	margin-bottom: 30px;
}

.single-product.woocommerce #review_form #respond label {
	font-size: 15px;
	font-weight: 600;
}

.single-product.woocommerce #review_form #respond p {
	margin-bottom: 30px;
}

.single-product.woocommerce #review_form #respond label[for="rating"] {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

.single-product.woocommerce #review_form #respond p.stars {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	font-size: 19px;
	line-height: 1;
}

.single-product.woocommerce #review_form #respond p.stars a {
	margin-right: 5px;
}

.single-product.woocommerce #review_form #respond input[type="text"],
.single-product.woocommerce #review_form #respond input[type="email"] {
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	width: 100%;
	height: 55px;
}

.single-product.woocommerce #review_form #respond textarea {
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	width: 100%;
	height: 150px;
}

.single-product.woocommerce #review_form #respond .form-submit input {
	font-size: 13px;
	height: 58px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px 38px;
}

.woocommerce.single-product .related.products {
	clear: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul {
	margin-left: 0px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
		float: none;
	}
}

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

/*--- mmenu ---*/

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

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	box-sizing: border-box
}

.mm-btn,
.mm-menu {
	box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-hidden {
	display: none!important
}

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

.mm-menu {
	display: block;
	padding: 0;
	position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
	z-index: 1
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
	top: 16px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 19px
}

.mm-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-arrow:after,
.mm-next:after {
	content: '';
	border: 1px solid transparent;
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 0px
}

.mm-arrow:after,
.mm-next:after {
	border-top: none;
	border-left: none;
	right: 2px
}

.mm-navbar {
	text-align: center;
	line-height: 20px;
	height: 40px;
	margin: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
	margin: 0px 25px 30px;
	position: relative;
}

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

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	color: inherit;
	display: block;
	margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
	padding-right: 50px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-listview .mm-inset {
	list-style: disc inside;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview .mm-inset>li {
	padding: 5px 0
}

.mm-listview .mm-divider {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}

.mm-listview .mm-spacer {
	padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 2
}

html.mm-opened {
	overflow-x: hidden;
	position: static;
}

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

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

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
	display: block
}

.mm-menu {
	width: 350px
}

@media all and (max-width:550px) {
	.mm-menu {
		width: 250px
	}
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0)
}

@media all and (max-width:550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0)
	}
}

/* right effect */

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	transform: scale(.7, .7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-pageshadow.mm-right:after {
	left: auto;
	right: 100%
}

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

html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0)
}

@media all and (max-width:550px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0)
	}
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

/* page dim */

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
	opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .3;
	transition: ease .4s
}

html.mm-pagedim #mm-blocker {
	background: inherit
}

html.mm-pagedim-white #mm-blocker {
	background: #fff
}

html.mm-pagedim-black #mm-blocker {
	background: #000
}

/* custom */

ul.mm-listview li {
	margin: 0px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.mm-listview li a,
ul.mm-listview li span.akea-mm-menu-blank {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 17px 0px;
}

.mm-navbar .mm-btn {
	line-height: 40px;
	font-size: 30px;
	display: block;
	text-align: left;
	left: -8px;
	padding: 0px;
}

.mm-navbar .mm-btn:before {
	content: "\34";
	font-family: elegantIcons;
}

.mm-navbar .mmenu-custom-close {
	line-height: 40px;
	font-size: 30px;
	display: block;
	text-align: left;
	margin-left: -8px;
	cursor: pointer;
}

.mm-navbar .mmenu-custom-close:after {
	content: "\4d";
	font-family: elegantIcons;
}

.mm-navbar .mm-title {
	display: none;
}

.mm-navbar .mm-title:first-child {
	display: block;
}

html.akea-mmenu-left .akea-sticky-navigation.akea-fixed-navigation,
html.akea-mmenu-right .akea-sticky-navigation.akea-fixed-navigation {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening.akea-mmenu-left .akea-sticky-navigation.akea-fixed-navigation {
	-webkit-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0);
}

html.mm-opening.akea-mmenu-right .akea-sticky-navigation.akea-fixed-navigation {
	-webkit-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0);
}

html.akea-mmenu-left .akea-mobile-header-wrap .akea-top-bar,
html.akea-mmenu-left .akea-mobile-header,
html.akea-mmenu-right .akea-mobile-header-wrap .akea-top-bar,
html.akea-mmenu-right .akea-mobile-header {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening.akea-mmenu-left .akea-mobile-header-wrap .akea-top-bar,
html.mm-opening.akea-mmenu-left .akea-mobile-header {
	-webkit-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0);
}

html.mm-opening.akea-mmenu-right .akea-mobile-header-wrap .akea-top-bar,
html.mm-opening.akea-mmenu-right .akea-mobile-header {
	-webkit-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0);
}

@media all and (max-width:550px) {
	html.mm-opening.akea-mmenu-left .akea-sticky-navigation.akea-fixed-navigation {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	html.mm-opening.akea-mmenu-right .akea-sticky-navigation.akea-fixed-navigation {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	html.mm-opening.akea-mmenu-left .akea-mobile-header-wrap .akea-top-bar,
	html.mm-opening.akea-mmenu-left .akea-mobile-header {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	html.mm-opening.akea-mmenu-right .akea-mobile-header-wrap .akea-top-bar,
	html.mm-opening.akea-mmenu-right .akea-mobile-header {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
}

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

/*--- gdlr core ---*/

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

.gdlr-core-column-10 {
	float: left;
	width: 16.6666%;
}

.gdlr-core-column-12 {
	float: left;
	width: 20%;
}

.gdlr-core-column-15 {
	float: left;
	width: 25%;
}

.gdlr-core-column-20 {
	float: left;
	width: 33.3333%;
}

.gdlr-core-column-24 {
	float: left;
	width: 40%;
}

.gdlr-core-column-30 {
	float: left;
	width: 50%;
}

.gdlr-core-column-36 {
	float: left;
	width: 60%;
}

.gdlr-core-column-40 {
	float: left;
	width: 66.6666%;
}

.gdlr-core-column-45 {
	float: left;
	width: 75%;
}

.gdlr-core-column-48 {
	float: left;
	width: 80%;
}

.gdlr-core-column-50 {
	float: left;
	width: 83.3333%;
}

.gdlr-core-column-60 {
	float: none;
	width: 100%;
}

.gdlr-core-column-first {
	clear: left;
}

.gdlr-core-blog-grid {
	margin-bottom: 50px;
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-blog-grid {
	margin-bottom: 0px;
}

.gdlr-core-blog-grid .gdlr-core-blog-thumbnail {
	margin-bottom: 27px;
}

.gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date {
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date .gdlr-core-head {
	display: none;
}

.gdlr-core-blog-grid .gdlr-core-blog-title {
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 20px;
}

.gdlr-core-blog-grid .gdlr-core-blog-content {
	margin-bottom: 20px;
}

.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
}

@media only screen and (max-width: 767px) {
	.gdlr-core-column-10, 
	.gdlr-core-column-12, 
	.gdlr-core-column-15, 
	.gdlr-core-column-20,
	.gdlr-core-column-24, 
	.gdlr-core-column-30, 
	.gdlr-core-column-36, 
	.gdlr-core-column-40,
	.gdlr-core-column-45, 
	.gdlr-core-column-48, 
	.gdlr-core-column-50, 
	.gdlr-core-column-60 { 
		width: 100%; 
	}
}

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

/*--- superfish ---*/

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

/* top level */

.sf-menu {
	list-style: none;
	margin-left: 0px;
}

.sf-menu>li {
	float: left;
	cursor: pointer;
	margin-bottom: 0px;
}

.sf-menu>li>a {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 9;
}

/* normal menu */

.sf-menu>.akea-normal-menu ul {
	list-style: none;
	position: absolute;
	display: none;
	z-index: 99;
	min-width: 220px;
}

.sf-menu>.akea-normal-menu ul {
	margin-left: 0px;
}

.sf-menu>.akea-normal-menu ul ul {
	margin-left: 0px;
}

.sf-menu>.akea-normal-menu.sfHover>ul,
.sf-menu>.akea-normal-menu.sfHover>ul:hover,
.sf-menu>.akea-normal-menu li.sfHover>ul {
	display: block;
}

.sf-menu>.akea-normal-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu>.akea-normal-menu ul ul.sub-menu-right {
	left: auto;
	right: 100%;
}

.sf-menu>.akea-normal-menu li {
	position: relative;
	white-space: nowrap;
}

.sf-menu>.akea-normal-menu li a {
	text-decoration: none;
}

.sf-menu>.akea-normal-menu li>a.sf-with-ul-pre {}

.sf-menu>.akea-normal-menu li>a.sf-with-ul-pre:after {
	content: '>';
}

/* mega menu */

.sf-menu>.akea-mega-menu .sf-mega {
	position: absolute;
	display: none;
	z-index: 99;
}

.sf-menu>.akea-mega-menu.sfHover .sf-mega,
.sf-menu>.akea-mega-menu.sfHover .sf-mega:hover {
	display: block;
}

.sf-menu>.akea-mega-menu .sf-mega-section-inner a {
	text-decoration: none;
}

.sf-menu>.akea-mega-menu .sf-mega-section-inner ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.sf-menu>.akea-mega-menu .sf-mega-section-inner li {
	margin-bottom: 0px;
}

/* vertical menu */

.sf-vertical {
	list-style: none;
	margin-left: 0px;
	left: 100%;
	top: 0;
	margin-bottom: 0px;
}

.sf-vertical li {
	position: relative;
}

.sf-vertical ul.sub-menu {
	list-style: none;
	position: absolute;
	display: none;
	left: 100%;
	top: 0px;
	z-index: 9;
	min-width: 190px;
}

.sf-vertical ul.sub-menu li {
	white-space: nowrap;
}


	
.filter ul {
	margin: 0 auto 70px;
	display: table;
}

.filter li {
	display: inline;
	list-style: none;
	margin: 0 20px;
}

.filter li:first-child {
	margin-left: 0;
}
.filter li:last-child {
	margin-right: 0;
}

.filter a {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #7287a2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
}

.filter a.active {
	color: #000 !important;
}



.submit-button { 
	font-size: 15px; 
	font-weight: bold; 
	letter-spacing: 0.8px; 
	padding: 15px; 
	width: 100%;
	display: block; -webkit-appearance: none; 
	background-color:#333; 
	border: 0;
	color: #fff;
	font-style: normal !important;
	cursor: pointer;
	font-style: normal;
	margin-top: 20px;
}

#div_2207_0{padding: 10px 0px 0px 0px;}
#div_2207_1{padding-bottom: 20px ;}
#span_2207_0{opacity: 0.4 ;}
#h3_2207_0{font-size: 36px ;font-weight: 600 ;letter-spacing: 0px ;text-transform: none ;}
#span_2207_1{opacity: 0.4 ;}
#h3_2207_1{font-size: 36px ;font-weight: 600 ;letter-spacing: 0px ;text-transform: none ;}
#span_2207_2{opacity: 0.4 ;}
#h3_2207_2{font-size: 36px ;font-weight: 600 ;letter-spacing: 0px ;text-transform: none ;}
#div_2207_2{padding: 40px 0px 0px 0px;}
#h3_2207_3{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2207_3{padding-bottom: 0px ;}
#a_2207_0{margin-left: 13px ;margin-right: 13px ;}
#a_2207_1{margin-left: 13px ;margin-right: 13px ;}
#a_2207_2{margin-left: 13px ;margin-right: 13px ;}
#a_2207_3{margin-left: 13px ;margin-right: 13px ;}
#a_2207_4{margin-left: 13px ;margin-right: 13px ;}
#h3_2207_4{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2207_4{padding-bottom: 0px ;}
#a_2207_5{margin-left: 13px ;margin-right: 13px ;}
#h3_2207_5{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2207_5{padding-bottom: 0px ;}
#a_2207_6{margin-left: 13px ;margin-right: 13px ;}
#h3_2207_6{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2207_6{padding-bottom: 0px ;}
#a_2207_7{margin-left: 13px ;margin-right: 13px ;}
#h3_2207_7{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2207_7{padding-bottom: 0px ;}
#a_2207_8{margin-left: 13px ;margin-right: 13px ;}
#h3_2207_8{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2207_8{padding-bottom: 0px ;}
#a_2207_9{margin-left: 13px ;margin-right: 13px ;}
#div_2207_9{padding: 40px 0px 0px 0px;}
#a_2207_10{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_2207_10{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_2207_11{padding-bottom: 10px ;}
#h3_2207_9{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_2207_12{padding-bottom: 0px ;}
#a_2207_11{font-size: 17px ;}
#a_2207_12{font-size: 17px ;margin-left: 24px ;}
#a_2207_13{font-size: 17px ;margin-left: 24px ;}
#a_2207_14{font-size: 17px ;margin-left: 24px ;}
#a_2207_15{font-size: 17px ;margin-left: 24px ;}
#span_2207_3{margin-top: 0px ;}
#div_2207_13{padding-bottom: 10px ;}
#h3_2207_10{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_2207_4{margin-top: 10px ;}
#span_2207_5{margin-top: -20px ;}
#li_2207_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_2207_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_2207_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_2207_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_2207_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_2207_16{font-size: 11.405405405405pt;}
#a_2207_17{font-size: 13.675675675676pt;}
#a_2207_18{font-size: 19.351351351351pt;}
#a_2207_19{font-size: 17.081081081081pt;}
#a_2207_20{font-size: 8pt;}
#a_2207_21{font-size: 8pt;}
#a_2207_22{font-size: 11.405405405405pt;}
#a_2207_23{font-size: 8pt;}
#a_2207_24{font-size: 15.567567567568pt;}
#a_2207_25{font-size: 19.351351351351pt;}
#a_2207_26{font-size: 8pt;}
#a_2207_27{font-size: 22pt;}
#a_2207_28{font-size: 11.405405405405pt;}
#a_2207_29{font-size: 22pt;}
#div_2207_14{padding: 50px 0px 60px 0px;}
#div_2207_15{padding-bottom: 40px ;}
#h3_2207_11{font-size: 16px ;font-weight: 500 ;letter-spacing: 2px ;}
#span_2207_6{margin-top: -20px ;}
#span_2207_7{margin-top: -20px ;}
#a_2207_30{color: #ec6a2a;}
#div_2207_16{padding-bottom: 0px ;}
#a_2207_31{font-size: 15px ;color: #ffffff ;}
#a_2207_32{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_2207_33{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_2207_34{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_2207_35{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#span_0bb9_0{margin-top: -20px ;}
#span_0bb9_1{margin-top: -20px ;}
#a_0bb9_0{color: #ec6a2a;}
#div_0bb9_0{padding-bottom: 0px ;}
#a_0bb9_1{font-size: 15px ;color: #ffffff ;}
#a_0bb9_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_0bb9_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_0bb9_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_0bb9_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#span_afec_0{margin-top: 50px ;}
#figure_afec_0{width: 1920px}
#span_afec_1{margin-top: 45px ;}
#span_afec_2{margin-top: 50px ;}
#span_afec_3{margin-top: 50px ;}
#span_afec_4{margin-top: 50px ;}
#figure_afec_1{width: 270px}
#span_afec_5{margin-top: 50px ;}
#div_afec_0{padding-bottom: 0px ;}
#h3_afec_0{font-size: 17px ;}
#h3_afec_1{font-size: 17px ;}
#p_afec_0{clear: both;}
#p_afec_1{display: none;}
#span_afec_6{margin-top: -20px ;}
#span_afec_7{margin-top: -20px ;}
#a_afec_0{color: #ec6a2a;}
#div_afec_1{padding-bottom: 0px ;}
#a_afec_1{font-size: 15px ;color: #ffffff ;}
#a_afec_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_afec_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_afec_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_afec_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_aff0_0{padding: 120px 0px 360px 0px;}
#div_aff0_1{background-image: url(../upload/about-title-bg.jpg) ;background-size: cover ;background-position: center ;}
#h3_aff0_0{font-size: 45px ;letter-spacing: 0px ;text-transform: none ;}
#span_aff0_0{font-size: 23px ;font-style: normal ;}
#div_aff0_2{padding: 0px 0px 30px 0px;}
#div_aff0_3{background-color: #f5f5f5 ;}
#div_aff0_4{max-width: 1240px ;}
#div_aff0_5{margin: -280px 0px 0px 0px;}
#div_aff0_6{background-image: url(../upload/3VLTPNZ3VD-1.jpg) ;background-size: cover ;background-position: center ;}
#div_aff0_7{margin: -280px 0px 0px 0px;padding: 90px 50px 50px 50px;}
#div_aff0_8{box-shadow: 0px 0px 21px rgba(10, 10, 10,0.09); -moz-box-shadow: 0px 0px 21px rgba(10, 10, 10,0.09); -webkit-box-shadow: 0px 0px 21px rgba(10, 10, 10,0.09); background-color: #ffffff ;}
#h3_aff0_1{font-size: 30px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_9{padding-bottom: 5px ;}
#div_aff0_10{font-size: 16px ;text-transform: none ;}
#span_aff0_1{color: #ec6a2a;}
#span_aff0_2{margin-top: 6px ;}
#i_aff0_0{font-size: 15px ;width: 15px ;}
#span_aff0_3{color: #515151 ;font-size: 16px ;}
#span_aff0_4{margin-top: 6px ;}
#i_aff0_1{font-size: 15px ;width: 15px ;}
#span_aff0_5{color: #515151 ;font-size: 16px ;}
#span_aff0_6{margin-top: 6px ;}
#i_aff0_2{font-size: 15px ;width: 15px ;}
#span_aff0_7{color: #515151 ;font-size: 16px ;}
#a_aff0_0{font-size: 14px ;font-weight: 700 ;letter-spacing: 0px ;padding: 11px 28px 14px 30px;text-transform: none ;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background: #ec6a2a ;background: linear-gradient(#ec6a2a, #e87e37);-moz-background: linear-gradient(#ec6a2a, #e87e37);-o-background: linear-gradient(#ec6a2a, #e87e37);-webkit-background: linear-gradient(#ec6a2a, #e87e37);}
#div_aff0_11{padding: 80px 0px 60px 0px;}
#div_aff0_12{background-color: #f5f5f5 ;}
#div_aff0_13{max-width: 1280px ;}
#div_aff0_14{padding-bottom: 30px;}
#h3_aff0_2{font-size: 19px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_15{font-size: 16px ;text-transform: none ;}
#div_aff0_16{padding-bottom: 30px;}
#h3_aff0_3{font-size: 19px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_17{font-size: 16px ;text-transform: none ;}
#div_aff0_18{padding-bottom: 30px;}
#div_aff0_19{margin-bottom: 30px;}
#h3_aff0_4{font-size: 19px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_20{font-size: 16px ;text-transform: none ;}
#div_aff0_21{padding: 130px 0px 110px 0px;}
#div_aff0_22{background-color: #232323 ;}
#div_aff0_23{opacity: 0.20 ;background-image: url(../upload/mark-basarab-122141-unsplash.jpg) ;background-size: cover ;background-position: center ;background-attachment: fixed ;}
#div_aff0_24{max-width: 1280px ;}
#div_aff0_25{padding-bottom: 0px ;}
#div_aff0_26{font-size: 41px ;font-weight: 700 ;}
#div_aff0_27{font-size: 19px ;font-weight: 400 ;text-transform: none ;}
#div_aff0_28{padding-bottom: 0px ;}
#div_aff0_29{font-size: 41px ;font-weight: 700 ;}
#div_aff0_30{font-size: 19px ;font-weight: 400 ;text-transform: none ;}
#div_aff0_31{padding-bottom: 0px ;}
#div_aff0_32{font-size: 41px ;font-weight: 700 ;}
#div_aff0_33{font-size: 19px ;font-weight: 400 ;text-transform: none ;}
#div_aff0_34{padding-bottom: 0px ;}
#div_aff0_35{font-size: 41px ;font-weight: 700 ;}
#div_aff0_36{font-size: 19px ;font-weight: 400 ;text-transform: none ;}
#div_aff0_37{padding: 100px 0px 30px 0px;}
#div_aff0_38{background-color: #f5f5f5 ;}
#div_aff0_39{max-width: 1280px ;}
#div_aff0_40{padding-bottom: 15px ;}
#h3_aff0_5{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_41{max-width: 33px ;}
#div_aff0_42{border-color: #ec6a2a ;border-bottom-width: 3px ;}
#div_aff0_43{padding-bottom: 20px ;}
#div_aff0_44{font-size: 20px ;font-weight: 400 ;letter-spacing: 0px ;text-transform: none ;color: #787878 ;}
#div_aff0_45{font-size: 17px ;font-weight: 400 ;letter-spacing: 0px ;text-transform: none ;color: #777777 ;}
#div_aff0_46{margin-left: auto;margin-right: auto;padding: 112px 0px 0px 0px;max-width: 1280px ;}
#div_aff0_47{padding: 0px 0px 20px 0px;}
#div_aff0_48{max-width: 800px ;}
#h3_aff0_6{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_49{font-size: 17px ;font-weight: 400 ;letter-spacing: 0px ;text-transform: none ;color: #8e8e8e ;}
#div_aff0_50{padding-bottom: 0px ;}
#div_aff0_51{padding-bottom: 0px ;}
#a_aff0_1{font-size: 15px ;color: #242424 ;}
#a_aff0_2{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_3{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_4{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_aff0_52{padding-bottom: 0px ;}
#a_aff0_5{font-size: 15px ;color: #242424 ;}
#a_aff0_6{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_7{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_8{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_aff0_53{padding-bottom: 0px ;}
#a_aff0_9{font-size: 15px ;color: #242424 ;}
#a_aff0_10{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_11{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_12{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_aff0_54{padding-bottom: 0px ;}
#a_aff0_13{font-size: 15px ;color: #242424 ;}
#a_aff0_14{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_15{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_aff0_16{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_aff0_55{max-width: 1340px ;}
#div_aff0_56{padding-bottom: 10px ;}
#h3_aff0_7{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_aff0_57{max-width: 34px ;}
#div_aff0_58{border-color: #ec452a ;border-bottom-width: 3px ;}
#span_aff0_8{margin-top: -20px ;}
#span_aff0_9{margin-top: -20px ;}
#a_aff0_17{color: #ec6a2a;}
#div_aff0_59{padding-bottom: 0px ;}
#a_aff0_18{font-size: 15px ;color: #ffffff ;}
#a_aff0_19{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_aff0_20{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_aff0_21{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_aff0_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_e6a9_0{padding: 140px 0px 100px 0px;}
#div_e6a9_1{background-image: url(../upload/image-bg-1.jpg) ;background-size: cover ;background-position: center ;}
#h3_e6a9_0{font-size: 38px ;font-weight: 300 ;letter-spacing: 0px ;text-transform: none ;color: #ffffff ;}
#div_e6a9_2{max-width: 140px ;}
#div_e6a9_3{border-bottom-width: 3px ;}
#div_e6a9_4{padding-bottom: 20px ;}
#div_e6a9_5{font-size: 16px ;text-transform: none ;color: #ffffff ;}
#div_e6a9_6{padding: 80px 0px 0px 0px;}
#div_e6a9_7{max-width: 1280px ;}
#div_e6a9_8{padding-bottom: 10px ;}
#div_e6a9_9{padding-bottom: 0px ;}
#a_e6a9_0{font-size: 15px ;color: #242424 ;}
#a_e6a9_1{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_2{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_3{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_e6a9_10{padding-bottom: 0px ;}
#a_e6a9_4{font-size: 15px ;color: #242424 ;}
#a_e6a9_5{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_6{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_7{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_e6a9_11{padding-bottom: 0px ;}
#a_e6a9_8{font-size: 15px ;color: #242424 ;}
#a_e6a9_9{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_10{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_11{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#div_e6a9_12{padding-bottom: 0px ;}
#a_e6a9_12{font-size: 15px ;color: #242424 ;}
#a_e6a9_13{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_14{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#a_e6a9_15{font-size: 15px ;color: #242424 ;margin-left: 17px ;}
#span_e6a9_0{margin-top: -20px ;}
#span_e6a9_1{margin-top: -20px ;}
#a_e6a9_16{color: #ec6a2a;}
#div_e6a9_13{padding-bottom: 0px ;}
#a_e6a9_17{font-size: 15px ;color: #ffffff ;}
#a_e6a9_18{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e6a9_19{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e6a9_20{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e6a9_21{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_2322_0{padding: 60px 0px 10px 0px;}
#div_2322_1{background-color: #f7f7f7 ;}
#div_2322_2{padding-bottom: 40px ;}
#h3_2322_0{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2322_3{padding-bottom: 0px ;}
#audio_2322_0{width: 100%;}
#h3_2322_1{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2322_4{padding-bottom: 0px ;}
#h3_2322_2{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2322_5{padding-bottom: 0px ;}
#h3_2322_3{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2322_6{padding-bottom: 0px ;}
#h3_2322_4{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2322_7{padding-bottom: 0px ;}
#h3_2322_5{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_2322_8{padding-bottom: 0px ;}
#span_2322_0{margin-top: -20px ;}
#span_2322_1{margin-top: -20px ;}
#a_2322_0{color: #ec6a2a;}
#div_2322_9{padding-bottom: 0px ;}
#a_2322_1{font-size: 15px ;color: #ffffff ;}
#a_2322_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_2322_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_2322_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_2322_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_76ec_0{padding: 70px 0px 30px 0px;}
#div_76ec_1{max-width: 980px ;}
#div_76ec_2{padding-bottom: 40px ;}
#div_76ec_3{margin-bottom: 90px ;}
#h3_76ec_0{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_76ec_4{padding-bottom: 0px ;}
#div_76ec_5{margin-bottom: 90px ;}
#audio_76ec_0{width: 100%;}
#h3_76ec_1{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_76ec_6{padding-bottom: 0px ;}
#div_76ec_7{margin-bottom: 90px ;}
#h3_76ec_2{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_76ec_8{padding-bottom: 0px ;}
#h3_76ec_3{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_76ec_9{margin-bottom: 90px ;}
#div_76ec_10{padding-bottom: 0px ;}
#h3_76ec_4{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_76ec_11{padding-bottom: 0px ;}
#span_76ec_0{margin-top: -20px ;}
#span_76ec_1{margin-top: -20px ;}
#a_76ec_0{color: #ec6a2a;}
#div_76ec_12{padding-bottom: 0px ;}
#a_76ec_1{font-size: 15px ;color: #ffffff ;}
#a_76ec_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_76ec_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_76ec_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_76ec_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_c441_0{padding: 60px 0px 0px 0px;}
#div_c441_1{padding-bottom: 40px ;}
#h3_c441_0{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_2{padding-bottom: 0px ;}
#h3_c441_1{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_3{padding-bottom: 0px ;}
#h3_c441_2{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_4{padding-bottom: 0px ;}
#h3_c441_3{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_5{padding-bottom: 0px ;}
#h3_c441_4{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_6{padding-bottom: 0px ;}
#h3_c441_5{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_7{padding-bottom: 0px ;}
#h3_c441_6{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_8{padding-bottom: 0px ;}
#h3_c441_7{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_9{padding-bottom: 0px ;}
#h3_c441_8{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_c441_10{padding-bottom: 0px ;}
#span_c441_0{margin-top: -20px ;}
#span_c441_1{margin-top: -20px ;}
#a_c441_0{color: #ec6a2a;}
#div_c441_11{padding-bottom: 0px ;}
#a_c441_1{font-size: 15px ;color: #ffffff ;}
#a_c441_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_c441_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_c441_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_c441_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_e291_0{padding: 60px 0px 10px 0px;}
#div_e291_1{background-color: #f7f7f7 ;}
#div_e291_2{padding-bottom: 40px ;}
#h3_e291_0{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_3{padding-bottom: 0px ;}
#h3_e291_1{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_4{padding-bottom: 0px ;}
#h3_e291_2{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_5{padding-bottom: 0px ;}
#h3_e291_3{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_6{padding-bottom: 0px ;}
#h3_e291_4{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_7{padding-bottom: 0px ;}
#h3_e291_5{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_8{padding-bottom: 0px ;}
#h3_e291_6{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_9{padding-bottom: 0px ;}
#h3_e291_7{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_10{padding-bottom: 0px ;}
#h3_e291_8{font-size: 21px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e291_11{padding-bottom: 0px ;}
#span_e291_0{margin-top: -20px ;}
#span_e291_1{margin-top: -20px ;}
#a_e291_0{color: #ec6a2a;}
#div_e291_12{padding-bottom: 0px ;}
#a_e291_1{font-size: 15px ;color: #ffffff ;}
#a_e291_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e291_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e291_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e291_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_873e_0{background-image: none;}
#div_873e_1{padding-top: 90px ;padding-bottom: 0px ;}
#h1_873e_0{text-transform: none ;color: #1c1c1c ;}
#div_873e_2{padding: 0px 0px 0px 0px;}
#div_873e_3{padding: 90px 0px 30px 0px;}
#div_873e_4{max-width: 980px ;}
#div_873e_5{padding-bottom: 40px ;}
#div_873e_6{margin-bottom: 90px ;}
#h3_873e_0{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_7{padding-bottom: 0px ;}
#div_873e_8{margin-bottom: 90px ;}
#h3_873e_1{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_9{padding-bottom: 0px ;}
#div_873e_10{margin-bottom: 90px ;}
#h3_873e_2{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_11{padding-bottom: 0px ;}
#div_873e_12{margin-bottom: 90px ;}
#h3_873e_3{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_13{padding-bottom: 0px ;}
#div_873e_14{margin-bottom: 90px ;}
#h3_873e_4{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_15{padding-bottom: 0px ;}
#div_873e_16{margin-bottom: 90px ;}
#h3_873e_5{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_17{padding-bottom: 0px ;}
#div_873e_18{margin-bottom: 90px ;}
#h3_873e_6{font-size: 28px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_873e_19{padding-bottom: 0px ;}
#span_873e_0{margin-top: -20px ;}
#span_873e_1{margin-top: -20px ;}
#a_873e_0{color: #ec6a2a;}
#div_873e_20{padding-bottom: 0px ;}
#a_873e_1{font-size: 15px ;color: #ffffff ;}
#a_873e_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_873e_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_873e_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_873e_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_6ed7_0{padding: 60px 40px 30px 0px;}
#div_6ed7_1{background-color: #f7f7f7 ;}
#div_6ed7_2{padding-bottom: 40px ;}
#div_6ed7_3{margin-bottom: 40px ;}
#h3_6ed7_0{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_4{padding-bottom: 0px ;}
#div_6ed7_5{margin-bottom: 40px ;}
#h3_6ed7_1{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_6{padding-bottom: 0px ;}
#div_6ed7_7{margin-bottom: 40px ;}
#h3_6ed7_2{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_8{padding-bottom: 0px ;}
#div_6ed7_9{margin-bottom: 40px ;}
#h3_6ed7_3{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_10{padding-bottom: 0px ;}
#div_6ed7_11{margin-bottom: 40px ;}
#h3_6ed7_4{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_12{padding-bottom: 0px ;}
#div_6ed7_13{margin-bottom: 40px ;}
#h3_6ed7_5{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_14{padding-bottom: 0px ;}
#div_6ed7_15{margin-bottom: 40px ;}
#h3_6ed7_6{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_6ed7_16{padding-bottom: 0px ;}
#div_6ed7_17{padding: 80px 0px 30px 30px;}
#div_6ed7_18{background-color: #ffffff ;}
#a_6ed7_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_6ed7_19{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_6ed7_20{padding-bottom: 10px ;}
#h3_6ed7_7{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_6ed7_21{padding-bottom: 0px ;}
#a_6ed7_1{font-size: 17px ;}
#a_6ed7_2{font-size: 17px ;margin-left: 24px ;}
#a_6ed7_3{font-size: 17px ;margin-left: 24px ;}
#a_6ed7_4{font-size: 17px ;margin-left: 24px ;}
#a_6ed7_5{font-size: 17px ;margin-left: 24px ;}
#span_6ed7_0{margin-top: 0px ;}
#div_6ed7_22{padding-bottom: 10px ;}
#h3_6ed7_8{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_6ed7_1{margin-top: 10px ;}
#span_6ed7_2{margin-top: -20px ;}
#li_6ed7_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_6ed7_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_6ed7_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_6ed7_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_6ed7_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_6ed7_6{font-size: 11.405405405405pt;}
#a_6ed7_7{font-size: 13.675675675676pt;}
#a_6ed7_8{font-size: 19.351351351351pt;}
#a_6ed7_9{font-size: 17.081081081081pt;}
#a_6ed7_10{font-size: 8pt;}
#a_6ed7_11{font-size: 8pt;}
#a_6ed7_12{font-size: 11.405405405405pt;}
#a_6ed7_13{font-size: 8pt;}
#a_6ed7_14{font-size: 15.567567567568pt;}
#a_6ed7_15{font-size: 19.351351351351pt;}
#a_6ed7_16{font-size: 8pt;}
#a_6ed7_17{font-size: 22pt;}
#a_6ed7_18{font-size: 11.405405405405pt;}
#a_6ed7_19{font-size: 22pt;}
#span_6ed7_3{margin-top: -20px ;}
#span_6ed7_4{margin-top: -20px ;}
#a_6ed7_20{color: #ec6a2a;}
#div_6ed7_23{padding-bottom: 0px ;}
#a_6ed7_21{font-size: 15px ;color: #ffffff ;}
#a_6ed7_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_6ed7_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_6ed7_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_6ed7_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_28d1_0{background-image: none;}
#div_28d1_1{padding-top: 90px ;padding-bottom: 60px ;}
#h1_28d1_0{text-transform: none ;color: #191919 ;}
#div_28d1_2{color: #a8a8a8 ;}
#div_28d1_3{padding-bottom: 40px ;}
#div_28d1_4{margin-bottom: 90px ;}
#h3_28d1_0{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_5{padding-bottom: 0px ;}
#div_28d1_6{margin-bottom: 90px ;}
#h3_28d1_1{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_7{padding-bottom: 0px ;}
#div_28d1_8{margin-bottom: 90px ;}
#h3_28d1_2{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_9{padding-bottom: 0px ;}
#div_28d1_10{margin-bottom: 90px ;}
#h3_28d1_3{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_11{padding-bottom: 0px ;}
#div_28d1_12{margin-bottom: 90px ;}
#h3_28d1_4{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_13{padding-bottom: 0px ;}
#div_28d1_14{margin-bottom: 90px ;}
#h3_28d1_5{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_15{padding-bottom: 0px ;}
#div_28d1_16{margin-bottom: 90px ;}
#h3_28d1_6{font-size: 27px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_28d1_17{padding-bottom: 0px ;}
#a_28d1_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_28d1_18{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_28d1_19{padding-bottom: 10px ;}
#h3_28d1_7{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_28d1_20{padding-bottom: 0px ;}
#a_28d1_1{font-size: 17px ;}
#a_28d1_2{font-size: 17px ;margin-left: 24px ;}
#a_28d1_3{font-size: 17px ;margin-left: 24px ;}
#a_28d1_4{font-size: 17px ;margin-left: 24px ;}
#a_28d1_5{font-size: 17px ;margin-left: 24px ;}
#span_28d1_0{margin-top: 0px ;}
#div_28d1_21{padding-bottom: 10px ;}
#h3_28d1_8{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_28d1_1{margin-top: 10px ;}
#span_28d1_2{margin-top: -20px ;}
#li_28d1_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_28d1_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_28d1_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_28d1_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_28d1_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_28d1_6{font-size: 11.405405405405pt;}
#a_28d1_7{font-size: 13.675675675676pt;}
#a_28d1_8{font-size: 19.351351351351pt;}
#a_28d1_9{font-size: 17.081081081081pt;}
#a_28d1_10{font-size: 8pt;}
#a_28d1_11{font-size: 8pt;}
#a_28d1_12{font-size: 11.405405405405pt;}
#a_28d1_13{font-size: 8pt;}
#a_28d1_14{font-size: 15.567567567568pt;}
#a_28d1_15{font-size: 19.351351351351pt;}
#a_28d1_16{font-size: 8pt;}
#a_28d1_17{font-size: 22pt;}
#a_28d1_18{font-size: 11.405405405405pt;}
#a_28d1_19{font-size: 22pt;}
#span_28d1_3{margin-top: -20px ;}
#span_28d1_4{margin-top: -20px ;}
#a_28d1_20{color: #ec6a2a;}
#div_28d1_22{padding-bottom: 0px ;}
#a_28d1_21{font-size: 15px ;color: #ffffff ;}
#a_28d1_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_28d1_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_28d1_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_28d1_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_e83f_0{background-image: none;}
#div_e83f_1{padding-top: 90px ;padding-bottom: 0px ;}
#h1_e83f_0{text-transform: none ;color: #2b2b2b ;}
#div_e83f_2{padding: 0px 0px 0px 0px;}
#div_e83f_3{padding: 100px 0px 50px 0px;}
#div_e83f_4{padding-bottom: 0px ;}
#div_e83f_5{padding-bottom: 40px;}
#h3_e83f_0{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_6{padding-bottom: 40px;}
#h3_e83f_1{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_7{padding-bottom: 40px;}
#h3_e83f_2{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_8{padding-bottom: 40px;}
#h3_e83f_3{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_9{padding-bottom: 40px;}
#h3_e83f_4{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_10{padding-bottom: 40px;}
#h3_e83f_5{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_11{padding-bottom: 40px;}
#h3_e83f_6{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_12{padding-bottom: 40px;}
#h3_e83f_7{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_e83f_13{padding-bottom: 40px;}
#h3_e83f_8{font-size: 20px ;font-weight: 700 ;letter-spacing: 0px ;}
#span_e83f_0{margin-top: -20px ;}
#span_e83f_1{margin-top: -20px ;}
#a_e83f_0{color: #ec6a2a;}
#div_e83f_14{padding-bottom: 0px ;}
#a_e83f_1{font-size: 15px ;color: #ffffff ;}
#a_e83f_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e83f_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e83f_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e83f_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_8565_0{padding-bottom: 0px ;}
#div_8565_1{padding-bottom: 30px;}
#h3_8565_0{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_2{padding-bottom: 30px;}
#h3_8565_1{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_3{padding-bottom: 30px;}
#h3_8565_2{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_4{padding-bottom: 30px;}
#h3_8565_3{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_5{padding-bottom: 30px;}
#h3_8565_4{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_6{padding-bottom: 30px;}
#h3_8565_5{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_7{padding-bottom: 30px;}
#h3_8565_6{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_8{padding-bottom: 30px;}
#h3_8565_7{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#div_8565_9{padding-bottom: 30px;}
#h3_8565_8{font-size: 18px ;font-weight: 700 ;letter-spacing: 0px ;}
#span_8565_0{margin-top: -20px ;}
#span_8565_1{margin-top: -20px ;}
#a_8565_0{color: #ec6a2a;}
#div_8565_10{padding-bottom: 0px ;}
#a_8565_1{font-size: 15px ;color: #ffffff ;}
#a_8565_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_8565_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_8565_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_8565_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_7d5e_0{padding: 120px 0px 120px 0px;}
#div_7d5e_1{background-color: #0a0a0a ;}
#div_7d5e_2{background-image: url(../upload/image-bg-4.jpg) ;background-size: cover ;background-position: center ;}
#div_7d5e_3{max-width: 650px ;}
#div_7d5e_4{padding-bottom: 15px ;}
#h3_7d5e_0{font-size: 40px ;font-weight: 300 ;letter-spacing: 0px ;text-transform: none ;margin-left: 30px ;margin-right: 30px ;}
#div_7d5e_5{border-color: #ffffff ;}
#div_7d5e_6{border-color: #ffffff ;}
#div_7d5e_7{padding-bottom: 50px ;}
#h3_7d5e_1{font-size: 83px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_7d5e_8{padding-bottom: 25px ;}
#div_7d5e_9{margin-left: 35px ;margin-right: 35px ;}
#span_7d5e_0{margin-top: 10px ;}
#div_7d5e_10{margin-left: 35px ;margin-right: 35px ;}
#span_7d5e_1{margin-top: 10px ;}
#div_7d5e_11{margin-left: 35px ;margin-right: 35px ;}
#span_7d5e_2{margin-top: 10px ;}
#div_7d5e_12{margin-left: 35px ;margin-right: 35px ;}
#span_7d5e_3{margin-top: 10px ;}
#div_7d5e_13{max-width: 650px ;}
#div_7d5e_14{margin-bottom: 33px ;}
#div_7d5e_15{border-bottom-width: 3px ;}
#div_7d5e_16{font-size: 18px ;}
#div_7d5e_17{padding-bottom: 0px ;}
#div_4e10_0{padding: 80px 0px 245px 0px;}
#div_4e10_1{padding-bottom: 15px ;}
#h1_4e10_0{font-size: 45px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;color: #1e1e1e ;}
#div_4e10_2{font-size: 23px ;font-weight: 500 ;letter-spacing: 0px ;text-transform: none ;color: #9f9f9f ;}
#div_4e10_3{padding: 0px 0px 50px 0px;}
#div_4e10_4{background-color: #f5f5f5 ;}
#div_4e10_5{margin: -160px 0px 0px 0px;padding: 75px 0px 15px 50px;}
#div_4e10_6{background-color: #f28f4e ;border-radius: 4px 0px 0px 4px;-moz-border-radius: 4px 0px 0px 4px;-webkit-border-radius: 4px 0px 0px 4px;background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-moz-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-o-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-webkit-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));}
#i_4e10_0{color: #ffffff ;font-size: 32px ;min-width: 32px ;min-height: 32px ;}
#div_4e10_7{padding-bottom: 17px ;}
#h3_4e10_0{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_4e10_8{padding-bottom: 0px ;}
#div_4e10_9{font-size: 15px ;text-transform: none ;color: #ffffff ;}
#div_4e10_10{font-size: 16px ;text-transform: none ;color: #ffffff ;}
#div_4e10_11{margin: -160px -1px 0px -1px;padding: 75px 10px 15px 40px;}
#div_4e10_12{background-color: #f28f4e ;border-radius: 0px 0px 0px 0px;-moz-border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px 0px 0px 0px;background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-moz-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-o-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-webkit-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));}
#i_4e10_1{color: #ffffff ;font-size: 32px ;min-width: 32px ;min-height: 32px ;}
#div_4e10_13{padding-bottom: 17px ;}
#h3_4e10_1{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_4e10_14{padding-bottom: 0px ;}
#div_4e10_15{font-size: 15px ;text-transform: none ;color: #ffffff ;}
#div_4e10_16{font-size: 16px ;text-transform: none ;color: #ffffff ;}
#div_4e10_17{margin: -160px 0px 0px 0px;padding: 75px 40px 15px 10px;}
#div_4e10_18{background-color: #f28f4e ;border-radius: 0px 4px 4px 0px;-moz-border-radius: 0px 4px 4px 0px;-webkit-border-radius: 0px 4px 4px 0px;background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-moz-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-o-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));-webkit-background: linear-gradient(rgba(242, 143, 78, 1), rgba(236, 106, 42, 1));}
#i_4e10_2{color: #ffffff ;font-size: 32px ;min-width: 32px ;min-height: 32px ;}
#div_4e10_19{padding-bottom: 17px ;}
#h3_4e10_2{font-size: 22px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;}
#div_4e10_20{padding-bottom: 0px ;}
#div_4e10_21{font-size: 15px ;text-transform: none ;color: #ffffff ;}
#div_4e10_22{font-size: 16px ;text-transform: none ;color: #ffffff ;}
#div_4e10_23{padding: 70px 0px 20px 0px;}
#div_4e10_24{background-color: #f3f3f3 ;}
#div_4e10_25{max-width: 810px ;}
#div_4e10_26{padding-bottom: 12px ;}
#h3_4e10_3{font-size: 34px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;color: #010101 ;}
#div_4e10_27{padding-bottom: 40px ;}
#div_4e10_28{font-size: 19px ;font-weight: 600 ;letter-spacing: 0px ;text-transform: none ;color: #989898 ;}
#div_4e10_29{font-size: 16px ;text-transform: none ;}
#div_4e10_30{padding: 80px 0px 50px 0px;}
#div_4e10_31{background-color: #ffffff ;}
#a_4e10_0{font-size: 20px ;color: #1e1e1e ;}
#a_4e10_1{font-size: 20px ;color: #1e1e1e ;margin-left: 40px ;}
#a_4e10_2{font-size: 20px ;color: #1e1e1e ;margin-left: 40px ;}
#a_4e10_3{font-size: 20px ;color: #1e1e1e ;margin-left: 40px ;}
#a_4e10_4{font-size: 20px ;color: #1e1e1e ;margin-left: 40px ;}
#div_4e10_32{padding: 0px 0px 0px 0px;}
#div_4e10_33{padding-bottom: 0px ;}
#iframe_4e10_0{width:100%; height:480px; border:0}
#div_4e10_34{position: absolute;width: 80%;bottom: 20px;left: 0;right: 0;margin-left: auto;margin-right: auto;color: #000;}
#span_4e10_0{margin-top: -20px ;}
#span_4e10_1{margin-top: -20px ;}
#a_4e10_5{color: #ec6a2a;}
#div_4e10_35{padding-bottom: 0px ;}
#a_4e10_6{font-size: 15px ;color: #ffffff ;}
#a_4e10_7{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_4e10_8{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_4e10_9{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_4e10_10{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#h3_f530_0{font-size: 28px ;}
#div_f530_0{padding-bottom: 0px ;}
#h3_f530_1{font-size: 28px ;}
#div_f530_1{padding-bottom: 0px ;}
#h3_f530_2{font-size: 28px ;}
#div_f530_2{padding-bottom: 0px ;}
#h3_f530_3{font-size: 28px ;}
#div_f530_3{padding-bottom: 0px ;}
#h3_f530_4{font-size: 28px ;}
#div_f530_4{padding-bottom: 0px ;}
#h3_f530_5{font-size: 28px ;}
#div_f530_5{padding-bottom: 0px ;}
#h3_f530_6{font-size: 28px ;}
#div_f530_6{padding-bottom: 0px ;}
#h3_f530_7{font-size: 28px ;}
#div_f530_7{padding-bottom: 0px ;}
#h3_f530_8{font-size: 28px ;}
#div_f530_8{padding-bottom: 0px ;}
#h3_f530_9{font-size: 28px ;}
#div_f530_9{padding-bottom: 0px ;}
#a_f530_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_f530_10{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_f530_11{padding-bottom: 10px ;}
#h3_f530_10{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_f530_12{padding-bottom: 0px ;}
#a_f530_1{font-size: 17px ;}
#a_f530_2{font-size: 17px ;margin-left: 24px ;}
#a_f530_3{font-size: 17px ;margin-left: 24px ;}
#a_f530_4{font-size: 17px ;margin-left: 24px ;}
#a_f530_5{font-size: 17px ;margin-left: 24px ;}
#span_f530_0{margin-top: 0px ;}
#div_f530_13{padding-bottom: 10px ;}
#h3_f530_11{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_f530_1{margin-top: 10px ;}
#span_f530_2{margin-top: -20px ;}
#li_f530_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_f530_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_f530_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_f530_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_f530_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_f530_6{font-size: 11.405405405405pt;}
#a_f530_7{font-size: 13.675675675676pt;}
#a_f530_8{font-size: 19.351351351351pt;}
#a_f530_9{font-size: 17.081081081081pt;}
#a_f530_10{font-size: 8pt;}
#a_f530_11{font-size: 8pt;}
#a_f530_12{font-size: 11.405405405405pt;}
#a_f530_13{font-size: 8pt;}
#a_f530_14{font-size: 15.567567567568pt;}
#a_f530_15{font-size: 19.351351351351pt;}
#a_f530_16{font-size: 8pt;}
#a_f530_17{font-size: 22pt;}
#a_f530_18{font-size: 11.405405405405pt;}
#a_f530_19{font-size: 22pt;}
#span_f530_3{margin-top: -20px ;}
#span_f530_4{margin-top: -20px ;}
#a_f530_20{color: #ec6a2a;}
#div_f530_14{padding-bottom: 0px ;}
#a_f530_21{font-size: 15px ;color: #ffffff ;}
#a_f530_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_f530_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_f530_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_f530_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#h3_e3a3_0{font-size: 28px ;}
#div_e3a3_0{padding-bottom: 0px ;}
#h3_e3a3_1{font-size: 28px ;}
#div_e3a3_1{padding-bottom: 0px ;}
#h3_e3a3_2{font-size: 28px ;}
#div_e3a3_2{padding-bottom: 0px ;}
#h3_e3a3_3{font-size: 28px ;}
#div_e3a3_3{padding-bottom: 0px ;}
#h3_e3a3_4{font-size: 28px ;}
#div_e3a3_4{padding-bottom: 0px ;}
#h3_e3a3_5{font-size: 28px ;}
#div_e3a3_5{padding-bottom: 0px ;}
#h3_e3a3_6{font-size: 28px ;}
#div_e3a3_6{padding-bottom: 0px ;}
#h3_e3a3_7{font-size: 28px ;}
#div_e3a3_7{padding-bottom: 0px ;}
#h3_e3a3_8{font-size: 28px ;}
#div_e3a3_8{padding-bottom: 0px ;}
#h3_e3a3_9{font-size: 28px ;}
#div_e3a3_9{padding-bottom: 0px ;}
#a_e3a3_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_e3a3_10{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_e3a3_11{padding-bottom: 10px ;}
#h3_e3a3_10{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_e3a3_12{padding-bottom: 0px ;}
#a_e3a3_1{font-size: 17px ;}
#a_e3a3_2{font-size: 17px ;margin-left: 24px ;}
#a_e3a3_3{font-size: 17px ;margin-left: 24px ;}
#a_e3a3_4{font-size: 17px ;margin-left: 24px ;}
#a_e3a3_5{font-size: 17px ;margin-left: 24px ;}
#span_e3a3_0{margin-top: 0px ;}
#div_e3a3_13{padding-bottom: 10px ;}
#h3_e3a3_11{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_e3a3_1{margin-top: 10px ;}
#span_e3a3_2{margin-top: -20px ;}
#li_e3a3_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_e3a3_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_e3a3_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_e3a3_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_e3a3_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_e3a3_6{font-size: 11.405405405405pt;}
#a_e3a3_7{font-size: 13.675675675676pt;}
#a_e3a3_8{font-size: 19.351351351351pt;}
#a_e3a3_9{font-size: 17.081081081081pt;}
#a_e3a3_10{font-size: 8pt;}
#a_e3a3_11{font-size: 8pt;}
#a_e3a3_12{font-size: 11.405405405405pt;}
#a_e3a3_13{font-size: 8pt;}
#a_e3a3_14{font-size: 15.567567567568pt;}
#a_e3a3_15{font-size: 19.351351351351pt;}
#a_e3a3_16{font-size: 8pt;}
#a_e3a3_17{font-size: 22pt;}
#a_e3a3_18{font-size: 11.405405405405pt;}
#a_e3a3_19{font-size: 22pt;}
#span_e3a3_3{margin-top: -20px ;}
#span_e3a3_4{margin-top: -20px ;}
#a_e3a3_20{color: #ec6a2a;}
#div_e3a3_14{padding-bottom: 0px ;}
#a_e3a3_21{font-size: 15px ;color: #ffffff ;}
#a_e3a3_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e3a3_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e3a3_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_e3a3_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_1a12_0{padding: 100px 20px 30px 20px;}
#div_1a12_1{padding-bottom: 60px ;}
#h3_1a12_0{text-transform: none ;}
#span_1a12_0{font-style: normal ;}
#div_1a12_2{padding: 0px 0px 30px 0px;}
#div_1a12_3{padding-bottom: 60px ;}
#h3_1a12_1{text-transform: none ;}
#span_1a12_1{font-style: normal ;}
#div_1a12_4{padding: 30px 20px 50px 20px;}
#div_1a12_5{padding-bottom: 60px ;}
#h3_1a12_2{text-transform: none ;}
#span_1a12_2{font-style: normal ;}
#div_1a12_6{height: 500px ;}
#div_1a12_7{height: 500px ;}
#div_1a12_8{height: 500px ;}
#div_1a12_9{height: 500px ;}
#div_1a12_10{height: 500px ;}
#div_1a12_11{padding: 120px 20px 70px 20px;}
#div_1a12_12{background-color: #0a0a0a ;}
#div_1a12_13{background-image: url(../upload/image-bg-4.jpg) ;background-size: cover ;background-position: center ;}
#div_1a12_14{max-width: 800px ;}
#div_1a12_15{padding-bottom: 60px ;}
#h3_1a12_3{text-transform: none ;}
#span_1a12_3{font-style: normal ;color: #d8d8d8 ;}
#div_1a12_16{padding: 120px 20px 50px 20px;}
#div_1a12_17{background-color: #f7f7f7 ;}
#div_1a12_18{max-width: 900px ;}
#div_1a12_19{padding-bottom: 60px ;}
#h3_1a12_4{text-transform: none ;}
#span_1a12_4{font-style: normal ;}
#div_1a12_20{padding: 120px 20px 0px 20px;}
#div_1a12_21{background-color: #ffffff ;}
#div_1a12_22{padding-bottom: 60px ;}
#h3_1a12_5{text-transform: none ;}
#span_1a12_5{font-style: normal ;}
#span_1a12_6{margin-top: -20px ;}
#span_1a12_7{margin-top: -20px ;}
#a_1a12_0{color: #ec6a2a;}
#div_1a12_23{padding-bottom: 0px ;}
#a_1a12_1{font-size: 15px ;color: #ffffff ;}
#a_1a12_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_1a12_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_1a12_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_1a12_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#span_a1c3_0{margin-top: 40px ;}
#span_a1c3_1{margin-top: 50px ;}
#div_a1c3_0{padding-bottom: 0px ;}
#h3_a1c3_0{font-size: 17px ;}
#h3_a1c3_1{font-size: 17px ;}
#p_a1c3_0{clear: both;}
#p_a1c3_1{display: none;}
#span_a1c3_2{margin-top: -20px ;}
#span_a1c3_3{margin-top: -20px ;}
#a_a1c3_0{color: #ec6a2a;}
#div_a1c3_1{padding-bottom: 0px ;}
#a_a1c3_1{font-size: 15px ;color: #ffffff ;}
#a_a1c3_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_a1c3_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_a1c3_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_a1c3_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_0c3d_0{padding: 0px 0px 0px 0px;}
#div_0c3d_1{background-image: url(../upload/image-bg-1.jpg) ;background-size: cover ;background-position: center ;}
#div_0c3d_2{padding: 150px 0px 150px 90px;}
#div_0c3d_3{padding-bottom: 50px ;}
#h3_0c3d_0{font-size: 54px ;letter-spacing: 0px ;text-transform: none ;}
#span_0c3d_0{font-size: 21px ;font-style: normal ;color: #cecece ;}
#div_0c3d_4{padding-bottom: 10px ;}
#div_0c3d_5{font-size: 17px ;}
#div_0c3d_6{padding-bottom: 0px ;}
#div_0c3d_7{width: 85% ;}
#span_0c3d_1{color: #ffffff ;}
#span_0c3d_2{color: #ffffff ;}
#div_0c3d_8{background-color: #3d3d3d ;}
#div_0c3d_9{background-color: #ec452a ;}
#h3_da8c_0{font-size: 28px ;}
#div_da8c_0{padding-bottom: 0px ;}
#h3_da8c_1{font-size: 28px ;}
#div_da8c_1{padding-bottom: 0px ;}
#h3_da8c_2{font-size: 28px ;}
#div_da8c_2{padding-bottom: 0px ;}
#h3_da8c_3{font-size: 28px ;}
#div_da8c_3{padding-bottom: 0px ;}
#h3_da8c_4{font-size: 28px ;}
#div_da8c_4{padding-bottom: 0px ;}
#h3_da8c_5{font-size: 28px ;}
#div_da8c_5{padding-bottom: 0px ;}
#h3_da8c_6{font-size: 28px ;}
#div_da8c_6{padding-bottom: 0px ;}
#h3_da8c_7{font-size: 28px ;}
#div_da8c_7{padding-bottom: 0px ;}
#h3_da8c_8{font-size: 28px ;}
#div_da8c_8{padding-bottom: 0px ;}
#h3_da8c_9{font-size: 28px ;}
#div_da8c_9{padding-bottom: 0px ;}
#a_da8c_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_da8c_10{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_da8c_11{padding-bottom: 10px ;}
#h3_da8c_10{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_da8c_12{padding-bottom: 0px ;}
#a_da8c_1{font-size: 17px ;}
#a_da8c_2{font-size: 17px ;margin-left: 24px ;}
#a_da8c_3{font-size: 17px ;margin-left: 24px ;}
#a_da8c_4{font-size: 17px ;margin-left: 24px ;}
#a_da8c_5{font-size: 17px ;margin-left: 24px ;}
#span_da8c_0{margin-top: 0px ;}
#div_da8c_13{padding-bottom: 10px ;}
#h3_da8c_11{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_da8c_1{margin-top: 10px ;}
#span_da8c_2{margin-top: -20px ;}
#li_da8c_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_da8c_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_da8c_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_da8c_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_da8c_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_da8c_6{font-size: 11.405405405405pt;}
#a_da8c_7{font-size: 13.675675675676pt;}
#a_da8c_8{font-size: 19.351351351351pt;}
#a_da8c_9{font-size: 17.081081081081pt;}
#a_da8c_10{font-size: 8pt;}
#a_da8c_11{font-size: 8pt;}
#a_da8c_12{font-size: 11.405405405405pt;}
#a_da8c_13{font-size: 8pt;}
#a_da8c_14{font-size: 15.567567567568pt;}
#a_da8c_15{font-size: 19.351351351351pt;}
#a_da8c_16{font-size: 8pt;}
#a_da8c_17{font-size: 22pt;}
#a_da8c_18{font-size: 11.405405405405pt;}
#a_da8c_19{font-size: 22pt;}
#span_da8c_3{margin-top: -20px ;}
#span_da8c_4{margin-top: -20px ;}
#a_da8c_20{color: #ec6a2a;}
#div_da8c_14{padding-bottom: 0px ;}
#a_da8c_21{font-size: 15px ;color: #ffffff ;}
#a_da8c_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_da8c_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_da8c_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_da8c_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#div_bd89_0{padding: 90px 0px 60px 0px;}
#div_bd89_1{background-color: #f1f1f1 ;}
#span_bd89_0{font-size: 17px ;font-style: normal ;}
#h3_bd89_0{font-size: 45px ;letter-spacing: 0px ;text-transform: none ;}
#div_bd89_2{padding-bottom: 50px ;}
#div_bd89_3{font-size: 16px ;}
#div_bd89_4{padding: 110px 0px 80px 0px;}
#div_bd89_5{background-image: url(../upload/image-bg-3.jpg) ;background-size: cover ;background-position: center ;}
#span_bd89_1{font-size: 17px ;font-style: normal ;color: #cccccc ;}
#h3_bd89_1{font-size: 47px ;letter-spacing: 0px ;text-transform: none ;}
#div_bd89_6{padding-bottom: 10px ;}
#div_bd89_7{font-size: 16px ;}
#span_bd89_2{margin-top: -20px ;}
#span_bd89_3{margin-top: -20px ;}
#a_bd89_0{color: #ec6a2a;}
#div_bd89_8{padding-bottom: 0px ;}
#a_bd89_1{font-size: 15px ;color: #ffffff ;}
#a_bd89_2{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_bd89_3{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_bd89_4{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_bd89_5{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#h3_bf01_0{font-size: 28px ;}
#div_bf01_0{padding-bottom: 0px ;}
#h3_bf01_1{font-size: 28px ;}
#div_bf01_1{padding-bottom: 0px ;}
#h3_bf01_2{font-size: 28px ;}
#div_bf01_2{padding-bottom: 0px ;}
#h3_bf01_3{font-size: 28px ;}
#div_bf01_3{padding-bottom: 0px ;}
#h3_bf01_4{font-size: 28px ;}
#div_bf01_4{padding-bottom: 0px ;}
#h3_bf01_5{font-size: 28px ;}
#div_bf01_5{padding-bottom: 0px ;}
#h3_bf01_6{font-size: 28px ;}
#div_bf01_6{padding-bottom: 0px ;}
#h3_bf01_7{font-size: 28px ;}
#div_bf01_7{padding-bottom: 0px ;}
#h3_bf01_8{font-size: 28px ;}
#div_bf01_8{padding-bottom: 0px ;}
#h3_bf01_9{font-size: 28px ;}
#div_bf01_9{padding-bottom: 0px ;}
#a_bf01_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_bf01_10{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_bf01_11{padding-bottom: 10px ;}
#h3_bf01_10{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_bf01_12{padding-bottom: 0px ;}
#a_bf01_1{font-size: 17px ;}
#a_bf01_2{font-size: 17px ;margin-left: 24px ;}
#a_bf01_3{font-size: 17px ;margin-left: 24px ;}
#a_bf01_4{font-size: 17px ;margin-left: 24px ;}
#a_bf01_5{font-size: 17px ;margin-left: 24px ;}
#span_bf01_0{margin-top: 0px ;}
#div_bf01_13{padding-bottom: 10px ;}
#h3_bf01_11{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_bf01_1{margin-top: 10px ;}
#span_bf01_2{margin-top: -20px ;}
#li_bf01_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_bf01_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_bf01_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_bf01_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_bf01_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_bf01_6{font-size: 11.405405405405pt;}
#a_bf01_7{font-size: 13.675675675676pt;}
#a_bf01_8{font-size: 19.351351351351pt;}
#a_bf01_9{font-size: 17.081081081081pt;}
#a_bf01_10{font-size: 8pt;}
#a_bf01_11{font-size: 8pt;}
#a_bf01_12{font-size: 11.405405405405pt;}
#a_bf01_13{font-size: 8pt;}
#a_bf01_14{font-size: 15.567567567568pt;}
#a_bf01_15{font-size: 19.351351351351pt;}
#a_bf01_16{font-size: 8pt;}
#a_bf01_17{font-size: 22pt;}
#a_bf01_18{font-size: 11.405405405405pt;}
#a_bf01_19{font-size: 22pt;}
#span_bf01_3{margin-top: -20px ;}
#span_bf01_4{margin-top: -20px ;}
#a_bf01_20{color: #ec6a2a;}
#div_bf01_14{padding-bottom: 0px ;}
#a_bf01_21{font-size: 15px ;color: #ffffff ;}
#a_bf01_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_bf01_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_bf01_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_bf01_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#h3_254e_0{font-size: 28px ;}
#div_254e_0{padding-bottom: 0px ;}
#h3_254e_1{font-size: 28px ;}
#div_254e_1{padding-bottom: 0px ;}
#h3_254e_2{font-size: 28px ;}
#div_254e_2{padding-bottom: 0px ;}
#h3_254e_3{font-size: 28px ;}
#div_254e_3{padding-bottom: 0px ;}
#h3_254e_4{font-size: 28px ;}
#div_254e_4{padding-bottom: 0px ;}
#h3_254e_5{font-size: 28px ;}
#div_254e_5{padding-bottom: 0px ;}
#h3_254e_6{font-size: 28px ;}
#div_254e_6{padding-bottom: 0px ;}
#h3_254e_7{font-size: 28px ;}
#div_254e_7{padding-bottom: 0px ;}
#h3_254e_8{font-size: 28px ;}
#div_254e_8{padding-bottom: 0px ;}
#h3_254e_9{font-size: 28px ;}
#div_254e_9{padding-bottom: 0px ;}
#a_254e_0{font-size: 15px ;color: #ec6a2a ;padding: 0px;text-transform: none ;margin-right: 20px;border-width: 0px;}
#div_254e_10{color: #666666 ;padding: 50px 40px 65px;background-color: #f4f4f4 ;}
#div_254e_11{padding-bottom: 10px ;}
#h3_254e_10{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#div_254e_12{padding-bottom: 0px ;}
#a_254e_1{font-size: 17px ;}
#a_254e_2{font-size: 17px ;margin-left: 24px ;}
#a_254e_3{font-size: 17px ;margin-left: 24px ;}
#a_254e_4{font-size: 17px ;margin-left: 24px ;}
#a_254e_5{font-size: 17px ;margin-left: 24px ;}
#span_254e_0{margin-top: 0px ;}
#div_254e_13{padding-bottom: 10px ;}
#h3_254e_11{font-size: 14px ;font-weight: 700 ;letter-spacing: 2px ;}
#span_254e_1{margin-top: 10px ;}
#span_254e_2{margin-top: -20px ;}
#li_254e_0{background-image: url(../upload/cat-bg-fashion.jpg) ;}
#li_254e_1{background-image: url(../upload/cat-bg-food.jpg) ;}
#li_254e_2{background-image: url(../upload/cat-bg-photography.jpg) ;}
#li_254e_3{background-image: url(../upload/cat-bg-tech.jpg) ;}
#li_254e_4{background-image: url(../upload/cat-bg-travel.jpg) ;}
#a_254e_6{font-size: 11.405405405405pt;}
#a_254e_7{font-size: 13.675675675676pt;}
#a_254e_8{font-size: 19.351351351351pt;}
#a_254e_9{font-size: 17.081081081081pt;}
#a_254e_10{font-size: 8pt;}
#a_254e_11{font-size: 8pt;}
#a_254e_12{font-size: 11.405405405405pt;}
#a_254e_13{font-size: 8pt;}
#a_254e_14{font-size: 15.567567567568pt;}
#a_254e_15{font-size: 19.351351351351pt;}
#a_254e_16{font-size: 8pt;}
#a_254e_17{font-size: 22pt;}
#a_254e_18{font-size: 11.405405405405pt;}
#a_254e_19{font-size: 22pt;}
#span_254e_3{margin-top: -20px ;}
#span_254e_4{margin-top: -20px ;}
#a_254e_20{color: #ec6a2a;}
#div_254e_14{padding-bottom: 0px ;}
#a_254e_21{font-size: 15px ;color: #ffffff ;}
#a_254e_22{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_254e_23{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_254e_24{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}
#a_254e_25{font-size: 15px ;color: #ffffff ;margin-left: 25px ;}



@media (max-width: 582px) {

	.gdlr-core-blog-full .gdlr-core-social-share-wrap:after {
	    content: "" !important;
		display: none;
	}

	.gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    	display: block !important;
	}

	.alignnone  {
		width: 100%;
	}
}