@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { color:#ffffff; line-height:25px; display:inline-block; margin:14px 26px 0 0;}
.custom-select1 { width:230px; height:52px; float:right; text-align:left; background:rgba(70,104,104,0.40); border:1px solid #c5df7d; border-radius:4px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:none; border:1px solid #466868;}
.custom-select1:hover .select-selected { color:#466868;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:22px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#466868; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { color:#ffffff; padding:8px 16px;}
.select-items div:hover { color:#466868; background:#ffffff;}
.select-selected { color:#ffffff;}
.select-items div, .select-selected { cursor:pointer; padding:17px 22px 17px 22px;}
.custom-text1, .select-items div, .select-selected { font-size:14px; letter-spacing:0.4px; text-transform:uppercase; font-family: 'glacial-indifference-bold-font';}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; color:#9eca27; margin:0 0 12px;}
.custom-select1 { width:100%; text-align:center; background:none; margin:0 0 0;}
.select-selected { color:#9eca27;}
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat; right:5%;}
.select-items div, .select-selected { padding:17px 5% 17px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; color:#9eca27; margin:0 0 12px;}
.custom-select1 { width:100%; text-align:center; background:none; margin:0 0 0;}
.select-selected { color:#9eca27;}
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat; right:5%;}
.select-items div, .select-selected { padding:17px 5% 17px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; color:#9eca27; margin:0 0 12px;}
.custom-select1 { width:100%; text-align:center; background:none; margin:0 0 0;}
.select-selected { color:#9eca27;}
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat; right:5%;}
.select-items div, .select-selected { padding:17px 5% 17px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:46px;}
.custom-select1:after { right:10%;}
.select-items div, .select-selected { padding:15px 10% 15px 10%;}
.custom-text1, .select-items div, .select-selected { font-size:12px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:49px;}
.custom-select1:after { right:10%;}
.select-items div, .select-selected { padding:16px 10% 16px 10%;}
.custom-text1, .select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%;}
.custom-select1:after { right:10%;}
.select-items div, .select-selected { padding:16px 10% 16px 10%;}
}