@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-div { width:auto; float:left;}

.custom-div span { font-size:18px; color:#fff; margin:0 0 20px 0;}

.custom-select { /*height:44px;*/ float:left; background:none; border:2px solid #fff; border-radius:6px; transition:all 0.25s ease-out 0s; position:relative;}

.custom-select:hover { background:#fff; border:2px solid #77b843;}

.custom-select select { display:none;}

.custom-select:after { content:""; width:15px; height:8px; background:url(../images/canver-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:25px;}

.custom-select:hover:after { background:url(../images/canver-arrow2.png) no-repeat;}

.select-items { background:#77b843; border-radius:6px; position:absolute; top:100%; left:0; right:0; z-index:99;}

.select-items div { font-size:15px; color:#fff; border-radius:6px; padding:8px 16px;}

.select-items div:hover { color:#77b843; background:#fff;}

.select-selected { font-size:18px; color:#fff; font-weight:700; font-family: 'Raleway', sans-serif;}

.custom-select:hover .select-selected { color:#77b843;}

.select-items div, .select-selected { font-weight:700; cursor:pointer; padding:13px 20px 15px 19px;}



.inner-wrapp .select-selected { font-size:16px; color:#fff; font-weight:700; font-family: 'Raleway', sans-serif;}

.inner-wrapp .custom-select { /*height:44px;*/ float:left; background:#77b843; border:2px solid #77b843; border-radius:6px; transition:all 0.25s ease-out 0s; position:relative;}

.inner-wrapp .custom-select:hover { background:#fff; border:2px solid #77b843;}

.inner-wrapp .custom-div span { font-size:17px; color:#fff; margin:0;}

.inner-wrapp .select-items div, .select-selected { font-weight:700; cursor:pointer; padding:11px 24px 10px 16px;}

/*Smartphone css*/

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

.custom-select { width:100%; text-align:center; float:left; margin:6px 0 0; border:2px solid #000;}

.custom-div { float:none; display:inline-block;}

.custom-div span { color:#000;}

.select-selected { color:#000;}

.custom-select:after { content:""; width:15px; height:8px; background:url(../images/canver-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:25px;}

.inner-wrapp .select-selected { color:#000;}

.inner-wrapp .custom-select { background:#fff; border:2px solid #000;}

.inner-wrapp .custom-div span { color:#000;}

}



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

.custom-select { width:100%; text-align:center; float:left; margin:10px 0 0; border:2px solid #000;}

.custom-div { float:none; display:inline-block;}

.custom-div span { color:#000;}

.select-selected { color:#000;}

.custom-select:after { content:""; width:15px; height:8px; background:url(../images/canver-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:25px;}

.inner-wrapp .select-selected { color:#000;}

.inner-wrapp .custom-select { background:#fff; border:2px solid #000;}

.inner-wrapp .custom-div span { color:#000;}

}



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

.custom-select { width:100%; text-align:center; float:left; margin:10px 0 0; border:2px solid #000;}

.custom-div { float:none; display:inline-block;}

.custom-div span { color:#000;}

.select-selected { color:#000;}

.custom-select:after { content:""; width:15px; height:8px; background:url(../images/canver-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:25px;}

.inner-wrapp .custom-div span { color:#000;}

}



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

.custom-select { width:100%;}

.select-selected { font-size:15px;}

}



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

.custom-select { width:100%;}

.select-selected { font-size:15px;}

}



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

.custom-select:after { right:20px;}

.select-items div,.select-selected { font-size:16px; padding:10px 10px 8px 25px;}

}