body {
    font-family: "Segoe UI" !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "Segoe UI";
}

.product_thumb_link {
    padding-top: 10px !important;
}

a {
    font-family: "Kiron" !important;
    font-size: 16px;
}

#bg3 {
    background-color: #fff;
    border-top: 1px solid
}

#bg3 .foot {
    padding-top: 15px;
}

footer {
    background-color: #fff;
    color: #000;
    padding-bottom: 45px;
}

#foot1,
#foot2,
#foot3,
#foot4 a {
    color: white;
    padding-left: 5px;
}

#foot5 {
    color: black
}

#foot1 a:hover {
    text-decoration: none;
    color: rgba(19, 97, 177, 0.95);
    font-weight: 600;
}

#foot2 a:hover {
    text-decoration: none;
    color: rgba(19, 97, 177, 0.95);
    font-weight: 600;
}

h5#firstchild {
    padding-top: 15px;
}

#foot1,
#foot2,
#foot3,
#foot4 h3 {
    color: #000;
}

#foot3 h4 {
    padding-top: 15px;
    line-height: 1.4;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0% !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoRss {
    background-color: #F56505;
    color: #fff;
}

.social-network a.icoFacebook {
    background-color: #3B5998;
    color: #fff;
}

.social-network a.icoYoutube {
    background-color: red;
    color: #fff;
}

.social-network a.icoTwitter {
    background-color: #33ccff;
    color: #fff;
}

.social-network a.icoTumblr {
    background-color: #007bb7;
    color: #fff;
}

.social-network a.icoLinkedin {
    background-color: #3B5998;
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

@media(min-width:768px) {
    .order-process-color {
        font-family: 'Kiron' !important;
        margin-bottom: 10px;
        color: white;
        background: -moz-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* ie10+ */
        background: linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* w3c */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008080', endColorstr='#032680', GradientType=1);
        /* ie6-9 */
    }
}

@media(max-width:768px) {
    .order-process-color {
        font-family: 'Kiron' !important;
        margin-bottom: 10px;
        color: white;
        background: -moz-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* ie10+ */
        background: linear-gradient(105deg, rgb(0, 115, 236) 30%, rgb(1, 204, 63) 100%);
        /* w3c */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008080', endColorstr='#032680', GradientType=1);
        /* ie6-9 */
    }
}

.fixed-container-category,
.fixed-container-publisher,
.fixed-container-author {
    height: 235px !important;
}

.fixed-container-author img {
    max-height: 180px !important;
}

.fixed-container-category img,
.fixed-container-publisher img {
    max-height: 160px !important;
}

@media (max-width: 787px) {
    .promo-mob {
        float: right;
    }
    .mob-design {
        padding-left: 10% !important;
    }
    .mob-pad5 {
        padding: 5% !important;
    }
}

.form-control-custom {
    width: 100% !important;
    border: 1px solid #80808080 !important;
    border-left: unset !important;
    padding: 6px 12px !important;
}