@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { float:left; font-size:14px; color:#ffffff; letter-spacing:0; line-height:27px; margin:0 0 9px;}
.custom-select1 { width:100%; height:59px; float:right; text-align:left; background:none; border:1px solid rgba(255,255,255,0.80); border-radius:20px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#ffffff; border:1px solid #585858;}
.custom-select1:hover .select-selected { color:#585858;}
.custom-select1 select { display:none;}
.custom-select1 .select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:999;}
.custom-select1 .select-items div { color:#585858; padding:10px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#585858;}
.custom-select1 .select-selected { color:#ffffff; padding:21px 25px 21px 25px;}
.custom-select1 .select-selected:after { content:""; width:26px; height:26px; background:url(../images/custom1-circle-white-arrow.svg) no-repeat  center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/custom2-circle-gray-arrow.svg) no-repeat  center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:500; letter-spacing:2.2px; text-transform:uppercase;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { float:none; display:inline-block; margin:0 0 13px;}
.custom-select1 { width:100%; height:56px; text-align:center; border:1px solid #c2c1c1; margin:0 0 0;}
.custom-select1:hover { background:#585858; border:1px solid #585858;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected { color:#585858; padding:19px 2% 19px 2%;}
.custom-select1 .select-selected:after { background:url(../images/custom2-circle-gray-arrow.svg) no-repeat  center / 100% 100%; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/custom1-circle-white-arrow.svg) no-repeat  center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px; letter-spacing:0.2px; text-transform:inherit;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { float:none; display:inline-block; margin:0 0 13px;}
.custom-select1 { width:100%; height:56px; text-align:center; border:1px solid #c2c1c1; margin:0 0 0;}
.custom-select1:hover { background:#585858; border:1px solid #585858;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected { color:#585858; padding:19px 2% 19px 2%;}
.custom-select1 .select-selected:after { background:url(../images/custom2-circle-gray-arrow.svg) no-repeat  center / 100% 100%; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/custom1-circle-white-arrow.svg) no-repeat  center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px; letter-spacing:0.2px; text-transform:inherit;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { float:none; display:inline-block; margin:0 0 13px;}
.custom-select1 { width:100%; height:56px; text-align:center; border:1px solid #c2c1c1; margin:0 0 0;}
.custom-select1:hover { background:#585858; border:1px solid #585858;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected { color:#585858; padding:19px 2% 19px 2%;}
.custom-select1 .select-selected:after { background:url(../images/custom2-circle-gray-arrow.svg) no-repeat  center / 100% 100%; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/custom1-circle-white-arrow.svg) no-repeat  center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px; letter-spacing:0.2px; text-transform:inherit;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:100%; height:56px; margin:0 0 0;}
.custom-select1 .select-selected { padding:21px 19px 21px 19px;}
.custom-select1 .select-selected:after { right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.8px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:100%; height:57px; margin:0 0 0;}
.custom-select1 .select-selected { padding:21px 22px 21px 22px;}
.custom-select1 .select-selected:after { right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:2px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}