html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}

.listContainer {
    /* margin: 0 120px; */
    margin: auto;
    display: table;
    color: black;
}

.listItem:nth-child(odd) {
        background: #ebe8de;
}

.listItem:nth-child(even) {
    background-color: #d4d089;
}

.MainContent .listItem {
    border-radius: 5px;
    background-color: green;
    margin-bottom: 20px;
    width: 1200px;
}

.listItem img {
    width: auto;
    height: 130px;
    margin: 15px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

img {
    max-width: 100%;
    width: auto;
    display: block;
}

.listItem .details {
    margin: 15px 15px;
    width: 781px;
}

.listItem h3 {
    font-size: 22px;
    width: 100%;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.listItem h3 a {
    color: black;
    text-decoration: none;
    word-break: break-word;
}

.listItem p {
    font-size: 18px;
    text-align: left;
    float: left;
    margin-right: 40px;
    width: auto;
    margin-bottom: 10px;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.carouselItem {
    height: 230px;
    width: 170px;
    margin: 5px 20px;
    padding: 5px;
    transition: all 0.2s;
    background-color: rgba(255,255,255,0.2);

}

.carouselContainer {
    width: 100%;
    height: 300px;
}

.carouselItem .details {
    margin-top: 10px;
}

.carouselItem p {
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-size: 14px;
}

.carouselItem h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.carouselContainer .slick-center {
    margin: 0px 15px;
    min-height: 240px;
    width: 200px;
}

hr {
    border: none;
    border-bottom: 1px rgba(0,0,0,0.5) solid;
    width: 80%;
    margin: 0 auto;
}

.slick-arrow {
    min-height: 250px;
    width: 60px;
    position: absolute;
    z-index: 100;
    display: block;
    border: none;
    background: none;
    color: transparent;
    outline: none;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;

    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
}

.slick-arrow:hover {
    background-color: rgba(255,255,255,0.5);
}

.slick-next {
    top: 0;
    right: 0;
}

.slick-prev:before {
    content: '←';
    color: white;
    margin-left: 14px;
}
.slick-next:before {
    content: '→';
    color: white;
    margin-left: 14px;
}

.details-one {
    width: 300px;
}

.details-wrapper {
    margin-bottom: 5px;
}

strong {
    font-weight: bold;
}

.details-price {
    margin-top: 20px;
    font-size: 18px;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.filter {
    background-color: #918a2f;
    padding-top: 20px;
    padding-bottom: 20px;
}

.filter-buttons {
    text-align: right;

    width: 769px;
    margin: 0 auto;
    padding-top: 10px;
}

select {
    width: 254px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-image: url(/bundles/mediatesystemsimmo/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
        padding-left: 5px;
}

select, input {
     background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    height: 33px; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';  
}

input[type="submit"], input[type="reset"]{
    background-color: #c4bc4f;
    border-color: #c4bc4f;
    cursor: pointer;
    font-size: 16px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d4d089!important;
    color: black!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;

}

.select2-container .select2-selection--single {
    height: 35px!important;
}

.loading-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ebe8de;
    z-index: 100;
    text-align: center;
    /* vertical-align: middle; */
}

.loading-screen-text {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.pagination-count, .pagination-num {
    background-color: #f9f8f4;
    padding: 10px;
}

.ajax_pagi{
    margin-bottom: 20px;
}

.pagi_bottom{
    margin-top: 20px;
}

.pagination p, .pagination a {
    display: inline-block;
    color: black;
}

@media (max-width: 800px) {
    select {
        display: block;
        margin: 0 auto;
        margin-top: 10px;

    }

    .select2 {
        margin-top: 10px!important;
    }

    .filter-buttons {
        text-align: center;
        width: auto;
    }

    .listItem .details {
        width: auto;
    }
    .ajax_pagi {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media (max-width: 425px) {
    .details-price .floatLeft {
        float: none;
    }

    .details-price .floatRight {
        float: none;
        margin-top: 5px;
    }

    .listItem img {
        width: 100%;
        height: auto;
        margin: 0px;
    }

    .ajax_pagi {
        width: 100%;
        margin-bottom: 0px;
    }
}