@charset "utf-8";



/* CSS Document */

.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}

.select-hide { display:none;}

.custom-text1 { float:left; font-size:17px; color:#a1a4a7; letter-spacing:0.4px; line-height:26px; margin:6px 14px 0 0;}

.custom-select1 { width:200px; height:40px; float:right; text-align:left; background:#00adda; border:1px solid #00adda; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:99;}

.custom-select1:hover { background:#ffffff; border:1px solid #00adda;}

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

.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:50%; right:18px;}

.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat 100% 100%;}

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}

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

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

.select-selected { color:#ffffff; padding:10px 16px 12px 16px;}

.select-items div, .select-selected { cursor:pointer; font-size:15px; letter-spacing:0.2px;}



/*Smartphone css*/

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

.custom-row1 { width:100%; margin:0 0 4.2%;}

.custom-text1 { font-size:15px; float:none; display:inline-block; margin:0 0 12px;}

.custom-select1 { width:100%; height:38px; text-align:center; position:relative; z-index:99;}

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

} 



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

.custom-row1 { width:100%; margin:0 0 4.2%;}

.custom-text1 { font-size:15px; float:none; display:inline-block; margin:0 0 12px;}

.custom-select1 { width:100%; height:38px; text-align:center; position:relative; z-index:99;}

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

}



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

.custom-row1 { width:100%; margin:0 0 4.2%;}

.custom-text1 { font-size:15px; float:none; display:inline-block; margin:0 0 12px;}

.custom-select1 { width:100%; height:38px; text-align:center; position:relative; z-index:99;}

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

}



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

.custom-row1 { margin: 0 5px 0 0;}
.custom-text1 {font-size: 11.5px;margin: 6px 5px 0 0;} 
.custom-select1 { width:165px; height:38px;}

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

}



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

.custom-row1 { margin: 0 5px 0 0;}
.custom-text1 { font-size: 16px; margin: 6px 10px 0 0;}
.custom-select1 { width:170px; height:38px;}

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

.select-selected { padding: 10px 10px 12px 10px;}




}



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

.custom-row1 { margin: 0 5px 0 0;}
.custom-text1 { font-size: 16px; margin: 6px 10px 0 0;}
.custom-select1 { width: 180px;}

}