/*----------------------------------------------------------------*/
/*  General Menu Styles
/*----------------------------------------------------------------*/
.fieldmegamenu a:focus{ outline:0;}
.fieldmegamenu > ul {
	display: block;
    position: relative;
	clear: both;
    margin: 0;
}
#header_menu .total_menu {
    position: relative;
}
.shadow-top-menu {
    background: rgba(0, 0, 0, 0) url("../img/shadow-top-menu.png") no-repeat scroll 50% 0;
    bottom: -36px;
    height: 36px;
    left: 0;
    position: absolute;
    width: 100%;
}
#fieldmegamenu-main.fieldmegamenu > ul{
    height:64px;
    text-align:left;
}
.fieldmegamenu > ul > li {
    display: inline-block;
    font-size: 14px;
    float: left;
    text-transform: uppercase;
}
.fieldmegamenu .root-item.no-description .title, .fieldmegamenu .root-item .title{
    padding:0 20px;
    display:block;
}

.fieldmegamenu .root .root-item > a.active > .description, .fieldmegamenu .root .root-item:hover .description{
    background:#fff;
    color:#555;
}
.fieldmegamenu .root .root-item > a.active > .description:before, .fieldmegamenu .root .root-item:hover .description:before{
    color:#fff;
}
.fieldmegamenu .root:hover .root-item > a > .title, .fieldmegamenu .root:hover .root-item > .title,
.fieldmegamenu .root.active .root-item > a > .title, .fieldmegamenu .root.active .root-item > .title,
.fieldmegamenu .root .root-item > a.active > .title{
    background: #fb5b06;
    color:#fff!important;
}
.fieldmegamenu > ul > li img{max-width:100%;}
#fieldmegamenu-main.fieldmegamenu > ul > li .no-description .title{color:#555555;}
#fieldmegamenu-mobile.fieldmegamenu > ul > li .no-description .title{color:#555555;}
.fieldmegamenu .root > li {
    overflow: hidden;
}
.livingroom_custom .customcontent{float:right!important;}
.bedrooms_custom .customcontent{
    margin: 20px 0 15px 0;
    display: inline-block;
    padding:0!important;
    width: 100%;}
.static_livingroom{margin-top:15px; margin-bottom:13px;}
.fieldmegamenu-sticky .fieldmegamenu .right_block_brand{padding-left:15px;}
.fieldmegamenu-sticky .fieldmegamenu ul.total_menu{ padding:0 15px;}
.fieldmegamenu .root-item {
   line-height:64px;
    cursor: pointer;
    position:relative;
    white-space: nowrap;
}
.fieldmegamenu .root-item .title .icon-has-sub {
   font-size: 14px;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
    display:none;
}
.fieldmegamenu .menu-items .icon{ margin-right:10px;}
.fieldmegamenu .root-item .title .icon.icon-home{
    float:none;
    margin:0;
    font-size:24px;
}
.fieldmegamenu .home_active .root-item .title .icon.icon-home{vertical-align: middle; margin-right:0; }
.fieldmegamenu .root-item.no-description{
    line-height: 64px;
    padding: 0;
}
.fieldmegamenu .description {
    background: #eb5f06 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 0 7px;
    position: absolute;
    right: 15px;
    top: 3px;
    line-height:16px;
}
.fieldmegamenu .description:before {
    color: #eb5f06;
    content: "";
    font-family: "fontawesome";
    left: 14px;
    position: absolute;
    top: 7px;
}
.fieldmegamenu .menu-items {
    display: none;
    position: absolute;
    z-index: 8000;
    top: 60px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    height: auto;
    max-width: 1170px;
/*    border-bottom: 5px solid #fb5b06;*/
    background-color: #f1f1f1;
    box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    -webkit-box-shadow:  0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    -moz-box-shadow:  0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    box-shadow:  0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    line-height: normal;
}

/* inline-block hack */
.fieldmegamenu .menu-items ul {
    font-size: 0;
}

/* General Styles */
.fieldmegamenu .menu-items li {
    font-size: 14px;
    color:#626060;
}

.fieldmegamenu .menu-items > li {
    float: left;
    padding: 0 15px;
}

.fieldmegamenu .menu-item.depth-1 > .title.title_font {
    margin: 8px 0 10px 0;
    padding: 0 0 5px 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    font-size: 14px;
}
.fieldmegamenu .menu-item.depth-1 > .title a{
    color:#555;
}
.fieldmegamenu .submenu .title a{
    text-transform: capitalize;
}
.fieldmegamenu .menu-item > .title {
    padding: 7px 0;
}

.fieldmegamenu .submenu {
    overflow: hidden;
    margin-left: -1%;
    margin-right: -1%;
}

.fieldmegamenu .submenu > li {
    margin: 0 1%;
}

.fieldmegamenu .submenu > li .submenu > li {
    padding-left: 10px;
}

.fieldmegamenu .submenu > li.no-title > .submenu > li {
    padding-left: 0;
}
.fieldmegamenu .submenu .title {
    float: none;
}

/* Divider */
.fieldmegamenu .menu-item.divider {
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 1px 1%;
    width: 100%;
    border: none;
}

/* Custom Content */
.fieldmegamenu .custom-content p {
    padding: 5px 0;
}

.fieldmegamenu .custom-content ul {
    list-style-type: disc;
}

.fieldmegamenu .custom-content ol {
    list-style-type: decimal;
}

.fieldmegamenu .custom-content li {
    margin-left: 16px;
}

/* Products */

.fieldmegamenu .product .product-image{
    display: block;
}

.fieldmegamenu .product.withimage .title{
    margin-top: 10px;
}

.fieldmegamenu .depth-1.product .title{
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

/* Manufacturers */
.fieldmegamenu .manufacturer.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0!important;
}

.fieldmegamenu .manufacturer.withimage .title{
    margin-top: 10px;
}

.fieldmegamenu .depth-1.manufacturer .title{
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}
/* Suppliers */
.fieldmegamenu .supplier.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0!important;
}

.fieldmegamenu .supplier.withimage .title{
    margin-top: 10px;
}

.fieldmegamenu .depth-1.supplier .title{
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}
.fieldmegamenu .menu-items li.customcontent_women {
    margin-top: 5px;
    width: 40%;
}

/* Column System */
[class*="menucol-"] {
    float: left;
}

.menucol-1-1 {
    width: 100%!important;
}

.menucol-1-2 {
    width: 50%!important;
}

.menucol-1-3 {
    width: 33.33%!important;
}

.menucol-2-3 {
    width: 66.67%!important;
}

.menucol-1-4 {
    width: 25%!important;
}

.menucol-3-4 {
    width: 75%!important;
}

.menucol-1-5 {
    width: 20%!important;
}

.menucol-1-6 {
    width: 16.66%!important;
}

.menucol-1-10 {
    width: 10%!important;
}

/* Inline */
.fieldmegamenu .inline ul {
    font-size : 0;
}

.fieldmegamenu .inline li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 20%;
    vertical-align: top;
    font-size: 12px;
}

/* Text Alignment */
.fieldmegamenu .text-center ul,
.fieldmegamenu .text-center li {
    text-align: center;
}

.fieldmegamenu .menu-item.no-title > .title {
    display: none;
}

.fieldmegamenu .menu-item.no-description > .description {
    display: none;
}

/*----------------------------------------------------------------*/
/*  Mobile Menu Styles
/*----------------------------------------------------------------*/
#header_mobile_menu .description{display:none;}
#header_mobile_menu ul{text-align:left;}
/*#header_mobile_menu .icon.icon-home{color:#555;}*/
#header_mobile_menu {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 999;
    margin-bottom:30px;
    
}
#header_mobile_menu .brand{ color:#fff; font-size:18px; text-transform: uppercase;}
#header_mobile_menu .fieldmegamenu > ul > li {
    float: none;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #d7dce2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*#header_mobile_menu .fieldmegamenu .root-item .title{
    background:transparent!important;
}*/
#header_mobile_menu .root-item{
    line-height:50px; 
    height:50px;
    float: left;
    overflow: hidden;
}
#header_mobile_menu .fieldmegamenu > ul > li:first-of-type {
    border-top: 1px dotted #d7dce2;
}

#header_mobile_menu .fieldmegamenu .fieldmegamenu-mobile-handle {
    display: block;
    float: right;
    font-family: "fontawesome";
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 15px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_content {
    background: #fff none repeat scroll 0 0;
    padding-top: 15px;
    text-align: center;
    min-height:310px;
    height:100%;
}
.menu_content .icon-laptop, .menu_content .icon-wrench,.menu_content .icon-gears {
    font-size: 72px;
}
.menu_content h4 {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 25px 0 15px;
}
.menu_content p {
    line-height: 25px;
    padding: 0 15px;
    text-transform: none;
}
.custom_menu{padding-top:15px;}
.menu_content a {
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 15px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    background:#555;
}
.custom_block_content_all .customcontent{
    padding:0 0 15px 0!important;
}
.menu_content a:hover{
    background:#fb5b06;
      transition: all 0.5s ease-in-out 0s;
}
.custom_block_content_brand{margin-top:15px;}
.left_block_brand, .right_block_brand{float:left;}
.right_block_brand_top ul li, .right_block_brand_bottom ul li{ float:left;margin:0 0 15px 12px; width:177px;}
.right_block_brand{margin-left:15px;}
.left_block_brand{width:235px;}
.fieldmegamenu .custom_cms .menu-item.depth-1 > .title a {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}
.fieldmegamenu .custom_cms .menu-items > li {
    width: 100%;
}
.fieldmegamenu .custom_cms .menu-item.depth-1 > .title a:hover{
    color:#fb5b06;
}
.right_diningroom_menu{margin-top:15px; margin-bottom:10px;}
.right_diningroom_menu iframe{
   max-width: 100%;
height: auto;
}
#header_mobile_menu .fieldmegamenu .menu-items {
    position: relative;
    top: 0;
    padding: 15px;
    margin: 0;
    z-index: auto;
    overflow: hidden;
    box-shadow: none;
    background:transparent;
}

#header_mobile_menu .fieldmegamenu .description {
    white-space: nowrap;
}
#header_menu{
    background: #fff none repeat scroll 0 0;
    position: relative;
    width: 100%;
}
.fieldmm-nav{
    position: relative;
    padding:15px 0;
    background:#555555;
    text-align: center;
}
#fieldmm-button {
    cursor: pointer;
    float: right;
    font-size: 25px;
    color:#fff;
    margin-right: 15px;
}
#fieldmegamenu-mobile{
    background: #f1f1f1;
    display: block;
    height: auto;
    left: -100%;
    position: absolute;
    top: 50px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: all 350ms ease 0s;
    width: 100%;
    z-index: 999998;
    padding: 0 15px;
    opacity: 0;
}
#fieldmegamenu-mobile.active{
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,0.45);
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.45);
    opacity: 1;
}
.navbar-active #fieldmegamenu-mobile {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,0.45);
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.45);
}
#fieldmegamenu-main.fieldmegamenu > ul > li.menu-home .no-description .title{
    padding: 0 20px;
}
.right_block_img_menu{padding: 15px 0 0;}
.fieldmegamenu .menu-items li.customcontent_men{padding: 0;}
.fieldmegamenu > ul > li.demo_other_menu{background:#fb5b06; float:right;}
.fieldmegamenu > ul > li.demo_other_menu .no-description .title{color:#fff;}
.fieldmegamenu-sticky .fieldmegamenu > ul > li.demo_other_menu{display:none;}

.custom_link_feature a{text-transform: none; line-height:32px;}
.custom_link_feature a:before{  font-family: fontawesome; content: "\f105"; margin-right: 10px;}

/********************* cms_custom_link ****************/
.fieldmegamenu .menu-item.depth-1.cmspage .title{font-size:14px;  border:0;}
.fieldmegamenu .demo_custom_link_cms .menu-items > li{width:100%;}
.fieldmegamenu .demo_custom_link_cms .menu-item.depth-1 > .title a {
    font-size:14px;
    text-transform: capitalize;
    font-weight:normal;
    border:0;
    color: #777;
    transition:all 0.3s ease-in-out 0s;
}
.fieldmegamenu .demo_custom_link_cms .menu-item.depth-1 > .title a:before{
  font-family: fontawesome; 
  content: "\f105"; 
  margin-right: 8px;  
}
.fieldmegamenu .demo_custom_link_cms .menu-item.depth-1 > .title a:hover {
    color: #fb5b06;
     margin-left:5px;
    transition:all 0.3s ease-in-out 0s;
}
.fieldmegamenu .left-block .button-container a.quick-view{margin-top: -15px;}

@media(max-width:1200px) and (min-width:992px){
    .our-brands .brand-right li{width:140px; margin: 0 0 20px 20px !important;}
    .our-brands .brand-right li img{width:100%;}
    .brand-left iframe{width:180px;}
    .our-brands .brand-right{margin-left:5px!important;}
}
.fieldmegamenu .menu-items .icon, .fieldmegamenu .menu-items .title a:hover .icon{transition:all 0.3s ease-in-out 0s;}
.fieldmegamenu .submenu .title:hover a{margin-left:5px;transition:all 0.3s ease-in-out 0s; color:#fb5b06;}
.fieldmegamenu .submenu .title a{margin-left:0;transition:all 0.3s ease-in-out 0s; text-shadow: 1px 1px #ffffff;}
.menu-bottom .menu-bottom-dec a:hover{background:#555555;transition:all 0.3s ease-in-out 0s;}
.fieldmegamenu > ul > li img:hover{opacity:0.8;}

/******* custom-col-menu  *********/
.custom-menu-bottom img{float:left; margin-right:30px;}
.custom-menu-bottom, .custom-menu-top {min-height:160px; margin-top: -4px;}
.menu-bottom .menu-bottom-dec a{ padding: 10px 20px; background: #fb5b06; color: #fff; display:inline-block; margin-top:20px;}
.menu-bottom p{margin:0;  font-size:14px;  color:#626060; text-transform: none; line-height: 24px;}
.menu-bottom h3{  font-size: 18px; color: #555555;text-transform: capitalize;}

/****  our-brand *****/
.left_column_img , .right_column_img{float:left; margin-top:20px; margin-bottom:15px;}
.right_column_img{ padding-left:15px;}
.our-brands .brand-left,  .our-brands .brand-right{float:left; padding:15px 0 10px 0; }
.our-brands .brand-right{margin-left:30px;}
.our-brands .brand-right .brand-col1.row, .our-brands .brand-right .brand-col2.row{margin-left:0;margin-right:0;}
.our-brands .brand-right li{margin:0 0 20px 35px; float:left;}
.our-brands .brand-right .brand-col1.row{margin-bottom:20px;}
.our-brands .brand-right li:first-child{margin-left:0;}
.our-brands .brand-right .brand-col2 li{margin-bottom:0;}
@media(max-width:320px){
    .our-brands .brand-right li, .our-brands .brand-right .brand-col2 li{margin:0 0 15px 0;}
    .our-brands .brand-right{margin:0;}
    .our-brands img{width:100%;}
    .our-brands .brand-left{max-width:100%;;}
}
.menu-home .title-text{
    display: none;
}
.demo_other_menu .menu-items{width:160px;}
.custom_link_feature li a{transition: all 0.3s ease-in-out 0s;}
.custom_link_feature li:hover a{margin-left:5px; color:#fb5b06; transition: all 0.3s ease-in-out 0s;}
.menu-items > li.customcontent_customhtml{padding:0;}
.custom-col-html.custom-col1, .custom-col-html.custom-col2{padding-top:15px; padding-bottom:10px;;}
.custom-col-html p{text-transform: none; margin:20px 0 15px 0; line-height:20px;}
.custom-col3 p{margin-top:45px;}
.custom-col-html a{text-transform: none; color:#fb5b06;}
.custom-col-html a:hover{color:#555555;}
.custom-col-html h4 {
    color: #fb5b06;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
    text-align: center;
}
.custom-col-html.custom-col3{
    padding-left:13px; 
    border-left: 1px solid #fff; 
    -webkit-box-shadow: -1px 0 #d6d4d4;  
    -moz-box-shadow: -1px 0 #d6d4d4; 
    box-shadow: -1px 0 #d6d4d4; 
    padding-top:0; 
    margin-top:15px; 
    min-height:215px;
}

/************* custom_link_feature *********/
.custom_link_feature a{text-transform: none; line-height:32px;}
.custom_link_feature a:before{  font-family: fontawesome; content: "\f105"; margin-right: 10px;}
   
/*----------------------------------------------------------*/
/*
/* Media Queries
/*
/*----------------------------------------------------------*/

/*---------------------------------------*/
/* width >= 1680px
/*---------------------------------------*/
@media only screen and (min-width: 1680px)
{

}

/*---------------------------------------*/
/*  1280px <= width < 1680px
/*---------------------------------------*/
@media only screen and (max-width: 1679px)
{

}

/*---------------------------------------*/
/* 1136px <= width < 1280px
/*---------------------------------------*/
@media only screen and (max-width: 1279px)
{

}

/*---------------------------------------*/
/* 1024px <= width < 1136px
/*---------------------------------------*/
@media only screen and (max-width: 1135px)
{

}

/*---------------------------------------*/
/* 960px <= width < 1024px
/*---------------------------------------*/
@media only screen and (max-width: 1023px)
{
    .custom-menu-bottom, .custom-menu-top{max-width:330px;}
    .right_block_img_menu{max-width:164px;}
}

/*---------------------------------------*/
/* 768px <= width < 960px
/*---------------------------------------*/
@media only screen and (max-width: 959px)
{

    #header_mobile_menu .fieldmegamenu .menu-items > .menu-item {
        width: 100%!important;
        margin: 0 0 30px 0;
    }

    #header_mobile_menu .fieldmegamenu .menu-item.divider {
        padding: 0 1%;
        margin: 0;
    }

    /* force to menucol-1-4 */
    .menucol-1-5 {
        width: 25%!important;
    }

    .menucol-1-6 {
        width: 25%!important;
    }

    .menucol-1-10 {
        width: 25%!important;
    }

}

/*---------------------------------------*/
/* 640px <= width < 768px
/*---------------------------------------*/
@media only screen and (max-width: 767px)
{

}

/*---------------------------------------*/
/* 480px <= width < 640px
/*---------------------------------------*/
@media only screen and (max-width: 639px)
{
    /* force to menucol-1-3 */
    .menucol-1-4 {
        width: 33.33%!important;
    }

    /* force to menucol-2-3 */
    .menucol-3-4 {
        width: 66.67%!important;
    }

    /* force to menucol-1-3 */
    .menucol-1-5 {
        width: 33.33%!important;
    }

    .menucol-1-6 {
        width: 33.33%!important;
    }

    .menucol-1-10 {
        width: 33.33%!important;
    }
}

/*---------------------------------------*/
/* 420px <= width < 480px
/*---------------------------------------*/
@media only screen and (max-width: 479px)
{
    /* force to menucol-1-2 */
    .menucol-1-3 {
        width: 50%!important;
    }

    .menucol-2-3 {
        width: 50%!important;
    }

    .menucol-1-4 {
        width: 50%!important;
    }

    .menucol-3-4 {
        width: 50%!important;
    }

    .menucol-1-5 {
        width: 50%!important;
    }

    .menucol-1-6 {
        width: 50%!important;
    }

    .menucol-1-10 {
        width: 50%!important;
    }

}

/*---------------------------------------*/
/* 320px <= width < 420px
/*---------------------------------------*/
@media only screen and (max-width: 419px)
{

}

/*---------------------------------------*/
/* 0px <= width < 320px
/*---------------------------------------*/
@media only screen and (max-width: 319px)
{
.brand-left iframe{width:150px;}
}
@media(max-width:1199px){
   .fieldmegamenu > ul > li .right_block_img_menu img{width:160px!important;}
   .right_block_brand_top ul li, .right_block_brand_bottom ul li{width:136px;}
   .left_block_brand{width:186px;}
}
@media(max-width:991px){
    #header_mobile_menu .fieldmegamenu > ul > li{background:transparent;}
   /*#fieldmegamenu-mobile.fieldmegamenu > ul > li .no-description .title{background:transparent;}*/
   #header_mobile_menu .fieldmegamenu .menu-items > .menu-item{text-align:left;}
   #fieldmegamenu-mobile{
       margin:0;
   }
   #header_mobile_menu .fieldmegamenu .menu-items > .menu-item{
       margin: 0 0 6px;
   }
   .fieldmegamenu .menu-item.depth-1 > .title.title_font{
       margin-top:0;
   }
   
   .static_menu_bedroom > div{
       text-align:left;
   }
   #header_mobile_menu .fieldmegamenu .menu-items > .menu-item.cmspage{
       margin-bottom:0;
   }
   .fieldmegamenu .menu-item.cmspage > .title{
       padding:6px 0;
   }
   .left_block_brand,.right_block_brand{
       display: block;
margin-bottom: 30px;
text-align: center;
width: 100%;
   }
   .right_block_brand_top .top{
       display:inline-block;
   }
   .right_block_brand_bottom .bottom{
         display:inline-block;
   }
   .right_block_brand{
       margin-bottom: 0px;
   }
   #header_mobile_menu{
        padding:0;
    }
}
@media(max-width:320px){
    .right_diningroom_menu iframe{
        width:100%;
    }
    .right_block_brand_top ul li, .right_block_brand_bottom ul li{
        margin-left:0;
        float:none;
    }
    .left_block_brand, .right_block_brand{
        float:none;
        margin-left:0;
        margin-right:0;
        text-align:center;
    }
}
@media(max-width:991px){
    .custom_block_content_all .custom_menu > div{
        width:50%;
    }
    .custom_block_content_all .custom_menu > div:nth-child(2),
    .custom_block_content_all .custom_menu > div:nth-child(1){
        margin-bottom:30px;
    }
}
@media(max-width:767px){
    .custom_block_content_all .custom_menu > div{
        width:100%;
        margin-bottom:30px;
    }
    .custom_block_content_all .custom_menu > div .menu_content{
        min-height:auto;
    }
    .menu_content h4{
        padding-top:10px;
    }
    .custom_block_content_all .custom_menu > div:last-child{
        margin-bottom:0;
    }
}
@media(max-width:1199px) and (min-width:991px){
    .custom_menu .col-md-3:first-child .menu_content p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;     /* fallback */
        max-height: 150px;      /* fallback */
        -webkit-line-clamp: 6; /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}