@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { width:66.4%; height:43px; float:left; text-align:left; background:#3b8a84; border-radius:6px; border:1px solid #3b8a84; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat center / cover; transform:translateY(-50%); position:absolute; top:50%; right:5%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat center / cover;}
.select-items { background:#44555f; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { color:#ffffff; padding:8px 16px;}
.select-items div:hover { background:#3b8a84;}
.select-selected { color:#ffffff;}
.custom-select1:hover .select-selected { color:#3b8a84;}
.custom-text1 { float:left; font-size:20px; font-weight:400; color:#ffffff; line-height:30px; margin:7px 4.88% 0 0;}
.select-items div, .select-selected { font-size:15px; font-weight:400; letter-spacing:1.2px; text-transform:uppercase; cursor:pointer; padding:11px 9% 11px 9%; font-family: 'Centurygothic-bold-font';}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { float:none; color:#3b8a84;}
.custom-select1 { width:100%; text-align:center; float:left; margin:13px 0 0;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { padding:11px 5% 11px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { float:none; color:#3b8a84;}
.custom-select1 { width:100%; text-align:center; float:left; margin:13px 0 0;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { padding:11px 5% 11px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { float:none; color:#3b8a84;}
.custom-select1 { width:100%; text-align:center; float:left; margin:13px 0 0;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { padding:11px 5% 11px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { font-size:16px;}
.select-items div, .select-selected { font-size:13px; padding:13px 9% 13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { font-size:18px;}
.select-items div, .select-selected { font-size:14px; padding:12px 9% 12px;}
}

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

}