@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-row1 { width:auto; float:right;}

.custom-text1 { font-size:19px; color:#ffffff; letter-spacing:0.8px; line-height:29px; display:inline-block; margin:10px 17px 0 0; font-family: 'futura-medium-font';}

.custom-select1 { width:274px; height:48px; float:right; text-align:left; background:#43563e; border:1px solid #43563e; border-radius:6px; transition:all 0.25s ease-out 0s; position:relative;}

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

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

.custom-select1 select { display:none;}

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

.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:#43563e; padding:8px 16px;}

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

.select-selected { color:#ffffff;}

.select-items div, .select-selected { font-size:14.77px; letter-spacing:1.2px; text-transform:uppercase; cursor:pointer; padding:16px 20px 14px 20px; text-transform:uppercase; font-family: 'futura-bold-font';}



/*Smartphone css*/

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

.custom-row1 { width:100%; float:left;}

.custom-text1 { display:none;}

.custom-select1 { width:100%; text-align:center; border-radius:8px; margin:0 0 0; position:relative; z-index:99;}

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

.select-items div, .select-selected { font-size:12.77px; letter-spacing:0.8px; padding:16px 5% 16px 5%;}

} 



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

.custom-row1 { width:100%; float:left;}

.custom-text1 { display:none;}

.custom-select1 { width:100%; text-align:center; border-radius:8px; margin:0 0 0; position:relative; z-index:99;}

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

.select-items div, .select-selected { font-size:12.77px; letter-spacing:0.8px; padding:13px 5% 16px 5%;}

}



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

.custom-row1 { width:100%; float:left;}

.custom-text1 { display:none;}

.custom-select1 { width:100%; text-align:center; border-radius:8px; margin:0 0 0; position:relative; z-index:99;}

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

.select-items div, .select-selected { font-size:12.77px; letter-spacing:0.8px; padding:13px 5% 16px 5%;}

}



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

.custom-row1 { width:234px; float:right;}

.custom-text1 { display:none;}

.custom-select1 { width:100%; height:43px;}

.select-items div, .select-selected { font-size:10.77px; letter-spacing:0.8px;}

}



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

.custom-row1 { width:254px; float:right;}

.custom-text1 { display:none;}

.custom-select1 { width:100%; height:43px;}

.select-items div, .select-selected { font-size:11.77px; letter-spacing:1px;}

}



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

.custom-select1 { height:45px;}

.custom-text1 { font-size:17px; margin:10px 13px 0 0;}

.select-items div, .select-selected { font-size:12.77px;}

}