/* Set up the basics ----------- */

.container {width:960px;position:relative; margin:auto;}
.full, .half, .threequarter, .quarter,.third,.twothird,.fifth,.twofifth,.threefifth,.fourfifth,.sixth,.fivesixth {float:left;display:inline;margin:0 10px 0 10px;padding:0;}
.first {margin-left:0;}
.last {margin-right:0;}
.nogutter {margin:0;}
.only780, .only960, .only1400, .only1200, .onlytablet, .onlysmartphone {display:none;}

/* large desktops ----------- */
@media all and (min-width: 1400px) {
	#g1400 { visibility:visible !important; }
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"G1400d";top:10px;}

	.container {width:1380px;}

	.full {width:1360px;}
	.half {width:670px;}
	.threequarter {width:1015px;}
	.quarter {width:325px;}
	.third {width:440px;}
	.twothird {width:900px;}
	.fifth {width:256px;}
	.twofifth {width:532px;}
	.threefifth {width:808px;}
	.fourfifth {width:1084px;}
	.sixth {width:210px;}
	.fivesixth {width:1130px;}

	.notdesktop, .not1400 {display:none;}
	.only1400{display:block;}
}
/* widescreen desktops ----------- */
@media all and (min-width: 1280px) and (max-width: 1399px) {
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"G1200d";top:10px;}

	.container {width:1200px}
	.full {width:1180px;}
	.half {width:580px;}
	.threequarter {width:880px;}
	.quarter {width:280px;}
	.third {width:380px;}
	.twothird {width:780px;}
	.fifth {width:220px;}
	.twofifth {width:460px;}
	.threefifth {width:700px;}
	.fourfifth {width:940px;}
	.sixth {width:180px;}
	.fivesixth {width:980px;}
	
	.notdesktop, .not1200 {display:none;}
	.only1200{display:block;}
}
/* small desktops and laptops ----------- */
@media all and (min-width: 960px) and (max-width: 1279px) and (min-device-width : 1025px) {
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"G960d";top:10px;}

	.container {width:960px;}
	
	.full {width:940px;}
	.half {width:460px;}
	.threequarter {width:700px;}
	.quarter {width:220px;}
	.third {width:300px;}
	.twothird {width:620px;}
	.fifth {width:172px;}
	.twofifth {width:364px;}
	.threefifth {width:556px;}
	.fourfifth {width:748px;}
	.sixth {width:140px;}
	.fivesixth {width:780px;}
	
	.notdesktop, .not960 {display:none;}
	.only960{display:block;}
}
/* 780 grid ----------- */
@media all and (max-width: 959px) and (min-width:481px) {
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"G780d";top:10px;}	

	.container {width:780px;}
	.full {width:760px;}
	.half {width:370px;}
	.threequarter {width:565px;}
	.quarter {width:175px;}
	.third {width:240px;}
	.twothird {width:500px;}
	.fifth {width:370px;}
	.twofifth {width:370px;}
	.threefifth {width:370px;}
	.fourfifth {width:370px;}
	.sixth {width:370px;}
	.fivesixth {width:370px;}

	.notdesktop, .not780 {display:none;}
	.only780{display:block;}
}

/* Tablets Landscape ----------- */
@media all and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape) {
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"GTL";top:10px;}

	.container {width:960px;}
	.full {width:940px;}
	.half {width:460px;}
	.threequarter {width:700px;}
	.quarter {width:220px;}
	.third {width:300px;}
	.twothird {width:620px;}
	.fifth {width:172px;}
	.twofifth {width:364px;}
	.threefifth {width:556px;}
	.fourfifth {width:748px;}
	.sixth {width:140px;}
	.fivesixth {width:780px;}

	.notdesktop, .onlytablet {display:block;}
	.nottablet {display:none;}
}

/* Tablets Portrait ----------- */

@media all and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : portrait) {
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"GTP";top:10px;}	

	.container {width:720px;}
	.full {width:700px;}
	.half {width:340px;}
	.threequarter {width:520px;}
	.quarter {width:160px;}
	.third {width:220px;}
	.twothird {width:460px;}
	.fifth {width:124px;}
	.twofifth {width:268px;}
	.threefifth {width:412px;}
	.fourfifth {width:556px;}
	.sixth {width:100px;}
	.fivesixth {width:580px;}

	.notdesktop, .notsmartphone, .onlytablet{display:block;}
	.nottablet {display:none;}
	
}
/* Smartphones Landscape ----------- */
@media all  and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	#debugcssgridvalue:before{left:100px;font-size:1em;color:white;content:"GSPL";top:10px;}	

	.container {width:480px;}
	.full, .half, .threequarter, .quarter,.third,.twothird,.fifth,.twofifth,.threefifth,.fourfifth,.sixth,.fivesixth {clear:both;width:440px;}

	.notdesktop, nottablet, .onlysmartphone{display:block;}
	.notsmartphone {display:none;}
}
/* Smartphones Portrait ----------- */
@media all  and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	#debugcssgridvalue:before{left:50px;font-size:1em;color:white;content:"GSPP";top:10px;}	

	.container {width:100%; }
	.full, .half, .threequarter, .quarter,.third,.twothird,.fifth,.twofifth,.threefifth,.fourfifth,.sixth,.fivesixth {clear:both;width:90%;margin:0 5% 0 5%;}
	
	.notdesktop, .nottablet, .onlysmartphone{display:block;}
	.notsmartphone {display:none;}
}


/*
     FILE ARCHIVED ON 18:16:10 Dec 21, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:57:05 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.474
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.032
  esindex: 0.007
  cdx.remote: 18.836
  LoadShardBlock: 108.526 (3)
  PetaboxLoader3.datanode: 134.768 (4)
  load_resource: 220.033
  PetaboxLoader3.resolve: 185.92
*/