/************************************************************************************
smaller than 1160
*************************************************************************************/
@media screen and (max-width: 1160px) {

	.theplayer>iframe{width:100%!important;height:520px}

}

/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px) {

	.theplayer>iframe{height:480px}

}

/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 960px) {

	.plugs-3ad{display:none}

}

/************************************************************************************
smaller than 900
*************************************************************************************/
@media screen and (max-width: 900px) {

	.theplayer>iframe{height:400px}

}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	.theprimary,.thecolumn,.thesidebar{width: 100%;}
	.thesidebar{padding:30px 0}
	
	.list-plugs{text-align:center}
	.list-plugs li{margin:0 3% 12px 3%;float:none;display:inline-block}

}

/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen and (max-width: 640px) {

	.cfix{display:none}

	.theheader>.theprimary{text-align:center}
	.thelogo{position:relative!important;display:inline-block}

	.thenav ul{text-align:center!important;position:relative!important}
	.thenav ul li{float:none;display:inline-block}
	.thenav ul li a{border-right:0}

	.psec-title h2,.psec-title .list-sort{text-align:center!important;position:relative!important;top:0!important;left:0!important}
	.psec-title .list-sort{background:transparent}
	.psec-title .list-sort li{border-right:0;float:none;display:inline-block}
	
	.thecolumn,.thesidebar{float:none}

}

/************************************************************************************
smaller than 600
*************************************************************************************/
@media screen and (max-width: 600px) {

	.theplayer>iframe{height:350px}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	.theplayer>iframe{height:250px}

}

