@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { float:left; font-size:15px; color:#335c6e; letter-spacing:0.4px; line-height:25px; margin:6px 14px 0 0;}
.custom-select1 { width:230px; height:37px; float:left; text-align:left; background:none; border:1px solid #003b51; border-radius:10px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:999999;}
.custom-select1:hover { background:#335c6e;}
.custom-select1:hover .select-selected { color:#91d9d7;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:11px; height:7px; background:url(../images/custom-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:8%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#335c6e; padding:10px 16px;}
.select-items div:hover { color:#91d9d7; background:#335c6e;}
.select-selected { color:#335c6e; padding:11px 10.4% 11px 10.4%;}
.select-items div, .select-selected { font-size:11.5px; letter-spacing:1.4px; text-transform:uppercase; cursor:pointer;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:38px; text-align:center; margin:0 0 0;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { font-size:11px; letter-spacing:1px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:38px; text-align:center; margin:0 0 0;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { font-size:11px; letter-spacing:1px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:38px; text-align:center; margin:0 0 0;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { font-size:11px; letter-spacing:1px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { font-size:13px; display:none; margin:5px 18px 0 0;}
.custom-select1 { width:170px; height:34px;}
.select-items div, .select-selected { font-size:9.5px; letter-spacing:1px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { font-size:13px; display:none; margin:5px 18px 0 0;}
.custom-select1 { width:200px; height:35px;}
.select-items div, .select-selected { font-size:10.5px; letter-spacing:1px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-text1 { font-size:13px; display:none; margin:5px 18px 0 0;}
}