div.fancy-select {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #46565D;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 24px 9px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #99A5BE;
	border: 1px solid #99A5BE;
	border-top-color: #A5B2CB;
	color: #4B5468;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 200px;

	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	top: 20px;
	right: 9px;
}

div.fancy-select div.trigger.open {
	background: #4A5368;
	border: 1px solid #475062;
	color: #7A8498;
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #7A8498;
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #62C8BF;
	border-radius: 4px;
	border-top: 1px solid #7DD8D2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 200px;

	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

/*div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}*/

div.fancy-select ul.options li {
	padding: 8px 12px;
	color: #2B8686;
	cursor: pointer;
	white-space: nowrap;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background: rgba(43,134,134,0.3);
	color: rgba(255,255,255,0.75);
}

div.fancy-select ul.options li.hover {
	color: #fff;
}



/* Select 1 */

.select-1 div.fancy-select div.trigger {
	width: 100%;
	min-width: 150px;
	font-family: 'futura', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	letter-spacing: 0.5px;
	background-color: transparent;
	border-radius: 0px;
	border: 0;
	box-shadow: none !important;
	color: #494f5a;
	padding: 0px 30px 0px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-width: 100%;
}
.select-1 div.fancy-select div.trigger.open {
	background: transparent;
}
.select-1 div.fancy-select select:focus + div.trigger.open {
	color: #771e7e;
	box-shadow: none !important;
}
.select-1 div.fancy-select div.trigger:after {
	width: 0;
	height: 0;
	border: 0;
	background: none;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000000 transparent transparent transparent;
	top: 7px;
	right: 15px;
}
.select-1 div.fancy-select ul.options {
	top: 26px;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #000;
	background: #fff200;
	width: 100%;
	max-width: calc(100% + 2px);
	min-width: 0;
	padding: 0;
	left: -1px;
}
.select-1 div.fancy-select ul.options li.selected,
.select-1 div.fancy-select ul.options li.selected:hover {
	background: #EFE200;
}
.select-1 div.fancy-select ul.options li {
	font-family: 'futura', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #494f5a;
	padding: 4px 15px;
}
.select-1 div.fancy-select ul.options li:hover {
	background: #EFE200;
}


/* Select 2 */

.select-2 div.fancy-select div.trigger {
	width: 100%;
	min-width: 150px;
	font-family: 'open-sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	letter-spacing: 0.5px;
	background-color: #000;
	border-radius: 0px;
	border: 0;
	box-shadow: none !important;
	color: #fff;
	padding: 13px 30px 13px 15px;
	border-radius: 0px;
	min-width: 100%;
}
.select-2 div.fancy-select div.trigger.open {
	background: #000;
}
.select-2 div.fancy-select select:focus + div.trigger.open {
	color: #fff;
	box-shadow: none !important;
}
.select-2 div.fancy-select div.trigger:after {
	width: 0;
	height: 0;
	border: 0;
	background: none;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 23px;
	right: 10px;
}
.select-2 div.fancy-select ul.options {
	top: 48px;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #000;
	background: #000;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
}
.select-2 div.fancy-select ul.options li.selected,
.select-2 div.fancy-select ul.options li.selected:hover {
	background: #2D2D2D;
}
.select-2 div.fancy-select ul.options li {
	font-family: 'open-sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #fff;
	padding: 6px 15px;
}
.select-2 div.fancy-select ul.options li:hover {
	background: #1D1D1D;
}


/* Select 3 */

.select-3 div.fancy-select div.trigger {
	width: 100%;
	min-width: 150px;
	font-family: 'futura', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	letter-spacing: 0.5px;
	background-color: transparent;
	border-radius: 0px;
	border: 0;
	box-shadow: none !important;
	color: #fff;
	padding: 13px 30px 13px 15px;
	border-radius: 0px;
	min-width: 100%;
}
.select-3 div.fancy-select div.trigger.open {
	background: transparent;
}
.select-3 div.fancy-select select:focus + div.trigger.open {
	color: #fff;
	box-shadow: none !important;
}
.select-3 div.fancy-select div.trigger:after {
	width: 0;
	height: 0;
	border: 0;
	background: none;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 23px;
	right: 10px;
}
.select-3 div.fancy-select ul.options {
	top: 42px;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #000;
	background: #494f5a;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
}
.select-3 div.fancy-select ul.options li.selected,
.select-3 div.fancy-select ul.options li.selected:hover {
	background: #2D2D2D;
}
.select-3 div.fancy-select ul.options li {
	font-family: 'futura', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #fff;
	padding: 6px 15px;
}
.select-3 div.fancy-select ul.options li:hover {
	background: #2D2D2D;
}


/* Select 4 */

.select-4 div.fancy-select div.trigger {
	width: 100%;
	font-family: 'futura', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: left;
	text-transform: none;
	letter-spacing: 0.5px;
	background-color: #41454e;
	border-radius: 0px;
	border: 0;
	box-shadow: none !important;
	color: #fff;
	padding: 8px 30px 8px 10px;
	border-radius: 3px;
	min-width: 100%;
}
.select-4 div.fancy-select div.trigger.open {
	background: #41454e;
}
.select-4 div.fancy-select select:focus + div.trigger.open {
	color: #fff;
	box-shadow: none !important;
}
.select-4 div.fancy-select div.trigger:after {
	width: 0;
	height: 0;
	border: 0;
	background: none;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 18px;
	right: 11px;
}
.select-4 div.fancy-select ul.options {
	top: 38px;
	border-radius: 0 0 3px 3px;
	box-shadow: none;
	border: 1px solid #494f5a;
	background: #494f5a;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
}
.select-4 div.fancy-select ul.options li.selected,
.select-4 div.fancy-select ul.options li.selected:hover {
	background: #2D2D2D;
}
.select-4 div.fancy-select ul.options li {
	font-family: 'futura', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: none;
	text-align: left;
	color: #fff;
	padding: 6px 10px;
}
.select-4 div.fancy-select ul.options li:hover {
	background: #2D2D2D;
}


@media  only screen and (min-device-pixel-ratio: 1.3),
        only screen and (-webkit-min-device-pixel-ratio: 1.3),
        only screen and (-o-min-device-pixel-ratio: 13/10),
        only screen and (min-resolution: 120dpi) {
}