/*<meta />*/

@media only screen and (max-width: 767px)
{
	.search-bar
	{
		width: 100%;
	}

	.search-bar._Skins_SearchBar.mc-component
	{
		width: 100%;
	}

	._Skins_SearchBar.mc-component .search-field
	{
		background-color: #ffffff;
	}

	._Skins_SearchBar.mc-component .search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: #ffffff url('Images/FilterOutline.png') no-repeat center center;
		background: url('Images/FilterOutline.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/FilterOutline.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/FilterOutline.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/FilterOutline.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/FilterOutline.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/FilterOutline.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	}

	._Skins_SearchBar.mc-component .search-submit
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: #ffffff url('Images/SearchIcon.png') no-repeat center center;
		background: url('Images/SearchIcon.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/SearchIcon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/SearchIcon.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/SearchIcon.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/SearchIcon.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/SearchIcon.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	}

	._Skins_SearchBar.mc-component .search-filter-content
	{
		top: 2em;
		background: #000000;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
		background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
	}

	._Skins_SearchBar.mc-component .search-filter.open
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: #000000;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
		background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
	}

	._Skins_SearchBar.mc-component .search-filter.selected
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: #000000 url('Images/Filter.png') no-repeat center center;
		background: url('Images/Filter.png') no-repeat center center, -moz-linear-gradient(top, #afddfb 0%, #afddfb 100%);
		background: url('Images/Filter.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afddfb), color-stop(100%,#afddfb));
		background: url('Images/Filter.png') no-repeat center center, -webkit-linear-gradient(top, #afddfb 0%, #afddfb 100%);
		background: url('Images/Filter.png') no-repeat center center, -o-linear-gradient(top, #afddfb 0%,#afddfb 100%);
		background: url('Images/Filter.png') no-repeat center center, -ms-linear-gradient(top, #afddfb 0%,#afddfb 100%);
		background: url('Images/Filter.png') no-repeat center center, linear-gradient(top, #afddfb 0%,#afddfb 100%);
	}

	._Skins_SearchBar.mc-component .search-filter-content ul li:hover
	{
		background: #ffffff;
		background: -moz-linear-gradient(top, #2199e8 0%, #2199e8 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2199e8), color-stop(100%,#2199e8));
		background: -webkit-linear-gradient(top, #2199e8 0%, #2199e8 100%);
		background: -o-linear-gradient(top, #2199e8 0%,#2199e8 100%);
		background: -ms-linear-gradient(top, #2199e8 0%,#2199e8 100%);
		background: linear-gradient(top, #2199e8 0%,#2199e8 100%);
	}

	._Skins_SearchBar.mc-component .search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_SearchBar.mc-component .search-field::-moz-placeholder
	{
		
	}

	._Skins_SearchBar.mc-component .search-field:-moz-placeholder
	{
		
	}

	._Skins_SearchBar.mc-component .search-field:-ms-input-placeholder
	{
		
	}

	ul.menu._Skins_Menu.mc-component
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component a
	{
		
	}

	ul.menu._Skins_Menu.mc-component li > a
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul > li > a
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul ul > li > a
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul ul ul > li > a
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul ul ul ul > li > a
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component li > a.selected
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component li > a:hover
	{
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul > li > a:hover
	{
		background-repeat: repeat;
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul ul > li > a:hover
	{
		background-repeat: repeat;
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul ul ul > li > a:hover
	{
		background-repeat: repeat;
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component ul ul ul ul > li > a:hover
	{
		background-repeat: repeat;
		background-color: inherit;
	}

	ul.menu._Skins_Menu.mc-component li > a.selected:hover
	{
		background-color: inherit;
	}
}

