.tabs-select .sbHolder { border: 0px none; border-bottom: 8px solid #4BA8C4; color: #fff; display: inline-block; font-size: 14px; height: 40px; line-height: 40px; margin-top: -1px; position: relative; text-decoration: none; text-align: left; max-width: 180px; width:80%; }
.tabs-select .sbSelector { display: block; font-family: 'MontserratBold', sans-serif; font-size: 14px; color: #fff; padding-left: 0px; padding-right: 0px; }

.tabs-select .sbOptions { background-color: #fff; font-size: 13px; list-style: none; line-height: 1.2em; min-height: 50px; left: 0px; margin: 0; padding: 0; position: absolute; top: 48px !important; width: 100%; z-index: 10; overflow-y: auto; padding-bottom: 13px; padding-top: 13px; }
.tabs-select .sbOptions a { background: #fff; color: #043141; display: block; font-family: 'MontserratBold', sans-serif; font-size: 13px; line-height: 3em; outline: none; margin: 0px; margin-top: 2px; margin-bottom: 2px; padding-left: 0px; padding-right: 0px; text-align: center; }
.tabs-select .sbOptions a:hover { background: #f0f0f0; }

.tabs-select .sbToggle { background: url(../img/arrow.png) no-repeat 0px 0px; display: block; height: 40px; outline: none; margin-top: 0px; position: absolute; right: 0px; top: 0; width: 23px; }

.tabs-select .sbToggleOpen { background: url(../img/arrow.png) no-repeat 0px 0px; display: block; height: 40px; outline: none; margin-top: 0px; position: absolute; right: 0px; top: 0; width: 23px; 
	-moz-transform: scaleX(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; 
}




.page-select .sbHolder { color: #043141; display: inline-block; font-size: 14px; height: 40px; line-height: 40px; margin-top: -1px; position: relative; text-decoration: none; text-align: left; max-width: 480px; width:90%; }
.page-select .sbSelector { border: 2px solid #D9EAF0; background: #fff; border-radius: 22px; display: block; font-family: 'MontserratRegular', sans-serif; font-size: 14px; color: #043141; padding-left: 25px; padding-right: 25px; position: relative; z-index: 11; }

.page-select .sbOptions { background-color: #D9EAF0; font-size: 13px; list-style: none; line-height: 1.2em; min-height: 50px; left: 0px; margin: 0; padding: 0; position: absolute; top: 28px !important; width: 100%; z-index: 10; overflow-y: auto; padding-bottom: 13px; padding-top: 30px; }
.page-select .sbOptions a { background: #D9EAF0; color: #043141; display: block; font-family: 'MontserratRegular', sans-serif; font-size: 13px; line-height: 3em; outline: none; margin: 0px; margin-top: 2px; margin-bottom: 2px; padding-left: 25px; padding-right: 25px; text-align: left; }
.page-select .sbOptions a:hover { background: #f0f0f0; }

.page-select .sbToggle { background: url(../img/drop-arrow.png) no-repeat 0px 0px; display: block; height: 8px; outline: none; margin-top: 0px; position: absolute; right: 20px; top: 17px; width: 16px; z-index: 12; }

.page-select .sbToggleOpen { background: url(../img/drop-arrow.png) no-repeat 0px 0px; display: block; height: 8px; outline: none; margin-top: 0px; position: absolute; right: 20px; top: 17px; width: 16px; z-index: 12; 
	-moz-transform: scaleX(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; 
}