@media (min-width: 1200px){
 .container-custom-navigation {
	 width: 1250px;
 }
}

.fixed-height-230{
  height:230px;
}

.fixed-height-sm{
  height:200;
}

.fixed-height-md{
  height:230px;
}

.fixed-height-lg{
  height:260;
}


