@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-text1 { float:left; font-size:15px; color:#575656; line-height:30px; margin:5px 13px 0 0;}

.custom-select1 { width:260px; height:39px; float:left; text-align:left; background:none; border:1px solid rgba(87,86,86,0.2); transition:all 0.25s ease-out 0s; margin:0 0 0; border-radius:30px; position:relative; z-index:999999;}

.custom-select1:hover { background:#ad32a3;}

.custom-select1:hover .select-selected { color:#ffffff;}

.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:53%; right:7.1%;}

.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:#404041; padding:10px 16px;}

.select-items div:hover { color:#ffffff; background:#ad32a3;}

.select-selected { color:#575656; padding:8px 20px 11px 20px;}

.select-items div, .select-selected { font-size:15px; 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%;}

} 



@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%;}

}


@media screen and (min-width:768px) and (max-width:900px) {

.custom-select1 { width:200px; height:36px;}
.select-items div, .select-selected{
	padding: 10px 10px;
    line-height: normal;
    font-size: 14px;
}

}
@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%;}

}







@media screen and (min-width:901px) and (max-width:1024px) {

.custom-select1 { width:260px; height:38px;}

}



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

.custom-select1 { width:260px; height:38px;}

}