.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dk-select, .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 247px;
    /*height: 40px;*/
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    margin-right: 39px;
}
div[id$=filters_children_number] {
    width: 235px;
}
div[id$=filters_where] {
    width: 117px;
}
div[id$=filters_how_old] {
    width: 135px;
}
div[id$=filters_how_long] {
    width: 155px;
}
div[id$=filters_equipement] {
    width: 210px;
}
.dk-selected {
    font-family: "Gilroy-Extrabold";
    text-transform: none;
    background: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    color: #194093;
    padding: 7px 12px;
    border: 0px;

    /*width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    height: 40px;
    border: 1px solid #d2d9df;
    border-radius: 2px;
    padding: 8px 25px 10px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/
}
.last .dk-selected {
    margin-right: 0;
}
.dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
}
.country-selector .dk-selected:before, .country-selector .dk-selected:after {
	right: 6px;
}
.country-selector .dk-selected {
	padding: 6px 20px 6px 13px;
}
.social_links .dk-selected:before {
	top:14px
}
.dk-selected:before {
    top: 19px;
    border: none;
    border-width: 0;
    width: 24px;
    /*right: 7px;*/
    /*right: 25px;*/
    height: 13px;
    background: url(../images/arrow-down.png) no-repeat;
    margin: -0.125em 0.5em 0 0;
}

.dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 0;
    margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
    color: #BBBBBB;
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
}

.dk-select-open-up .dk-select-options {
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%;
}

.dk-select-open-down .dk-select-options {
    border-radius: 0 0 0.3em 0.3em;
    margin-top: -1px;
    top: 100%;
}

.dk-select-multi .dk-select-options {
    max-height: 10em;
}

.dk-select-options {
    display: inline-block;
    background-color: #194093;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    /*max-height: 10.5em;*/
    min-width: 100%;
    /*overflow-x: hidden;*/
    height: auto;
    /*overflow-y: auto;*/
    padding: 0.25em 0;
    width: auto;
    z-index: 100;
}

.dk-option-selected {
    color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit;
}

.dk-option {
    margin: 0 5px;
    font-size: 16px;
    line-height: 21px;
    padding: 5px 0.5em;
    border-bottom: 2px solid #ffffff;
}
.dk-option:last-child {
    border: 0px;
}
.dk-select-options .dk-option-highlight {
    color: #fff;
}

.dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent;
}

.dk-optgroup {
    border: solid #CCCCCC;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
    margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0;
}

.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%;
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0;
}

.dk-optgroup-options li {
    padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
    border-width: 0 0.25em 0.25em;
}

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
}

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
    display: block;
}

.dk-select-multi:hover, .dk-select-multi:focus {
    outline: none;
}

.dk-selected:focus {
    outline: none;
}



.dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
    border-left-color: inherit;
}

select[data-dkcacheid] {
    display: none;
}