@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-row1 { width:auto; float:left; background:rgba(255,255,255,0.85); margin:0 0 0; padding:4px 4px 4px 20px;}
.custom-text1 { float:left; color:#000000; letter-spacing:0.6px; line-height:28px; margin:6px 18px 0 0;}
.custom-select1 { width:254px; height:40px; float:right; text-align:left; background:#010101; border:1px solid #010101; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#ffffff; border:1px solid #010101;}
.custom-select1:hover .select-selected { color:#010101;}
.custom-select1 select { display:none;}
.custom-select1 .select-selected:after { content:""; width:9px; height:12px; background:url(../images/down1-white-arrow.png) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:16px;}
.custom-select1:hover .select-selected:after { background:url(../images/down2-black-arrow.png) no-repeat center / 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#010101; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#010101;}
.select-selected { color:#ffffff; padding:12px 21px 10px 21px;}
.select-items div, .select-selected { cursor:pointer; letter-spacing:2.2px; text-transform:uppercase;}
.custom-text1, .select-items div, .select-selected { font-size:13px; font-weight:700;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-row1 { width:100%; margin:0 0 4.2%; padding:0 0 0;}
.custom-select1 { width:100%; height:44px; text-align:center; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:14px 5% 14px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1.6px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-row1 { width:100%; margin:0 0 4.2%; padding:0 0 0;}
.custom-select1 { width:100%; height:44px; text-align:center; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:14px 5% 14px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1.6px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-row1 { width:100%; margin:0 0 4.2%; padding:0 0 0;}
.custom-select1 { width:100%; height:44px; text-align:center; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:14px 5% 14px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1.6px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-row1 { padding:4px 4px 4px 14px;}
.custom-text1 { line-height:24px; margin:6px 12px 0 0;}
.custom-select1 { width:194px; height:38px; margin:0 0 0;}
.select-selected { padding:12px 15px 10px 15px;}
.custom-text1, .select-items div, .select-selected { font-size:11px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-row1 { padding:4px 4px 4px 17px;}
.custom-text1 { line-height:26px; margin:6px 15px 0 0;}
.custom-select1 { width:224px; height:39px; margin:0 0 0;}
.select-selected { padding:12px 18px 10px 18px;}
.custom-text1, .select-items div, .select-selected { font-size:12px;}
}

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

}