/* Add here all your CSS customizations */

@media(max-width:991px){
  table{
    width: 100% !important;
    height: auto;
    overflow: auto;
  }
}

.section.section-height-4{
  padding-bottom: 0 !important;
}

.head-buton{
	padding:15px !important;
}

#header .header-logo img{
	width:200px !important;
	height:auto !important;
}

@media (min-width: 992px){
	#header .header-nav-main.header-nav-main-uppercase nav > ul > li > a{
		padding:0 15px 0 0 !important;
	}
}