
/* ----------------- making theme responsive 07/2014 (additional markup on desktop version + media queries) ------------------*/

.desktop-only {
}
.mobile-only {
  display: none;
}

a.btn_demo {
    display: inline-block;
    display: none;
    
    clear: both;
    float: left;
    width: 100%;
    color: #8ec243;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #2b2829;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    position: relative;
    
    background: #606060; /* Old browsers */
    background: -moz-linear-gradient(top, #606060 0%, #252222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#252222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #606060 0%,#252222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #606060 0%,#252222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #606060 0%,#252222 100%); /* IE10+ */
    background: linear-gradient(to bottom, #606060 0%,#252222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#252222',GradientType=0 ); /* IE6-9 */
}
a.btn_demo span.arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #3d3c3c url(images/demo_arrow.png) no-repeat 50% 50%;
    width: 32px;
}
a.btn_demo span.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/btn_overlay.png) repeat 0px 0px;
}
a.btn_demo span.text {
    position: relative;
    z-index: 100;
}
a.btn_demo:hover {
    color: white;
}

.hidden_on_mobile {
    display: none;
}

.su-spoiler-title {
  color: #ffffff;
  background-color: #A6A5A5;
}

.su-spoiler-title span {
  top: 0;
  height: 100%;
  line-height: 31px;
  width: 30px;
  vertical-align: middle;
  background-color: #747474;
  color: #8EC243;
}

div.su-spoiler-title {
  padding-left: 38px !important;
}

.su-accordion .su-spoiler {
  margin-bottom: 1px !important;

}

.su-other-shortcodes-loaded #long-text-box-wrap {
  padding: 0;
}


#pardot-form p.Lead_Type label {
    width: auto;
    position: inherit;
    padding-right: 20px;
}
#pardot-form p.Lead_Type {
    width: auto;
}
#pardot-form p.Lead_Type select {
    margin: 0px;
}

@media (min-width: 999px){
    .entry-excerpt.hidden_on_mobile {
        display: none !important;
    }  
}




@media (max-width: 1020px){
/*@media (max-width: 998px){*/
    
    * {
    	box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box; 
    }
    body {
        /*padding-left: 40px;
        padding-right: 40px;*/
        overflow-x: hidden;
    }
    
    /* global */
    #wrapper ,
    #wrapper #footer,
    .footer-nav {
        width: 100%;
    }
    #wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    
        
    
    /* header */
    #header .logo-interior-wrap {
        margin: 0px;
    }
    .logo-small {
        background: url(images/logo_tablet.png) no-repeat 0px 50%;
        width: 248px;
        height: 100px;
    }
    .logo-small img {
        display: none;
    }



    /* main menu */
    #primary-nav ul.main {
        width: 100%;
    }
    #primary-nav ul.main li {
        width: 20%;
    }
    #primary-nav .main li ul {
        overflow: hidden;
    }
    #primary-nav ul.main li li {
        width: inherit;
    }
    /* /main menu */
    
    /* header search */
    #header .search-box {
        background: none;
        opacity: 1;   
        padding-left: 0px;
        padding-right: 0px;
        margin-right: -5px;
    }
    .search-box-clear {
        height: 1px;
    }
    .search-box-right {
        display: none !important;
    }
    .search-box .search input {
        background: #565656;
        height: 25px;
        width: 139px;
        border: 0px;
        
    }
    .search-box #btn-submit {
        background-color: #565656;
        border: 0px;
    }
    
    /* background */
    #background_img_wrap {
        height: 100% !important;
    }
    
    /* homepage */
    .box {
        width: 32.5%;
        margin-right: 0px;
        margin-bottom: 100px;
        overflow: hidden;
        height: 450px;
    }
    .box.closed .box_thumb {
        height: auto;
    }
    .box_thumb img,
    .box.closed .box_thumb img {
        width: 100%;
        height: auto;
    }
    .box_thumb img.old_img ,
    .box.closed .box_thumb img.old_img  {
        
    }
    .box_thumb img.true_img ,
    .box.closed .box_thumb img.true_img  {
        opacity: 0;        
        position: inherit;
        display: none;
    }
    
        .box {
            width: 24% !important;
            height: auto;
            margin-right: 0.5% !important;
            padding-right: 10px;
        }
        .box img {
            width: 100%;
            height: auto;
        }
        .box.alignright {
            margin-right: 0px !important;
        }
        .index_info {
            display: none;
        }
        .box:first-child {
            /*margin-left: -20px;*/
        }
        
    /*
    .box.alignleft:first-child img.true_img {
        display: inline-block;
    }
    .box.alignleft:first-child .box_thumb {
        position: relative;
    }
    .box.alignleft:first-child .box_thumb img.old_img {
        opacity: 0;   
    }
    .box.alignleft:first-child .box_thumb img.true_img {
        opacity: 1;
        width: 700px;
        height: auto;

        position: absolute;
        right: 0px;
        top: 0px;
        
    }
    */
    .box .box_footer {
        display: none;
    }
    .box .entry-excerpt {
        display: none;
        width: 100%;
        clear: both;
        float: left;
        background: #4a4d4c;
        padding: 10px;
    }
    .box .entry-excerpt p {
        margin: 0px;
        padding: 0px;
    }
    .box .dk_grey_box {
        padding: 0px;
        width: 100%;
        height: 46px;
        overflow: hidden;
        display: table;
    }
    .dk_grey_box h1 {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
        border-bottom: 6px solid black;
        padding: 0px 10px 0px 45px;
        height: 46px;
        font-size: 13px;
        background: #4a4d4c url(images/arrow_down.png) no-repeat 0px 0px;
        
    }
    .box.expanded .dk_grey_box h1 {
        background: #4a4d4c url(images/arrow_up.png) no-repeat 0px 0px;
    }
    /* /homepage */
    
    
    /* text page */
    .long-text-sidebar-left ,
    .long-text-sidebar-right {
        display: none;
    }
    a.btn_demo {
        display: inline-block;
        margin-top: 20px;
    }
    #long-text-box-wrap {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        background: white;
        padding-right: 25px;
        overflow: hidden;
    }
    .calculator input, 
    table.location_search input {
        min-width: 150px;
        padding: 10px;
        margin-bottom: 5px;
    }
    #content-3.for_blog {
        margin-top: 0px;
    }
    .for_blog #long-text-box-wrap {
        background: transparent;
        padding: 0px;
    }
    .for_blog .breadcrumb-bar {
        display: none;
    }
    .for_blog .post-content {
        padding: 0px;
        background: white;
        /*padding-left: 15px;
        padding-right: 15px;*/

    }
    .for_blog .post-content.first {
        background: transparent;
        padding: 0px;
    }
    .for_blog #nav-above {
        clear: both;
        float: left;
        width: 100%;
    }
    .for_blog #nav-above a {
        color: white;
    }
    .for_blog a.open_close_link.hidden_on_mobile  {
        clear: both;
        float: left;
        width: 100%;
        display: block;
        height: 38px;
        line-height: 38px;
        color: white;
        font-size: 12px;
        margin-bottom: 15px;
        padding-left: 45px;
        background: #a6a5a5 url(images/arrow_down2.png) no-repeat 0px 0px;
    }
    .for_blog a.open_close_link.hidden_on_mobile.opened {
        background: #a6a5a5 url(images/arrow_up2.png) no-repeat 0px 0px;
    }
    
    .for_blog .post-content.first  br {
        display: none;
    }
    .for_blog .long-text-content-header {
        height: auto;
        background: none;
        float: left;
        margin: 0px;
       /* margin-bottom: 15px;*/
    }
    .for_blog .long-text-content-header h1 {
        background: #8ec243;
        font-size: 17px;
        text-transform: none;
        padding-left: 10px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 15px;

    }
    .for_blog .entry-utility {
        width: 100%;
    }
    .for_blog .post-content .long-text-content-header h1.entry-title {
        margin: 0px;
        padding: 0px;
        background: none;
        height: auto;
        line-height: 140%;
        /*margin-left: -15px;*/
        width: 100%;
        margin-bottom: 15px;
    }
    .for_blog .mobile_wrapper {
        display: none;
        float: left;
        width: 100%;
        background: white;
        padding: 15px;
    }
    
    .for_blog .post-content .long-text-content-header h1.entry-title a {
        display: block;
        float: left;
        width: 100%;
        color: white;
        font-size: 16px;
        line-height: 140%;
        background: #565656;
        padding: 15px;
    }
    #searchForm LABEL,
    #searchForm input#addressInput {
        height: 33px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    #searchForm input#addressSubmit {
        height: 33px;
        font-size: 16px;
        line-height: 33px;
    }
    #searchForm SELECT {
        padding: 10px;
        height: auto;
    }
    .long-text-sidebar-inside {
        float: left;
        width: 25%;
    }
    .long-text-content p {
        padding-left: 0px;
    }
    .widget .interior-graphics {
        max-width: 100%;
    }
    .long-text-sidebar-inside img {
        width: 100%;
        height: auto;
    }
    .long-text-content-header {
        width: 100%;
    }
    .single-page-our-product .long-text-content-header h1 {
        font-size: 20px;
    } 
    .long-text-content {
        float: left;
        width: 75%;
        margin-left: 0px;
        padding-left: 20px;
    }
    
    .content-list {
        background: white;
        margin: 0px;
        padding: 12px;
    }
    .content-list.showcase h1 {
        color: #333;
        margin: 0px 0px 20px 0px;
    }
    .content-list.showcase .showcase-list {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .content-list.showcase .showcase-list li {
        float: left;
        width: 20%;
        height: auto;
        margin: 0px;
        padding: 0px 10px 0px 0px !important;
        margin-bottom: 10px;
        background: none;
        overflow: hidden;
    }
    .content-list.showcase .showcase-list li a {
        display: block;
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .content-list.showcase .showcase-list li img {
        width: 100%;
        height: auto;
    }
    /* /text page */
    
    
    /* footer */
    .footer_clear {
        height: 30px;
    }
    .home #wrapper .footer_clear ,
    #wrapper #footer {
        height: 160px;
    }
    #footer {
        width: 100%;
        margin-top: 30px;
        clear: both;
    }
    #wrapper #footer {
        clear: none;
        overflow: hidden;
        width: 100%;
        margin-left: -40px;
        margin-top: -107px;
        /*padding-left: 40px;*/
    }
    #footer .alignright  {
        display: none;
    }
    .social-media-icons li {
        margin-right: 20px;
    }
    #bottombar {
        display: none;
    }
    .footer-nav {
        background: #3a3c39;
        color: white;
        border: 0px;
        height: auto;
        padding-left: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    .footer-menu li:first-child a {
        padding-left: 0px;
    }
    .footer-menu li:hover {
        border: 0px;
    }
    #footer .social-media-icons,
    #wrapper #footer .social-media-icons {
        margin: 0px;
        margin-top: -15px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        /*background: url(images/social_bg.png) repeat 0px 0px;*/
        /*background-color: #A8A8A6;*/
        left: inherit;
        height: auto;
        padding-left: 40px;
        /* Gradient */
        background: rgb(125,128,128); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(125,128,128,1) 54%, rgba(148,148,146,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(54%,rgba(125,128,128,1)), color-stop(100%,rgba(148,148,146,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(125,128,128,1) 54%,rgba(148,148,146,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(125,128,128,1) 54%,rgba(148,148,146,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(125,128,128,1) 54%,rgba(148,148,146,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(125,128,128,1) 54%,rgba(148,148,146,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d8080', endColorstr='#949492',GradientType=0 ); /* IE6-9 */
    }
    .additional-m-menu {
        display: block;
        clear: both;
        float: left;
        background: #565656;
        margin-top: 48px;
        width: 120%;
        padding-left: 40px;
        height: 80px;
    }
    .additional-m-menu ul {
        margin-top: 25px;
    }
    .additional-m-menu li {
        display: none;
    }
    .additional-m-menu li a {
        border: 0px;
    }
    .additional-m-menu li:first-child {
        display: inline;
    }
    /* /footer */
}

.box-title {
  background-color: #3A3C39;
  color: #ffffff;
  padding: 7px 10px;
  margin-top: 40px;
}

@media (max-width: 780px){
    
    #content-3 {
      margin-top: 20px;
    }
    .mobile-only {
      display: block;
    }
    .desktop-only {
      display: none;
    }
    /* header */
    #primary-nav {
        display: none;
    }
    #mobile-nav {
        display: block;
        float: left;
        width: 100%;
    }
    #mobile-nav a.mobile_menu_trigger {
        display: block;
        float: left;
        width: 100%;
        color: #747679;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        padding-left: 10px;
        background: white url(images/ham.png) no-repeat 100% 50%;        
    }
    #mobile-nav ul.main {
        width: 100%;
        background: white;
        display: none;
    }
    #mobile-nav ul.main li {
        position: inherit;
    }
    #mobile-nav ul.main li ,
    #mobile-nav ul.main li li,
    #mobile-nav ul.main li a {
        width: 100%;
        float: left;
        margin: 0px;
        line-height: inherit;
        padding: 0px;
        height: auto;
        color: gray;
    }
    #mobile-nav ul.main li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
    }
    #mobile-nav ul.main li,
    #mobile-nav ul.main li li {
        padding-left: 10px;
    }
    #mobile-nav ul.main li li a {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mobile-nav ul.main li:hover,
    #mobile-nav ul.main li a:hover {
        background: none;
        color: inherit;
    }
    #mobile-nav ul.main li:hover > ul {
        padding: 0px;
        width: 100%;
        margin: 0px;
        float: left;
        padding-left: 18px;
    }
    #mobile-nav ul.main ul {
        position: inherit;
    }
    
    
    .content-list.showcase .showcase-list li {
        float: left;
        width: 33.3%;
    }
    
    /* footer */
    #wrapper #footer .footer-menu {
        margin-left: -20px; 
    }
    #footer .footer-menu li:first-child {
        display: none;
    }
    #footer .additional-m-menu .footer-menu {
        margin-left: 0px;
    }
    #footer .additional-m-menu .footer-menu li:first-child {
        display: inline;
    }
    
    
    #long-text-box-wrap iframe {
        width: 100%;
    }
    .long-text-content p.list_p {
        padding-left: 40px !important;
        /*text-indent: 5px;*/ 
    }
    .long-text-content p.list_p span {
        margin-left: -25px;
        display: inline-block;
        position: relative;
        width: 20px;
        margin-right: 2px;
    }
    .long-text-content p.list_p span span {
        margin: 0px;
        width: auto;
        display: inline;
    }
    
    
}

@media (max-width: 650px){
    
    /* homepage */
    #content {
        margin-top: 30px;
        overflow: hidden;
    }
    .box {
        height: auto;
        width: 100%;
        float: left;
        margin: 0px 0px 20px 0px !important;
        padding: 0px;
        position: inherit;
    }
    .box .box_wrap {
        float: left;
        width: 100%;
        position: inherit;
        overflow: hidden;
    }
    /*
    .box.alignleft:first-child .box_thumb {
        height: 170px;
        overflow: hidden;
    }
    .box.alignleft:first-child .box_thumb img.true_img {
        width: 560px;
    }*/
    .box .box_top ,
    .box.closed .box_thumb,
    .box .dk_grey_box {
        position: inherit;
    }
    .box .entry-excerpt {
        background: white;
        color: #6e7071;
        font-size: 13px;
    }
    .box .entry-excerpt a {
        color: #3a3c39;
    }
    
    .box.expanded .box_footer {
        display: block;
        width: 100%;
        border-bottom: 6px solid #202020;
        float: left;
        background: #f4f4f4;
        height: 25px;
    }
    .box.expanded .box_footer a {
        display: none;
    }
    
        .box {
            width: 50% !important;
            padding-right: 10px;
        }
        .box img {
            width: 100%;
            height: auto;
        }
    
    /* text page */
    .long-text-sidebar-inside {
        display: none;
    }
    .long-text-content {
        width: 100%;
        padding-left: 0px;
    }
    .long-text-content img {
        width: 100%;
        height: auto;
    } 
    .long-text-content p,
    .calculator  {
        font-size: 15px;
        line-height: 140%;
    }
    /* /text page */
    
    /* footer */
    #wrapper #footer {
        width: 140%;
    }

    
}


@media (max-width: 540px) {
    
    /* header */
    #wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .search-box {
        display: none;
    }
    #header .logo-interior-wrap {
        float: left;
        width: 100%;
    }
    #header .logo-interior-wrap a {
        display: inline-block;
        float: left;
        width: 100%;
        height: 99px;
        background: url(images/mobile_logo_bg.jpg) no-repeat 100% 50%;
    }
    .logo-small {
        height: 99px;
        float: left;
        width: 100%;
        margin-left: -20px;
        position: absolute;
        /*background: #3a3c39 url(images/logo_mobile.png) no-repeat 0px 0px;*/
        background: url(images/mobile_logo_bg.jpg) no-repeat 100% 50%;
    }
    .logo-small:before {
        display: block;
        content: " ";
        width: 154px;
        height: 98px;
        background: url(images/logo_mobile.png) no-repeat 0px 50%;
        margin-left: 20px;
    }

    .home #mobile-nav {
        margin-top: 117px;
    }
    #mobile-nav {
        margin-top: 25px;
    }
        
    
    /* search - footer */
    .search-box.hidden_on_mobile {
        display: block;
        background: none;
        float: left;
        margin-bottom: 30px;
        width:100%;

        padding: 0px;
    }

    .search-box.hidden_on_mobile {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #wrapper .search-box.hidden_on_mobile {
        margin-top: 0px;
        border: 1px solid #cccccc;
        padding-left: 0px;
        padding-right: 0px;
    }
    .search-box.hidden_on_mobile .search input {
        width: 100%;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        background: white;   
    }
    .search-box.hidden_on_mobile form {
        width: 100%;
    }
    .search-box.hidden_on_mobile .cc-login {
        display: none;
    }
    .search-box.hidden_on_mobile #btn-submit {
        margin-top: -35px;
        height: 35px;
        background: white url(images/mobile_s_button.png) no-repeat 0px 50%;
        width: 30px;
    }
    
    #long-text-box-wrap iframe {
        width: 220px;
        height: 200px;
    }
    
    /* footer */
    .footer_clear {
        display: none;
    }
    #wrapper #footer ,
    .footer-nav,
    .social-media-icons,
    .additional-m-menu {
        margin-left: 0px;
        margin: 0px ;
        width: 100%;
        height: auto;
        position: inherit;
    }
    .social-media-icons {
       left: inherit;
       top: inherit;
    }
    .additional-m-menu {
        padding-bottom: 25px;
    }
    .footer-nav {
        padding-top: 0px;
    }
    .footer-menu li {
        /*width: 50%;*/
        width: 33%;
        text-align: left;
        margin-bottom: 10px;
    }
    .footer-menu li a {
        padding: 0px;
        border: 0px;
    }

}

@media (max-width: 530px){
    
    #addy_in_radius ,
    #radius_in_submit {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        clear: both;
    }
    div#map , #slp_tagline {
        clear: both;
        float: left;
    }
    #searchForm select {
        margin-bottom: 10px;
    }
    #searchForm select ,
    #searchForm input#addressSubmit,
    #searchForm LABEL, 
    #searchForm input#addressInput {
        width: 100%;
        text-align: left !important;
    }
    
    
    .calculator table td {
        display: block;
        width: 100%;
        text-align: left !important;
    }
    
    #pardot-form p {
        width: 100%;
    }
    form.form p.comments label,
    form.form p.required label, 
    form.form span.required label {
        width: auto;
        position: inherit;
        text-align: left;
    }
    #pardot-form input, #pardot-form  select {
        width: 100%;
        margin: 0px;
    }
    
    
    
    
}

@media (max-width: 500px) {
    
    #menu-footer-navigation-1 li {
        width: 100%;
    }
    #pardot-form input, select {
        margin-left: 0px;
    }
    .salesforceform .required {
        width: auto;
    }
    .salesforceform li span {
        float: left;
        width: 100% ;
        clear: both;
        
    }
    .salesforceform input {
        width: 100%;
        padding: 0px;
        color: #565656;
        font-size: 13px;
        height: 33px;
        line-height: 33px;
        background: white;
        padding-left: 10px;
        padding-right: 10px;
    }
    .salesforceform input[type="submit"] {
        width: 209px;
        height: 34px;
        background: white url(images/submit_btn.png) no-repeat 0px 0px;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
        
    }
    .salesforceform textarea {
        background: white;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        color: #565656;
        font-size: 13px;
    }
    
        .box {
            width: 100% !important;
            height: 300px !important;
            padding-right: 0px;
        }
        .box img {
            margin-top: -200px;
        }

    
    /* products */
    .content-list.our_products {
        background: transparent;
        padding: 0px;
    }
    .content-list.our_products h1 {
        background: #3a3c39;
        font-size: 17px;
        text-transform: none;
        padding-left: 10px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 15px;
        color: white;
    }
    .content-list.showcase.our_products .showcase-list li {
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding: 0px !important;
    }
    .content-list.showcase.our_products .showcase-list li a {
        line-height: 1px;
        height: 130px;
        overflow: hidden;
        display: inline-block;
        float: left;
        width: 100%;
    }
    #content-2 .content-list.showcase.our_products .showcase-list li ul.showcase-info {
        display: block;
        margin: 0px;
        opacity: 1 ;
        width: 100%;
        height: 100px;
        background: white;
        position: relative;
        left: inherit;
        top: inherit;
        height: 46px;
        overflow: hidden;
        border-bottom: 6px solid #b4b3b3;
        clear:both;
        float: left;
        
        margin: 0px !important;
        padding: 0px !important;

    }
    #content-2 {
        margin-bottom: 30px;
    }
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li {
        float: left;
        width: 100%;
        height: 39px;
        margin: 0px !important;
        padding: 0px !important;
    }
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_title {
        
    }
    /*
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_meta1,
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_meta2 {
        display: none;
    } */
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_meta1,
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_meta2 {
        position: absolute;
        top: 5px;
    }
    
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_meta1 {
        left: 10px;
        color :black;
    }
    #content-2 .content-list.showcase.our_products .showcase-list li .showcase-info li.p_meta2 {
        left: 150px;
        color: #565656;
        
    }
    #content-2 .content-list.showcase.our_products .showcase-list li ul.showcase-info li a {
        display: block;
        width: 100%;
        height: 39px;
        color: #3a3c39 !important;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
        /*line-height: 39px;*/
        padding: 25px 0px 0px 10px;
        background: url(images/p_details.png) no-repeat 100% 0px;
        
    }
    /* /products */
    
}

@media (max-width: 420px) {
    /*
     .for_blog .post-content .long-text-content-header h1.entry-title {
        width: 130%;
        padding-right: 40px;
     }*/
    
    .content-list.showcase .showcase-list li {
        float: left;
        width: 50%;
    }
    
}
/* ----------------- /making theme responsive 07/2014 (additional markup on desktop version + media queries) ------------------*/