@charset "utf-8";
/* CSS Document */

.custom-select1 { width:303px; float:left; background:#1a1f39; border:1px solid #1a1f39; border-radius:100px; transition:all 0.25s ease-out 0s; margin:0 16px 0 0; position:relative; z-index:99;}
.custom-select1:last-child { margin-right:0;}
.custom-select1:hover { background:none; border-color:#1a1f39;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:220px; overflow-y:scroll; background:#f6ece8; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#1a1f39; transition:all 0.25s ease-out 0s; padding:18px 13% 18px 13%;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#1a1f39;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:18px 19% 18px 13%;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:0.5px; line-height:normal;}

.found-col1 .custom-select1 { width:100%; background:#fcf8f6; border:1px solid #fcf8f6; border-radius:5px; margin:0 0 2.4%;}
.found-col1 .custom-select1 .select-items div { padding:18px 4.4% 18px 4.4%;}
.found-col1 .custom-select1 .select-selected { color:#362720; padding:18px 8.4% 18px 4.4%;}
.found-col1 .custom-select1:hover .select-selected { color:#362720;}

.custom-col1 .custom-select1 { width:303px; background:none; border:1px solid #152540; margin:0 0 0;}
.custom-col1 .custom-select1:hover { background:#152540; border-color:#152540;}
.custom-col1 .custom-select1 .select-items div { padding:18px 40px 18px;}
.custom-col1 .custom-select1 .select-selected { color:#152540; padding:18px 40px 18px;}
.custom-col1 .custom-select1:hover .select-selected { color:#ffffff;}

.galler2-wrapp .custom-col1 .custom-select1 { text-align:left; float:none; display:inline-block;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1:last-child { margin-bottom:0;}
.custom-select1 .select-items div { padding:13px 10% 13px 10%;}
.custom-select1 .select-selected { padding:13px 10% 13px 10%;}
.custom-select1:hover .select-selected { color:#1a1f39;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.found-col1 .custom-select1 { width:100%; margin:0 0 4.2%;}
.found-col1 .custom-select1 .select-items div { padding:16px 10% 16px 10%;}
.found-col1 .custom-select1 .select-selected { padding:16px 10% 16px 10%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1:last-child { margin-bottom:0;}
.custom-select1 .select-items div { padding:13px 10% 13px 10%;}
.custom-select1 .select-selected { padding:13px 10% 13px 10%;}
.custom-select1:hover .select-selected { color:#1a1f39;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.found-col1 .custom-select1 { width:100%; margin:0 0 4.2%;}
.found-col1 .custom-select1 .select-items div { padding:16px 10% 16px 10%;}
.found-col1 .custom-select1 .select-selected { padding:16px 10% 16px 10%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1:last-child { margin-bottom:0;}
.custom-select1 .select-items div { padding:13px 10% 13px 10%;}
.custom-select1 .select-selected { padding:13px 10% 13px 10%;}
.custom-select1:hover .select-selected { color:#1a1f39;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.found-col1 .custom-select1 { width:100%; margin:0 0 4.2%;}
.found-col1 .custom-select1 .select-items div { padding:16px 10% 16px 10%;}
.found-col1 .custom-select1 .select-selected { padding:16px 10% 16px 10%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:255px; margin:0 4px 0 0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}

.found-col1 .custom-select1 .select-items div { padding:16px 4.4% 16px 4.4%;}
.found-col1 .custom-select1 .select-selected { padding:16px 8.4% 16px 4.4%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:279px; margin:0 6px 0 0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}

.found-col1 .custom-select1 .select-items div { padding:17px 4.4% 17px 4.4%;}
.found-col1 .custom-select1 .select-selected { padding:17px 8.4% 17px 4.4%;}
}

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

}