/*.dz-message{
	border:solid 1px #d0d0d0;
}*/

.select2-container--default .select2-results > .select2-results__options {
	max-height: 400px;		   
	overflow-y: auto;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder .highlight{
    color: #333;
    font-weight: 900;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder .lighter{
    color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #333;
    /* font-weight: 900; */
}

.select2-container--default .select2-selection--single {   
    border-radius: 5px;
}

#selPriceFrom~.select2-container--default .select2-selection--single,
#selYearFrom~.select2-container--default .select2-selection--single {   
	border-radius: 5px 0 0 5px;
}

#selPriceTo~.select2-container--default .select2-selection--single,
#selYearTo~.select2-container--default .select2-selection--single {   
	border-radius: 0 5px 5px 0;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { 
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/*
.vid-placeholder {
	position: relative;
	min-height: 270px;
}

.vid-placeholder-curton {
	position: absolute;
	width: 100%;
	height: 100%;			
	background-color: rgba(0,0,0,.4);
	z-index: 99;
	display:none;
}

.vid-placeholder:hover .vid-placeholder-curton {
	display:block;
}

.vid-placeholder-curton button {
	font-size: 35px;
	display: inline-block;
}

.vid-placeholder-curton .file-vid {		
	display: inline-block;
}

.vid-placeholder-curton .file-operations{			
	display: block;
	margin: auto;
	margin-top: 30%;
	width: fit-content;
}
*/
.post-excerpt a{
	margin-top: 9px;
}

/*--- placeholder --*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
    /*font-weight: 900;*/
}
::-moz-placeholder { /* Firefox 19+ */
	color: #333;
    /*font-weight: 900;*/
}
:-ms-input-placeholder { /* IE 10+ */
	color: #333;
    /*font-weight: 900;*/
}
:-moz-placeholder { /* Firefox 18- */
	color: #333;
    /*font-weight: 900;*/
}
/*--- placeholder --*/

.select2-container--default.select2-container--disabled .select2-selection--single:after {   
    margin-top: -15px;   
}