input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  display: block;
  float: left;
  height: 100vh;
  width: 50px;
  overflow: hidden;
  background: #e1ad09;
  text-align: center;border-right: 2px solid #fff;
  font-size: 14px;
  line-height: 50px;
  transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
}

li:nth-child(even) > input + label {
  background: #e1ad09;
}

label:hover,
li:nth-child(even) > input + label:hover {
  background: #cccccc;
  color: #333;
  cursor: pointer;
}

input[type="radio"]:checked ~ label {
  background: #cccccc;
  color: #333;
  cursor: default !important; position:relative;
}

/* SLIDES */
.accslide {
  display: block;
  height: 100vh;
  width: 0px;
  padding:0;
  float: left;
  overflow-x: hidden;
  font-sizes: 12px;
  line-height: 1.5;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
/*.accslide * {
  padding-left: 10px;
}*/
.accslide img {
}

input[type="radio"]:not(:checked) ~ label > * {
  padding-left: 7px;

  font-size: 1.4em;
  white-space: nowrap;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); position:relative; top:50%; margin-top:-100px; 
		
}

input[type="radio"]:checked ~ label > * {
 padding-left: 7px;

  font-size: 1.4em;
  white-space: nowrap;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); position:relative; top:50%; margin-top:-100px; 
}

li:nth-child(1):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 80px);
}

li:nth-child(2):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 80px);
}

li:nth-child(1):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(2):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(3):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(1):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(2):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(3):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(4):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(1):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(2):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(3):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(4):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(5):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 250px);
}

li:nth-child(1):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(2):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(3):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(4):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(5):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(6):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(1):nth-last-child(7) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(2):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(3):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(4):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(5):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(6):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(7):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(1):nth-last-child(8) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(2):nth-last-child(7) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(3):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(4):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(5):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(6):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(7):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(8):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 320px);
}

.mobileHeaderView{display:none;}

@media only screen and (min-width:0px) and (max-width:1023px) {
	.bannerLeft{width:100%;}
	.bannerRight{width:100%;}
	.destopHeaderView{display:none;}
	.mobileHeaderView{display:block; margin-top:80px;}
	.mobileHeaderView .scrollPanel,.slimScrollDiv{height:300px !important;}
	.mobileHeaderView .profileContentTop,.mobileHeaderView .profileContentBottom{ height:auto;}
	.mobileHeaderView .profileContentTop{margin-top:250px; margin-bottom:20px;}
	.mobileHeaderView .profileBg{    border-radius: 7px;}
	#accordion3{margin-top:20px;}
	.mobileHeaderView .newsPanelBox{}
	.mobileHeaderView .newsPanelBox h3{ font-weight:600; margin-bottom:5px;}
	.mobileHeaderView .newsPanelBox p strong{ font-weight: 700; color: #F00; margin-right:5px;}
	.mobileHeaderView .btn{padding: 9px 5px;}
	hr{ width:100%; height:2px; background:#dedede; border:0; margin:10px 0;}
	.w-mob-1{ width:30%;}
	.w-mob-1 img{width:100%;}
	.w-mob-2{width:70%;}
	.scroll-nav-holder { margin-top: 0px !important;}
	.gallery-item { width: 50% !important; margin-bottom:15px; padding:5px;}
	.grid-det h3 {font-size: 12px;}
	.grid-item-holder {border: 1px solid #cccccc;}
	}
	
	@media only screen and (min-width:0px) and (max-width:767px) {
	.w-mob-1{ width:100%;}
	.w-mob-1 img{width:auto;}
	.w-mob-2{width:100%;}
	.gallery-item { width: 100% !important; margin-bottom:15px;}
	
	}
/*
     FILE ARCHIVED ON 14:10:31 Feb 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:18:00 Mar 11, 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.586
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.033
  esindex: 0.013
  cdx.remote: 119.461
  LoadShardBlock: 290.964 (3)
  PetaboxLoader3.datanode: 178.765 (4)
  PetaboxLoader3.resolve: 237.071 (2)
  load_resource: 128.337
*/