@charset "utf-8";

/* CSS Document */
.custom-row1 { width:100%; float:left; margin:28px 0 0;}
.custom-select1 { width:300px; float:none; text-align:left; background:none; border:3px solid #ffffff; border-radius:30px; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 10px 0 0; position:relative; z-index:999;}
.custom-select1:hover { background:#accc57; border:3px solid #accc57;}
.custom-select1:hover .select-selected { color:#f8f8fa;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; height:186px; overflow-y:scroll;}
.custom-select1 .select-items div { color:#85bce8; padding:10px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#accc57;}
.custom-select1 .select-selected { color:#ffffff; padding:9px 28px 12px 28px; font-family: 'glacial-bold-font';}
.custom-select1 .select-selected:after { content:""; width:10px; height:7px; background:url(../images/down1-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:24px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; letter-spacing:0.50px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-row1 { width:100%; margin:12px 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0; border-color:#adcc58; z-index:999;}
.custom-select1 .select-selected { padding:9px 5% 12px 5%; color:#adcc58;}
.custom-select1 .select-selected:after { right:5%; background:url(../images/down2-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-selected:hover:after { right:5%; background:url(../images/down1-arrow.svg) no-repeat center / 100% 100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-row1 { width:100%; margin:12px 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0; border-color:#adcc58; z-index:999;}
.custom-select1 .select-selected { padding:9px 5% 12px 5%; color:#adcc58;}
.custom-select1 .select-selected:after { right:5%; background:url(../images/down2-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-selected:hover:after { right:5%; background:url(../images/down1-arrow.svg) no-repeat center / 100% 100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-row1 { width:100%; margin:12px 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0; border-color:#adcc58; z-index:999;}
.custom-select1 .select-selected { padding:9px 5% 12px 5%; color:#adcc58;}
.custom-select1 .select-selected:after { right:5%; background:url(../images/down2-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-selected:hover:after { right:5%; background:url(../images/down1-arrow.svg) no-repeat center / 100% 100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-row1 { margin:22px 0 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-row1 { margin:22px 0 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-row1 { margin:22px 0 0;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .select-selected { padding-top:13px;}
}