@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { width:240px; height:60px; float:right; text-align:left; background:none; border:1px solid #ffffff; border-radius:30px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#ffffff; border:1px solid #0196e3;}
.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:#0196e3; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { color:#ffffff; padding:21px 24px 21px 24px;}
.select-items div:hover { color:#0196e3; background:#ffffff;}
.select-selected { color:#ffffff; padding:21px 24px 21px 24px;}
.custom-select1:hover .select-selected { color:#0196e3;}
.select-items div, .select-selected { font-size:15px; font-weight:400; letter-spacing:0.2px; text-transform:uppercase; cursor:pointer; font-family: 'glacial-indifference-bold';}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; float:left; border-color:#0196e3; margin:12px 0 0;}
.select-selected { color:#0196e3; padding:20px 5% 21px;}
.custom-select1:after { background:url(../images/custom-arrow11.png) no-repeat; right:5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; float:left; border-color:#0196e3; margin:12px 0 0;}
.select-selected { color:#0196e3; padding:20px 5% 21px;}
.custom-select1:after { background:url(../images/custom-arrow11.png) no-repeat; right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; float:left; border-color:#0196e3; margin:12px 0 0;}
.select-selected { color:#0196e3; padding:20px 5% 21px;}
.custom-select1:after { background:url(../images/custom-arrow11.png) no-repeat; right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.select-items div, .select-selected { font-size:12px;}
.custom-select1 { width:196px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.select-items div, .select-selected { font-size:12px;}
.custom-select1 { width:196px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}