/*
 * 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)
 */


#czinstagramblock{
    text-align: center;
	clear: both;
	margin-top: 40px;
}
#czinstagramblock .instagram-heading {
	display: none;
}
#czinstagramblock .instagramblock {
	position: relative;
	overflow: hidden;
	margin: 0 -5px;
}
#czinstagramblock .instagramblock .instagram_list li {
	float: left;
	width: 100%;
}
#czinstagramblock .instagramblock .instagram_list li.item {
	padding: 0 5px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#czinstagramblock .instagramblock .instagram_list li.item a{
	display: block;
}
#czinstagramblock .instagramblock .instagram_list li.item a:before {
	background-color: rgba(38, 38, 38, 0.5);
	position: absolute;
	content: "";
	left: 5px;
	right: 5px;
	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);
	content: "";
    background-image: url(../img/instagram.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
#czinstagramblock .instagramblock .instagram_list li.item:hover a:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
#czinstagramblock .instagramblock .instagram_list li.item:hover .insta_caption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#czinstagramblock .instagramblock .instagram_list li.item img {
	width: 100%;
    height: auto;
}
#czinstagramblock .instagramblock .instagram_list li.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;
}
#czinstagramblock .insta_username{
	position: absolute;
    top: 110px;
	left: 0;
    right: 0;
}
#czinstagramblock .insta_username span {
	padding: 29px 28px;
	color: #34373c;
	display: inline-block;
	font-size: 32px;
	background-color: #ffffffb0;
	font-weight: 700;
	letter-spacing: 0;
	min-width: 340px;
	text-transform: uppercase;
}
/* #czinstagramblock .insta_username span:before{
	content: "";
	background-image: url(../img/instagram.svg);    
	background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3px 15px;;
} */
#czinstagramblock .instagramblock .customNavigation {
	top: 45%;
    bottom: auto;
    width: 100%;
	opacity: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#czinstagramblock .instagramblock:hover .customNavigation {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#czinstagramblock .instagramblock .customNavigation a:before {
	display: none;
}
#czinstagramblock .instagramblock .customNavigation a{
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    width: 40px;
    background-color: #ffffffa6;
    border-radius: 35px;
	border: 0;
	-webkit-mask-image: none;
}
#czinstagramblock .instagramblock .customNavigation a.prev {
	left: 0px;
	background-image: url(../img/prev.svg);
}

#czinstagramblock .instagramblock .customNavigation a.next {
	right: 0px;
	background-image: url(../img/next.svg);
}
@media (max-width: 1529px){
	#czinstagramblock .insta_username {
		top: 80px;
   	}
}
@media (max-width: 1229px){
	#czinstagramblock .insta_username {
		top: 90px;
   	}
}
@media (max-width: 991px){
	#czinstagramblock {
		margin-top: 20px;
	}
	#czinstagramblock .insta_username span {
		padding: 22px 18px;
		font-size: 29px;
		min-width: 290px;
	}
	#czinstagramblock .insta_username {
		top: 60px;
	}
}
@media (max-width: 768px){
	#czinstagramblock .instagramblock .customNavigation {
		display: none;
	}
}
@media (max-width: 600px){
	#czinstagramblock .insta_username {
		top: 100px;
	}
}
@media (max-width: 480px){
	#czinstagramblock .insta_username span {
		padding: 14px 10px;
		font-size: 20px;
		min-width: 250px;
	}
	#czinstagramblock .insta_username {
		top: 60px;
	}
}
@media (max-width: 380px){
	#czinstagramblock .insta_username span {
		padding: 15px 10px;
		font-size: 22px;
		min-width: 200px;
	}
	#czinstagramblock .instagramblock {
		margin: 0 -3px;
	}
	#czinstagramblock .instagramblock .instagram_list li.item {
		padding: 0 3px;
	}
}