@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { color:#ffffff; line-height:50px; display:inline-block; margin:0 0 0;}
.custom-select1 { width:250px; height:50px; float:right; text-align:left; background:none; border:1px solid #ffffff; border-radius:8px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#87764f;}
.custom-select1:hover .select-selected { color:#ffffff;}
.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:14px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#231f20; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { color:#ffffff; padding:8px 16px;}
.select-items div:hover { color:#87764f; background:#ffffff;}
.select-selected { color:#ffffff;}
.select-items div, .select-selected { cursor:pointer; padding:15px 28px 15px 28px;}
.custom-text1, .select-items div, .select-selected { font-size:15px; letter-spacing:1.2px; text-transform:uppercase; font-family: 'Jost', sans-serif; font-weight: 700;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-row1 { width:100%; margin:0 0 4%;}
.custom-text1 { width:100%; color:#8a8788; margin:0 0 4px;}
.custom-select1 { width:100%; text-align:center; float:left; margin:0 0 0; border-color:#8a8788;}
.custom-select1:after { right:5%; background:url(../images/custom-arrow3.png) no-repeat;}
.select-items div, .select-selected { font-size:15px; padding:12px 5% 12px;}
.select-selected { color:#8a8788;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-row1 { width:100%; margin:0 0 4%;}
.custom-text1 { width:100%; color:#8a8788; margin:0 0 4px;}
.custom-select1 { width:100%; text-align:center; float:left; margin:0 0 0; border-color:#8a8788;}
.custom-select1:after { right:5%; background:url(../images/custom-arrow3.png) no-repeat;}
.select-items div, .select-selected { font-size:15px; padding:12px 5% 12px;}
.select-selected { color:#8a8788;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-row1 { width:100%; margin:0 0 4%;}
.custom-text1 { width:100%; color:#8a8788; margin:0 0 4px;}
.custom-select1 { width:100%; text-align:center; float:left; margin:0 0 0; border-color:#8a8788;}
.custom-select1:after { right:5%; background:url(../images/custom-arrow3.png) no-repeat;}
.select-items div, .select-selected { font-size:15px; padding:12px 5% 12px;}
.select-selected { color:#8a8788;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-row1 { width:228px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-row1 { width:228px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-row1 { width:228px;}
}