/*============================================================================================*/
/* Repsonsive  */
/*============================================================================================*/

@media screen and (min-width:1300px){
	.container {
		width: 1270px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.main-menu ul li.megamenu .menu-wrapper {
		width:940px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	footer .t3-footnav .col-sm-6 {
		float: none;
		display: inline-table;
		width: 49%;
	}
}
@media screen and (max-width: 991px) {
	#newsletter-prijava h3 {
		font-size: 16px;
		font-weight: 600;
	}
	.main-menu ul li.megamenu .menu-wrapper { width:auto; margin-top:20px; }
	nav { margin-top:15px; }
	header { padding-bottom:10px; }
	#logo { margin-top:5px; }
	.jamstvo h2 { font-size: 16px; }
	.btn-default {
		float:none;
		margin:auto;
		margin-top:10px;
		display:block;
		text-align:center;
		/*width:230px;*/
	}
	.mod-block-itemtitle {
		font-size: 16px;
	}
}
@media screen and (max-width:768px){
	/*.t3-wrapper {
		margin-top: 90px;
	}*/
	#newsletter-prijava p {
		float: none;
	}
	.jamstvo-container {
		grid-template-columns: none;
	}
	.sign-newsletter {
		width: 90%;
	}
}
@media screen and (max-width: 500px) {
	.col-xxs-12 {
		width: 100%;
	}
	.ja-megafilter-wrap .main-content .product-item {
		width: 50%;
	}
}


.filter-toggle {
	display: none;
}
@media screen and (max-width: 768px) {
	.filter-toggle {
		background: #db011c;
		color: rgba(255,255,255,1);
		text-shadow: 1px 0px 1px rgba(0,0,0,0.2);
		margin: 0;
		height: 35px;
		line-height: 35px;
		width: 35px;
		font-size: 20px;
		font-family: "FontAwesome";
		content: "\f00d";
		display: inline-block;
		text-align: center;
		cursor: pointer;
		position: absolute;
		left: -35px;
		top: 30px;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
	}
	.filter-toggle:hover {
		color: rgba(255,255,255,1);
		background: #9e000e;
	}
	.filter-toggle .fa {
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
		-o-transform: rotate(315deg);
		transform: rotate(315deg);
		-webkit-transition: transform 0.75s ease;
		-moz-transition: transform 0.75s ease;
		-o-transition: transform 0.75s ease;
		transition: transform 0.75s ease;
	}
	.filter-toggle.filter-toggle-rotate .fa {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#Mod131 {
		border: 0;
		-webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
		-moz-box-shadow: inset 0px 0px 0px 1px #ccc;
		box-shadow: inset 0px 0px 0px 1px #ccc;
		position: fixed;
		top: 108px;
		z-index: 10;
		right: -250px;
		width: 250px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#Mod131.filter-open {
		right: 0;
	}
	#Mod131 .module-ct {
		overflow-y: auto;
		max-height: 400px;
	}
}
