@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?-rdnm34');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.cs-skin-border {
	background: transparent;
	font-size: 16px;
	color: #252525;
	font-weight: normal;
	width: 140px;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border { font-size: 1em; }
}

.cs-skin-border > span {
	background-color: #fff;
	border: none;
	height: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: inherit;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'Glyphicons Halflings';
	content: '\e252';
	color: #cccccc;
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {    
	right: 0em;
	font-family: 'icomoon';
	content: '\e00e';
	font-weight: bolder;
	color: #73ab26;
	font-size: 30px !important;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
	background: #fff;
	color: #252525;
}

.cs-skin-border .cs-options {
	color: #252525;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	margin-top: 5px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
  	border-radius: 3px;
  	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
  	/* overflow-y:auto; */
  	overflow: auto;
  	max-height: 300px;
}

.cs-skin-border ul span {
	padding: 1em 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-border .cs-options li span{
	border-bottom: 1px solid #ccc;
    margin: 0 20px;
    padding: 20px 0px;
}
.cs-skin-border .cs-options li:last-child span{
	border-bottom: 0px;
}
.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	
	margin: 0 20px;
}
.cs-skin-border .cs-options li:hover{
	background-color: #EBEBEB;
	background-size: 100%;
}

/* NEW SKIN BORDER */


div.cs-skin-border-1 {
	background: transparent;
	font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
	color: #252525;
	font-weight: normal;
	width: auto;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border-1 { font-size: 1em; }
}

.cs-skin-border-1 > span {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	height: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: inherit;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #252525;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border-1 > span::after,
.cs-skin-border-1 .cs-selected span::after {
	font-family: 'Glyphicons Halflings';
	content: '\e252';
	color: #ccc;
	font-size: 10px !important;
	margin-left: 10px;
}

.cs-skin-border-1 ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border-1 .cs-selected span::after {    
	right: 0em;
	font-family: 'icomoon';
	content: '\e00e';
	font-weight: bolder;
	color: #73ab26;
	font-size: 30px !important;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border-1.cs-active > span {
	background: #fff;
	color: #252525;
	text-decoration: none;
}

.cs-skin-border-1 .cs-options {
	color: #252525;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border-1.cs-active .cs-options {
	margin-top: 4px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
  	border-radius: 3px;
  	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
  	width: 100%;
}

.cs-skin-border-1 ul span {
	padding: 1em 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-border-1 .cs-options li span{
	border-bottom: 1px solid #ccc;
    margin: 0 20px;
    padding: 20px 0px;
}
.cs-skin-border-1 .cs-options li:last-child span{
	border-bottom: 0px;
}
.cs-skin-border-1 .cs-options li span:hover,
.cs-skin-border-1 li.cs-focus span {
	
	margin: 0 20px;
}
.cs-skin-border-1 .cs-options li:hover span{
	border-bottom: 1px solid transparent;
}
.cs-skin-border-1 .cs-options li:hover{
	background-color: #EBEBEB;
	background-size: 100%;
	border-top: 1px solid transparent;
	margin-top: -1px;
	position: relative;
}

.w185{
	width: 185px !important
}

.w111{
	width: 111px !important
}

.w235{
	width: 235px !important
}