/**
* 2006-2020 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2020 THECON SRL
*  @license   Commercial
*/

.c-content img {
    max-width: 100%;
}
canvas {
    max-width: 100% !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.c-links {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    height: calc(100% + 1px);
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.c-body {
    position: relative;
}
.c-title {
    padding: 10px;
}
.c-content:hover .c-links {
    display: flex;
}

#catalogue_modal .c-input {
    width: 40px;
    border: 1px solid #000;
    height: 28px;
    text-align: center;
}

#catalogue_modal .modal-content {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

#catalogue_modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.header-content {
    width: 100%;
}

div#pager {
    display: inline-block;
    margin-right: 30px;
}

.c-pagination {
    font-size: 15px;
    color: #000;
}


/*==========  Mobile First Method  ==========*/

/* Phones Portrait */
@media only screen and (min-width : 320px) and (max-width : 479px) {

}

/* Phones Landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    #catalogue_modal .modal-dialog {
        margin-left: 5px;
        margin-right: 5px;
    }
    .b-prev {
        margin-right: 10px;
    }
    .header-content {
        display: none;
    }
    #catalogue_modal button.close {
        top: 5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    #catalogue_modal .modal-dialog {
        margin-left: 25px;
        margin-right: 25px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
