@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-text1 { float:left; color:#ffffff; letter-spacing:0; line-height:22px; margin:0 0 10px 0; font-size:15px; color:#ffffff;}
.custom-select1 { width:100%; height:50px; float:right; text-align:left; border:1px solid #cda251; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; border-radius:5px;}
.custom-select1:hover { background:#cda251; border:1px solid #cda251;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:13px; height:7px; background:url(../images/custom-down-arrow1.svg) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:22px;}
.custom-select1:hover:after { background:url(../images/custom-down-arrow2.svg) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#cda251; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#cda251;}
.select-selected { padding:12px 22px 12px 22px;}
.select-items div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0;}
.select-items div, .select-selected { font-size:15px; color:#cda251;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { display:none;}
.custom-select1 { text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { display:none;}
.custom-select1 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { display:none;}
.custom-select1 { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:222px;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}