/*
* Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 
#tminstagramblock{
    text-align: center;
    padding-top: 30px;
}

#tminstagramblock .instagramblock {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 30px;
}

#tminstagramblock .instagramblock .instagram_list article {
	float: left;
	width: 100%;
}
#tminstagramblock .instagramblock .instagram_list article.instagram_item a::before,
#tminstagramblock .instagramblock .instagram_list article.item a::before {
	background-color: rgb(155, 186, 177);
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	filter: alpha(opacity=0);
}
#tminstagramblock .instagramblock .instagram_list article.instagram_item a:hover::after, #tminstagramblock .instagramblock .instagram_list article.item a:hover::after{
	opacity: 1;
	filter: alpha(opacity=100);
}
#tminstagramblock .instagramblock .instagram_list article.instagram_item a::after, #tminstagramblock .instagramblock .instagram_list article.item a::after{
	-webkit-mask-image: url(../img/insta.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/insta.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #fff;
	mask-size: 18px;
	-webkit-mask-size: 18px;
	height: 18px;
	width: 18px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 22px;
	bottom: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	filter: alpha(opacity=0);
	}

#tminstagramblock .instagramblock .instagram_list article a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#tminstagramblock .instagramblock .instagram_list article.instagram_item a:hover::before,
#tminstagramblock .instagramblock .instagram_list article.item a:hover::before {
	opacity: 0.8;
	filter: alpha(opacity=100);
}

#tminstagramblock .instagramblock .instagram_list article.instagram_item:hover .insta_caption,
#tminstagramblock .instagramblock .instagram_list article.item:hover .insta_caption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#tminstagramblock .instagramblock .instagram_list article.instagram_item img,
#tminstagramblock .instagramblock .instagram_list article.item img {
	width: 100%;
    height: auto;
}

#tminstagramblock .instagramblock .instagram_list article.instagram_item .insta_caption,
#tminstagramblock .instagramblock .instagram_list article.item .insta_caption {
	position: absolute;
	top: 38%;
	padding: 0px 15px;
	color: #FFF;
	line-height: 26px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#left-column #tminstagramblock .instagramblock {
	padding: 0;
	border: none;
	margin-top: 8px;
}
#left-column #tminstagramblock .instagramblock .instagram_list article.item{
	padding: 8px;
}
#left-column #tminstagramblock .products-section-title {
	padding: 9px 28px;
	background-color: #9bbab1;
	margin: 0px;
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
	color: #fff;
	border: none;
}
.lang-it #left-column #tminstagramblock .products-section-title,.lang-es #left-column #tminstagramblock .products-section-title,
.lang-pt #left-column #tminstagramblock .products-section-title{
	padding: 9px 15px;
}
#left-column #tminstagramblock .customNavigation{
	display: none;
}
#left-column #tminstagramblock .instagram-heading::before {
	content: "";
	position: relative;
	-webkit-mask-image: url(../img/insta.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/insta.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #fff;
	height: 22px;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	mask-size: 23px;
	-webkit-mask-size: 23px;
}
#left-column #tminstagramblock {
	float: left;
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
@media (max-width: 1449px) {
	#left-column #tminstagramblock .products-section-title{
		padding: 9px 12px;
	}
	.lang-it #left-column #tminstagramblock .products-section-title,.lang-es #left-column #tminstagramblock .products-section-title,
	.lang-pt #left-column #tminstagramblock .products-section-title {
		padding: 9px 10px;
	}
}
@media (max-width: 1199px) {
	#left-column #tminstagramblock .products-section-title{
		margin: 0;
	}
	.lang-it #left-column #tminstagramblock .products-section-title {
		padding: 9px 3px;
	}
}
@media (max-width: 991px) {
	#tminstagramblock .instagramblock .instagram_list article.instagram_item a::after, #tminstagramblock .instagramblock .instagram_list article.item a::after{
		mask-size: 30px;
		-webkit-mask-size: 30px;
		height: 30px;
		width: 30px;
		top: 92px;
	}
	.lang-it #left-column #tminstagramblock .products-section-title,.lang-es #left-column #tminstagramblock .products-section-title,
	.lang-pt #left-column #tminstagramblock .products-section-title {
		padding: 9px 15px;
	}
}
@media (max-width: 480px) {
	#left-column #tminstagramblock .products-section-title {
		width: 100%;
	}
	#tminstagramblock .instagramblock .instagram_list article.instagram_item a::after, #tminstagramblock .instagramblock .instagram_list article.item a::after{
		top: 85px;
	}
}