@charset "utf-8";
/* CSS Document */
 
  
/* Large desktops and laptops */
@media (min-width: 2000px) {
	
.banner{
	height:470px;
}
	}

@media (min-width: 1200px) {


}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {

}


/* Portrait phones and smaller */
@media (max-width: 480px) {

.lang h1.title{
	font-size:18px;
	margin-top:-10px;
}

.bg-title {
    padding: 5px 20px;
}

}




