/* 
    Created on : 21.8.2019, 10:11:06
    Author     : Jakub
*/

#favorited-info {
    color: #296cb3;
    font-weight: 600;
    line-height: 1.2rem;
}

    #favorited-info img {
        width:28px;
    }

.gift-famouse {
    background:#e7f8ff !important;
}

    .gift-famouse .h2 {
        margin-left:0.025rem !important;
        margin-right:0.025rem !important;
    }

    .gift-famouse:hover {
        background: #fff !important;
    }

    .gift-famouse .checkboxes, .gift-famouse .remove {
        background-repeat: no-repeat;
        /*background-color: rgba(255, 255, 255, 0.7);*/
        background-color: rgba(231, 248, 255, 0.9);
        width: 3.8rem;
        height: 3.8rem;
        cursor:pointer;
    }

        .gift-famouse:hover .checkboxes, .gift-famouse:hover .remove{
            background-color: rgba(255, 255, 255, 1);
        }

        .gift-famouse .checkboxes {
            position: absolute;
            top:0;
            left:0;
            -webkit-border-bottom-right-radius: 50px;
            -moz-border-radius-bottomright: 50px;
            border-bottom-right-radius: 50px;
        }
        
            .gift-famouse .checkbox {
                margin: 0.6rem 0 0 0.8rem;
            }
        
        .gift-famouse .remove {
            position: absolute;
            top:0;
            right:0;
            background-image:url('/images/trash.png');
            background-position: 1.5rem 0.6rem;
            -webkit-border-bottom-left-radius: 50px;
            -moz-border-radius-bottomleft: 50px;
            border-bottom-left-radius: 50px;
        }
        
            .gift-famouse .remove:hover {
                background-image:url('/images/trash_hover.png');
                background-position: 1.25rem 0.30rem;
            }
            
#share .span, #share a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.1rem;
    line-height: 1.5; 
    background-repeat: no-repeat;
    background-position-y: center;
    margin-right:1rem;
}            

    #share span {
        border-left:1px solid #fff;
        padding-left:1rem;
    }
            
    #share .share-fb {
        background-image: url('/images/export_fb.png');
        background-color:#296cb3;
        padding: .375rem 1rem .375rem 2.6rem;
        background-position-x: 0.9rem;
    }

        #share .share-fb:hover {
            background-color: #d3481f;
        }

    #share .send-email {
        background-image:url('/images/export_email.png');
        background-color:#5aa3da;
        padding: .375rem 1rem .375rem 3.1rem;
        background-position-x: 0.85rem;
    }

        #share .send-email:hover {
            background-color: #d3481f;
        }

    #share .export-csv {
        background-image:url('/images/export_xls.png');
        background-color:#e5f8ff;
        color:#296cb3 !important;
        padding: .375rem 1rem .375rem 3.1rem;
        background-position-x: 0.9rem;
    }

        #share .export-csv:hover {
            background-image:url('/images/export_xls_active.png');
            background-color:#f5d7ce;
            color:#d3481f !important;
        }
        
        #share .export-csv span {
            border-color:#5aa3da;
        }
        
            #share .export-csv:hover span {
                border-color:#d3481f;
            }

    #share .remove-checked {
        background-image:url('/images/export_trash.png');
        background-color:#fff;
        color:#d3481f !important;
        border-color:#d3481f !important;
        padding: .375rem 1rem .375rem 3.1rem;
        background-position-x: 1.03rem;
    }

        #share .remove-checked:hover {
            background-image:url('/images/export_trash_active.png');
            background-position: 0.8rem 0.3rem;
            
            background-color:#fff;
        }
        
        #share .remove-checked span {
            border-color:#d3481f;
        }
        
#select-all {
    font-size:1.1rem;
    line-height: 1.4rem;
}        

    #select-all .checkbox {
        float: left;
        margin: 0 0.6rem 0 1rem;
    }
        
.checkbox {
    background: url(/images/checkbox.png) no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    cursor: pointer;
}

    .checkbox.checked {
        background-image:url('/images/checkbox_checked.png');
    }        
    
.category-text {
    color:#296cb3;
    padding:3rem 0;
    text-align: center;
    font-size:1.2rem !important;
}    

    #category-header .category-text a {
        color:#d3481f !important;
    }
    
/* xl */
@media (min-width: 1200px) {
    .checkbox:hover {
        background-image:url('/images/checkbox_hover.png');
    }
}

@media (max-width: 1200px) {
    
}

@media (max-width: 960px) {
    
}

/* md */
@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
    #share span, #share a {
        width:100%;
        text-align: left;
    }
    
    #share .share-fb {
        padding-left:3.1rem;
        background-position-x: 1.2rem;
    }
}

@media (max-width: 540px) {
    #select-all {
        font-size:1rem;
    }
}        
/* 
    Created on : 19.8.2019, 19:27:07
    Author     : Jakub
*/

#article-header {
    color:#fff;
    background:url('/images/backgrounds/01-top-subpage.jpg') no-repeat;
    background-size: auto 446px;
    background-position: center -60px;
}        

    #article-header .h1 {
        color:#fff;
        font-size:1.6rem;
        font-weight: 600;
        padding: 1.4rem 0 6.6rem 0;
    }    
    
    #article-header img {
        position: absolute;
        top: 4.4rem;
        left: 4rem;
    }
    
#article-detail-image {
    padding-top: 50%;
    background-size: cover;
    background-position: 50% 50%;
}
    
.article-image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}    
    
.article-image-wrapper {
    overflow: hidden;
}

.article {
    background:#e7f8ff;
}

    .article:hover {
        background:#fff;
    }

    .article h3, .article .h3 {
        font-weight: 600;
        font-size: 1.4rem;
    }
    
    .article h3 a, .article .h3 a {
        color:#d3481f;
        text-decoration: none;
    }
    
    .article p {
        font-size:0.9rem;    
    }

#article {
    background:#e7f8ff;
}    

    #article-h1 {
        position: relative;
    }
    
        #article-h1 h1 {
            color: #fff;
            background: rgba(211, 72, 31, 0.8);
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
            font-weight: 600;
            font-size: 1.6rem;
        }
        
        #article-h1.no-image h1 {
            position: relative;
        }
        
#article-text img {
    max-width:100%;
}        

#article-text a {
    text-decoration: underline;
}
        
#contest-h1 {
    background:#f5d7ce;
    position: relative;
}        

    #contest-h1 h1 {
        color:#d3481f;
        font-size:1.6rem;
        font-weight: 600;
    }
    
    #contest-h1 .contest-gift {
        position: absolute;
        top:-1rem;
        right:-1rem;
        z-index: 1;
    }
    
/* xl */
@media (max-width: 1200px) {
    #simple-gifts .gift .price {
        font-size: 1.6rem;
    }
}    
    
/* lg */
@media (max-width: 960px) {
    #simple-gifts .gift .price {
        font-size: 1.4rem;
    }
}

/* md */
@media (max-width: 767px) {
    #simple-gifts .gift .price {
        font-size: 1.1rem;
    }
    
    #snippet--articles {
        margin:0 -15px;
    }
    
        .article-wrap {
            display: block;
            float: left;
            width: 50%;
            padding: 0 15px;
        }
        
        .article-wrap:nth-child(odd) {
            clear:left;
        }
        
            .media {
                display:block;
            }
    
            .article img.main-image {
                width:100%;
            }
    
    #article-h1 h1 {
        position: relative;
    }
    
    #ordering {
        display:flex;
        flex-wrap: wrap;
    }
    
        #ordering a {
            flex-grow:1;
        }

        #ordering a.active {
            border-bottom: 1px solid #d4effa;
        }
}

@media (max-width: 575px) {
    #simple-gifts .gift .price {
        font-size: 1.8rem;
    }
}

@media (max-width: 540px) {
    #simple-gifts .gift .price {
        font-size: 1.4rem;
    }
}    

@media (max-width: 480px) {
    .article-wrap {
        float: none;
        width:100%;
    }
}    