/* 
    Created on : 20/set/2016, 17:14:21
    Author     : WebDesign
*/
.mybanner {
    position: relative;
}

#content.product {
    padding-top: 0;
}
.product > section {
    position: relative;
}
.search-container {
    width: 100%;
    max-width: 990px;
    margin:0 auto;
}
.search-container header, .product .title-bg,
.product h1 {
    position: absolute;
}
.search-container header {
    top: -60px;
    left: 50%;
    z-index: 1;
    margin-left: -100px;
    height: 120px;
    width: 200px;
}
.search .title-bg, .search h1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.search .title-bg {
    background: #000;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.search h1:first-of-type {
    background: transparent;
    margin: 0;
    z-index: 3;
}
.search article {
    padding: 85px 0 80px 0;
}

/* === RESULTS === */
.title-results{
    width: 100%;
}
.title-results .content-desc{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.title-results .content-desc p{
    font-size: 15px;
    text-align: left;
    padding-left: 15px;
}
.title-results .content-desc h3{
    font-size: 17px;
    text-align: center;
}
.title-results .content-desc p .results-value{
    font-family: 'RobotoCondensed-Bold';
    font-size: 17px;
}
.results{
    width: 100%;
}
.results .result-element{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    top: 30px;
    /*border-bottom: 1px solid #000;*/
}
.results .result-element img{
    max-height: 260px;
    margin: 0 auto;
}
.results .result-element h3{
    text-align: left;
    font-size: 20px;
    font-family: 'RobotoCondensed-Bold';
}
.results .result-element small{
    font-size: 14px;
    font-family: 'RobotoCondensed-Bold';
    float: left;
}
.results .result-element .space{
    padding-bottom: 25px;
    padding-top: 25px;
}
.results .result-element .result-container:hover{
    border: 1px solid #ccc;
}
.results .result-element .result-container{
    border: 1px solid transparent;
}

.search-container .space-top{
    padding-top: 30px;
}

@media screen and (max-width: 990px) { 
    .search article{
        margin-left: 15px;
        margin-right: 15px;
    }  
}

@media screen and (max-width: 768px) {
    .search-container header {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}

@media screen and (max-width: 490px) {
    .results .result-element h3 {
        font-size: 16px;
    }
}