* {
    font-family: 'Titillium Web', sans-serif;
}

.br25 {
    border-radius: 25px;
}
.br16 {
    border-radius: 16px;
}
body { 
    margin: 0;
    padding: 0;
    background: #E2D5C2 url(../img/bg42.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #7a0026;
}

.logo {
    text-align: right;
}

.head_txt {
    background: rgba(255, 255, 255, 0.5);
    padding: 16px;
    margin: 16px;
    text-align: center;
}

.head_txt p {
    font-size: 14px;
}

.codeinput{
    font-size: 32px;
    text-align: center;
    border: none;
    margin-bottom: 8px;
    width: 100%;
}

.codesubmit{
    font-size: 24px;
    text-align: center;
    border: none;
    margin-bottom: 8px;
    background: #7a0026;
    color: #fff;
    display: block;
    width: 100%;
}

.btn-alior {
    color: #fff;
    background-color: #7A0035;
    border-color: #7A0035;
}

.btn-alior:hover {
    color: #FFC732;
    background-color: #7A0035;
    border-color: #7A0035;
}

.btn-back {
    
}

#timer {
    margin-top: 12px;
    font-size: 18px;
}

.timernotice {
    margin-bottom: 8px;
    background: rgba(255,255,255,0.5);
    padding: 0.2em 0.7em;
    border-radius: 5px;
}

#timeout {
    font-weight: bold;
}

.thebody {
    margin-top: 24px;
    background: rgba(255,255,255,0.6);
    padding: 20px; 
}

.categories{
    text-align: center;
}

.categories .btn {
    margin: 0 5px 10px 0;
    color: #7A0035 !important;
    font-weight: bold;
    background: #FFC426;
    transition: background 0.3s ease-in-out;
}

.categories .btn:hover {
    background: #F7E471;
}

.categories .btn.active {
    background: #F7E471;
}

.productsRow{
    display: flex;
    flex-wrap: wrap;
}

.productCol{
    display: flex;
}

.productItem {
    margin-top: 6px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: rgba(255,255,255,1);
    padding: 16px; 
    cursor: pointer;
    border: 1px solid transparent;
    transition: box-shadow 0.3s ease-in-out;
}
.productItem:hover {
    margin-top: 6px;
    border-radius: 16px;
    background: rgba(255,255,255,1);
    padding: 16px; 
    cursor: pointer;
    border: 1px solid transparent;
    box-shadow: 2px 0px 12px #7A0035;
}

.productName{
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.productNameTitle{
    font-size: 18px;
}

.productNameContent{
    width: 100%;
}

.flexbox-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.pagination .page-item{
    margin-left: 2px;
    margin-right: 2px;

}

.pagination .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link  {
    border-radius: .70rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #7A0035;
    border-color: #7A0035;
    border-radius: .70rem;
}


.page-link:focus, .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}

.pagination a, .pagination a:hover {
    color: #7A0035;
    border-radius: .70rem;
}

.galleryList a {
    padding: 6px;
}

.gallery-item img {
    transition: box-shadow 0.3s ease-in-out;
}

.gallery-item img:hover {
    box-shadow: 1px 0px 6px #7A0035;
    
}

.checkLeft label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-size: 13px;
    text-align: justify;
}
.checkLabel input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 0px;
    *overflow: hidden;
}

/* faq */

.text-primary, .text-primary:hover, .text-primary .panel-title, .text-primary .panel-title:hover {
    color: #7A0035 !important;
    text-decoration: none;
}

.blog .thecontent {
    margin-top: 0px;
}

.topmenu {
    padding: 12px;
    float: left;
    width: 40%;
}

.topmenu a {
    font-size: 18px;
    display: inline-block;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #69002A;
    font-weight: bold;
    margin-right: 12px;
    margin-bottom: 6px;
}

.topmenu a:hover {
    background: rgba(255, 255, 255, 0.7);
}


#accordion .thebody {
    margin-bottom: 16px;
}

#accordion .thecontent {
    margin-top: 0px;
}

.panel-heading a {
    color: #69002A;
    margin-bottom: 12px;
    margin-top: 12px;
    display: block;
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Material-Design-Iconic-Font';
    content: "\f1e5"; 
    float: right;
    font-size: 18px;
    line-height: 22px;
    color: #69002A;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    font-family: 'Material-Design-Iconic-Font';
    content: "\f1e5"; 
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.copyright{
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    color: #fff;
}
.copyright a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: rgba(255,255,255,0.4);
    padding: 3px 6px;
    border-radius: 6px;
}

#particles-js {
    position:fixed;
    width:100%;
    z-index:-10;
}

@media (min-width:250px) and (max-width:1023px) {

    .theboy {
        position: relative;
        text-align: center;
        width: 90%;
    }
    .theboy img {
        width: 70%;
    }
    #codeform {
        background: rgba(255, 255, 255, 0.5);
        padding: 24px;
        margin: 18px;
        margin-top: 40px;
        text-align: center;
    }

    .codediv {
        width: 55%;
        max-width: 400px;
        margin: auto;
    }
    
    .btn-back {
        margin: 8px;
    }
}



@media (min-width:250px) and (max-width:768px) {
    .head_txt{
        font-size: 1.8em;
        color: #7a0026;
    }

}

@media (min-width:768px) {
    .galleryList {
        margin-top: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .code_txt_pp_small{
        font-size: 22px;
        line-height: 150%;
    }
}

@media (min-width:768px) and (max-width:1024px) {

    
    
    .thebody {
        border-radius: 25px;
    }
    .head_txt{
        font-size: 2.8em;
        color: #7a0026;
    }

    #head_logged {
        margin-top: 60px;
    }

    #head_logged {
        font-size: 1.8em;
    }

}

@media (min-width:1024px)  {

    .galleryList {
        margin-top: 12px;
    }
    
    .categories {
        margin-bottom: 18px;
    }

    .thebody {
        border-radius: 25px;
    }

    .head_txt {
        margin-left: 25%;
        margin-top: 120px;
        margin-right: 0px;
        font-size: 3em;
        color: #7a0026;
        padding-left: 38px;
        text-align: left;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    #head_logged {
        margin-top: 60px;
    }

    #head_logged {
        font-size: 1.8em;
    }

    .head_txt span {
        display: block;
    }

    .head_txt .text2 {
        margin-left: 64px;
    }
    
    .head_txt .textResume {
        font-size: 22px;
        color: #7a0026;
    }

    #codeform {
        background: rgba(255, 255, 255, 0.5);
        padding: 24px;
        margin: 0px;
        margin-top: 160px;
        width: 55%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .codediv {
        width: 48%;
        margin-left: 50%;
        max-width: 400px;
    }

    .theboy img {
        width: 80%;
    }
}

@media (min-width:1024px) and (max-width:1359px)  {

    .theboy {
        position: absolute;
        right: 0px;
        top: 460px;
        text-align: left;
        width: 50%;
    }


}

@media (min-width:1360px) {

    .theboy {
        position: absolute;
        right: 0px;
        top: 380px;
        text-align: left;
        width: 50%;
    }
}

