.select2-container{
	margin: 0 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	z-index: 1000;
	text-align: left;
	}
#lang-form-wrap .select2-container{
	max-width: 255px;
	float: left;
	margin-right: 10px;
	}
#criterion .select2-container.sel-crit{
	max-width: 100%;
	}
main.products #criterion .select2-container.sel-crit{
	max-width: 100%;
	}
#model .select2-container.sel-date{
	max-width: 430px;
	width: auto;
	position: absolute;
	left: 210px;
	right: 45px;
	top: 22px;
	}
.select2-container a:hover{
	opacity: 1;
	}
#landing .select2-container{
	margin: 0 0 11px;
	}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
	-webkit-box-sizing: border-box; /* webkit */
	-moz-box-sizing: border-box; /* firefox */
	box-sizing: border-box; /* css3 */
	}
.select2-container .select2-choice{
	display: block;
	height: 29px;
	padding: 0 46px 0 12px;
	overflow: visible;
	position: relative;
	white-space: nowrap;
	line-height: 27px !important;
	color: #000 !important;
	text-decoration: none !important;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	font: normal 14px arial, sans-serif;
	text-overflow: ellipsis;
	border: 1px solid #bdbdbd;
	z-index: 10000;
	}
.lang-sel.select2-container .select2-choice{
	padding: 0 16px 0 12px;
	}
#landing .select2-container .select2-choice{
	border: none;
	height: 39px;
	line-height: 39px !important;
	padding: 0 50px 0 26px;
	font-family: "FuturaStd-Book", sans-serif;
	font-size: 15px;
	}
#cat-nav-wrap.large .select2-container.sel-date .select2-choice{
	text-transform: uppercase;
	}
.select2-container .select2-choice > .select2-chosen{
	margin-right: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 16px;
	}
.lang-sel.select2-container .select2-choice{
	background: transparent;
	border: transparent;
	}
.lang-sel.select2-container .select2-choice > .select2-chosen{
	color: white;
	font-family: 'Futura-Heavy', sans-serif;
	font-size: 20px;
	overflow: visible;
	text-transform: uppercase;
	}
/*.lang-select-drop{
	width: 70px !important;
	}
.landing-page .lang-select-drop ul.select2-results li{
	font-family: 'Futura-Heavy', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	}*/
.select2-container .select2-choice abbr{
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: 0;
	}
.select2-container.select2-allowclear .select2-choice abbr{
	display: inline-block;
	}
.select2-container .select2-choice abbr:hover{
	cursor: pointer;
	}
.select2-drop-mask{
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	/* styles required for IE to work */
	background-color: #fff;
	filter: alpha(opacity=0);
	}
.select2-drop, .sel-crit-drop{
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #fff;
	margin-top: 2px;
	padding: 4px 0;
	}
.sel-crit-drop{
	background: #f0efef;
	}
.select2-drop-auto-width{
	width: auto;
	}
.select2-drop-auto-width .select2-search{
	/*padding-top: 4px;*/
	}
.select2-drop.select2-drop-above{
	}
.select2-drop-active{
	}
.select2-drop.select2-drop-above.select2-drop-active{
	}
.select2-container .select2-choice .select2-arrow{
	display: inline-block;
	width: 30px;
	height: 29px;
	position: absolute;
	right: -1px;
	top: -1px;
	background-clip: padding-box;
	}
.select2-container.sel-crit .select2-choice .select2-arrow{
	width: 33px;
	height: 33px;
	right: 15px;
	top: 0;
	}
.vacancy-list li .select2-container.sel-crit .select2-choice .select2-arrow{
	right: 0;
	}
.select2-container.sel-date .select2-choice .select2-arrow{
	width: 37px;
	height: 37px;
	right: 5px;
	top: 1px;
	}
.select2-container .select2-choice .select2-arrow b{
	display: block;
	width: 100%;
	height: 100%;
	}
.lang-sel.select2-container .select2-choice .select2-arrow{
	width: 16px;
	}
.lang-sel.select2-container .select2-choice .select2-arrow b{
	background: url("../i/sel-date-arrow-m.png") no-repeat -9px -1px;
	}
.lang-sel.select2-dropdown-open .select2-choice .select2-arrow b{
	background: url('../i/sel-date-arrow-m.png') no-repeat -9px -32px;
	}
#lang-form-wrap .select2-container .select2-choice .select2-arrow b, #landing .select2-container .select2-choice .select2-arrow b{
	background: url('../i/sel-lang-arrow.png') no-repeat -9px -32px;
	}
.select2-search{
	width: 100%;
	height: auto !important;
	min-height: 1px !important;
	margin: 0 !important;
	padding: 0 4px 0;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
	display: none !important;
	}
.select2-search input{
	width: 100%;
	height: 24px !important;
	padding: 0 30px 0 12px;
	line-height: 24px !important;
	margin: 0 !important;
	outline: 0;
	font: normal 12px arial, sans-serif;
	color: #000;
	border: 1px solid #bdbdbd;
	background-position: 100% -142px !important;
	}
.select2-search input:focus{
	-webkit-box-shadow: 0 0 2px rgba(240, 104, 126, 0.5);
	-moz-box-shadow: 0 0 2px rgba(240, 104, 126, 0.5);
	box-shadow: 0 0 2px rgba(240, 104, 126, 0.5);
	border-color: #a83a7f;
	}
.select2-drop.select2-drop-above .select2-search input{
	margin-top: 0;
	}
.select2-search input.select2-active{
	background: #fff;
	}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices{
	/*border: 1px solid #5897fb;*/
	outline: none;
	}
.select2-dropdown-open .select2-choice{
	/*border-bottom-color: transparent;*/
	}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices{
	/*border: 1px solid #5897fb;*/
	/*border-top-color: transparent;*/
	}
.select2-dropdown-open .select2-choice .select2-arrow{
	background: transparent;
	/*border-left: none;*/
	filter: none;
	}
.select2-dropdown-open .select2-choice .select2-arrow b{

	}
#lang-form-wrap .select2-dropdown-open .select2-choice .select2-arrow b, #landing .select2-dropdown-open .select2-choice .select2-arrow b{
	background-position: 0 -27px;
	}
.select2-dropdown-open.sel-crit .select2-choice .select2-arrow b{
	background-position: 0 -31px;
	}
.select2-dropdown-open.sel-date .select2-choice .select2-arrow b{
	background-position: 0 -37px;
	}
.vacancy-list li .select2-dropdown-open.sel-crit .select2-choice .select2-arrow b{

	}
/* results */
ul.select2-results{
	max-height: 159px;
	padding: 0;
	margin: 0 !important;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	}
.lang-select-drop ul.select2-results{
    max-height: 100%;
}
ul.select2-results ul.select2-result-sub{
	margin: 0;
	padding-left: 0;
	}
ul.select2-results li{
	list-style: none;
	display: list-item;
	background-image: none;
	line-height: 17px;
	text-align: left;
	font-size: 14px;
	color: #000;
	margin: 0 4px;
	border-bottom: 1px solid #e4e3e3;
	padding: 0;
	}
.landing-page ul.select2-results li{
	border: none;
	padding-left: 0;
	font-family: "FuturaStd-Book",sans-serif;
	font-size: 15px;
	}
ul.select2-results li:last-child{
	border: none;
	}
ul.select2-results li.select2-result-with-children > .select2-result-label{
	font-weight: bold;
	}
ul.select2-results .select2-result-label{
	padding: 7px 17px 7px 10px;
	margin: 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
/*.lang-select-drop ul.select2-results .select2-result-label{
	padding: 7px 5px 7px 0;
	}*/
ul.select2-results .select2-highlighted{
	font-size: 14px;
	background: #099;
	color: #fff;
	}
ul.select2-results li em{
	background: #feffde;
	font-style: normal;
	}
ul.select2-results .select2-highlighted em{
	background: transparent;
	}
ul.select2-results .select2-highlighted ul{
	background: #fff;
	color: #000;
	}
ul.select2-results .select2-no-results,
ul.select2-results .select2-searching,
ul.select2-results .select2-selection-limit{
	background: #f4f4f4;
	display: list-item;
	}
/*
disabled look for disabled choices in the results dropdown
*/
ul.select2-results .select2-disabled.select2-highlighted{
	color: #666;
	background: #efefef;
	display: list-item;
	cursor: default;
	}
ul.select2-results .select2-disabled{
	background: #efefef;
	display: list-item;
	cursor: default;
	}
ul.select2-results .select2-selected{
	display: none;
	}
.select2-more-results.select2-active{
	background: #f4f4f4 url('../i/select2-loader.gif') no-repeat 100%;
	}
.select2-more-results{
	background: #f4f4f4;
	display: list-item;
	}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice{
	background-color: #efefef;
	/*background-image: none;*/
	/*border: 1px solid #ddd;*/
	cursor: default;
	}
.select2-container.select2-container-disabled .select2-choice .select2-arrow{
	/*background-color: #efefef;*/
	/*background-image: none;*/
	/*border-left: 0;*/
	}
.select2-container.select2-container-disabled .select2-choice abbr{
	display: none;
	}
/* multiselect */
.select2-container-multi .select2-choices{
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #d7d7d7;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	}
.select2-locked{
	padding: 3px 5px 3px 5px !important;
	}
.select2-container-multi .select2-choices{
	min-height: 26px;
	}
.select2-container-multi.select2-container-active .select2-choices{
	/*border: 1px solid #5897fb;*/
	outline: none;
	}
.select2-container-multi .select2-choices li{
	float: left;
	list-style: none;
	}
.select2-container-multi .select2-choices .select2-search-field{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}
.select2-container-multi .select2-choices .select2-search-field input{
	padding: 5px;
	margin: 1px 0;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	background: transparent !important;
	}
.select2-container-multi .select2-choices .select2-search-field input.select2-active{
	background: #fff url('../i/select2-loader.gif') no-repeat 100% !important;
	}
.select2-default{
	color: #8c8c8c !important;
	}
.select2-container-multi .select2-choices .select2-search-choice{
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #d7d7d7;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
	}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{
	cursor: default;
	}
.select2-container-multi .select2-choices .select2-search-choice-focus{
	background: #d4d4d4;
	}
.select2-search-choice-close{
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	}
.select2-container-multi .select2-search-choice-close{
	left: 3px;
	}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{
	background-position: right -11px;
	}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{
	background-position: right -11px;
	}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
	}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
	}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{
	display: none;
	background: none;
	}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match{
	text-decoration: underline;
	}
.select2-offscreen, .select2-offscreen:focus{
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0 !important;
	top: 0 !important;
	}
.select2-display-none{
	display: none;
	}
.select2-measure-scrollbar{
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
	}
.select2-container.error .select2-drop,
.select2-container.error .select2-choice{
	border-color: #c00;
	}
.select2-hidden-accessible{
	display: none;
	}
.division-sel.select2-container .select2-choice, .langs-sel.select2-container .select2-choice{
	height: 39px;
	line-height: 37px !important;
	color: black;
	border-color: #fff;
	font-size: 15px;
	font-family: "FuturaStd-Book",sans-serif;
	}
.division-sel.select2-container .select2-choice .select2-arrow, .langs-sel.select2-container .select2-choice .select2-arrow{
	height: 39px;
	width: 39px;
	}
.division-sel.select2-container .select2-choice .select2-arrow b, .langs-sel.select2-container .select2-choice .select2-arrow b{
	background: url("../i/sel-lang-arrow.png") no-repeat 50% 5px;
	}
.division-sel.select2-dropdown-open .select2-choice .select2-arrow b, .langs-sel.select2-dropdown-open .select2-choice .select2-arrow b{
	background: url("../i/sel-lang-arrow.png") no-repeat 50% -28px;
	}