@charset "utf-8";
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-transparent: rgba(0, 0, 0, 0);
  --color-theme-1: #4A444E;
  --color-yellow: #febf0f;
  --color-purple: #35144f;
  --color-orange: #F67200; /*BJP*/
  --color-red: #FD0C1A; /*SP*/
  --color-blue: #203D9D; /*BSP*/
  --color-green: #00833C; /*CONG*/
  --color-grey: #3C3C3C; /*OTHERS*/
  --color-navyblue: #0F204A; /*SAD*/
  --color-darkblue: #001484; /*TMC*/
  --color-lightblue: #0066A4; /*AAP*/
  --color-dark-1: #1A1A1A;
  --color-dark-2: #292929;
  --color-light-1: #F4F4F4;
  --color-danger: #e82929;
  --color-success: #1a8e14;
  --box-shadow-1: 0px 0px 0px rgba(0, 0, 0, 0);
  --transition-all: all 0.2s ease-in;
  --font-theme: "proxima-nova";
  --font-thin: 100;
  --font-extralight: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
}
@-ms-viewport {
  width: device-width
}
html, body {
  height: 100%;
}
body {
  font-size: 16px;
  font-weight: 400;
  background: var(--color-transparent);
  font-family: var(--font-theme);
  color: var(--color-black);
  opacity: 1;
  overflow-x: hidden;
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.is-loading .app-container {
  opacity: 0;
}
.loading {
  display: none;
}
.is-loading .loading {
  display: block;
}
span.loading {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: url(../images/loading.svg);
  z-index: 9999;
}
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  transform: translateZ(0);
  color: var(--color-white);
}
.is-hide {
  display: none !important;
}
.is-show {
  display: block !important;
}
p {
  line-height: 160%;
  margin-bottom: 25px;
  margin: 0;
}
a {
  text-decoration: none;
  outline: none;
}
button, a {
  outline: none;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 100%;
}
.app-container {
  width: 1100px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 0px 55px;
}

.live-blog-url{
	position: absolute;
	top: 0;
	left: 55px;
	width: calc(100% - 110px);
	height: 100%;
	z-index: 999;
}

.big-headline {
  position: absolute;
  top: 170px;
  left: 0;
  color: var(--color-yellow);
  text-transform: uppercase;
  font-weight: var(--font-bold);
  padding: 0px 0;
  font-size: 300%;
  width: 713px;
  max-width: 100%;
  line-height: 130%;
  text-align: center;
}

.big-headline a {
  color: var(--color-yellow);
}

.elections-container {}
.single-state {}
.single-state .state-hader {
  background-color: var(--color-theme-1);
  height: 54px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
  color: var(--color-white);
}
.single-state .header-left, 
.single-state .state-hader h2 { 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  text-transform: uppercase;
  font-weight: var(--font-bold);
  letter-spacing: 0.02em;
}
.single-state .header-left {
  left: 30px;
  font-size: 145%;
}
.is-hi .single-state .header-left {

  font-size: 160%;
}

.single-state .state-hader h2 {
  right: 30px;
  font-size: 120%;
}
.state-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.single-state .parties {
  display: table-row;
  padding: 0;
  margin: 0px 0px;
}
.single-state .parties .party {
  display: table-cell;
  text-align: center;
  padding: 0px 0px;
  height: 66px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  border-right: 1px solid var(--color-white);
}
.single-state .parties .party:last-child {
  border-right: 0px solid var(--color-white);
}
.single-state .parties .party figure, .single-state .parties .party figcaption {
  height: 100%;
  position: relative;
}
.single-state .parties .party .fig-icon {
  width: 36px;
  height: 36px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 15px;
  border-radius: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.16));
  border: 3px solid var(--color-white);
  background-repeat: no-repeat;
  background-size: cover;
}
.single-state .parties .party h3, .single-state .parties .party h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
}
.single-state .parties .party h3 {
  left: 60px;
  font-size: 100%;
}
.single-state .parties .party h4 {
  right: 15px;
  font-size: 163%;
}
.party.is-orange {
  background-color: var(--color-orange)
}
.party.is-red {
  background-color: var(--color-red)
}
.party.is-light-blue {
  background-color: var(--color-lightblue)
}
.party.is-blue {
  background-color: var(--color-blue)
}
.party.is-dark-blue {
  background-color: var(--color-darkblue)
}
.party.is-green {
  background-color: var(--color-green)
}
.party.is-grey {
  background-color: var(--color-grey)
}
.party.is-navy-blue {
  background-color: var(--color-navyblue)
}
.party.is-orange .fig-icon {
  background-image: url("../images/icons/ico-bjp.jpg");
}
.party.is-red .fig-icon {
  background-image: url("../images/icons/ico-sp.jpg");
}
.party.is-blue .fig-icon {
  background-image: url("../images/icons/ico-bsp.jpg");
}
.party.is-dark-blue .fig-icon {
  background-image: url("../images/icons/ico-tmc.jpg");
}
.party.is-green .fig-icon {
  background-image: url("../images/icons/ico-aap.jpg");
}
.party.is-grey .fig-icon {
  background-image: url("../images/icons/ico-oth.jpg");
}
.party.is-light-blue .fig-icon {
  background-image: url("../images/icons/ico-cong.jpg");
}
.party.is-navy-blue .fig-icon {
  background-image: url("../images/icons/ico-sad.jpg");
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
  .app-container {
    padding: 0;
  }
  .app-container.is-home {
    padding: 0px 20px;
  }
	
.live-blog-url{
	
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	
	
}
	
.app-container.is-home .live-blog-url{
	
	left: 20px;
	width: calc(100% - 40px);
	height: 100%;
	z-index: 999;
}	
	
	
  .big-headline {
    top: 195px;
    font-size: 250%;
    width: 52%;
  }
  .slick-arrow {
    display: none !important;
  }
  .single-state .state-hader {
    height: 50px;
  }
  .single-state .parties .party {
    height: 100px;
  }
  .single-state .header-left {
    left: 15px;
    font-size: 100%;
  }
  .single-state .state-hader h2 {
    right: 15px;
    font-size: 110%;
  }
  .single-state .parties .party .fig-icon {
    top: 10px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-white);
  }
  .single-state .parties .party h3 {
    left: 0px;
    width: 100%;
    text-align: center;
    top: 60px;
  }
  .single-state .parties .party h4 {
    width: 100%;
    right: 0px;
    bottom: 7px;
    top: inherit;
    text-align: center;
    transform: translate(0);
    font-size: 140%;
  }
}
@media (max-width: 767.98px) {
  .single-state .state-hader {
    border-radius: 6px 6px 0px 0px;
  }
  .single-state .parties .party {
    border-radius: 0px 0px 6px 6px;
  }
  .app-container .slick-list {
    border-radius: 6px;
  }
  .big-headline {
    width: 100%;
    font-size: 200%;
  }
  .single-state .header-left {
    left: 15px;
    font-size: 100%;
  }
 .is-hi .single-state .header-left {
    left: 15px;
    font-size: 120%;
  }	
	
	
	
  .single-state .state-hader h2 {
    right: 15px;
    font-size: 100%;
  }
}

