/* override */
body {
    padding-top: 0px;
    background: #FFFFFF;
}

.top, .header{
    background: #fff;
}

#showcase .features_op1_row .feature .text p{
    font-size: 1em;
}

.footer h4, .footer h3 {
    color: #e4e4e4;
}

.paragraph_header {
    width: 100%;
    margin-bottom: 1em;
}

.paragraph_header h3 {
    color: rgb(100, 100, 100);
    font-weight: 300;
    font-style: italic;
    font-size: 27px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0;
}

.about li{
    margin-bottom:1em;
}


@media (max-width: 1200px) and (min-width: 768px) {
    .row-fluid .about [class*="span"]{  
        margin-left:0;
    }

    .row-fluid .about .span3{
        min-width: 45%;
    }


}

i.fa-grey {color:#666;}

.resources h3{
    background-color: #eee;
}
.resources li {
    position: relative;
    margin-bottom: 1em;
    padding-left:12px;
}
.resources .nav-tabs>li>a, .resources .nav-pills>li>a {
    padding-left:0;
}

.resources span {
    left:46px;
    position:absolute;
}

.noround, .noround *{
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.breadcrumbs.properties > [class*="span"] { 
    padding: 10px;    
}

.pix-frame {
    margin: 0; 
    background: #fff; 
    border: 4px solid #fff; 
    position: relative; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -o-border-radius: 4px; 
    border-radius: 4px; 
    box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;
}

.property .description{margin-top:1.6em;}

.property .headline{text-decoration: underline; font-weight: bold;}

.headline h3 {border:none;}

.property .facts li{margin:10px 0px 10px 0px;}

.fees-apply{
    margin-top: 5em;
    font-size: 0.8em;
    font-weight: bold;
}

.fees-apply a{
    text-decoration: underline;   
}

/* FlexSlider Necessary Styles Properties
*********************************/ 
.flexslider-prop {margin: 0; padding: 0;}
.flexslider-prop .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider-prop .slides img {width: 100%; display: block;}

.flexslider .slides > li {margin-right: 4px;}

.insetslider{
    float: right;
    width: 48%;
    padding: 0 0 2% 2%;
}

/*** Gmap workaround ****/
.quicktabs-hide {
    display:block;
    position:absolute;
    left:-10000px;
    top:-10000px;
}

.tab-content>.tab-pane.quicktabs-hide{display:block;}


@media (max-width: 767px) {
    .row-fluid {
        width: auto;
        margin: 0em 1em;
    }
}

.pager .previous>a, .pager .previous>span, .pager .next>a, .pager .next>span {
    margin-top: 5px!important;
}
.list-view .pager {
    float: right;
}

ul.yiiPager a:link, ul.yiiPager a:visited{
    margin-right: 5px;
    margin-left: 5px;	
	
}