@charset "utf-8";



/* CSS Document */

.custom-row1 { width:auto; float:left; margin:0 0 0; position:relative; z-index:99;}

.select-hide { display:none;}

.custom-text1 { float:left; font-size:14px; color:#ffffff; line-height:26px; margin:10px 21px 0 0; font-weight:300;}

.custom-select1 { width:211px; height:40px; float:right; text-align:left; border-bottom:1px solid #fff; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover .select-selected { color:#fff;}

.custom-select1 select { display:none;}

.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:66%; right:5%;}

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; max-height: 157px; overflow-y: scroll;}

.select-items div { color:#000; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#000;}

.select-selected { color:#646867; letter-spacing:0.2px; padding:13px 0 13px 0; }

.select-items div, .select-selected { cursor:pointer; font-size:13px; font-weight:200;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-text1 { width:100%; margin:0 0 0; position:relative; top:6px;}

.custom-select1 { width:100%; text-align:center;}

.select-selected { color:#ffffff; padding:10px 5% 10px 5%;}

.select-items { max-height: 157px; }

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-row1 { width:100%; background:none; margin:0 0 0; padding:0 0 0;}

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; text-align:center; margin:0 0 0;}

.select-selected { font-size:12px; color:#ffffff; letter-spacing:0.6px; padding:10px 5% 10px 5%;}

.select-items div { font-size:14px;}

.select-items { max-height: 165px; }

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-row1 { width:100%; background:none; margin:0 0 0; padding:0 0 0;}

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; text-align:center; margin:0 0 0;}

.select-selected { font-size:12px; color:#ffffff; letter-spacing:0.6px; padding:10px 5% 10px 5%;}

.select-items div { font-size:14px;}

.select-items { max-height: 165px; }

}



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

.custom-row1 { padding:4px 4px 4px 12px;}

.custom-text1 { font-size:11px; line-height:24px; margin:10px 9px 0 0;}

.custom-select1 { width:174px; height:44px;}

.select-items div, .select-selected { font-size:13px;}

.select-items { max-height: 141px; }

.select-items div, .select-selected { font-size: 11px; line-height: 13px; }

.custom-select1:after { top: 50%; }

}



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

.custom-row1 { padding:4px 4px 4px 15px;}

.custom-text1 { font-size:12px; line-height:25px; margin:10px 12px 0 0;}

.custom-select1 { width:184px; height:45px;}

.select-items div, .select-selected { font-size:13px;}

.select-items { max-height: 176px; line-height: 14px; }

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1025px) {

.select-items div, .select-selected { font-size: 13px; line-height: 15px; }

}