* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
}

.container {
    width: 1200px;
}

.container {
  /*  margin: 3vh auto;
    padding: 10px;*/
}

.page-title {
    margin: 17px auto;
    text-align: center;
    color: #222;
    font-size: 17px;
}

    .page-title h1 {
        font-size: 40px;
        line-height: 1;
    }

    .page-title a {
        color: #f77;
        text-decoration: none;
    }

        .page-title a:hover {
            text-decoration: underline;
            color: #f33;
        }

.mega-menu {
    position: relative;
    margin: 30px auto;
    -webkit-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
    -moz-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
    box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
}

    .mega-menu > ul {
        position: relative;
        background-color: #e9e9e9;
        display: block;
        position: relative;
    }

        .mega-menu > ul > li {
            display: block;
            width: 100%;
            height: auto;
        }

            .mega-menu > ul > li > a {
                padding: 14px 17px 12px 83px;
                color: #056839;
                text-decoration: none;
                width: 100%;
                display: block;
                overflow: hidden;
                position: relative;
                border-bottom: 1px solid #ccc;
                font-size: 14px;
                background-color: #fff;
            }

            .mega-menu > ul > li:last-child > a {
                border-bottom: 0;
            }

            .mega-menu > ul > li > a:after, .mega-menu > ul > li > a:before {
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                transition: all .5s;
            }

            .mega-menu > ul > li.menu-1 > a:before {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 60px;
                background-color: transparent;
                content: "";
            }

            .mega-menu > ul > li.menu-1 > a:after {
                position: absolute;
                width: 0;
                height: 0;
                left: 23px;
                top: 18px;
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f274";
            }

            .mega-menu > ul > li.menu-2 > a:before {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 60px;
                background-color: transparent;
                content: "";
            }

            .mega-menu > ul > li.menu-2 > a:after {
                position: absolute;
                width: 0;
                height: 0;
                left: 23px;
                top: 18px;
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f073";
            }

            .mega-menu > ul > li.menu-3 > a:before {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 60px;
                background-color: transparent;
                content: "";
            }

            .mega-menu > ul > li.menu-3 > a:after {
                position: absolute;
                width: 0;
                height: 0;
                left: 23px;
                top: 18px;
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f2b5";
            }

            .mega-menu > ul > li:hover a:before {
                background-color: #056839;
            }

            .mega-menu > ul > li:hover a:after {
                border-right-color: #fff;
                color: #fff;
            }

            .mega-menu > ul > li .mega-submenu {
                visibility: hidden;
                position: absolute;
                opacity: 0;
                transition: .6s;
            }

            /*.mega-menu > ul > li.active .mega-submenu {
                top: 0;
                right: 0;
                right: 100%;
                z-index: 99;
                padding: 10px 10px;
                background-color: #fff;
                color: #fff;
                overflow: hidden;
                visibility: visible;
                width: 360px;
                height: auto;
                opacity: 1;
                transition: .6s;
                -webkit-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
                -moz-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
                box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
            }*/








            .mega-menu > ul > li.active .mega-submenu {
                top: 0;
                right: 0;
                right: calc(100% - 270px);
                z-index: 99;
                /* padding: 10px 10px; */
                background-color: #fff;
                color: #fff;
                overflow: hidden;
                visibility: visible;
                width: calc(390px + 270px);
                height: auto;
                opacity: 1;
                transition: .6s;
                -webkit-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
                -moz-box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
                box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
                padding-right: 270px;
                background: transparent;
                box-shadow: unset;
                z-index: -1;
            }

.mega-submenu .child-submenu-events-right {
    padding: 10px;
    background: #fff;
    box-shadow: -5px 4px 24px -8px rgba(0,0,0,.75);
}








.mega-submenu p {
    color: #056839;
    line-height: 1;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    text-align: center;
}

.mega-submenu .submenu-content {
    display: block;
    overflow: hidden;
    position: relative;
}

.menu-item .submenu-content {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-item .part {
    width: 33.333%;
    float: left;
    /* padding: 15px 15px; */
    position: relative;
}

.menu-item .links ul {
    margin: 0;
    padding: 0;
}

    .menu-item .links ul li {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px;
    }

        .menu-item .links ul li:hover {
            background-color: #056839;
            color: #fff;
            letter-spacing: 1px;
        }

            .menu-item .links ul li:hover a {
                color: #fff;
            }

        .menu-item .links ul li:last-child {
            border-bottom: 0;
        }

        .menu-item .links ul li a {
            color: #555;
            display: block;
            text-decoration: none;
        }

.menu-item .featured-product .product-detail {
    border: 1px solid #eee;
    text-align: center;
    position: relative;
}

    .menu-item .featured-product .product-detail .badge {
        background-color: #fe0000;
        color: #fff;
        font-size: 13px;
        padding: 5px 15px;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .menu-item .featured-product .product-detail .product-desc {
        padding: 10px 20px 30px 20px;
        font-size: 14px;
    }

        .menu-item .featured-product .product-detail .product-desc a {
            text-decoration: none;
        }

    .menu-item .featured-product .product-detail a.title {
        color: #777;
        text-transform: uppercase;
    }

        .menu-item .featured-product .product-detail a.title:hover {
            color: #056839;
        }

    .menu-item .featured-product .product-detail .price {
        color: #056839;
        display: block;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 700;
    }

    .menu-item .featured-product .product-detail .btn-atc {
        color: #fff;
        display: inline-block;
        background-color: #056839;
        padding: 8px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

.menu-item .promotions .promo {
    padding: 2px;
}

.evnt-dtls {
    width: 42%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    margin: 10px;
}

    .evnt-dtls a {
        color: #056839;
        font-weight: 500;
        line-height: 18px;
        padding-top: 10px;
        width: 100%;
        height: 100%;
    }

.events {
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: .6s;
    box-shadow: 1px 1px 10px 3px #ccc;
    width:150px;
    height:150px;
}

    .events:hover {
        transform: scale(1.2) rotate(359deg);
        -moz-transform: scale(1.2) rotate(359deg);
        -webkit-transform: scale(1.05) rotate(0);
    }

    .events:before {
        position: absolute;
        content: "";
        background-color: #fff;
        opacity: 0;
        left: 8px;
        right: 8px;
        bottom: 8px;
        top: 8px;
        border-radius: 100%;
        z-index: 1;
    }

    .events:hover:before {
        opacity: 0;
        display: none;
    }

.menu-item .promotions .promo:hover {
    box-shadow: 0 0 14px -1px gray;
}

    .menu-item .promotions .promo:hover img {
        transform: scale(1.1) rotate(0deg);
        transition: .6s ease-in-out;
    }

.menu-item .promotions .promo img {
    border: 1px #ddd solid;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    transition: .6s;
}

.bmr-events-text {
   /* position: absolute;
    top: 69px;
    left: -95px;
    transform: rotate(-90deg);
    font-size: 18px;
    padding: 10px 19px 10px 26px;
    padding: 0 8px;
    border-bottom: 26px solid #056839;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    height: 0;*/
    position: absolute;
    top: 35px;
    left: -62px;
    transform: rotate(-90deg);
    /* font-size: 18px; */
    padding: 10px 19px 10px 26px;
    padding: 0 8px;
    border-bottom: 25px solid #056839;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    height: 0;
}

#right-menu.right-menu2 {
    height: auto; 
	display:none;
}

#right-menu {
    /*right: -249px;*/
	right: -150px;
}

.contact_massage {
    width: 47px;
    height: 47px;
}

    .contact_massage a {
        line-height: 47px;
        font-size: 18px;
        transform: rotate(180deg);
    }

.part.links {
    width: 30%;
}

.part.promotions {
    width: 100%;
    text-align: center;
}

.button.events-btn {
    border-radius: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #056839;
    border: 1px solid #056839;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#056839 50%,#fff 50%);
    transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

    .button.events-btn:hover {
        color: #056839;
        background-color: #5c9320;
        background-position: -100% 100%;
        cursor: pointer;
    }
