main {
}

#search-results-container {
}
    @media (min-width: 760px) {
        #search-results-container {
            position: relative;
            margin-top: 1em;
            left: 0px;
            display: block;
            width: 953px;
            /*height: 1350px;*/
            overflow: hidden;
        }
    }
    @media (max-width: 759px) {
        #search-results-container {
            position: relative;
            width: 90%;
            margin: 5%;
            overflow: hidden;
        }
    }
    
#sort {
}
    @media (min-width: 760px) {
        #sort {
            float: right;
            margin-top: -20px;
            z-index: 99;
        }
    }
    @media (max-width: 759px) {
        #sort {
            position: relative;
            float: right;
            margin: 1em;
            z-index: 99;
        }
    }
    #sort select {
        border: none;
    }

#results {
}
    @media (min-width: 760px) {
        #results {
            position: relative;
            display: block;
        }
    }
    @media (max-width: 759px) {
        #results {
        }
    }
    
    .current-results {
        margin-top: 1em;
    }
    
    
    
    
    .ad {
    }
        @media (min-width: 760px) {
            .ad {
                float: left;
                position: relative;
                width: 215px;
                height: 303px;
                overflow: hidden;
                margin: 0 23px 16px 0;
                box-shadow: 3px 4px 12px 0px rgba(64,64,64,0.5);
                -webkit-box-shadow: 3px 4px 12px 0px rgba(64,64,64,0.5);
                -moz-box-shadow: 3px 4px 12px 0px rgba(64,64,64,0.5);
            }
            .ad .header {
                display:block;
                width:100%;
                height:37px;
                padding-top: 6px;
                overflow:hidden;
                color:#fff;
                background-color:#88062a;
            }
        }
        @media (max-width: 759px) {
            .ad {
                position: relative;
                width:calc(100% - 2px);
                overflow: hidden;
                margin: 0 0 16px 0;
                border-left: 1px solid #dedede;
                border-right: 1px solid #dedede;
                box-shadow: 0px 2px 6px 0px rgba(64,64,64,0.5);
                -webkit-box-shadow: 0px 2px 6px 0px rgba(64,64,64,0.5);
                -moz-box-shadow: 0px 2px 6px 0px rgba(64,64,64,0.5);
            }
            .ad .header {
                display:block;
                float: right;
                width:50vw;
                height:37px;
                padding-top: 6px;
                overflow:hidden;
                color:#fff;
                /*background-color:#88062a;*/
            }
        }
        .ad .header-gold {
            display:block;
            width:100%;
            height:37px;
            padding-top: 6px;
            overflow:hidden;
            color:#fff;
            background: linear-gradient(to bottom, #f5ed9e, #BF953F, #f5ed9e);
        }
        
        .gold_badge {
            position: absolute;
            z-index: 10;
            display: inline-block;
            font-size: 11px;
            top: 6px;
            left: -57px;
            width: 139px;
            text-align: center;
            padding: 4px !important;
            color: white;
            transform: rotate(-45deg);
            border: 3px solid #fff;
            background: linear-gradient(to bottom, #f5ed9e, #BF953F, #f5ed9e);
        }


        .ad .nickname {
            float:left;
            padding:8px 0 0 10px;
            white-space: nowrap;
            width:140px !important;
            overflow:hidden;
            text-overflow: ellipsis;
        }
            @media (max-width: 759px) {
                .ad .nickname .title-premium a {
                    color:#fff;
                    font-weight: bold;
                    font-size:15px;
                }
                .ad .nickname .title-standard a {
                    color:#88062a;
                    font-weight: bold;
                    font-size:16px;
                }
            }
            @media (min-width: 760px) {
                .ad .nickname a {
                    color:#fff;
                    font-size:16px;
                }
            }
        .ad .merkbett {
            float:right;
            padding:7px 7px 0 0;
            cursor:pointer;
        }
        .ad .merkbett img {
            width: 25px;
            height: auto;
        }
        .ad .ad_stripe {
            position: absolute;
            z-index: 999;
            display: none;
            font-size: 14px;
            bottom: 0px;
            width: 100%;
            text-align: left;
            padding: 4px 0.5em !important;
            color: #fff;
            background: #88062a;
        }
        .ad .ad_stripe a {
            color: #fff;
        }
        .ad .media_info {
            position: absolute;
            bottom: 5px;
            right: 5px;            
        }
        .ad .image_count {
            /*
            position: absolute;
            bottom: 5px;
            right: 5px;
            */
            float: right;
            padding: 0.1em 0.25em 0.1em 1.5em;
            border-radius: 5px;
            background-image: url(../img/images_grey.png);
            background-repeat: no-repeat;
            background-size: 45%;
            background-position: 20% 50%;
            background-color: rgba(255, 255, 255, 0.7);
            color: #666;
            font-weight: normal;
        }
        .ad .video_count {
            /*
            position: absolute;
            bottom: 5px;
            right: 50px;
            */
            float: right;
            margin-right: 5px;
            padding: 0.1em 0.25em 0.1em 1.5em;
            border-radius: 5px;
            background-image: url(../img/videos.png);
            background-repeat: no-repeat;
            background-size: 45%;
            background-position: 20% 50%;
            background-color: rgba(255, 255, 255, 0.7);
            color: #666;
            font-weight: normal;
        }
        .ad .img-container {
            display:block;
            position: relative;
            overflow:hidden;
        }
        .ad .img-container img {
            flex: 0 0 auto;
            margin-right: 2px;
        }
        .ad .thumbContainer {
        }
            @media (min-width: 760px) {
                .ad .img-container img {
                    width:auto;
                    height:215px;
                }
                .ad .thumbContainer,
                .ad .thumbContainer_small {
                    width: 215px;
                    height: 215px;
                    overflow: hidden;
                }
            }
            @media (max-width: 759px) {
                .ad .thumbContainer img {
                    width: auto;
                    height: 50vw;
                }
                .ad .thumbContainer_small img {
                    width: auto;
                    height: 40vw;
                }
                .ad .thumbContainer {
                    -webkit-overflow-scrolling: touch;
                    width: 90vw;
                    height: 50vw;
                    display: flex;
                    flex-wrap: nowrap;
                    overflow-x: scroll;
                    overflow-y: hidden;
                }
                .ad .thumbContainer_small {
                    width: 40vw;
                    height: 40vw;
                    position: relative;
                }
            }
        .ad .info {
        }
            @media (max-width: 759px) {
                .ad .info {
                    position: absolute;
                    display: grid;
                    align-items: flex-end;
                    width: 43vw;
                    height: 30vw;
                    bottom: 0;
                    right: 5vw;
                    -webkit-mask-image: -webkit-gradient(linear, 0 75%, left bottom,  from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));

                }}
        .ad .region {
            display:block;
            width:100%;
            color:#000;
        }
            @media (min-width: 760px) {
                .ad .region {
                    font-size: 0.9em;
                    height:17px;
                    padding:5px 0 0 10px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    padding: 0.3em 0 0 0.5em;
                }}
            @media (max-width: 759px) {
                .ad .info .region {
                    padding: 0 0 0 0.2em;
                }
                .ad .region {
                    padding: 0.3em 0 0 0.5em;
                }}
        .ad .title {
            display:block;
            width:100%;
            color:#696969;
        }
            @media (min-width: 760px) {
                .ad .title {
                    height:18px;
                    font-size: 0.9em;
                    padding:3px 0 0 10px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    padding: 0.3em 0 0 0.5em;
                }}
            @media (max-width: 759px) {
                .ad .info .title {
                    font-size: 0.9em;
                    padding: 0 0 1em 0.2em;
                }
                .ad .title {
                    font-size: 0.9em;
                    padding: 0 0 0.5em 0.5em;
                }}


#search-result-nav {
    clear: both;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 1em;
}
    @media (min-width: 760px) {
        #search-result-nav {
            margin-right: 27px;
        }}

#search-result-nav-left {
    float: left;
    margin-top: 10px;
}
    #search-result-nav-left:before {
        content: '<';
    }
#search-result-nav-right {
    float: right;
    margin-top: 10px;
}
    #search-result-nav-right:after {
        content: '>';
    }
#search-result-nav-center {
}
    #search-result-nav-center select {
        padding: 0.5em 1.5em;
        border-radius: 5px;
    }
    @media (max-width: 759px) {
        #search-result-nav-center span {
            display: none;
        }
    }
    @media (min-width: 760px) {
        #search-result-nav span {
            margin-right: 1em;
            cursor: pointer;
        }
    }
#mobile-load-more-ads {
    display: none;
}
#current-page {
    display: none;
}
#temp-div {
    display: none;    
}
