@charset "utf-8";
/* CSS Document */
h2 {
  font-size:24px;
  line-height:26px;
  color:#020202;
  font-weight:700;
  margin:0px;
}

.menu_height_holder:not(.scroll){
	position:relative !important;
	top:0px !important;
	background-color:#283747 !important;
}

.breadcrumbs_container{
	background-color:#02AA94;
	padding:30px 0px;
}

.breadcrumbs_container .breadcrumbs_content{
	max-width:1300px;
	margin: auto;
	color:#ffffff;
	font-size:20px;
	line-height:26px;
}

.breadcrumbs_container .breadcrumbs_content a{
	color:#ffffff;
	text-decoration:none;
}

.breadcrumbs_container .breadcrumbs_content a.sel{
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
}

.breadcrumbs_container .breadcrumbs_content a:not(.sel):hover{
	text-decoration:underline;
}

.breadcrumbs_container .breadcrumbs_content span{
	margin:0px 5px;
}

.top_actions{
	margin-bottom:40px;
}

.top_actions .sort,
.top_actions .filter{
	float:right;
	line-height: 29px;
	font-size:14px;
	color:#000000;
	font-weight:500;
}

.top_actions .sort{
	
}

.top_actions .sort .select_custom{
	position: relative;
  display: inline-block;
  width: 240px;
	margin-left:15px;
}

.top_actions .sort .select_custom select{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:url(/images/icon_down.svg) center right 20px no-repeat #ffffff;
	background-size:10px;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  border: 1px solid #02AA94;
  border-radius: 20px;
	width:100%;
	text-align:center;
	color:#000000;
}

.top_actions .filter{
	margin-left:30px;
}

.top_actions .filter a{
	text-decoration:none;
}

.top_actions .filter img{
	vertical-align:middle;
	margin-left:15px;
}