/***** Ribbons *******/

/*#light1{
	
	width:100%;
	height:69px; 
	top:-89px;
}*/

#light1 {
    background: #0b5289 none repeat scroll 0 0 !important;
    height: 30px;
    position: relative;
    top: -89px;
    width: 100%;
}
#closeribban {
  color: white;

  font-size: 16px;
padding: 4px 0px 0;
  text-align: center;

  width: 100%;
}
#closebtn {
  float: right;
  font-size: 20px;
  width: 2%;
}
.mobile_header_cookie{
  display: none;
}
.desktop_header_cookie{
  display: block;
}
.content_cookie_policy{
  display: none;
}
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width:768px) and (max-width: 981px) {
	
	#light1 {
    background: #0b5289 none repeat scroll 0 0 !important;
    height: 45px;
    position: relative;
    top: -89px;
    width: 100%;
	 padding: 0 0 5px;
}
#closebtn {
    float: right;
    font-size: 20px;
    width: 6%;
}
    }

  /* #Tablet (Landscape)
================================================== */
  /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape){
	
	 #light1 {
   
    height: 60px;
  }
	.desktop_header_cookie{
  margin: 0 auto;
    width: 90%;
  }
 }
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
	#closeribban {
    color: white;
    cursor: pointer;
    font-size: 16px;
    overflow: visible;
    
    text-align: center;
    width: 94%;
}
#light1 {
  background: #0b5289 none repeat scroll 0 0 !important;
  height: 25px;
  position: relative;
  top: -79px;
  width: 100%;
  padding:0 0 3px;
}
.desktop_header_cookie{
  display: none;
}
	.mobile_header_cookie{
  display: block;
  width: 100%;
}
.content_cookie_policy{
  display: none;
	}
}

/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      
			
			/*add by vipul form alter reset button*/
			
	
			
    }

