@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-text1 { float:none; font-size:13px; color:#ffffff; letter-spacing:2.2px; line-height:26px; text-transform:uppercase; display:inline-block; margin:12px 2% 0 0;}

.custom-select1 { width:234px; height:44px; float:none; text-align:left; background:#00bfbd; border:1px solid #ffffff; border-radius:12px; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 0 0; position:relative; z-index:9;}

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

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

.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; border-radius:12px; position:absolute; top:102%; left:0; right:0; z-index:9999;}

.select-items div { font-size:13px; color:#33ccca; padding:10px 16px;}

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

.select-selected { font-size:13px; color:#ffffff; padding:13px 20px 14px 18px;}

.select-items div, .select-selected { letter-spacing:2.4px; text-transform:uppercase; cursor:pointer; border-radius:12px; font-family: 'Sofiapro-bold-font';}



.team-wrapp .custom-text1 { color:#606060;}

.team-wrapp .custom-select1 { width:200px; background:#FFF; border:1px solid #00bfbd;}

.team-wrapp .custom-select1:hover { width:200px; background:#00bfbd; border:1px solid #00bfbd;}

.team-wrapp .custom-select1:after { background:url(../images/custom-arrow11.png) no-repeat;}

.team-wrapp .custom-select1:hover:after { background:url(../images/custom-arrow1.png) no-repeat;}

.team-wrapp .select-selected { color:#00bfbd;}

.team-wrapp .select-selected:hover { color:#fff;}



/*Smartphone css*/

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

.custom-text1 { float:none; margin:0 0 12px;}

.custom-select1 { width:100%; height:42px; text-align:center; margin:0 0 0;}

.select-selected { padding:15px 2% 13px 2%;}

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

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

} 



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

.custom-text1 { float:none; margin:0 0 12px;}

.custom-select1 { width:100%; height:42px; text-align:center; margin:0 0 0;}

.select-selected { padding:15px 2% 13px 2%;}

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

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

}



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

.custom-text1 { float:none; margin:0 0 12px;}

.custom-select1 { width:100%; height:42px; text-align:center; margin:0 0 0;}

.select-selected { padding:15px 2% 13px 2%;}

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

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

}



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

.custom-text1 { font-size:11px; letter-spacing:1.6px; line-height:18px;}

.custom-select1 { height:41px;}

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



.team-wrapp .custom-select1 { width:150px;}

}



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

.custom-text1 { font-size:12px; letter-spacing:1.9px; line-height:18px;}

.custom-select1 { height:42px;}

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

.team-wrapp .custom-select1 { width:150px;}

}



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

.custom-select1 { height:43px;}

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

.team-wrapp .custom-select1 { width:200px;}

}



@media screen and (min-width:1241px) and (max-width:1340px) {

.custom-text1 { display:none;}

.team-wrapp .custom-text1 { display:inline-block;}

}