﻿.foot-menu {
    margin-bottom: 30px;
}

.footer {
    font-size: 13px;
    color: #242424;
}

.right-text {
    text-align: right;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-content {
    margin-top: 5px;
}

.footer-sidebar-row .main-menu {
    list-style: none;
    padding: 0;
}

    .footer-sidebar-row .main-menu li {
        margin-bottom: 5px;
    }

    .footer-sidebar-row .main-menu a, .textwidget a {
        color: #3e3e3e;
    }

        .footer-sidebar-row .main-menu a:hover {
            background: none;
            text-decoration: none;
            color: #ed3237;
        }

.video-home .sideThumb {
    float: left;
    width: 19% !important;
    margin-left: 1.25%;
}

.isDesktop .my_menu .my_menu__body .mylogo {
    /* margin-right: 50px; */
    /*padding: 26px 0px 0px 0px;*/
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    float: right;
}

.form-group {
    margin-bottom: 10px !important;
}
      
 

@media (min-width: 1024px) {
    .the-article-body {
        width: 700px;
        float: left;
        position: relative;
        clear: both;
        left: 50%;
        margin-left: -300px;
    }


}

 

@media only screen and (max-width: 768px) {
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        float: left;
    }
}


.font-bold {
    font-weight: 700 !important;
}

.item_menu_index {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0px;
}
.item_menu_index a {
color:black
}




.icon_required {
    position: absolute;
    color: red;
    top: 0px;
    right: 26px;
    font-size: 12px;
    font-weight: bold;
}