@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:9px 16px 0 0;}
.custom-select1 { width:174px; float:left; text-align:left; background:none; border-bottom:1px solid #0f181e; padding:13px 0 13px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; cursor: pointer;}
.custom-select1:hover .select-selected { color:#0b9ee0;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:9px; height:9px; background:url(../images/custom-down-arrow1.svg) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:0;}
.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; overflow-y:scroll; max-height:155px;}
.select-items div { color:#e5a28e; padding:10px 10px;}
.select-items div:hover { color:#ffffff; background:#0b9ee0;}
.select-items div { cursor:pointer; font-size:13px; color:#0f181e;}
.custom-text1, .select-selected { font-size:15px; color:#0f181e;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { margin:9px 10px 0 0;}
.custom-select1 { width:125px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { margin:9px 13px 0 0;}
.custom-select1 { width:150px;}

}

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