@font-face {
    font-family: 'CenturyGothic';
    src: url('font/CenturyGothic.eot');
    src: url('font/CenturyGothic.eot') format('embedded-opentype'), url('font/CenturyGothic.woff2') format('woff2'), url('font/CenturyGothic.woff') format('woff'), url('font/CenturyGothic.ttf') format('truetype'), url('font/CenturyGothic.svg#CenturyGothic') format('svg');
}

.selectric-wrapper {
    cursor: pointer;
    font-weight: 400;
    position: relative;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c7c7c7  !important;
    height: 2.5rem;
    position: relative;
    text-transform: uppercase;
	font-family:"CenturyGothic", Arial, Helvetica, sans-serif, Verdana;
}
.selectric .label {
    color: #006eb9;
    display: block;
    font-size: 14px;
    line-height: 2.25rem;
    margin: 0 38px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:"CenturyGothic", Arial, Helvetica, sans-serif, Verdana;
}
.selectric .button {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #c7c7c7 !important;
    color: #030303 !important;
    display: block;
    font-size: 20px;
    height: 38px;
    opacity: 1 !important;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
}
.selectric .button::after {
    bottom: 0;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.selectric .button .fa-caret-up, .selectric-open .selectric .button .fa-caret-down {
    display: none;
}
.selectric-open .selectric .button .fa-caret-up, .selectric .button .fa-caret-down {
    display: block;
    line-height: 1.5em;
}
.selectric-hover .selectric {
    border-color: #c7c7c7;
	color:#fff;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
	
}
.selectric-hover .selectric .button::after {
    border-top-color: #c7c7c7;

}
.selectric-open {
    z-index: 100;
}
.selectric-open .selectric {
    border-color: #c7c7c7;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    -moz-user-select: none;
    cursor: default;
    opacity: 0.5;
}
.selectric-hide-select {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 0;
}
.selectric-hide-select select {
    display: none;
    left: -100%;
    position: absolute;
}
.selectric-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: medium none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}
.selectric-temp-show {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important;
}
.selectric-items {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c7c7c7;
    display: none;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    bottom: 100%;
    top: auto;
}
.selectric-items ul, .selectric-items li {
    font-size: 1rem;
    line-height: 2.25rem;
    list-style: outside none none;
    margin: 0;
    min-height: 20px;
    padding: 0;
}
.selectric-items li {
    border-bottom: 1px solid #c7c7c7  ;
    color: #006eb9;
    cursor: pointer;
    display: block;
    padding: 0 13px;
    line-height: 2.6875rem;
    text-transform: uppercase;
    font-size: 14px;
    font-family:"CenturyGothic", Arial, Helvetica, sans-serif, Verdana;
}
.selectric-items li:last-child {
    border-bottom: 0 none;
}
.selectric-items li.selected {
    background: #006eb9 none repeat scroll 0 0;
    color: #fff;
}
.selectric-items li:hover {
    background: #006eb9 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.selectric-items li.selected:hover {
    color: #fff;
}
.selectric-items .disabled {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #666 !important;
    cursor: default !important;
    opacity: 0.5;
}
.selectric-items .selectric-group .selectric-group-label {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    cursor: default;
    font-weight: bold;
    padding-left: 10px;
}
.selectric-items .selectric-group.disabled li {
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
