.t4-megamenu .dropdown-menu li:last-child {
    border: 0;
  	width: 250px;
}

/*@media (min-width: 1900px) {
	#t4-header .t4-logo-header {
    	position: absolute;
    	width: 360px;
		}
    #t4-header .t4-logo-header .logo-image .logo-img {
      display: inline-block;
      max-width: 100%;
      }
}
@media (max-width: 1900px) {
	#t4-header .t4-logo-header {
    	position: absolute;
    	width: 288px;
		}
    #t4-header .t4-logo-header .logo-image .logo-img {
      display: inline-block;
      max-width: 80%;
      }
}
@media (max-width: 1024px) {
#t4-header .t4-logo-header {
     padding-left: 0px; 
     padding-right: 0px;
}
  	#t4-header .t4-logo-header {
    	position: absolute;
    	width: 120px;
		}
    #t4-header .t4-logo-header .logo-image .logo-img {
      display: inline-block;
      max-width: 40%;
      }
}
@media (min-width: 1200px){
.container {
    max-width: 1000px;
  }
  #t4-header .t4-logo-header {

padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 992px){
.container {
    max-width: 760px;
}
}*/