@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { float:left; font-size:19px; color:#ffffff; letter-spacing:0.4px; line-height:31px; margin:12px 16px 0 0;}
.custom-select1 { width:260px; height:55px; float:left; text-align:left; background:#a2125d; border:1px solid #a2125d; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:99;}
.custom-select1:hover { background:#ffffff; border:1px solid #ffffff;}
.custom-select1:hover .select-selected { color:#a2125d;}
.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:8.4%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#ffffff; border-radius:18px; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { font-size:15px; color:#a2125d; padding:10px 16px;}
.select-items div:hover { color:#ffffff; background:#a2125d;}
.select-selected { font-size:19px; color:#ffffff; /*padding:14px 8.4% 16px 8.4%;*/ padding: 13px 8.4% 16px;
    line-height: normal !important;}
.select-items div, .select-selected { letter-spacing:0.4px; cursor:pointer; border-radius:40px;}
.select-items div, .select-selected, .custom-text1 { font-family: 'Neutra-bold-font';}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { float:none; font-size:14px; line-height:20px; display:none; margin:0 0 16px;}
.custom-select1 { width:100%; height:auto; text-align:center; margin:0 0 4.2%;}
.custom-select1:hover { border:1px solid #a2125d;}
.select-selected { padding:14px 2% 16px 2%;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { font-size:14px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { float:none; font-size:14px; line-height:20px; display:none; margin:0 0 16px;}
.custom-select1 { width:100%; height:auto; text-align:center; margin:0 0 4.2%;}
.custom-select1:hover { border:1px solid #a2125d;}
.select-selected { padding:14px 2% 16px 2%;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { font-size:14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { float:none; font-size:14px; line-height:20px; display:none; margin:0 0 16px;}
.custom-select1 { width:100%; height:48px; text-align:center; margin:0 0 4.2%;}
.custom-select1:hover { border:1px solid #a2125d;}
.select-selected { padding:14px 2% 16px 2%;}
.custom-select1:after { right:5%;}
.select-items div, .select-selected { font-size:14px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:44px;}
.select-selected { padding:11px 8.4% 16px 8.4%;}
.select-items div, .select-selected { font-size:13px; letter-spacing:0.2px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:48px;}
.select-selected { padding:13px 8.4% 16px 8.4%;}
.select-items div, .select-selected { font-size:15px; letter-spacing:0.3px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-text1 { display:none;}
.custom-select1 { width:230px; height:52px;}
.select-items div, .select-selected { font-size:17px; letter-spacing:0.4px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.custom-text1 { display:none;}
}