/* #styleBold #allmenu {
    margin-left: 10px !important;
} */

.row-content {
    border-left: 2px solid #222222; 
    border-right: 2px solid #222222;
}

.main-widget {
    position: relative;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0 auto;
}

.main-widget .header {
    background: #F5F5F5;
    display: flex;
    padding: 20px 12px;
}

    .main-widget .header img {
        height: 74px;
        margin-right: 30px;
    }

    .main-widget .header h4 {
        font-size: 30px;
        position: relative;
        top: 21px;
    }

.main-widget .content {
    padding: 12px 12px;
}

    .main-widget .content .inner-right {
        padding: 90px 40px 10px 40px;
    }

        .main-widget .content .inner-right .title {
            color: #3E536D;
            font-size: 32px;
            margin-bottom: 10px;
        }

        .main-widget .content .inner-right h5 {
            font-family: 'OpenSans-SemiBold';
            color: #a2a2a2;
            font-size: 15px;
            margin-bottom: 25px;
        }

        .main-widget .content .inner-right p {
            font-size: 13px;
        }

        .main-widget .content .boxes {
            position: relative;
            width: 100%;
            padding: 40px 0;
        }

            .main-widget .content .boxes .container {
                max-width: 950px;
            }

                .main-widget .content .boxes .container .row {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin-right: -15px;
                    margin-left: -15px;
                }

            .main-widget .content .boxes .widget-box {
                position: relative;
                width: 100%;
                height: 100%;
                background: #ffffff;
                padding: 35px 20px 30px 20px;
                border-radius: 10px;
                box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
                text-align: center;
            }

                .main-widget .content .boxes .widget-box.wb-1 {
                    border-left: 2px solid #ea9531;
                }

                .main-widget .content .boxes .widget-box.wb-2 {
                    border-top: 2px solid #afb3be;
                    border-bottom: 2px solid #afb3be;
                }

                .main-widget .content .boxes .widget-box.wb-3 {
                    border-right: 2px solid #ea9531;
                }

                .main-widget .content .boxes .widget-box img {
                    height: 90px;
                    margin-bottom: 20px;
                }

                .main-widget .content .boxes .widget-box h4 {
                    color: #3E536D;
                    font-size: 20px;
                    margin-bottom: 15px;
                }

                .main-widget .content .boxes .widget-box h5 {
                    color: #c77718;
                    margin-bottom: 15px;
                }


       /*
        .main-widget .content .map {
            padding: 0px 10px 5px 10px;
        }
        */


@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .main-widget .content .boxes .container {
        padding-left: 3px;
        max-width: 930px;
    }

    .main-widget .content .inner-right {
        padding: 60px 40px 10px 40px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    .main-widget .content .inner-right {
        padding: 40px 40px 10px 40px;
    }

    .row-content .container:first-child {
        width: 100%;
    }

    .main-widget .content .boxes .widget-box a {
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 768px) {
    .row-content .container:first-child {
        padding: 0;
    }

    .main-widget {
        box-shadow: none;
    }

        .main-widget .content .boxes {
            padding: 30px 0 50px 0;
        }

            .main-widget .content .boxes .container {
                max-width: 100%;
            }

        .main-widget .content .inner-right {
            padding: 20px 10px 10px 10px;
        }

        .main-widget .content .map {
            padding: 0;
            box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
            margin-bottom: 10px;
        }
}

@media only screen and (min-width: 477px) and (max-width: 767px) {
    .row-content .container:first-child {
        width: 65%;
    }

    .main-widget {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

        .main-widget .header h4 {
            font-size: 24px;
        }

        .main-widget .content .boxes .widget-box {
            height: auto;
            margin-bottom: 15px;
            border-left: 2px solid #ea9531;
            border-right: 2px solid #ea9531;
            border-top: none !important;
            border-bottom: none !important;
        }
}

@media only screen and (min-width: 477px) and (max-width: 650px) {
    .row-content .container:first-child {
        width: 75%;
    }

    .main-widget .header h4 {
        font-size: 24px;
        top: 15px;
    }
}

@media only screen and (min-width: 477px) and (max-width: 550px) {
    .row-content .container:first-child {
        width: 80%;
    }
}

@media only screen and (max-width: 476px) {
    .main-widget .header img {
        height: 64px;
        margin-right: 20px;
    }

    .main-widget .header h4 {
        font-size: 22px;
        top: 10px;
    }

    .main-widget .content .inner-right {
        padding: 10px 0 0 0;
    }

    .main-widget .content .boxes {
        padding: 30px 0 30px 0;
    }

        .main-widget .content .boxes .widget-box {
            height: auto;
            margin-bottom: 15px;
            padding: 35px 20px 24px 20px;
            border-left: 2px solid #ea9531;
            border-right: 2px solid #ea9531;
            border-top: none !important;
            border-bottom: none !important;
        }

            .main-widget .content .boxes .widget-box a {
                display: block;
                margin-bottom: 6px;
            }
}


