@media all {
	.content {
		margin-top: 16px;
	}
	
	.conctentLeft, .conctentRight {
		/*background-color: rgba(255, 255, 255, 0.1);
		border-radius: 3px;
		box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
		border: 1px solid #666;*/
	}
	
	.conctentLeft {
		width: 100%;
		display: block;
		position: relative;
	}
	
	.conctentRight {
		width: 600px;
		position: fixed;/*absolute;relative;fixed;*/
		display: none;
		z-index: 1;
		background-color: rgba(60, 60, 60, 0.9);
		border-radius: 3px;
		
		box-shadow: 0px 0px 8px 1px rgba(60, 60, 60, 0.6);

		/*height: auto;*/
		margin-left: -635px;
		-webkit-transition: all 350ms ease-out;  
		-moz-transition: all 350ms ease-out;  
		-o-transition: all 350ms ease-out;  
		-ms-transition: all 350ms ease-out;  
		transition: all 350ms ease-out;
	}
	
	.ml0 {
		margin-left: 0;
	}
	
	/* left */
	.clgrid {
		width: 20%;
		height: 175px;
		display: block;
		float: left;
		position: relative;
		box-sizing: border-box;
		padding: 8px 16px;
		cursor: pointer;
	}
	
	.clgrid:hover .clgt{
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	
	.clgrid div, .clgrid img {
		width: 100%;
	}
	
	.clgrid img {
		display: block;
		box-shadow: 0px 0px 3px 2px rgba(60, 60, 60, 0.1);
		border-radius: 5px;
	}
	
	.clgt {
		text-align: center;
		padding: 6px 0;
		color: #fff;
		text-shadow: 1px 1px 2px grey;
	}
	
	/* right */
	.conctentRightRepeat {
		padding: 8px 0;
		max-height:100%;
		overflow:auto;
	}
	
	.crdata {
		padding: 0 12px;
		display: none;
		color: #fff;
	}
	
	.crdata h3 {
		color: #fff;
		font-size: 18px;
	}
	
	.crdata a {
		color: #fff;
	}
	
	.crdl ul li {
		margin-top: 8px;
		margin-bottom: 8px;
		line-height: 28px;
	}
	
	.crdl ul li a:hover {
		padding-bottom: 6px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	
	.icon-cancel-circled2 {
		font-size: 50px;
		position: absolute;
		top: -29px;
		right: -35px;
		color: #fff;
		text-shadow: 1px 1px 3px rgba(60, 60, 60, 0.7);
	}
	
	.icon-cancel-circled2:hover {
		cursor: pointer;
	}
}

@media (min-width: 1400px) {
	.clgrid {
		height: 200px;
	}
}

@media (min-width: 1600px) {
	.clgrid {
		height: 230px;
	}
}

@media (max-width: 768px) {
	.clgrid {
		width: 33.333333%;
	}
	
	.crdl ul {
		padding-left: 25px;
	}
}

@media (max-width: 468px) {
	.clgrid {
		width: 50%;
	}
	
	.conctentRight {
		width: 340px;
	}
}