/*---------------------------01 MENU BAR------------------------------*/
.sm_megamenu_wrapper_horizontal_menu {
    width:100%;
    position: relative;
}
.sm_megamenu_menu{
    width: 100%;
    margin: 0;
}
.sm_megamenu_menu > li{
    margin-right: 1px;
}

.sm_megamenu_menu > li > a span {
    display: block;
    padding-left: 0 !important;
}
.sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title{
    display: block;
    font-size: 116.6666%;
    padding: 0 !important;
}

.header2 .sm_megamenu_menu > li > a{
    border-right: 1px solid #61c46e;
}
.header2 .sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title{
    padding: 0 17px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    display: inline-table;
    width: 100%;
    vertical-align: middle;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 64px;
    text-align:center;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a .sm_megamenu_title:before{
    color: #3ab54a;

}
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a > span > span{
    color: #fff !important;
}
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover{
    background: #287e34;
}
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:before,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:after,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:before,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:after{
    display: none;
}

.sm-megamenu-child .sm_megamenu_title > a > span{
    font-weight: 300 !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before{
    position: absolute; width: 0;
    height: 3px; background: #3ab54a;
    top: 0; left: 0; content: "";
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:before{
    width: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:after{
    display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_top_actived:after{
    display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:after{
    position: absolute;
    bottom: 0;
    left: 50%;

    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3ab54a;
}

.sm-megamenu-child{
    -moz-box-shadow: 0 4px 4px #999;
    -webkit-box-shadow: 0 4px 4px #999;
    box-shadow: 0 4px 4px #999;
}

.sm-megamenu-child > .sm_megamenu_firstcolumn{
    padding: 15px 30px 30px !important;

}
.cus_temp4 .sm-megamenu-child > .sm_megamenu_firstcolumn img{
    width: 100%;
}
.cus_temp4 a.banner-lr{
    position: relative; float: left; width: 100%;
}
.cus_temp4 a.banner-lr:before{
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha( opacity = 0 );
    position: absolute;
    top: 0;
    width: 100%;
}
.cus_temp4 a.banner-lr:hover:before{
    opacity: 1;
    filter: alpha( opacity = 100 );
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
a.banner-dr{ float: left; width: 100%; }
a.banner-dr:hover img{
    opacity: 0.8;
    filter: alpha( opacity = 50 );
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.sm-megamenu-child .sm_megamenu_title > span{
    font-size: 116.66%; display: block; line-height: 38px;
    color: #3ab54a; text-transform: capitalize;
}
.sm-megamenu-child .sm_megamenu_title > a > span{
    line-height: 24px; display: block; padding-left: 14px;
}
.cus_tmp1 .sm_megamenu_content{
    margin-top: 27px;
}

.f-product .sm_megamenu_content{ margin-top: 10px !important; }
.f-product,.f-product >.sm_megamenu_firstcolumn{ padding: 0!important; }


.cus_tmp1-parent > .sm-megamenu-child ,.style-dn-parent > .sm-megamenu-child{
    right: auto !important;
}
.cus_temp4 img{ width: 100% !important; margin-top: 25px; }
.cus_temp4  .sm_megamenu_content{ text-align: center; padding-top: 6px; }

/*
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.open {
	background:#e76453;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
	background:#e76453;
}*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
    padding: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    outline:0;
    text-decoration:none;
    display:block;
    max-width: 75px;
    margin: 0 auto;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
    z-index:11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
    display:inline;
}

/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
    float:right;
    right:0;
    margin-right:0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
    margin-right:0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    margin:0px auto;
    top: 64px;
    position:absolute;
    text-align:left;
    z-index:99999;
    opacity: 0;
    filter: alpha( opacity=0 ) ;
    -moz-box-shadow: 0 2px 4px #888;
    -webkit-box-shadow: 0 2px 4px #888;
    box-shadow: 0 2px 4px #888;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
    transform: scale(0);
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
/* menu header 1*/
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.header2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    top: 56px;
}

.style-dn-parent .sm_megamenu_dropdown_4columns{
    left: 6.3%; width: 76.66%!important;
}
.header3 .style-dn-parent .sm_megamenu_dropdown_4columns{
    left: 13.3% !important;
}
.header2 .style-dn-parent .sm_megamenu_dropdown_4columns,
.header2 .cus_tmp1-parent .sm_megamenu_dropdown_4columns{
    left: auto !important; right: auto !important;
}

.cus_tmp1-parent .cus_tmp1 .sm_megamenu_col_4,
.cus_tmp1-parent .sm_megamenu_col_4 .sm_megamenu_col_2{
    padding: 0 !important;
}
.cus_tmp1-parent .sm_megamenu_dropdown_4columns{
    width: 76.5% !important; left: 6.3% !important;
}
.header3 .cus_tmp1-parent .sm_megamenu_dropdown_4columns{
    left: 14.3% !important;
}
.sm_megamenu_menu .sm-megamenu-child, .sm_megamenu_drop.parent .sm_megamenu_dropdown_1column{
    border-top: 3px solid #3ab54a;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > .sm_megamenu_dropdown_1column .sm_megamenu_firstcolumn a span{
    position: relative;
    padding-left: 14px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > .sm_megamenu_dropdown_1column .sm_megamenu_firstcolumn a span:before{
    content: "\2022";
    position: absolute;
    top: 50%; margin-top: -5px; left: 0; float: left;
    width: 6px; height: 10px; line-height: 100%;
}

.cus_tmp1-parent .cus_tmp1 > .sm_megamenu_firstcolumn.sm_megamenu_col_2 {
    width: 25% !important; margin-left: 30px;
}
.cus_tmp1-parent .cus_tmp1 > .sm_megamenu_firstcolumn.sm_megamenu_col_4 {
    width: 70.66%;
}
.sm_megamenu_menu .sm-megamenu-child .cus-cs{
    padding-left: 45px !important;
}
.sm_megamenu_menu .sm-megamenu-child .cus_temp2.cus_temps{
    padding-left: 16px !important;
}
.cus_tmp1 .cus_temp4 img{
    margin-top: 0 !important;

}
.cus_tmp1 .cus_temp4{ padding: 0 !important}
.style-dn-parent .sm_megamenu_dropdown_4columns .sm_megamenu_col_1{
    width: 25% !important; padding: 0 !important;
}
.style-dn-parent .sm_megamenu_dropdown_4columns .sm_megamenu_col_6{
    padding: 0 !important;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 150%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 50%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}




/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
    opacity: 1;
    filter: alpha( opacity=100 ) ;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
    left:auto;
    right:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
    left:auto;
    right:0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
    right:18px;
    top:33px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 16.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 33.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 50%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 66.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 83.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 100%; padding: 0 1%;}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    background:#fff;
    text-align:left;
    float: left;
}

/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2column  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
    width: 100%;
    padding: 10px 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn .sm_megamenu_title > a > span{
    display: block;
    line-height: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_firstcolumn .item_video{
    width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_col_3.sm_megamenu_firstcolumn{
    padding-right: 18px !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child > .sm_megamenu_firstcolumn .item_video h2{
    margin-top: 5px;
}
.link_layout,.layout-web,.layout-web li{ float: left; width: 100% !important; text-align: left !important;}
.layout-web li a{ float: left; width: 100%; line-height: 30px; }

@media all and (min-width: 768px) and (max-width: 991px) {
    .sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title{
        font-size: 100%;
    }
}