﻿.cw-property-listing {
}

.cw-row-block {
    line-height: 12px;
}

    .pl-main-container:before, .pl-search-container:before, .pl-sort-container:before, .pl-content-container:before, .pl-content-inner-container:before, .pl-filter-container:before, .pl-filter-data-dd:before, .cw-row-block:before, .pl-content-holder-container:before, .pl-img-thump-cell:before 
    ,.pl-content-paging-container:before,.pl-main-container-s1:before
    ,.pl-det-logo-wrap-s1:before,.pl-list-bnr-container:before
    ,.pl-thum-det-container:before {

        content: "";
        display: table;
    }

    .pl-main-container:after, .pl-search-container:after, .pl-sort-container:after, .pl-content-container:after, .pl-content-inner-container:after, .pl-filter-container:after, .pl-filter-data-dd:after, .cw-row-block:after, .pl-content-holder-container:after, .pl-img-thump-cell:after 
    ,.pl-content-paging-container:after,.pl-main-container-s1:after
    ,.pl-det-logo-wrap-s1:after,.pl-list-bnr-container:after
    ,.pl-thum-det-container:after{
        content: "";
        display: table;
        clear: both;
    }

.cw-div-lft {
    float: left;
}

.cw-div-rig {
    float: right;
}

.hideLogo .cw-row-block .pl-det-logo-wrap-s1 {
    display:none
}

.pl-det-col-rig .cw-row-block .brokerHeading {
    display:none;
}

.cw-pos-rel {
    position:relative;
}

.cw-btn-dd-close {
    position:absolute;
    top:0px;
    right:0px;
    height:25px;
    width:25px;
    cursor:pointer;
}
.cw-btn-dd-close img{
    width:100%;
}
    .cw-btn-dd-close.pl-btn-thm-can {
        border:none;
    }

section.pl-main-container {
   padding: 20px;
    border: 1px solid #cccecf;
    z-index: 600;
    background-color: #fff;
}

.cw-property-listing #content-wrapper section > .row {
    max-width: 980px;
    margin: 0 auto;
}

.pl-search-container {
}

.pl-sort-container {
    padding: 10px 0px 10px 0px;
}

.pl-content-container {
}

.pl-content-inner-container {
}

.pl-filter-container {
    position: relative;
}

.pl-btn-search {
    display: block;
    float: left;
    padding: 11px 10px 9px 30px;
    margin-right: -1px;
    font-size: 12px;
    color: #fff;
    background-color: #e4002b;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-font-smoothing: antialiased;
    line-height: 12px;
    cursor: pointer;
    position: relative;
}

    .pl-btn-search:before {
        position: absolute;
        width: 13px;
        height: 14px;
        left: 10px;
        top: 10px;
        content: "";
        background: url(/img/propertylisting/filters.svg) no-repeat 0 0;
    }

    .pl-btn-search:hover {
        color: #fff;
    }

    .pl-btn-search i {
    }

.pl-input-search-text {
    display: block;
    float: left;
    width: 240px;
    padding: 8px 5px;
    margin: 0;
    border: 1px solid #a9a9a9;    
    box-shadow:none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font: 12px Arial,Helvetica,sans-serif;
    background: #fff;
    background: -moz-linear-gradient(top,rgba(209,209,209,1) 0,rgba(255,255,255,1) 7%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(209,209,209,1)),color-stop(7%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(209,209,209,1) 0,rgba(255,255,255,1) 7%);
    background: -o-linear-gradient(top,rgba(209,209,209,1) 0,rgba(255,255,255,1) 7%);
    background: -ms-linear-gradient(top,rgba(209,209,209,1) 0,rgba(255,255,255,1) 7%);
    background: linear-gradient(to bottom,rgba(209,209,209,1) 0,rgba(255,255,255,1) 7%);    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
}

.pl-btn-icn-search {
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    border: 1px solid #336;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    padding: 7px 9px;
    font: bold 14px/16px Helvetica,Arial,sans-serif;
    -moz-box-shadow: 0 2px 0 rgba(150,150,150,.16);
    -webkit-box-shadow: 0 2px 0 rgba(150,150,150,.16);
    box-shadow: 0 2px 0 rgba(150,150,150,.16);
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    color: #535353;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    background: #fff;    
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0,0,0,.08);
    -webkit-font-smoothing: subpixel-antialiased;
    margin-left: 10px;
    z-index: 400;
}

    .pl-btn-icn-search:hover {
        color: #5353;
        background-color: #eee;        
        border: 1px solid #bbb;      
    }

.pl-arrow-white-down {
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
    border-width: 4px 5px;
    position: relative;
    zoom: 1;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
    border-width: 4px 5px;
    position: relative;
    zoom: 1;
    border-color: #3765B7 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 4px;
    border-color: #fff transparent transparent;
    margin: 0 2px -2px 6px;
}

.pl-search-icn {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(/img/propertylisting/Search.png) no-repeat 0 0;
}

.pl-filter-data-dd {
    position: absolute;
    top: 33px;
    left: 0;
    width: 600px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 600;
    border: 1px solid #eee;
    min-height: 150px;
    z-index: 100;
    padding: 20px 20px 10px 20px;
    border-radius: 1px;
    margin-bottom: 10px;
    display: block;
    background-color:#fff;
}

.pl-list-inline-block {
    padding: 0px;
    margin: 0px;
    display: block;
}

    .pl-list-inline-block li {
        float: left;
        display: block;
        list-style: none;
    }

        .pl-list-inline-block li a {
            display: block;
            padding: 0px 0px;
            text-decoration: none;
            color: #666666;
            font: 12px Arial,Helvetica,sans-serif;
            line-height: 12px;
            margin-right: 10px;
        }

        .pl-list-inline-block li:hover a {
            text-decoration: none;
            color: #466daa;
        }
        .pl-list-inline-block li input[type="checkbox" i] {
               margin: 0px 3px 3px 4px;
    display: block;
    float: left;
        }

    .pl-list-inline-block input[type="radio"] {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 2px 3px 0 0;
        cursor: pointer;
        box-sizing: border-box;
    }

.cw-col-l1 {
    float: left;
    width: 130px;
    min-height: 310px;
    border-right: 1px solid #e9e9e9;
    margin-right: 20px;
}

.cw-col-l2 {
    float: left;
    width: 181px;
    min-height: 310px;
    border-right: 1px solid #e9e9e9;
    margin-right: 20px;
}

.cw-col-l3 {
    float: left;
    width: 187px;
    min-height: 310px;
    margin-right: 20px;
}

.pl-list-inline-block.ctrl-block li {
    display: block;
    float: none;
}

    .pl-list-inline-block.ctrl-block li a {
        padding: 2px 0px 2px 0px;
    }

.pl-filter-hdr-lbl {
    margin-bottom: 6px;
    font-size: 12px;
    color: #555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 12px;
    font-weight: 600;
}

.pl-filter-hdr-select-lbl {
    color: #466daa;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    margin: 6px 0px 6px 0px;
    padding: 0px;
    display: block;
}

.pl-field-hdr-lbl {
    cursor: pointer;
    margin: 0px;
    margin-bottom: 2px;
    color: #666;
    line-height: 12px;
    font: 12px Arial,Helvetica,sans-serif;
    font-weight: initial;
}

.pl-select-ctrl {
    border: 1px solid #A9A9A9;    
    border-radius: 2px;
    /*box-shadow: inset 0 1px 0 #e6e7e9;*/
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    box-sizing: border-box;
    width: 90%;
}

input[type=text].pl-input-ctrl {
    border: 1px solid #A9A9A9;    
    border-radius: 2px;    
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    box-sizing: border-box;
    width: 90%;
    height: 26px;
}

.mar-top-sm {
    margin-top: 20px;
}
.mar-top-msm {
    margin-top: 10px;
}
.mar-top-xsm {
    margin-top: 5px;
}

.mar-top-non {
    margin-top: 0px !important;
}

.mar-lft-smx {
    margin-left: 10px;
}

.mar-bot-non {
    margin-bottom: 0px !important;
}

.pl-filter-inner-foot {
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
}

.pl-btn-def {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.pl-btn-thm-can {
    color: #466daa;
    border: 1px solid #336;
    font-weight: bold;
}

.pl-btn-thm-ser {
    background: #4f8abe;
    color: #fff;
    border: 2px solid #4f8abe;
    padding: 4px 11px 3px 11px;
    font-weight: 600;
}

.pl-btn-thm-nxt {
    padding: 4px 8px 3px 8px;
color: #4f8abe;
    /* text-shadow: 0 1px 0 rgba(255,255,255,1); */
    background: #ffffff;
    border: 2px solid #4f8abe;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 600;
    text-decoration:none;
}
.pl-btn-thm-nxt:hover {
    color: #333;    
    background: #f6f6f6;   
    border-color:#aaa; 
    text-decoration:underline;
}
.pl-btn-def.pl-btn-thm-can {
    background: #dedede;
    color: #4c4c4c;
    border: 2px solid #dedede;
    padding: 4px 11px 3px 11px;
    font-weight: 600;
}
.pl-btn-def.pl-btn-thm-can:hover {
    background-color:#fff;
}

.pl-btn-thm-ser:hover {
    color: #666;
    background-color: #dbdbdb;
    background: -moz-linear-gradient(top,#eaeaea 10%,#fff 90%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#eaeaea),color-stop(90%,#fff));
    background: -webkit-linear-gradient(top,#eaeaea 10%,#fff 90%);
    background: -o-linear-gradient(top,#eaeaea 10%,#fff 90%);
    background: -ms-linear-gradient(top,#eaeaea 10%,#fff 90%);
    background: linear-gradient(top,#eaeaea 10%,#fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#ffffff',GradientType=0);
}

.pl-filter-container:hover .pl-filter-data-dd {
    display: block;
}

.pl-lbl-sort-hdr {
    font-size: 12px;
    line-height: 15px;
}

.pl-filter-hdr-create-lbl {
    color: #466daa;
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    display: block;
}

.pl-arrow-right-gray {
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
    border-width: 4px 5px;
    position: relative;
    zoom: 1;
    /* border-color: transparent transparent transparent #b2b2b2;*/
    border-color: transparent transparent transparent #4f8abe;
    border-style: dashed dashed dashed solid;
    margin: 3px -5px 0 3px;
   
}
.pl-btn-thm-nxt:hover .pl-arrow-right-gray {
       border-color: transparent transparent transparent #333;
}

.pl-page-lbl-hdr {
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    border-left: 1px solid #ccc;
}

.pl-val-sel {
    color: #777;
}

.pl-btn-link-dd {
    display: inline-block;
    padding: 4px 2px 3px 2px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #466daa;
    background-color: #fff;
    position: relative;
}

.pl-arrow-down-blue {
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
    border-width: 4px 5px;
    position: relative;
    zoom: 1;
    border-color: #3765B7 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    margin: 0 2px -2px 3px;
    border-width: 4px;
    border-color: #3765B7 transparent transparent;
}

.pl-dd-inner-shw-container {
    width: 170px;
    position: absolute;
    top: 18px;
    right: 0;    
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d5d0d4;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    display: none;
    z-index: 100;
}
.rent .pl-dd-inner-shw-container {
     width: 123px;
}
    .property-sorting.active {
        display:block;
    }
    .rent-sorting.active {
        display:block;
    }

.pl-list-inline-block.ctrl-block.ctrl-icn-blk li a {
    text-align: left;
    display: block;
    color: #191919;
    font-size: 12px;
    padding: 5px 0px 5px 15px;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ctrl-icn-blk li.selected a {
    background-image: url(/img/propertylisting/iconsGlobal.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-position: 0 -3120px;
    background-color: transparent;
}

.pl-content-inner-container {
    margin: 0px;
    /*height: 600px;
    overflow: hidden;
    overflow-y: auto;*/
}

.pl-content-holder-container {
    position: relative;
    border-top: 1px solid #cccecf;
    padding: 13px 9px 13px 0px;
}

.pl-img-thump-cell  {
    display: block;
    border: 1px solid #ccc;
    margin: 0;
    width: 200px;
    height: 132px;
    text-align:center;
    background-color:#e4e4e4;
}

.pl-img-thump-cell img {
   height: 100%;
}

    .pl-img-thump-cell > a {
        position: absolute;
        bottom: 1px;
        left: 1px;
        pointer-events: none;
        background-color: #000;
        filter: alpha(opacity=60);
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 10px;
        padding: 2px 3px;
    }

.pl-result-hdr-lbl-s1 {
    color: #e4002b;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 18px;
}
.pl-result-hdr-lbl-s1:hover {
    color: #424242;
}
.pl-result-hdr-lbl-s2 {
    margin: 0px;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    padding: 0px;
    margin-bottom: 5px;
}

.pl-result-hdr-lbl-s3 {
    margin: 0px;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    padding-right: 5px;
}

.pl-result-hdr-cont-lbl-s1 {
    font-weight: bold;
    line-height: 15px;
    font-size: 12px;
    margin: 0px;
}

.pl-result-hdr-cont-lbl-s2 {
    line-height: 13px;
    font-size: 11px;
    margin: 0px;
}
.pl-content-paging-container {
    padding:10px 0px;
}
.pl-list-paging-ctrl {
    padding:0px;
    margin:0px;
    display:block;
    margin-top:5px;
    text-align:center;
}
.pl-list-paging-ctrl li{
     color: black;
            float: left;
            padding: 0px 0px;
            text-decoration: none;
            border: none;
            margin: 0 4px;
            cursor:pointer;

}
.pl-list-paging-ctrl li a{
    display:block;
    height:18px;
    width:18px;
    border-radius:50%;
    background-color:#eee;
    text-decoration:none;
    font-size:10px;
    text-align:center;
    line-height:17px;
    color:#000;
    margin-right:2px;
    margin-left:2px;
    

}
    .pl-list-paging-ctrl li:hover a {
            background-color: #e4002b;
            color:#fff;
    }
    .pl-list-paging-ctrl li.active a {
            background-color: #e4002b;
            color:#fff;
    }
.pl-lbl-hint-paging {
      font-size: 11px;
    color: #000;
    line-height: 12px;
    margin-right: 5px;
    margin-top: 7px;
    display: block;
    
}
.cw-col-pl-cont-s1 {
    width:3%;
    float:left;
}
.cw-col-pl-cont-s2 {
    width:22%;
    float:left;
        position: relative;
}
.cw-col-pl-cont-s2:before {
    content: "";
    display: table;
}
.cw-col-pl-cont-s2:after {
    content: "";
    display: table;
    clear: both;
}
.cw-col-pl-cont-s3 {
    width:60%;
    float:left;
}
.cw-col-pl-cont-s4 {
    width:15%;
    float:left;
}
.pad-lft-smx {
    padding-left:15px;
}
.pad-lft-xmx {
    padding-left:5px;
}
.pad-rig-xmx {
    padding-right:5px;
}
section.pl-main-container-s1 {
     border:1px solid #d1d2d4;
         background-color: #fff;
         margin-bottom: 20px;             
         border-radius: 1px;
         padding:20px 20px 20px 20px;
         z-index:600;
}
#pl-pos-rel {
    position: relative;
}
.pl-det-col-lft {
    float: left;
    width: 622px;
    margin-right: 35px;
}
.pl-det-col-rig {
    float: right;
    width: 260px;
}
.pl-lbl-det-hdr-s1 {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
        font-size: 24px;
        font-weight:bold;
        line-height:25px;
        color:#000000;
}
.pl-lbl-det-hdr-s2 {
        font-size: 13px;
    font-weight: normal;
    color: #666;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height:16px;
    
}
.cw-txt-alg-s1 {
    text-align:right;
}
.pl-lbl-det-hdr-s3 {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 21px;    
}
.pl-lbl-det-hdr-s4 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 13px;    
    font-weight:bold;
}
.pl-lbl-det-hdr-s5 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 13px;        
}
.pl-lbl-det-hdr-s6 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 18px;        
    font-weight:bold;
}
.pl-lbl-det-hdr-s7 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 14px;            
}
.pl-lbl-det-hdr-s8 {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 0;
    line-height: 14px;            
}
.pl-lbl-det-hdr-s9 {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 14px;            
}
.pl-lbl-det-hdr-link-s1 {
    font-size: 12px;
    font-weight: normal;
    color: #466daa;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 13px;  
    font-weight:500;
    cursor:pointer;
	text-decoration:none;
}
.pl-lbl-det-hdr-link-s1:hover {
    text-decoration:underline;
}
.pl-det-logo-wrap-s1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-top:10px;
}
.pl-det-lbl-des-s1{
	margin:0px;
	font-size:12px;
	color:#000000;
	line-height:21px;
	font-weight:500;
}
.pl-det-lbl-lis-s1 p{
	margin:0px;
	font-size:12px;
	color:#000000;
	line-height:21px;
	font-weight:500;
}
.pl-det-logo-wrap-s1 img{
}
.pl-det-col-3 {
    width:30%;
    float:left;
}
.pl-det-col-6 {
    width:50%;
    float:left;
}
.pl-det-col-7 {
    width:70%;
    float:left;
}
.pl-det-col-8 {
    width:80%;
    float:left;
}
input[type=text].pl-det-form-field-s1 {
    padding: 5px 3px;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
        font-family:Arial;
        border: 1px solid #A9A9A9;
        color:#535353;
        height: 25px;
        font-size:12px;
        line-height: normal;
        width:100%;
}
textarea.pl-det-form-field-s1 {
    height: auto;
    width:100%;
    border: 1px solid #A9A9A9;
    color:#535353;
    font-family:Arial;
    font-size:12px;
    margin-bottom:10px;
}
input[type=text].pl-det-form-field-s1:focus,textarea.pl-det-form-field-s1:focus {
    
}
.pl-det-dbl-s1 {
    margin-top:3px;
    display:block;
    float:left;
}
.pl-det-btn-sum-s1 {
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    font: bold 14px/16px Helvetica,Arial,sans-serif;
    -moz-box-shadow: 0 2px 0 rgba(150,150,150,.16);
    -webkit-box-shadow: 0 2px 0 rgba(150,150,150,.16);
    box-shadow: 0 2px 0 rgba(150,150,150,.16);
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    padding: 9px;
    color: #ffffff;    
       background-color: #055195;
    background-image: -moz-linear-gradient(#055195, #012647);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#055195), to(#012647));
    background-image: -webkit-linear-gradient(#055195, #012647);
    background-image: -o-linear-gradient(#055195, #012647);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#055195', EndColorStr='#012647');
    box-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    display:block;
}
.pl-det-btn-sum-s1:hover {
    background-image:none;
    background-color: #fafafa; 
    color: #055195;   
    border: 1px solid #055195;        
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pl-det-sec-lft {
    float: left;
    width: 684px;
    margin-right: 20px;
}
.pl-det-sec-rig {
    float: left;
    width: 272px;
}
.pl-tbl-lbl-thm {
    width:100%;
}
.pl-tbl-lbl-thm td{
    text-align:left;
    color: #666;
    font-weight: normal;
    font-size:13px;
    padding: 7px 0px 7px 0px;
}
.pl-det-lbl-val-typ1 {
    color: #666;
}
.pl-det-lbl-val-typ2 {
    color: #000;
    font-size:12px;
}
.pl-det-lbl-val-typ2 i{
     font-style:italic;
	 margin-left:1px;
}
.pl-tbl-srp td {
    border-bottom:1px solid #e6e5e5;
    
}
.pl-tbl-ltrl-thm{
 width:100%;
}
.pl-tbl-ltrl-thm tr td{
	padding:5px 0px 5px 0px;
}
.pl-div-hr-s1 {
   padding: 0px;
    margin: 20px 0px 20px 0px;
    background-color: #e6e5e5;
    display: block;
    height: 1px;
}
.pl-adj-s1 {
    display: initial;  
}
.pl-list-bnr-container {
        background-color: #4f8abe;
    color: #fff;
    padding:15px 20px 15px 20px;
}
.pl-list-bnr-container {
}
.pl-lbl-cont-hdr-s1 {
        font-size: 18px;
        text-transform: uppercase;     
        line-height:20px;
        color:#fff;
        margin:0px;
}
.cw-property-listing .m-breadcrumbs {
    font-size: 9px;
    font-style: italic;
    margin-bottom:7px;
}
.cw-property-listing .m-breadcrumbs>a {
    color: #535353;
    line-height:12px;
}
.pl-thum-det-container {
    position:relative;
    padding:5px 0px;
}
.pl-thum-det-container img{
    position:absolute;
    top:7px;
    left:5px;
        border: 1px solid #BFBEBE;
        width:58px;
        height:43px;
        padding: 0px 2%;
        background-color:#e4e4e4;
}
.pl-lbl-thum-det-hdr-s1 {
    margin:0px 0px 0px 70px;
    display:block;    
    line-height:15px;
    color:#EE1B2C;
    font-size:12px;
    font-weight:500;
}
.pl-lbl-thum-det-hdr-s1:hover {
    text-decoration:underline;
    color:#055195;
}
.pl-lbl-thum-det-hdr-s2 {
    margin:0px 0px 0px 70px;
    display:block;
    line-height:14px;
    color:#000000;
    font-size:12px;
    font-weight:500;
}
.cw-row-block .pl-div-hr-last:last-child .pl-div-hr-s1{
	display:none;
}
.pl-file-typ-pdf{
	    background: url(/img/propertylisting/imgcollection.png) no-repeat 0 -2933px;
		    display: block;
    float: left;
    width: 19px;
    height: 20px;
}
.pl-file-typ-image {
    background: url(/img/propertylisting/imgcollection.png) no-repeat 0 -2734px;
    display: block;
    float: left;
    width: 19px;
    height: 20px;
}
.pl-lbl-thum-det-hdr-s2 {
    margin:0px 0px 0px 70px;
    display:block;
    line-height:14px;
    color:#000000;
    font-size:12px;
    font-weight:500;
}
.pl-lbl-det-frm-hdr-s1 {
    margin:0px 0px 0px 0px;    
    line-height:14px;
    color:#000000;
    font-size:12px;
    font-weight:500;
}
.pl-lbl-det-frm-hdr-s2 {
    margin:20px 0px 10px 0px;    
    line-height:16px;
    color:#000000;
   font-weight: bold;
    font-size: 16px;    
}
.pl-lbl-det-frm-hdr-s3 {
    margin:0px 0px 10px 0px;    
    line-height:21px;
    color:#000000;
    font-size:12px;
    font-weight:500;
}
.pl-lbl-det-frm-hdr-s4 {
     margin:0px 0px 5px 0px;    
    line-height:21px;
    color:#5d5d5d;
    font-size:12px;
    font-weight:500;
}
.cw-mesg-info-cell {
    padding:12px;
    background-color:#ffffe7;
    border: 1px solid #ccc;
    border-radius:1px;
}
.cw-mesg-info-cell p{
      margin:0px 0px 0px 0px;    
    line-height:15px;
    color:#000000;
    font-size:13px;
    font-weight:500;
}
.lbl-fld-hdr-s1 {
    margin:0px 0px 0px 0px;
    line-height:15px;
    color:#000000;
    font-size:12px;
    font-weight:600;
}
.lbl-fld-hdr-s2 {
    margin:0px 0px 0px 0px;
    line-height:13px;
    color:#000000;
    font-size:11px;
    font-weight:500;
    font-style: italic;
}
a.pl-lbl-det-hdr-link-s1:hover > .lbl-fld-hdr-s1,
a.pl-lbl-det-hdr-link-s1:hover > .lbl-fld-hdr-s2 {
    text-decoration:none !important;
}
.cw-togl-btn{
    position:relative;
    display:block;
}
.cw-fld-container {
  padding: 5px;
    border: 1px solid #d1d2d4;
    background-color: #fff;
    position: absolute;
    top: 77px;
    left: 19px;
    width: 275px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
    border-radius: 1px;
    z-index: 1000;
	display:none;
}
.cw-fld-container.active{
	display:block;
} 
.cw-togl-btn.active .cw-fld-container {
    display:block;
}
.pl-carl-zoom-btn {
    width: 33px;
    height: 33px;
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
    background: url(/img/propertylisting/zoom-btn.png) no-repeat;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
    -ms-transition: .5s opacity;
    -o-transition: .5s opacity;
    transition: .5s opacity;
}
.gallery.list-unstyled li {
    position:relative;
    background-color:#e4e4e4;
        text-align: center;
}
.gallery.list-unstyled li img{   
     /*width: 100%;
    height: 333px;
    max-width:100%;*/
    /*width: 622px;
    height: 333px;
    max-width: 622px;*/
    width:auto !important;
}
.gallery.list-unstyled li {
        /*width: 622px;*/
}
.cw-pl-slider-box {
    width: 622px;
}
.list-unstyled li:hover  .pl-carl-zoom-btn {
   display: none;
}
.pl-carl-slide-pag {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 11px;
    border-radius: 1px;
    z-index: 100;
    font-size:12px;
    font-weight:600;
}
.pl-img-body-container {
    background-color:#000;
    margin:0px;
    padding:0px;
}
.pl-image-zoom-container {
     width:100%;
     height:100%;
}
.pl-image-zoom-container img{
     width:100%;
     height:100%;     
}
.pl-image-zoom-container img:hover{     
     cursor:zoom-in;
}
.pl-image-zoom-container.zoomed img
        {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
    .pl-image-zoom-container.zoomed img:hover  {
        cursor:zoom-out;
    }
.cw-dsel {
    display:none;
}
.cw-sel {
    display:none;
}
.pl-filter-hdr-select-lbl.active .cw-dsel {
    display:block;
}
.btn-deselectall {
    display:none;
}
.selectall span.btn-selectall {
   
}
.selectall span.btn-deselectall {
 
}
#noResultsMsg.notice:before {
    content: "";
    display: table;
}
#noResultsMsg.notice:after {
        content: "";
        display: table;
        clear: both;
}
#noResultsMsg.notice {
    padding:10px 15px;
    background-color: #d9edf7;
    border: 1px solid #bcdff1 ;
    color: #31708f;
    text-align:center;
    border-radius:3px;
    margin:10px 0px 10px 0px;
    font-family: Arial;
}
#noResultsMsg.notice p{
    color:inherit;
    font-size:13px;
    line-height:20px;
    display:block;
    font-weight:500;
    margin:0px 0px 0px 0px;
    font-family:inherit;
}
#noResultsMsg.notice ul {
          margin:0px;
          padding:0px;
    }
#noResultsMsg.notice ul li {
         margin:0px;
          padding:0px;
          list-style:none;
          font-size:13px;
          color:inherit;
          font-family:inherit;
    }
    #noResultsMsg.notice ul li a {
         text-decoration:underline;
         font-size:15px;
         font-weight:600;
         color: #4f8abe;
         font-family:inherit;
    }
.pl-btn-link-dd select{
	 border: none;
	 	color: #466daa;
	font-size:12px;
	paddding:0px;
	margin:0px;
 display:inline-block;
}
.pl-tn-link-dd select:focus{
	border:1px solid #466daa;
	outline:none;
	
}
.pl-btn-link-dd select option{
	border: none;
}
.pl-lbl-det-frm-hdr-s5 {
     margin:0px 0px 0px 0px;    
    line-height:21px;
    color:#000000;
       font-size: 18px;
    font-weight:600;
    font-family: Arial;
}
.pl-lbl-det-frm-hdr-s6 {
     margin:10px 0px 10px 0px;    
    line-height:21px;
    color:#000000;
    font-size:12px;
    font-weight:500;
    font-family: Arial;
}
.pl-lbl-det-frm-hdr-s7 {
     margin:0px 0px 0px 0px;    
    line-height:21px;
    color:#666666;
    font-size:12px;
    font-weight:500;
    font-family: Arial;
}

.scfForm {
    margin-top:5px;
}
.scfSectionContent:before {
    content: "";
        display: table;
}
.scfSectionContent:after {
    content: "";
        display: table;
        clear: both;
}
.scfTitleBorder, .scfIntroBorder, .scfFooterBorder{
    display:none;
}
#propertydetailsrigthcolumn_0_form_B279540AF0784942AB55A5C95C6A52BE_intro {
    display:block;
    margin: 0px 0px 10px 0px;
    line-height: 21px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}
#form_A41C2DA1B6434210A98BB9632F82E5C4_intro {
    display:none;
}
.pl-det-col-rig .scfSectionContent > div:nth-child(1) {
    width:50%;
    float:left;
    padding-right:5px;
}
.pl-det-col-rig .scfSectionContent > div:nth-child(2){
    width:50%;
    float:left;
    padding-left:5px;
}
.pl-det-col-rig .scfForm input[type=text] {
      padding: 5px 3px;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial;
    border: 1px solid #A9A9A9 !important;
    color: #535353;
    height: 25px;
    font-size: 12px;
    line-height: normal;
    width:100%;
    min-width:100%;
    margin-top:3px;
}    
.pl-det-col-rig .scfForm textarea {
    padding: 5px 3px;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial;
    border: 1px solid #A9A9A9 !important;
    color: #535353;
    height: auto;
    font-size: 12px;
    line-height: normal;
    width:100%;
    min-width:100%;
    margin-top:3px;
}
.pl-det-col-rig .scfForm .scfRequired {
    color: #ee2e24;
    float: left;
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    display:none;
}
.pl-det-col-rig .scfSingleLineTextLabel
,.pl-det-col-rig .scfForm label {    
      font-weight: 500 !important;
    font-size: 13px !important;
    color: #000 !important;
    display: block;
    margin-top: 4px;
    width: 100%;
    line-height: 13px;
    padding: 0px;
}
.pl-det-col-rig .scfForm input[type=text]:focus {
  /*
         outline:none;
    box-shadow: 0 0 6px rgba(239, 22, 22, 0.6) !important;
   border-color:transparent !important;
  */
    }
    .pl-det-col-rig .scfForm input[type=text]:focus {
       
    }
.scfEmailLabel {
    margin-top:8px;
}
.pl-det-col-rig .scfForm .scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel {
    width:100% !important;
}
body .scfForm .scfMultipleLineTextBorder {
    overflow:hidden;
}
.scfCheckbox label {
    float:left !important;
    margin-top:3px !important;
    font-size:12px;

}
.scfCheckbox input{
    float:left !important;
     margin-top: 6px;
}
#SendToFriendModalContent .scfCheckbox input{ 
     margin-top: 11px;
}
.pl-det-col-rig .scfForm input[type=submit] {
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    font: bold 14px/16px Helvetica,Arial,sans-serif;
    -moz-box-shadow: 0 2px 0 rgba(150,150,150,.16);
    -webkit-box-shadow: 0 2px 0 rgba(150,150,150,.16);
    box-shadow: 0 2px 0 rgba(150,150,150,.16);
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    padding: 9px;
    color: #ffffff;    
    background-color: #055195;
    background-image: -moz-linear-gradient(#055195, #012647);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#055195), to(#012647));
    background-image: -webkit-linear-gradient(#055195, #012647);
    background-image: -o-linear-gradient(#055195, #012647);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#055195', EndColorStr='#012647');
    box-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    display:block;
    box-shadow:none !important;
    width:100%;
    min-width:100%;
    margin-top:10px !important;
    border: 1px solid #055195; 
}
.pl-det-col-rig .scfForm input[type=submit]:hover {
     background-image:none;
    background-color: #fafafa; 
    color: #055195;   
    border: 1px solid #055195;        
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pl-main-container-s1.none {
    display:none;
}
.none {
    display:none;
}
.thirdAvailableWidth{
    width: 100% !important;
}
.pl-det-col-rig .scfCheckbox label {
    width:auto;
    margin-top: 6px !important;
}
.cw-div-lft .pl-lbl-det-hdr-s2 { 
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pl-det-col-lft .cw-div-lft {
        width: 60%;
    float: left;
}
.pl-det-col-lft .cw-div-rig {
        width: 40%;
    float: left;
}
#propertydetails_0_testPri .pl-tbl-lbl-thm td {
    padding: 4px 0px 4px 0px;
}
.cw-pl-hor-scrol {
    min-height: 100px;
    max-height: 385px;
    overflow: hidden;
    overflow-y: auto;
}
#propertydetailsrigthcolumn_1_secAgentRelatedProperties {
    padding-right:0px !important;
}
.cw-col-fil-lft {
    width:48%;
    float:left;    
}
.cw-col-fil-rig {
    width:48%;
    float:left;    
}
.pl-filter-data-dd input[type=text].pl-input-ctrl
,.pl-filter-data-dd select {
    padding:5px;
}
.simplemodal-wrap .pl-det-form-field-s1 {
    outline:none;
}
.simplemodal-wrap .pl-det-form-field-s1:focus {   
	outline:none;
}
.scfForm .scfValidationSummary {
    margin:0px 0px 0px 0px !important;
}
.scfSubmitButtonBorder input[type=submit] {
    border:1px solid transparent;
}
.simplemodal-container {
    
    
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 768px) {
.pl-det-col-lft {   
    width: 450px;    
}
    .pl-lbl-det-hdr-s1 {
        font-size:18px;
    }
    .sp-large {    
    width: 100% !important;
}
    .sp-wrap {
            max-width: 100%;
    }
    .pl-det-col-rig { 
    width: 217px;
}
    .pl-det-sec-lft { 
    width: 450px;    
}
    .pl-det-sec-rig { 
    width: 272px;
}
   .pl-det-sec-lft .pl-det-col-6.pad-rig-xmx
   ,.pl-det-sec-lft .pl-det-col-6.pad-lft-xmx {
        padding:0px;
        width:100%;
    }
   .pl-det-col-8 {
    width: 100%; 
}
    .pl-img-thump-cell img {
        /*width: 150px;*/
    }
}
/* Start PLP Header ----------- */
.cw-pl-setting-s1:before {
      content: "";
        display: table;
}
.cw-pl-setting-s1:after {
        content: "";
        display: table;
        clear: both;
}
.cw-pl-setting-s1 {
    border:1px solid #CCCECF;
    padding:20px 10px;
    background-color:#f3f3f3;
    margin-bottom:30px;
}
.cw-pl-setting-s1 .m-drawer {
    margin:0px !important;
}
.cw-pl-setting-s1 .m-drawer ul.linkList li a {
    color: #0000ff;
    margin-left: -3px;
}
.cw-pl-setting-s1 .m-drawer ul.linkList {
   padding-left: 15px;
    padding-right: 0px;
    width: 35%;
    list-style-type: disc;
}
.cw-pl-setting-s1 .m-drawer .linkList li, .linkList li {
    font-size: 0.69rem;
    margin: 0px 0px 0px 0px;    
    line-height: 15px;
    text-decoration:underline;
  
}
.cw-propertiesPage h2 {
    color: #ee2e24;
    font-size: 18px;
    line-height: 21px;
    margin: 20px 0px 24px 0px;
    text-transform: uppercase;
}
.cw-pl-setting-s1 h4 {
    font-weight: bold;
    font-size:12px;
    display:inline-block;
line-height: 16px;
}
.cw-pl-setting-s1 h4 a{
    font-weight: normal;
    font-size:12px;
    text-decoration:underline;
    color: #0000ff;
    cursor:pointer;
     font-size: 0.72rem;
    margin: 0px 0px 0px 0px;    
    line-height: 15px; 
}
.cw-pl-setting-s1 ul.cw-linklist {
    display: block;
    list-style-type: disc;
    padding-left: 15px;
    margin: 15px 0px 15px 0px;
}
.cw-pl-setting-s1 ul.cw-linklist li {
    font-size: 0.72rem;
    margin: 0px 0px 0px 0px;    
    line-height: 20px;    
}
.cw-pl-setting-s1 ul.cw-linklist li a{
    text-decoration:underline;
    color: #0000ff;
    cursor:pointer;
}
.cw-pl-setting-s1 ul.cw-linklist lia:hover {
}
.content-section.property-listing{
    padding: 0px 10px;
}
.cw-pl-setting-s1  ul.l-2col.linkList li:before {    
    display: inline-block;
    float: left;
}
/* End PLP Header ----------- */

@media (min-width: 768px) and (max-width: 1080px) {
	
	 .pl-img-thump-cell {
        width:auto;
        height: auto;
    }
    .pl-img-thump-cell img {
    height: auto;
}
    .cw-col-pl-cont-s2 { 
    padding-left: 0px;
}
    .gallery.list-unstyled li img { 
    height: auto;
}
    #simplemodal-container {
        min-height: auto;
    min-width: 100%;
    height: 450px !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    overflow-x: auto;
    overflow-y: auto;
    }
	 .pl-list-inline-block.ctrl-block li { 
    display: block;
    float: none;
    width: 100%;
     text-align:left;
}
    .pl-list-inline-block li a{
        width: 100%;
        text-align:left;
    }
    .pl-list-inline-block.ctrl-block li:before {
        content: "";
        display: table;
    }
    .pl-list-inline-block.ctrl-block li:after {
         content: "";
        display: table;
        clear: both;
    }
	   .pl-filter-data-dd {
    width: 600px;
}
body #SendToFriendModalContent .scfForm input[type=text] {
        width: 100% !important;
    }
	.cw-pl-slider-box {
    width: 100%;
}
.pl-det-col-lft {
    width: 415px;
}
	
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 640px) {
    .pad-lft-smx {
    padding-left: 5px;
}
    .cw-col-pl-cont-s3 {
    width: 50%;    
}
    .cw-col-pl-cont-s2 {
    width: 48%;    
        padding-left: 13px;
}
    .cw-col-pl-cont-s1 {
    width: 2%;    
}
    .cw-col-pl-cont-s4 {
    width: 100%; 
    padding-top: 7px;
    padding-left: 18px;
}
    .pl-img-thump-cell img {
        /*width: 100%;
    height: 85px;*/
    }
    .pl-input-search-text {
            width: 146px;
    }
    .pl-page-lbl-hdr {
    padding-left: 3px;
    margin-left: 3px;  
    margin-top: 10px;
    margin-right: 0px; 
}
    .pl-lbl-cont-hdr-s1 {
        font-size: 16px;
    }
    .pl-list-bnr-container {
        padding: 10px 20px 10px 20px;
    }
    #content-wrapper section.pl-main-container {
        padding: 12px;
    }
    .pl-filter-data-dd {
            width: 100%;
    }
    .cw-col-l1 {    
    width: 50%;
    min-height: 100px; 
    margin-right: 0px;
}
    .cw-col-l2 { 
    width: 50%;
    min-height: 100px;
    border-right: none;
    margin-right: 0px;
    padding-left: 5px;
}
    .cw-col-l3 {
        min-height: 100px;
    }
    .pl-det-col-lft {
    float: none;
    width: 100%;
    margin-right: 0px;
}
    .pl-det-col-rig {
    float: none;
    width: 100%;
}
    .sp-large {
        width: 100% !important;
    }
    .sp-wrap {
           max-width: 100% !important;
    }
    .sp-thumbs a:link, .sp-thumbs a:visited {
        width: 65px;
    }
    .pl-lbl-det-hdr-s1 {
        font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    }
    .pl-det-sec-lft {
        width: 100%;
    }
    .pl-det-col-8 {
        width: 100%;
    }
    .pl-det-sec-rig { 
    width: 100%;
}
    .pl-det-col-6 {
    width: 100%;
    float: left;
}
        .pl-det-col-6.pad-rig-xmx,.pl-det-col-6.pad-lft-xmx {
            padding:0px;
        }
        .gallery.list-unstyled li { 
    width: 100% !important;
}
        .gallery.list-unstyled li img {
     width: 100%;
 }
        .lSSlideOuter .lightSlider {
     width: 100% !important;
    
}
        .lSSlideWrapper {
    max-width: 100%;
}
        .cw-pl-slider-box {
    width: 100%;
}
}
/* Style for ie only ----------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .pl-adj-s1 {   
    display:ruby;
}  
}

.pl-btn-link-dd:hover .pl-dd-inner-shw-container{
    display:block !important;
}
#SendToFriendModalContent .scfSectionContent .scfCheckbox {
    display:none !important;
}
.scfCheckBoxListGeneralPanel {
       display:none !important;
}

@media (min-width: 176px) and (max-width: 767px) {
	.pl-btn-icn-search{
		margin-left:5px;
	}
    .pl-img-thump-cell {
        width:auto;
        height: auto;
    }
    .pl-img-thump-cell img {
    height: auto;
}
    .cw-col-pl-cont-s2 { 
    padding-left: 0px;
}
    .gallery.list-unstyled li img { 
    height: auto;
}
    #simplemodal-container {
        min-height: auto;
    min-width: 100%;
    height: 450px !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    overflow-x: auto;
    overflow-y: auto;
    }
    body #SendToFriendModalContent .scfForm input[type=text] {
        width: 100% !important;
    }
    .pl-dd-inner-shw-container {
        left:0px !important;
    }   
    .pl-list-inline-block.ctrl-block li { 
    display: block;
    float: none;
    width: 100%;
     text-align:left;
}
    .pl-list-inline-block li a{
        width: 100%;
        text-align:left;
    }
    .pl-list-inline-block.ctrl-block li:before {
        content: "";
        display: table;
    }
    .pl-list-inline-block.ctrl-block li:after {
         content: "";
        display: table;
        clear: both;
    }
    .pl-filter-data-dd {
    width: 335px;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	   .pl-filter-data-dd {
    width: 600px;
}
}
.pl-det-col-6 .pl-lbl-det-hdr-link-s1{
	width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
    padding-right: 20px;    
    display: block;
	margin-bottom:10px;
}