/*
Theme Name: Themify V2
Theme URI: http://themify.me
Author: Themify.me
Version: 1.0.0
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, h1, h2, h3, h4, h5, h6, ol, p, pre,  ul,
dd, dt, li, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure
{
	margin: 0;
	padding: 0;
}

.linkeable
{
	cursor:pointer;
	color :#000;
}

img, fieldset
{
	border: 0;
}

figure
{
	line-height: 0;
}

big
{
	font-size: inherit;
}

/* set img max-width */
img
{
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ie 8 img max-width */

@media \0screen
{
  img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

/* audio */
audio
{
	max-width: 100%;
}

/* iframe */
iframe
{
	max-width: 100%;
	margin: 0 0 30px;
}

/* code */
code, pre code
{
	background: #fffac2;
	color: #333;
	padding: 3px 10px;
	font: .85em/1.7em Monaco, 'Courier New', monospace;
}

pre code
{
	overflow-x: auto;
	padding: 10px 15px;
	margin: 30px 0;
	clear: both;
	display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body
{
	font: 1em/1.8em 'Open Sans', Helvetica, Arial, sans-serif;
	font-family: 'Open Sans';
	color: #666;
	background: #fff;
	word-wrap: break-word;

	-webkit-transition: margin-top 0.5s;
	-moz-transition: margin-top 0.5s;
	-o-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
	-webkit-font-smoothing: antialiased;
}

a
{
	color: #0085FF;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

figure a
{
	border-bottom: none !important;
}

p
{
	margin: .2em 0 2.2em;
	padding: 0;
}

small, .small
{
	font-size: 87%;
}

.x-small
{
	font-size: 80%;
}

strong
{
	color: #000;
}

blockquote
{
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

ins
{
	text-decoration: none;
}

/* LIST
************************************************ */
ul, ol
{
	margin: 1em 0 2.5em 24px;
	padding: 0;
}

ul ul, ul ol, ol ol, ol ul
{
	margin-bottom: 1em;
}

li
{
	margin: 0 0 .5em 0;
	padding: 0;
}

ul.border,
ul.check,
ul.cross {
	margin-left: 0;
}
.border li,
.check li,
.cross li {
	border-top: 1px #f2f2f2 solid;
	padding: .9em 0 .9em 2em;
	list-style: none;
	margin: 0;
	text-indent: -2em;
	line-height: 1.8em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.check li:first-child,
.cross li:first-child {
	border-top: none;
}
.check li:before,
.cross li:before {
	font-size: .875em;
	margin-right: 1em;
}
.check li:before {
	content: "\e805";
}
.cross li:before {
	content: "\e800";
	font-size: 1em;
}
ul.rule,
ol.rule {
	padding: 20px 0 40px;
	margin: 0;
}
.rule li {
	list-style: none;
	padding: .6em 0;
	margin: 0;
	border-bottom: 1px #eee solid;
}

/* border reset */
.noborder {
	border: none !important;
}

/* HEADINGS
************************************************ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4vw;
	margin: 10px 0 .5em;
	color: #000;
	font-weight: 100;
}
h1 {
	font-size: 2.7vw;
	line-height: 0.1em;
	letter-spacing: .1vw;
	font-stretch:condensed;
}
h2 {
	font-size: 8em;
	line-height:1.6em;
	color: inherit;
	margin: 0 0 2.6em;
}
h3 {
	font-size: .8em;
	font-weight: 300;
	margin: 1.7em 0 .6em;
}


.section .claseh1
{
		font-size:1.5em;
		line-height:1.2em;
		letter-spacing:.1vw;
		font-stretch:condensed;
}

.section .claseh2
{
	font-size:1.2em;
	line-height:1em;
	color: inherit;
	margin: 0 0 2.6em;
}

.section .claseh3
{
	font-size: 1.2em;
	font-weight: 400;
	margin: 1.7em 0 .6em;
}

h4 {
	font: 400 1.3em/1.4em 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 2.1em 0 .55em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}


/* FORM
************************************************ */
/* form input */
input, textarea,  input[type=search], button {
	font-size: 1vh;
	font-family: inherit;
	outline: none;
	border:none;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[url] {
	background: #eaf3f7;
	color: #000; /*#696e70;*/
	border:none;
	padding: 12px 15px;
	border-radius: 2px;
	font-size: 2vh;
	-webkit-appearance: none;
	max-width: 90%;
}
input[type=search], input[type=email], input[url]
{
	width: 240px;
	max-width: 90%;
}
label {
	margin-left: 5px;
}

/* text area */
textarea {
	line-height: 150%;
	width: 95%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 3px 0 4px;
	font-size: 11px;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[url]:focus {
	outline: none;
	color: #000;
}

/* form button */
input[type=reset], input[type=submit], button {
	color: #fff;
	border: none;
	border-color: #000;

	-webkit-appearance: none;
}

/* select */

select{
	font-size: .8em;
	color:#000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #CAD2CE;
}

select {
	width: 90%;
	position: relative;
	background-color:#fff;
	/*background-color: transparent !important;*/
	padding: 1px 6px;
	/*border: none;*/
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    text-indent: 1px;
    text-overflow: '';
	outline: none;
	z-index:2;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}
.selectwrapper {
	position: relative;
	display: inline-block !important;
	padding: 0 !important;
	margin: 0;
	float: none !important;
	background: transparent;
}
.selectwrapper:before {
	font-family: fontello;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	color: #aaa;
	content: '\e804';
	font-size: 1.5em;
	line-height: 1em;
	z-index: 1;
}
.selectwrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #eaf3f7 !important;
	border-radius: 2px;
	z-index: 0;
	width: 100%;
	content: '';
	z-index: 0;

}

.selectwrapper:hover:before,
.selectwrapper.clicked:before {
	color: #000;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewidth {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#content {
	width: 71%;
	float: left;
}
#sidebar {
	width: 23%;
	float: right;
}
#content,
#sidebar {
	padding: 5.5% 0 10%;
}
.fullwidth #content {
	width: auto;
	float: none;
}


/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1,
.grid4 > li,
.grid4 .post,
.grid3 > li,
.grid2 > li,
.grid3 .post,
.grid2 .post
{
	margin-left: 4.2%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid4 > li,
.col4-1,
.grid4 .post {
	width: 21.84%;
}
.col4-2,
.col2-1,
.grid2 > li,
.grid2 .post {
	width: 47.89%;
}
.col4-3 {
	width: 65.2%;
}
.grid3 > li,
.col3-1,
.grid3 .post {
	width: 30.52%;
}
.col3-2 {
	width: 65.2%;
}
.col4-3 {
	width: 73.9%;
}

/* clear grid posts */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first,
.grid4 > li:nth-of-type(4n+1),
.grid3 > li:nth-of-type(3n+1),
.grid2 > li:nth-of-type(2n+1),
.grid4 .post:nth-of-type(4n+1),
.grid3 .post:nth-of-type(3n+1),
.grid2 .post:nth-of-type(2n+1) {
	margin-left: 0 !important;
	clear: left;
}

/* clear list style */
ul.grid4,
ul.grid3,
ul.grid2,
ol.grid4,
ol.grid3,
ol.grid2 {
	list-style: none;
	margin: 0;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	margin:0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#header {
	position: relative;
	height: 80px;
	padding-top: 35px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* animate headerwrap */
@-webkit-keyframes animate_headerwrap {
	0% {
		top: -115px;
		opacity: 0;
	}
	50% {
		top: 0;
		opacity: 1;
	}
}
@keyframes animate_headerwrap {
	0% {
		top: -115px;
		opacity: 0;
	}
	50% {
		top: 0;
		opacity: 1;
	}
}
#headerwrap {
	-webkit-animation: animate_headerwrap .5s;
	-moz-animation: animate_headerwrap .5s;
	animation: animate_headerwrap .5s;
}

/* animate headerwrap with promo-bar-on */
@-webkit-keyframes animate_headerwrap_promo_bar {
	0% {
		top: -115px;
		opacity: 0;
	}
	50% {
		top: 0;
		opacity: 1;
	}
}
@keyframes animate_headerwrap_promo_bar {
	0% {
		top: -115px;
		opacity: 0;
	}
	50% {
		top: 60px;
		opacity: 1;
	}
}
.promo-bar-on #headerwrap {
	-webkit-animation: animate_headerwrap_promo_bar .5s;
	-moz-animation: animate_headerwrap_promo_bar .5s;
	animation: animate_headerwrap_promo_bar .5s;
}


/*
FIXED HEADER
************************************************ */
#pagewrap {
	padding-top: 115px;
	/*=============== Posicion Seccion 2================================ */
}
#headerwrap.fixed-header {
	position: fixed;
	background: rgba(255,255,255,.95);
	border-bottom: 1px #efefef solid;
	border-color: rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.5);
}
.fixed-header #header {
	padding-top: 20px;
	height: 90px;
}
.fixed-header #ranca-logo img {
	width: 200px;
	height: 45px;
}
.fixed-header #main-nav {
	top: -8px;
}
.admin-bar .fixed-header {
	top: 26px;
}

/* if fixed header is on */
.fixed-header-on .promo-bar {
	top: -60px;
}

/*
SITE LOGO
************************************************ */
#ranca-logo img {
	width: 220px;
	height: 50px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*
MAIN NAVIGATION
************************************************ */
#main-nav {
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
	font-weight: 100;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#main-nav li {
	margin: 0 .7em;
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 20px 0;   /* altura menu*/
	*display: inline;
	*zoom: 1;
}

/* main level link */
#main-nav a {
	color: #666;
	display: block;
	font-size: 1.125em;
	padding: 8px 0;
}
/* main level link :hover */
#main-nav a:hover{
	color: #000;
}

/* current link */
#main-nav > .current_page_item a,
#main-nav > .current-menu-item a {
	border-bottom: 1px solid #ddd;
	color: #000;

}

/* member link */
#main-nav > li:last-child > a {
	border: 1px #ddd solid;
	border-radius: 5px;
	padding: .5em 1em;
}
#main-nav > li:last-child:hover > a {
	border-color: #fff;
}

/* sub-levels link */
#main-nav ul a,
#main-nav .current_page_item ul a,
#main-nav ul .current_page_item a,
#main-nav .current-menu-item ul a,
#main-nav ul .current-menu-item a  {
	padding: 10px 0;
	margin: 0;
	display: block;
	width: 140px;
	background: none;
	font-size: .95em;  /*Cambio font-size: 0.95em;*/
	/*********************************************************************************************/
	cursor: pointer;
}
#main-nav .current-menu-item ul a {
	border-bottom: none;
}

/* dropdown ul */
#main-nav ul {
	margin: 0 0 0 -86px;
	padding: 5px 15px;
	list-style: none;
	position: absolute;
	background: #fff;
  /*border: 5px solid red;*/

	z-index: 100;
	visibility: hidden;
	margin-top: 20px;
	left: 60%;
	top: 50px;
	text-align: center;
	border-radius: 2px;
}

#main-nav ul:after, #main-nav ul:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;

}
#main-nav ul:after {
	border-bottom-color: #fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
#main-nav ul:before {
	border-bottom-color: #ddd;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}

#main-nav ul li {
	background: none;
	margin: 0;
	float: none;
	border-top: 1px solid #ddd;
	padding: 0;

	/* Interno de sub menu*/
}
#main-nav ul li:first-child {
	border: none;
}
#main-nav ul a,
#main-nav ul a:hover {
	border: none;
}

/* show dropdown ul */
#main-nav li:hover > ul {
	visibility: visible;
	top: 61px;
}
#main-nav > li:last-child:hover > ul {
	top: 61px;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
#menu-icon:after {
	content: '\e806';
}

/* blank link */
#main-nav a[href="#"] {
	cursor: text;
}

/*
MEGA MENU
************************************************ */

#main-nav .mega > .sub-menu
{
	min-width: 382px;
	padding: 12px 0;
	margin: 0;
	left: -30px;
	text-align: left;
}

/* arrow */
#main-nav .mega > ul:after {
	border-bottom-color: #fff;
	border-width: 10px;
	left: 45%;
	margin-left: -108px;
}
#main-nav .mega > ul:before {
	border-bottom-color: #ddd;
	border-width: 12px;
	left: 45%;
	margin-left: -110px;
}

/* show dropdown level 2 */
#main-nav li:hover > .sub-menu ul
{
	visibility: visible;
	margin-top: 0;

}
#main-nav .mega > .sub-menu li
{
	margin: 0 30px;

}
#main-nav .mega > .sub-menu li:last-child
{
	margin-left: 10px;

}
#main-nav .mega > .sub-menu li a
{
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
}
#main-nav .mega li
 {
	list-style: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 0;
	*display: inline;
	*zoom: 1;
}

/* main level link */
#main-nav .mega a
{
	color: #666;
	display: block;
	padding: 8px 0;
	text-align: left;
}

/* level 2 */
#main-nav .mega .sub-menu ul
{
	padding: 0;
	margin: 0;
	border: 0;
	position: static;
	display: inline-block;
}

#main-nav .mega .sub-menu ul li
{
	display: block;
	margin: 0;
	/*border: 5px red  solid ; **/
}

#main-nav .mega .sub-menu ul li a
{
	padding: 2px;
	text-transform: none;
	font-weight: 300;
	color: #666;
}
#main-nav .mega .sub-menu ul li a:hover
{
	color: #000;
}

/* hide the triangle in level 2 */
#main-nav .mega ul ul:after, #main-nav .mega ul ul:before
{
	display: none;
	visibility: hidden;
}

.menu-item-type-post_type
{
	color: #049398;    /*Color letra principal de menu*/
	font-size:1em;
	cursor: pointer;
	font-weight: 400;
}

.menu-item-type-post_type:hover
{
	color: #049398;
	font-size:1em;
}
.menu-item-object-page
{
	color: #666;  /*Letra de sub menu*/
	font-size:1em;
}

.menu-item-object-page:hover
{
	color: #02116a;  /*Letra de sub menu*/
	font-size:1em;
}
/*SEARCH FORM ************************************ */
#searchform {
	position: relative;
	margin-top: 10px;
}
#searchform:before {
	content: "\f002";
	position: absolute;
	top: 14px;
	left: 0;
	font-size: 1.5em;
	color: #ccc;
}
#searchform #s {
	color: #cbcbcb;
	background: #fff;
	border: none;
	border-bottom: #ddd 1px solid;
	border-radius: 0;
	font-size: 1.25em;
	font-weight: 100;
	padding: 0 15px 0 40px;
	width: 75%;
	height: 50px;
}
#searchform #s:focus {
	color: #000;
	border-color: #000;
}

/*
IMAGE
********************************* */
.image-circle img {
	border-radius: 100%;
}
.image-rounded img {
	border-radius: 10px;
}
.image-left,
.image-right {
	margin: 2% auto 8% !important;
	display: inline-block !important;
}
.image-left figure {
	float: left;
	margin-right: 7%;
}
.image-right figure {
	float: right;
	margin-left: 7%;
}
.image-left .image-content,
.image-right .image-content {
	font-size: 1.15em;
	font-weight: 100;
	line-height: 1.7em;
	overflow: hidden;
}
.image-left .image-content {
	text-align: left;
}
.image-right .image-content {
	text-align: right;
}

.image-left h3,
.image-right h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.875em;
	letter-spacing: 1px;
	margin: 1.3em 0 .6em;
}

/* theme frame */
.theme-frame {
	border-radius: 2px 2px 0 0;
	border-width: 1px 1px 0 1px;
	border-color: #aaa;
	border-style: solid;
	display: block;
	background: #ececec;
	text-align: left;
	display: block;
	padding: 1px 0 2px;
}
.theme-frame .dot {
	width: 4px;
	height: 4px;
	margin-left: 3px;
	background: #aaa;
	border-radius: 100%;
	display: inline-block;
}
#page-single-theme .theme-frame {
	padding: 5px 0;
}
#page-single-theme .theme-frame .dot {
	width: 7px;
	height: 7px;
	margin-left: 8px;
}
#page-single-theme .tag-button {
	font-size: .35em;
}

/* Features Icons */
.feature-icon {
	color: #000;
	font-size: 7em;
	line-height: 1em;
	display: inline-block;
}

/*
LIGHTBOX IMAGE
************************************************ */

.venmapa {
	position: relative;
	display: inline-block;

}
.venmapa .zoom {
	display: none;
}
.venmapa:hover .zoom {
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 38px;
	border-radius: 100%;
	padding: 16px 18px 17px;
	margin: -37px 0 0 -32px;
	font-size: 2.3em;
	line-height: 1em;
	color: #7f7f7f;
}
.venmapa .zoom:after {
	content: "\f002";
	line-height: 1;
}

.lightbox {
	position: relative;
	display: inline-block;
}
.lightbox .zoom {
	display: none;
}
.lightbox:hover .zoom {
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 38px;
	border-radius: 100%;
	padding: 16px 18px 17px;
	margin: -37px 0 0 -32px;
	font-size: 2.3em;
	line-height: 1em;
	color: #7f7f7f;
}
.lightbox .zoom:after {
	content: "\f002";
	line-height: 1;
}

/*
BACKGROUND
************************************************ */
/* Purple */
.verde {
	background: #049398;
	color: #fff;
}
.verde a,
.verde h1,
.verde h3,
.verde h4 {
	color: #fff;
}

.verde.button:hover,
.verde.banner:hover {
	background: rgba(101,78,156,.6);
}





.cyanobsc {
	background: #094662;
	color: #fff;
}

.cyanobsc.button:hover,
.cyanobsc.banner:hover {
	background: #317775;
}

.cyan {
	background: #049398;
	color: #fff;
}

.cyan.button:hover,
.cyan.banner:hover {
	background: rgba(101,78,156,.6);
}


.purple {
	background: #5fb26a;
	color: #fff;
}
.purple.button:hover,
.purple.banner:hover {
	background: rgba(101,78,156,.6);
}
.purple a,
.purple h1,
.purple h3,
.purple h4 {
	color: #fff;
}

/* blue */
.blue {
	background: #13c0e1;
	color: #bae7f3 !important;
}
.blue.button:hover,
.blue.banner:hover {
	background: rgba(19,192,225,.6);
}

/* light blue */
.madera
{
		background: #f2ece7;
}
.madera a,
.madera h1,
.madera h3,
.madera h4 {
	color: #000;
}
.light-blue {
	background: #5fb26a;
	/* #5fb26a */
	color: #000; /* Color titulo secundario */
}
.light-blue.button:hover,
.light-blue.banner:hover {
	background: rgba(173,235,252,.6);
}
.light-blue h2,h1,
.light-blue a:hover {
	color: inherit;
}
.light-blue a {
	color: #000;
}

/* sky blue */
.sky-blue {
	background: #74d7fc;
	color: #326477 !important;
}
.sky-blue.button:hover,
.sky-blue.banner:hover {
	background: rgba(116,215,252,.6);
}

/* new blue */
.new-blue {
	background: #6487d5;
	color: #d1dbf3;
}
.new-blue a,
.new-blue h1,
.new-blue h3,
.new-blue h4 {
	color: #fff;
}

/* teal */
.teal {
	background: #74d7fc;
	color: #668182;
	height:auto;
}
.teal.button:hover,
.teal.banner:hover {
	background: rgba(187,235,237,.6);
}
.teal h2,
.teal a:hover {
	color: inherit;
}
.teal a {
	color: #3e5051;
}

/* white */
.white
{
	background: rgba(255,255,255,.6);
	color : #715f29;

}

.white.button:hover,
.white.banner:hover
{
	  background: #fff;
		color: #3e5051;
}
.white h2,
.white a:hover {
	color: inherit;
}
.white a {
	color: #000;
}

/* yellow */
.yellow {
	background: #fdd761;
	color: #715f29;
}
.yellow.button:hover,
.yellow.banner:hover {
	background: rgba(253,215,97,.6);
}
.yellow h2,
.yellow a:hover {
	color: inherit;
}
.yellow a {
	color: #000;
}

/* banner green */
.green {
	background: #01bd5d;
	color: #c6f3d6 !important;
}
.green.button:hover,
.green.banner:hover {
	background: rgba(1,189,93,.6);
}

/* apple green */
.apple-green {
	background: #73b70b;
	color: #c4dfaa;
}
.apple-green.button:hover,
.apple-green.banner:hover {
	background: rgba(115,183,11,.6);
}
.apple-green a,
.apple-green h1,
.apple-green h3,
.apple-green h4 {
	color: #fff;
}
.apple-green h2,
.apple-green a:hover {
	color: #c4dfaa;
}

/* light green */
.light-green {
	background: #c4df9b;
	color: #677651;
}
.light-green.button:hover,
.light-green.banner:hover {
	background: rgba(196,223,115,.6);
}
.light-green h2,
.light-green a:hover {
	color: inherit;
}
.light-green a {
	color: #000;
}

/* aqua green */
.aqua-green {
	background: #74e7cf;
	color: #3a796c;
}
.aqua-green.button:hover,
.aqua-green.banner:hover {
	background: rgba(116,231,207,.6);
}
.aqua-green a {
	color: #000;
}

/* kiwi green */
.kiwi-green {
	background: #acd373;
	color: #6c8647;
}
.kiwi-green.button:hover,
.kiwi-green.banner:hover {
	background: rgba(172,211,115,.6);
}

/* turquoise */
.turquoise {
	background: #12cbd6;
	color: #056f75;
}
.turquoise.button:hover,
.turquoise.banner:hover {
	background: rgba(18,203,214,.6);
}
.turquoise a,
.turquoise h1,
.turquoise h3,
.turquoise h4 {
	color: #fff;
}
.turquoise h2,
.turquoise a:hover {
	color: inherit;
}

/* pink */
.pink {
	background: #fa5ba5;
	color: #fdc6dc !important;
}
.pink.button:hover,
.pink.banner:hover {
	background: rgba(250,91,165,.6);
}
.pink a,
.pink h1,
.pink h3,
.pink h4 {
	color: #fff;
}
.pink h2,
.pink a:hover {
	color: inherit;
}

/* salmon pink */
.salmon-pink {
	background: #fa797d;
	color: #fddcdd;
}
.salmon-pink {
	background: rgba(250,121,125,.6);
}
.salmon-pink a,
.salmon-pink h1,
.salmon-pink h3,
.salmon-pink h4 {
	color: #fff;
}
.salmon-pink h2,
.salmon-pink a:hover {
	color: inherit;
}

/* orange */
.orange {
	background: #f06544;
	color: #fff;
}
.orange.button:hover,
.orange.banner:hover {
	background: rgba(240,101,68,.6);
}
.orange a,
.orange h1,
.orange h3,
.orange h4 {
	color: #fff;
}
.orange h2,
.orange a:hover {
	color: inherit;
}

/* red */
.red {
	background: #ff5353;
	color: #ffcbca;
}
.red.button:hover,
.red.banner:hover {
	background: rgba(255,83,83,.6);
}
.red a,
.red h1,
.red h3,
.red h4 {
	color: #fff;
}

/* black */
.black,
.black.button {
	background: #000;
	color: #999;
}
.black.button:hover,
.black.banner:hover {
	background: rgba(0,0,0,.6);
}
.black a,
.black h1,
.black h3,
.black h4 {
	color: #fff;
}
.black h2,
.black a:hover {
	color: inherit;
}

/*
BUTTON
************************************************ */
input[type=reset],
input[type=submit],
.btn,
.button {
	display: inline-block;
	padding: .7em 1.8em;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin: 0 5px 5px;
	font-weight: bold;
	/*color: #fff !important;*/
}
.btn.large,
.button.large {
	font-size: 1.5em;
}
.btn.small,
.button.small {
	font-size: .75em;
	padding: .2em .8em;
	letter-spacing: 0;
	font-weight: normal;
}

.btn.x-small,
.button.x-small {
	font-size: .70em;
	padding: .2em .8em;
	letter-spacing: 0;
	font-weight: normal;
}
/*
BANNER
************************************************ */
.banner {
	border-radius: 2px;
	display: block;
	padding: 20px 25px;
	text-decoration: none;
}
.banner h3 {
	font: normal 1.1em/1.5em 'Montserrat', sans-serif;
	text-transform: none;
	margin: 0 0 5px;
	color: #fff;
}
.banner p {
	font-size: .875em;
	margin-bottom: 0;
}

/* social */
.banner.social {
	padding: 17px 25px;
}
.banner.social h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.social p {
	overflow: hidden;
}
.social h3:before {
	font-size: 3em;
	float: left;
}

/* RSS */
.banner.rss,
.banner.rss:hover {
	background: #fba924;
	color: #fff;
}
.rss h3:before {
	content: "\f09e";
	margin: 12px 20px 0 0;
}

/* facebook */
.banner.facebook,
.banner.facebook:hover {
	background: #fba924;
	color: #fff;
}
.facebook h3:before {
	content: "\f09a";
	margin: 20px 20px 20 20px;
}



/*
LINE BANNER
************************************************ */
.banner-line {
	display: block;
	border-radius: 0;
	text-align: center;
	padding: 32px;
	text-decoration: none;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	letter-spacing: normal;
	margin: 0;
	color: #999;
}
.banner-line strong {
	font-size: 1.5em;
	margin: 0 0 5px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
}

/* banner line green */
.banner-line.apple-green {
	border: 4px solid #c4dfaa;
	background: #fff;
}
.banner-line.apple-green:hover {
	border: 4px solid #73b70b;
	background: #73b70b;
	color: #fff;
}
.banner-line.apple-green:hover strong {
	color: #fff;
}

/*
BOX CONTENT
************************************************ */
.box-content,
.box-link {
	border-radius: 2px;
	padding: 25px;
	display: block;
	margin-bottom: 30px;
}
.box-content a,
.box-link {
	text-decoration: none;
}
.box-content h3,
.box-link h3 {
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	margin-top: 0;
	letter-spacing: 1px;
}
.box-content p,
.box-link p {
	font-size: .938em;
	margin-bottom: 0;
}
.box-content ul {
	margin: 15px 0 -10px;
}
.box-content li {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}

/*
NOTE
************************************************ */
.note {
	padding: 20px 50px 5px 30px;
	margin: 30px 0 40px;
	border-radius: 2px;
	background: #ffe487;
	color: #786d45;
	position: relative;
}
.note a {
	color: #a62429;
	border-bottom: solid 1px rgba(0,0,0,.1);
}
.note a:hover {
	color: #000;
}
.note h3 {
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
}
.note p {
	margin: 0 0 15px;
}
.note .close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-weight: 100;
	cursor: pointer;
}
.note .close:after {
	content: "\e803";
}

/*
THEME TAG
************************************************ */
.theme-tag {
	position: absolute;
	color: #fff;
	font: .75em/100% 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
	top: 7%;
	left: -3px;
	padding: 5px 4px 5px 10px;
}
.theme-tag:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 11px;
	top: 50%;
	margin-top: -11px;
}
.home .theme-tag {
	display: none;
}


/* featured */
.theme-tag.featured {
	background: #ff5353;
}
.theme-tag.featured:after {
	border-color: rgba(245, 53, 3, 0);
	border-left-color: #ff5353;
}

/* free */
.theme-tag.free {
	background: #1dc871;
}
.theme-tag.free:after {
	border-color: rgba(29, 200, 113, 0);
	border-left-color: #1dc871;
}

/*
BONUS BOX
************************************************ */
.bonus {
	background: #fff0c4;
	border-radius: 2px;
	margin: 4.5% 0 7%;
}
.bonus p {
	font-size: 1.125em;
	color: #8d846b;
	margin: 0;
	padding: 4px 20px;
}
.bonus .bonus-label {
	position: relative;
	background: #ff5353;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 2px 0 0 2px;
	font-weight: bold;
	font-size: 1.125em;
	margin: 0 25px 0 0;
	padding: 7px 20px;
	float: left;
}
.bonus .bonus-label:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 83, 83, 0);
	border-left-color: #ff5353;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

/*
CTA
************************************************ */
.cta-box {
	background: #fcf3cf;
	border-radius: 2px;
	color: #746f5b;
	position: relative;
	padding: 20px 25px 20px 80px;
	margin-bottom: 9%;
}
.cta-box h3 {
	font-size: 1.625em;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin: 0;
}
.cta-box h3 span {
	text-transform: none;
	font-weight: normal;
}
.cta-box p {
	margin-bottom: 0;
}
.cta-box .cta-content {
	padding-right: 32%;
}
.cta-box .cta-content p {
	font-size: .938em;
}
.cta-box .cta-content p a {
	color: #a19b83;
}
.cta-box .cta-content p a:hover {
	color: #000;
}
.cta-box .button {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 1.125em;
	letter-spacing: 1px;
}
/* ribbon */
.cta-box .ribbon {
	top: 39px;
	left: 18px;
}
.cta-box .ribbon:before,
.cta-box .ribbon:after {
	bottom: -.6em;
	border: 1.2em solid #fa797d;
	height: 10px;
}
.cta-box .ribbon:before {
	bottom: -2.8em;
	border-bottom-color: transparent;
}

/*
DIVIDER
************************************************ */
/************************   MIPARALLAX    ****************************/
.miparallax {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	background: #FFF;
	z-index:2;
}

.imgparrallax {
	position:relative;
	background: url('universo3.jpg') no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
}
/*
.parallax-verde {
	-webkit-backface-visibility: hidden;
}
.parallax-verde {
	position: fixed;
	width: 100%;
	top:80px;
}*/
/************************   SECTION    ****************************/
.section .image-left h2,
.section .image-right h2 {
	padding: 0;
}

.divider, .section .divider.pagewidth {
	border-top: 1px #eee solid;
	padding-top: 3%;
}

.section {
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
}
.section .pagewidth {
	padding: 6% 0 5%;
}
.section h2 {
	padding: 0 5%;
}
.section h2,
.section h5 {
	color: inherit;
}
.section a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section.cutoff .pagewidth {
	padding-bottom: 0;
}

/************************  SECCIONES *******************
#seccion1 {	border: solid 3px red; }

#seccion3 {	border: solid 3px purple; }
#seccion4 {	border: solid 3px yellow; }
***********************  VIDEOS ******************* */
#seccion2 {	min-height: 80vh;}

.watch-video {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.375em;
	margin: 40px 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.watch-video:before,
.watch-video:after {
	text-transform: none;
	position: relative;
	top: 13px;
}
.watch-video:before {
	content: "\e801";
	margin-right: 15px;
}
.watch-video:after {
	content: "\e802";
	margin-left: 15px;
}
.watch-video a {
	color: #00c0f3;
	padding-bottom: 3px;
	border-bottom: 1px solid #00c0f3;
}
.watch-video a:hover {
	color: #fff;
	border-color: #fff;
}

/* animation */
.animation {
	background: #000;
	border-radius: 20px 20px 0 0;
	padding: 4% 5% 1%;
	display: inline-block;
	width: 84%;
}
.animation iframe {
	margin: 0;
}

.papiro {
	position: relative;
}
.papiro img {
	vertical-align: bottom;
	border: 3px #fff solid;
}

/* builder intro */
.builder-intro {
	position: relative;
	/*border: 7px RED solid;*/
}
.builder-intro img {
	vertical-align: bottom;
	border: 3px #fff solid;
}
.builder-intro-play {
	width: 210px;
	height: 70px;
	/*border: 7px RED solid;*/
	padding-top: 130px;
	margin: -85px 0 0 -105px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ec008c;
	border-radius: 3px;
	font: 1em/1em 'Montserrat';
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.builder-intro-play {
	color: #fff;
}
.builder-intro-play:hover {
	background: #000;
}
.builder-intro-play:before {
	font-family: FontAwesome;
	content: "\f04b";
	text-transform: none;
	position: absolute;
	top: 70px;
	left: 86px;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	color: #fff;
}


/*
THEME LIST
************************************************ */
.theme-list {
	margin: 0;
	list-style: none;
	text-align: left;
	position: relative;
}
.theme-list li {
	margin-bottom: 3%;
	position: relative;
}
.theme-list .theme-image {
	margin-bottom: 10px;
}
.theme-image a {
	position: relative;
	display: block;
}
.theme-image img {
	width: 100%;
}
.theme-image img {
	border-radius: 0 0 2px 2px;
	border: 1px #aaa solid;
}
.theme-list h3 {
	margin: 0 5px 10px 0;
	text-transform: none;
	font-size: 1.7em;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
}
.theme-list h3 a {
	color: #000;
	border: none;
}
.theme-list h3 a:hover {
	color: #a6a6a6;
}
.theme-list .demo-link {
	font-size: .688em;
}
.theme-list img {
	border-radius: 0 0 2px 2px;
	border: 1px #aaa solid;
}
.theme-list .theme-excerpt {
	font-size: .85em;
	line-height: 1.6em;
	color: #aaa;
}

/* theme-list one column */
.theme-list.thumb-list {
	padding: 0 0 15px;
	margin: 0;
}
.theme-list.thumb-list li {
	padding: 0 0 35px;
	margin: 0;
	float: none;
	width: auto;
	clear: both;
}
.theme-list.thumb-list .theme-image {
	float: left;
	width: 35%;
	margin-right: 15px;
}
.theme-list.thumb-list .theme-image {
	float: left;
	width: 40%;
	margin-right: 15px;
}
.theme-list.thumb-list h3 {
	display: block;
	font-size: 1.4em;
}
.theme-list.thumb-list .tag-button {
	border-width: 0px;
}

/*
SHOWCASE LIST
************************************************ */
.showcase-list {
	margin-bottom: 3% !important;
	list-style: none;
}
.showcase-list li {
	margin-bottom: 3%;
}
.showcase-list .showcase-list-title {
	margin: 10px 0 5px;
	text-transform: none;
	font-size: 1.125em;
}
.showcase-list .showcase-list-title a {
	color: #000;
}
.showcase-list .showcase-list-title a:hover {
	color: #a6a6a6;
}
.showcase-list figure {
	position: relative;
}
.showcase-list img {
	border-radius: 2px;
	border: 1px #e6e6e6 solid;
}
.showcase-list .featured {
	color: #fff;
	line-height: 1em;
	font-size: .75em;
}
.showcase-list p {
	font-size: .875em;
	color: #bbb;
	line-height: 1.4em;
	left: 1px;
}
.showcase-list p a {
	color: #7b7b7b;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*
TAG CLOUD
************************************************ */
.tag-cloud {
	line-height: 1.7em;
	font-size: 1.2em;
	text-align: center;
}
.tag-cloud a {
	color: #ccc;
	margin: 0 2px;
}
.tag-cloud a:hover {
	color: #000;
}

/*
BUILDER
************************************************ */
.builder-buy-option p {
	font-size: 1.2em;
	margin: 15px auto 20px;
	line-height: 1.6em;
	width: 90%;
}
.builder-buy-option .btn-builder {
	margin: 0 0 25px;
}
.builder-buy-option .btn-builder a {
	width: 300px;
	height: 80px;
	font-size: 18px;
	padding-top: 210px;
	margin: 0 auto;
	border-radius: 100%;
	color: #fff;
	display: block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.builder-buy-option .btn-builder.theme a {
	background: #0072bc url(images/builder-theme.png) no-repeat center 67px;
}
.builder-buy-option .btn-builder.plugin a {
	background: #993197 url(images/builder-plugin.png) no-repeat center 67px;
}
.builder-buy-option .btn-builder a:hover {
	background-color: #000;
	color: #fff;
}
.builder-buy-option .builder-price {
	margin: 20px 0;
	font-weight: 100;
	font-size: 1.6em;
	width: auto;
}

/*
DOCS
************************************************ */
#page-docs-list .col {
	margin-left: 4.2%;
	float: left;
	width: 34.3%;
}
#page-docs-list .col:last-child {
	width: 22%;
}
#page-docs-list h2 {
	border-bottom: 1px #eee solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 20px;
	margin: 20px 0 0;
}
#page-docs-list ul {
	margin: 0 0 40px;
}
#page-docs-list li {
	list-style: none;
	padding: .5em 0;
	margin: 0;
	border-bottom: 1px #eee solid;
}
.docs .post-title {
	font-size: 2em;
	margin-bottom: 20px;
}

/* page-single-doc */
#page-single-doc h3 {
	border-top: solid 5px #eee;
	padding-top: 20px;
	font-size: 2.2em;
}
#page-single-doc h4 {
	margin: 10px 0 20px;
	font-size: 1.25em;
}

/* table of content */
.toc {
	border-radius: 2px;
	background: #a5e1fe;
	margin: 0;
	padding: 10px 0;
}
.toc li {
	font-size: .9em;
	margin: 15px 25px;
	list-style: none;
}
.toc a {
	color: #000;
}
.toc a:hover {
	color: #999;
}

/* .toc height according to viewport height */
@media screen and (max-height: 960px) {
	.toc {
		max-height: 700px;
		overflow: auto;
	}
}
@media screen and (max-height: 860px) {
	.toc {
		max-height: 660px;
		overflow: auto;
	}
}
@media screen and (max-height: 760px) {
	.toc {
		max-height: 560px;
		overflow: auto;
	}
}
@media screen and (max-height: 660px) {
	.toc {
		max-height: 460px;
		overflow: auto;
	}
}
@media screen and (max-height: 560px) {
	.toc {
		max-height: 360px;
		overflow: auto;
	}
}

/* breadcrumb */
.breadcrumb {
	font-family: 'Montserrat', sans-serif;
	font-size: .938em;
	text-transform: uppercase;
	color: #ebebeb;
	margin-bottom: 5px;
}
.breadcrumb a {
	color: #00aeef;
}
.breadcrumb a:hover {
	color: #ebebeb;
}

/*
TESTIMONIAL
************************************************ */
.testimonial.grid2 {
	margin: 4% 0 6%;
}
.testimonial li {
	text-align: left;
}
.testimonial-author {
	font-size: 1.15em;
	margin: 0 0 .5em;
	text-align: right;
}
.testimonial-author a {
	border: none;
}
.testimonial-author:before {
	content: "";
	border-top: 1px solid #e3c157;
	display: inline-block;
	width: 30px;
	position: relative;
	top: -5px;
	margin-right: 13px;
}
.testimonial-title {
	font-style: italic;
	font-size: .8em;
	text-align: right;
}
.see-more {
	font-size: 1.125em;
}

/*
AFFILIATES
************************************************ */
.commission {
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	margin: 70px 0 40px;
	color: #000;
	text-transform: uppercase;
}
.commission strong {
	font-size: 3.5em;
	line-height: 100%;
	font-weight: normal;
	display: block;
	margin-bottom: 25px;
}
.affiliate-banners {
	margin: 8% 0 3.5%;
}
.affiliate-banners h2 {
	font-weight: normal;
}
.affiliate-description {
	padding: 0 0 5%;
}
.affiliate-description h3 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.affiliate-description ul {
	margin: 0;
}

/*
WIDGETS
************************************************ */
.widgets {
	margin-bottom: 7% !important;
	padding-top: 9%;
}

/*
SHORTCODES
************************************************ */
/* social share buttons */
.social-shortcode {
	height: auto;
	margin: 10px 0;
	text-align: center;

}
.social-shortcode span {
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top !important;
}
.social-shortcode iframe {
	margin: 0;
	padding: 0;
}

/*
CLUB
************************************************ */
.club-box {
	border-radius: 2px;
	width: 48.2%;
	margin: 2% 0 0 3.5%;
	float: left;
	padding: 4% 0 3%;
}
.club-box:first-child {
	margin-left: 0;
}
.club-box p {
	margin: 0 0;
}
.club-box h3 {
	font-size: 3.125em;
	text-transform: none;
	margin: 0;
}
.club-box .club-description {
	font-size: 1.25em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin: 10px 40px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.club-box .club-price {
	text-transform: uppercase;
	font-size: 4.5em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #000;
	letter-spacing: 1px;
	margin: 45px 0 50px;
}
.club-box .club-price strong {
}
.club-box .button {
	background: #000;
	padding: 1em 2em;
}

/* vertical-column */
.vertical-column {
	background: url(images/arrow_down.png) no-repeat center top;
	margin: 20px 0 50px !important;
	padding-top: 120px;
	border-bottom: 10px solid #eee;
}
.vertical-column > li {
	border-top: 1px #eee solid;
	float: left;
	list-style: none;
	padding: 15px 0 10px;
	margin: 5px 0;
}
.vertical-column .vertical-column-item {
	border-left: 1px #eee solid;
	padding: 15px 30px;
}
.vertical-column h4 {
	font: 1.75em/1.3em 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: .3em 0 .5em;
}
.vertical-column p {
	margin-bottom: 0;
}
.vertical-column .vertical-column-item ul {
	margin-top: 0;
}
.vertical-column .vertical-column-item ul li {
	margin-top: 0;
}

/* grid2 vertical-column */
.vertical-column.grid2 > li {
	width: 50%;
}
.vertical-column.grid2 > li:nth-of-type(2n+1) .vertical-column-item {
	border-left: none;
}

/* grid3 vertical-column */
.vertical-column.grid3 {
	background-position: 69% top;
}
.vertical-column.grid3 li {
	width: 33.3%;
}
.vertical-column.grid3 li:nth-of-type(3n+1) .vertical-column-item {
	border-left: none;
}
.vertical-column h4 {
	font-size: 1.5em;
}

/* faq */
.faq {
	text-align: left;
	margin-top: 10px !important;
}
.faq h1 {
	margin-top: 10px;
}
.faq h4 {
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0;
	text-transform: none;
}

/*
PRCING
************************************************ */
.pricing-box {
	border-radius: 2px;
	margin: 2% 0 0 3.5%;
	float: left;
	padding: 3% 0 2%;
	color: #000;
}
.pricing-box:first-child {
	margin-left: 0;
}
.pricing-box p {
	margin: 0 0;
}
.pricing-box h3 {
	font-size: 1.65em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 5px;
	color: inherit;
}
.pricing-box .pricing-description {
	font: 300 1.1em/1.3em 'Open Sans';
	text-transform: none;
	margin: 0;
}
.pricing-box .pricing-term {
	margin: 0 0 20px;
}
.pricing-box .pricing-price {
	text-transform: uppercase;
	font: 100 4em/1em 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 20px 20% 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 15px;
	white-space: nowrap;
}
.pricing-box .button {
	background: #000;
	padding: .7em 1.3em;
	font-size: 1.2em;
}

/* grid2 pricing-box */
.pricing-boxes.grid2 .pricing-box {
	font-size: 1.1em;
}
.pricing-boxes.grid2 .pricing-box h3 {
	font-size: 2.2em;
}

/* popular pricing */
.pricing-boxes.has-popular .pricing-box {
	margin-top: 70px;
}
.pricing-box.popular-pricing {
	position: relative;
	color: #fff;
	margin-top: 70px;
}
.pricing-box.popular-pricing .pricing-price {
	border-color: rgba(255,255,255,.3);
}
.pricing-box.popular-pricing .popular-text {
	position: absolute;
	top: -75px;
	color: #000;
	font: 1.3em/100% 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: -;
	left: 0;
	text-align: center;
	width: 100%;
}
.pricing-box.popular-pricing .popular-text:before {
	font-family: fontello;
	content: "\e804";
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 30px;
	margin-left: -15px;
}

@-webkit-keyframes animate_popular_text {
	0%, 100% {
		top: -75px;
	}
	50% {
		top: -55px;
	}
}
@keyframes animate_popular_text {
	0%, 100% {
		top: -75px;
	}
	50% {
		top: -55px;
	}
}
.pricing-box.popular-pricing .popular-text {
	-webkit-animation: animate_popular_text 1s ease-out infinite;
	-moz-animation: animate_popular_text 1s ease-out infinite;
	animation: animate_popular_text 1s ease-out infinite;
}

/*
CHANGE LOGS PAGE
************************************************ */
#page-single-log #content ul {
	margin-bottom: 35px;
	font-size: .95em;
}
#page-single-log #content h4 {
	font-size: 1.2em;
	margin: 35px 0 15px;
	border-top: solid 5px #eee;
	padding-top: 20px;
}

/*
ERROR 404 PAGE
************************************************ */
.error-404-page {
	text-align: center;
	margin: 10% 0 10%;
	font-size: 1.3em;
	font-weight: 100;
}
.error-404-title {
	border: solid 1px #654e9c;
	box-shadow: 0 0 0 9px #fff, 0 0 0 10px #654e9c;
	border-radius: 100%;
	margin: auto auto 40px;
	font-size: 4.5em;
	line-height: 100%;
	color: #654e9c;
	padding-top: 60px;
	width: 280px;
	height: 220px;
}
.error-404-title span {
	display: block;
	font: bold .45em 'Montserrat', sans-serif;
	text-transform: uppercase;
}

/*
THEMES PAGE
************************************************ */
#page-themes #content {
	padding-right: 300px
}
#page-themes #sidebar {
	width: 236px;
	position: absolute;
	top: 0;
	right: 0;
}
#page-themes #sidebar .sidebar-inner {
	position: fixed;
	width: 236px;
}

/* Category list */
.category-list {
	margin: 0 0 100px 20px;
	font-size: 1.1em;
}
.category-list li {
	list-style: none;
	margin: 5px 0;
	padding-left: 10px;
}
.category-list a {
	color: #a5a5a5;
	font-size: .938em;
	padding: 8px 0;
	display: block;
}
.category-list a:hover {
	color: #000;
}
.category-list .current-cat {
	color: #000;
	background: #fdd761;
	border-radius: 0 2px 2px 0;
	position: relative;
}
.category-list .current-cat:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(253, 215, 97, 0);
	border-right-color: #fdd761;
	border-width: 19px;
	top: 50%;
	margin-top: -19px;
}
.category-list .current-cat a {
	color: #000;
}

/*
ANNOUNCEMENT BAR PAGE
************************************************ */
.announcement-bar {
	background: none;
	padding-top: 0;
	border: none;
}
.announcement-bar > li,
.announcement-bar .vertical-column-item {
	border-color: rgba(255,255,255,.3);
}
.announcement-bar .vertical-column-item li {
	border: none;
}

/*
THEMIFY ICONS PAGE
************************************************ */
.icons-list h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 1em 0;
}
.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	font-size: 17px;
	color: #000;
	position: absolute;
	margin-top: 5px;
	transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #666;
	margin-left: 35px;
	font-size: .8em;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}

/************************************************************************************
SINGLE THEME
*************************************************************************************/
/* breadcrumb */
#page-single-theme #content .breadcrumb {
	font-family: 'Montserrat', sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	color: #f2f2f2;
	margin: .8em 0 1.8em;
	line-height: 1.6em;
}
#page-single-theme #content .breadcrumb a {
	color: #bbb;
}
#page-single-theme #content .breadcrumb a:hover {
	color: #000;
}

/* post title */
#page-single-theme #content .post-title {
	margin: 0 0 .5em;
}

/* theme single first paragraph */
#page-single-theme #content .post-title + p,
#page-single-theme #content .post-title + p big {
	font-size: 1.1em;
	line-height: 1.9em;
	font-weight: 100;
	color: #555;
}

/* features */
#page-single-theme article ul {
	margin: 0;
}
#page-single-theme article ul li {
	border-top: 1px #f2f2f2 solid;
	padding: 1.7% 0 2% 25px;
	list-style: none;
	margin: 0;
	text-indent: -.5em;
	line-height: 1.8em;
}
#page-single-theme article ul li:before {
	content: " ";
	background: #ccc;
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 100%;
	right: 1em;
	top: -2px;
	position: relative;
}


/* Requirement */
.theme-requirement {
	font-size: .9em;
	margin: 8% 0 5%;
	border-top: solid 1px #ddd;
	padding-top: 20px;
}
.theme-requirement strong {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

/* buy box */
#page-single-theme .buy-box {
	border-radius: 2px;
	padding: 30px 30px 10px;
	position: relative;
}
#page-single-theme .buy-box h3 {
	margin: 0;
	background: #ff5353;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	padding: 10px 20px 10px 30px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
}
#page-single-theme .buy-box h3:after {
	content: "\e804";
	text-transform: none;
	position: absolute;
	right: 50px;
}
#page-single-theme .buy-box h3.hovered {
	border-radius: 2px 2px 0 0;
}

/* buy options */
#page-single-theme .buy-options {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
#page-single-theme .buy-options li {
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	position: relative;
	background: #fff;
}
#page-single-theme .buy-options li:hover {
	background: #daeff8;
	color: #666;
}
#page-single-theme .buy-options li a {
	color: #a6a6a6;
	font-size: .813em;
	display: block;
	padding: 15px 30px;
}
#page-single-theme .buy-options li a strong {
	color: #666;
	font-size: 1.37em;
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-weight: normal;
}
#page-single-theme .buy-options li a:hover strong {
	color: #000;
}
#page-single-theme .buy-options li:last-child {
	border-top: 1px #eee solid;
}
#page-single-theme .buy-options li:last-child a {
	border-radius: 0 0 2px 2px;
}

/* tooltip */
#page-single-theme .tooltip {
	position: absolute;
	background: #fff;
	border: 1px solid #999;
	top: -20px;
	left: -240px;
	border-radius: 2px;
	padding: 10px 20px;
	color: #666;
	font-size: .875em;
	display: none;
	width: 200px;
}
#page-single-theme .tooltip:after,
#page-single-theme .tooltip:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#page-single-theme .tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 7px;
	top: 50%;
	margin-top: -7px;
}
#page-single-theme .tooltip:before {
	border-color: rgba(153, 153, 153, 0);
	border-left-color: #999;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}
#page-single-theme .buy-options li:hover .tooltip {
	display: block;
}

/* check */
#page-single-theme .check {
	margin: 10px 0 0;
}
#page-single-theme .check li {
	border-top: 1px #e2c952 solid;
	padding: 10px 0 10px 2em;
	line-height: 1.5em;
}
#page-single-theme .check li:before {
	color: #7e702d;
}
#page-single-theme .check li:first-child {
	border: none;
}

/* get club */
.get-club {
	margin: 40px 0;
	position: relative;
}
.get-club a {
	color: #a6a6a6;
	font-size: .938em;
}
.get-club a:hover,
.get-club a:hover h3 {
	color: #00c0f3;
}
.get-club h3 {
	color: #000;
	font-size: 1.25em;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.get-club h3 span {
	text-transform: none;
}
.get-club h3,
.get-club p {
	margin: 0 0 0 40px;
}

/* ribbon */
.ribbon {
	position: absolute;
	display: inline-block;
	top: 35px;
}
.ribbon:before,
.ribbon:after {
	content: "";
	bottom: -.1em;
	position: absolute;
	display: block;
	border: .8em solid #fa797d;
	height: 15px;
}
.ribbon:before {
	bottom: -1.35em;
	border-bottom-color: transparent;
}

/* standard features check icon */
.standard-features.icon-check {
	color: #000;
	float: left;
	margin: 0 20px 15px 0;
	font-size: 1.2em;
}

/*
TAG BUTTON
************************************************ */
.theme-post .tag-button {
	color: #01bd5d !important;
	font: normal 0.5em/100% Montserrat, sans-serif;
	text-transform: uppercase;
	/*border-radius: 2px;*/
	padding: .5em .6em;
	letter-spacing: 1px;
	margin: -.5em 0 0 .2em;
	display: inline-block;
	vertical-align: middle;
	/*border: solid 2px #01bd5d;*/
	text-indent: 1px;
}
.theme-post .tag-button:hover {
	color: #fff !important;
	background: #01bd5d;
}
.theme-post .tag-button.buy {
	color: #ff5353 !important;
	background: none;
	/*border-color: #ff5353;*/
	display: none; /* for desktop */
}
.theme-post .tag-button.buy:hover {
	color: #fff !important;
	background: #ff5353;
}

/*
RESPONSIVE VIDEO
************************************************ */
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2.2em;
}
.post-video iframe,
.post-video object,
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-video.padded {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}


/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	clear: both;
	padding-left: 124px;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 1.35em;
	padding-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: solid 1px #eee;
	margin-bottom: 35px;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0 0 25px;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .avatar {
	position: absolute;
	top: 0;
	left: -110px;
	border-radius: 100%;
}
.commentlist cite {
	font-size: 1.625em;
	color: #000;
	font-weight: 100;
	font-style: normal;
	line-height: 1.3em;
}
.commentlist .bypostauthor > .comment-author cite {
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: .938em;
	color: #ccc;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.commentlist .commententry {
	min-height: 40px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 30px 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 5px;
}
.commentlist .comment-reply-link {
	font: normal .85em/1em 'Montserrat', sans-serif;
	color: #00bff3;
	border: solid 1px #00bff3;
	background: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	padding: .4em 1em;
}
.commentlist .comment-reply-link:hover {
	color: #fff;
	background: #00b9ff;
}

/*
COMMENT / CONTACT FORM
************************************************ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #f06544;
	border-radius: 2px;
}
#respond #cancel-comment-reply-link:hover {
	opacity: .6;
}
#commentform {
	margin: 15px 0 0;
}
#contactform {
	margin: 8% 0;
}
#commentform p,
#contactform p {
	margin-bottom: 1em;
}
#commentform input[type=text],
#contactform input[type=text] {
	width: 250px;
	margin-right: 25px;
}
#commentform label,
#contactform label {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#commentform label small,
#contactform label small {
	font-weight: 100;
	text-transform: none;
	letter-spacing: normal;
}
#commentform textarea,
#contactform textarea {
	height: 270px;
}


/************************************************************************************
FIXED SIDEBAR
*************************************************************************************/
.fixed-sidebar {
	position: relative;
}
.fixed-sidebar #content {
	width: auto;
	float: none;
	padding-right: 380px
}
.fixed-sidebar #sidebar {
	width: 310px;
	position: absolute;
	top: 0;
	right: 0;
}
.fixed-sidebar #sidebar .sidebar-inner {
	width: 310px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar .box {
	margin-bottom: 30px;
}
#sidebar .widgettitle {
	font: normal 1.3em/1.5em Montserrat, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin: 2.5em 0 20px;
}

/*
CATEGORY
************************************************ */
#sidebar .blog-category ul {
	margin: 0;
	list-style: none;
}
#sidebar .blog-category li {
	position: relative;
	margin-bottom: 1px;
}
#sidebar .blog-category a {
	color: #ababab;
	display: block;
	position: relative;
	font-size: .938em;
	padding: 10px 20px;
}
#sidebar .blog-category .current-cat a,
#sidebar .blog-category a:hover {
	color: #fff;
}
#sidebar .blog-category span {
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar .blog-category .current-cat span,
#sidebar .blog-category li:hover span {
	width: 100%;
	max-width: 100%;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/*
FOLLOW
************************************************ */
#sidebar .follow .box {
	margin-bottom: 15px;
	text-align: left;
}



/************************************************************************************
POST
*************************************************************************************/
/* post title */
.post-title {
	text-transform: none;
}
.post-title-thick {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.75em;
	text-transform: uppercase;
	margin-top: 38px;
	letter-spacing: 1px;
}
#content .post-title {
	margin-top: 0;
}
.page-title {
	margin: 0 0 15px;
}

/* post meta */
.post-meta {
	font-family: 'Montserrat', sans-serif;
	font-size: .875em;
	line-height: 1.7em;
	text-transform: uppercase;
	color: #efefef;
	margin: 0 0 25px;
}
.post-meta a {
	color: #ccc;
}
.post-meta a:hover {
	color: #000;
}

/*
LIST POST
************************************************ */
.list-post .post {
	padding-left: 124px;
	position: relative;
	margin-bottom: 100px;
}
.list-post .page-title {
	margin: 0 0 40px;
}
.list-post .post-title {
	font-size: 2.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.list-post .post-title a {
	color: #000;
}
.list-post .post-title a:hover {
	color: #a6a6a6;
}

/* post date */
.post-date {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 0 0 15px;
}
.post-date span {
	display: block;
	width: 65px;
	margin: 0 auto;
}
.post-date .day {
	font-size: 1.625em;
	font-weight: 100;
	margin-top: 18px;
	margin-bottom: 10px;
}
.post-date .month {
	font-size: .938em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.post-date .year {
	width: 62px;
	font-size: .875em;
	font-family: 'Montserrat', sans-serif;
	border-top: 1px #fff solid;
	padding-top: 6px;
	margin-top: 6px;
}

/* read more */
.more-link {
	display: none; /* hide wp inserted more link */
}
.read-more-wrap {
	text-align: right;
}
.read-more {
	padding: 7px 20px;
}

/* Default Color */
#sidebar .blog-category span,
.post-date,
.read-more {
	background: #ea309c;
}

/* Announcement */
#sidebar .blog-category .category-announcements span,
.category-announcements .post-date,
.category-announcements .read-more {
	background: #009e85;
}

/* Development */
#sidebar .blog-category .category-development span,
.category-development .post-date,
.category-development .read-more {
	background: #f59c0d;
}

/* General */
#sidebar .blog-category .category-general span,
.category-general .post-date,
.category-general .read-more {
	background: #23b36e;
}

/* Promotions */
#sidebar .blog-category .category-promotions span,
.category-promotions .post-date,
.category-promotions .read-more {
	background: #2482b9;
}

/* Updates */
#sidebar .blog-category .category-theme-releases span,
.category-theme-releases .post-date,
.category-theme-releases .read-more {
	background: #ea533b;
}

/* Theme Ideas */
#sidebar .blog-category .category-concepts span,
.category-concepts .post-date,
.category-concepts .read-more {
	background: #904dae;
}

/* Tutorials */
#sidebar .blog-category .category-tutorials span,
.category-tutorials .post-date,
.category-tutorials .read-more {
	background: #59ade3;
}

/*
LIST THUMB IMAGE
************************************************ */
.feature-list {
	text-align: left;
	line-height: 1.7em;
	padding-bottom: 1em;
	padding-bottom: 2em;
}
.feature-list p {
	margin: 0 0 1em;
}
.feature-list li {
	padding-bottom: 2.2em;
}
.feature-list .feature-text {
	overflow: hidden;
}
.feature-list .button.small {
	padding: 2px 8px;
}
.feature-list .button.x-small {
	padding: 2px 8px;
}
.feature-list figure {
	float: left;
	margin: 0 20px 15px 0;
}
.feature-list .post-content {
	overflow: hidden;
}
.feature-list h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0;
	margin: 0 0 5px;
}


/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	margin: 15% 0;
	border: none;
	text-align: center;
}
.pagenav a, .pagenav span {
	background: #1bbc9b;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 13px;
	margin: -1px;
}
.pagenav a:hover,
.pagenav a.current, .pagenav span {
	background: #16967c !important;
	color: #fff;
}
.pagenav .prev,
.pagenav .next,
.pagenav a:not(.page-numbers) {
	position: relative;
	background: #1bbc9b;
}
.pagenav .prev,
.pagenav a:not(.page-numbers):first-child {
	padding-left: 5px;
}
.pagenav .next,
.pagenav a:not(.page-numbers):last-child {
	padding-right: 5px;
}
.pagenav .prev:after,
.pagenav .next:after,
.pagenav a:not(.page-numbers):after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(27, 188, 155, 0);
	border-width: 19px;
	top: 50%;
	margin-top: -19px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.pagenav .prev:after,
.pagenav a:not(.page-numbers):first-child:after {
	right: 98%;
	border-right-color: #1bbc9b;
}
.pagenav .next:after,
.pagenav a:not(.page-numbers):last-child:after {
	left: 100%;
	border-left-color: #1bbc9b;
}
.pagenav .prev:hover:after,
.pagenav a:not(.page-numbers):first-child:hover:after {
	border-color: rgba(22, 150, 124, 0);
	border-right-color: #16967c;
}
.pagenav .next:hover:after,
.pagenav a:not(.page-numbers):last-child:hover:after {
	border-color: rgba(22, 150, 124, 0);
	border-left-color: #16967c;
}

/************************************************************************************
GENERAL SIDEBAR
*************************************************************************************/
#sidebar {
	font-size: .9em;
	line-height: 1.6em;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	padding-top: 70px;
	padding-bottom: 40px;
}
#footer {
	font-weight: 100;
	word-wrap: normal;
	color: #fff;
}
#footer ul {
	margin: 0 0 20px;
}
#footer ul li {
	list-style: none;
	margin: 0 0 .1em 0;
}
#footer .footer-logo img {
	width: 197px;
}
#footer .footer-logo a {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer .footer-logo-wrapper {
	margin: 0 auto;
	text-align: center;
	line-height: 1.8em;
}
#footer .footer-logo-wrapper p {
	font-size: .8em;
	line-height: 1.8em;
}
#footer .footer-logo-wrapper > div {
	margin: 2px 0;
}

#footer .footer-menu-wrapper {
	text-align: center;
	margin: 0 auto;
	width: 400px;
	max-width:100%;
}
#footer .footer-menu-wrapper > div {
	float: left;
	overflow: hidden;
	width: 33.3%;
	font-weight: 100 ;
}
#footer .footer-logo-wrapper .footer-logo a {
	color: #fff;
}

#footer .footer-menu-wrapper .menu-title {
	font: 400 1em/1.4em 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
}

/* back to top */
.back-top {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto;
	margin-bottom: 26px;
	width: 200px;
	letter-spacing: 1px;
	font-size: .9em;
}

.back-top a {
	display: block;
	width: 200px;
	height: 80px;
}
.back-top a:before {
	font-size: 4em;
	content: "\e801";

	/*
	content: url("SVG/arrow-up.svg");
	background-image: url("SVG/arrow-up.svg");
	background-repeat: no-repeat;
	text-align: center;
	border-style: solid;
	border-width: 2px;*/

}
.justificado
{
	text-align: justify;
	width: 100%;
}

.back-top .arrow-up {
	display: inline-block;
}
.back-top .arrow-up a {
	position: absolute;
	z-index: 999;
	bottom: -10px;
	width: 100px;
	height: 50px;
	background: transparent;
}
.back-top .arrow-up span {
	font-weight: 100 ;
	color: rgba(255,255,255,0);



}

.back-top:hover .arrow-up a {
	bottom: 20px;
}

.back-top:hover .arrow-up span {
	cursor: default;
	color: #fff;
	color: rgba(255,255,255,1);
}

.the-icons {
  font-size: 14px;
  line-height: 24px;
}
.span3 {
  width: 220px;
}
.codesOn .i-name {
  display: none;
}
.codesOn .i-code {
  display: inline;
}
.i-code {
  display: none;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
#header:after,
#content:after,
#sidebar:after,
#footer:after,
.pagewidth:after,
.grid4:after,
.grid3:after,
.grid2:after,
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

#header,
#content,
#sidebar,
#footer,
.pagewidth,
.clearfix { display: inline-block; }

/* clearfix for ie7 */
#header,
#content,
#sidebar,
#footer,
.pagewidth,
.clearfix{ display: block; zoom: 1; }

/************************************************************************************
PROMOTION BAR
*************************************************************************************/
.promo-bar {
	min-height: 60px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1002;
	background: #ff545a;
	color: #ffcfd0;

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.promo-bar p {
	padding: 1em 0;
	margin: 0;
}
/* for the promo title */
.promo-bar strong {
	color: #fff;
	font-weight: 600;
	margin-right: 5px;
	text-transform: uppercase;
}
.promo-bar strong a {
	color: #fff;
}
.promo-bar a {
	border-bottom: 1px solid rgba(255,255,255, 0.3);
	text-decoration: none;
	color: #fff;
}
.promo-bar .close {
	position: absolute;
	top: 30%;
	right: 20px;
	font-weight: 100;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.375em;
}
.promo-bar .close:before {
	content: '\e803';
}
.promo-bar .close:hover {
	color: #000;
}

/* if promo bar is on */
.promo-bar-on {
	margin-top: 60px;
}
.promo-bar-on #headerwrap {
	top: 60px;
}


/* animate promo_bar */
@-webkit-keyframes animate_promo_bar {
	0% {
		top: -60px;
	}
	50% {
		top: 0;
	}
}
@keyframes animate_promo_bar {
	0% {
		top: -60px;
	}
	50% {
		top: 0;
	}
}
.promo-bar {
	-webkit-animation: animate_promo_bar .5s;
	-moz-animation: animate_promo_bar .5s;
	animation: animate_promo_bar .5s;
}


/************************************************************************************
SHARE BUTTONS
*************************************************************************************/
.social-share {
	margin: 25px auto 70px auto;
	text-align: center;
	clear: both;

}
/* sharrre container */
.sharrre {
	vertical-align: middle;
	width:  50px;
	margin: 0 10px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.sharrre a,
.sharrre a:hover {
	text-decoration: none;
}
/* sharre bottom part */
.sharrre .count {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	min-height: 22px;
	width: 50px;
}
.sharrre .share span {
	display: none;
}

/* share icons */
a.box .count {
	color: rgba(255,255,255,0);
}

.share i {
	font-size: 3em;
}
.box {
	position: relative;
	text-align: center;
}
.box .share,
.box .count {
	position: absolute;
	top: 0;
	width: 50px;
}
.box:hover .share {
	top:-20px;
}
.box:hover .count {
	top:30px;
	color: #fff;
	color: rgba(255,255,255,1);
}


/************************************************************************************
SELECT BOX PLUGIN
*************************************************************************************/
.sbHolder{
	background-color: #fff;
	border: 1px #ddd solid;
	border-radius: 2px;
	height: 30px;
	position: relative;
	width: 300px;
	padding: 12px 15px;
}
.sbSelector{
	display: block;
}
.sbSelector:after {
	content: '\e802';
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.4em;
}
.sbHolderDisabled{
	border: solid 1px #ddd;
}
.sbOptions{
	border: solid 1px #ddd;
	background: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 54px !important;
	width: 330px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	margin: 0;
}
.sbOptions a{
	border-bottom: dotted 1px #ddd;
	display: block;
	outline: none;
	padding: 13px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ccc;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #ddd;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #ddd;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/************************************************************************************
ANIMATED BG
*************************************************************************************/
.animated-bg a,
.animated-bg h2 {
	color: #fff;
	color: rgba(255,255,255,.6);
}
.animated-bg a:hover {
	color: rgba(255,255,255,1);
}

/************************************************************************************
ICON FONT
*************************************************************************************/
/* fontello */
.social h3:before,
.watch-video:before,
.watch-video:after,
.back-top a:before,
.back-top a:after,
#menu-icon,
#menu-icon-close,
#menu-icon:after,
.close,
.member-themes li a:before,
.sbSelector:after,
ul.cross li:before,
ul.check li:before,
#page-single-theme .buy-box h3:after,
.note .close:after {
	font-family: 'fontello';
}

#searchform:before,
.lightbox .zoom,
.venmapa .zoom,
.rss h3:before,
.facebook h3:before,
.twitter h3:before,
.miface h3:before,{
	font-family: FontAwesome;
}
/*
TWITTER LIST
************************************************ */
.twitter-list {
	margin: 0 0 30px;
}
.twitter-list li {
	list-style: none;
	margin: 0 0 20px;
}
.twitter-list a {
	color: #000;
}
.twitter-list .twitter-timestamp {
	color: #ddd;
	display: block;
	font-size: .875em;
	font-style: normal;
	margin-top: 5px;
	text-transform: uppercase;
}

/* twitter */
.banner.twitter,
.banner.twitter:hover {
	background: #00b9ff;
	color: #fff;
}
.twitter h3:before {
	content: "\f099";
	margin: 12px 12px 0 0;
}

/*
miface LIST
************************************************ */
.miface-list {
	margin: 0 0 30px;
}
.miface-list li {
	list-style: none;
	margin: 0 0 20px;
}
.miface-list a {
	color: #000;
}
.miface-list .miface-timestamp {
	color: #ddd;
	display: block;
	font-size: .875em;
	font-style: normal;
	margin-top: 5px;
	text-transform: uppercase;
}

/* miface */
.banner.miface,
.banner.miface:hover {
	background: #00b9ff;
	color: #fff;
}
.miface h3:before {
	content: "\f099";
	margin: 12px 12px 0 0;
}

/************************************************************************************
MAGNIFIC POPUP CSS
*************************************************************************************/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 98%;
	max-width: 100%;
	height: 100%;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/************************************************************************************
THEMIFY PARALLAX
*************************************************************************************/

/* transitions */
#body, .animation-on .parallax-header
{
	-webkit-backface-visibility: hidden;
}
/* transitions
 .parallax-header
{
	position: Relative;
	width: 100%;
	top:80px;
	border: solid 4px red;
}
 transitions*/

.animation-on .parallax-header
{
	-webkit-backface-visibility: hidden;
	position: fixed;
	width: 100%;
	top:80px;
	height: auto;
	/*border: solid 4px red;*/
	clear:inherit;
}


/************************************************************************************
BUY NOW PLUGIN for STRIPE
*************************************************************************************/
.supstr_required {
	display: inline;
}
.supstr_label {
	display: inline;
}
.supstr_field {
	display: inline;
}
.supstr_field input {
	width: 180px;
}
.supstr_checkout {
	display: inline
}
.supstr_email {
	display: inline;
}
.super-stripe-form label {
	width: 140px;
	margin: 0;
	display: inline-block;
}

/************************************************************************************
THEMIFY ANIMATION
*************************************************************************************/
/* transitions */

.ir_altope{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Animacion Menu*/

#body a,
#header,
input[type=reset],
input[type=submit],
.btn,
.button,
.box,
.box-content,
.box .share,
.box .count,
.back-top .arrow-up a,
.back-top .arrow-up span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Animacion Menu*/

#main-nav li ul, #main-nav > li:last-child:hover a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* Hide element before animate*/
.animation-on .fly-in li, .animation-on .fade-in li, .animation-on .slide-up li {
	opacity: 0;
}
/* FLY IN ANIMATION*/
.animated li,
.col2-1.animated,
.col3-2.animated,
.col3-1.animated,
.col4-3.animated,
.col4-2.animated,
.col4-1.animated,
.col-full.animated {
	-webkit-backface-visibility: hidden;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* element first*/
.grid4.fly-in.animated li:nth-of-type(4n+1),
.grid3.fly-in.animated li:nth-of-type(3n+1),
.grid2.fly-in.animated li:nth-of-type(2n+1),
.grid2-thumb.fly-in.animated li:nth-of-type(2n+1),
.list-post.fly-in.animated li:nth-of-type(2n+1),
.col2-1.first.fly-in.animated,
.col3-2.first.fly-in.animated,
.col3-1.first.fly-in.animated,
.col4-3.first.fly-in.animated,
.col4-2.first.fly-in.animated,
.col4-1.first.fly-in.animated,
.col-full.animate-first.fly-in.animated {
	-webkit-animation-name: flyInLeft;
	animation-name: flyInLeft;
}
/************************************ ANIMACIONES *****************************/
 /*element last*/
.grid4.fly-in.animated li:nth-of-type(4n+4),
.grid3.fly-in.animated li:nth-of-type(3n+3),
.grid2.fly-in.animated li:nth-of-type(2n+2),
.grid2-thumb.fly-in.animated li:nth-of-type(2n+2),
.list-post.fly-in.animated li:nth-of-type(2n+2),
.col2-1.last.fly-in.animated,
.col3-2.last.fly-in.animated,
.col3-1.last.fly-in.animated,
.col4-3.last.fly-in.animated,
.col4-2.last.fly-in.animated,
.col4-1.last.fly-in.animated,
.col-full.animate-last.fly-in.animated {
	-webkit-animation-name: flyInRight;
	animation-name: flyInRight;
}

 /*element first second*/
.grid4.fly-in.animated li:nth-of-type(4n+2),
.col4-1.second.fly-in.animated {
	-webkit-animation-name: flyInLeftSecond;
	animation-name: flyInLeftSecond;
}

/* element last second*/
.grid4.fly-in.animated li:nth-of-type(4n+3),
.col4-1.third.fly-in.animated {
	-webkit-animation-name: flyInRightSecond;
	animation-name: flyInRightSecond;
}

/* element middle*/
.grid3.fly-in.animated li:nth-of-type(3n+2),
.col3-1.second.fly-in.animated {
	-webkit-animation-name: flyInBottom;
	animation-name: flyInBottom;
}

/* Fade In Animation*/
.fade-in.animated li.animate-up {
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	opacity: 1;
}

/* Slide Up Animation*/
.animation-on .slide-up li {
	-webkit-transform: translateY(88px);
	-moz-transform: translateY(88px);
	-o-transform: translateY(88px);
	-ms-transform: translateY(88px);
	transform: translateY(88px);
}
.slide-up.animated li.animate-up {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);

	-webkit-transition: -webkit-transform 350ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-moz-transition: -moz-transform 350ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-o-transition: -o-transform 350ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-ms-transition: -ms-transform 350ms cubic-bezier(0.34, 1.61, 0.7, 1);
	transition: transform 350ms cubic-bezier(0.34, 1.61, 0.7, 1);

	opacity: 1;
}

@-webkit-keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(-400px, 200px);
		-ms-transform: translate(-400px, 200px);
		transform: translate(-400px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(-400px, 200px);
		-ms-transform: translate(-400px, 200px);
		transform: translate(-400px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes flyInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(400px, 200px);
		-ms-transform: translate(400px, 200px);
		transform: translate(400px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes flyInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(400px, 200px);
		-ms-transform: translate(400px, 200px);
		transform: translate(400px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes flyInLeftSecond {
	0% {
		opacity: 0;
		-webkit-transform: translate(-200px, 200px);
		-ms-transform: translate(-200px, 200px);
		transform: translate(-200px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes flyInLeftSecond {
	0% {
		opacity: 0;
		-webkit-transform: translate(-200px, 200px);
		-ms-transform: translate(-200px, 200px);
		transform: translate(-200px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes flyInRightSecond {
	0% {
		opacity: 0;
		-webkit-transform: translate(200px, 200px);
		-ms-transform: translate(200px, 200px);
		transform: translate(200px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes flyInRightSecond {
	0% {
		opacity: 0;
		-webkit-transform: translate(200px, 200px);
		-ms-transform: translate(200px, 200px);
		transform: translate(200px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes flyInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translate(0px, 200px);
		-ms-transform: translate(0px, 200px);
		transform: translate(0px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes flyInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translate(0px, 200px);
		-ms-transform: translate(0px, 200px);
		transform: translate(0px, 200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

#post-form-private-container label {
	cursor: pointer;
	color: #000;
	font-weight: bold;
}
p.subscribe-link {
	text-align: right;
	margin: 15px 0;
}
p.subscribe-link a {
	margin-left: 10px;
}

h2, h3, h4, h5, h6 {
	position: relative;
}
a.anchor {
	position: absolute;
	left: -30px;
	font-size: 20px;
	top: 2px;
	color: #ccc;
}
