/*
COLOR CODES
accentColor: #f44c49;
originaBlack: #181c20;
primaryBlack: #181c20
*/

.text-primary {
	color: #f44c49!important;
}

a.text-primary:focus, a.text-primary:hover  {
	color: #e6423f!important;
}


.btn {
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	letter-spacing: 0.05rem;
	border-style: solid!important;
	border-width: 1px!important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus, .custom-select:focus {
	border-color: #f44c49;
	box-shadow: none;
}

.btn-primary  {
	background-color: #f44c49;
	border-color: #f44c49;
}

.btn-primary:hover {
	background-color: #e6423f;
	border-color: #e6423f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #e6423f;
	border-color: #e6423f;
}

	
.btn-outline-primary {
	border-color: #f44c49;
	color: #f44c49;
}

.btn-outline-primary:hover {
	background-color: #f44c49;
	border-color: #f44c49;
	color: white!important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	border-color: gray;
	color: gray;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
	border-color: gray;
	color: gray;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #f44c49;
	border-color: #f44c49;
	color: white;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 0, 0,.5)
}

*:focus  { 
    outline: none; 
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html, body {
	/*height: 100%!important;*/
}

section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

a {
	color: inherit;
}

li {
	list-style: none;
}

a:hover {
	color:  #f44c49;
	text-decoration: none;
}

hr {
	border-top: 1px solid #ccc;
}

main {
	margin-top: 2rem;
}



/*--------------------------------------------------
T Y P O G R A P H Y
---------------------------------------------------*/

html {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body {
	font-family: 'Perec', Helvetica, sans-serif;
	line-height: 1.875;
	font-weight: 300;
}
p {
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
}

b, strong {
	font-weight: 700;
}

.display-6 {
	font-family: 'Chercan';
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
}

h1, .h1 {
	font-family: 'Chercan', sans-serif;
	font-weight: 300;
	font-style: italic;
}

h2, .h2 {
	font-family: 'Chercan', sans-serif;
	font-weight: 300;
	font-style: italic;
}

h3, .h3 {
	font-family: 'Chercan', sans-serif;
	font-weight: 300;
	font-style: italic;
}

h5 {
	font-family: 'Chercan', sans-serif;
	font-weight: 700;
}

h6 {
	font-family: 'Chercan', sans-serif;
	font-weight: 700;
}


.introText, .lead {
	margin-bottom: 2rem;
	font-size: 1.4rem!important;
	line-height: 150%;
	font-family: 'Chercan';
	font-weight: 300;
	font-style: italic;
}


#concept p + h4, #concept p + h3, #concept p + h2 { 
	margin-top: 2.4rem;
}

#concept h2 + h4 {
	margin-top: 1rem;
}

#concept h4 {
	font-family: 'Chercan';
	text-transform: uppercase!important;
	letter-spacing: 0.06rem!important;
	font-style: normal!important;
	font-weight: 400;
	font-size: 1.2rem;
}



/*--------------------------------------------------
C O N T A I N E R S
---------------------------------------------------*/


.container-fluid {
	max-width: 1400px;
	padding-right: 2rem;
	padding-left: 2rem;
}

.containerBanded {
	padding: 0px;
}

.containerBoxed { /*BORRAR*/
	height: auto;
	width: 90%;
	max-width: 1400px;
	margin: auto;
	display: block;
	clear: both;
	position: relative;
	/*overflow: hidden;*/
	padding-left: 30px!important;
	padding-right: 30px!important;
}


/*--------------------------------------------------
H E A D E R
---------------------------------------------------*/

header.header.home {
	background-color: transparent;
	/*background-color: #cd4a8e;*/
	height: auto;
	overflow: hidden;
	/*margin-bottom: 3rem;*/
}

.homeHero {
	display: block;
	position: relative;
	float: none;
	/*-webkit-background-size: 100%;*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.heroWrapper {
	/*height: calc(100%);*/
	position: relative;
	/*padding-top: 3rem;*/
	padding-bottom: 1rem;
}

.heroWrapper img {
	display: block;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
}
.heroInfo {
	padding: 20px;
	background-color: #fafafa;
	position: absolute;
	bottom: 0;
	min-width: 40%; 
}

.heroInfo h1 {
	font-size: 5rem;
}

.homeHero img {
	/*margin-top: 1em!important;*/
}

/* homeHero
---------------------------------------------------*/

.featuredMenu {
	display: block;
	position: relative;
	text-align: center;
	margin: auto;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

/* Hero
---------------------------------------------------*/


.button-row {
	position: absolute;
	top: 50%;
	width: 100%;
 }


.button--previous, .button--next  {
	font-size: 3rem;    
	color: white;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	font-family: 'socialicons';  
	font-style: normal;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);  
}

.button--next {
	right: 10px;
}
.button--previous {
	left: 10px;
}

.flickity-fade {
  transform: none !important;
}

/* Fade CSS */

.hero .flickity-slider {
  transform: none !important;
}

.hero .flickity-slider  .gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.hero .flickity-slider  .gallery-cell.is-selected {
  opacity: 1;
  z-index: 0
}

.flickity-viewport, .rslides, .item {
	transition: height 0.5s;
}

.hero .gallery-cell img {
	max-width: 760px;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
.hero .gallery-cell p {
	font-size: 1.8em!important;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	font-family: 'Perec-Blanca';
	max-width: 760px;
}

.imSlide {
	display: none;
}

.heroImage {
	width: 100%;
}

/* Main Menu
---------------------------------------------------*/
.navbar {
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav .nav-item a.nav-link {
	font-family: 'Chercan';
	font-weight: 700;
	font-size: 1.2rem;
}

.navbar-light .navbar-toggler {
	border: 0;
}

.navbar-nav .nav-item:last-child a {
	padding-right: 0; 
}

/*User Nav
---------------------------------------------------*/

.usernav {
	/*background: #3C4151;*/
	background-color: rgb(13,13,13);
	position: relative;
	overflow: hidden;
	margin: auto;
}

.userInfo svg {
	fill: white;
}

/*userInfo */

.usernav a {
	text-transform: lowercase;
	font-family: 'PerecGrisVersalita';
	font-size: 0.9rem;
	color: white;
	letter-spacing: 0.05rem;
	margin-right: 1rem;
	float: left;
}

/*Language */

.language {
	color: rgba(255, 255, 255, 0.5)!important;
}

.language.active {
	color: white!important;
}

.language:first-child {
	margin-left: 0;
}
.language:last-child {
	margin-right: 0;	
}
/*Header
---------------------------------------------------*/

.header {
	opacity: 1;
	/*width: 100%;*/
	overflow: hidden;
	/*background-color: rgb(243, 240, 238);*/
	/*background-image: url('../images/pattern.png');*/
	padding: 1rem 0px 1rem 0px;
	/*margin-bottom: 18px;*/
	/*border-bottom: 4px solid #e23438;*/
}

.header.home {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*--------------------------------------------------
TYPEFACE PAGE
---------------------------------------------------*/

#typefaceMain {
	margin-top: 2rem;
}

/*1. Typeface Menu*/

#typefaceMenu {
	-webkit-transition: background-color 0.4s;
	padding-top: 0.5rem;
	padding-bottom: 0.3rem;
}

#typefaceMenu.fixed {
    position: fixed;
	z-index: 1;
	width: 100%;
	top: 0px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.09);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.09);
}

#typefaceMenu #scrollMenu a {
	padding-left: .5rem;
	padding-right: .5rem;
}

#typefaceMenu #scrollMenu a:last-child {
	padding-right: 0;
}
#typefaceMenu #scrollMenu a:first-child {
	padding-left: 0;
}

.toogleFullMenu {
	cursor: pointer;
}

.toogleFullMenu h5 {
	margin-bottom: 0;
}

.toogleFullMenu h5 span {
	font-weight: 300;
	font-style: italic;
}

.toogleFullMenu h5:before{
	content: "↓";
	font-family: "socialicons";
	font-style: normal;
	font-weight: normal;
	color: #e23438;
}


#alias {
	display: none;
}

/*FULLMENU of TYPEFACES*/

.footerItem:hover {-webkit-filter: brightness(0); filter: brightness(0);}

#fullMenu {
	z-index: 1;
	position: absolute;
	width: 100%;
	/*background-color:  #e7e6e8;*/
	/*background-color: #f6f0f2;*/
	/*background-color: rgba(246, 240, 242, 0.98) ;*/
	background-color: rgba(243, 240, 238, 0.98) ;
	border-bottom: 1px solid rgba(231, 221, 216, 1);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	transition: visibility 0s ease-out 0.4s, opacity 0.4s;
}

#fullMenu.show {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s ease-out 0s, opacity 0.4s;
}

#fullMenu .familiesGrid {
	margin-bottom: 0px;
}


/* Submenu */

.oculto {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}


/*FONT INFO */

#fontInfo {
	padding-top: 35px!important;
	padding-bottom: 0px!important;
}
.containerInfo {
	height: auto;
	margin: auto;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
}
.block {
	white-space: nowrap;
}
.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25rem;
	/* Adjusts for spacing */
}
.centered {
	display: inline-block;
	vertical-align: middle;
}
#fontInfo h3 {
	padding-top: 0.2rem;
	font-family: "Chercan-FinaItalica";
	font-size: 2.2rem;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
}
#fontInfo h4 {
	font-family: 'Perec-Gris';
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: normal;
	color: #8c2832
}
#fontInfo .awards {
	float: right;
	text-align: right;
}
#fontInfo .awards img {
	width: 25%;
	max-width: 100px;
}

/*--------------------------------------------------
S P E C I M E N
---------------------------------------------------*/

.testEstilo {
	
}

#interactiveSpec {
	text-align: left;
	padding-top: 0px;
}

#interactiveSpec .container {
	width: 80%!important;
}
.words {
	/*padding-left: 45px!important;
	padding-right: 45px!important;*/
	overflow: visible;
}
#interactiveSpec h4 { 
	color: #181c20;
	text-align: left;
	font-size: 3.3rem;
	line-height: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	letter-spacing: 0px!important;
/*    margin-bottom: 30px;  */
	font-feature-settings: 'liga' 1, 'calt' 1, 'dlig' 1;
}

#interactiveSpec h4:hover {
	color: #181c20;
}
.switchFeatures {
	background-color: transparent;
	position: relative;
	margin: auto;
	/*text-align: center;*/
	margin: 0px 0px;
	padding: 20px 0px 10px 0px;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	transition: max-height, opacity 0.3s ease-in;
}

.tools {
	opacity: 0;
	visibility: hidden;
}

.tools.show {
	opacity: 1;
	visibility: visible;
}

.tools span {
	margin-right: 12px;
}

/*DROPDOWN INIT*/
.dropbtn, .charBtn {
	padding: 0px;
	margin-right: 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: rgb(186, 184, 182);
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
}

.dropdown-content button {
	font-size: 16px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #3C4151;
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	float: none;
	display: block; 
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
margin-top: -2px;
	padding: 14px;
	display: none;
	position: absolute;
	/*background-color:  rgba(243, 240, 238, 0.98);*/
	background: #fff;
	border: 1px solid #ccc;
	min-width: 160px;
	text-align: left;
	z-index: 99;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
/*.dropdown-content li:hover {border-bottom: 2px solid black;}
*/
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown-content:hover{
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn, .charBtn:hover {

	color: #3C4151;
}


/*DROPDOWN END*/


/*SLIDER INIT*/
.sliders {
	opacity: 0;
	visibility: hidden;
	margin-bottom: 3px;
}

.sliders.show {
	opacity: 1;
	visibility: visible;
}
.noUi-target {
	display: inline-block;
	width: 140px;
}

.noUi-background {
	height: 1px;
}

.noUi-horizontal .noUi-handle {
	top: -7px!important;
	width: 14px!important;
	height: 14px!important;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	background: #fafafa;
	cursor: default;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
	content: "";
display: none!important;

}

.switchFeatures input[type="checkbox"] {
	-webkit-appearance: none;
	display:inline-block;
	border-radius: 50%;
	width:12px;
	height:12px;
	margin-right: 2px;
	margin-bottom: 0px;
	vertical-align:middle;
	border: 2px solid rgb(186, 184, 182);
	background: transparent;
	cursor:pointer;
}
.switchFeatures input[type="checkbox"]:checked {
	/*background: rgb(186, 184, 182);*/
	border: 2px solid #3C4151;
	background: #3C4151;
}

.switchFeatures label {
	color: #3C4151;
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	letter-spacing: 0.1;
}

.tooltip {
	margin-top: -1.5rem;
}

.tooltip-inner {
	background-color: transparent;
	color: black;
	font-family: 'Perec';
	font-size: 1rem;
}


#interactiveSpec small {
	display: block;
	font-family: 'PerecGrisVersalita';
	letter-spacing: 0.04rem;
	text-align: center;
	margin-top: 2rem;
}

#interactiveSpec h4:focus {
	border: none;
	outline: none;
}
*::selection {
	background-color: rgb(243, 240, 238) ;
	opacity: 0.6
}

*::-moz-selection {
	background-color: rgb(243, 240, 238) ;
	opacity: 0.6   
}
.testEstilo  .etiqueta {
	 font-size: 16px;
	 line-height: 30px;
	border: none;
	background-color: transparent;

	float: left;
	font-weight: normal!important;
	margin-bottom: 0px;
	margin-right: 20px;
	text-align: left;
	color: rgb(186, 184, 182);
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
}

/*.testEstilo:nth-of-type(even) .etiqueta{
	float: right;
	text-align: right!important;
	/*margin-right: -20px;*/


/*--------------------------------------------------
S P E C S F I L E S
---------------------------------------------------*/
#specimensFiles {
	padding: 6em 0em 2em 0em!important;
}
#specimensFiles h1 {
color: #181c20;
	font-size: 1.6rem;
	font-family: 'Chercan-FinaItalica';
	margin-bottom: 1rem;
}

#specimens {
	border-left: 0px; 
	border-right: 0px; 
	overflow: hidden;
	padding: 1em 0em 1.5em 0rem;
	margin-bottom: 1rem;
}

#specimens strong {
	clear: both;
	display: block;
}
#specimens a {
	height: 100px;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	text-align: left!important;
	margin-right: 1rem;
	margin-top: 1rem;
}
#specimens a img {
height: 100%!important;
	width: auto;
	margin: 0px!important;
}
.specimenIcon {
	text-align: center;
}
.specimenIcon img {
	margin: auto;
	width: 60%;
	display: block;
}
.specimenIcon a {
	overflow: hidden;
	display: block;
	text-align: center;
}




/*On the blog*/


#onTheBlog h1 {
	font-family: 'Amster-BlancaItalica';
	font-feature-settings: 'liga' 1, 'calt' 1, 'dlig' 1, 'swsh' 1;
	-webkit-font-feature-settings: 'liga' 1, 'calt' 1, 'dlig' 1, 'swsh' 1;
	-moz-font-feature-settings: 'liga' 1, 'calt' 1, 'dlig' 1, 'swsh' 1;
	text-align: center;
	margin-bottom: 0.3rem;
	font-size: 4rem;

}

#onTheBlog h1:before {
	display: block;
	clear: both;
	margin-bottom: 0.5rem;
	content: '⁂';
	font-family: "socialicons";
	font-style: normal;
}

#onTheBlog h3.meta{
	text-align: center!important;
	font-size: 1.3rem;
	margin-bottom: 3rem;
}

#onTheBlog h4.meta{
	font-family: 'Chercan';
	text-transform: capitalize;
	font-size: 16px;
	color: gray;
	font-weight: 400;
}


#onTheBlog h4 {
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	margin-bottom: 1rem;
}

#onTheBlog h2 {
	margin-bottom: 0.5rem;
}

#onTheBlog p {
	font-family: 'Perec-Blanca';
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
}
#onTheBlog .readmore {
	font-size: 1.3rem;
}
/*--------------------------------------------------
I S O T O P E
---------------------------------------------------*/

/*1.  Font List*/
.fontList {
	/*margin-bottom: 10rem;*/
}

.fontList .item {
	line-height: 0px;
}

.fontList .item a {
	overflow: hidden;
}
.homeProjects .fontList .item a svg {
	margin: 1.5rem 0;
}

.fontList .item a svg path{
	max-width: 100%;
	fill: #181c20;
	transition: fill 0.3s;
	-webkit-transition: fill 0.3s; /* Safari */
}

.fontList .item:hover a svg path {
	fill: #f44c49;
	transition: fill 0.3s;
	-webkit-transition: fill 0.3s; /* Safari */
}

.fontList hr {
	margin-top: 2rem!important;
	margin-bottom: 2rem!important;
}

.fontList .item {
	box-sizing: border-box;
	background-color: transparent;
	background-position: left;
	background-repeat: no-repeat;
	transition-property: background-color;
}
.fontList .item:hover {
	transition: .3s ease;
	transition-duration: .3s ease;
	transition-timing-function: ease-out;
	transition-property: background-color;
}
.fontList .info {
	text-align: center;
	display: block;
	margin: auto;
	position: relative;
	margin-bottom: 1.5rem;
}

.fontList .info strong {
	font-family:'Chercan';
	text-transform: capitalize;
	color: #e23438
}

.info h3, .info h3 a {
	font-style: normal;
	font-size: 1rem;
	text-transform: lowercase;
	font-family: 'PerecGrisVersalita';
}
.info h3 a:hover {
	color: #e23438;
}

.fullcatalog {
	margin-top: 4rem;
}


/* HOME PROJECTS */



#portfolio .item:last-of-type {
	margin-bottom: 10em!important;
}

.projects2 a.containerLink{
	overflow: hidden;
	height: auto;
	width: auto;
	display: block;
}

.projects2 .info {
	margin-bottom: 0em!important;
}


.projects2 .info .backline {
	position: relative
}
.projects2 .info .backline span {
	background-color: #fafafa;
	padding: 0px 10px;
	display: inline-block;
}

.projects2 svg {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

/*Destacados Home*/


.heading h2 {
	font-size: 1.3rem;
	font-style: normal;
}

.homeProjects .headingInfo .headingText p {
	font-size: 1.3rem;
	line-height: 2.2rem;
	text-align: left!important;
}

.homeProjects .headingInfo .headingLinks p {
	font-size: 1.1rem;
	line-height: 2.2rem;
	text-align: left!important;
}
.homeProjects .headingLinks a {
	font-family: 'Chercan';
	color: #181c20;
	font-weight: 700;
}

.homeProjects .headingLinks a:before {
	font-size: 1.3rem;
	content: "↗";
	font-family: "socialicons";
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	speak: none;
	line-height: 0;
	color: #e23438;
}



/*--------------------------------------------------
D E T A I L S
---------------------------------------------------*/
.details {
	background-color: rgb(243, 240, 238);
}
.details h2 {
	/*font-size: 1.6rem;*/
	margin-bottom: 1rem;
}
.details p {
	color: #181c20;
}

.details p strong {
	font-family: 'Chercan'!important;
}

.credits p:first-child {
	margin-bottom: 0px;
}

.credits p, .credits p a {
	font-family: 'Chercan'!important;
	font-weight: 700;
}
.characteristics {
	display: block;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
}
.characteristics li {
	float: left;
	font-size: 14px;
	/*background-color: white;*/
	background-color: transparent;
	border: 2px solid white;
	font-family: 'Chercan';
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-size: 0.7rem;
	border-radius: 4px;
	margin-right: 10px;
	padding: 6px 10px 4px 10px;
	line-height: 1;
	margin-top: 0.5rem;

}

.details h6, #specimens h6 {
	font-family: 'Chercan';
}

.details p a {
	border-bottom: 1px dotted #3C4151;
}
.details p a:hover {
	color: #e23438;
	border-bottom: 1px dotted #e23438;
}

.details h2 {
	color: #181c20;
}
.otFeaturesList {
	display: inline-block!important;
	float: none!important;
	vertical-align: top!important;
	clear: both!important;
	margin-left: -2px!important;
	margin-right: -2px!important;
	margin-bottom: 1rem;
}

.details .otFeaturesList p {
	color: #3C4151;
	text-align: center;
	font-family: 'PerecGrisVersalita';
	font-size: 1rem;
	margin-bottom: 0px;
	text-transform: lowercase;
	letter-spacing: 0.05rem;
	line-height: 1;
}

.details .otFeaturesList img {
	width: 100%;
}

.details .extensionMessage {
	line-height: 1.5;
	margin-top: 1rem;
	font-size: 1.5rem;
}
.details .extensionMessage a {
	color: #e23438;
	font-family: inherit;
}

.question {
	font-family: 'socialicons';
	border-bottom: 0px!important;
	color: #e23438;
}

.question:hover {
	color: #181c20!important;
}





.details .credits,
.details #specimens,
.details .characteristics,
.details .coverage,
.details .otherinfo,
.details .styles {
	border-bottom: 1px solid white;
	margin: 0px;
	padding-top: 1rem;
} 


.details .styles {
	margin-bottom: 1rem;
}

.details .characteristics {
	padding-bottom: 1em!important;
}
/*--------------------------------------------------
Breadcrumb
---------------------------------------------------*/
.breadcrumb {
	margin-bottom: 2rem;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li:before {
	content: '>';
	padding-left: 4px;

}

.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb a.active {
	color: #e23438;   
}

.breadcrumb a:hover {
	color: #e23438;
}


/*--------------------------------------------------
CONTACT
---------------------------------------------------*/

.social {
	overflow: hidden;
}
.social ul li {
	display: block;
	float: left;
	margin-right: 10px;
	
}

.footerMenu .social {
	padding: 30px 0px!important;
}
.footerMenu .social ul li a {
	color: white;
	opacity: 1;
	font-size: 1.5rem;
}

.reg-form input[type="checkbox"] {
  display: none!important;
}

.reg-form input[type="checkbox"] + label:before {
  border: 1px solid #999;
  content: "\00a0";
  border-radius: 2px;
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding:0;
  vertical-align: top;
  width: 16px;
  margin-right: 0.5rem;
}
.reg-form input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #666;
  content: "\2713";
  text-align: center;
}
.reg-form input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.uniform__potty {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


/*--------------------------------------------------
ABOUT
---------------------------------------------------*/

.about li {
	list-style: none;
	margin-left: 1.25rem;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.about li:before {
	content: "☞";
	margin-left: -1.4rem;
	font-family: "socialicons";
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	speak: none;
	color: #e23438;
}

.designer {
	margin-bottom: 1.5rem;
}
#designers h3 {
	font-family: 'Chercan';
	font-size: 1.2rem;
	font-weight: 700;
	font-style: normal;
}
#designers h4 {
	font-size: 0.9rem;
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	letter-spacing: 0.04rem;
}

#designers img.profilepic  {
	width: 14%;
	/*max-width: 100px;*/
	float: left;
	margin: 0px!important;
}

.textCont .hide {
	display: none;
}

/*--------------------------------------------------
CUSTOM
---------------------------------------------------*/

.customprojects {
	margin-bottom: 60px;
}


.customFamily {
	padding: 2em 0rem; 
}

.customFamily h2 {
	font-style: normal;
	font-weight: 700;
}

.customprojects hr:first-of-type {
	display: none;
}


.customContentText .more, .customContentText .less {
	font-family: 'Chercan';
	cursor: pointer;
	font-weight: 700;
}

.customContentText .more:before {
	font-size: 1.3rem;
	content: "↓";
	font-family: "socialicons";
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	speak: none;
	color: #e23438;
}
.customContentText .less:before {
	font-size: 1.3rem;
	content: "↑";
	font-family: "socialicons";
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	speak: none;
	color: #e23438;
}

.customprojects .details {
	background-color: transparent;
}

.customContent .carrousel {
	position: relative;
	padding: 30px 0px;
}

.carrousel .flickity-page-dots {
	text-align: left;
	right: auto;
	margin: auto;
	float: none;
	height: auto;
	width: 80%;
	bottom: -15px;
	max-width: 1400px;
	margin: auto;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	padding-left: 41px !important;
	padding-right: 41px !important;

}

.customContent.open {
	visibility: visible;
	overflow: visible;
	display: block
}

.customContent .main-gallery {
	height: 500px;
	margin-bottom: 0rem;
}



.customContent .main-gallery .gallery-cell {
	width: auto;
	height: 500px;
	margin: 5px;
}


.customContent .main-gallery img {
	padding: 0px !important;
display: block;
height: 100%;
width: inherit;
width: auto;
}
/*.customContent img {
	width: 100%;
}*/
.customImage {
	height: 100%;
}

.customImage img{
	height: 100px;
	float: right;
}

/*--------------------------------------------------
B L O G
---------------------------------------------------*/
section#lastPost {
	
}

section#lastPost h1 {
	font-family: 'Amster-BlancaItalica';
	line-height: 120%;
	max-width: 600px;
	margin: 0em 0rem;
	margin-bottom: 0.5rem;
}

section#lastPost img {
	margin-top: 3rem;
	max-width: 300px;
}
section#lastPost p {
	max-width: 600px;
}

section#lastPost .button {
	border: 2px solid red;
	padding: 6px 6px 4px 6px;
	border-radius: 4px;
	line-height: 1;
	color: #e23438;
}

.headerImage {
	padding-top: 3rem;
	margin: auto;
	display: block;
}
.headerImage img {
	padding-top: 1rem;
width: 100%;
}
.headerImage .year {
	text-align: center;
}
.headerImage .date {
	float: right;
}
.blogitem {
	/*float: left;*/
/*    background-color: white;*/
/*    padding: 0.5em!important;
*/    position: relative;
}

.blogitem h2 {
	font-family: 'Amster-BlancaItalica';
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

.blogitem.efemerides h2 {
	font-family: 'AmsterPro-GrisItalica';
	text-align: center;
	font-size: 2.5rem;
}
/*, .blogitem.phraseofthemonth .meta, .blogitem.glyphoftheweek .meta */
.blogitem.efemerides .meta{
	text-align: center;
}
.blogitem.efemerides .wrapperMeta {
	text-align: center;
	padding-top: 0px;

}

.blogitem.efemerides .wrapperMeta ul li {
	margin: auto;
	text-align: center;
	display: inline-block
}
.blogitem.efemerides .wrapperMeta ul li a {
	float: left;
	margin-right: 10px;
	text-align: center;
}
.blogitem.efemerides .meta span.date {
	float: none;
}



.resultItem {
 
}

.resultItem .date {
	float: left!important;
	margin-right: 4px;
}

.resultItem .meta {
	margin-bottom: 0.2rem;
}



.resultItem h2 {
	font-family: 'Amster-BlancaItalica';
	font-size: 1.8rem;
	margin-top: 0.3em!important;
	margin-bottom: 0.5em!important;
}

.resultItem hr {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}
.glyph-n-phrase {
/*    background-color: rgb(243, 240, 238);*/
	padding: 0px!important;
	/*background-color: rgb(243, 240, 238);*/
}

.phraseofthemonth img, .glyphoftheweek img  {
	width: 100%;
	margin: auto;
}

.glyph-n-phrase .blogitem .wrapper {
	border-top: 0px;
}
.glyph-n-phrase .blogitem.phraseofthemonth {
 
}

.blogitem h3.caption {
	position: relative;
	width: 100%;
	font-family: 'PerecGrisVersalita'!important;
	font-size: 16px;
	line-height: 120%;
	color: gray;
	text-transform: lowercase;
	letter-spacing: 0.07rem;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

.blogitem h3.caption span {
	letter-spacing: 0;
	text-transform: none;
	font-family: 'Borges-BlancaItalica';
	font-size: 1.45rem;
	line-height: 100%;
	color: #181c20;
}



.blogitem.wrapper { 
	/*background: pink;*/
	border-top: 1px solid #D8D8D8;
/*    padding: 0.5em 0rem;
*/    height: 100%;
	overflow: hidden;
	position: relative;
	padding: 3em 0em!important;
}


.article .wrapperText p {
	float: left;
	font-family: 'Borges';
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.42;
	margin-bottom: 0px;
 
}

.blogitem .wrapperMeta {
	float: left;
	padding-top: 9px;
}


.blogitem .wrapperImg, .news .wrapperImg {
	width: 100%;
	height: 150px;
	background: no-repeat;
	background-size: cover;
	margin: 2em 0rem;
	border-right: 2px solid #e23438;
	opacity: 0.5;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.news img {
	margin: 1em 0rem;
}

.news .wrapperText p {
	font-size: 1.6rem;
	line-height: 1.42;
	font-family: 'Borges-Blanca';
}

.blogitem .wrapperImg:hover {
	opacity: 1;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blogitem .wrapperImg img {
	width: 100%;
}


.article {
	width: 100%;
}


#latestPosts {
 /*   background-color: rgb(243, 240, 238);*/
 padding-top: 1em!important;
}
#lastPost a img, .blogitem a img{
	display: block;
	position: relative;
	width: 100%;
}

.imageContainer {
	height: 400px;
}

.blogArticle {
	overflow: visible;
}

.articleHeader {
	padding: 60px 0px 0px 0px;
}
.authorDate {
	margin: auto;
}

h3.meta {
	font-family: 'Chercan';
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: gray;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
} 
h3.meta .category {
	color: #e23438;
	font-family: 'Chercan';
	font-weight: 700;

}
.meta span {
   color: #e23438;
}

.meta span.date {
	color: gray;
	float: right;
}

h3.meta a {
	font-family: inherit;
}

ul.tags {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
}

ul.tags li {
	float: none;
	margin-bottom: 0.2rem;
}

ul.tags li a {
	hyphens: none;
	font-family: 'Chercan';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 0.6rem;
	padding: 4px 6px 2px 6px;
	border: 1px solid rgb(233, 230, 228);
	line-height: 1;
	border-radius: 8px;
	margin-bottom: 6px;
	display: inline-block;
	margin-bottom: 0px;
}

ul.tags li a:hover {
	background-color: rgb(233, 230, 228);
	color: black;
}


.resultItem .tags li {
	float: left;
	margin-right: 10px!important;
	font-size: 0.75rem;
}

.articleTags {
	position: absolute;
	width: 16%;
}


@media (max-width: 1000px) {
	.articleHeader h1 {
		margin-bottom: 10px!important;
	}

	.articleTags {
		position: relative;
		padding-left: 15px;
		margin-bottom: 60px;
		width: 100%;
	}
	.articleTags li {
		margin-bottom: 0.5rem;
		float: left;
		clear: none;
		margin-right: 10px;
	}
 }
 
 @media (max-width: 991px) {
  .tags li {
		float: left!important;
		display: block;
		text-align: left!important;
		position: relative;
		width: auto!important;
		margin-right: 20px!important;
		margin-bottom: 0px;
		width: 100%;
	}
 }
.articleHeader h1 {
	/*font-family: 'ArltTituloBlanca';*/
	font-family: 'Amster-BlancaItalica';
	font-size: 3.5rem;
	line-height: 120%;
	margin: auto;
	margin-bottom: 1rem;
}

.articleHeader .excerpt {
	margin: auto;
}
.articleHeader .excerpt p {
	font-size: 1.65rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	/*font-family: 'Amster-BlancaItalica';*/
	font-feature-settings: 'swsh' 1, 'calt' 1, 'dlig' 1;
   font-family: 'Borges';
   font-style: italic;
	/*font-family: 'Borges-BlancaItalica';*/
}

.blogArticle p {
	margin: auto;
	/*width: 90%;
	max-width: 642px;*/
	font-size: 1.6rem;
	line-height: 140%;
	float: none;
	clear: both;
	margin-bottom: 0.5rem;
	font-family: 'Borges';
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


.blogArticle p em {
	font-family: 'Borges';
	font-style: italic;
}

.fullText p a {
	/*font-family: inherit;*/
/*    color: #e23438;
*//*    border-bottom: 2px solid #3C4151; */
	/*background-color: rgb(238, 235, 233);*/
	border-bottom: 2px dotted red;
}

.fullText p a:hover {
	color: black;
}

/*.fullText p:first-of-type:not(p + h2)::first-letter {
	font-family: 'ArltDeco';
	font-size: 4.95rem;
	float: left;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 40px;
}*/
/*.fullText p::first-letter {
	font-family: 'ArltDeco';
	font-size: 4.95rem;
	float: left;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 40px;
}*/

.fullText h2+p::first-letter, .fullText .noDrop+p::first-letter  {
	font-family: inherit!important;
	font-size: inherit!important;
	float: inherit!important;
	line-height: inherit!important;
	padding-top: inherit!important;
	padding-right: inherit!important;
}

hr.space {
	border-bottom: 0px!important;
}

/* Headings */

.blogArticle h2 {
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-size: 1.7rem; 
	letter-spacing: 0.1rem;
	font-family: 'Borges-BlancaVersalita';
	font-style: normal;
}

.fullText h1 {
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-size: 1.7rem; 
	font-family: 'Chercan';
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.blogArticle blockquote.relatedArticle {
	font-family: 'Chercan';
	font-style: italic;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.4;
	/*background-color: rgba(243, 240, 238, 0.6);*/
	border-top: 3px solid rgba(243, 240, 238, 1);
	border-bottom: 3px solid rgba(243, 240, 238, 1);
	padding: 1em 0px;
}

.blogArticle blockquote.relatedArticle + blockquote.relatedArticle {
	border-top: 0px solid rgba(243, 240, 238, 1);
	margin-top: -2rem;
}




.blogArticle blockquote.relatedArticle a {
	font-family: 'Chercan';
	font-weight: 400;
	font-style: normal;
}

.blogArticle blockquote {
/*border-top: 2px solid pink;*/
/*    border-bottom: 2px solid pink;*/
	clear: both;
	margin: 2em auto;
	text-align: left;
	position: relative;
}
.blogArticle blockquote p {
	line-height: 140%;
	font-family: 'Chercan';
	font-style: italic;
	font-weight: 300;
	font-size: 1.7rem;
	width: 100%;
	max-width: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding: 1em 0em 1em 4rem;
}

.blogArticle blockquote p em {
	display: block;
	font-family: 'Chercan';
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1rem;
	font-size: 0.7rem;
	text-transform: uppercase;

} 
/*.blogArticle blockquote :before {
	content: '*';
	position: absolute;
	margin: auto;
	bottom: 0px;
}*/

.blogArticle blockquote p:first-letter {
	font-family: inherit!important;
	font-size: inherit!important;
	padding: 0!important;
	float: none!important;
	line-height: inherit!important;
}

.authorBio {
	font-size: 130%!important;
	line-height: 1.5;
	font-style: italic;
	border-top: 1px solid #ccc;
	padding-top: 4rem;

}

.ToC  {
	margin-bottom: 4rem;
}

.ToC ul {
	font-family: 'Chercan';
}

.ToC > ul {
	padding-top: 1.4rem;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.ToC li ul {
	width: 100%;
	padding-left: 1.2rem;
}


.ToC ul li {
   /*...this will affect both levels of li.*/
   font-family: 'Chercan';
   font-size: 1rem;
   line-height: 1.8;
}

.ToC > ul > li {
	/*...this will only affect the first level.*/
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-bottom: 1.4rem;
}

.ToC > ul > li > ul > li {
   /*...this will only affect the second level.*/
   text-transform: none;
   letter-spacing: 0;

}
.ToC > ul > li > ul > li > ul > li {
	/*...this will only affect the third level.*/
}

.ToC ul a:before {
	content: '— ';
}

.ToC ul a:hover {
	color: #e23438;
}

sup.footnote {
	line-height: 1;
	vertical-align: baseline!important;
	font-size: 0.8em!important;
}
sup.footnote a {
	background-color: transparent;
	border: 0px;
	color: #e23438;
}
sup.footnote a:before {
	content:'['
}
sup.footnote a:after {
	content:']'
}

ol li {
	list-style: decimal;
}
#footnotes {
	border-top: 1px solid #ccc;
	margin: auto;

	float: none;
	clear: both;

	margin-top: 4rem;
	padding-top: 2rem;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 

	font-family: 'Chercan';
	font-weight: 400;
	font-size: 17px;
	line-height: 140%;
}


#footnotes ol {
	padding-left: 0px;
}
#footnotes li :target {
	background: yellow;
}

.blogArticle  ul {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 

	font-family: 'Chercan-Gris';
	font-size: 17px;
	line-height: 140%;
	margin: auto;
}
.blogArticle .fullText  ul li {
	margin-bottom: 1rem;
}

#footnotes em, .blogArticle .fullText  ul li em {
	font-family: 'Chercan';
	font-style: italic;

}


.fullText {
	margin-bottom: 60px;
	position: relative;
}


/*Blog images*/

.fullText figcaption, .fullText .caption, .excerpt figcaption {
	font-family: 'Chercan';
	font-size: 0.9rem;
	line-height: 140%;
	color: gray;	
	margin: auto;
	margin-top: 1rem;
}

.fullText figcaption strong, .fullText .caption strong, .excerpt figcaption strong {
	font-weight: 700;
}

.fullText figcaption em, .fullText .caption em, .excerpt figcaption em {
	font-family: 'Chercan-GrisItalica';
	font-style: normal;
}
.fullText figcaption strong {
	font-family: 'Chercan';
	font-weight: 700;
	font-weight: normal;
}

.fullText figcaption a {
	color: #e23438!important;
}


.fullText .caption {
	margin-bottom: 40px;
}

figure.big ~ figure.big {
	margin-bottom: 30px!important;
}

figure.big + figure.big {
	margin-top: 0px!important;
}

.fullText figure.big {
	position: relative;
}

.fullText figure.blocked figcaption, .fullText figure.big figcaption {
	position: absolute;
	width: 32%;
	text-align: left;
	float: right;
	right: -32%;
	top: 0px;
	z-index: 999;
	padding-left: 1rem;
}


.fullText figure.big figcaption {
	width: 24%;
	right: -24%;
}

/*CORREGIDO*/

.fullText figure {
	display: block;
	line-height: 1;
	padding: 10px;
}
.fullText figure img {
	width: 100%;
	display: block;
}

figure.blocked {
	position: relative;
	margin: auto;
	padding: 1rem 0px;
}

figure.blocked ~ .caption {
	margin-top: 
}

.fullText figure.blocked figcaption {
	margin-top: 0px;
	padding-top: 1rem;
}



figure.half {
	width: 50%;
	float: left;
	padding: 10px;
	margin-bottom: 30px;
}

figure.third {
	width: 33%;
	float: left;
	padding: 10px;
}


figure.third:nth-child(3n):after, figure.third:nth-child(3n):before{
	content: '';
	display: block;
	clear: both;
}

figure.quad {
	width: 50%;
	margin-top: 00px;
	margin-bottom: 0px;
	float: left;
	padding: 10px;
}

figure.center {
	float: none!important;
	margin: auto!important;
}

.quad + .quad + .quad + .quad {
	margin-bottom: 40px;
}

figure.hangin {
	width: 16.6%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	padding-right: 0px;
	display: inline-block;
	position: absolute;
	right: 0;
}

figure.hangin figcaption {
	padding: 0px;
	margin: 0px;
	margin-top: 1rem; 
	margin-bottom: 1rem; 
	width: 100%;
}

figure.hangin img {
	width: 100%;
}

figure + p {
  margin-top: 2rem!important;  
}

figure ~ p {
  margin-bottom: 2rem!important;  
}


.third figcaption, .half figcaption{
	text-align: center;
}

@media (max-width: 1000px) {

	figcaption {
		padding: 1em 0em 0em 0em!important;
	}

	
	.fullText figure.blocked figcaption, .fullText figure.big figcaption {
		right: auto;
		padding-left: 0px;
		float: left;
		width: 100%!important;
		position: relative;
		border-top: 0px;
		margin-top: 2rem;
		padding-top: 0px;
		margin-bottom: 2rem;
	}

	.fullText .half, .fullText .third {
	width: 100%;
	}

 
	figure.quad {
		width: 100%;
		
	}

}

.articleFooter {
	margin-top: 6rem;
	position: relative;
}

.articleFooter h2 {
	margin-bottom: 1rem;
}

.articleFooter a {
	display: block;
	margin: auto;
	margin-bottom: 0px!important;
	font-family: 'Amster-BlancaItalica';
	font-size: 2rem;
	margin: auto;
	margin-bottom: 0.7rem;
	line-height: 1.4;
	color: #181c20;
}



a:hover {
	color: blue;
	border-bottom: 1px solid black;
}

.articleFooter .leftArrow:before {
	content: '\2190';
	font-family: 'socialicons';
	position: absolute;
	margin-left: -30px;
	color: #e23438;
}

.articleFooter .rightArrow:before {
	content: '\2192';
	font-family: 'socialicons';
	color: #e23438;
	position: absolute;
	margin-left: -30px;
}


/*--------------------------------------------------
F O O T E R
---------------------------------------------------*/
footer {
	margin-top: 2rem;
	/*background: #3C4151; */
	background-color: #181c20;
	/*background-image: url('../images/patternfooter.png');*/
}
footer hr {
	height: 40px;
	background-color: #181c20;
	margin: 0px;
}
.contactfooter {
	background: #687c88;
	color: white;
}
.copyright {
	opacity: 0.5;
}
@media (min-width: 52em) {
	footer .copyright p {
		text-align: left;
	}
	footer .copyright p .made {
		display: inline-block;
	}
}

/*Footer Newsletter*/

/*Footer Newsletter Signup*/
#footerNewsletter {
	/*background: #181c20;*/
	overflow: hidden;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
#footerNewsletter h4 {
	font-family: 'Chercan';
	font-weight: 700;
	color: white;
	font-size: 1.2rem;
}
#footerNewsletter input {
	font-family: 'Perec';
	font-size: 1.3rem;
	line-height: 1;
	padding: 4px;
	padding-top: 6px;
	margin-bottom: 0px;
	float: left;
	height: auto;
	border-radius: 0px;
	box-shadow: none;
}
#footerNewsletter input.emailMarketingSubscriptionTextField {
	max-width:300px!important;
	width: 100%;
}
#footerNewsletter input:focus {
	outline: none;
}
#footerNewsletter br {
	display: none!important;
}
#footerNewsletter .submitButton {
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	border: 0px;
	float: left;
	width: 60px;
	border: 2px solid white;
	margin-left: -60px;
	display: block;
	padding-top: 2px;
	box-sizing: border-box;
	background-color: #181c20;
	color: white;
}
#footerNewsletter p {
	float: left;
	text-align: center;
	color: white;
	margin-bottom: 0px;
	padding: 10px 0px;
	margin-right: 1rem;
}




/*2.  Footer items*/
.familiesGrid {
	margin: auto;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom: 60px;
	text-align: center;
}

.fullMenuItem {
	-webkit-filter: brightness(0); filter: brightness(0);
}
.footerItem, .fullMenuItem {
	width: 13.9%;
	height: 120px;
	box-sizing: border-box;
	display: inline-block;
	background-size: contain;
	/*PROPIEDAD QUE AJUSTA EL FONDO*/
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 1280px) {
	.footerItem, .fullMenuItem {
		width: 16%;
		height:100px;
	}
}

@media (max-width: 900px) {
	.footerItem, .fullMenuItem {
		width: 24%;
		height:100px;
	}
}

@media (max-width: 620px) {
	.footerItem, .fullMenuItem {
		width: 32%;
		height:100px;
	}
}


/*Footer Menu*/
.logofooter {
	max-height: 30px;
	display: block;
	margin-bottom: 1rem;
}


/*Footer Menu*/
.footerMenu {
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.footerMenu p {
	color: white;
}
.footerMenu h2 {
	color: white;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}



.footerMenu a {
	font-size: 1rem;
	line-height: 160%;
	display: block;
	color: #fafafa;
	opacity: 0.5
}

.footerMenu a.page {
	font-family: 'Chercan';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 0.9rem;
	padding-left: 0rem;
	margin-bottom: 0.5rem;
}

/*.footerMenu a.page ~ a.page {
 margin-top: 0.5em!important;
}*/
.footerMenu a:hover {
	color: white;
}
a.pageName {
	font-family: 'Perec-Gris';
	color: #A7A4AB;
	text-transform: uppercase;
}

/*--------------------------------------------------
C O L O R   C L A S E S
---------------------------------------------------*/
.sand {
	background-color: #ddcdab
}
.white {
	background-color: #fff
}
.darkGray {
	background-color: #9a9a9a
}
.lightGray {
	background-color: #bdbdbd
}
.slate {
	background-color: #687c88
}
.copperrose {
	background-color: #9d6166;
}
.ceriseRed {
	background-color: #DF3E53;
}
.eggplant {
	background-color: #513950
}
.waterLeaf {
	background-color: #a1ede0
}
.pampas {
	background-color: #f4f1ed
}

.icon {
	font-family: "socialicons"!important;
}

/*--------------------------------------------------
SHOP KIT
---------------------------------------------------*/

/* BUY Template
-------------------------------------------------- */
.individualStyles, .bundles {
	margin-top: 4rem;
}
.tableHead {
	padding-top: 0rem;
	padding-bottom: 1.6rem;
	/*background-color: #333;*/
}

.tableHead.alignRight {
	text-align: right;
}

.icon {
	text-align: right;
}

.thead h3, .cart h3 {
	font-weight: 700;
	font-style: normal;
	font-family: 'Chercan';
	font-weight: 700;
	font-size: 1.4rem;
	/*margin-bottom: 0.5rem;*/
}

.optionSelect {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 2.4;
	display: block;
	background-color: transparent;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.optionSelect:active {
	color: black;
}

.optionSelect:before {
	font-family: 'socialicons';
	content: '▾';
	display: inline-block;
	color: #e23438;
	line-height: 1;
	font-size: 1.1rem;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: center 60%; 
	-webkit-transform-origin: center 60%; 
	transform-origin: center 60%;
}
/*
.optionSelect:active:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: center 55%; 
	-webkit-transform-origin: center 55%; 
	transform-origin: center 55%;
}*/


.buyingDropdown {
	display: none;
	list-style: none;
	margin-left: 0;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	font-size: .875rem;
	height: auto;
	max-height: none;
	width: 100%;
	z-index: 89;
	margin-top: 2px;
	max-width: none;
}

.buyingDropdown li {
	padding: 0.5em 1rem;
	cursor: pointer;
}

.buyingDropdown li:hover {
	background-color: #e1e1e1;
}

.buyingDropdown.visible {
	display: inline-block;    
}

.optionSelect:before {

}

.hidden {
	display: none;
}

.buyItem p {
	float: none;
	/*padding-top: 10px!important;*/
	margin-bottom: 0px;
	line-height: 2.4;
}

p.productTitle {
	float: left;
	font-weight: bold;
	display: block;
	float: none;
	padding-top: 0px!important;
}
p.productTitle span {
	float: left;
	font-weight: 300;
	display: block;
	float: none;
	padding-top: 0px!important;
	line-height: 1.4!important;
}

.productDescription {
	line-height: 1.4!important;
}

.buyItem .onDiscount {
	color: #e23438;
}

.buyItem .freeWeight {
	margin-left: 0.5rem;
	color: white;
	padding: 0.5em 0.7rem;
	border-radius: 4px;
	background-color: gray;
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
}


.buyItem del {
	color: #777;
}

.buyItem {
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	overflow: visible;
	padding: 2em 0px 1.6em 0px;
	background-color: #fafafa;

}

.noMargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

.bundles .buyItem:nth-child(even) {
	background-color: white;
}

.individualStyles .buyItem:nth-child(odd) {
	background-color: white;
}

.buyItem:last-child {
	border-bottom: 1px solid #e4e4e4;
}
.buyItem h4 {
	line-height: 2;
	padding: 0px;
}
.variantTitle {
	float: left;
}
.variantPrice {
	text-align: center;
}
.buyButton {
	text-align: center;
	border-radius: 4px;
	margin-bottom: 0px;
	background: #e23438;
	border: none;
	cursor: pointer!important;
	padding: 0px;
	color: white;
	float: right;
	padding: 0.5rem;
	padding-bottom: 0.3rem;
}
.buyButton h4 {
	margin-right: 0.3rem;
	cursor: pointer;
}
.buyButton del {
	margin-left: 4px;
	color: gray;
}
.buyButton:hover {
	background-color: black;
}


/* CART Template
-------------------------------------------------- */

#table {
	margin-bottom: 3rem;
}

.thead .fila, .tbody .fila, .tfoot .fila {
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}
.thead .fila {
	border-bottom: 2px solid #ccc;	
}

.tbody .btn, .tfoot .btn, .tbody input, .tfoot input, .tfoot select {
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	padding-left: 6px!important;
	padding-right: 6px!important;
}

.shippingSelect {
	height: calc(1.8rem + 2px)!important
}

.shipping label {
	margin-bottom: 0px;
}

.tfoot .fila div:first-child, .tfoot input {
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	letter-spacing: 0.04rem;
}

.tbody .fila:last-child {
	border-bottom: 2px solid #ccc;	
}

.quantity form {
	display: inline-block;
}

.quantity .btn {
	border-radius: 50%;
	padding: 0px;
	font-weight: 700;
	line-height: 1.1;
}


.total {
	background-color: white;
	border-bottom: 2px solid #ccc!important;
}

form#details fieldset {
	margin-bottom: 2.4rem;
}

.regLogForm h2 span {
	font-family: 'PerecGrisVersalita';
	font-size: 0.6em;
	text-transform: lowercase;
	font-style: normal;
}

.regLogForm h2 span a {
    color: #e23438 !important;
}

.regLogForm.capsule {
	background-color: #f6f6f6;
	border-radius: 1rem;
	padding: 2rem;
}

.badge {
	display: inline-block;
padding: 0px;
font-weight: 700;
line-height: 1;
text-align: left;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0px;
}

/* CONFIRM Template
-------------------------------------------------- */
#order-details {
	margin: 2em 0rem;
	margin-bottom: 3rem;
}

#personal-details h2, #order-details h2 {
	margin-bottom: 0.3rem;
}

#order-details li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
}

#order-details li:first-child {
	border-top: 1px solid #ccc;   
}


#personal-details {
}

#personal-details .adress {
	display: none;
}

/* ORDERS Template
-------------------------------------------------- */


.thead  {
    vertical-align: bottom;
}

.downloads {
	margin-bottom: 1rem;
}

.downloads a {
	display: inline-block;
}

#table .td, .tableDiv .th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    vertical-align: top;
    /*border-top: 1px solid #dee2e6;*/
}    





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

#userMenu a {
	position: relative;
	display: block;
	float: left;
}
#userMenu svg {
	float: left;
}
.alertas p {
	margin: 0px;
}

/*--------------------------------------------------
P R I N T
---------------------------------------------------*/
#messagePrint {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: white;
	width: 100%;
	padding: 4px 10px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
#messagePrint.show {
	opacity: 1;
	visibility: visible;
}
#messagePrint p {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
}
#messagePrint p:hover {
	color: #e23438;
}
@media print {
	header, nav, section, #typefaceMenu, input, label, .usernav {
		display: none;
		padding: 0px!important;
	}
	#interactiveSpec h4 {
		margin-bottom: 0px!important;
	}
	.etiqueta {
		height: auto!important;
		float: none!important;
		display: block!important;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.switchFeatures {
		display: none!important;
	}

	section h5 {
		display: none;
	}
	#interactiveSpec {
		display: block;
	}
	html, body, #words {
		margin: 0cm!important;
		padding: 0px!important;
	}
	footer {
		display: none;
	}
	#words {
		padding-left: 0px;
		margin-top: 2cm!important;
		margin-bottom: 0cm!important;
		margin-left: 2.25cm!important;
	}
	header {
		display: none;
	}
	h4 {
		color: black!important;
		cursor: none;
	}
	h6 {
		color: gray!important;
	}
}

/*--------------------------------------------------
FLICKITY
---------------------------------------------------*/
#overview {
	position: relative;
}

#overview .button-row {
	width: 100%;
}

/*--------------------------------------------------
C O N C E P T
---------------------------------------------------*/


.text p {
	font-size: 1.11rem;
	font-family: 'Perec';
	font-weight: 300;
}

.text a.readmore, #onTheBlog a.readmore, a.readmore  {
	font-family: 'Chercan';
	font-weight: 700;
 	color: #181c20;
}
.text a.readmore:before, #onTheBlog a.readmore:before {
	font-size: 1.3rem;
	content: "↗";
	font-family: "socialicons";
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	speak: none;
	color: #e23438;
}

.text strong {
	font-family: 'Chercan';
	font-weight: 700;
	font-weight: normal;
}
.text.dropcap p:first-of-type::first-line {
	font-feature-settings: "smcp" 1; 
}

.text.dropcap p:first-of-type::first-letter {
	font-family: 'Chercan';
	font-weight: 700;
	font-size: 2rem;
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 3px;
}

.text p:first-child {
	text-indent: 0rem;
}
.text p ~ p {
	/*  text-indent: 1em!important;
*/
}

.text h2 {
	margin-bottom: 0.5rem;
}

.text h1:first-child {
	margin-top: 0px;
}
.text img {
	width: 100%;
	margin: auto;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
	display: block;
}
.text .pushed img {
	width: 66.66%;
	margin-left: 16.6%;
	margin: auto;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
	display: block;
}
.text figure.prize {
	width: 10%;
	margin: auto;
	margin-top: 40px;
}

.text em {
	font-feature-settings: "smcp" 1; 
	font-style: normal;
}

.sidebar hr {
	margin: 0.5em 0rem;
}

.sidebar li {
	line-height: 120%;
	margin-bottom: 0.5rem;
}

#relatedFamilies hr:first-child {
	margin-top: 0px;
}

.sidebar .title {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.sidebar .title:before {
	font-size: 1.2rem;
	margin-right: 6px;
	font-family: 'socialicons';
	font-style: normal;
	font-weight: normal;
	color: #e23438;
}
#awards .title:before {
	content: "🏆";
}

#otherMedia .title:before {
	content: "⇗";
}  

#relatedFamilies .title:before {
	content: "";
}

#relatedFamilies li, #awards li, #otherMedia li {
	margin-left: 1.5rem;
}
/*--------------------------------------------------
Flickity
---------------------------------------------------*/
#overview .main-gallery {
	overflow: visible;
}

img[data-flickity-lazyload] { width: auto; }

.main-gallery {
	border: none;
	outline: none;
	width: 100%;
	height: auto;
	/*max-width: 1400px;*/
	margin: auto;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem;
/*	padding: 15px 0px;*/
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.gallery-cell {
	width: 100%;
	/*padding: 0px 5px;*/
}
.gallery-cell img {
	padding: 0px!important;
	display: block;
	width: 100%;
	height: auto;
	transition: opacity .7s;
  	opacity: 0;
}

/* position dots in carousel */
.flickity-page-dots {
	bottom: -25px;
	left: 10px;
	float: left;
	display: block;
	overflow: hidden;
	width: auto;
		padding-right: 30px;
}

/* white circles */
.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: transparent;
	border: 2px solid gray;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
	background: gray;
}

/*ARLT LANZALLAMAS PAGE*/

.Irregular {
	font-size: 5em!important;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: common-ligatures;
	font-feature-settings: 'liga' 1, 'calt' 1, 'dlig' 1;
	margin-bottom: 0px;
	min-height: 4.3rem;
}

#typed{
	white-space: normal!important;
}
#typed:focus {
	border: none;
	outline: none;
}

.Irregular em {
	font-style: normal;
	color: #e23438;
}

/*AMSTER VERSAL ILUMINADA */

.AVI {
	font-size: 1.7rem;
	line-height: 1.2;
	font-family: 'Amster-fina'
}

#paragraphPalabra p {
	margin-bottom: 0.2rem;
	text-align: center;
	letter-spacing: 0.2rem;
	display: inline-block;
	font-family: 'AmsterVersal-Fondo';
	font-size: 163px;
	line-height: 170px;
	width: 100%;
	color: #c8584c;
	white-space: pre-wrap;
	letter-spacing: 0.12rem;
}

#paragraphPalabra p:after {
	font-smoothing: antialiased!important;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision!important;
	display: inline-block;
	text-align: center;
	content: attr(data-foreground);
	color: #14132d;
	font-size: 163px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 170px;
	white-space: pre-wrap;
	font-family: 'AmsterVersal-Figura'!important;
	z-index: 0;
}

.iluminated p {
	font-smoothing: antialiased!important;
	-webkit-font-smoothing: antialiased!important;
	font-weight: normal!important; 
	display: block;
	position: relative;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


.off {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0.4;
}

.on {
	/*background-color: white;*/
}

.capital {
	display: inline-block;
	float: left;
		color: #c8584c;
		font-family: 'AmsterVersal-Fondo';
		padding: 0 6px 0 4px;
		font-size: 185px;
		line-height: 170px;
}

.capital:after {
		display: inline-block;
		content: attr(data-foreground);
		color: #14132d;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		padding: 0 6px 0 4px;
		font-size: 185px;
		line-height: 170px;
		font-family: 'AmsterVersal-Figura'!important;
		z-index: 0;
}

.big .capital, .big .capital:after {
	margin-top: -53px;
	font-size: 387px;
	line-height: 387px;
}


.iluminated p:hover{
	/*cursor: url(../images/caret.png), auto;*/
}

.iluminated p:focus {
	border: none;
	outline: none;
}

/*EXPO PAGE*/


.expo img {
	width: 100%;
	display: block;
}

.expo .brief img {
	width: auto!important;
	height: auto;
}

.expo #brief {
	text-align: center;
	padding: 2em 4em!important;
	font-size: 1.3rem;
	line-height: 140%;
	font-family: 'Perec';
	font-weight: 300;
}

.expo #brief h3 {
	font-family: 'Chercan';
	font-weight: 700;
}

.expo #brief a {
	font-family: 'PerecGrisVersalita';   
	text-transform: lowercase;
	letter-spacing: 0.03rem;
}




/*RSLIDES*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%!important;
  border: 0;
}


/*BLOG BREAKPOINTS*/
@media (max-width: 500px) {
	.hero h1 {
		font-size: 1.4rem;
	}

	body {
		font-size: 10px;
	}

	#interactiveSpec {
		overflow: hidden;
	}
	.switchFeatures {
		display: none;
	}

}
/*XS Extra small devices Phones (<768px)*/
@media (max-width: 767px) {

	.blogArticle h1 {
		font-size: 1.2rem;
	}

	.blogArticle h2 {
		font-size: 1rem;
	}
	.blogArticle p {
		font-size: 1rem;
	}
	
	.articleHeader h1 {
		font-size: 1.6rem;		
	}

	.articleHeader .excerpt p {
		font-size: 1rem;	
	}

	.articleTags {
		padding-left: 0px;
		margin-bottom: 1rem;
	}

	.articleTags ul.tags li a {
		font-size: 0.6rem;
	}
	.articleTags ul.tags li {
		margin-right: 4px!important;
	}
	.articleHeader .authorDate,
	 .articleHeader h1,
	 .blogArticle p,
	 .blogArticle h2,
	 .blogArticle .excerpt p,
	 .blogArticle blockquote,
	 figure.blocked,
	 .blocked #footnotes,
	 .fullText hr,
	 .ToC ul,
	 ul {
		width: 100%;
		/*background-color: pink;*/
	}
	.articleFooter a {
		margin-left: auto!important;
	}
	   figure.hangin {
		width: 100%;
		margin: auto;
		display: block;
		position: relative;
		right: 0px;
		padding: 0px;
	}
	.customContent .main-gallery, .customContent .main-gallery .gallery-cell {
		height: 226px;
	}
	.switchFeatures h6 {
		width: 100%;
	}
	.tools {
		display: none;
	}
	.tableHead, .buyButton {
		text-align: left;
		float: left;
		margin-left: 0px;
	}

	figcaption {
		float: none!important;
	}
	
	.fullText figure.blocked figcaption, .fullText figure.big figcaption {
		margin-bottom: 1rem;
	}

}
/*SM Small devices Tablets (≥768px)*/
@media (min-width: 768px) and (max-width: 991px) {
	.articleHeader .authorDate,
	.articleHeader h1,
	.fullText h1,
	.blogArticle p,
	.blogArticle h2,
	.blogArticle .excerpt p,
	.blogArticle blockquote,
	figure.blocked,
	.blocked,
	#footnotes,
	.fullText hr,
	.ToC ul,
	.blogArticle .fullText ul {
		width: 90%;
		/*background-color: yellow;*/
	}

	.fullText figure.big {
		width: 90%;
		margin: auto;
	}
	.articleFooter a {
		margin-left: auto!important;
	}
	.fullText figure.big figcaption {
		display: block;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.articleTags {
		padding: 0px;
	}
	ul.tags {
		width: 90%;
		margin: auto;
	}
	figure.hangin {
		width: 90%;
		margin: auto;
		display: block;
		position: relative;
		right: 0px;
	}
	.projects2 .info .headingText, .projects2 .info .headingLinks {
	   font-size: 1rem;
	}

}
/*ME Medium devices Desktops (≥992px)*/
@media (min-width: 992px) and (max-width: 1199px) {
	.articleHeader .authorDate,
	.articleHeader h1,
	.fullText h1,
	.blogArticle p,
	.blogArticle h2,
	.blogArticle .excerpt p,
	.blogArticle blockquote,
	figure.blocked,
	.blocked,
	#footnotes,
	.fullText hr, 
	.ToC ul,
	.blogArticle .fullText ul {
		width: 66%;
/*        background-color: lightblue;*/
	}
	.fullText figure.big {
		width: 83.33%;
	}
	
	.projects2 .info .headingText, .projects2 .info .headingLinks {
	   font-size: 1rem;
	}
}
/*LG Large devices Desktops (≥1200px)*/
@media (min-width: 1200px) {
	.articleHeader .authorDate,
	.articleHeader h1,
	.fullText h1,
	.fullText h1,
	.blogArticle p,
	.blogArticle h2,
	.blogArticle .excerpt p,
	.blogArticle blockquote,
	figure.blocked,
	.blocked,
	#footnotes,
	.fullText figcaption,
	.fullText .caption,
	.fullText hr,
	.ToC ul,
	.blogArticle .fullText ul {
		width: 66%;
	}
	.fullText figure.big {
		width: 83.33%;
	}

	.fullText figcaption,
	.fullText .caption,
	#footnotes,
	.authorBio {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.half figcaption, .third figcaption {
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.articleHeader h1 {
		margin-bottom: 3rem;
	}

	.blogArticle p, .blogArticle h2, .fullText h1 {
		font-size: 1.5rem;
	}
	.ToC ul {
		font-size: 1.4rem;
	}
	.projects2 .info .headingText {
	   font-size: 1.2rem;
	}

	 .projects2 .info .headingLinks p {
		line-height: 1.75;
	 }
	
}

@media (min-width: 1400px) {
  .customContent .main-gallery, .customContent .main-gallery .gallery-cell {
		height: 650px;
	}
	
	.projects2 .info .headingText{
	   font-size: 1.5rem;
	}

	.projects2 .info .headingLinks p {
		line-height: 2.2;
	 }
}

/*--------------------------------------------------
STORE PAGE
---------------------------------------------------*/
.productsPage {
	/*background-color: #eaff25;*/
	/*background-image: linear-gradient(#ff8b33, #a846cc);*/
background: #12c2e9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



.productsGrid {
	margin-left: -15px;
	margin-right: -15px;
}
.grid-sizer { width: 8.33333333%;}
.grid-item {
	width: 33.33333333%;
	height: 20vw;
	padding: 1rem;
}

.productsGrid .grid-item {
	padding: 10px;	
}
/* 2 columns wide */
.grid-item--width2 {
	width: 66.66666667%;
}

.grid-item--height2 {
	height: 40vw;
}

.grid-item--small {
	width: 33.33333333%;
}

@media (max-width: 991px) {
	.grid-item {
		width: 100%;
		height: 40vw;
	}
 }

.bgWrapper {
	transition: all 0.3s ease-in-out;
	width: 100%; height: 100%;
	background-size: cover;    
	background-position: center;
	position: relative;
}

.inner {
	display: block;
	background-color: #899387;
	background-color: #78525b;
	/*background-color: #e23438;*/
	background-color: #333;
	width: 100%;
	height: 100%;
}

.productType {
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
	letter-spacing: 0.05rem;
}

.infoWrapper {
	transition: all 0.3s ease-in-out;
	opacity: 0;
	position: absolute;
	top: 2rem;
	left: 2rem;
	right: 2rem;
	/*bottom: 2rem;*/
	padding: 2rem;
	padding-top: 1.6rem;
	color: white;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: white;
	color: black;
	z-index: 99;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
}



.grid-item:hover .bgWrapper {	
	 /*mix-blend-mode: multiply;*/
	 transform: scale(1.15);
	 z-index: 90;
}
.grid-item:hover .infoWrapper {
	 opacity: 1;
}

/*--------------------------------------------------
SINGLE PRODUCT PAGE
---------------------------------------------------*/
.modal-body img {
	width: 100%;
}

.productPage {
	margin-top: 0;
}

.productPage img {
	/*width: 100%;*/
}

.selectSize, .shopButton {
	display: none;
}

.productInfo {
	font-size: 90%;
}

.productInfo strong {
	font-weight: 400;
}

.productInfo table td {
	line-height: 1.2;
}
.productInfo table td strong {
	font-weight: 400;
	font-family: 'PerecGrisVersalita';
	text-transform: lowercase;
}

.productGallery, .productImage {
	margin-bottom: 2rem;
}

.productGallery, .productImage  img { 
	width: 100%;
}

.productGallery {
	margin-bottom: 0rem;
	background-color: white;
}


.gallery-cell {
  height: auto;
  padding-right: 8px;  
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;

}

.gallery-cell img.flickity-lazyloaded,
.gallery-cell img.flickity-lazyerror {
  opacity: 1;
  transition: opacity .7s ease-in-out;
}


.productGallery .gallery-cell {
	width: 54%;
}


.carouselUI .button {
  display: inline-block;
  padding: 0px 4px;
  font-size: 1rem;
  border: 0px;
  color: #f44c49;
  background: transparent;
  line-height: 1;
  font-weight: 700;
  height: auto;
}

.carouselUI .button:hover {
  cursor: pointer;
}

.carouselUI .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

.carouselUI .button:active {
  color: black;
}

.carouselUI .button.is-selected {
  background-color: #09F;
  color: white;
}

.carouselUI {
	width: 100%;
    display: block;
    font-family: 'Chercan';
    color: #f44c49;
    /*border-bottom: 1px solid #f44c49;*/
    overflow: hidden;
    margin: 0px; 
    padding: 0.6rem 0;
    margin-bottom: 2rem;
    margin-top: 0.2rem;
    font-variant-numeric: tabular-nums;
  	
}
.carousel-status {
    float: left;
    font-size: 0.8rem;
    color: #f44c49;
    margin-bottom: 0px;
    /*line-height: 1;*/
}

.carousel-status span { 
	font-weight: 700;
	-moz-font-feature-settings: "tnum";
  	-webkit-font-feature-settings: "tnum";
  	font-feature-settings: "tnum";
}
.carouselUI .button-fila {
  float: right;
  display: inline-block;
  text-align: right;
  line-height: 1;

}

.flickity-enabled.is-fullscreen {
	padding-bottom: 0px!important;
}


.flickity-enabled.is-fullscreen .gallery-cell {
	width: 80%!important;
}

.productGallery.is-fullscreen .gallery-cell {
  height: 100%;
}

/*--------------------------------------------------
HELPER CLASES
---------------------------------------------------*/

/*UNIFORM*/
.forRobots {
	visibility: hidden;
	z-index: -1;
	position: absolute;
}

.hide { display: none !important; }
.text-left { text-align: left!important; }
.center {
	text-align: center;
}


.forgot {
	color: #888;
}


/*---------------------------------------
GRID HELPER
-----------------------------------------*/

#grid {
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: 999;
    pointer-events: none;
    display: none;
    z-index:9999;
    top: 0;
	left: 0;
}

#grid.visible {
    display: block;
}
#grid * {
	height: 100%;
}
#grid .col {
    display: block;
    position: relative;
}

#grid .col .fill {
    border: 1px solid red;
    border-top: 0px;
    border-bottom: 0px;
    display: block;
    height: 100%;
    position: relative;
}

@media (max-width: 1300px) { 
	html {
		font-size: 16px;
	}
	.container-fluid {
		max-width: 1150px;
	}
}
