@charset "utf-8";



/* CSS Document */

.custom-row1 { width:auto; float:left; margin:0 0 0;}

.select-hide { display:none;}

.custom-text1 { float:left; color:#ffffff; line-height:28px; margin:6px 11px 0 0;}

.custom-select1 { width:100%; height:39px; float:left; text-align:left; border-bottom:1px solid rgba(255,255,255,1); transition:all 0.25s ease-out 0s; position:relative; margin:0 0 22px;}

/*.custom-select1:hover { background:#ffffff; border:1px solid #f4d58d;}*/

.custom-select1:hover .select-selected { color:rgba(255,255,255,0.80);}

.custom-select1 select { display:none;}

.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:16px;}

.select-items { background:#fff; position:absolute; top:102%; left:0; right:0; z-index:99;}

.select-items div { color:#172337; cursor:pointer; padding:10px 18px;}

.select-items div:hover { color:rgba(255,255,255,0.80); background:#172337;}

.select-selected { color:rgba(255,255,255,0.80); cursor:pointer; padding:11px 0 11px 0;}

.custom-text1, .select-items div, .select-selected { font-size:11.26px; letter-spacing:4px; text-transform:uppercase; font-family: "Jost", sans-serif; font-weight: 500;}



.contac-wrapp .custom-select1 { width:48%; float:right; border-bottom:1px solid #333338;}

.contac-wrapp .select-selected { color:rgba(25,35,55,0.8)}

.contac-wrapp .custom-select1:hover .select-selected { color:#000000;}

.contac-wrapp .custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow2.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:16px;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1:after { right:5%;}

.contac-wrapp .custom-select1 { width:100%;}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1:after { right:5%;}

.contac-wrapp .custom-select1 { width:100%;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1:after { right:5%;}

.contac-wrapp .custom-select1 { width:100%;}

}



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

}



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



}



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



}