/* Translations Media overrides */
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ 
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/ 
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
.head_bg .mnu_line .logo {
text-align: left; 
}
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 640px) and (max-width: 360px)  , only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3){


	.langchoice{
	  display: block;
	  /*display: none;*/
	  position: fixed;
	  top: 100px;
	  right: -100px;
	  height: 52px;
	  border: grey 1px solid;
	  width: 156px;
	  border-radius: 8px;
	  color: white;
	  text-align: center;
	  font-size: 1.5rem;
	  cursor: pointer;
	  z-index: 25000;
	  background: rgba(0,0,0,0.5);

	  -webkit-transition: all 0.3s ease; /* Safari */
	  transition: all 0.3s ease;
	}
	.langchoice:hover{
	  right: 0px;
	}
	.root{
	    height: 285px;
		overflow: scroll;
		background: rgba(255,255,255,0.9);
		border: 1px solid whitesmoke;
		padding: 0;

	}
	.dropdown li a {
	    /*margin-bottom: 10px;*/
	    border-bottom: 1px solid lightgrey;
	    height: 50px;
	    line-height: 50px;
	    padding: 0px 15px;
	}


}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }



/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {


  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }


/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ 
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ 
}

@media only screen and (min-width: 1600px) {
  /**/ 
}

@media only screen and (max-width: 1366px) and (min-width: 768px){

  /* FOR MARK AND CRAPPY LAPTOPS*/
  /**/ 

}


@media only screen and (max-width: 1920px) and (min-width: 768px){

 	/* FOR MARK AND CRAPPY LAPTOPS*/
  	/**/ 	

}



