@font-face {
  font-family: 'aller';
  src: url('../fonts/Aller.ttf');
}

@font-face {
  font-family: 'nw-b';
  src: url('../fonts/Noteworthy-Bold.otf');
}


@font-face {
  font-family: 'aller-std';
  src: url('../fonts/Aller_Std.ttf');
}

@font-face {
  font-family: 'nucd';
  src: url('../fonts/NothingYouCouldDo.ttf');
}

@font-face {
  font-family: 'ws-b';
  src: url('../fonts/WorkSans-Bold.ttf');
}

@font-face {
  font-family: 'ws-l';
  src: url('../fonts/WorkSans-Light.ttf');
}

@font-face {
  font-family: 'ws-m';
  src: url('../fonts/WorkSans-Medium.ttf');
}

@font-face {
  font-family: 'ws';
  src: url('../fonts/WorkSans-Regular.ttf');
}

@font-face {
  font-family: 'ws-sb';
  src: url('../fonts/WorkSans-SemiBold.ttf');
}


body {
	/*min-height: 100vh;*/
	margin-top: 76px;

	position: relative;
	background-image: url('../assets/img/trama-oscura.png');
}
img {
	width: 100%;
}

#footer {
	background-color: rgba(16, 16, 16, 0.4);
}

footer .footer-logo, footer .footer-perro {
	align-self: flex-end;
}

footer .footer-logo img, footer .footer-perro img {
	width: 70%;
}

footer .footer-logo img, footer .footer-perro {
	text-align: right;
	position: relative;
}


footer {
	width: 100%;
	/*display: flex;*/
	align-items: center;
	margin-top: 40px;
}

footer .footer-contact {
	color: #fff;
	font-family: 'ws-m';
	padding-top: 15px;
}

.footer-ey {
	border-top: 1px solid rgba(156, 156, 156, 0.86);
	margin-top: 3px;
	padding-top: 4px;
}
.footer-ey a{
	color: #9c9c9c;
}

footer .footer-contact .footer-country {
	padding: 0;
}


.posts-container .post .content-container {
	margin: 20px 0px;
    padding: 20px 0;
}
.post .content-container .border-container {
	border-left: 1px solid #000;
	padding-left: 20px;
	min-height: 200px;
}

.search-section #products, .search-section #posts {
	margin-top: 70px;
}

.search-section .product {
	display: flex;
}

.search-section #products .product .product-container {
	padding-left: 30px;
}

.search-section #products .product .product-container .name h3 {
	margin-top: 0;
	color: #fff;
}

.search-section #products .product .product-container .description {
	color: #fff;	
}

.search-section #products .product .image-container {
	width: 15%;
}

.tag-container {
	display: flex;
	/*margin-top: 70px;*/
}

#posts, #quotes, #product, #about  {
}
#about {
	padding-left: 20px;
	padding-right: 10px;
}

#seccion-fotos {
	background-color: rgba(64, 64, 64, 0.37);
	padding-bottom: 30px;
}

footer {
	margin-top: 0;
	padding-top: 15px;
	display: flex;
}

#posts {
	margin-left: 0;
	margin-right: 0;
}


.home-product-image-container {
	height: 70px;
	position: relative;
	width: 100%;
}
.home-product-image-container img {
	position: absolute;
	max-width: 120px;
	max-height: 70px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.tag-container .tag-button {
	padding: 10px 10px;
	text-align: center;
	color: #db1143;
	text-transform: uppercase;
	height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../assets/img/boton-gris.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: 'ws-sb';
  animation: 1s;
  background-size: cover;
}

.row.tags {
	margin: 0;
}

.active-tag {
	background-image: url(../assets/img/boton-rojo.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	color: #fff !important;	
}

.posts-container .post .tag {
	/*margin: 20px 170px;*/
	padding-left: 15px;
}

.posts-container .post .content-container .title h3 {
	font-weight: bold;
}

.posts-container .post .content-container .content {
	margin-bottom: 35px;
}

.background-container {
	background-color: white;
}

.posts-container .post .tag h4 {
	border: 1px solid #cc3535;
  display: inline;
  color: #cc3535;
  padding: 6px;
  text-transform: uppercase;
	cursor: pointer;
}

.post {
	background-color: #fff;
	padding-bottom: 20px;
}

.home.content-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.home .category {
	text-align: center;
}

.home .tag .category h3 {
  padding: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.home .tag-content {
	padding-top: 10px;
	text-align: left;
	/*overflow: hidden;*/
	padding: 8px;
  margin-bottom: 15px;
  background-color: #fff;
}

.home .tag-content .content {
	border-bottom: 1px solid #000;
}

.home .tag-content .content p {
	margin: 0;
}

.social {
	padding-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
	
}

.social img {
	width: auto;
	padding: 0 10px;
}

.social div {
	text-align: center;
}

.home .tag-content .title h5, .home .tag-content .content, .home .tag-content .date, .home .tag-content .content p, #posts .date p {
	color: #313131;
}

.home .image-container img {
  width: auto;
  height: 400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  max-width: none;
}

.home .tag .category h3 {
	color: #fff;
	background-color: #db1143;
}

.home .tag-content .content p {
	white-space: normal;
}

.producto {
	text-align: center;
	cursor: pointer;
	/*visibility: hidden;*/
}

.cloned-producto {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  /*visibility: hidden;*/
  background-image: url('../assets/img/boton-gris.png');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

.producto.active .cloned-producto {
	height: 115%;
}


.producto h3 {
	transition: 0.5s;
}
.producto.active h3{
	color: #474747;
}

.product-container {
	position: relative;
}

.producto img {
	width: auto;
	height: 50%;
}

.productos {
	padding: 0px 15px;
}
.home-producto > .home-product-image-container, .home-producto > h3 {
	visibility: hidden;
}
.producto {
	background-image: url('../assets/img/boton-gris.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: 'nucd';
	color: white;
	height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

.home-producto {
	background-image: none;
}

.home-text-container {
  position: absolute;
  top: 15%;
  right: 0;
  width: 49%;
  color: white;
  display: block;
  padding: 14px;
  background: rgba(255, 152, 0, 0.77);
}

.home-text {
	font-family: 'nucd';
	text-align: center;

}

.home-text-conocelos-wrapper {
	text-align: center;
}

.home-text-conocelos-wrapper a,
.home-text-conocelos-wrapper a:focus,
.home-text-conocelos-wrapper a:hover,
.home-text-conocelos-wrapper a:active,
.home-text-conocelos-wrapper a:visited {
		border: none;
		outline: none;
		text-decoration: none;
		color: white;
}

.home-text-conocelos {
	display: inline-block;
	border: 1px solid white!important;
	border-color: white!important;
	text-transform: uppercase;
	font-family: 'ws';
	padding: 3px;
	color: white!important;
	outline: none!important;
	text-decoration: none!important;
}

.producto.active img {
	filter: invert(72%);
}

.mas-container {
	display: flex;
}

.mas {
	color: #cc3535;
	align-items: center;
    display: flex;
    padding: 15px;
    text-transform: uppercase;
}

.mas-container .mas, .mas-container #load-more {
	cursor: pointer;
}

#load-more {
	margin-left: 50%;
	margin-bottom: 40px;
    margin-top: 40px;
    width: auto;
}

.image-container img {
	max-width: 100%;
}


.categories .category {
	text-align: center;
	padding: 10px;
}

.header-image img {
	width: 100%;
}

.page-title {
/*	margin-top: 150px;*/
}

.page-title h1, .page-subtitle h3 {
	color: #fff;
}

.quote-text-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    color: white;
    display: block; 
}
.quote-text {
		width: 100%;
		/*height: 140px;*/
    background-color: rgba(255, 152, 0, 0.77);
    display: flex;
    align-items: center;
    padding: 10px 5px;
}



.quote-text-item {
	width: 100%;
	text-align: center;
	font-family: 'nucd';
}

.quote-author {
	color: rgba(255, 152, 0, 1);
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-family: 'ws';
	overflow: hidden;
}
.quote-author-item {
	display: inline-block;
	position: relative;
	font-family: 'ws-l';
	font-style: italic;
}

.quote-author-item:before {
  content: "";
  position: absolute;
  width: 50vw;
  background-color: rgb(255, 152, 0);
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: 125%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f17200+0,f17200+100&0+0,0.54+20,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,152,0,0) 0%, rgba(255,152,0,0.54) 20%, rgba(255,152,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,152,0,0) 0%,rgba(255,152,0,0.54) 20%,rgba(255,152,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,152,0,0) 0%,rgba(255,152,0,0.54) 20%,rgba(255,152,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f17200', endColorstr='#f17200',GradientType=1 ); /* IE6-9 */


}


.quote {
	position: relative;
}

.quote-author-item:after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 125%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f17200+0,f17200+100&1+0,0.54+67,0.15+100 */
	background: -moz-linear-gradient(left, rgba(255,152,0,1) 0%, rgba(255,152,0,0.54) 67%, rgba(255,152,0,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,152,0,1) 0%,rgba(255,152,0,0.54) 67%,rgba(255,152,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,152,0,1) 0%,rgba(255,152,0,0.54) 67%,rgba(255,152,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17200', endColorstr='#26f17200',GradientType=1 ); /* IE6-9 */
}


.slick-dots {
	bottom: 90px;
}
.slick-dots li button{
	background-color: white;
	border-radius: 1000px;
	border: 3px solid #db1143;
	width: 24px;
	height: 24px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 3.5px;
    left: 0px;
    width: 24px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #db1143;
    top: 3.3px;
    left: 0.3px;
}

.slick-dots li:not(.slick-active) button:before {
		content: none;
}

.slick-next:before {
	content: "❯";
}

.slick-prev:before {
	content: "❰";
}

.slick-prev:before, .slick-next:before {
	font-size: 44px;
}

.slick-next, .slick-prev {
	width: 36px;
	height: 70px;
	/*background: #db1143;*/
}


.slick-slide  {
}

.home-slide-image {
/*	max-height: 500px;
	width: 100%;*/
}

#home video {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-next {
	right: 0;
	z-index: 10;
}
.slick-prev {
	left: 0;
	z-index: 10;
}

#about{
	position: relative;
}


.anchor-father {
	position: relative;
}

.anchor {
	position: absolute;
	top: -70px;
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}

.font-16, .font-16 p {
	font-size: 16px;
}

.font-19 {
	font-size: 19px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-23 {
	font-size: 23px;
}
.font-30, .font-30 p {
	font-size: 30px;
}

.font-35 {
	font-size: 35px;
}

.font-productos-header {
	font-size: 35px;
	margin-top: 0;
}

.font-40 {
  font-size: 40px;
}
.font-44 {
  font-size: 44px;
}

.font-50 {
	font-size: 50px;
}

.font-60 {
	font-size: 60px;
}
.font-selfies {
	font-size: 60px;
}


#contact-title {
	color: white;
	text-align: center;
	font-family: 'ws-sb';
	background-color: rgba(64, 64, 64, 0.37);
}
#contact-body {
	color: white;
	background-color: rgba(103, 99, 99, 0.62);
	text-align: center;
}

#contact-body .alert{
	text-align: left;
}

#contact-body > div {
	position: relative;
}


.custom-input:active, .custom-input:focus {
	outline: none;
	border: none;
	border-bottom: 1px solid white;
}

.custom-input{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	padding-left: 7px;
	padding-bottom: 2px;
	font-family: 'ws-m';
}

.form-group{
	margin-bottom: 10px;
}

.contact-form {
	padding-top: 25px;
	padding-bottom: 25px;
}

.input-container {
	position: relative;
}

.input-container:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 1px;
	border-left: 1px solid white;
	/*left: 0;*/
	bottom: 0;
}

.custom-input::-webkit-input-placeholder {
color: white !important;
}
 
.custom-input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
.custom-input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
.custom-input:-ms-input-placeholder {  
color: white !important;  
}

.needs-bot-margin {
	margin-bottom: 50px;
}
.checkboxes-container {
    text-align: left;
    border: 1px solid white;
    padding: 8px 0px 4px 15px;
}


/*CUSTOM RADIO BOXES*/ 

.control {
	font-family: 'ws-m';
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
	cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 3px solid white;

}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: transparent;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: transparent;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}


.submit-btn-container {
  background: #db1143;
  color: white;
  padding: 11px;
  cursor: pointer;
  font-family: 'ws-sb';
}


.comment-form-submit-container {
	background: white;
  color: #db1143;
  padding: 8px;
  cursor: pointer;
  font-family: 'ws-sb';	
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.control-group {
	margin-top: 40px;
	margin-bottom: 40px;
}

#masonry-container {
	max-width: 100%;
	/*left: 50%;
	transform: translateX(-50%);*/
	margin-top: 0;
	position: relative;
}
	/* clearfix */
#masonry-container:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-item {
	float: left;
	/*background: blue;*/
	/*min-height: 20px;*/
	/*width: 100%;*/
}

.rec {
	width: 33.33333%;
	z-index: 200;
	/*height: 150px;*/
}

.sq {
	width: 16.66666%;
	/*height: 100px;*/
}

.sq-md {
	width: 33.33333%;
	/*height: 200px;*/
}

.grid-sizer {
	width: 16.66666%;
}

.about-title h1{
	font-family: 'ws';
}

.about-content {
	font-family: 'nucd';
}

#posts .category h3 {
	font-family: 'ws-sb';
}
#posts .date p {
	font-family: 'ws';
}
#posts .title h5 {
	font-family: 'ws-b';
}
#posts .content p {
	font-family: 'ws-m';
}
#posts .content {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
#posts .see-more-btn:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: #db1143;;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	bottom: -20px;
	right: -20px;
}

#posts .see-more-btn:before {
	content: '+';
    position: absolute;
    right: 3px;
    bottom: -4px;
    color: white;
    z-index: 10;
    font-family: 'ws-b';
    font-size: 18px;
}

.social-content {
	display: flex;
}

.social-content .social .share {
	padding-bottom: 10px;
}

.home-likes {
	display: flex;
	cursor: pointer;
}

#home {
	overflow: hidden;
	max-height: 95vh;
}

.home-likes.liked img {
	filter: invert(72%);
}

.likes.liked img {
	filter: invert(72%);
}

.social-content .social {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 50px;
  padding-top: 44px;
}

.social-content .social div {
	text-align: center;
    padding: 5px;
}

.social-content .social .comments {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	cursor: pointer;
}

.quotes-title {
	font-family: 'ws-m';
	color: white;
	position: absolute;
	z-index: 50;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);	
}

#quotes {
	position: relative;
}

.quotes-title {

}

.parallax { 
    /* The image used */

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}


.categories-header {
	position: relative;
}

.categories-header-text {
	position: absolute;
	color: white;
	left: 50px;
	top: 20px;
}

.categories-page-title h1{
	font-family: 'ws-sb';
	text-transform: uppercase;
}


.categories-page-subtitle h3{
	font-family: 'nucd';
}

.categories {
	background: white;
	padding: 10px;
}

.category-btn:hover, .category-btn:focus {
	outline: none;
	border: none;
	text-decoration: none;
}
.category-btn {
	display: block;
	/*padding: 20px  10px 0;*/
}

.category-loop-0, .category-loop-2 {
	padding-left: 0px;
	padding-right: 10px;
}
.category-loop-1, .category-loop-3 {
	padding-left: 0;
	padding-right: 0px;
}
.category-btn h3 {
	margin: 0;
}

.category-loop-2, .category-loop-3 {
	padding-top: 0;
	padding-bottom: 0px;
}
.category-loop-0, .category-loop-1 {
	padding-bottom: 10px;
	padding-top: 0px;
}

.category-btn-bg {
	background-image: url('../assets/img/recuadro-gris.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	height: 100%;
}

.category-btn img {
	position: relative;
	max-height: 50%;
	max-width: 80%;
	width: auto;
	height: auto;

}
.category-btn:hover img,.category-btn:focus img  {
	filter: invert(72%);	
}

.category-btn h3 {
	text-align: center;
	font-family: 'nucd';
	color: white;
}

#posts .image-container {
	overflow: hidden;
	height: 220px;
	position: relative;
}
#posts .image-container img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.posts-container .image-container {
	overflow: hidden;
}
.posts-container .image-container {
	position: relative;
	display: block;
	height: 700px;
}
.posts-container .image-container img {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	/*width: auto;*/
	/*height: auto;*/
	max-width: initial;
	max-height: initial;

}


.min-height-container {
	min-height: 70vh;
}


.comment-form-container {
	background: #db1143;
	padding: 10px;
	margin-bottom: 15px;
}

.comment-header {
	border-bottom: 1px solid #db1143;
	font-family: 'ws';
}

.comment {
	margin-bottom: 12px;
}

.comment-body {
	padding-top: 2px;
	font-family: 'ws-m';
}

button.close {
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  color: #db1143;
  border: 1px solid #db1143;
  width: 19px;
  opacity: .6;
}

.modal-content {
	border-radius: 0;
	max-height: 600px;
	border: 1px solid #db1143;
	overflow-y: scroll;
	
}

.modal-content::-webkit-scrollbar              {width: 19px;}
.modal-content::-webkit-scrollbar-button:start       {background-image: url('../assets/img/flecha-arriba.png'); height: 19px;}
.modal-content::-webkit-scrollbar-button:end       {background-image: url('../assets/img/flecha-abajo.png');height: 19px;}
.modal-content::-webkit-scrollbar-track        {-webkit-box-shadow: inset 0 0 6px rgba(219,17,67,0.3); }
.modal-content::-webkit-scrollbar-track-piece  {}
.modal-content::-webkit-scrollbar-thumb        {-webkit-box-shadow: inset 0 0 6px rgba(219,17,67,0.5);  }
.modal-content::-webkit-scrollbar-corner       {}
.modal-content::-webkit-resizer                {}

.modal-body {
	padding: 30px 30px;
}

.comment-form-title {
	font-family: 'ws-b';
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
	color: white;
}

#error-list {
	color: white;
}


.parallax-window {
    min-height: 50vh;
    background: transparent;
}

.quotes-parallax-window {
    min-height: 400px;
    background: transparent;
}

.quote-image {
	opacity: 0.5;
}

#map {
	height: 100%;
}


.social .share, .social .comments, .social .likes {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	display: flex;
	align-items: center;
}
#posts .social .share:after,#posts .social .comments:after {
	content: "";
	position: absolute;
	border-right: 1px solid #db1143;
  height: 20px;
  right: 12px;
  width: 1px;
}

.social .likes i.social-icon {
	position: relative;
	width: 18px;
	height: 15px;
	background-image: url('../assets/img/boton-like.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 2px;
	margin-right: 5px;

}
.social .likes.liked i.social-icon {
	background-image: url('../assets/img/boton-like-active.png');

}
/*.social .likes i.social-icon:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
}*/

.posts-container, .posts-container h3 {
	color: #313131;
}
.social-content .social .likes div.like-icon {
	padding-left: 30px;
	width: 18px;
	height: 15px;
	background-image: url('../assets/img/boton-like.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.social-content .social .likes.liked div.like-icon {
	background-image: url('../assets/img/boton-like-active.png');
}

.novisible {
	visibility: hidden;
}

div.layout-background-container {
	background-color: rgba(64, 64, 64, 0.37);
}

.productos-slider, #quotes-wrapper, #home {
	overflow: hidden;
}

#map * {
	overflow: visible;
}

.map-container {
	width: 100%;
	height: 400px;
	position: relative;
}

#perro-img {
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;

}

footer .footer-logo img {
    position: absolute;
    bottom: 0;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
}




.result {
	margin-top: 15px;
	margin-bottom: 15px;
}

.result-thumb	{
	width: 100%;
}

.search-container {
	/*padding: 0 10px;*/
	background-color: white;
	padding-bottom: 15px;
}
.bg-grey {
	background-color: #f0f0f0;
}

.result-date {
	color: #313131;
	font-family: 'ws';
}

.result-title {
	color: #313131;
	font-family: 'ws-b';
}
.result-title a{
	color: #313131;
	font-family: 'ws-b';
}
.result-url a{
	color: #313131;
	outline: none;
}

.result-content {
	color: #313131;
	font-family: 'ws-m';
}

.result-url {
	color: #313131;
	font-family: 'ws';
}

.result.row {
	margin-left: 0;
	margin-right: 0;
	padding: 7px 0;
}


.results-title {
	padding-left: 10px;
	padding-top: 10px;
	font-family: 'ws-b';
	border-bottom: 2px solid black;
	padding-bottom: 5px;
}

.notfound {
	padding-top: 20px;
	padding-left: 10px;
}

.single-post-hidden {
	display: none;
}
.share img {
	cursor: pointer;
}

.share-container {
  position: absolute;
  top: 150%;
  background: white;
  height: 45px;
  width: 250px;
  border: 1px solid #db1143;
  z-index: 10;
  display: none;
}

.share-container.visible {
	display: block;
}
.posts-container .share-container {
	top: 108%;
}
.share-container:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-75%);
    background: white;
    border-top: 1px solid #db1143;
    border-left: 1px solid #db1143;
    top: 0;
    left: 4%;
    z-index: 11;
}

.share-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    cursor: pointer;
}

.fb-share {
	left: 15%;
	background-image: url('../assets/img/share-fb.png');
}
.fb-share:hover {
	background-image: url('../assets/img/share-h-fb.png')
}

.tw-share {
	left: 30%;
	background-image: url('../assets/img/share-tw.png');	
}
.tw-share:hover {
	background-image: url('../assets/img/share-h-tw.png');
}

.gp-share {
	left: 45%;
	background-image: url('../assets/img/share-gp.png');	
}
.gp-share:hover {
	background-image: url('../assets/img/share-h-gp.png');
}
.ln-share {
	left: 60%;
	background-image: url('../assets/img/share-ln.png');	
}
.ln-share:hover {
	background-image: url('../assets/img/share-h-ln.png');
}
.pn-share {
	left: 75%;
	background-image: url('../assets/img/share-pn.png');	
}
.pn-share:hover {
	background-image: url('../assets/img/share-h-pn.png');
}

#posts .title {
	min-height: 47px;
	display: flex;
}
#posts .title h5{
	margin: 0;
}


/* Responsive footer*/
@media only screen and (max-width: 767px){

	.parallax-window {
		min-height: 35vh;
	}

	.font-11 {
		font-size: 9px;
	}

	.font-12 {
		font-size: 10px;
	}

	.font-13 {
		font-size: 10px;
	}

	.font-14 {
		font-size: 10px;
	}
	.font-15 {
		font-size: 11px;
	}

	.font-16, .font-16 p {
		font-size: 11px;
	}

	.font-19 {
		font-size: 11px;
	}

	.font-20 {
		font-size: 12px;
	}
	.font-productos-header {
		font-size: 12px;
	}

	.font-21 {
		font-size: 12px;
	}

	.font-23 {
		font-size: 12px;
	}
	.font-30, .font-30 p {
		font-size: 10px;
	}

	.font-35 {
		font-size: 20px;
	}

	.font-40 {
	  font-size: 16px;
	}
	.font-44 {
	  font-size: 19px;
	}

	.font-50 {
		font-size: 28px;
	}

	.font-60 {
		font-size: 30px;
	}
	.font-selfies {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px)  {
	.category-loop-0, .category-loop-1, .category-loop-2, .category-loop-3 {
		padding: 0;
	}
	.category-btn {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
	.font-11 {
		font-size: 11px;
	}

	.font-12 {
		font-size: 12px;
	}

	.font-13 {
		font-size: 12px;
	}

	.font-14 {
		font-size: 12px;
	}
	.font-15 {
		font-size: 13px;
	}

	.font-16, .font-16 p {
		font-size: 13px;
	}

	.font-19 {
		font-size: 13px;
	}

	.font-20 {
		font-size: 14px;
	}

	.font-productos-header {
		font-size: 15px;
		margin-top: 0;
	}

	.font-21 {
		font-size: 14px;
	}

	.font-23 {
		font-size: 18px;
	}
	.font-30, .font-30 p {
		font-size: 20px;
	}

	.font-35 {
		font-size: 25px;
	}

	.font-40 {
	  font-size: 30px;
	}
	.font-44 {
	  font-size: 35px;
	}

	.font-50 {
		font-size: 40px;
	}

	.font-60 {
		font-size: 50px;
	}
	.font-selfies {
		font-size: 30px;
	}
}
@media only screen and (max-width: 991px)  {
	footer {
		flex-direction: column;
	}

	footer.row {
		margin-left: 0;
		margin-right: 0;
	}

	footer .footer-logo, footer .footer-perro, footer .footer-contact, footer .footer-facebook, footer .footer-ey {
		text-align: center;
	}

	#perro-img, footer .footer-logo img {
		position: relative;
		max-width: 250px;
		position: relative;
		left: inherit;
		transform: none;
	}

	.control-group {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.input-container {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.needs-bot-margin {
		margin-bottom: 20px;
	}

	.producto img {
	}

	.related-categories .producto img {
	}

	.quote-text {
		/*height: 60px;*/
	}

	.slick-dots {
		bottom: 8px;
	}

	.categories-header-text {
		left: 10%;
	}

	.slick-dots li button {
    background-color: white;
    border-radius: 1000px;
    border: 2px solid #db1143;
    width: 14px;
    height: 14px;
	}

	.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #db1143;
    top: -2.7px;
    left: -4.8px;
    font-size: 9px;
	}

	.navbar-header {
		background-image: url('../assets/img/trama-oscura.png');
	}

	.producto {
		height: 50px;
	}
	.cloned-producto {
		padding-top: 0;
		overflow: hidden;
	}

	.home-product-image-container {
		height: 30px;
	}

	.cloned-producto h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-right-nav ul.navbar-nav {
		padding-top: 5px;
	}

	#posts .social .share:after, #posts .social .comments:after{
		right: 2px;
	}

	.likes.home-likes {
		padding-left: 5px;
	}

	.social-content .social {
		margin-left: 0;
	}

}



