/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Frumboli
Author: Dinamix Studio

Stylesheet: Main Stylesheet
******************************************************************/
html {
	font-size: inherit !important;
}
@media (max-width: 767px) {
	html, body {
		font-size: 90%;
	}
	.featured-posts .featured-home .post-featured-1 .post-title {
		font-size: 1.25rem !important;
	}
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 75%;
	}
	.post .post-frame {
		padding: 1.5rem 1rem !important;
	}
	div.post-featured-1 .post-category {margin-top:28% !important;}
	.featured-posts .post-title {
		font-size: 1rem !important;
		line-height:1.5rem !important;
	}
	.post-small .post-title {
    font-size: 1.375rem !important;}
}
/*Custom CSS*/
div.featured-big  div.post-frame{background:none;}  
div.post-frame{background:none;}
div.featured-big .actions .readmore{display:none;}
div.post-featured-1 .actions {display:none;}
div.post-featured-1 .post-category {margin-top:50%;}
div.featured-big .post-category {margin-top:130% !important;}
/* General */
body {
	position: static;
	text-align: left;
}

table {
	border: 0;
	width: 100%;
}

ul ul {
	list-style: disc;
}

.hr.dotted {
	height: 8px;
	background: url(../images/border-dots-1.png) repeat-x center bottom;
	clear: both;
	margin: 1rem 0 2rem 0;
}

p {
	line-height: 1.4;
	padding-bottom: .5rem;
}

.pic img {
	width: 100%;
}

.post-pic img {
	width: 100%;
}

.clip {
	overflow: hidden;
}

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

::-webkit-input-placeholder { color: #777; }
:-moz-placeholder { /* Firefox 18- */ color: #777; }
::-moz-placeholder { /* Firefox 19+ */ color: #777; }
:-ms-input-placeholder { color: #777; }

.row.margin {
	width: auto;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.row.margin .column,
.row.margin .columns {
	padding: .450rem;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

.screen-reader-text {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.hr {
	clear: both;
	margin: 0 0 1.5rem 0;
}

.hr.hr-dotted {
	background: url(../images/border-dots-1.png) repeat-x center bottom;
	height: 7px;
}

/* /General */



.videosocial ul.social.left {
	float: right !important;
	margin-top: -1rem;
}


ul.social {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2rem;
}



ul.social li {
	float: left;
	margin-right: 0.375rem;
}

/*
ul.social li a {
	height: 28px;
}
*/

.main-footer {
	background: #000;
	color: #fff;
	margin-top: 1.5rem;
}
.main-footer .row {
	margin-left: auto;
	margin-right: auto;
}
.content-frame {
	max-width: 940px;
	margin: auto;
	padding-top:.5rem;
}
.main-title {
	padding-top: 2rem;
	text-align: center;
	font-family: Oswald;
	color: #000;
	background: #fff;
	margin-bottom: 1rem;
}

.main-title.home-title .body {
	font-weight: 700;
}

.main-title.home-title .body span {
	letter-spacing: 0;
}

.main-title.home-title h1 {
	margin: 0rem;
	line-height: 1;
}

.main-title.home-title h1 .head {
	font-family: "Oswald";
	font-weight: normal;
}

.main-title.service-title h1 {
	margin: 0rem;
	line-height: 1.4;
}

.main-title.service-title h1 .head {
	font-family: "Oswald";
	font-weight: normal;
}

.title.video-title h1 {
	line-height: 1.1;
}

.title.video-title h1 .head {
	font-family: "Oswald";
	font-weight: normal;
}

.title.mag-title h1 {
	line-height: 1.1;
}

.title.mag-title h1 .head {
	font-family: "Oswald";
	font-weight: normal;
}

.title.mag-title h1 .body {
	margin-top: 0.2rem;
}

.has-subtitle .main-title {
	padding-top: 0rem;
}

.main-title .head {
	font-size: 1.25rem;
	line-height: 2.25rem;
	text-transform: uppercase;
}

.main-title .head a {
	color: #000;
}

.main-title .head .post-categories {
	list-style: none;
}


.main-title .body {
	background: url(../images/title-stripes.png) repeat-x left center;
	font-weight: 400;
	font-size: 2.5rem;
	font-family: Oswald;
	font-style: normal;
	margin: 0;
}

.category-header .main-title .body {
	background: none !important;
	font-weight: 400;
	font-size: 2.5rem;
	font-family: Oswald;
	font-style: normal;
	margin: 0;
}

.magazine .main-title .body {
	font-weight: 700;
}


.main-title .body span {
	display: inline-block;
	letter-spacing: .1rem;
	padding: 0 0.75rem;
	margin: 0 4rem;
	background: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.title-striped {
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
.title-striped span {
  display: inline-block;
  position: relative;
}
.title-striped span:before,
.title-striped span:after {
  content: "";
  position: absolute;
  height: .9em;
  border-bottom: 1px solid #fff;
  top: 0;
  width: 6rem;
}
.title-striped span:before {
  right: 100%;
  margin-right: 0.75rem;
}
.title-striped span:after {
  left: 100%;
  margin-left: 0.75rem;
}

.title-dotted {
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
.title-dotted span {
  display: inline-block;
  position: relative;
}
.title-dotted span:before,
.title-dotted span:after {
  content: ".";
  position: absolute;
  height: 1em !important;
  background: url(../images/border-dots-1.png) repeat-x center bottom;
  top: 0;
  width: 100rem;
}

.title-dotted span:before {
  right: 100%;
  margin-right: 0.75rem;
}
.title-dotted span:after {
  left: 100%;
  margin-left: 0.75rem;
}

.featured-posts.featured-home .post {
	position: relative;
	margin: auto;
	max-width: 620px;
	margin-bottom: 1.875rem;
}

.featured-posts.featured-home .post-small {
	margin-bottom: 0;
	padding-bottom: 0;
}}

.featured-posts.featured-home .post img {
	width: 100%;
}

.featured-posts.featured-home .post-large,
.featured-posts.featured-home .post-large a {
	color: #fff;
	text-align: center;
}
.featured-posts.featured-home .post-large .bgthumb {
	max-width: 620px;
	width: 100%;
}

.featured-posts.featured-home .post-large .post-content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	text-transform: uppercase;
	padding: 1.5rem 5rem;
	color: #fff;
	font-family: Oswald;
}

.featured-posts.featured-home .post-large .post-category {
	margin-bottom: .5rem;
	font-size: 1.125rem;
	letter-spacing: .1rem;
}

.featured-posts.featured-home .post-large .post-title {
	font-size: 1.875rem;
	text-align: center;
	line-height: 2.2rem;
	max-height: 6.6rem;
	overflow: hidden;
	display: block;
	letter-spacing: 2px;
}

.featured-posts.featured-home .post-large .actions {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	text-align: center;
}

.featured-posts.featured-home .post-large .readmore {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 2.5rem;
	padding: 0 1.625rem;
	font-size: 1rem;
	font-family: Oswald;
	letter-spacing: 1px;
}

.featured-posts.featured-home .post-small .post-header {
	text-transform: uppercase;
}

.featured-posts.featured-home .post-small .post-category {
	font-size: 0.875rem;
	color: #7d7b7b;
}

.featured-posts.featured-home .post-small .post-title {
	font-size: 1.35rem;
	color: #000;
	margin-bottom: 0.375rem;
	display: block;
	line-height: 1.6rem;
}

.featured-posts.featured-home .post-small .post-excerpt {
	font-family: Lato, Arial;
	font-size: 0.875rem;
	margin-top: .325rem;
}

.featured-posts.featured-home .excerpt-read-more {
	color: #7d7b7b;
}

.featured-posts.featured-home.featured-posts.featured-home-footer {
	margin-top: 1rem;
}

.featured-posts.featured-home .post p {
	text-align: left;
}

.featured-posts.featured-home.featured-posts.featured-home-footer .post-title {
	font-size: 1.25rem;
	height: 3.2rem;
	overflow: hidden;
}

.post-small {
	margin-bottom: .75rem;
	padding-bottom: 0;
}

.post-small p {
	margin-bottom: 0;
}

.post-small .post-header {
	text-transform: uppercase;
}

.post-small .post-header .title {
	height: 4rem;
	vertical-align: middle;
	display: table-cell;
}

.post-small .post-category {
	font-size: 0.875rem;
	color: #7d7b7b;
	font-family: Oswald;
	line-height: 0.9rem;
}

.post-small .post-title {
	font-size: 1.26rem;
	color: #000;
	padding: 0.1875rem 0;
	display: block;
	line-height: 1.6rem;
	overflow: hidden;
	font-family: Oswald;
	height: 3.25rem;
	/*display: table-cell;*/
	vertical-align: middle;
	margin-bottom: .25rem;
}

.post-small .post-title.height-auto {
	height: auto;
}

.post-medium {

}

.post-medium .post-category {
	font-size: .75rem;
	color: #707070;
	text-transform: uppercase;
	font-family: Oswald;
}

.post-medium .post-title {
	display: block;
	color: #fc0046;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 1.5rem;
	line-height: 1.2;
}

.post.post-medium .post-excerpt,
.post.post-medium .post-excerpt p {
	font-size: .875rem;
}

.post .post-excerpt {
	font-family: Lato, Arial;
	font-size: 0.875rem;
	margin-top: .325rem;
}

.post .post-frame {
	background: url(../images/post-full-shadow.png) repeat-x left top;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	text-transform: uppercase;
	padding: 1.5rem 4rem;
	color: #fff;
	font-family: Oswald;
}


.home .post {
	font-family: Oswald;
	position: relative;
}

.btn.btn-red,
.post .more a {
	display: inline-block;
	background: #fc0046;
	line-height: 2.25rem;
	font-family: Oswald;
	color: #fff;
	font-size: 0.9375rem;
	padding: 0 0.875rem;
}
.btn.btn-red:hover {
	background-color: #fc0046;
}

/* HEADER */

.desktop-header {
	background: #000;
	min-height: 6rem;
}

	.desktop-header form {
		display: inline;
	}

	.desktop-header .inner-header {
		overflow: hidden;
	}
	.desktop-header .header-logo {
		padding: 1.5rem 0.625rem;
		float: left;
	}

	.desktop-header .menu-right {
		margin-left: 13.5rem;
	}
	.desktop-header .menu-upper {
		padding: 0.625rem 0.625rem 0 0;
		text-align: right;
		font-family: 'Open Sans', Arial;
		color: #787878;
		font-size: 0.875rem;
	}

	.desktop-header .menu-upper a {
		color: #dedede;
	}

	.desktop-header .menu-upper .divider {
		margin: 0 .75rem;
	}

	.desktop-header form {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	.desktop-header .search-wrapper {
		border: 1px solid #595959;
		width: 8.75rem;
		float: right;
		position: relative;
		top: .3125rem;
	}
	.desktop-header .search-input {
		margin-right: 1.25rem;
	}
	.desktop-header .search-input input {
		height: 1.25rem;
		margin: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		font-family: 'Open Sans', Arial;
		font-size: 0.875rem;
		color: #fff;
		padding: 0 0 0 1em;
	}
	.desktop-header ::-webkit-input-placeholder { color: #797878; /* WebKit browsers */ }
	.desktop-header :-moz-placeholder { color: #797878; opacity:  1; /* Mozilla Firefox 4 to 18 */ }
	.desktop-header ::-moz-placeholder { color: #797878; opacity: 1; /* Mozilla Firefox 19+ */ }
	.desktop-header :-ms-input-placeholder { color: #797878; /* Internet Explorer 10+ */ }
	.desktop-header button.search-button {
		height: 1.25rem;
		width: 1.25rem;
		float: right;
		margin: 0;
		padding: 0;
		text-align: center;
		background: transparent;
	}
	.desktop-header button.search-button img {
		display: block;
	}

	.desktop-header .header-menu {
		list-style: none;
		overflow: hidden;
		float: right;
		padding: 1rem 0.625rem 0 0;
		text-transform: uppercase;
	}

	.desktop-header .header-menu li {
		float: left;
	}

	.desktop-header .header-menu li.current-menu-item a {
		color: #e4003a;
		font-weight: normal;
	}

	.desktop-header .header-menu li:after {
		content: ' / ';
		color: #505050;
		margin: 0 .875rem;
	}

	.desktop-header .header-menu li:last-child:after {
		content: '';
		display: none;
	}

	.desktop-header .header-menu {
		font-family: Oswald;
		font-size: 1rem;
	}

	.desktop-header .header-menu a {
		font-weight: 300;
		color: #fff;
		letter-spacing: .5px;
	}

/* /HEADER */

/* FOOTER */

footer,
footer h3,
footer label {
	color: #fff;
}

footer li {
	font-size: 0.8125rem;
}

footer h3 {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1rem;
}

footer label {
	font-family: 'Open Sans';
	font-size: 0.8125rem;
	white-space: nowrap;
	overflow: hidden;
}

footer .inner-footer {
	padding: 3.5rem 2rem;
}

footer p {
	font-family: 'Open Sans';
	margin-bottom: .75rem;
	font-size: 0.8125rem;
	font-weight: normal;
}

.category-group a {
	color: #fff;
}

.category-group h3 a {
	text-decoration: underline;
}

.category-group a:hover, .category-group h3 a:hover {
	text-decoration: underline;
	color:#fc0046;
}

.category-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-group h3 {
	margin-bottom: 1.75rem;
}

.category-group .magazine-h3 {
	margin-bottom: 0.875rem;
}

.category-group li {
	margin-bottom: 1.25rem;
	font-family: 'Open Sans', Arail;
}

.category-group .magazine-li {
	margin-bottom: 0.875rem;
}

div.info-row h3 a:hover {
	color:#fc0046 !important;
}
/* /FOOTER */


.pic-sidebar {
	margin-bottom: 2.5rem;
	margin: auto;
}

.post-content {
	font-family: Lato;
}

.contact-description {
	font-family: Lato;
	font-size: 0.875rem;
	color: #000;
	line-height: 1.375rem;
}

.contact-description .title {
	font-family: Oswald;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
}

.contact-description .item:before,
.contact-description .item:last-child:after {
	content: " ";
	display: block;
	height: 2px;
	background: url(../images/line-dotted.png) repeat-x left top;
}

.contact-description .item .item-inner {
	padding: 0.8rem 0 0.8rem 40px;
}

.contact-description .item.tel { background: url(../images/contact-icon-tel.png) no-repeat left top; }
.contact-description .item.addr { background: url(../images/contact-icon-pin.png) no-repeat left top; }
.contact-description .item.social { background: url(../images/contact-icon-baloon.png) no-repeat left top; }

.contact-description .social-icons {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-description .social-icons li {
	float: left;
	margin-right: 0.625rem;
}

.map-location {
	margin-bottom: 2rem;
}

.map-location .map-title {
	font-size: 1.875rem;
	color: #f40c57;
	text-transform: uppercase;
	font-family: Oswald;
	margin-bottom: 1rem;
}

.map-location .map-iframe {
	position: relative;
}

.map-location .map-iframe .map-panel {
	position: absolute;
	padding: 1.5rem 2rem;
	top: 1.5rem;
	right: 11rem;
	background: #fff;
	border: 1px solid #000;

	font-family: Lato;
	font-size: 0.875rem;
}

.map-location .map-iframe .map-panel .address {
	margin-top: 0.5rem;
	line-height: 1.3;
l
}

.page-services .entry-content h4{
	font-family: Lato;
	font-size: 1.25rem;
	margin-bottom: 0;
	margin-top: .5rem;
}

.entry-content {
	/* padding: 1.875rem 0 0.625rem 0; */
	padding: 0 0 0.625rem 0;
	font-size: .875rem;
}


.entry-content p {
	margin-top: .5rem;
	margin-bottom: 0;
}

.escuela-class .entry-content p {
	margin-top: 0.125rem;
 }


.entry-content p,
.entry-content ul {
	font-size: 1rem;
}

.entry-content blockquote {
	padding: 1.25rem 0;
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


.entry-content blockquote h2 {
	font-family: Lato;
	font-size: 1.25rem;
	color: #000;
	margin-top: 0.5rem;
	margin-bottom: 0rem;
	line-height: 1.6;
	padding-bottom: 0.5rem;
}

.entry-content blockquote p {
	font-family: Lato;
	font-size: 1.25rem;
	color: #000;
}

.entry-content .pic {
	margin: 2rem 0;
}

.entry-content .pic p {
	line-height: 1;
	border-bottom: 1px solid #000;
	padding: 1rem 0;
	font-size: .875rem;
}

.entry-content table tr th,
.entry-content table tr td {
	padding: .35rem;
}

.entry-content h1 {
	color: #fc0046;
	font-family: Lato;
	font-size: 1.75rem;
	border-bottom: 1px solid #fc0046;
	line-height: 2.25rem;
	padding-top: 0.5rem;
	padding-bottom: 1.25rem;
	margin-bottom: 2rem;
}

.page-services .entry-content h2,
.page-school .entry-content h2 {
	color: #fc0046;
	font-family: Lato;
	font-size: 1.75rem;
	border-bottom: 1px solid #fc0046;
	line-height: 2.25rem;
	padding-top: 0.5rem;
	padding-bottom: 1.25rem;
	margin-bottom: 2rem;
}

.category-header h2 img.logoBF {
max-width:300px !important;
max-height:91px !important;
min-width:210px !important;
min-height:64px !important;
margin-bottom:1rem;
}

.category-header.header-desktop {
	margin-bottom: 2rem;
}

.category-header.header-desktop .main-title {
	margin-bottom: 1.25rem;
}

.category-header.header-desktop .main-title span {
	letter-spacing: .6rem;
	font-family: Oswald;
	font-size: 3.125rem;
	font-weight: normal;
}

.category-header.header-desktop .main-title span.title-a {
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
	letter-spacing: 0.1rem;
}


.category-header.header-desktop ul {
	list-style: none;
	text-align: center;
}

.category-header.header-desktop li {
	display: inline-block;
	margin: 0 1.25rem;
	font-size: .875rem;
	letter-spacing: 1px;
}



.category-header.header-desktop a {
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
	letter-spacing: 0.1rem;
}

.category-header.header-desktop.magazine .main-title a {
	letter-spacing: 0.6rem;
}

.category-header.header-desktop li.active a {
	color: #e4003a;
}

.x3grid {
	overflow: hidden;
	margin: 0 -0.5rem 0 -0.5rem;
}

.x3grid .grid-element {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	width: 33.33%;
	float: left;
	padding: 1.25rem 0.5rem 0.5rem 0.5rem;
}


.x3grid.grid-services .grid-element {
	height: 27rem;
	overflow: hidden;
}

.x3grid.grid-services .grid-element.special h1 {
	font-family: Oswald;
	font-size: 1.875rem;
	text-transform: uppercase;
}

.x3grid.grid-services .special-content ul {
	font-family: Lato;
	font-size: 0.875rem;
	text-align: justify;
}

.x3grid.grid-services .special-content ul li {
	margin-bottom: 1rem;
}


.grid-services .services-post {
	height: 26rem;
	background: #f2f2f2;
}

.grid-services .title-wrapper {
	display: table;
	width: 100%;
}
.grid-services .title {
	height: 4rem;
	vertical-align: middle;
	display: table-cell;
}

.grid-services .pic {
	text-align: center;
}

.grid-services .title a {
	font-family: Oswald;
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: block;
	max-height: 3rem;
	overflow: hidden;
	text-align: center;
	color: #fc0046;
	text-transform: uppercase;
}

.grid-services .excerpt {
	margin: 1rem 1.375rem;
	font-family: Lato;
	font-size: 0.8125rem;
	line-height: 1.25rem;
	height: 4.0625rem;
	overflow: hidden;
}

.grid-services .readmore {
	margin: 0 1.375rem;
	text-align: center;
}

.grid-services .more {
	font-family: Oswald;
	font-size: 0.875rem;
	text-transform: uppercase;
	line-height: 1.875rem;
	background: #fc0046;
	color: #fff;
	padding: 0 1rem;
	display: inline-block;
}


.services-submenu {
	padding: .5rem 0 1rem 0;
}

.services-submenu a {
	display: block;
	text-align: left;
}

.services-submenu li.active a {
	color: #fc0046;
	text-transform: uppercase;
}

.grid-school .excerpt {
	height: 8.75rem;
}

.grid-school .services-post {
	height: 29.75rem;
}

.x3grid.grid-services.grid-school .grid-element {
	height: 31.5rem;
}

/* SINGLE POST */

.single-post .post-thumbnail {
	text-align: center;
}

/* /SINGLE POST */

/* CURSOS */

.class-booking {
	background: #eaeaea;
	margin-top: 2.125rem;
}

.class-booking .booking-header {
	background: url('../images/form-classes-banner.png') no-repeat top left;
	color: #fff;
	/*text-align: center;*/
	min-height: 5.5rem;
	margin: 0 -10px;
	padding-left: 4rem;
}

.class-booking .booking-header .title {
	line-height: 2.25rem;
	font-size: 1.25rem;
	padding-top: 16px;
	line-height: 36px;
	padding-bottom: .5rem;
	font-family: Oswald;
	color: #fff;
}

.class-booking .booking-header .subtitle {
	font-family: Lato;
	color: #403f3f;
	font-size: .875rem;
}

.class-booking .form {
	padding: .5rem 2.875rem;
}

.class-booking .form input,
.class-booking .form textarea {
	font-family: Lato;
	border: 0;
}

.class-booking .form textarea {
	resize: vertical;
}

.class-booking .form-actions {
	text-align: center;
}

.class-booking button.submit {
	line-height: 1.875rem;
	font-size: 0.875rem;
	color: #fff;
	background: #fc0046;
	padding: 0 1.25rem;
	font-family: Oswald;
}

.class-booking .form input.inputerror,
.class-booking .form textarea.inputerror{
	border:1px solid #f04124;

}

.single-class .moreinfo {
	font-family: 'Open Sans';
	font-size: .875rem;
	text-align: center;
	line-height: 1.5;
}

.single-class .moreinfo .tel {
	font-family: 'Oswald';
	font-size: 1.625rem;
}

.single-class .map .title {
	font-family: 'Oswald';
	font-size: 1.25rem;
	color: #707070;
	text-transform: uppercase;
	margin-top: 1.875rem;
	margin-bottom: .875rem;
}

.single-class .map-iframe {
	position: relative;
}

.single-class .map-iframe .map-panel {
	position: absolute;
	padding: 1.25rem 1rem;
	top: .5rem;
	right: .5rem;
	background: #fff;
	border: 1px solid #000;

	font-family: Lato;
	font-size: 0.75rem;
	max-width: 12rem;
}

.single-class .map-iframe .map-panel .address {
	margin-top: 0.5rem;
	line-height: 1.3;
}


/* /CURSOS */

.row.actions .btn {
	padding: 0 4rem;
}



/* PORTFOLIO */


.portfolio-header.header-desktop {
	margin-bottom: 1rem;
}

.portfolio-header.header-desktop .main-title {
	margin-bottom: 1rem;
	padding-top: 2rem;
}

.portfolio-header.header-desktop .main-title span {
	letter-spacing: .4rem;
	font-family: Oswald;
	font-size: 3.125rem;
	font-weight: normal;
}

.portfolio-header.header-desktop ul {
	list-style: none;
	text-align: center;
}

.portfolio-header.header-desktop li {
	display: inline-block;
	margin: 0 1.25rem;
}

.portfolio-page .main-title span {
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 0.1rem;
}

.portfolio-page .main-title span {
	letter-spacing: 0.1rem;
	font-family: Oswald;
	font-size: 3.125rem;
	font-weight: 400;
	font-weight: normal;
}

.portfolio-page .main-title {
	padding-top: 2rem;

}


.portfolio-details .main-title a {
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
}

.portfolio-details .main-title span {
	/*letter-spacing: .4rem;*/
	font-family: Oswald;
	font-size: 2.5rem;
	font-weight: 400;
}

.portfolio-details .main-title .portfolio-title {
	/*letter-spacing: .4rem;*/
	font-family: Oswald;
	font-size: 1.25rem;
	font-weight: normal;
}

.portfolio-details .main-title {
	padding-top: 0;
}

.submenu-items li.active a {
	color: #e4003a;
}

.submenu-items .columns{
	float:left !important;
}

.submenu-items a {
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
}

.submenu-items .large-2.columns a {
	font-size: 0.8125rem;

}

.submenu-items .active a {
	color:#fc0046;
}

.submenu-items .large-2.columns {
	width: 16.66%;
	text-align: left;
	margin: 0;
}

.portfolio-header.header-desktop .portfolio-menu {
	padding-top: 2rem;

}

.portfolio-page .content-frame .column {
	float: left;
}

.portfolio-page .content-frame .portfolio-bettina .makeup-artist {
	/*margin-bottom: 0rem;*/
}

.portfolio-page .content-frame .makeup-artist {
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
}

.portfolio-page .content-frame .portfolio-details .makeup-artist {
	max-width: 31.25rem;
}


.portfolio-page .content-frame .porfolio-home-content .makeup-artist {
	max-width: 18.75rem;
}

.portfolio-page .content-frame  .makeup-artist .porfolio-thumbnail{
	border-bottom: 0.25rem solid #000;
}

.portfolio-page .makeup-artist .portfolio-title {
	text-transform: uppercase;
	font-size: 1.5rem;
}

.portfolio-page .portfolio-bettina .makeup-artist .portfolio-title {
	text-transform: uppercase;
	font-size: 1.75rem;
}

.portfolio-page .content-frame .makeup-artist .artist-name {
	text-align: center;
	font-family: Oswald;
	color: #000;
	background-color:#ededed;
	line-height: 1.5;
	padding-top: 0.625rem;
	margin-bottom: 0.625rem;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.portfolio-btn {
	font-family: Oswald;
	font-size: 0.875rem;
	text-transform: uppercase;
	line-height: 1.875rem;
	background: #fc0046;
	color: #fff;
	padding: 0 1rem;
	display: inline-block;
	position: relative;
	top: 0.9375rem;
}

.portfolio-btn:hover {
	color:#FFF;

}

.portfolio-page .content-frame .portfolio-text-detail p {
	text-align: left;
	font-family: Lato, Arial;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #6a6767;
}

/* DESTACADO HOME */
.featured-home .post-featured-4 {
	margin-bottom: 3rem !important;
}

.featured-posts.featured-home .post {
	position: relative;
	margin: auto;
	max-width: 620px;
	margin-bottom: 1.875rem;
}

.featured-posts.featured-home .post .more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.8rem;
	text-align: center;
}


.featured-posts.featured-home .post img {
	width: 100%;
}

.featured-posts.featured-home .post-featured-1,
.featured-posts.featured-home .post-featured-1 a {
	color: #fff;
	text-align: center;
}
.featured-posts.featured-home .post-featured-1 .bgthumb {
	max-width: 620px;
	width: 100%;
}

.featured-posts.featured-home .post-featured-1 .post-category {
	margin-bottom: .5rem;
	font-size: .875rem;
	letter-spacing: .1rem;
}

.featured-posts.featured-home .post-featured-1 .post-title {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.85rem;
	max-height: 5.5rem;
	overflow: hidden;
	display: block;
	letter-spacing: 2px;
}

.featured-posts.featured-home .post-featured-1 .actions {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	text-align: center;
}

.featured-posts.featured-home .post-featured-1 .readmore {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 2.5rem;
	padding: 0 1.625rem;
	font-size: 1rem;
	font-family: Oswald;
	letter-spacing: 1px;
}

.featured-posts.featured-home .excerpt-read-more {
	color: #7d7b7b;
}

.featured-posts.featured-home .post p {
	text-align: left;
}

.featured-posts.featured-home .post-featured-4 a .title {
	position: absolute;
	left: 0; right: 0; bottom: 1.125rem;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.featured-posts.featured-home .post-featured-4 .post-pic a {
	display: block;
	position: relative;
}

.featured-posts.featured-home .post-featured-4 .post-excerpt {
	text-align: center;
	font-family: Lato, Arial;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #6a6767;
	background: #f1f1f1;
	border-bottom: 0.25rem solid #000;
	position: relative;
	padding: 0.625rem 0.8rem 0.875rem 0.8rem;
	margin-top: 0px !important;
}

.featured-posts.featured-home .post-featured-4 .post-excerpt a {
	color: #6a6767;
}

.featured-posts.featured-home .post-featured-5 a .title {
	position: absolute;
	left: 3.75rem; right: 3.75rem; bottom: 3rem;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 0.875rem;
	text-align: center;
	line-height: 1.25;
}


@media (max-width: 60em) {
	.featured-posts.featured-home .post-featured-5 a .title {
		left: 2rem;
		right: 2rem;
	}
}
/* /DESTACADO HOME */

/* DESTACADO MAGAZINE */

.featured-posts.featured-magazine .post {
	position: relative;
	margin: auto;
	max-width: 620px;
}

.featured-posts.featured-home .post .more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.8rem;
	text-align: center;
t
}

.featured-posts.featured-magazine .post img {
	width: 100%;
}

.featured-posts.featured-magazine .post-featured-1 {
	margin-bottom: 1.875rem;
}

.featured-posts.featured-magazine .post-featured-1,
.featured-posts.featured-magazine .post-featured-1 a {
	color: #fff;
	text-align: center;
}
.featured-posts.featured-magazine .post-featured-1 .bgthumb {
	max-width: 620px;
	width: 100%;
}

.featured-posts.featured-magazine .post-featured-1 .post-content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	text-transform: uppercase;
	padding: 1.5rem 5rem;
	color: #fff;
	font-family: Oswald;
}

.featured-posts.featured-magazine .post-featured-1 .post-category {
	margin-bottom: .5rem;
	font-size: .875rem;
	letter-spacing: .1rem;
}

.featured-posts.featured-magazine .post-featured-1 .post-title {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.85rem;
	max-height: 5.5rem;
	overflow: hidden;
	display: block;
	letter-spacing: 2px;
}

.featured-posts.featured-magazine .post-featured-1 .actions {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	text-align: center;
}

.featured-posts.featured-magazine .post-featured-1 .readmore {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 2.5rem;
	padding: 0 1.625rem;
	font-size: 1rem;
	font-family: Oswald;
	letter-spacing: 1px;
}

.featured-posts.featured-magazine .post-featured-4 {
	margin-bottom: .75rem;
}

.featured-posts.featured-magazine .post-featured-4.esp {
	margin-bottom: 1.25rem;
}

.featured-posts.featured-magazine .post-featured-5{
	/*margin-top: 1.25rem;*/
	margin-top: 0rem;
}

.featured-posts.featured-magazine .post-featured-5 .post-pic {
	position: relative;
}

.featured-posts.featured-magazine .post-featured-5 .post-frame {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}


.featured-posts.featured-magazine .post-featured-5 .post-content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	text-transform: uppercase;
	padding: 1.5rem 2rem;
	color: #fff;
	font-family: Oswald;
	font-size: 1.375rem;
}

.featured-posts.featured-magazine .post-featured-5.esp .post-category {
	   line-height: 1.175rem;
}

.featured-posts.featured-magazine .post-featured-5 .post-title {
	font-size: 1.125rem;
	text-align: left;	
	overflow: hidden;
	display: block;
	color: #000;
    padding: 0.1875rem 0;
    line-height: 1.6rem;
    overflow: hidden;
    font-family: Oswald;
    /*height: 3.5rem;    */
    vertical-align: middle;

}

.featured-posts.featured-magazine .excerpt-read-more {
	color: #7d7b7b;
}

.featured-posts.featured-magazine .post p {
	text-align: left;
}

.featured-posts {
	font-family: Lato;
	font-size: 1rem;
}

.featured-posts.morepadding {
	padding-bottom: 2rem;
}

/* /DESTACADO MAGAZINE */

.home-school .post-pic a {
	display: block;
	position: relative;
}

.home-magazine-title {
	color: #9b9999;
	font-family: Oswald;
	font-size: 1.875rem;
	letter-spacing: .1rem;
	margin-bottom: 1rem;
}

.featured-posts .home-magazine-title {
	margin-bottom: 1rem;
}

.home-sidebar {
	max-width: 620px;
	margin: auto;
}

.home-sidebar .post {
	margin-bottom: 2rem;
}


.home .post-pic img {
	width: 100%;
}

.social-wrapper {
	margin-bottom: 2rem;
}

.single-post .title {
	font-family: Oswald;
}

.single-post .title .head {
}

.single-post .title .head ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.single-post .title .head a {
	font-size: 1rem;
	color: #707070;
	line-height: 1rem;
}

.single-post .title .body {
	font-size: 2.5rem;
	color: #000;
	text-transform: uppercase;
	line-height: 1.1;
	font-family: Oswald;
}


.single-post .page-services .post-content {
	padding-top: 0rem;
}

blockquote.interview-quote {
	margin: 3rem 1rem .5rem 1rem;
	padding: 0 0 60px 0;
	background: url(../images/quote-bg.png) no-repeat center bottom;
	border: 0;
	font-family: Lato;
	color: #e4003a;
	font-size: 1.4rem;
}

blockquote.interview-quote .quote-outer {
	padding-left: 20px;
	background: url(../images/quote-lt.png) no-repeat left top;
}

blockquote.interview-quote .quote-inner {
	padding-right: 20px;
	background: url(../images/quote-lt.png) no-repeat right bottom;
}

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

.marco-foto {
	margin-top: 8rem;
	max-width: 300px;
	border-bottom: 7px solid #000;
}

.marco-foto .marco-inner {
	display: block;
	padding: 2.5rem 1.5rem;
	background-color: #f4f4f4;
	font-family: Lato;
	font-size: 1.125rem;
	line-height: 1.5;
}

.post-list-loadmore {
	text-align: center;
	margin-bottom: 3.25rem;
}

.post-list-loadmore a {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 1.125rem;
	line-height: 2.5rem;
	padding: 0 2rem;
}
.post-list-loadmore a:hover, .post-list-loadmore a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}
.post-list-loadmore a.disabled {
	color: #ccc;
	border-color: #ccc;
}

/*.section-magazine-home .magazine-sicial-bottom {
	float: right;
}*/

.more-posts-container {

}
/* GALERIA TUTORIALES */

.tutoriales-magazine .image-tutorial{
	border-bottom: 0.5rem solid #000;

}

.tutoriales-magazine .title-tutorial span{
	font-family: Oswald;
	font-size: 1.875rem;
	line-height: 1.5;
	text-align: left;
	color: #fc0046;
	text-transform: uppercase;
}

.tutoriales-magazine .description-tutorial span {
	text-align: left;
	font-family: Lato, Arial;
	line-height: 1.5;
	font-size: 1rem;
	color: #6a6767;
}

.tutoriales-magazine .tutoriales-magazine-title {
	font-family: Lato;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

.tutoriales-magazine .margin-top-gallery {
	margin-top: 1rem;
}

/* /GALERIA TUTORIALES */



/* VIDEOS */


.spost-videos .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
t

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

.spost-videos .post-content {
	padding-top: 0rem;

}

.spost-videos .title .body {
	font-size: 1.875rem;
}

.spost-videos .entry-content blockquote p {
	font-size: 1rem;
}

.spost-videos .entry-content blockquote {
	border-bottom: none;

}

.spost-videos .right {
	float:left !important;
}

.spost-videos {
	padding-bottom:0.025rem;
}

.featured-posts.videos .home-magazine-title {
	letter-spacing: .1rem;
}


.featured-posts.videos .post-small .post-header {
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	font-family: Oswald;
	padding: 1.5rem;
	text-align: center;
}

.featured-posts.videos .post-small .post-title {
	color:#FFF;
	font-size: 1rem;
}

.featured-posts.videos .post-small .post-category {
	color:#FFF;
	font-size: 0.6rem;
}

.category-header .videos-menu {
	padding-top: 1.5rem;
}

.category-header.header-desktop .videos-menu ul {
	text-align: center;
	margin-left: 0rem;
}

.videos-menu .main-title {
	padding-top: 0;
}

.category-header .videos-menu .category-submenu a {
	font-size:0.75rem;
}

.featured-posts.videos .column {
	float:left;

}

.featured-posts.videos .column .column-post {
	position: relative;
}

.featured-posts.videos .column .column-post  .post-header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	padding: 1.5rem 2.5rem;
	color: #fff;
	font-family: Oswald;
	/*background: url(../images/post-full-shadow.png) repeat-x left top;*/

}

.featured-posts.videos .column .column-post .post-title {
	font-size: 1rem;
	color: #FFF;
	padding-top: 0.1875rem;
	display: block;
	line-height: 1.6rem;
	text-align: center;
	height: 5rem;
}

.featured-posts.videos .column .column-post .post-category {
	color:#FFF;
	font-size: 0.6rem;
}


@media (max-width: 40em) {

	.featured-posts.videos .column .actions .readmore {
		display: none;
	}



	.featured-posts.videos .column .column-post .post-title {
		font-size: 1.875rem;
		letter-spacing: 2px;
		line-height: 1.1;
		height: 6rem;
	}

	.featured-posts.videos .column .column-post .post-category {
		font-size: 0.875rem;
		margin-bottom: .5rem;
	}

}

.featured-posts.videos .column .column-post .bgthumb {
	max-width: 620px;
	width: 100%;
}

.featured-posts.videos .column .column-post.columnmargin {
	margin-top:1.5rem;
	float: none;
}


.featured-posts.videos .column .column-post .post-category.large {
	font-size: 0.875rem;
	margin-bottom: .5rem;
}

.featured-posts.videos .column .column-post .post-title.large {
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 1.1;

}


@media (max-width: 40em) {
	.featured-posts.videos .column .column-post .post-title,
	.featured-posts.videos .column .column-post .post-title.large {
		font-size: 1.5rem;
		height: 6rem;
	}
}



.featured-posts.videos .column .actions {
	/*position: absolute;
	left: 0; right: 0; bottom: 0;*/
	text-align: center;
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left:0;
	  right:0;
  	margin: auto;
  	width:50%;
  	height: 50%;
}

.featured-posts.videos .column .actions .readmore {
	background: transparent;
	/*border: 2px solid #fff;*/
	color: #fff;
	line-height: 2rem;
	padding: 0.5rem 1.625rem;
	font-size: 2.3rem;
	font-family: 'Dancing Script';
	text-transform: lowercase;
	letter-spacing: 1px;
}

.featured-posts.videos .column .post-small .actions .readmore {
	display: none;
}

.featured-posts.videos .column .post-small:hover .actions .readmore {
	display: inline-block;
}


.featured-posts.videos .column {
	padding: 1rem;
}




/* /VIDEOS*/

/* NEWSLETTER WIDGET */

.newsletter-widget {
	background: #e4e4e4;
	border-bottom: 6px solid #000;
	padding: .875rem 1.25rem;
	max-width: 32rem;
	width: 100%;
x
}

.newsletter-widget .close {
	float: right;
}

.newsletter-widget .newsletter-title {
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 1.25rem;
	line-height: 2rem;
	padding: 0 .75rem 0 1.5rem;
	position: relative;
	left: -1.75rem;
}

.newsletter-widget .message-ok {
	margin: 3rem 0;
}

.newsletter-widget .newsletter-title:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 100%;
	background: url(../images/newsletter-title-shadow.png) no-repeat left top;
	width: 8px;
	height: 10px;
}

.newsletter-widget .newsletter-text {
	margin-top: 1.375rem;
	line-height: 1.8;
	font-size: 1rem;
	font-family: Oswald, sans-serif;
}

.newsletter-widget ul li {
	padding-bottom: 0;
}

.newsletter-widget .btn {
	margin-bottom: 0;
	text-transform: uppercase;
}

.newsletter-widget .newsletter-form {
	padding-top: 1.25rem;
}

.newsletter-widget .newsletter-form input {
	border: 0;
	font-family: Oswald, sans-serif;
}

/* /NEWSLETTER WIDGET */

/* ESTILO MAGAZINE-ESCUELA */
p a {
color: #fe0046;
text-decoration: underline;
}
p a.excerpt-read-more {
text-decoration: none;
}
.custom-sidebar .pic p {
	line-height: 1.5;
	border-bottom: 1px solid #000;
	padding: 1rem 0;
	font-size: .875rem;
	font-family: Lato;
}


blockquote.school-quote {
	margin: 3rem 1rem 10rem 1rem;
	padding: 0 0 30px 0;

	background: url(../images/border-dots-2.png) repeat-x center bottom;

	/*border-bottom: 1px dashed;*/
	border: 0;

	font-family: Lato;
	color: #e4003a;
	font-size: 1.4rem;
}


/*/ ESTILO MAGAZINE-ESCUELA */

/* ESTILO MAGAZINE-BACKSTAGE */


blockquote.backstage-quote {
	margin: 11rem 1rem 10rem 1rem;
	padding: 0 0 30px 0;
	background: url(../images/border-dots-2.png) repeat-x center bottom;
	border: 0;
	font-family: Lato;
	color: #e4003a;
	font-size: 1.4rem;
}

.special_content {
	font-family: Lato !important;
    font-size: 1rem;
    line-height: 1.4rem !important;
	padding: 0 0.6rem;
}


.special_content table{
	margin-bottom:0rem;
	max-width: 952px;
}

.special_content tr td{
	padding:0.25rem;

}

.featured-post-sidebar {
	margin-top: 1rem;
}

.featured-post-sidebar .post-title {
	font-size: 1.125rem;
	line-height: 1.2;
	padding: .5rem 0 .2rem 0;
}

.featured-post-sidebar .post-excerpt {
	margin: 0;
}

.post.featured-post-sidebar .post-excerpt p {
	display: block;
	line-height: 1.2;
	font-size: .875rem;
}

/*/ ESTILO MAGAZINE-BACKSTAGE */

/* ESTILO BUSQUEDA */


.search .subtitle {
	text-align: center;
	font-family: Oswald;
	font-size: 1.25rem;
	line-height: 1.5rem;
	display: block;
	max-height: 3rem;
	overflow: hidden;
	margin: 3rem 0;
	color: #fc0046;
	text-transform: uppercase;
}

.search .main-title {
	margin-bottom: 1rem;
}

.search .title-dotted {
	text-transform: uppercase;
}

.search .video .post-header{
	position: absolute;
	top: 1.25rem;
	right: 0.625rem;
	bottom: 1.25rem;
	left: 0.625rem;
	text-transform: uppercase;
	padding: 1.5rem 2.5rem;
	color: #fff;
	font-family: Oswald;
	background: url(../images/post-full-shadow.png) repeat-x left top;
}

.search .video {
	position: relative;
	padding-top: 1.25rem;
}

.search .video .post-header .title-striped {
	color:#FFF;
	font-size: 0.6rem;
}

.search .video .post-header .post-title {
	font-size: 1rem;
	color: #FFF;
	padding-top: 0.1875rem;
	display: block;
	line-height: 1.6rem;
	text-align: center;
}
.search-title {
	margin-top: 1.5rem;
}

@media (max-width: 40em) {
	.search .video .post-header .title-striped {
		font-size: 1.125rem;
		margin-bottom: .5rem;
	}
	.search .video .post-header .post-title {
		font-size: 1.875rem;
		letter-spacing: 2px;
		line-height: 1.1;
	}
	.search .video {
		width: 100%;
	}

	.search .video .actions .button.readmore {
		line-height: 2rem;
		padding: 0.5rem 1.625rem;
		font-size: 2.3rem;
	}

}


.search .video .actions {
	position: absolute;
	left: 0.625rem; right: 0.625rem; bottom: 1.25rem;
	text-align: center;
}

.search .video .actions .readmore {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 1.5rem;
	padding: 0.3rem 1rem;
	font-size: 1.5rem;
	font-family: 'Dancing Script';
	text-transform: lowercase;
	letter-spacing: 1px;
}



.search .post-not-found .title{
		font-size: 1.375rem;
	color: #000;
	padding: 0.1875rem 0;
	display: block;
	line-height: 1.6rem;
	height: 3.575rem;
	overflow: hidden;
	font-family: Oswald;
}

.search .post-not-found .post-excerpt {
	font-family: Lato, Arial;
	font-size: 0.875rem;
	margin-top: .325rem;
}

.search .page-frame {
	max-width: 100%;
}

.search .post-not-found .header,
.search .post-not-found .post-excerpt {
	text-align: center;
}

/*/ ESTILO BUSQUEDA */

/* ESTILOS NOT-FOUND 404 */

.not-found .subtitle {
	text-align: center;
	font-family: Oswald;
	font-size: 1.25rem;
	line-height: 1.5rem;
	display: block;
	max-height: 3rem;
	overflow: hidden;
	margin: 3rem 0;
	color: #fc0046;
	text-transform: uppercase;
}

.not-found .entry-content  {
	padding-bottom: 3rem;
	padding-top: 1rem;
}
.not-found .entry-content .title{
	font-size: 1.375rem;
	color: #000;
	padding: 0.1875rem 0;
	display: block;
	line-height: 1.6rem;
	height: 3.575rem;
	overflow: hidden;
	font-family: Oswald;
	text-align: center;
}



/*/ ESTILOS NOT-FOUND 404 */

/* SOCIAL */

.social-small {
	padding-right: 1rem;
	padding-left: .5rem;
}


.social-small a {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	background: no-repeat left top;
	background-size: cover;
}

.social-small img {
	width: 1.75rem !important;
	height: 1.75rem !important;
	max-width: 100% !important;
	max-height: 100% !important;
	vertical-align: baseline;
}

.social-small a span {
	/*display: none;*/
}

.social-small .share-title {
	line-height: 1.75rem;
	font-size: 1.125rem;
	color: #9f9d9d;
	font-family: Oswald;
	margin-right: .75rem;
}

.social-small a.addthis_button_facebook { background-image: url(../images/social-fb.png); }
.social-small a.addthis_button_facebook-new { background-image: url(../images/social-fb.png); }
.social-small a.addthis_button_facebook2 { background-image: url(../images/social-fb.png); }
.social-small a.addthis_button_twitter { background-image: url(../images/social-tw.png); }
.social-small a.addthis_button_twitter-new { background-image: url(../images/social-tw.png); }
.social-small a.addthis_button_pinterest { background-image: url(../images/social-pi.png); }
.social-small a.addthis_button_pinterest-new { background-image: url(../images/social-pi.png); }

.addthis_sharing_toolbox {clear:none !important;}
/* /SOCIAL */

/* LANDING PAGES */

.page-landing .date-panel {
	font-size: 1.25rem;
	padding-top: 16px;
	font-family: Oswald;
	text-align: center;
	text-transform: uppercase;
}

.page-landing .class-booking.has-date {
}

.page-landing .page-school {
	margin-top: 2rem;
}

.page-landing .main-title {
	padding-top: 2rem;
}

.landing-header .header-logo {
	float: none;
	text-align: center;
}

.landing-footer-content {
	margin-bottom: 2rem;
}

.price-panel {
	color: #222;
	font-family: Lato;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: .375rem;
	text-rendering: optimizeLegibility;
	/*padding-top: 1rem;*/
	padding-bottom: 1rem;

	/*
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	*/
}

.price-panel h4 {
	font-family: Lato;
	font-size: 1.25rem;
}

/* /LANDING PAGES */

/*
.row.pics-double {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
p

.row.pics-double .column {
	padding: 0.5rem;
}

.row.pics-double .col-content {
	text-align: right;
	max-width: 39.75rem;
}
.row.pics-double .col-sidebar {
	text-align: left;
	max-width: 20.25rem;
}
*/

.row.pics-double img {
	width: 100%;
}

.row.pics-double .post-thumbnail {
	float: left;
	/*width: 65.9574468085106%;*/
}
.row.pics-double .pic-sidebar {
	float: right;
	/*width: 31.9148936170214%;*/
	margin-right: 0.531914893617021%;
}


.lazy-loading {
	display: inline-block;
	position: relative;
}

.lazy-loading:before {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(../images/ajax-loader-dark.gif) no-repeat center center;
}

.simple-gallery {
	margin: auto;
}

/* Carousel */
.es-carousel ul li a img {
	width: 140px !important;
	height: 90px !important;
}

.rg-caption p {
	display: block;
	height: 1.875rem;
	overflow: hidden;
	white-space: nowrap;
}
.rg-caption span {
	display: block;
	height: 1rem;
	overflow: hidden;
	white-space: nowrap;
}
/* /Carousel */

/* Contact */
.contact-content,
.contact-sidebar {
	margin-top: .5rem;
}

.contact-sidebar {
	padding-top: .5rem;
}

.contact-page .inputerror {
	border:1px solid #f04124;
}

/* /Contact */

.post-news-pic {
	padding: .25rem 0;
	height: 2.25rem;
}

.post-news-pic img {
	max-height: 100% !important;
}

.posts-news p {
	margin-bottom: 0;
}

.posts-news ul {
	margin-top: 1rem;
}

.posts-news ul:last-child {
	border-bottom: 0;
}

.news-watch-all-link {
	color: #969696;
	text-transform: uppercase;
	font-size: 1rem;
	font-family: Oswald;
	margin-top: 3rem;
}

.news-watch-all-link span {
	text-decoration: underline;
}

.press-list {
	padding-bottom: 5rem;
}

.landing-page .price-panel {
	display: block !important;
}

.single-post.landing-post {
	padding-top: 3.5rem;
}

.single-post.landing-post .simple-gallery,
.single-post.landing-post .special_content {
	padding-bottom: 3.5rem;
}

l
/* LANDING FOOTER */

.landing-footer {
	padding: 1rem;
}

.landing-footer .social-pic {
	float: left;
}

.landing-footer .social-large {
	padding: 1rem;
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	min-height: 5.5rem;
}

.landing-footer .info {
	margin-left: 4rem;
}

.landing-footer h5 {
	line-height: .7;
	margin-bottom: .325rem;
}

.landing-footer h5 a {
	font-weight: 700;
	font-size: .75rem;
}

.landing-footer .social-fb h5 a {
	color: #1e4580;
}

.landing-footer .social-tw h5 a {
	color: #0ea8da;
}

.landing-footer .social-small {
	margin: auto;
	text-align: center;
}

.landing-footer .social {
	display: inline-block;
	float: none !important;
	margin-top: .875rem;
}

.landing-footer .column {
	margin-bottom: 2rem;
}

.smartmodal-modal {
	background: transparent;
}

/* /LANDING FOOTER */

#snippet-box {
	display: none !important;
}

.ajax-loader-confirm.contact {
	background: url(../images/ajax-loader4.gif) no-repeat left center;
	margin-left:0px;
	padding-left: 20px;
}


.ajax-loader-confirm.newsletter {
	background: url(../images/ajax-loader3.gif) no-repeat left center;
	margin-left:0px;
}

.ajax-loader-confirm{
	background: url(../images/ajax-loader2.gif) no-repeat left center;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #403f3f;
	float: right;
	margin-top: -12px;
	padding-left: 20px;
}



.searchform .input-search {
	max-width: 20rem;
	display: inline-block;
	height: 2rem;
}

.searchform {
	text-align: center;
}

.searchform .adv {
	font-size: 1.375rem;
	color: #000;
	height: 2rem;
	line-height: 2rem;
	font-family: Oswald;
	display: inline-block;
	margin-bottom: 1rem;
	cursor: default;
}

.searchform .submit {
	line-height: 2rem;
	font-size: 0.875rem;
	color: #fff;
	background: none;
	padding: 0 0.9rem 0 0;
	border:none;
	text-transform: uppercase;
	margin-left: -3rem;
}

.searchform .wrapper-search {
	float: left;
}
/*BOX SUSCRIBITE*/
.feedback-news {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 160px;
}
.feedback-news.active {
	width: 310px;
}
.feedback-news .feedback-news-content {
	background: #fff;
	border-right: solid 1px #a1a1a1;
	border-left: solid 1px #a1a1a1;
	padding: 12px 36px;
	text-align: center;
	display: none;
}
.feedback-news.active .feedback-news-content {
	display: block;
}
.feedback-news.active .feedback-news-content .contactform .row {
	margin-left: 0;
	margin-right: 0;
}
.feedback-news.active .feedback-news-content .contactform .row.actions .btn {
	border-radius: 0;
}
.feedback-news.active .feedback-news-content .contactform .row.actions .btn:hover {
	color: #fff;
}
.feedback-news h2 {
	color: #fff;
	font-family: 'Oswald';
	font-weight: 300;
	text-transform: uppercase;
  font-size: 20px;
  padding: 10px 18px;
  margin-bottom: 0;
  background: #000;
  cursor: pointer;
}
.feedback-news h2 i {
  font-size: 24px;
  margin-right: 10px;
}
.feedback-news h2 span {
  cursor: pointer;
  float: right;
  display: none;
}
.feedback-news.active h2 span {
	display: block;
}
.feedback-news .feedback-news-content h3 {
	color: #000;
	font-family: 'Oswald';
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 24px;
	text-transform:none;
}
.feedback-news .feedback-news-content h3 span {
	display: block;
}
.feedback-news .feedback-news-content form {
	margin-bottom: 10px;
}
.feedback-news .feedback-news-content p {
	font-family: 'Lato', Arial;
	line-height: 1.2em;
}
.feedback-news .feedback-news-content input {
	border: solid 1px #000;
	text-align: center;
	font-family: 'Oswald';
	margin-bottom: 10px;
	height: 30px;
}
.feedback-news .feedback-news-content button {
	width: 100%;
	margin-bottom: 0;
	border-radius:0;
	text-transform: uppercase;
}
.feedback-news .feedback-news-content button:hover {
	color: #fff;
}
/*SOCIAL MEDIA*/
.desktop-header .menu-upper .social-media  {
	display: inline-block;
}
.desktop-header .menu-upper .social-media a {
	font-size: 20px;
	color: #787878;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
}
.desktop-header .menu-upper .social-media a:hover {
	color: #fff;
}
/*Slider*/
.horizontal-slider.flexslider, .horizontal-slider.flexslider:hover {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.horizontal-slider .thumbnail img.horizontal { max-width: none !important; }
.ajax-loader-confirm.newsletter{
	float:inherit;
	padding-bottom: 10px;
}
.feedback-news .feedback-news-content input{
	text-transform: uppercase;
}

.social-domo-show-more{
	margin-top: -60px;
}
.flexslider .slides > li {width: 228px !important; }
.horizontal-slider .thumbnail figure {width: 226px !important;}

@media (min-width: 1200px) {
  .viewer-classic .grid-sizer,
  .viewer-classic .grid-item,
  .viewer-classic .masonry-brick {
    width: 25% !important;
  }
  .viewer-classic .grid-item--width2,
  .viewer-classic .double-column {
    width: 50% !important;
  }
}


@media (max-width: 40em) {	
	.featured-posts.featured-magazine .post-featured-1 .post-header {
		text-transform: uppercase;
		text-align: left;
		border-top: 1px solid #D6D6D6;
	}

	.featured-posts.featured-magazine .post-featured-1 .post-header .post-category{
		margin-top: 5px !important;		
		font-size: 0.875rem;
    	color: #7d7b7b;
    	font-family: Oswald;    	
    	letter-spacing: 0px;
    	margin-bottom: 0px;    	
	}

	.featured-posts.featured-magazine .post-featured-1 .post-title {
		font-size: 1.125rem;
		color: #000;
	    padding: 0.1875rem 0;
	    display: block;
	    line-height: 1.6rem;
	    overflow: hidden;
	    font-family: Oswald;
	    max-height: 4.75rem;	    
	    vertical-align: middle;
	    text-align: left;
	    letter-spacing: 0px;
	}

	.featured-posts.featured-magazine {
		margin-top: -15px;
	}

	.featured-posts.featured-magazine .post-featured-1 .post-frame { 
		background-image: none;
		z-index: -1;
	}

	.featured-posts.featured-home .post-featured-1 .post-frame { 
		background-image: none;
		z-index: -1;
	}

	.featured-posts.featured-home .post-featured-1 .post-header {
		text-transform: uppercase;
		text-align: left;		
		border-bottom: 1px solid #D6D6D6;
		padding-bottom: 5px;
	}

	.featured-posts.featured-home .post-featured-1 {
		margin-bottom: 1rem;
	}

	.featured-posts.featured-home .post-featured-1 .post-header .post-category {
		margin-top: 5px !important;				
		font-size: 0.875rem;
    	color: #7d7b7b;
    	font-family: Oswald;    	
    	letter-spacing: 0px;
    	margin-bottom: 2px;    	
	}

	.featured-posts.featured-home .post-featured-1 .post-title {
		font-size: 1.125rem;
		color: #000;
	    padding: 0.1875rem 0;
	    display: block;
	    line-height: 1.6rem;
	    overflow: hidden;
	    font-family: Oswald;
	    max-height: 4.75rem;	    
	    vertical-align: middle;
	    text-align: left;
	    letter-spacing: 0px;
	}

	.featured-posts.videos .column .actions { 
		height: 25%;
	}

}


@media only screen and (max-width: 480px) {
	.featured-posts.featured-magazine .post-featured-1 .post-title {
    	font-size: 1.375rem !important;	
	}

	.featured-posts.featured-home .post-featured-1 .post-title {
    	font-size: 1.375rem !important;	
	}

	.featured-posts.videos .column .actions { 
		height: 47%;
	}
}


.featured-posts.videos .post-header-video {
	text-transform: uppercase;
	text-align: left;
}

.featured-posts.videos .post-header-video .post-category {
	font-size: 0.875rem;
	color: #7d7b7b;
	font-family: Oswald;
	text-align: left;
}

.featured-posts.videos .post-header-video .post-title {
	font-size: 1.125rem;
	color: #000;
    padding: 0.1875rem 0;
    display: block;
    line-height: 1.6rem;
    overflow: hidden;
    font-family: Oswald;
    height: 3.5rem;    
    vertical-align: middle;
}


@media only screen and (max-width: 480px) {
	.featured-posts.videos .post-header-video .post-title {
    	font-size: 1.375rem !important;    
    	line-height: 1.5rem !important;
	}
	.main-header section.right-small {
	width: 5rem;
	}
}


.main-header .tab-bar .left-small {
	border: none;
}

.main-header .tab-bar .left-small.desktop-button {
	width: 100px;
	height: 110px;
}

.main-header .tab-bar .right-small {
	z-index: 99999;
	border: none;
}

.main-header .tab-bar .right-small .social-media {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.main-header .tab-bar .right-small .social-media a {
	font-size: 20px;
    color: #787878;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block
  }

.main-header  .tab-bar .right-small .social-media a:hover {
  	color: #FFF;
  }


.header-both {
	background-color: #000;
}

.main-header {
	margin: auto;
	max-width: 940px;
}

.main-header .right-small {
	width: 16rem;
}

.main-header .icon.mobile-search-toggle {
	float: right;
}

.main-header .left-small .menu-title {
	position: absolute;
	top: 50px;
	font-family: Oswald;
    font-size: 1rem;
    font-weight: 300;
    top: 30px;
    left: 27px;
    z-index: 0;
}

.main-header .left-small {
	margin-top: -7px;
	margin-left: -10px;
	
}

.main-header .left-small .left-off-canvas-toggle.menu-icon {
	z-index: 999;
}



.move-right>.inner-wrap {
	-webkit-transform: none;
}