@media  all and (min-width: 240px) and (max-width: 960px) {

	.ca-container{
		width: 100% !important;
		height: auto;
		overflow: visible;
	}
	.ca-more, .ca-close{
		display: none !important;
	}
	.ca-item{
		display: inline-block;
		position:static;
		float:left;
		width:100% ; 
		height:20px;
		text-align:center;
		border-bottom: solid 1px #000;
		cursor: pointer;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.ca-item:hover{
		background-color: rgba(255,255,255,0.2);
	}
	.ca-container{
		padding-top: 10px;
	}
	.ca-item img{
		width: 90%;
		max-width: 300px;
		display: none;

	}
	.ca-item-main{
		position: static;
		padding: 0px;
		width:100% ; 
	}
	.ca-item-main span{
		width: 100%;
	}
	.products{
   /* background: rgba(255,255,255,.8);*/
    	position: absolute;
    	
    	left: 0;
    	padding: 0;
    	width: 100%;
    	height: auto;
    	
    	background: transparent;
    	-webkit-filter: none;
    	filter: none;
	}
	.products_items {
		/*min-height: 100% !important;*/
		min-height: 0 !important;
		height: auto !important;
		position: absolute;
		box-shadow: none;
	
		background: rgba(0,0,0,.3);
	}
	.ca-item-select{
		background-color: rgba(255,255,255,0.2);
		text-align: center;
	}
	.ca-item-select img{
		display: none;
	}
	.ca-item-select span{
		width: 100%;
	}
	.ca-item-select .ca-item-main{
		left: 0;
		right: 0;
	}
	.ca-content-wrapper{
		top:65px;
		background-color: transparent;
		position:absolute;
		width:0px; /* expands to width of the wrapper minus 1 element */
		height: auto !important;
		left: 0 !important;
		text-align:center;
		z-index:10000;
		overflow:hidden;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;

	}
	.ca-item-child{
		width: 100%;
		height: 80%;
		display: inline-block;
		left:0px;
		right:0px;
		text-align: center;
		padding-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.ca-item-child:first-child{
		margin-left: 0;
	}
	.ca-item-child span{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.ca-item-child img{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.ca-item-child a{
		width: 200px !important;
		z-index: 900000;
	}
}
@media  all and (min-width: 961px) and (max-width: 1380px) {
	.ca-container{
		width: 900px;
	}
	.ca-item{

		width: 300px;
	}
	.ca-item-child
	{
		width: 200px;
	}
	.ca-item-child:first-child{
		margin-left: 50px;
	}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px)  and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */


}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}