
/* main container styles */

.container {
	max-width: 1000px;
	padding: 0 60px;
	margin: 0 auto;
}


/* main informative part styles */

.filter-body, .two-column.alt, .new-from-body {
	padding-top: 50px;
}

.two-column.alt #content, .two-column.alt #sidebar {
	margin-top: 150px;
}
.two-column.alt #sidebar .widget-holder {
	background: none;
}
.two-column .container {
	max-width: 1140px;
}


/* main content styles */

#content {
	margin: 0 0 50px;
	padding: 33px 41px 0 41px;
	border: 1px solid #e1e1e1;
	background: #fff;
	position: relative;
	z-index: 1;
}



.us-btn-style_evs {
 
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0.3em;
  padding: 1.0em 1.8em;
  background: var(--color-header-middle-bg);
  border-color: #93a546!important;
  box-shadow: 2px 2px 2px 2px #93a546!important;;
}

.us-btn-style_evs:hover {
	transition: background-color 0.5s;
	box-shadow: 2px 2px 2px 2px #00000!important;
	background-color: #93a546!important;
	border-color: #00000!important;
}