/*
Theme Name: FluentForever
Theme URI: https://zabdielmaestre.com/
Author: Zabdiel Maestre
Author URI: https://zabdielmaestre.com/
Description: Custom theme by Zabdiel Maestre.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: zabdielmaestre

zabdielmaestre wordpress theme © 2018
zabdielmaestre is distributed under the terms of the GNU GPL
*/

/* site title testing fonts */
@import url('https://fonts.googleapis.com/css?family=Amaranth:700|Magra:700|Signika+Negative:700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|PT+Serif|Ubuntu:300,300i,400,500,500i,700,700i');

/* estilo viejo */

/* HTML 5 Reset
* ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
* ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
* ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
* ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

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

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}


/* Links
* ========================================================================== */

a {
	color: #52c0cb;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
* ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.team-grid .overlay {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

/* Selection
* ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
* ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* Forms, Inputs & Buttons
* ========================================================================== */

input,
select,
textarea {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	color: #333;
	font-size: 16px;
	padding: 14px 16px 12px;
	width: 100%;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #333333;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
* ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ff6347;
	border-radius: 4px;
	box-shadow: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.612;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 20px 12px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	text-decoration: none;
	opacity: 1;
	box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.button.small {
	font-size: 14px;
	padding: 8px 20px 5px;
}

.button.secondary {
	background: #52c0cb;
}

.button.light {
	background: #eee;
	color: #333;
}

.bg-primary .button.light,
.bg-secondary .button.light {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.minimal {
	background: transparent;
	color: #e6413e;
	padding-left: 0;
	padding-right: 0;
}

.button.minimal:hover {
	box-shadow: none;
}

.button.white {
	background: #fff;
	color: #e6413e;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 8px;
}

.button.arrow-right:hover:after {
	margin-left: 12px;
	margin-right: -4px;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 8px;
}

.button.arrow-left:hover:before {
	margin-right: 12px;
	margin-left: -4px;
}

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

/* Gallery
* ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
* ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Accessibility
* ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
* ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

/*
.entry-content figure {
margin: 60px 0 50px;
}
*/
.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

img.stretch {
	max-width: 112%;
	margin-left: -6%;
	display: inline-block;
	margin-top: 20px;
}

@media only screen and ( min-width: 1024px ) {
	img.stretch {
		max-width: 140%;
		margin-left: -20%;
	}
}


/* Site Containers
* ========================================================================== */

.showcase-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 40px 0;
	overflow: hidden;
	word-wrap: break-word;
}

.full-width-content .content {
	width: 100%;
}

@media only screen and (min-width: 1024px) {

	.content {
		float: right;
		width: 70%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 1280px;
	}

	.site-inner {
		padding: 80px 0;
	}
}

/* Grid
* ========================================================================== */

@media only screen and (min-width: 800px) {

	.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Widgets
* ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Icons
* ========================================================================== */

.icon {
	font-size: 60px;
	margin: 0 0 20px;
	color: #52c0cb;
}


/* Featured Content
* ========================================================================== */

.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry-title {
	font-weight: 700;
	font-size: 18px;
}

@media only screen and ( min-width: 1024px ) {

	.featured-content .entry-title {
		font-size: 24px;
	}

}

/* Plugins
* ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
	margin-bottom: 10px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack */

#wpstats {
	display: none;
}

/* Search Form
* ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 12px;
	top: -2px;
	font-family: ionicons;
	font-size: 30px;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 16px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 40px;
	}

}


/* Site Header
* ========================================================================== */

.site-header {
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	background: #52c0cb;
	position: relative;
}

.bg-primary .site-header {
	background: transparent;
}

.title-area {
	float: left;
	margin-top: 10px;
}

.site-title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 auto;
}

.site-title a {
	color: #fff;
	text-decoration: none;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 75px;
	width: 200px;
}

.header-image .title-area {
	margin: 0;
	width: 200px;
}

.site-description {
	display: none;
}

@media only screen and (min-width: 800px) {

	.site-header {
		padding: 30px 0 25px;
	}

	.site-header .wrap {
		max-width: none;
	}

	.bg-primary .site-header {
		padding: 30px 0 0;
	}

	.title-area {
		margin-top: 4px;
	}

	.site-title {
		font-size: 32px;
	}

	.header-image .site-title {
		margin-top: 5px;
	}
}

/* Navigation
* ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 16px 0;
	position: relative;
	color: #fff;
	opacity: .7;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 2px solid #fff;
		border-radius: 3px;
		color: #fff;
		line-height: 1;
		padding: 10px 20px 8px;
	}

	.genesis-nav-menu .sub-menu {
		width: 180px;
		z-index: 99;
		background: #fff;
		box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
		border-radius: 3px;
		opacity: 0;
		margin-top: -12px;
		position: absolute;
		left: -9999px;
		text-align: left;
	}

	.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -5px;
		left: 16px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-top: 0;
		opacity: 1;
		left: 0;
	}

	.genesis-nav-menu > .menu-item:hover > .sub-menu {
		left: 18px;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 8px 16px;
		margin: 0;
		color: #333;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child > a {
		padding-top: 16px;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 12px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 178px;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 800px) {

	.sub-menu-toggle,
	.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding: 6px 2px 0;
		text-indent: 9999px;
		color: transparent;
		overflow: hidden;
		width: 50px;
		height: 50px;
		margin-right: -12px;
		margin-top: -5px;
		position: relative;
	}

	.header-image .menu-toggle {
		margin-top: 12px;
	}

	.menu-toggle:before {
		position: absolute;
		color: #fff;
		top: 3px;
		right: 13px;
		content: "\f394";
		display: inline-block;
		font: normal 30px/1.5 'ionicons';
		margin: 0 auto;
		padding: 0;
	}

	.menu-toggle.activated::before {
		content: "\f2d7";
		right: 16px;
	}

	.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 10px;
		background: transparent;
		padding: 6px 2px 0;
	}

	.sub-menu-toggle:before {
		content: "\f123";
		color: #fff;
		font: normal 16px/1 'ionicons';
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 18px;
		margin: 0;
		padding: 10px 0;
	}

}

@media only screen and (min-width: 800px) {

	.nav-primary .genesis-nav-menu a {
		font-size: 12px;
	}

	.nav-primary {
		text-align: right;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 15px 0;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
		top: 18px;
	}
}

@media only screen and (min-width: 1024px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: -2px 0 0 36px;
		font-size: 14px;
	}
}

/* Sub Nav
* ========================================================================== */

.nav-secondary {
	margin: 20px 0 -40px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 12px 0;
	margin-bottom: -16px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.win .nav-secondary .genesis-nav-menu {
	margin-bottom: -24px;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 8px;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	font-weight: 700;
	opacity: .5;
	padding: 20px 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		margin: 5% 0 -10%;
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary .genesis-nav-menu li a {
		font-size: 16px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}

/* White Header
* ========================================================================== */

.white-header .site-header {
	background: #fff;
}

.white-header .site-header a {
	color: #333;
}

@media only screen and (max-width: 800px) {
	.white-header .menu-toggle:before,
	.white-header .sub-menu-toggle:before {
		color: #333;
	}
}

@media only screen and (min-width: 800px) {

	.white-header .genesis-nav-menu .menu-item.highlight a {
		border: 1px solid #333;
		color: #333;
	}

	.white-header .genesis-nav-menu .menu-item.highlight a:hover,
	.white-header .genesis-nav-menu .menu-item.highlight.current-menu-item a {
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border-radius: 3px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #52c0cb;
	color: #fff;
	border-bottom: 0;
}

/* Background Images and Colors
* ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.bg-primary,
.bg-secondary,
.bg-primary a,
.bg-secondary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-secondary:after,
.bg-light-gray:after,
.bg-dark-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #52c0cb;
}

.bg-secondary:after {
	background: #e6413e;
}

.bg-light-gray:after {
	background: #f2f2f2;
}

.bg-dark-gray:after {
	background: #333333;
}

/* Page Header
* ========================================================================== */

.page-header {
	padding: 40px 0;
	position: relative;
	text-align: center;
	color: #fff;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	margin-bottom: 0.25em;
	display: inline-block;
}

.page-header p {
	font-size: 24px;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

.page-header .entry-meta {
	font-size: 14px;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: 10% 0;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 60px;
	}

	.page-header .entry-meta {
		font-size: 16px;
	}

}

/* Pricing Table
* ========================================================================== */

.pricing-table,
.pricing-table > * {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table > * {
	align-self: stretch;
}

.pricing-table > * > * {
	align-self: stretch;
	flex-grow: 1;
	width: 100%;
}

.pricing-table .plan {
	box-shadow: inset 0 0 0 2px #f0f0f0;
	text-align: center;
	padding: 40px 20px 20px;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
	transition: all .2s ease-out;
	font-size: 14px;
	margin-bottom: 40px;
}

.pricing-table .plan em {
	opacity: .5;
	margin-bottom: 20px;
	display: block;
}

.pricing-table .plan h3 {
	color: #52c0cb;
}

.pricing-table .plan h3 span {
	font-size: .66em;
}

.pricing-table .plan ul {
	margin: 0 0 40px;
	line-height: 2;
}

.pricing-table .plan ul li {
	list-style: none;
}

.pricing-table .plan p {
	padding-left: 20px;
	padding-right: 20px;
	z-index: 3;
	align-self: flex-end;
}

.pricing-table .plan ul.small {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	opacity: .7;
}


.pricing-table .plan.featured {
	background: #fff;
	box-shadow: 0 0 0 4px #999999;
	z-index: 2;
	border-radius: 4px;
}

@media only screen and (min-width: 800px) {

	.pricing-info {
		padding-top: 80px;
	}

	.pricing-table .plan {
		margin-bottom: 40px !important;
	}

	.pricing-table .plan.one-fourth {
		width: 50%;
		margin: -2px 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child,
	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.pricing-table .plan.one-third {
		width: 33%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-third:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1024px) {

	.pricing-table .plan.one-fourth {
		width: 25%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child {
		margin-left: 0;
	}

	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: -2px;
	}
}


/* Entries
* ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.entry.page {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry,
.single-post .entry {
	margin-bottom: 40px;
	padding: 40px 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding-top: 0;
}

.full-width-content .content-sidebar-wrap {
	max-width: 740px;
	margin: 0 auto;
}

.full-width .content-sidebar-wrap {
	max-width: 100%;
}

.blog .entry-header,
.page-template-page_blog .entry-header,
.archive .entry-header {
	text-align: center;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

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

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 2em;
	line-height: 2;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 40px;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
	display: block;
	font-size: 24px;
	font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
	content: " ";
	border-bottom: 1px solid #f2f2f2;
	margin: 40px auto;
	display: block;
}

.post-image.entry-image {
	margin-bottom: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {

	.full-width-content .post-image.entry-image {
		margin: 0 -10% 40px;
		max-width: 120%;
		width: 120%;

	}
}

/* Author Box
* ========================================================================== */

.single .author-box {
	border-bottom: 1px solid #f2f2f2;
	padding: 40px 0;
	margin-bottom: 40px;
	text-align: center;
}

.author-box .avatar {
	max-width: 80px;
	height: 80px;
	width: 80px;
	border-radius: 40px;
	margin-bottom: 20px;
}

.page-header .author-box-title {
	display: block;
}

/* Team
* ========================================================================== */

.showcase-team-widget {
	text-align: center;
}

.showcase-team-widget .team-grid {
	overflow: hidden;
	margin-bottom: 20px;
}

.team-grid .entry {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	text-align: center;
}

.team-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.team-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=96)";
	filter: alpha(opacity=96);
	opacity: .96;
}

.overlay-inner  {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 800px) {

	.team-grid {
		margin-left: -10px;
		margin-right: -10px;
		width: calc( 100% + 20px );
	}

	.team-grid .entry {
		width: calc( 50% - 20px );
		float: left;
		margin: 10px;
	}
}


/* Comments
* ========================================================================== */

.entry-comments,
.entry-pings {
	padding: 40px 0 0;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment {
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
	border: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 700;
}

.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 24px;
	margin-top: -6px;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-meta a {
	font-size: 12px;
}

.comment-edit-link {
	margin-bottom: 20px;
	display: inline-block;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

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

.comment-reply-title small {
	font-size: 18px;
	font-weight: 400;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Widget Areas
* ========================================================================== */

.sidebar .widget {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
	/*padding-bottom: 40px;*/
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 16px;
}

/* Before Footer Widget Area
* ========================================================================== */

.before-footer {
	background: #f2f2f2;
	padding: 60px 0;
}

@media only screen and ( min-width: 800px ) {

	.before-footer {
		padding: 100px 0;
	}

	.before-footer .enews form {
		margin-left: -10px;
		margin-right: -10px;
		width: calc( 100% + 20px );
	}

	.before-footer .enews form input {
		margin: 0 10px;
		width: calc( 25% - 20px );
		float: left;
	}
}


/* Footer Widgets
* ========================================================================== */

.footer-widgets {
	padding: 60px 0 0;
	background: #333;
	color: #fff;
}

.footer-widgets .widget-area {
	margin-bottom: 40px;
}

.footer-widgets a:not(.button) {
	color: #fff;
	opacity: .5;
}

.footer-widgets a:not(.button):hover {
	opacity: 1;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 24px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0px !important;
	border: 0px !important;
}

@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding: 100px 0 0;
	}

	.footer-widgets .widgettitle {
		margin-bottom: 60px;
	}
}


/* Site Footer
* ========================================================================== */

.site-footer {
	padding: 40px 0;
	background: #333;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.site-footer a {
	color: #fff;
	opacity: .5;
}

.site-footer a:hover {
	opacity: 1;
}

.site-footer p {
	margin-bottom: 0;
}

/* Custom styles by Sridhar of http://GenesisCustomizations.com/ */

.map_image {
	display: block;
	width: 680px;
	height: 293px;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.map_image .map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
.map_image #map_link_0 { width: 128px; height: 30px; top: 195px; left: 393px; }
.map_image #map_link_1 { width: 125px; height: 33px; top: 193px; left: 527px; }
.map_image #map_link_2 { width: 128px; height: 32px; top: 234px; left: 393px; }
.map_image #map_link_3 { width: 131px; height: 37px; top: 232px; left: 523px; }

.blog .content,
.single-post .content {
	padding: 0;
	background-color: transparent;
}

.blog .entry,
.single-post .entry {
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: none;
}

.blog .entry-header {
	text-align: left;
}

.blog .entry-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

.blog .entry-title a:hover {
	text-decoration: none;
}

.entry-header p.entry-meta {
	color: grey;
}

#bbp_search {
	padding-top: 3px;
	padding-bottom: 3px;
}

#bbp_search_submit {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.bbp-breadcrumb {
	margin-bottom: 10px;
}

.entry-content #bbpress-forums li.bbp-header {
	background-color: #333;
}

.entry-content #bbpress-forums .bbp-forum-info .bbp-forum-content,
.entry-content #bbpress-forums p.bbp-topic-meta {
	font-size: 18px;
	color: #333;
}

.entry-content #bbpress-forums ul.bbp-lead-topic,
.entry-content #bbpress-forums ul.bbp-topics,
.entry-content #bbpress-forums ul.bbp-forums,
.entry-content #bbpress-forums ul.bbp-replies,
.entry-content #bbpress-forums ul.bbp-search-results {
	font-size: 20px;
}

.entry-content #bbpress-forums ul.odd {
	background-color: #fff;
}

li.bbp-forum-freshness {
	font-size: 14px;
}

#bbpress-forums p.bbp-topic-meta {
	font-size: 16px !important;
}

#bbpress-forums .bbp-forums-list li a {
	color: #222;
	padding: 4px 10px;
}

.bbp-forum-freshness > a {
	font-size: 15px;
}

.entry-content .bbp-login-form fieldset legend {
	display: block;
}

.entry-content .bbp-login-form label {
	width: auto;
}

.entry-content .bbp-login-form .bbp-remember-me {
	float: left;
}

.entry-content div.bbp-submit-wrapper {
	clear: none;
}

.bbp-submit-wrapper button {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bbp-login-form .bbp-password,
.bbp-login-form .bbp-email {
	margin-bottom: 10px;
}

.bbp-username p {
	margin-bottom: 0;
}

.bbp-login-form .bbp-username + .bbp-submit-wrapper {
	margin-top: 20px;
}

.comment-list {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 941px) {

	.post-22602 .thrv_columns .tve_colm {
		position: relative;
		padding-bottom: 50px;
	}

	.post-22602 .thrv_columns .tve_colm .tve_centerBtn {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

}

@media only screen and (max-width: 600px) {

	.woocommerce div.product form.cart .variations td {
		width: 100%;
		padding-right: 0;
		display: block;
	}

}

/* Jeff
* ========================================================================== */

.full-width-content .content-sidebar-wrap {
	max-width: 1280px;
}

.page-id-22600 .page-header {
	display: none;
}

.post-type-archive-product .page-header {
	display: none;
}

.site-inner {
	background-color: #f3f4f4;
}

.content {
	background-color: #fff;
	padding: 25px;
}

/*blog featured image
.post-image.entry-image {
display: none;
}
*/

.woocommerce div.product form.cart .variations td.label {
	min-width: 180px;
}

.woocommerce-page div.product div.thumbnails a {
	padding:1px;
	border:1px solid #021a40;
}

.front-page-3 blockquote {
	font-size: 25px;
}


.yellow-underline {
	border-bottom: 2px solid #ffe30f;
}

.breadcrumb {
	padding: 20px 20px 40px 20px;
}

.rtl {
	direction: rtl;
	text-align: right;
	font-size: 130%;
}

/* Jeff BuddyPress
* ========================================================================== */
#bbpress-forums .bbp-forums-list li {
	font-size: 12px !important;
	margin: 0px 12px 0 0 !important;
}
#bbpress-forums .bbp-forums-list li a {
	padding: 1px 4px;
	font-size: 12px;
	background: #eee;
	color: #666;
	display: inline-block;
	border-radius: 3px;
	line-height: 18px;
}
#bbpress-forums .bbp-forums-list li a:hover {background: #ddd;text-decoration: none}
#bbpress-forums .bbp-forums-list {
	margin: 0;
	padding: 0;
}
#bbpress-forums ul.bbp-forums {
	margin-bottom: 15px !important;
}
#bbpress-forums div.bbp-template-notice {
	font-size: 16px;
	color: #FFF !important;
	background: none repeat scroll 0% 0% #C74A4A;
	padding: 1px 20px;
	border: none !important;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
#bbpress-forums div.bbp-template-notice * {color: #fff !important}
.ult-bbp-ambassador-sig {
	color: #777;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.ult-bbp-signature {
	color: #999;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 10px;
}
.ult-bbp-signature span {
	display: block;
	font-size: 14px;
}
.ult-bbp-signature a i {margin-right: 8px;position: relative; top: 1px}
.ult-bbp-signature a.facebook,
.ult-bbp-signature a.twitter {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	color: #FFF !important;
	padding: 4px 14px !important;
	text-align: center !important;
	border-radius: 3px !important;
	text-decoration: none !important;
	display: inline-block !important;
	font-size: 13px !important;
}
.ult-bbp-signature a.twitter {background: #55acee !important}
.ult-bbp-signature a.facebook {background: #3b5998 !important}
.ult-bbp-signature a.facebook:hover,
.ult-bbp-signature a.twitter:hover {opacity: 0.9}
.topic .bbp-private-reply {
	background: #eee !important;
}
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
	color: #666;
}
#bbpress-forums span.resolved i {
	color: #7ACE5A;
	font-size: 22px;
	position: relative;
	width: 25px;
	text-align: center;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	top: 2px;
}
#bbpress-forums .responsive-video-wrap {
	position: static !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}
#bbpress-forums .responsive-video-wrap img {
	max-width: 600px !important;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 1px 1px #eee;
	margin-bottom: 15px;
}
#bbpress-forums .bbp-reply-content img.wp-smiley {
	vertical-align: middle;
}
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log {
	display: none !important;
}
.ult-dashboard-forum #bbpress-forums #bbp-search-form,
.ult-dashboard-forum div.bbp-breadcrumb {display: none !important}
#bbpress-forums li.bbp-footer {
	display: none;
}
.bbp-topic-started-by .avatar {display: inline-block}
.bbp-pagination-count {
	display: none;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: #fff;
}
div.bbp-bought-items,
div.bbp-bought-support,
div.bbp-bought-bundle{
	font-size: 19px;
	line-height: 19px;
	margin-top: 10px;
	display: inline-block;
	color: #3ba1da;
	margin-right: 8px;
	cursor: default;
}
div.bbp-bought-support {color: #4FCA5F}
div.bbp-u-author-role {
	border-radius: 3px;
	padding: 1px 6px;
	display: inline-block;
	margin: 6px 0;
	color: #fff;
	line-height: 20px;
}
div.bbp-u-author-role.admin {background: #3ba1da}
div.bbp-u-author-role.member {background: #555}
div.bbp-u-author-role.ambassador {background: #4FCA5F}
div.bbp-author-role {
	border-radius: 3px;
	padding: 2px 8px;
	display: inline-block;
	margin: 6px 0;
	color: #fff;
	line-height: 21px;
	display: none !important;
}
div.bbp-author-role.bbp-author-role-team-member {
	background: #3ba1da;
}
div.bbp-author-role.bbp-author-role-user {
	background: #777;
}
div.bbp-template-notice, div.indicator-hint {
	border: none;
	border-left: 3px solid #3ba1da;
	border-radius: 0;
	background: transparent;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #ddd;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.bbp-user-profile p,
.bbp-user-section p{
	font-size: 14px;
	margin: 0 0 15px 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border-radius: 3px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
	width: 190px;
}
#bbpress-forums #bbp-user-body {
	margin-left: 220px;
}
#bbpress-forums #bbp-single-user-details {
	width: 190px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	height: 190px;
	width: 190px;
}
#bbp-user-navigation a:before {
	margin-right: 6px;
	font-size: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	font-family: "FontAwesome";
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#bbp-user-navigation .bbp-user-profile-link a:before {content: "\f007";}
#bbp-user-navigation .bbp-user-topics-created-link a:before {content: "\f0eb";}
#bbp-user-navigation .bbp-user-replies-created-link a:before {content: "\f0e6";}
#bbp-user-navigation .bbp-user-favorites-link a:before {content: "\f097";}
#bbp-user-navigation .bbp-user-subscriptions-link a:before {content: "\f003";}
#bbp-user-navigation .bbp-user-edit-link {display: none !important}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #3BA1DA;
	color: #fff !important;
	opacity: 1;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	color: #666;
	font-size: 14px;
	padding: 5px 12px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
	color: #333;
}
.content-area .bbp-forum-title, .content-area .bbp-topic-permalink {
	color: #333;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
#bbpress-forums ul.topic.super-sticky .bbp-topic-permalink,
#bbpress-forums ul.topic.sticky .bbp-topic-permalink
{font-weight: 600 !important}
#bbpress-forums .bbp-topics-front ul.topic.super-sticky,
#bbpress-forums .bbp-topics ul.topic.super-sticky {
	border-left: 5px solid #E46262 !important;
	box-sizing: border-box;
	background: #fff !important;
}
#bbpress-forums .bbp-topics-front ul.topic.super-sticky .bbp-topic-title:before,
#bbpress-forums .bbp-topics ul.topic.super-sticky .bbp-topic-title:before {
	content: "[super sticky] ";
	font-weight: normal;
	color: #aaa;
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
#bbpress-forums .bbp-topics-front ul.topic.sticky,
#bbpress-forums .bbp-topics ul.topic.sticky {
	border-left: 5px solid #82E492 !important;
	box-sizing: border-box;
	background: #fff !important;
}
#bbpress-forums .bbp-topics-front ul.topic.sticky .bbp-topic-title:before,
#bbpress-forums .bbp-topics ul.topic.sticky .bbp-topic-title:before {
	content: "[sticky] ";
	font-weight: normal;
	color: #aaa;
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
#bbpress-forums .bbp-topics-front ul.topic,
#bbpress-forums .bbp-topics ul.topic {
	border-left: 5px solid #E0E0E0 !important;
	box-sizing: border-box;
}
.theme-selectInner {
	display: inline !important;
}
#bbpress-forums div.bbp-topic-tags {
	float: right;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
	margin-left: 205px;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
	width: 220px;
}
#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
	width: 220px;
}
#bbpress-forums div.bbp-reply-content {
	padding: 6px 15px;
}
span.bbp-author-ip {
	display: none !important;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 3px;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 13px;
	font-style: normal;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0px;
	display: inline-block;
}
.bbp-topic-pagination {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
	position: relative;
	top: -2px;
}
.bbp-topic-pagination a {
	font-size: 13px;
	padding: 4px 8px;
	border: 1px solid #DDD;
	text-decoration: none;
	line-height: 13px;
}
.bbp-topic-pagination a:hover {color: #fff; background: #3BA1DA}
.bbp-breadcrumb {
	display: block !important;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p{
	font-size: 13px !important;
	margin-bottom: 15px !important;
}
#subscription-toggle {display: none !important}
#bbpress-forums li {
	text-align: left !important;
}
#bbpress-forums div.bbp-the-content-wrapper input {
	font-size: 13px;
	padding: 5px 8px;
	line-height: 16px;
	margin-right: 3px !important;
	border-radius: 0 !important;
	color: #666;
	background: #fff;
}
.bbp-pagination {
	display: none !important;
}
.bbp-pagination  ~ .bbp-pagination  {display: block !important}
.bbp-pagination {
	float: left;
	width: 100%;
	font-size: 14px;
	margin: 20px 0;
}
.bbp-pagination-links a, .bbp-pagination-links span.current {
	display: block;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	padding: 2px 10px;
	border: medium none !important;
	color: #666;
	border-radius: 3px;
	opacity: 1;
}
.bbp-pagination-links a:hover {
	color: #333;
	background: #e5e5e5 !important;
}
.page-numbers.current {
	background: #3BA1DA !important;
	color: #fff !important;
}
div.bbp-template-notice p {
	font-size: 13px !important;
	color: #333 !important;
}
#bbp_topic_subscription {
	position: relative;
	top: 1px;
}
.bbp-topic-form,
.bbp-reply-form{
	clear: left;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-bottom: 3px solid #CBD0D6 !important;
	padding: 15px;
	margin: 40px 0px 0px;
}
#bbpress-forums fieldset.bbp-form input {
	margin: 0;
}
#bbpress-forums fieldset.bbp-form {
	background: none repeat scroll 0% 0% #FFF !important;
	max-width: 600px;
	border: medium none !important;
	margin: auto;
	padding: 0px 20px 10px 20px;
}
#bbpress-forums fieldset.bbp-form legend {
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 10px 0;
}
#bbpress-forums fieldset.bbp-form input[type=text] {
	width: 100%;
}
#bbpress-forums fieldset.bbp-form p {
	margin-bottom: 15px;
	font-size: 14px;
}
div.bbp-submit-wrapper {
	float: none;
	margin-top: 0;
	max-width: 250px;
	margin: auto;
}
div.bbp-submit-wrapper button {
	width: 100%;
	font-size: 15px;
}
body.bbpress .content-area{
	width: 100% !important;
}
body.bbpress #sidebar{
	display: none !important;
}
#bbpress-forums .bbp-forum-freshness p.bbp-topic-meta,
#bbpress-forums .bbp-topic-freshness p.bbp-topic-meta{
	margin-top: 8px !important;
}
#bbpress-forums p.bbp-topic-meta {
	font-size: 13px !important;
}
#bbpress-forums p.bbp-topic-meta a{
	color: #666;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
	float: none;
	width: 26px;
	height: 26px;
	padding: 0px !important;
	border: 0px none !important;
	border-radius: 3px !important;
	margin-bottom: -10px;
	margin-right: 3px;
}
.bbp-topic-freshness, .bbp-forum-freshness, li.bbp-forum-freshness {
	display: block;
	font-size: 13px;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: #3ba1da;
}
li.bbp-forum-info, li.bbp-topic-title {
	width: 55%;
}
#bbp_search_submit {
	font-size: 15px;
}
#bbpress-forums #bbp-search-form #bbp_search {
	font-size: 16px;
	border-radius: 3px;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies{
	margin-bottom: 0;
	border-bottom: 3px solid #cbd0d6 !important;
}
#bbpress-forums ul {
	padding: 0;
	background: #fff;
	border: none !important;
}
#bbpress-forums div.bbp-reply-header {
	background: #fff;
}
#bbpress-forums li.bbp-header ul {
	background: transparent;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
	font-size: 14px;
}
.content-area .forum-titles,
.content-area .forum-titles li,
#bbpress-forums li.bbp-header {
	font-weight: 600;
	color: #fff;
	font-size: 16px !important;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 14px;
	color: #666;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-bottom: 1px solid #eee !important;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-body div.hentry,
#bbpress-forums div.bbp-reply-header
{
	padding: 14px 20px;
}
span.bbp-admin-links {
	font-size: 14px !important;
}
span.bbp-admin-links a {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
span.bbp-admin-links a:hover {
	color: #3ba1da;
}
.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
	font-size: 14px;
	color: #3ba1da;
}
#bbpress-forums div.bbp-reply-header {
	background: #f9f9f9;
}
.bbp-reply-post-date {
	font-size: 14px;
	color: #999;
}
@media all and (max-width: 800px) {
	li.bbp-topic-title,
	li.bbp-forum-info
	{
		width: 100%;
	}
	li.bbp-topic-voice-count,
	li.bbp-topic-reply-count,
	li.bbp-topic-freshness,
	li.bbp-forum-topic-count,
	li.bbp-forum-reply-count,
	li.bbp-forum-freshness
	{
		display: none !important;
	}
	#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
		width: 110px;
	}
	#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
		width: 120px;
	}
	#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {margin-left: 125px}
	#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
		margin-left: 110px;
	}
}

/* Blane's edits
* ========================================================================== */
.collapseomatic_content {
	font-style: italic !important;
}
.wp-caption-text {
	font-size: .8em !important;
	font-weight: 500 !important;
	font-style: italic !important;
}
.breadcrumb {
	border-width: 0 0 .2em 0;
	border-color: #f3f4f4;
	border-style: solid;
	margin-bottom: 2em;
	font-size: smaller;
	padding-bottom: 15px;
}
.nav-primary .genesis-nav-menu li.current-menu-item:not(.highlight) > a {
	border-bottom: 2px solid white;
}

.nav-primary .genesis-nav-menu li.current-menu-item.highlight > a {
	border-bottom: 2px solid white;
}
@media only screen and (min-width: 800px) {
	.nav-primary .genesis-nav-menu > li > a {
		margin: 6px 8px 3px;
		padding: 7px 0;
	}
	.nav-primary .genesis-nav-menu li.current-menu-item.highlight > a {
		margin-bottom: 0;
		padding-bottom: 10px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom: 2px solid white;
		border-left: 2px solid rgba(255,255,255,0.5);
		border-right: 2px solid rgba(255,255,255,0.5);
		border-top: 2px solid rgba(255,255,255,0.5);
	}
}

@media only screen and (max-width: 480px) {
	button.activated + nav.nav-primary {
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
}

h1.site-title {
	margin-right: 14px;
}

/* site title highlight on home page */

h1.site-title a {
	padding: 6px 8px 3px;
}

body.home h1.site-title {
	border-bottom: 2px solid white;
}

/* store page title highlight */
body.woocommerce li.menu-item-22620 > a {
	border-bottom: 2px solid white!important
}

/* fix mobile footer word wrap  */
div.textwidget {
	word-wrap: normal;
}

/* fix footer "get chapter" button misalignment */
div.textwidget > img.wp-image-25808 {
	margin: 0 60px 46px 0;
}

/* fix oversized Gabe portrait on mobile */
.front-page-2 .widget img.pull-right {
	max-width: 100%!important
}

/* posts-from-blog widget */
.posts-by-tag-item > small {
	display: block;
}

/* ===== Language hub pages ===== */

/* Path Page font size */
.thrv_wrapper p, .thrv_wrapper li {
	font-size: 16px !important;
}

div.language-hub-red {
	background-image: url(../svg/path_sidebar_red.svg);
	background-repeat: repeat-y;
	background-position: 5px;
}

div.language-hub-yellow{
	background-image: url(../svg/path_sidebar_yellow.svg);
	background-repeat: repeat-y;
	background-position: 5px;
}

div.language-hub-green {
	background-image: url(../svg/path_sidebar_green.svg);
	background-repeat: repeat-y;
	background-position: 5px;
}

div.language-hub-blue {
	background-image: url(../svg/path_sidebar_blue.svg);
	background-repeat: repeat-y;
	background-position: 5px;
}

div.language-hub-end {
	background-image: url(../svg/path_sidebar_blue_end_fadedash2.svg);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

h3.language-hub-heading {
	margin-top: 0;
	background-image: url(../svg/path_sidebar_marker.svg);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

/* Quick Navigation Coloring
Concept 1 - text color

Step 1 */
.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-2"] {
	color: #ff0e08;
}

.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-2"]:hover {
	color: #9F0400;
}

/* Step 2 */
.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-8"] {
	color: #ff7e08;
}

.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-8"]:hover {
	color: #9F4C00;
}

/* Step 3 */
.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-14"] {
	color: #07c814;
}

.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-14"]:hover {
	color: #007C08;
}

/* Step 4 */
.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-17"] {
	color: #088a9c;
}

.thrv_contents_table .tve_contents_table div.tve_ct_level0 > a[href="#tab-con-17"]:hover {
	color: #015561;
}

/* ToC title */
.tve_flt .thrv_contents_table.tve_blue .tve_ct_title {
	width: 100%;
	background-color: #ababab !important;
}

/* ToC responsive adjustments */
@media only screen and (min-width: 1024px) {
	.tve_flt div.thrv_contents_table {
		margin-right: 5%;
		float: left;
		width: 316px;
	}
}

/* fix for floating ToC */
.thrv_wrapper li {
	list-style-position: inside !important;
}

@media only screen and (min-width: 632px) and (max-width: 1023px) {
	.tve_flt div.thrv_contents_table {
		margin-right: 5%;
		float: left;
		width: 50%;
	}
}

/* Header Stuff */

/* clearer header image (for Path pages) */

body.parent-pageid-36349 div.with-background-image:after,
body.page-id-36349 div.with-background-image:after {
	background: rgba(0,0,0,0.2) !important;
}

/* shadow around background image */
body.full-width-content div.with-background-image:after,
body.parent-pageid-36349 div.with-background-image:after {
	box-shadow: inset 0 2px 8px rgba(0,0,0,.3);
}

/* text drop shadow for nav */
body.header-full-width nav.nav-primary a {
	text-shadow: 2px 2px 8px rgba(0,0,0,.3);
}
/* ...and page header title*/
body.full-width-content .page-header .wrap h1,
body.parent-pageid-36349 .page-header .wrap h1 {
	text-shadow: 2px 2px 8px rgba(0,0,0,.3);
}

/* fix mobile layout overflow */
div.thrv_custom_html_shortcode > a.button {
	white-space: normal;
}

/* fix weird bullet alignment on path pages */
ul.thrv_wrapper > li {
	list-style-type: none;
}

div.tve_ct_content {
	padding-right: 10px;
}

/* site title text shadow */
h1.site-title a {
	text-shadow: 2px 2px 8px rgba(0,0,0,.2);
}

@media only screen and (min-width: 1024px){
	body[class*="rtl"] .content-sidebar .content {
		float: right!important;
	}
}



/* fin estilo viejo */

/* inicia estilo zm */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.container {
	margin: auto;
	padding: 0 30px;
	max-width: 1170px;
	max-width:960px;
}

#header {
	font-size: 0;
	position: relative;
	z-index: 2;
	background: #74e09a;
}

#secondtopbar {
	background: #fff;
}

#topbar {
	font-size: 0;
	padding: 20px 0;
}

#topbar li {
	font-size: 16px;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

#topbar li:nth-child(2) {
	text-align: center;
	width: 50%;
}

#topbar li:last-child {
	text-align: right;
}

#backsite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2b9778;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	transition: all .2s ease;
}

#backsite:hover {
	opacity: .9;
}

#backsite img {
	vertical-align: middle;
}

#backsite span {
	vertical-align: middle;
	padding: 0 10px 0 5px;
}

#logosite {
	display: inline-block;
	text-decoration: none;
	padding: 10px 0;
	height: 124px;
	width: 262px;
	width: 222px;
	vertical-align: middle;
}

#menu {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 222px);
	padding-left: 30px;
}
#logosite img{
	margin-left:-17px;
}
#logosite p {
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 5px;
}

#btn-top {
	width: 166px;
	height: 40px;
	border-radius: 20px;
	background-color: #3c3d41;
	display: inline-block;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	transition: all .2s ease;
}

#btn-top:hover {
	background: #2b9778;
}

#secondtopbar .container {
	font-size: 0;
}

#secondtopbar .container > a {
	font-size: 16px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: calc(25% - 20px);
}

#secondtopbar .container > #menu {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

#secondtopbar .container > #search {
	font-size: 16px;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

#secondtopbar .container > #search #searchform {
	width: 166px;
	display: inline-block;
}

#secondtopbar .container > #search #searchform input {
	width: 166px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #d4dadc;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #aab2b4;
	background: url(../png/search.png) no-repeat 12px center;
	text-align: center;
	padding: 0 25px 0 40px;
	transition: all .2 ease;
}

#secondtopbar .container > #search #searchform input:focus {
	border-color: #2b9778;
}

#menu-menu {
	text-align: right;
	font-size: 0;
}

#menu-menu li {
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
}

#menu-menu li a {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease;
	position: relative;
	display: block;
	border-bottom:1px solid transparent;
}

#menu-menu li a:after {
	content:"";
	width:0px;
	border-bottom:1px solid #fff;
	display:block;
	margin:0 auto;
}

#menu-menu li a:hover:after,
#menu-menu li.current-post-parent a:after,
#menu-menu li.current-menu-item a:after,
#menu-menu li.current-post-parent a:hover:after,
#menu-menu li.current-menu-item a:hover:after {
	width:100%;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s ;
	transition: all ease 0.4s ;
}

#menu-menu li a:hover {
	color: #fff;
	border-bottom:1px solid transparent;
	width:100%;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s ;
	transition: all ease 0.4s ;
}

#menu-menu li:last-child a {
	border-radius: 25px;
	background-color: #ffffff;
	color: #4a4a4a;
	letter-spacing: -0.2px;
	font-size: 14px;
	padding: 12px 20px;
	border-bottom:0px solid transparent !important;
	font-weight:bolder;
}

#menu-menu li:last-child a:hover {
	background: #2b9778;
	color: #fff;
}

footer {
	background: #4a4a4a;
	color: #fff;
}

#li-footer {
	font-size: 0;
	padding: 70px 0;
	border-bottom: 1px solid rgba(255, 255, 254, .3);
}

#li-footer > li {
	width: 17.5%;
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	vertical-align: top;
}

#li-footer > li:last-child {
	width: 30%;
	padding: 0;
}

#li-footer > li > h4 {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer .menu li {
	margin-top: 15px;
}

footer .menu li a {
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
}

footer .menu li a:hover {
	text-decoration: underline;
}

.contenedor-form {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
	border: solid 1px #e7e8ea; 
}

.form-subscribe-footer {
	font-size: 0;
}

.form-subscribe-footer .your-email {
	display: inline-block;
	font-size: 16px;
	width: calc(100% - 77px);
	margin-right: 10px;
	vertical-align: middle;
}

.form-subscribe-footer .your-email input {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #b9bdc3;
	font-family: 'Ubuntu', sans-serif;
	background: url(../png/mail.png) no-repeat 0 0;
	padding-left: 33px;
	border: none;
}

.form-subscribe-footer .wpcf7-submit {
	font-family: 'Ubuntu', sans-serif;
	width: 67px;
	height: 30px;
	border-radius: 25px;
	background-color: #4a4a4a;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease;
}

.form-subscribe-footer .wpcf7-submit:hover {
	background: #2b9778;
}

.form-subscribe-footer .ajax-loader {
	display: none!important;
}

.form-subscribe-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b9bdc3;
}
.form-subscribe-footer ::-moz-placeholder { /* Firefox 19+ */
	color: #b9bdc3;
}
.form-subscribe-footer :-ms-input-placeholder { /* IE 10+ */
	color: #b9bdc3;
}
.form-subscribe-footer :-moz-placeholder { /* Firefox 18- */
	color: #b9bdc3;
}

#rs-footer {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 0;
	margin-top: 25px;
}

#rs-footer li {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-right: 1px solid #fff;
	transition: all .2s ease;
}

#rs-footer li:hover {
	background: rgba(255,255,255,.3)
}

#rs-footer li:last-child {
	border: none;
}

#rs-footer li a {
	font-size: 16px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
}

#copy {
	padding: 30px 0;
	font-size: 0;
}

#copy > div {
	display: inline-block;
	width: 50%;
	font-size: 16px;
	vertical-align: middle;
	opacity: 0.8;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

#copy > div:last-child {
	text-align: right;
}

#topfooter {
	height: 40px;
	width: 100%;
	background: url(../png/top-bg.png) no-repeat top center;
}

.post-big {
	position: relative;
	border-radius: 6px;
	padding: 40px;
	margin: 50px 0 0;
}

.post-big:before {
	content: '';
	position: absolute;
	opacity: 0.6;
	background-color: #414349;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
}

.post-big * {
	position: relative;
	z-index: 1;
}

.sup-cat {
	border-radius: 4px;
	background-color: #facc66;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.sup-cat.company {
	background: #66bbfa;
}

.sup-cat.app {
	background: #6dd692;
}

.min-read, .date-meta {
	background: url(../png/readin-time-white.png) no-repeat left center;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	padding-left: 24px;
	letter-spacing: normal;
	color: #ffffff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.metadata {
	font-size: 0;
	margin-bottom: 8px;
}

.metadata li {
	display: inline-block;
	margin-right: 25px;
}

.post-big h2 {
	max-width: 660px;
	font-size: 44px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -1px;
	color: #ffffff;
	margin-bottom: 22px;
}

.post-big .excerpt {
	max-width: 609px;
	font-size: 22.6px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 50px;
}

.post-big a.readmore {
	width: 150px;
	height: 40px;
	border-radius: 19px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 1.5px;
	text-align: center;
	color: #282b31;
	transition: all .2s ease;
	display: inline-block;
	margin-bottom: 20px;
}

.post-big a.readmore:hover {
	background-color: #2b9778;
	color: #fff;
}

.post-big .metadata {
	margin-top: 220px;
}

body .shareaholic-share-buttons-container.shareaholic-floated {
	display: none!important;
}

.separator-infinite {
	background: url(../png/separator.png) no-repeat center;
	height: 52px;
	margin: 50px 0;
}

.divs-category {
	font-size: 0;
}

.divs-category > div {
	font-size: 16px;
	display: inline-block;
	width: 257px;
	vertical-align: top;
}

.divs-category .slick-posts {
	width: calc(100% - 307px);
	margin-left: 50px;
}

.card-category {
	padding: 20px;
	background: #facc66;
	border-radius: 6px;
}

.card-category figure {
	text-align: center;
	padding: 40px;
}

.card-category h3 {
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.card-category p {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #ffffff;
	height: 72px;
	overflow: hidden;
}

.card-category a {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	color: #464646;
	text-decoration: none;
	display: inline-block;
	margin-top: 35px;
}

.card-category a:hover {
	text-decoration: underline;
}

.card-category.yellow p {
	margin-bottom: 23px;
}

.card-category.green p {
	margin-bottom: 21px;
}

.card-category.blue p {
	margin-bottom: 32px;
}

.card-category.green {
	background: #6dd692;
}

.card-category.blue {
	background: #66bbfa;
}

.post-carousel {
	height: 472px;
	background: #f9f9f9;
	margin: 0 15px;
	border-radius: 6px;
	overflow: hidden;
}

.post-carousel figure {
	height: 280px;
}

.divs-category .slick-posts .slick-prev,
.topicarousel .slick-prev {
	position: absolute;
	height: 40px;
	width: 32px;
	z-index: 1;
	margin-left: -34px;
	border: none;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 0;
	background: url(../png/carousel-prev.png) no-repeat center;
	border-radius: 6px;
}

.topicarousel .slick-prev {
	margin-left: 0;
}

.divs-category .slick-posts .slick-next,
.topicarousel .slick-next {
	position: absolute;
	height: 40px;
	width: 32px;
	z-index: 1;
	margin-right: -34px;
	border: none;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	right: 0;
	background: url(../png/carousel-next.png) no-repeat center;
	border-radius: 6px;
}

.topicarousel .slick-list {
	margin: 0 35px;
}

.topicarousel .slick-next {
	margin-right: 0;
}

.divs-category .slick-posts .slick-disabled {
	display: none!important;
	opacity: 0!important;
}

.divs-category .slick-posts .slick-list {
	margin: 0 -15px;
}

.post-carousel h3 a {
	display: block;
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #282b31;
	text-decoration: none;
	padding: 20px;
	height: 145px;
	overflow: hidden;
}

.post-carousel h3 a:hover {
	text-decoration: underline;
}

.post-carousel .metadata {
	margin: 7px 0 0;
	padding: 0 20px 20px;
}

.post-carousel .min-read {
	background: url(../png/readin-time.png) no-repeat left center;
	color: #a49d9d;
}

.shares-impo {
	background: url(../png/share-icon.png) no-repeat left center;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	padding-left: 24px;
	letter-spacing: normal;
	color: #a49d9d;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.separador-mix {
	margin: 50px auto;
	max-width: 805px;
	background: #f2f2f2;
	padding: 20px;
	border-radius: 6px;
	font-size: 0;
}

.separador-mix > div {
	font-size: 16px;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.separador-mix > div:first-child {
	padding-right: 10px;
	font-size: 0;
}

.separador-mix > div:first-child figure {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	text-align: center;
}

.separador-mix > div:first-child p {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #4a4a4a;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	width: calc(100% - 70px);
}

.topicarousel .item-car {
	margin: 0 12px;
	text-align: center;
	padding: 15px;
	height: 140px;
	border-radius: 6px;
	background-color: #edeeee;
	position: relative;
	transition: all .2s ease;
}

.item-car figure {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	margin-top: 15px;
}

.item-car figure img {
	display: inline-block;
	vertical-align: middle;
}

.item-car p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.94;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-top: 4px;
}

.item-car > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.item-car:hover {
	background-color: #dfdfdf;
}

#carousel-topics h2 {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.8px;
	text-align: center;
	color: #282b31;
}

#carousel-topics p {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.94;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-bottom: 50px;
}

#carousel-topics {
	padding-bottom: 30px;
}

.last-section {
	text-align: center;
	padding-bottom: 120px;
	padding-top: 60px;
}

.last-section h2 {
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: center;
	color: #4a4a4a;
	margin-bottom: 30px;
}

.last-section a {
	width: 223px;
	height: 60px;
	border-radius: 30px;
	background-color: #6cd591;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;

}

.last-section a i {
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 5px;
	transition: all .3s ease;
}

.last-section a:hover i,
#hero a:hover i {
	margin-left: 10px;
}

.last-section a:hover,
#hero a:hover {
	-webkit-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	-moz-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
}

.header-posts {
	padding-top: 70px;
	text-align: center;
}

.header-posts h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -2px;
	text-align: center;
	color: #3c3d41;
	max-width: 820px;
	margin: 30px auto;
}

.single-post .metadata li {
	vertical-align: middle;
}

.single-post .min-read {
	background: url(../png/readin-time.png) no-repeat left center;
	color: #a49d9d;
}

.date-meta { 
	background: url(../png/publish-date.png) no-repeat left center;
	color: #a49d9d;
}

.total-share {
	border-radius: 17px;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
	background: url(../png/share-icon-2.png) no-repeat calc(100% - 15px) center;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	padding-right: 24px;
	letter-spacing: normal;
	color: #838d8f;
	display: inline-block;
	padding: 11px 42px 11px 17px;
}

.content p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #282b31;
	margin-bottom: 20px;
}

.content p:last-child {
	margin: 0;
}

.content p strong {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: -0.4px;
	color: #282b31;
}

.blocks-single {
	font-size: 0;
	max-width: 980px;
	margin: auto;
}

.blocks-single .sidebar {
	width: 256px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.blocks-single .content {
	width: calc(100% - 280px);
	margin-left: 24px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.author-info {
	text-align: center;
	border-radius: 4px 4px 0 0;
	border: solid 1px #ededed;
	padding: 30px 40px;
	max-width: 200px;
	margin: auto;
}

.author-info figure {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 13px;
}

.author-info h6 {
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #212121;
	max-width: 98px;
	margin: auto;
	margin-bottom: 3px;
}

.author-info p {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #838c8d;
}

#rs-author {
	border: solid 1px #ededed;
	border-radius: 4px;
	font-size: 0;
	margin-top: 20px;
}

#rs-author li {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	padding: 0;
	border-left: solid 1px #ededed;
	transition: all .2s ease;
}

#rs-author li:hover a, .allpostsauthor:hover {
	color: #2b9778
}

#rs-author li:first-child {
	border: none;
}

#rs-author li a {
	font-size: 16px;
	display: block;
	color: #bdc5c7;
	padding: 11px 0;
}

.allpostsauthor {
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.8px;
	color: #838c8d;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 14px 0;
	border-radius: 0 0 4px 4px;
	border: solid 1px #ededed;
	border-top: 0;
	transition: all .2s ease;
	max-width: 200px;
	margin: auto;
}

.image-mix {
	max-width: 980px;
	margin: 20px auto;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.image-mix > div {
	width: 200px;
	border-radius: 4px;
	padding: 25px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	background-color: #fdfdfd;
}

.image-mix > div p {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #6c6c70;
	margin-bottom: 20px;
}

.image-mix > div span {
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #838d8f;
}

#second-block-single .content h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #282b31;
	margin-bottom: 15px;
}

#second-block-single .content p {
	font-family: 'PT Serif', serif;
}

#second-block-single blockquote {
	border: solid 1px #dddddd;
	border-left: none;
	border-right: none;
	padding: 25px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

#second-block-single blockquote p {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #282b31;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon {
	text-align: left;
	height: 32px;
	width: 140px;
	text-transform: uppercase;
	font-size: 10px;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle ul.shareaholic-share-buttons li.shareaholic-share-button {
	height: 32px;
	width: 140px!important;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle.shareaholic-flat.shareaholic-round li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon:before {
	top: 9px;
	left: 18px;
	font-size: 12px;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle ul.shareaholic-share-buttons li.shareaholic-share-button .shareaholic-share-button-verb {
	display: block;
	position: absolute;
	top: 6px;
	left: 50%;
	line-height: 20px !important;
	font-weight: 300;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.cloudtags {
	font-size: 0;
	border: solid 1px #dddddd;
	border-left: 0;
	border-right: 0;
	padding: 18px 0;
	margin: 40px 0;
}

.cloudtags li {
	display: inline-block;
	margin-right: 10px;
}

.cloudtags li a {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #b0c2cc;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #b0c2cc;
	border-radius: 4px;
	padding: 3px 8px;
	transition: all .2s ease;
}

.cloudtags li a:hover {
	background: #b0c2cc;
	color: #fff;
}

#second-block-single {
	margin-bottom: 50px;
}

.widget-subscribe {
	background: #f9f9f9;
	padding: 17px;
	border-radius: 6px;
}

.widget-subscribe figure {
	mix-blend-mode: darken;
	text-align: center;
	margin-bottom: 10px;
}

.widget-subscribe p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	padding: 0 15px;
	margin-bottom: 22px;
}

.widget-subscribe p b {
	font-weight: 700;
}

.widget-subscribe .form-subscribe-footer .your-email input {
	background: #fff;
	padding-left: 5px;
}

#block-grey {
	background: #f7f7f7;
	padding: 80px 0;
}

#block-grey h2 {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #43484d;
	margin-bottom: 35px;
}

.content-post-list {
	font-size: 0;
	margin: 0 -7px;
}

.post-list-zm {
	margin: 0 7px;
	font-size: 16px;
	width: calc(33.33% - 14px);
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 0 30px 10px;
	overflow: hidden;
}

.post-list-zm figure {
	height: 185px;
	margin: 0 -30px 25px;
}

.post-list-zm h3 a {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #43484d;
	text-decoration: none;
	height: 98px;
	overflow: hidden;
	display: block;
}

.post-list-zm h3 a:hover {
	text-decoration: underline;
}

.post-list-zm h3 {
	padding-bottom: 35px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
}

#hero {
	background: url(../png/hero-bg.png) no-repeat bottom center;
	background: url(../png/comb-min.png) no-repeat bottom center;
	padding-top: 170px;
	padding-top: 140px;
	margin-top: -124px;
	padding-bottom: 20px;
	padding-bottom: 100px;
	/*background-size: 100% 100%;*/
}

.page-template-book #hero,
.home #hero {
	padding-bottom: 250px;
}

.cols {
	font-size: 0;
	margin: 0 -30px;
}

.cols > div {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
}

.cols.cols2 > div {
	width: 50%;
}

.cols.cols3 {
	margin: 0 -30px;
}

.cols.cols3 > div {
	width: 33.33%;
	padding: 0 20px;
}


#hero .cols.cols2 > div:first-child {
	padding-right: 0;
}

.cols.cols2.irregular-width > div:first-child {
	width: 55%;
	margin-top: 40px!important;
}

.cols.cols2.irregular-width > div:last-child {
	width: 45%;
}

.page-template-book .cols.cols2.irregular-width > div:first-child {
	width: 60%;
}

.page-template-book .cols.cols2.irregular-width > div:last-child {
	width: 40%;
}

#hero img{
	/*	width:60%; */
}
#hero h2 {
	font-size: 54px;
	font-size: 41px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: -0.8px;
	color: #ffffff;
	text-shadow: 0 1px 0 #5bc280;
	margin-bottom: 25px;
}

#hero p {
	font-size: 26px;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 54px;
}

#hero p i {
	font-weight: 700;
	font-style: italic;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

#hero a {
	width: 203px;
	height: 50px;
	border-radius: 30px;
	background-color: #4a4a4a;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	line-height: 50px;
	transition: all .3s ease;
	-webkit-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	-moz-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
}

#hero a i {
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 5px;
	transition: all .3s ease;
}

#hero figure {
	display: block;
	text-align: right;
}

.page-template-book #hero figure {
	position: relative;
	left: 27%;
}

.home #hero figure {
	margin: 0;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.home #hero figure video {
	margin: -3px;
}

.section-b {
	padding: 100px 0;
	padding:50px 0 100px;
}

.header-text h2 {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 1.1px;
	text-align: center;
	color: #282b31;
	margin-bottom: 30px;
	margin-bottom: 10px;
}

.header-text h2 b {
	font-weight: 700;
}

.header-text p {
	font-size: 22px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-bottom: 30px;
}

.header-text p u {
	font-weight: 500;
}

.header-text i {
	font-style: italic;
}

.item-cito {
	position: relative;
	border: 1px solid #EFEFEF;
	padding: 50px 30px !important;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	/*min-height: 380px;
*/}

.item-cito h4 {
	font-size: 25px;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	margin-bottom: 18px;
	margin-top: 5px;
}

.item-cito p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
}

.item-cito figure {
	text-align: center;
}

.playvideomodal, .more-link {
	border-radius: 40px;
	background: url(../png/video-p.png) no-repeat 14px 8px;
	background-color: #74e09a;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 13px 20px;
	display: block;
	max-width: 340px;
	margin: auto;
	margin-top: 70px;
	transition: all .5s ease;
	margin: -27px auto !important;
	z-index: 99;
	position: relative;

}
.more-link{
	background-image: none;
	margin: 150px auto 100px!important;
	width: auto !important;
	max-width: 396px !important;
}

.playvideomodal:hover, .more-link:hover {
	-webkit-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	-moz-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
}

.text-a {

}

.text-a figure {
	margin-bottom: 25px;
}

.text-a h2 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #6dd692;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}

.text-a p {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #282b31;
}

.figures-right, .figures-left {
	position: relative;
}

.figures-left {
	text-align: right;
}

.figures-right img, .figures-left img {
	position: relative;
	z-index: 2;
}

.figures-right img + img {
	position: absolute;
	right: -30%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}


.figures-left img + img {
	position: absolute;
	left: -30%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.separador-mix.super-separador {
	max-width: 900px;
	padding: 60px;
	margin-bottom: 100px;
}

.separador-mix.super-separador > figure {
	width: 134px;
	display: inline-block;
	vertical-align: middle;
	mix-blend-mode: darken;
}

.separador-mix.super-separador > div {
	width: calc(100% - 134px);
	padding-left: 40px;
}

.separador-mix.super-separador .contenedor-form {
	max-width: 438px;
}

.separador-mix.super-separador p {
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #576178;
	margin-bottom: 10px;
}

.separador-mix.super-separador p b {
	font-weight: 700;
	padding-bottom: 10px;
	display: block;
}

.supp-lang {
	font-size: 0;
	text-align: center;
	max-width: 900px;
	margin: auto;
}

.supp-lang li {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	padding: 15px 25px;
}

.supp-lang h6 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #576178;
	margin-top: 25px;
}

.supp-lang span {
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #9e9e9e;
	display: block;
	text-transform: uppercase;
}

.section-standard {
	padding: 50px 0;
}

.section-standard h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: center;
	color: #c0c0c0;
	margin-bottom: 50px;
}
.mt-n100{
	/*  margin-top:-100px */
}
.hero_text.mt-n100 {
	display: inline-block;
	vertical-align: top;
	margin-top: 60px !important;
}
#logos {
	text-align: center;
	font-size: 0;
}

#logos li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
}

#testimonials {
	background: url(../png/bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 100px 0;
	margin: 100px 0;
}

#testimonials h2 {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 80px;
	padding-top: 130px;
	background: url(../png/quote.png) no-repeat center top;
}

#listestimonials {
	max-width: 930px;
	margin: auto;
}

.testi-big figure {
	width: 70px;
	height: 70px;
	margin: auto;
	display: block;
	margin-bottom: 35px;
	border-radius: 100%;
	box-shadow: 3px 5px 12px rgba(0, 0, 0, .1);
}

.testi-big h4 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
	text-transform: uppercase;
}

.testi-big p {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 0 102px;
	max-width: 930px;
	margin: auto;
}

.testi-big span {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.08;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: none;
}

#listestimonials .slick-prev,
#lang .slick-prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	border: none;
	font-size: 0;
	border-radius: 6px;
	cursor: pointer;
	background: url(../png/arrow-left-icon.png) no-repeat center;
	background-color: #fff;
	z-index: 1;
	margin-top: -30px;
}

#listestimonials .slick-next,
#lang .slick-next {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	border: none;
	font-size: 0;
	border-radius: 6px;
	cursor: pointer;
	background: url(../png/arrow-right-icon.png) no-repeat center;
	background-color: #fff;    
	z-index: 1;
	margin-top: -30px;
}

#lang .slick-prev, #lang .slick-next {
	background-color: transparent;
}

.only-mobile {
	display: none!important;
}

#toggle-menu-mobile {
	display: none;
	background: url(../png/menu-icon.png) no-repeat center;
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 999999;
	top: 20px;
	right: 20px;
	transition: all .3s ease;
}

#toggle-menu-mobile.close {
	background: url(../png/close-icon.png) no-repeat center;
}

.mini-btn {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.1px;
	text-align: center;
	color: #4a4a4a;
	width: 88px;
	height: 20px;
	border-radius: 25px;
	background-color: #ffffff;
	line-height: 21px;
	text-decoration: none;
	position: absolute;
	left: 20px;
	top: 20px;
}
.section-padding {
	position:relative
}
.section-padding.pattern_one:before {
	content:"";
	content:url(../png/bg-circles-2.png);
	position:absolute;
	display:block;
	visibility:visible;
	right:0;
	top: -100px;
	z-index: -1;
}
.section-padding.pattern_3:before{
	content: "";
	background: url(../png/bg-circles-1.png);
	position: absolute;
	display: block;
	visibility: visible;
	left: 0;
	top: -33%;
	z-index: -1;
	height: 560px;
	width: 360px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section-padding.pattern_3 .figures-right:after{
	content: "";
	background: url(../png/bitmap_circle.png);
	position: absolute;
	display: block;
	visibility: visible;
	left: 40px;
	bottom: -90px;
	z-index: -1;
	height: 520px;
	width: 500px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section-b .cols {
	padding:0 40px;
}
.item-cito img {
	max-width: 100px;
}
.world-dev{
	margin-top:20px;
}
#logos img {
	height: 26px;
	height: 40px;
}

.home #logos img {
	height: 26px;
}
._form_23{
	margin-top:-10px
}

#herozm {
	background: url(../png/comb-min.png) no-repeat bottom center;
	padding-top: 200px;
	margin-top: -124px;
	padding-bottom: 400px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#herozm p {
	font-size: 44px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 0 #5bc280;
	max-width: 670px;
	margin: auto;
}

#herozm p em {
	font-style: italic;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}

#herozm span {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-top: 15px;
	display: block;
	max-width: 525px;
	margin: 15px auto 0;
}

#herozm:after {
	content: '';
	position: absolute;
	width: 140px;
	height: 140px;
	object-fit: contain;
	border-radius: 98px;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	border: solid 1px #f7f7f7;
	background-color: #ffffff;
	bottom: 164px;
	left: 50%;
	margin-left: -70px;
}

#herozm.method:after {
	background: url(../png/mind-mapping.png) no-repeat center;
	background-color: #ffffff;
	background-size: 90px;
}

#herozm.press:after {
	background: url(../png/press-badge.png) no-repeat center;
	background-color: #ffffff;
	background-size: 90px;
}

#herozm.press.team:after {
	background: url(../png/teamwork.png) no-repeat center;
	background-color: #ffffff;
	background-size: 110px;
}

#herozm.testimonials:after {
	background: url(../png/specialization.png) no-repeat center;
	background-color: #ffffff;
	background-size: 90px;
}

.section-b-int {
	padding: 20px 0;
	background: #fff;
	position: relative;
}

.section-b-int:before {
	content: '';
	position: absolute;
	background: #979797;
	height: 300px;
	width: 1px;
	left: 50%;
	bottom: 100%;
}

.section-b-int .header-text p {
	margin-bottom: 0;
}

.cloudzm {
	font-size: 0;
	background: #fff;
	padding: 15px 20px;
	border-radius: 16px;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	border: solid 1px #f7f7f7;
	position: relative;
	margin: 70px 0;
}

.cloudzm + .cloudzm {
	margin-top: -30px;
	margin-bottom: 40px;
}

.cloudzm > figure {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
}

.cloudzm > div {
	display: inline-block;
	width: calc(100% - 90px);
	vertical-align: middle;
	padding-left: 20px;
}

.cloudzm > div h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	color: #282b31;
}

.cloudzm > div p {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #282b31;
	margin: 10px 0;
}

.cloudzm > div a {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.79;
	letter-spacing: 0.5px;
	color: #6cd591;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

.cloudzm:before, .steps:before, .text-steps:before {
	content: '';
	position: absolute;
	background: #979797;
	height: 40px;
	width: 1px;
	left: 50%;
	bottom: 100%;
}

.cloudzm:after, .steps:after {
	content: '';
	position: absolute;
	background: #979797;
	height: 40px;
	width: 1px;
	left: 50%;
	top: 100%;
}

.steps:last-child:after {
	display: none;
}

.steps {
	position: relative;
	padding-bottom: 60px;
}

.steps.active {
	padding-bottom: 40px;
}

.steps > figure {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #fff;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	border: solid 1px #f7f7f7;
	border-radius: 100%;
	margin: auto;
	margin-bottom: 20px;
}

.steps > figure img {
	vertical-align: middle;
}

.steps h6 {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
}

.steps h6.red {
	color: #ff0000;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 8px
}

.steps h4 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	max-width: 320px;
	margin: 5px auto;
}

.steps > span {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.79;
	letter-spacing: 0.5px;
	color: #6cd591;
	display: block;
	text-decoration: underline;
	width: 80px;
	text-align: center;
	margin: auto;
	cursor: pointer;
}

body ._form_23 {
	margin-top: 0;
}

body div._form_23 > div {
	text-align: left;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
	border: solid 1px #e7e8ea;
	max-width: 380px;
}

body form._form_23 > div {
	background: #fff!important;
	font-size: 0;
	color: #4a4a4a;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0!important;
}

body ._form_23 > div > form[id^='_form_']._inline-style {
	margin: 0!important;
	padding: 0!important;
	display: block!important;
	line-height: normal!important;
}

body ._form_23 > div > form > ._form-content ._form_element {
	margin: 0!important;
	float: none!important;
	width: calc(100% - 77px)!important;
	display: inline-block!important;
	vertical-align: middle;
	position: relative!important;
	top: -1px;
	max-width: none!important;
}

body ._form_23 > div > form > ._form-content ._form_element ._form-title {
	font-size: 22px!important;
	font-weight: 600!important;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5!important;
	letter-spacing: normal;
	color: #576178;
	margin-bottom: 10px!important;
	font-family: 'Ubuntu', sans-serif;
	margin-top: -5px;
	display: none!important;
}

body ._form_23 > div > form > ._form-content ._form_element + ._form_element {
	margin-top: 0!important;
	width: 280px;
}

body ._form_23 > div > form > ._form-content ._form_element + ._form_element label {
	display: none!important;
}

body ._form_23 > div > form > ._form-content ._form_element + ._form_element ._field-wrapper {
	width: 100%;
}

body ._form_23 > div > form > ._form-content ._form_element + ._form_element ._field-wrapper input {
	width: 100%!important;
	font-family: 'Ubuntu', sans-serif!important;
	border: solid 1px #dddddd!important;
}

body ._form_23 > div > form > ._form-content ._button-wrapper {
	margin: 0px!important;
	float: none!important;
	width: 77px!important;
	padding-left: 10px;
	display: inline-block!important;
	vertical-align: middle;
}

body ._form_23 > div > form > ._form-content ._button-wrapper button {
	font-family: 'Ubuntu', sans-serif!important;
}

.text-steps {
	margin: 55px 0 0;
	position: relative;
	display: none;
}

.text-steps > div {
	border-radius: 12px;
	border: solid 1px #959595;
	background-color: #ffffff;
	padding: 25px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #282b31;
}

.text-steps > div h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	color: #282b31;
	margin-bottom: 8px;
}

.text-steps > div p + h3 {
	margin-top: 15px;
}

.text-steps > div p a {
	color: #66bbfa;
	text-decoration: none;
}

.text-steps > div p b,
.text-steps > div p strong {
	font-weight: 500;
}

#buy-book h6 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: -70px;
}

#buy-book p {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
}

#buy-book p a {
	font-weight: normal;
	color: inherit;
}

#buy-book ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
}

#buy-book li {
	display: inline-block;
	margin: 15px;
}

#buy-book li a {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	border: solid 1px #f7f7f7;
	background-color: #ffffff;
	padding: 0 20px;
	text-align: center;
	line-height: 100px;
}

#buy-book li a img {
	vertical-align: middle;
}

#testimonials.no-bg {
	background: #fff;
	margin: 0;
	padding: 50px 0;
}

#testimonials.no-bg h2 {
	background: url(../png/quote-gris.png) no-repeat center top;
	color: #282b31;
}

#testimonials.no-bg .testi-big p {
	color: #282b31;
}

#testimonials.no-bg .testi-big h4 {
	color: #282b31;
}

#testimonials.no-bg .testi-big span {
	display: block;
	color: #282b31;
	max-width: 350px;
	margin: auto;
	line-height: 1.5;
	margin-top: 8px;
}

#logobutton {
	padding: 50px 0;
}

#logobutton .cols3 {
	border-radius: 8px;
	border: solid 1px #e6edf2;
	background-color: #f8f8f8;
	padding: 25px 0;
}

#logobutton figure {
	width: 100%;
	padding: 0 20px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	max-width: 180px;
	margin: 0 auto 30px;
}

#logobutton figure img {
	vertical-align: bottom;
}

#logobutton a {
	max-width: 220px;
	height: 34px;
	border-radius: 30px;
	background-color: #4a4a4a;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 34px;
	transition: all .3s ease;
	width: 100%;
	text-transform: uppercase;
	margin: 25px auto 0;
	position: relative;
}

#logobutton a.crown:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 32px;
	margin-left: -16px;
	top: -15px;
	background: url(../png/group-9.png) no-repeat center;
	height: 24px;
	background-size: contain;
}

#greenpis {
	background: url(../png/bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 100px 0;
	margin: 70px 0 0;
	font-size: 0;
	position: relative;
	z-index: 1;
}

#greenpis .container > figure {
	padding-right: 50px;
	width: 36%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -35px;
}

#greenpis .container > div {
	width: 64%;
	display: inline-block;
	vertical-align: middle;
}

#greenpis .container > div p {
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin-bottom: 20px;
}

#greenpis .container > div p.bigp {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 700;
	font-weight: 1.3;
}

#greenpis .container > div a {
	width: 240px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #6cd591;
	display: inline-block;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;
	margin-top: 30px;
}

#greenpis .container > div a i {
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 5px;
	transition: all .3s ease;
}

.mini-cloud {
	border-radius: 12px;
	box-shadow: 0 6px 12px 0 rgba(32, 33, 39, 0.08);
	background-color: #ffffff;
	padding: 25px 30px 20px;
	margin: 14px 0;
	max-width: calc(100% - 80px);        
	position: relative;
}

.mini-cloud:nth-child(2) {
	left: 80px;
}

.mini-cloud:nth-child(3) {
	left: -80px;
}

.mini-cloud p {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #282b31;
	margin: 0 0 12px;
}

.mini-cloud p b {
	font-weight: 500;
}

.mini-cloud > div {
	border-top: 1px solid #e7e8ea;
	padding-top: 16px;
	font-size: 0;
	margin-top: 25px;
}

.mini-cloud > div span {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.08;
	letter-spacing: normal;
	color: #999ea8;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
}

.stars {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	text-align: right;
}

.std-section h3 {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-bottom: 35px;
}

#moveclouds {
	font-size: 0;
}

#moveclouds > figure {
	width: 250px;
	height: 250px;
	object-fit: contain;
	border-radius: 145px;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	border: solid 1px #f7f7f7;
	background-color: #ffffff;
	padding: 52px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -50px;
}

#moveclouds > div {
	width: calc(100% - 250px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
}

.std-section {
	background: url(../png/bg-gris.png) no-repeat bottom center;
	padding: 190px 0 100px;
	margin-top: -80px;
	margin-bottom: 100px;
}

.section-b-press .cloudzm:first-child {
	margin-top: 40px;
}

.section-b-press {
	margin-top: -164px;
	position: relative;
	z-index: 1;
}

.section-b-press .cloudzm + .cloudzm {
	margin-top: -30px;
	margin-bottom: 70px;
	padding: 30px 20px;
}

.section-b-press .cloudzm:last-child:after {
	display: none;
}

.section-b-press .cloudzm > figure {
	width: 200px;
}

.section-b-press .cloudzm > div {
	width: calc(100% - 200px);
}

.section-b-press .cloudzm > div span {
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #888889;
}

.section-b-press .cloudzm > div h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 6px 0 2px;
	font-weight: 600;
}

.section-b-press .cloudzm > div p {
	margin: 0;
}

.section-b-press .cloudzm > div p a {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 300;
}

.section-b-press .cloudzm > div p a:hover {
	text-decoration: underline;
}

#rszmx {

}

#rszmx ul {
	font-size: 0;
	text-align: center;
}

#rszmx li {
	font-size: 16px;
	display: inline-block;
	margin: 0 20px;
	text-align: center;
}

#rszmx li a {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: 100%;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	border: solid 1px #f7f7f7;
	background-color: #ffffff;
	display: block;
	line-height: 100px;
	overflow: hidden;
	text-align: center;
	padding: 0 14px;
}

#rszmx li:nth-child(3) a {
	padding: 0 19px;
}

#rszmx li a img {
	vertical-align: middle;
}

#rszmx li p {
	margin-top: 15px;
	font-weight: 600;
}

#herozm.testimonials {
	padding-top: 150px;
	padding-bottom: 320px;
	background-color: #f8f8f8;
}

#herozm.testimonials .cols.cols2 > div:first-child {
	width: 55%;
	padding-right: 0;
}

#herozm.testimonials .cols.cols2 > div:last-child {
	width: 45%;
}

#herozm.testimonials  span,
#herozm.testimonials p {
	text-align: left;
}

.conected .mini-cloud {
	max-width: 100%;
	left: 0;
	margin: 50px 0;
}

#moveclouds.conected > div {
	padding: 0;
	width: 100%;
	max-width: 770px;
	margin: auto;
	display: block;
}

#moveclouds.conected {
	font-size: 0;
	position: relative;
	z-index: 13;
}

.std-section-b {
	padding: 190px 0;
	margin-top: -353px;
	margin-bottom: 0;
	background: #f8f8f8;
	position: relative;
}

.conected .mini-cloud:before {
	content: '';
	position: absolute;
	background: #979797;
	height: 50px;
	width: 1px;
	left: 50%;
	bottom: 100%;
}

.aflast-section {
	background: url(../png/bg-asi.png) no-repeat center;
	padding: 100px 0;
	background-size: 100% 100%;
	margin-top: -100px;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

.aflast-section h6 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 5px;
	opacity: 1;
}

.aflast-section figure img {
	max-width: 100px;
}

.aflast-section p {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.39;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	min-height: 70px;
}

.aflast-section a {
	width: 215px;
	height: 40px;
	border-radius: 30px;
	background-color: #4a4a4a;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 40px;
	transition: all .3s ease;
	margin-top: 10px;
	text-transform: uppercase;
}

.aflast-section a i {
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-left: 5px;
	transition: all .3s ease;
}

.text-steps > div ul li {
	font-size: 16px;
	margin-bottom: 15px;
	list-style: circle;
	list-style-position: inside;
}

.text-steps > div ul li:last-child {
	margin-bottom: 10px;
}

.cloudzm .text-steps {
	margin: 10px 0 0;
}

.cloudzm .text-steps:before {
	display: none;
}

.cloudzm .text-steps > div {
	border: none;
	padding: 0;
}

#menu-menu li:last-child a:after {
	display: none;
}

#menu-menu li:last-child a:hover {
	color: #4a4a4a;
	background: #fff;
	-webkit-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	-moz-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
}

body .pum-theme-47 .pum-container, 
body .pum-theme-lightbox .pum-container {
	padding: 0;
	border: none;
	background: transparent;
	line-height: 0;
	border-radius: 0;
	margin-bottom: 0;
}

body .pum-container .pum-content>:last-child {
	line-height: 0;
}

body .pum-theme-47 .pum-content + .pum-close, 
body .pum-theme-lightbox .pum-content + .pum-close {
	right: -10px;
	top: -40px;
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 40px;
	font-weight: 300;
}

body ._form_23._form_23 > div > form._form._form_23 > ._form-content ._form_element + ._form_element input[type="text"] {
	display: block!important;
	width: 100%!important;
	font-size: 17px!important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0!important;
	font-family: 'Ubuntu', sans-serif!important;
	background: url(../png/mail.png) no-repeat 0 0;
	padding-left: 33px!important;
	border: none!important;
}

body ._form_23._form_23 > div > form._form._form_23 > ._form-content ._button-wrapper #_form_23_submit {
	font-family: 'Ubuntu', sans-serif!important;
	width: 67px;
	height: 30px;
	border-radius: 25px!important;
	background-color: #4a4a4a!important;
	border: none!important;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff!important;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease;
	font-size: 0;
}

body ._form_23._form_23 > div > form._form._form_23 > ._form-content ._button-wrapper #_form_23_submit:before {
	content: 'GO';
	position: relative;
	font-size: 14px;
	top: -6px;
}


body ._form_13._form_13 > div > form._form._form_13 > ._form-content ._form_element label._form-label {
	font-size: 16px !important;
	display: none!important;
}

body ._form_13 > div > form._form._form_13 {
	padding: 0!important;
	margin: 0!important;
	display: block!important;
	font-size: 0!important;
}

body ._form_13 > div > form._form._form_13 > div {
	background: #fff;
	color: #4a4a4a;
	font-family: 'Ubuntu', sans-serif;
}

body ._form_13 > div > form._form._form_13 > div ._form_element {
	margin: 0!important;
	float: none!important;
	width: calc(100% - 77px)!important;
	display: inline-block!important;
	vertical-align: middle;
	position: relative!important;
	top: -1px;
	max-width: none!important;
}

body ._form_13 > div > form._form._form_13 > div ._form_element input {
	display: block!important;
	width: 100%!important;
	font-size: 17px!important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0!important;
	font-family: 'Ubuntu', sans-serif!important;
	background: url(../png/mail.png) no-repeat 0 0;
	padding-left: 33px!important;
	border: none!important;
}


body ._form_13 > div > form._form._form_13 > div ._button-wrapper {
	margin: 0px!important;
	float: none!important;
	width: 77px!important;
	padding-left: 10px;
	display: inline-block!important;
	vertical-align: middle;
}

body ._form_13 > div > form._form._form_13 > div ._button-wrapper button {
	font-family: 'Ubuntu', sans-serif!important;
	width: 67px;
	height: 30px;
	border-radius: 25px!important;
	background-color: #4a4a4a!important;
	border: none!important;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff!important;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease;
	font-size: 0!important;
}

body ._form_13 > div > form._form._form_13 > div ._button-wrapper button:before {
	content: 'GO';
	position: relative;
	font-size: 14px;
	top: -2px;
}

body ._form_13 > div > form._form._form_13 > div._form-thank-you, body form._form_23 > div._form-thank-you {
	font-size: 16px!important;
	color: #000;
	font-family: 'Ubuntu';
	margin-top: 0!important;
}

#contentvideo {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
/*	transform-origin: 50% 70%;
	-webkit-transform: perspective(900px) rotateY(-5deg) scale(0.85,0.91) translate(-2.3%, -4.1%);
	transform: perspective(900px) rotateY(-5deg) scale(0.85,0.91) translate(-2.3%, -4.1%);*/
	/*border-radius: 36px;*/
	overflow: hidden;
	border-radius: 20px;
	/*border: 3px solid #fff;*/
}

.entry-content .col-container {
	display: table;
	width: 100%;
}

.page-template-default .entry-content {
	line-height: 1.5;
	font-size: 16px;
}

.page-template-default h2 {
	font-size: 32px;
	font-weight: 300;
}

.page-template-default h3 {
	font-size: 28px;
}

.page-template-default strong {
	font-weight: 700;
}

.entry-content .col {
	display: table-cell;
	text-align: center;
	width: 48%;
	vertical-align: middle;
	margin-right: 8%;
}

.entry-content .container.mt-5.mb-5 {
	max-width: none;
}

.entry-content ul.timeline {
	list-style-type: none;
	position: relative;
	margin: 0;
}

.entry-content ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: -10px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

.entry-content ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
	list-style: none;
}

.entry-content ul.timeline > li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: -20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}

.entry-content .col-five {
	display: table-cell;
	text-align: center;
	width: 12%;
	vertical-align: top;
	padding: 1% 1%;
}

.pfard-flex-container {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: center;
	width: 50%;
	margin: 10px auto;
}

.pfard-flex-one {
	flex-basis: 80px;
	align-self: stretch;
	align-items: center;
	font-size: 4rem;
	padding: 2rem 2rem;
	text-align: center;
	font-weight: heavy;
	background-color: #ffffff;
}

.pfard-flex-two {
	flex: 1 100%;
	align-self: stretch;
	display: flex;
	align-items: center;
	text-align: left;
	background-color: #e5f7ec;
	padding: 2rem 1rem;
}

.page-template-testimonials .mini-cloud > div span {
	line-height: 1.4;
}

.woocommerce .quantity .qty {
	padding: 8px 16px 8px;
}

.first-block {

}

.first-block h3 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 1px;
	text-align: center;
	color: #282b31;
	margin-bottom: 23px;
}

.first-block p {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	max-width: 880px;
	margin: auto;
}

.second-block {
	font-size: 0;
	border-radius: 16px;
	box-shadow: 0 2px 14px 0 rgba(32, 33, 39, 0.1);
	background-color: #ffffff;
	padding: 35px;
	position: relative;
	margin: 130px 0 158px;
}

.second-block:before {
	content: '';
	position: absolute;
	background: #979797;
	width: 1px;
	height: 80px;
	top: -100px;
	left: 50%;
}

.second-block:after {
	content: '';
	position: absolute;
	background: #979797;
	width: 1px;
	height: 140px;
	bottom: -158px;
	left: 50%;
}

.second-block > figure {
	width: 35%;
	vertical-align: middle;
	display: inline-block;
}

.second-block > div {
	width: 65%;
	vertical-align: middle;
	display: inline-block;
	padding-left: 34px;
}

.second-block > div span {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	color: #282b31;
	display: inline-block;
	padding: 0 15px;
	background-color: #74e09a;
	margin-bottom: 9px;
}

.second-block > div h6 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #282b31;
	margin-bottom: 26px;
}

.second-block > div p {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #282b31;
}

.darksection {
	background: url(../png/maskbg.png);
	background-size: 100% 100%;
	padding: 115px 20px 225px;
	position: relative;
}

.darksection > h3 {
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.darksection ul:before {
	content: '';
	position: absolute;
	width: 100vw;
	top: 50%;
	margin-top: 7px;
	height: 2px;
	opacity: 0.44;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.darksection ul {
	max-width: 960px;
	margin: auto;
	text-align: center;
	font-size: 0;
	position: relative;
}

.darksection ul li {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: center;
	color: #ffffff;
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 60px;
	position: relative;
	/*transform: translateX(-25%);
*/	padding-left: 30px;
	padding-right: 30px;
}

.darksection ul li:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 36px;
	opacity: 0.44;
	background: #fff;
	bottom: 17px;
}

.darksection ul li:after {
	content: '';
	position: absolute;
	background: url(../png/oval-4.png);
	width: 22px;
	height: 22px;
	bottom: -11px;
	left: 50%;
	margin-left: -10px;
}

.darksection ul li:nth-child(4)~li {
	vertical-align: top;
	padding-bottom: 0;
	padding-top: 60px;
	/*transform: translateX(-25%);
*/}

.darksection ul li:nth-child(4)~li:before {
	content: '';
	position: absolute;
	bottom: initial;
	top: 17px;
}

.darksection ul li:nth-child(4)~li:after {
	content: '';
	position: absolute;
	bottom: initial;
	top: -11px;
}

.darksection ul li p {
	padding-bottom: 14px;
}

.darksection ul li:nth-child(4)~li p {
	padding-bottom: 0;
	padding-top: 14px;
}

.darksection ul li b {
	font-weight: 700;
	display: block;
}

#themapamundi {
	padding-top: 190px;
	padding-bottom: 150px;
}

#themapamundi h2 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 1px;
	text-align: center;
	color: #282b31;
	margin-bottom: 10px;
}

#themapamundi > .container > p {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-bottom: 100px;
}

#mapamundi {
	background: url(../png/image-1-1.png) no-repeat center;
	position: relative;
	width: 930px;
	height: 570px;
	margin: auto;
}

.dotsmember {
	position: absolute;
	max-width: 314px;
}

.dotsmember .dotxi {
	position: absolute;
	width: 9px;
	height: 9px;
	background: #272a30;
	border-radius: 100%;
	left: -26px;
	top: 50%;
	margin-top: -4px;
	cursor: pointer;
	z-index: 1;
}

.membert1 {
	left: 126px;
	top: 27px;
}

.membert2 {
	left: 216px;
	top: 115px;
}

.membert3 {
	top: 145px;
	left: 126px;
}

.membert4 {
	left: 236px;
	top: 91px;
}

.membert18 {
	left: 246px;
	top: 135px;
}

.membert5 {
	left: 236px;
	top: 155px;
}

.membert6 {
	top: 205px;
	left: 146px;
}

.membert7 {
	top: 185px;
	left: 206px;
}

.membert8 {
	top: 185px;
	left: 246px;
}

.membert9 {
	top: 225px;
	left: 236px;
}

.membert10 {
	top: 105px;
	left: 476px;
}

.membert11 {
	top: 165px;
	left: 436px;
}

.membert12 {
	top: 155px;
	left: 506px;
}

.membert13 {
	top: 165px;
	left: 516px;
}

.membert14 {
	top: 435px;
	left: 506px;
}

.membert15 {
	top: 275px;
	left: 676px;
}

.membert16 {
	top: 235px;
	left: 521px;
}

.membert17 {
	top: 265px;
	left: 452px;
}

.cardmember {
	opacity: 0;
	box-shadow: 0 4px 15px 0 rgba(32, 33, 39, 0.1);
	background-color: #272a30;
	padding: 10px;
	border-radius: 3px;
	position: relative;
	font-size: 0;
	display: inline-block;
	transition: all .3s ease;
	pointer-events: none;
}

.dotsmember .dotxi:hover + .cardmember {
	opacity: 0.9;
	z-index: 2;
}

.cardmember b.clear {
	display: block;
	height: 10px;
}

.cardmember:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 42, 48, 0);
	border-right-color: #272a30;
	border-width: 5px;
	margin-top: -5px;
}

.membert16 .cardmember:after,
.membert17 .cardmember:after {
	right: initial;
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 42, 48, 0);
	border-left-color: #272a30;
	border-width: 5px;
	margin-top: -5px;
}

.membert16.dotsmember .dotxi,
.membert17.dotsmember .dotxi {
	left: initial;
	right: -24px;
}

.cardmember > figure {
	width: 78px;
	display: inline-block;
	vertical-align: middle;
	height: 78px;
	border-radius: 100%;
	overflow: hidden;
}

.cardmember > div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 78px);
}

.cardmember > div h5 {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}

.cardmember > div span {
	font-size: 7px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.cardmember > div p {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #fff;
	text-transform: capitalize;
	margin-top: 10px;
}

.gray-last {
	background: url(../png/bg-copy-2.png) no-repeat center;
	background-size: 100% 100%;
	padding: 140px 0;
	margin-bottom: 90px;
}

.gray-last > .container > h2 {
	font-size: 35px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
}

.gray-last > .container > p {
	max-width: 752px;
	font-family: Ubuntu;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.6px;
	text-align: center;
	color: #282b31;
	margin: auto;
	padding-bottom: 70px;
}

#lastidgray {
	font-size: 0;
}

#lastidgray > figure {
	width: 250px;
	height: 250px;
	object-fit: contain;
	border-radius: 145px;
	box-shadow: 0 6px 14px 0 rgba(32, 33, 39, 0.1);
	background-color: #fff;
	display: inline-block;
	text-align: center;
	padding: 40px;
	overflow: hidden;
	margin-top: 168px;
}

#lastidgray > div {
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
	width: calc(100% - 250px);
}

.itemgraylast {
	font-size: 0;
	border-radius: 12px;
	box-shadow: 0 6px 12px 0 rgba(32, 33, 39, 0.08);
	background-color: #fff;
	padding: 20px 40px;
	margin: 20px 0;
	position: relative;
}

.itemgraylast .letter {
	font-size: 116px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #282b31;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}

.itemgraylast > div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	padding-left: 30px;
}


.itemgraylast > div h6 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #282b31;
	text-transform: uppercase;
	padding-bottom: 7px;
}

.itemgraylast > div p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #282b31;
}

.itemgraylast:nth-child(1) {
	left: 30px;
}

.itemgraylast:nth-child(2) {
	left: 100px;
}

.itemgraylast:nth-child(4) {
	left: 160px;
}

.itemgraylast:nth-child(5) {
	left: 100px;
}


/* inicio shop */

#herozm.shop span, #herozm.shop p {
	text-align: left;
}

#herozm.shop {
	padding-top: 150px;
	padding-bottom: 320px;
}

#herozm.shop:after {
	display:none;
}

.product-zm {
	padding: 35px;
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}

.product-zm figure {
	position: relative;
	line-height: 0;
	font-size: 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	margin-bottom: 17px;
	height: 317px;
	display: inline-block;
}

.product-zm figure img {
	height: 100%;
	width:auto;
}

.product-zm figure:after {    
	position: absolute;
	content: '';
	transition: all .3s ease;    
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	pointer-events: none;
}

.product-zm figure:hover:after {
	opacity: 0.7;
	border-radius: 12px;
	background: url(../png/shape.png) no-repeat center;
	background-color: #74e09a;
}

.product-zm h4 a {
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.24;
	letter-spacing: 0.2px;
	color: #555963;
	display: block;
	margin-bottom: 18px;
}

.product-zm span {
	font-size: 38px!important;
	font-weight: 300!important;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.76;
	letter-spacing: normal;
	color: #ffca28;
	display: block;
}

#block-productszm > .container > div {
	font-size: 0;
	margin: 0 -35px;
}

#separator-shop > .container {
	font-size: 0;
}

#separator-shop > .container > figure {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

#separator-shop > .container > div {
	width: calc(100% - 200px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
}

#separator-shop > .container > div h3 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 1px;
	color: #282b31;
	margin-bottom: 20px;
}

#separator-shop > .container > div p {
	font-size: 22px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: normal;
	color: #282b31;
}

.iteam-productzm {
	font-size: 0;
	position: relative;
}

.iteam-productzm .permaproduct {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.iteam-productzm > figure {
	line-height: 0;
	width: 52%;
	display: inline-block;
	vertical-align: top;
}

.iteam-productzm > div {
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	width: 48%;
}

.iteam-productzm > div h2 {
	font-size: 57px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.02;
	letter-spacing: normal;
	color: #555963;
	margin-bottom: 19px;
}

.iteam-productzm > div h6 {
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #da8913;
	margin-bottom: 50px;
}


.iteam-productzm > div p {
	font-size: 23px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #555963;
	margin-bottom: 50px;
}


.iteam-productzm > div span {
	font-size: 38px!important;
	font-weight: normal!important;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.76;
	letter-spacing: normal;
	color: #555963;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}


.iteam-productzm > div a {
	min-width: 187px;
	height: 43px;
	border-radius: 21.5px;
	background-color: #74e09a;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align: center;
	line-height: 43px;
	text-transform: uppercase;
	padding: 0 15px;
}

#carousel-productszm {
	max-width: 900px;
	margin: auto;
}

#gral-carousel-productszm {
	position: relative;
	padding: 60px 245px;
}

#carousel-productszm .slick-prev {
	background: url(../png/arrow-left1.png) no-repeat center;
	font-size: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

#carousel-productszm .slick-next {
	background: url(../png/arrow-right1.png) no-repeat center;
	font-size: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.image-prev, .image-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 437px;
	z-index: 9;
	width: 288px;
	border-radius: 12px;
	overflow: hidden;
	background-size: contain!important;
	background-position: center!important;
	background-color: #fff!important;
	background-repeat: no-repeat!important;
}

.image-prev {
	left: -144px;
}

.image-next {
	right: -144px;
}
.product-zm span.woocommerce-Price-currencySymbol { display: inline-block; }
.product-zm ins {text-decoration: none;}
.product-zm span.woocommerce-Price-amount.amount {display: inline-block;} 
.product-zm del span.woocommerce-Price-amount.amount {display: none;}
.iteam-productzm > div span span.woocommerce-Price-currencySymbol { 
	margin-right: 0px !important;     
	position: relative;
	top: -4px;
}

.container-product {
	padding-top: 80px;
}

.single-product .summary.entry-summary .product_meta,
.woocommerce.single-product ul.products li.product .button {
	display: none;
}

.single-product .summary.entry-summary .product_title {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.02;
	letter-spacing: normal;
	color: #555963;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 30px;
	padding-right: 25px;
}

.single-product .summary.entry-summary .product_title:after {
	content: 'By Gabriel Wyner';
	position: absolute;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #da8913;
	left: 0;
	bottom: 0;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0;
	font-size: 0;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description .tagplay {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #636766;
	display: inline-block;
	width: 106px;
	vertical-align: middle;
}

.bundled_product_excerpt.product_excerpt {
	margin-bottom: 25px;
}

.bundled_product.bundled_product_summary.product  {
	padding: 0 0 20px;
	font-size: 0;
}

.bundled_product.bundled_product_summary.product .bundled_product_images.images {
	float: none;
	width: 64px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.bundled_product.bundled_product_summary.product .details {
	float: none;
	display: inline-block;
	width: calc(100% - 64px);
	padding-left: 20px;
	font-size: 16px;
}

body .bundled_product_summary .bundled_product_images a {
	margin-right: 0;
	margin-top: 0;
	display: block;
}

.bundled_product.bundled_product_summary.product .details .bundled_product_title.product_title {
	padding: 0;
	font-size: 20px;
	margin-bottom: 20px;
}

.bundled_product.bundled_product_summary.product .details .bundled_product_title.product_title .item_title {
	display: block;
}

.bundled_product.bundled_product_summary.product .bundled_product_title .bundled_product_title_link,
.bundled_product.bundled_product_summary.product .details .product_title:after {
	display: none;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0!important;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description > p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #636766;
}

.single-product .mejs-container {
	display: inline-block;
	margin: 0;
	width: calc(100% - 106px)!important;
	vertical-align: middle;
}

.single-product .mejs-container, 
.single-product .mejs-container .mejs-controls, 
.single-product .mejs-embed, 
.single-product .mejs-embed body {
	background: #dfdfdf;
	border-radius: 30px;
}

.single-product .mejs-volume-button,
.single-product .mejs-controls a.mejs-horizontal-volume-slider {
	display: none;
}

.single-product .mejs-button>button {
	background-color: #555963!important;
	margin: 5px 0 0 -3px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-position: 7px 6px;
}

.single-product .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #aeaeae;
}

.single-product .summary.entry-summary .price {
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.76;
	letter-spacing: normal;
	color: #555963;
	padding: 30px 0;
}

.single-product .summary.entry-summary .price span {
	font-size: 38px;
	line-height: normal;
	font-weight: normal;
}

.single-product .summary.entry-summary .cart {
	margin: 0;
}

.single-product .summary.entry-summary .cart .wcpa_form_outer {
	display: none;
}

.woocommerce.single-product .quantity .qty {
	border-radius: 21.5px;
	background-color: #f7f7f7;
	width: 77px;
	height: 43px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #646363;
	font-family: 'Ubuntu';
}

.woocommerce.single-product div.product form.cart .button {
	width: 187px;
	height: 43px;
	border-radius: 21.5px;
	background-color: #74e09a;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-left: 10px;
	transition: all .3s ease;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:after {
	content: '';
	position: absolute;
	height: 7px;
	border-radius: 8px;
	background-color: #e9e9e9;
	width: 100%;
	left: 0;
	bottom: -7px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
	overflow: initial;
	margin-bottom: 25px;
	padding: 0;
}

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

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
	border: none!important;
	background: none!important;
	padding: 0 10px;
	margin: 0;
	position: relative;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active:after {
	content: '';
	position: absolute;
	height: 7px;
	border-radius: 8px;
	background-color: #fca118;
	width: 100%;
	left: 0;
	bottom: -7px;
	display: block!important;
	box-shadow: none;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0.6px;
	text-align: center;
	color: #000000;
}

.woocommerce.single-product div.product .woocommerce-tabs .panel {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #555963;
}

.woocommerce.single-product div.product .woocommerce-tabs .panel p, .woocommerce.single-product .entry-content ul li {
	margin-bottom: 25px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #555963;
}

.woocommerce.single-product .entry-content ul li {
	margin: 15px 0 0;
}

.woocommerce.single-product div.product .woocommerce-tabs .panel h3 {
	font-size: 23px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #555963;
	margin-bottom: 15px;
}

.woocommerce.single-product .entry-content ul {
	margin-bottom: 25px;
}

.woocommerce.single-product div.product .woocommerce-tabs .panel iframe {
	width: 100%;
	height: 500px;
}

.woocommerce.single-product ul.products li.product .woocommerce-loop-product__title {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.24;
	letter-spacing: 0.2px;
	color: #555963;
	margin-bottom: 20px;
}

.woocommerce.single-product ul.products li.product .price,
.woocommerce.single-product ul.products li.product .price span {
	font-size: 38px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.76;
	letter-spacing: normal;
	color: #ffca28;
}

.woocommerce.single-product ul.products li.product .price ins {
	font-weight: 300;
}

.related.products > h2 {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:40px;
}

.woocommerce-cart .site-inner,
.woocommerce-checkout .site-inner {
	background-color: #fff;
}

.woocommerce-cart-form > h2 {
	font-size: 31px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: 0.9px;
	color: #000000;
	margin-bottom: 30px;
}

body .woocommerce table.shop_table {
	margin: 0;
	border: none;
	border-radius: 0;
}

body .woocommerce table.shop_table.woocommerce-cart-form__contents {
	border: 2px solid #dcdcdc;
	border-left: none;
	border-right: none;
}

body .woocommerce table.shop_table td {
	border-top: 2px solid #dcdcdc;
	padding: 17px 17px 17px 0;
}

body .woocommerce table.shop_table th {
	padding: 12px 12px 12px 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 0.4px;
	color: #000000;
}

body #add_payment_method table.cart img, 
body.woocommerce-cart table.cart img, 
body.woocommerce-checkout table.cart img {
	width: 70px;
}

.product-name a {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.11;
	letter-spacing: 0.5px;
	color: #000000;
	display: block;
	font-family: 'Montserrat';
}

body #add_payment_method table.cart .product-thumbnail, 
body.woocommerce-cart table.cart .product-thumbnail, 
body.woocommerce-checkout table.cart .product-thumbnail {
	width: 100px;
}

body .woocommerce table.shop_table td.product-name {
	width: 33%;
}

body .woocommerce table.shop_table td.product-remove {
	width: 30%;
	text-align: center;
}

body .woocommerce table.shop_table td.product-quantity {
	width: 20%;
}

body .woocommerce table.shop_table td.product-subtotal {
	text-align: right;
}

body .woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #000000;
	display: block;
}

body .woocommerce .quantity .qty {
	width: 77px;
	height: 43px;
	border-radius: 21.5px;
	background-color: #f7f7f7;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #646363;
	position: relative;
	left: -6px;
}

body .woocommerce table.shop_table td.product-remove a.remove {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.3px;
	color: #000000!important;
}

body .woocommerce table.shop_table td.product-remove a.remove:hover {
	background: none!important;
}

body .woocommerce table.shop_table td.product-remove a.remove:hover span {
	background: #666!important;
	color: #fff!important;
}

body .woocommerce table.shop_table td.product-remove a.remove span {
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 1px solid #666;
	line-height: 14px;
	border-radius: 18px;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	position: relative;
	top: -1px;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #000000;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr td.actions {
	border-top: none;
	padding-top: 0;
}

body .woocommerce table.shop_table tbody:first-child tr:first-child td, 
body .woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0;
	width: 100%;
	font-size: 16px;
}

body .woocommerce-Price-amount.amount,
body order-total{
	font-weight: 700;
	font-size: 16px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .woocommerce a.button.wc-backward,
body .woocommerce button.button.update_cart {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	background-color: #74e09a;
	padding: 13px 15px;
	max-width: 240px;
	display: block;
	margin-left: auto;
	margin-bottom: 0;
}

body .woocommerce button.button.update_cart {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 13px 15px!important;
	color: #fff!important;
}

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

body .woocommerce a.button.wc-backward {
	background-color:#282b31;
	display: inline-block;
	min-width: 240px;
}

.verti {
	display:inline-block;
	width: 50%;
	vertical-align: bottom;
}

body.woocommerce-cart .cart-collaterals {
	font-size: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
	margin-top: 10px;
}

body .coupon {
	font-size: 0;
}

body .content-coupon {
	padding: 6px;
	border-radius: 20px;
	background-color: #f3f3f3;
	display: inline-block;
	width: calc(100% - 100px);
}

body .content-coupon .input-text {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.3px;
	color: #6b6b6b;
	padding: 0 14px;
	border: none;
	height: 34px;
	background: none;
	display: inline-block;
	width: calc(100% - 55px);
	vertical-align: middle;
}

body .content-coupon input.button {
	border-radius: 20px;
	background-color: #282b31;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
	width: 55px;
	display: inline-block;
	vertical-align: middle;
}

body .value-coupon {
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	width: 100px;
	text-align: right;
	vertical-align: middle;
	padding-left: 20px;
	display: inline-block;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	background-color: #74e09a;
	padding: 13px 15px;
	max-width: 240px;
	display: block;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row label {
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.4px;
	color: #000000;
}

.woocommerce-checkout.page-template-default h3,
.woocommerce-checkout.page-template-default h2 {
	font-size: 31px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: 0.9px;
	color: #000000;
	margin-bottom: 15px;
}

.woocommerce-checkout.page-template-default h2 {
	margin-top: 40px;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
	vertical-align: middle;
}

body .select2-container--default .select2-selection--single {
	border: 1px solid #dcdcdc;
	height: 46px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	font-size: 16px;
	padding-left: 15px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

body .woocommerce-info {
	border-top-color: #000;
}

body.woocommerce-checkout .woocommerce table.shop_table td.product-name {
	width: 100%;
}

/* fin shop */

/* update shop */

.gotobtns {
	position: absolute;
	right: -84px;
	top: 0;
	border-radius: 100%;
	overflow: hidden;
	width: 84px;
	height: 84px;
	z-index: 1;
}

body:not(.postid-31415) #tab-title-test_tab {
	display:none;
}

.iteam-productzm > figure {
	width: 40%;
	vertical-align: middle;
}

.iteam-productzm > div {
	vertical-align: middle;
	padding-left: 30px;
	width: 60%;
}

.iteam-productzm > div h2 {
	font-size: 40px;
	margin-bottom: 14px;
}

.iteam-productzm > div h6 {
	font-size: 20px;
	margin-bottom: 30px;
}

.iteam-productzm > div p {
	font-size: 18px;
	margin-bottom: 30px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none!important;
}

/* fin update shop */

/* ty page */

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: none!important;
}

#tyheader {
	text-align: center;
}

#tyheader h2 {
	margin-top: 20px;
}

#tyheader p {
	max-width: 310px;
	margin: 0 auto 30px;
}

#tyheader a {
	width: 223px;
	height: 60px;
	border-radius: 30px;
	background-color: #6cd591;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.download-file a.woocommerce-MyAccount-downloads-file.button.alt {
	border-radius: 30px;
	background-color: #6cd591;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease;
	text-transform: uppercase;
	margin-bottom: 50px;
	height: auto;
	line-height: normal;
	margin: 0;
	display: block;
}

.download-file span.nobr {
	text-align: center;
	display: block;
	padding-right: 15px;
}

/* end ty page */

body.page-template-unsubscribe {
	background: #74e09a;
}

#formun {
	padding: 50px 0 120px;
}

#formneto {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	max-width: 500px;
	margin: auto;
}

#formneto > figure {
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

#formneto > figure img {
	margin: 0 0 15px!important;
}

#formneto ._form-label {
	/*font-size: 21px!important;*/
	font-weight: bold!important;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: left;
	color: #2e2e2e;
/*	margin-bottom: 5px!important;*/
	font-family: 'Ubuntu', sans-serif;
}

#formneto form._form._form_9 {
	max-width: 100%!important;
	padding: 0;
}

#formneto ._form-content ._form_element._field2._full_width > div label {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #282b31;
	font-family: 'Ubuntu',sans-serif;
}

#formneto ._form-content ._form_element._field2._full_width > div:nth-child(3) {
	background-color: #f8f8f8;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 10px 10px 0 0;
	margin-top: 15px;
	margin-bottom: 0!important;
}

#formneto ._form-content ._form_element._field2._full_width > div:nth-child(4) {
	background-color: #fff;
	padding: 15px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 0!important;
}

#formneto ._form-content ._form_element._field2._full_width > div:nth-child(5) {
	background-color: #f8f8f8;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	margin-bottom: 0!important;
}

#formneto ._form-content ._form_element._field2._full_width > div:nth-child(6) {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 0 0 10px 10px;
	margin-bottom: 15px;
}

#formneto #_form_9_submit {
	width: 250px;
	height: 60px;
	border-radius: 100px!important;
	background-color: #74e09a!important;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	color: #fff!important;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	display: block;
	margin: auto;
	margin-top: 30px;
}

#formneto ._form_element input[data-name="email"] {
    background-color: #fff;
    /* padding: 15px; */
    /* border: 1px solid #e2e2e2; */
    /* border-radius: 10px; */
    /* margin-top: 15px; */
    font-family: 'Ubuntu',sans-serif;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    font-size: 16px
}

/* checkbox */

#formneto ._checkbox-radio input[type="checkbox"] {
	display:none!important;
}

#formneto ._checkbox-radio input + span label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
#formneto ._checkbox-radio input + span label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #d8d8d8;
	border-radius: 4px;
}
#formneto ._checkbox-radio input:hover + span label:before {
	background: #74e09a;
}
#formneto ._checkbox-radio input:focus + span label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#formneto ._checkbox-radio input:checked + span label:before {
	background: #74e09a;
}
#formneto ._checkbox-radio input:disabled + span label {
	color: #b8b8b8;
	cursor: auto;
}
#formneto ._checkbox-radio input:disabled + span label:before {
	box-shadow: none;
	background: #ddd;
}
#formneto ._checkbox-radio input:checked + span label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* responsive */

@media only screen and (max-width: 960px) {
	/* inicio responsive shop */

	#herozm.shop {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	#gral-carousel-productszm {
		position: relative;
		padding: 60px 20px;
	}
	.image-prev, .image-next {
		display: none;
	}
	#carousel-productszm .slick-prev {
		left: -20px;
		transform: none;
		top: 110px;
	} 
	#carousel-productszm .slick-next {
		right: -20px;
		transform: none;
		top: 110px;
	}
	.iteam-productzm > figure {
		width: 220px;
		display: block;
		margin: auto;
		margin-bottom: 40px;
	}
	.iteam-productzm > div {
		padding: 0;
		width: 100%;
	}
	.iteam-productzm > div h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.iteam-productzm > div h6 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.iteam-productzm > div p {
		font-size: 16px;
	}
	#separator-shop > .container > figure {
		display: block;
		width: 100%;
		text-align: center;
	}
	#separator-shop > .container > div {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	#separator-shop > .container > div h3 {
		font-size: 32px;
	}
	#separator-shop > .container > div p {
		font-size: 20px;
	}
	.product-zm {
		padding: 20px 0;
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	#block-productszm > .container > div {
		font-size: 0;
		margin: 0;
	}
	.product-zm h4 a {
		font-size: 18px;
	}
	.product-zm span, .woocommerce.single-product ul.products li.product .price span {
		font-size: 32px!important;
		font-weight: normal;
	}
	.gotobtns, .woocommerce span.onsale {
		display: none;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding-top: 30px;
	}
	.single-product .summary.entry-summary .product_title {
		padding-right: 0;
		font-size: 26px;
		line-height: 1.3;
		padding-bottom: 40px;
	}
	.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
		font-size: 16px;
	}
	body .woocommerce ul.products[class*=columns-] li.product, body.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	.content {
		padding: 25px 0;
	}
	body .woocommerce table.shop_table td.product-name {
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
	.product-name a {
		font-size: 16px;
	}
	body .woocommerce table.shop_table_responsive tr, body.woocommerce-page table.shop_table_responsive tr {
		font-size: 0;
	}
	body .woocommerce table.shop_table td.product-remove {
		padding: 10px;
		width: 50%;
		text-align: left!important;
		display: inline-block;
		min-height: 65px;
	}
	body .woocommerce table.shop_table td.product-remove a.remove {
		margin-top: 10px;
	}

	body .woocommerce table.shop_table td.product-quantity {
		padding: 10px;
		width: 50%;
		display: inline-block;
	}
	.verti {
		display: inline-block;
		width: 100%;
		vertical-align: bottom;
		text-align: center;
		padding-top: 15px;
	}
	body .woocommerce button.button.update_cart,
	body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		margin-left: auto;
		margin-right: auto;
	}
	body.woocommerce-cart .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: bottom;
		margin-top: 10px;
	}
	body .coupon {
		font-size: 0;
		padding-left: 10px;
	}
	body .content-coupon {
		margin-top: 20px;
	}
	.woocommerce-checkout #payment {
		width: 100%!important;
	}

	/* fin responsive shop */

	.page-template-book #hero figure {
		position: relative;
		left: initial;
	}
	.more-link {
		max-width: 300px !important;
		font-size: 14px;
		margin-top: 0!important;
	}
	.item-cito {
		border: 0px solid #EFEFEF;
	}
	.playvideomodal {
		margin: 60px auto 0!important;
	}
	#toggle-menu-mobile {
		display: block;
	}
	#logosite {
		width: 112px;
		display: block;
		margin: auto;
		height: auto;
	}
	.only-mobile {
		display: block!important;
	}
	.only-desktop {
		display: none!important;
	}
	#menu {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.21);
		padding: 25px;
		padding-top: 100px;
		display: none;
		background: url(../svg/logo.svg);
		background-repeat: no-repeat;
		background-color: #fff;
		background-position: 20px 20px;
	}
	#menu-menu {
		text-align: left;
	}
	#menu-menu li {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding: 0;
		display: block;
	}
	#menu-menu li a {
		display: block;
		color: #282b31;
		padding: 20px 0;
	}
	#menu-menu li:last-child a {
		background: #6ed994;
		color: #fff;
		margin-top: 20px;
		width: 162px;
	}
	#header {
		background: #74e09a;
		position: relative;
	}
	#hero {
		background: #74e09a;
		margin: 0;
		padding: 20px 0!important;
	}
	.container {
		padding: 0 20px;
	}
	.cols {
		margin: 0!important;
	}
	.cols > div {
		width: 100%!important;
		padding: 0!important;
	}
	#hero figure {
		text-align: center;
		margin: 0!important;
	}
	#hero h2 {
		font-size: 34px;
		text-align: center;
	}
	#hero p {
		font-size: 22px;
		text-align: center;
	}
	#hero a, .figures-left {
		display: none;
	}
	.cols > div.item-cito {
		position: relative;
		padding: 60px 0 0!important;
		min-height: 1px;
	}
	.figures-right {
		text-align: center;
	}
	.figures-right img + img {
		right: 0;
		max-height: 85%;
	}
	.section-padding {
		padding: 30px 0;
		position:relative;
		overflow: hidden;
	}

	#testimonials {
		background: #74e09a;
		margin: 50px 0 20px;
	}
	.testi-big p {
		padding: 0 40px;
	}
	#listestimonials .slick-prev, #listestimonials .slick-next {
		background-color: transparent;
	}
	#listestimonials .slick-prev {
		left: -20px;
	}
	#listestimonials .slick-next {
		right: -20px;
	}
	.separador-mix.super-separador {
		padding: 20px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}
	.separador-mix.super-separador > figure {
		width: 100%;
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	.separador-mix.super-separador > div {
		text-align: center;
		width: 100%;
		padding: 0;
	}
	#topfooter {
		display: none;
	}
	#li-footer {
		padding: 60px 0 30px;
	}
	#li-footer > li {
		padding: 0;
		padding-bottom: 50px;
		width: 50%;
	}
	#li-footer > li:last-child {
		width: 100%;
	}
	#copy > div {
		display: block;
		width: 100%;
		text-align: left!important;
		line-height: 1.8;
	}
	#copy {
		padding: 20px 0;
	}
	#logos li {
		padding: 20px;
	}
	/*body ._form_23 > div > form > ._form-content ._form_element ._form-title {
	text-align: center;
}
	body ._form_23 > div > form > ._form-content ._form_element + ._form_element {
	margin-top: 10px!important;
	width: 280px;
	float: none!important;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}
	body ._form_23 > div > form > ._form-content ._button-wrapper {
	margin: 10px auto 0!important;
	float: none!important;
	display: block!important;
	width: 280px;
}
	body ._form_23 > div > form > ._form-content ._button-wrapper button {
	width: 100%!important;
	font-size: 14px!important;
}*/
	body div._form_23 > div {
		margin: auto;
	}
	footer .contenedor-form {
		max-width: 380px;
	}
	.aflast-section p {
		min-height: 1px;
	}
	.aflast-section a {
		margin-bottom: 50px;
	}
	.aflast-section {
		background: #6cd591;
		padding: 50px 0 0;
		margin: 0 0 20px;
	}
	#herozm p, #herozm span {
		max-width: none;
	}
	#herozm .cols.cols2 > div:last-child figure {
		padding-top: 20px;
	}
	#herozm, #herozm.testimonials {
		padding-top: 150px;
		padding-bottom: 50px;
		background: #74e09a;
	}
	.std-section-b {
		margin: 0;
		padding: 180px 0 1px;
	}
	#herozm:after {
		bottom: -180px;
	}
	#herozm p {
		font-size: 36px;
	}
	#logosite img {
		margin-left: 0;
	}
	.section-b-press {
		margin: 0;
		padding: 180px 0 1px;
	}
	#rszmx li {
		margin: 20px;
	}
	#buy-book h6 {
		margin-top: 50px;
	}
	#logobutton a {
		margin-bottom: 50px;
	}
	#logobutton figure {
		height: auto;
		line-height: normal;
	}
	#greenpis {
		background: #6cd591;
		margin: 0;
		padding: 60px 0;
	}
	#greenpis .container > div p.bigp {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#greenpis .container > figure {
		padding-right: 0;
		top: initial;
		display: block;
	}
	#greenpis .container > div {
		width: 100%;
		padding-top: 40px;
	}
	.std-section {
		margin: 0 0 50px;
		background: #f8f8f8;
		padding: 50px 0;
	}
	.std-section h3 {
		font-size: 22px;
	}
	#moveclouds > figure {
		display: none;
	}
	#moveclouds > div {
		padding: 0;
		width: 100%;
	}
	.mini-cloud {
		left: initial!important;
		width: 100%;
		max-width: 100%;
	}
	.section-b-int {
		margin: 0;
		padding: 200px 0 1px;
	}
	.section-padding.pattern_3 .figures-right:after {
		display: none;
	}
	.section-b .cols {
		padding: 0;
	}
	#herozm.team {
		padding-bottom: 115px;
		margin-bottom: 120px;
	}
	#herozm.team:after {
		bottom: -71px;
	}
	.second-block {
		font-size: 0;
		border-radius: 16px;
		box-shadow: none;
		background-color: #ffffff;
		padding: 0;
		position: relative;
		margin: 130px 0 80px;
	}
	.second-block:after {
		display: none;
	}
	.second-block > figure {
		width: 100%;
		vertical-align: middle;
		display: block;
		text-align: center;
		margin-bottom: 40px;
		max-width: 337px;
		margin-left: auto;
		margin-right: auto;
	}
	.second-block > div {
		width: 100%;
		vertical-align: middle;
		display: block;
		padding: 0;
		max-width: 337px;
		margin: auto;
	}
	.darksection {
		background: #282b31;
		padding: 65px 20px;
	}
	.darksection ul:before {
		width: 2px;
		left: 40px;
		transform: none;
		top: 0;
		height: 100%;
		margin: 0;
	}
	.darksection ul li {
		padding: 26px 0 26px 116px!important;
		transform: none!important;
		width: 100%;
		text-align: left;
	}
	.darksection ul li:before {
		height: 2px;
		bottom: initial!important;
		top: 33px!important;
		margin-top: 0!important;
		left: 63px;
		right: initial!important;
		width: 40px;
	}
	.darksection ul li:after {
		left: 30px!important;
		top: 23px!important;
		margin: 0!important;
		bottom: initial!important;
		margin-top: 0!important;
		right: initial!important;
		margin-bottom: initial!important;
	}
	.darksection ul li p {
		padding-bottom: 0;
		padding-top: 14px;
	}
	#themapamundi {
		padding: 70px 0;
	}
	#themapamundi > .container > p {
		margin-bottom: 30px;
	}
	#mapamundi {
		background: none;
		position: relative;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.dotsmember {
		position: relative;
		left: 0!important;
		top: initial!important;
		right: initial!important;
		max-width: none;
	}
	.dotsmember .dotxi, .cardmember:after {
		display: none!important;
	}
	.cardmember {
		opacity: 1;
		pointer-events: auto;
		display: block;
		border-top: 1px solid #979797;
		border-radius: 0;
	}
	.cardmember b.clear {
		display: block;
		height: 1px;
		background: #979797;
		margin: 10px -10px;
	}
	.gray-last {
		background: #f8f8f8;
		background-size: 100% 100%;
		padding: 50px 0;
		margin-bottom: 30px;
	}
	#lastidgray > figure {
		display: block;
		margin: 0 auto 20px;
	}
	#lastidgray > div {
		display: inline-block;
		vertical-align: top;
		padding-left: 0;
		width: 100%;
	}
	.itemgraylast {
		left: initial!important;
	}
	.itemgraylast .letter {
		font-size: 86px;
		width: 60px;
	}
	.itemgraylast > div {
		width: calc(100% - 60px);
		padding-left: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.cloudzm > figure {

	}
	.cloudzm > div {
		width: 100%!important;
		padding: 20px 0 0;
	}


	.figures-right img + img {
		right: -50px;
	}


	.figures-left img + img {
		left: -50px;
	}
}

@media only screen and (max-width: 667px) and (min-width: 320px) {

	body ._form_23 > div > form > ._form-content ._form_element {
		display: none!important;
	}

	body ._form_23 > div > form > ._form-content ._form_element + ._form_element {
		display: inline-block!important;
	}
	body form._form_23 > div, body ._form_13 > div > form._form._form_13 > div {
		margin-top: -19px!important;
	}
}