﻿.bgRedColored {
    background-color: #b13a3a !important;
}

.redColored {
    color: #b13a3a !important;
}

.borderRedColored {
    border-color: #b13a3a !important;
    box-shadow: 0 0 1px 0px #b13a3a inset, 0 0 1px 0px #b13a3a;
}

.bgGreenColored {
    background-color: #71bf44 !important;
    color: #fff !important;
}

.greenColored {
    color: #71bf44 !important;
}

.bgBlue {
    background-color: #00b5cd !important;
}

.blueColored {
    color: #00b5cd;
}

.bgGold {
    background-color: #d3ab6e;
}

.goldColored {
    color: #d3ab6e !important;
}

/*----------about section----------*/
@media (max-width: 992px) {
    .paragraphPadding {
        padding: 0;
        text-align: justify;
        display: table-cell;
        font-size: 14px;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .paragraphPadding {
        padding: 0 40px 0 0;
        text-align: justify;
        display: table-cell;
        font-size: 14px;
        vertical-align: middle;
    }
}

.tipicon {
    /*display: table-cell;*/
    vertical-align: middle;
    /*margin: 0 25%;*/
}

.tipText {
    /*display: table-cell;*/
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
}

.tiptexthover {
    display: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    background-color: #b13a3aa0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    /*display: none;
    width: 200px;
*/
}

@media (max-width: 768px) {
    .tipText {
        display: none;
    }

    .home_slider_footer {
        margin-top: -133px;
    }
}
/*---------Global section------------*/
.hidden {
    display: none;
}

@media(min-width: 600px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: right;
    }
}

/*---------Product------------*/
/*body html*/
/*product*/
/* The grid: Four equal columns that floats next to each other */
.column {
    float: right;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}

    /* Style the images inside the grid */
    .column img {
        opacity: 0.8;
        cursor: pointer;
    }


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.imgContainer {
    position: relative;
    display: none;
    width: 80%;
}

.titr {
    color: #b13a3a !important;
    font-size: 20px;
    /*padding: 15px;*/
    text-align: right;
    margin: 10px;
}

.circle {
    border: 1px solid #999;
    border-radius: 17px;
    padding: 7px;
    margin: 5px;
}

.productIntro {
}

    .productIntro > .pImage {
        padding: 10px;
        text-align: -webkit-center;
    }

    .productIntro > .pBody {
        padding: 30px;
    }

        .productIntro > .pBody > p {
            text-align: justify;
        }
