*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}


body {
    z-index:1;
    margin:-5px 0 0 0;
    text-align: left;
    font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
    color: #4e4c4c;
    font-size:13px;
    overflow-y:hidden;
    overflow:-x:hidden;
    box-shadow: inset 0 0 490px #000000;
    -webkit-box-shadow: inset 0px 0px 400px #000000;
    overflow: auto;
}

.container-fluid {

}

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.banner-fixed{
    position: -webkit-fixed;
    position: fixed;
    margin: 0 auto !imporant;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
    padding: 0px 0px 0px 0px;
    max-width: 1140px;
}

.banner-imasi-books{
   /*border-bottom: 2px solid;
   border-image: linear-gradient(to right bottom, #260B3C, #666);
   border-image-slice: 5;*/
   border-style: solid;
  border-width: 1px;
  -webkit-border-image: -webkit-linear-gradient(
      left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
  -moz-border-image: -moz-linear-gradient(
      left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
  border-image: linear-gradient(
      to left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
}

.container_page{
    position: relative;
    margin: 0 auto !imporant;
    background-color: #e9eaed;
    z-index: 1;
    padding-bottom: 53px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
    width: 100%;
    margin-top: 254px;
}

.clear{overflow:hidden;}

@font-face {
    font-family: Futura-Lt-Bt;
    src: url(../../fonts/futura-light-bt.ttf);
}

@font-face {
    font-family: Futura-Heavy-Bt;
    src: url(../../fonts/futuraheavyfont.ttf);
}

@font-face {
    font-family: Futura-Extra-Black-Bt;
    src: url(../../fonts/futura_xblk_bt.ttf);
}

@font-face {
    font-family: Futura-Light-Bt;
    src: url(../../fonts/futura_light_bt.ttf);
}

@font-face {
    font-family: Futura-Medium-Bt;
    src: url(../../fonts/futura_medium_bt.ttf);
}

.top-band{
  background-color: #a1b256;
  font-family: Futura-Lt-Bt;
  color: #3c3c3c;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(249,251,237,0.6);
  font-size: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  z-index: 10;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-content {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 30s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 30s linear infinite;
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.marquee-content:hover {
  animation-play-state: paused
}
.item1 {
  display: inline-block;
}
.item2 {
  display: inline-block;
}
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

.top-heading-band{
  padding-top: 4px;
  padding-bottom: 8px;
  letter-spacing: 1.25px;
  z-index: 10;
  margin-bottom: 0px;
}

.imasi-books{
  font-family: Futura-Heavy-Bt !important;
  font-size: 28px !important;
  font-weight:bolder;
  color: #bc0000;
  text-shadow: 1px 2px 2px rgba(121,121,117,0.6);
}

.imasi-books-email-text{
  font-family: Futura-Lt-Bt !important;
  font-size: 23px !important;
  color:#6d2ed7;
}

.col-heading{
    background-color: #a1b256;
    font-family: Futura-Lt-Bt;
    color: #3c3c3c;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(249,251,237,0.6);
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    letter-spacing: 1px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    z-index: 10;
    margin-top: 3px;
}

.top-heading-email{
  margin: -19px 0px 5px 0px;
  font-family: Futura-Lt-Bt;
  font-size: 18px;
}

.img-vh-center{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 11%);
}

.col-img-name{
  font-family: Futura-Heavy-Bt;
  color:#bc0000;
  font-weight:bolder;
  font-size: 20px;
  margin: 18px 0px 0px 0px;
}


.itm-sub-heading{
  font-family: Futura-Medium-Bt;
  color:#375838;
  font-weight:normal;
  font-size: 16px;
  margin: 0px 0px 3px 0px;
}

.col-img-date{
  font-family: Futura-Heavy-Bt;
  color:#6d2ed7;
  font-weight:normal;
  font-size: 18px;
}


.col-block {
}

hr {
    height: 1px;
    margin: 15px 0px 1px 0px !important;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    border: 0;
}

.news-item{
  padding-bottom: 0px;
}

.p-text-detail{
  font-family: Futura-Light-Bt;
  color:#383737;
  font-weight:normal;
  font-size: 16px;
}

.readmore{
  font-family: Futura-Light-Bt;
  text-decoration:none;
  color:#9158f1;
  font-weight:bolder;
  font-size: 16px;
  font-style:italic;
  float:right;
}

a: hover{
  text-decoration: none;
  color:#6d2ed7;
}

.info{
  border : 1px solid #292929;
  border-radius: 8px;
  margin-top:32.5px;
  padding:20px 0px 15px 0px !important
}

.info-heading{
  font-family: Futura-Medium-Bt;
  font-size:18px;
  font-stretch: ultra-expanded;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top:20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.manipurgov1{
  font-family: Futura-Heavy-Bt;
  color:#383737;
  font-weight:bolder;
  letter-spacing:-0.6px !important;
  font-size:18px;
}

@media (max-width: 360px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
  }
  .p-text-detail{
    font-size: 50px;
  }
  .manipurgov1{
    font-family: Futura-Heavy-Bt;
    color:#383737;
    font-weight:bolder;
    letter-spacing:-0.6px !important;
    font-size:5.5vw !important;
  }
}

@media only screen and (min-width: 361px) and (max-width: 460px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 220px !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .imasi-books {
    font-size: 40px !important;
  }
  .imasi-books-email {
    font-size: 30px !important;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 575px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 600px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 575px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

/*For MD Minimum Screen Size 768 and Maximum Screen Size 867px*/
@media only screen and (min-width: 768px) and (max-width: 867px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 220px !important;
  }
  .col-img-name{
    font-size: 3.25vw;
  }
  .col-img-date{
    font-size: 3vw;
  }
  .p-text-detail{
    font-size: 2.75vw;
  }
  .readmore{
    font-size: 2.5vw;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 868px) and (max-width: 991px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 220px !important;
  }
  .col-img-name{
    font-size: 3vw;
  }
  .col-img-date{
    font-size: 3vw;
  }
  .p-text-detail{
    font-size: 2.75vw;
  }
  .readmore{
    font-size: 2.5vw;
  }
  .imasi-books {
    font-size: 40px !important;
  }
  .imasi-books-email {
    font-size: 30px !important;
  }
  .itm-sub-heading {
    font-size: 22px !important;
  }
  .top-band{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    text-shadow: none;
  }
  .col-heading{
    font-family: Futura-Medium-Bt;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1022px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 273px !important;
  }
  .col-img-name{
    font-size: 1.85vw;
  }
  .itm-sub-heading{
    font-size: 1.35vw;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1199px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 298px !important;
  }
  .col-img-name{
    font-size: 1.85vw;
  }
  .itm-sub-heading{
    font-size: 1.35vw;
  }
}


/**Footer*/
#floating_footer {
	z-index: 50;
	display: block;
	position: relative;
	width: 100%;
	bottom: 0px;
	margin: 0 auto;
	border-radius:5px;
	border-top:solid;
	border-top-width:2px;
	border-top-style:groove;
	}

#contact_address {
  text-align:center;
	line-height:16px;
	padding: 5px 0px 0px 0px;
  color: #353434;
	}

#plus{
  z-index:51;
	display:block;
	position:absolute;
	top:6px;
	left:10px;
	visibility:visible;
	cursor:pointer;
}

#social_network {
  z-index:55;
	display:block;
	position:absolute;
	bottom:58px;
	left:10px;
	width:50px;
	height:300px;

	}

#primekes{
   z-index:1;
   display:block;
   position:relative;
   width:200px;
   height:30px;
   float:right;
   margin-right: 30px;
   }

#primekes a {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   text-decoration:none;
   color:#ffffff;
   }

#img_primekes {
   width:80px;
   height:15px;
 }
