/********START blue bar filter css***********/
label[for=category_filter]{
    display:none;
}

.filter-bar button.btn-lg {
  padding: 8px 16px;
}

.filter-bar button.btn-default {
  color: #fff;
  background-color: #2c7025;
  border-color: #00529A;
  padding: 0px 5px;
}

.filter-bar button.btn-default.selectpicker {
  padding: 6px 12px;
  color: black;
  background-color: white;
  border-radius: inherit;
  width: 98%;
}

.filter-bar button .glyphicon {
  top: -4px;
  font-size: 34px;
  line-height: 34px;
}

.filter-bar .form-control {
  width: inherit;
  display: inline-block;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}

.filter-bar .btn-default {
  float: right;
}

.cnl-dropdowns {
  float: right;
  display: inline-block;
}

.cnl-dropdowns .dropdown-menu {
  border-radius: inherit;
}

@media (max-width: 767px) {
  .filter-bar .form-control {
    width: 98%;
    diplay: block;
    margin-top: 4px;
  }
}


/********END blue bar filter css***********/


/*
ul
{
color: #F89B24;
list-style-type: square;
padding: 10px 20px;
}
*/

label {
  color: #0B5CA0;
  font-weight: 400;
  margin: 0 0 10px;
}

a.btn {
  text-decoration: none;
}

.subMenu ul,
ul.nav,
ul.footer-links {
  padding: 0;
}

.flex-direction-nav li,
.recipegrid li {
  list-style-type: none;
}

.form-control {
  border-radius: 0;
  height: 36px;
}

img {
  border: none;
}

sub {
  line-height: 12px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.col-max-960 {
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  margin: 0 auto;
  max-width: 960px;
}


/*********************************** Reset Styles **********************************************/

.dropdown-spacers {
  margin-top: 0;
  margin-bottom: 0;
}

.bio-thumbnails {
  margin: 0;
  padding-left: 17px;
  width: 100%;
}


/*********************************** Header **********************************************/

.top-color-bar {
  background-color: #00529A;
  float: left;
  height: 10px;
  width: 100%;
}

.header-color-bar {
  /* background: #e5e5e5; */
  float: left;
  height: 1px;
  margin-bottom: 15px;
  width: 100%;
}


/*********************************** Content **********************************************/

.content-header {
  background: #0068B3;
  height: 40px;
  margin-bottom: 15px;
}

.header-text {
  font-size: 29px;
  padding-top: 5px;
}

.header-text h1 {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 0;
}


/********************** Home Page ***********************/

.property .title-overlay {
  color: #FFF;
  /*height: 45px;*/
  height: 56px;
  position: absolute;
  overflow: hidden;
  text-align: right;
  top: 25%;
  right: 0;
}

.property .title-overlay a {
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.property {}

.people .title-overlay {
  color: #FFF;
  height: 56px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 75%;
}

.people .title-overlay a {
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-overlay-inner {
  /*color: #FFF;
font-weight: 700;
font-size: 18px;
padding: 12px;*/
  /*text-transform: uppercase;*/
}

.people {}

.services .title-overlay {
  color: #FFF;
  /*height: 45px;*/
  height: 56px;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-align: left;
  top: 33%;
  z-index: 1000;
  background-color: rgba(248, 155, 36, 0.8);
}

.services .title-overlay a {
  display: block;
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.services .title-overlay a span {
  display: block;
  padding: 15px;
}

.story .title-overlay {
  color: #FFF;
  /*height: 45px;*/
  height: 56px;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-align: left;
  top: 15%;
  z-index: 1000;
  background-color: rgba(0, 82, 154, 0.7);
}

.story .title-overlay a {
  display: block;
  color: #FFF;
  font-size: 24px;
  text-transform: none;
}

.story .title-overlay a span {
  display: block;
  padding: 15px;
  font-weight: 100;
}

.services {}

.thank-you .title-overlay {
  color: #FFF;
  /*height: 45px;*/
  height: 76px;
  position: absolute;
  overflow: hidden;
  left: 0;
  text-align: left;
  top: 65%;
  z-index: 1000;
  background-color: rgba(0, 82, 154, 0.8);
}

.thank-you .title-overlay a {
  display: block;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.thank-you .title-overlay a span {
  display: block;
  padding: 25px;
}

.cl-effect-10 a {
  margin: 0 !important;
}

.social-feed {
  /*background: #ECA62D;*/
  background-color: #F89B24;
  min-height: 266px;
}

.social-feed:hover {
  background: #0073B2;
}

.social-feed-inner {
  color: #FFF;
  padding: 25px;
  padding-right: 40px;
  padding-left: 70px;
  text-align: right;
}

.social-feed a {
  color: #FFF;
  font-size: 17px;
  margin-top: 5px;
  text-align: right;
  text-decoration: none;
}

.social-logo {
  padding-bottom: 14px;
}

.property .cl-effect-10 a span {
  padding: 15px;
  background-color: #666;
  background-color: rgba(102, 102, 102, 0.8);
  text-transform: uppercase;
}

.property .cl-effect-10 a:before {
  color: #666;
  padding: 17px 20px;
  visibility: hidden;
}

.property:hover .cl-effect-10 a:before {
  visibility: visible;
}

.people .cl-effect-10 a span {
  padding: 15px;
  background: #00529A;
  background: rgba(0, 82, 154, 0.8);
  text-transform: uppercase;
}

.people .cl-effect-10 a:before {
  color: #00529A;
  /*padding: 17px 20px;*/
  padding: 17px 15px;
  visibility: hidden;
}

.people:hover .cl-effect-10 a:before {
  visibility: visible;
}

.services .cl-effect-10 a span {
  background-color: #00529A;
  background-color: rgba(0, 82, 154, 0.8);
  padding: 15px;
  text-transform: uppercase;
}

.services .cl-effect-10 a:before {
  color: #00529A;
  /*padding: 17px 20px;*/
  padding: 17px 15px;
  visibility: hidden;
}

.services:hover .cl-effect-10 a:before {
  visibility: visible;
}

.slide-link:hover .cl-effect-10 a span {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-link:hover .cl-effect-10 a:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}


/******************* Property Page *********************/

.property-box {
  height: 193px;
  float: left;
  /*margin-top: 10px;*/
  /* removed to remove white space between properties */
  width: 100%;
}

.property-box img {
  width: 100%;
}

.description {
  font-family: "Helvetica";
  text-transform: uppercase;
  width: 100%;
}


/******************* Bio Page *********************/

.bio-thumbnails li {
  list-style: none;
  height: 100%;
}

.bio-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}

.bio-quote {
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
}

.og-grid li {
  margin: 10px -2px -5px -3px !important;
  padding-left: 0;
  padding-right: 0;
  width: 25%;
}


/******************* Our Services Page *********************/

.services-left-description {
  background: #ECA62D;
  min-height: 280px;
}

.services-left-description-inner {
  color: #FFF;
  padding: 25px;
  text-align: right;
}

.services-left-box {
  background: #194C77;
  min-height: 340px;
}

.services-right-box {
  background: #CCC;
  min-height: 340px;
}

.services-right-image {
  background: #000;
  min-height: 280px;
}

.services-title-overlay {
  background-color: #6E7379;
  color: #FFF;
  margin-top: 190px;
  overflow: hidden;
  padding: 13px;
  position: absolute;
  right: 0;
  text-align: right;
}

.services-left-box .services-title-overlay {
  left: 0;
  right: auto;
}

.services-title-overlay a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.services-title-overlay-inner {
  text-transform: uppercase;
  float: left;
  margin: 0 !important;
}


/*********************************** Footer **********************************************/

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-inner {
  /*color: #929292;*/
  color: #333;
  float: left;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}

.footer-inner ul {
  margin: 0;
  padding: 0;
}

.footer-inner ul li {
  list-style-type: none;
  text-align: left;
}

.footer-inner ul li a {
  color: #333;
  text-decoration: none;
}

.footer-inner ul li a:hover {
  text-decoration: underline;
}

.footer_wrapper {
  background: #F5F5F5;
  margin-top: 15px;
  padding-bottom: 0;
}

h3.footer-h3 {
  color: #333;
  font-size: 20px;
}

.footer-h3 a {
  color: #333;
  text-decoration: none;
}

.footer-h3 a:hover {
  text-decoration: underline;
}


/**********************************ADDITIONAL STYLES********************************/


/*.property_name h3
{
background: #303682;
color: #FFF;
line-height: 25px;
margin: 0;
padding: 0;
font-size: 18px;
line-height: 40px;
padding-left: 15px;
}*/

.sub-header {
  color: #666;
  float: left;
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.property-detail-line {
  width: 100%;
}

.property-detail-label {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.property-description {
  margin-top: 0;
  margin-bottom: 5px;
}

.col-max-960.listing-box {
  margin-top: 5px;
}

.map-section {
  margin-top: 15px;
}

.broker-box {
  border-radius: 5px;
  border: 2px solid #CCC;
  background: #EFEFEF;
  background: -moz-linear-gradient(top, #EFEFEF 3%, #CCC 92%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #EFEFEF), color-stop(92%, #CCC));
  background: -webkit-linear-gradient(top, #EFEFEF 3%, #CCC 92%);
  background: -o-linear-gradient(top, #EFEFEF 3%, #CCC 92%);
  background: -ms-linear-gradient(top, #EFEFEF 3%, #CCC 92%);
  background: linear-gradient(to bottom, #EFEFEF 3%, #CCC 92%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#CCC', GradientType=0);
  float: left;
  margin-top: 15px;
  padding: 15px 0;
}

.slide-link {
  overflow: hidden;
}

.fix-pad-row {
  padding: 0 15px;
}


/*------------------------------NAV------------------------------*/

.nav > li {
  float: left;
}

.nav li ul {
  display: none;
  visibility: hidden;
}

.nav li:hover ul {}

#slider .flex-direction-nav a {
  /*overflow: visible !important;*/
  overflow: visible;
}

#slider .flex-control-nav {
  /*bottom: 10px !important;*/
  /*bottom: -40px !important;*/
  bottom: -40px;
}

.overlaySpan {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  /*background: rgba(200, 200, 200, 0.15);*/
}

.searchButtonSpan {
  cursor: pointer;
  float: left;
  margin-left: 5px;
}


/*-----------PEOPLE----------*/

.og-grid li.og-expanded > a:after {
  margin: 0 !important;
}

.og-expander {
  /*background-color: #fda619 !important;*/
  background-color: #F89B24 !important;
  left: 14px !important;
  margin: 0 !important;
  width: auto !important;
}

.og-expander-inner {
  padding: 0 !important;
}

.og-fullimg {
  text-align: left !important;
  width: 31% !important;
}

.og-fullimg img {
  height: 100% !important;
}

.og-details {
  width: 69% !important;
}

.og-details h3 {
  color: #FFF !important;
}

.og-details a {
  border: 3px solid #FFF !important;
  color: #FFF !important;
}

.og-details p {
  color: #FFF !important;
  border-bottom: 1px solid #FFF !important;
  padding-bottom: 40px !important;
}

.top-image img {
  /*width: 100%;
height: 400px;*/
}

.image-overlay {
  background-color: #00529A;
  color: #FFF;
  font-weight: 700;
  margin-top: 90px;
  padding: 5px;
  position: absolute;
  right: 15px;
}

.services-img {
  cursor: pointer;
  height: 260px;
  width: 100%;
}

.feature p {
  padding: 5px 0 10px;
}

.feature h2 {
  color: #0070BA;
  font-size: 25px;
  padding: 10px 0 0;
}

.contact-form-wrap {
  background: #F0F0F0;
  border-radius: 5px;
  padding: 10px;
}

.icon-links span {
  /*color: #666;*/
  color: #FFF;
  /*font-size: 21px;*/
  font-size: 30px;
  line-height: 30px;
}

.icon-links span:hover {
  color: #0B5CA0;
}

.padded-table td {
  padding: 0 20px 0 0;
}

.contact-p {
  padding-bottom: 10px;
}

.hideSearch {
  border: 1px solid #CCC;
  float: left;
  height: 35px;
  margin-top: 2px;
  position: absolute;
  padding-left: 10px;
  right: 43px;
  visibility: hidden;
  width: 0;
}

.video-div {
  text-align: center;
}


/*-------------------------------Social Footer---------------------------------*/

.social-footer {
  background: #F5F5F5;
  border-top: 1px solid #CCC;
  padding: 30px 0 20px 0;
}

.social-footer .footer-copyright {
  color: #333;
  font-size: 12px;
}

.social-footer .footer-links {}

.social-footer .footer-links li {
  float: left;
  list-style-type: none;
  margin: 0 10px;
}

.social-footer .footer-links li a {
  color: #333;
  text-decoration: none;
}

.social-footer .footer-links li a:hover {
  text-decoration: underline;
}

.social-icons li {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}

.right-footer-section {
  border-top: 1px dotted #BBB;
  margin-bottom: 10px;
  padding-top: 10px;
}

.right-footer-section:first-child {
  border: none;
  padding-top: 0;
}


/* bio repeater override */

.numberSlide {
  background: #FFF;
  /*color: #FDA619;*/
  color: #F89B24;
  float: right;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: 700;
  margin-right: 20px;
  padding-left: 9px;
  margin-left: -9px;
  margin-top: 0;
  width: 0;
}

.innerNumber {
  float: right;
  padding: 6px 10px;
  padding-right: 5px;
  min-width: 120px;
}


/* bio repeater override */

.home-box-h2 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
}

.home-box-h2 a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.home-box-h2 a:hover {
  text-decoration: underline;
}

.home-boxes-wrap {
  display: block;
  height: 220px;
  overflow: hidden;
}

.mission-statement {
  color: #9E9E9E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.bottom-box {
  padding-bottom: 40px;
}

.bottom-border-box {
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  margin: 30px 0;
  padding-bottom: 0;
}

.small-padding {
  padding-left: 0;
  padding-right: 0;
}

.description-box {
  background-color: #252525;
  /*background-color: rgba(50, 50, 50, 0.5);*/
  bottom: 0;
  float: left;
  height: 57px;
  padding: 5px 10px;
  position: absolute;
  /*width: 98%;*/
  width: 100%;
}

.property_category {
  color: #FFF;
  font-family: "Helvetica" !important;
  line-height: 15px;
}

.property_name {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}

.propertyImageLink {
  display: block;
  /*max-height: 198px !important;*/
  max-height: 193px;
  /*max-width: 100% !important;*/
  max-width: 465px;
  overflow: hidden;
  text-align: center;
}

.propertyImageLink img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.property_overlay {
  background-color: transparent;
  float: left;
  height: 100%;
  position: absolute;
  /*width: 98%;*/
  width: 100%;
  z-index: 1000;
}

.property_overlay:hover {
  /*background-color: #0070BA;*/
  /*background-color: rgba(0, 112, 186, 0.4);*/
}

.property-repeater-box {
  margin: 0 0;
}

.no-overflow {
  overflow: hidden;
}

.property-box-wrapper {}

.property_overlay .view-details-overlay {
  visibility: hidden;
}

.property_overlay:hover .view-details-overlay {
  /*background-color: #0070BA;*/
  background-color: #00529A;
  bottom: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 9px;
  padding-right: 0;
  position: absolute;
  right: 0;
  text-align: right;
  visibility: visible;
  width: 100%;
}

.property_category span {
  line-height: 14px;
}

.property-page-h1 {
  font-size: 40px;
  margin: 10px 0 5px 0 !important;
}

.property-form-section {
  /*margin-bottom: 10px;*/
  float: left;
}

.property-form-section .btn {
  border-radius: 0;
  background-color: #0070BA;
  color: #FFF;
  float: right;
  margin-right: 15px;
  text-align: left;
  width: 89%;
}

.dropdown-spacers label {
  text-align: left !important;
}

.properties-p {
  font-family: "Helvetica" !important;
  font-size: 16px;
  line-height: 24px;
}

.property-overlay-arrow {
  background-color: #7499C6;
  margin-left: 10px;
  padding: 12px 14px 14px 14px;
}

.topLinkButton {
  color: #FFF;
  display: block;
  background: #0073b2;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px 12px;
  text-align: left;
  text-decoration: none;
  width: 200px;
}

.topLinkButton:hover {
  color: #FFF;
  cursor: pointer;
  /*background: #FDA619;*/
  background-color: #F89B24;
  text-decoration: none;
}

.topLinkButton span {
  float: right;
}

.top-link-button-small {
  width: 100px !important;
}

.property-form-wrap {
  /*float: right;*/
}

.location-section {
  width: 350px;
}

.type-section {}

.pdf-table {
  width: 100%;
}

.pdf-table td {
  padding: 0 5px;
}

.pdf-table tr:nth-child(even) td {
  background-color: #F5F5F5;
}

.pdf-table tr:hover td {
  background-color: #0073B2;
}

.pdf-table-left {
  text-align: center;
  width: 25px;
}

.pdf-table-left img {
  width: 100%;
}

.pdf-table-right {}

.pdf-table-right a {
  color: #000;
  float: left;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.pdf-table-right a:hover {
  /*color: #F89B25;*/
  color: #FFF;
}

.btn-primary {
  background: #0073B2 !important;
  border-radius: 0 !important;
}

.btn-primary:hover {
  /*background: #FDA619 !important;*/
  background-color: #F89B24 !important;
  /*border: 1px solid #FDA619;*/
  border: 1px solid #F89B24;
}

.pdf-box {}

.maps-box {
  float: left;
  margin-top: 25px;
  width: 100%;
}

.properties-footer {}

.properties-footer li {
  border-right: 1px solid #CDCDCD;
  float: left;
  list-style-type: none;
  margin-right: 24px;
  padding-right: 24px;
  text-align: left;
}

.properties-footer li:last-child {
  border: none;
}

.footer-left-section {
  float: left;
  width: 100%;
}

.footer-left-section-top {
  margin-bottom: 20px;
}

.open-btn {
  font-size: 32px;
}

.navbar-toggle,
.navbar-toggle:active {
  border: none !important;
}


/*----------------------------------------------------------BIO REPEATER STYLES---------------------------------------------------------------*/

.animateBottomName {
  /*bottom: -70px;*/
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  line-height: 1;
}

.dim {
  opacity: 0.5;
}


/*#catSelect{

  margin-bottom:20px;
}*/

.recipegrid li .biodescription {
  /*background: #FDA619;*/
  background-color: #F89B24;
  color: #FFF;
  display: none;
  height: 100%;
  margin: 0;
  min-height: 380px;
  padding: 60px;
}

.biodescription h2 {
  color: #FFF;
  /*font-size: 30px;*/
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.biodescription p {
  color: #FFF;
  font-weight: 400;
}

.recipegrid li:hover .animateBottomName {
  background-color: #7059a6;
  /*bottom: -9px;*/
}

.recipegrid li .imgHolder {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  background: #f5f5f5;
 
}

@media (min-width: 768px) { 
.recipegrid li .imgHolder{
 height: 220px;
}
}

.recipegrid li.col-xs-12 .biodescription {
  display: block;
}

.propertiesLink {
  background: #FFF;
  color: #666;
  cursor: pointer;
  display: block;
  float: right;
  padding: 8px 12px;
  text-decoration: none;
  /*width: 120px;*/
  width: 175px;
}

.propertiesLink:hover {
  background: #0073B2;
  color: #FFF;
  text-decoration: none;
}

.propertiesLink span {
  float: right;
}

.linkedinLink,
.mailLink,
.vCardLink {
  float: right;
  display: block;
  height: 38px;
  margin-right: 15px;
  width: 41px;
}

.bio-detail .linkedinLink,
.bio-detail .mailLink,
.bio-detail .vCardLink,
.bio-detail .phoneLink,
.bio-detail .numberSlide {
  margin-right: 10px;
}

{}


/*-----------------------------------------------------------BIO DETAIL STYLES---------------------------------------------------------------*/

.peoplePropertyImageLink img {
  border: 1px solid #D6D6D6;
  padding: 3px;
}

.readMoreBox {
  /*background-color: #FDA619;*/
  background-color: #F89B24;
  color: #FFF;
  display: block;
  margin: 20px 0;
  padding: 5px 10px;
  text-decoration: none;
  width: 120px;
}

.readMoreBox span {
  float: right;
}

.readMoreBox:hover {
  background-color: #0073b2;
  color: #FFF;
  text-decoration: none;
}

.people_property_name h3 {
  color: #0073B2;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}

.bio-sub-header {
  color: #666;
  float: left;
  font-size: 15px;
  width: 100%;
}

.top-bar-button {
  margin-bottom: 5px;
  width: 200px;
}

.gray-box {
  background: #F0F0F0;
  margin-bottom: 20px;
  padding: 20px 0;
}

.yellow-box {
  /*background-color: #FDA619;*/
  background-color: #F89B24;
  color: #FFF;
  height: 100%;
  margin: 0;
  margin-bottom: 20px;
  min-height: 355px;
  padding: 0 15px 0 0;
}

.bio-h1 {
  margin: 0;
  margin-top: 0;
}

.bio-h2 {
  font-size: 35px;
}

.propertyDescription {
  color: #A0A5A9;
  margin-top: 10px;
  float: left;
  padding: 1px;
  width: 93%;
}

.biodescription {
  max-height: 355px;
  /*padding: 50px;*/
  padding: 50px 30px 80px;
}

.biodescription h1 {
  font-size: 40px;
  color: #FFF;
}

.biodescription .bio-sub-header {
  color: #FFF;
}

.icon-links {
  float: left;
}

.biodescription .btn {
  float: left !important;
  margin-left: 10px;
}

.buttons-div {
  margin-top: 132px;
  padding: 57px;
}

.imgHolder {
  padding-left: 0;
}

#catSelect {
  margin-bottom: 0;
}

.recipegrid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recipegrid li {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  position: relative;
}

.recipegrid img {
  max-width: 100%;
  margin: 0 auto;
  display:block;
}

@media (min-width: 768px) { 
.recipegrid img {
object-fit: cover;
height: 220px;
width:350px;
}
}

.phoneLink:hover {
  color: #0073B2;
}

.phoneLink li {
  color: #FFF;
}


/*
.biodescription h2
{
color: #FFF;
/*font-size: 30px;
font-size: 45px;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.biodescription p
{
color: #FFF;
font-weight: 400;
}
*/


/*---------------------------------------------PROPERTY REPEATER STYLES---------------------------------------------*/

.propertyTopBox {
  /*background:#0073B2; blue*/
  background-color: #F7F7F7;
  /*margin-left: -50%;*/
  overflow: hidden;
  /*width: 200%;*/
}

.propertyTopDescription .topLinkButton {
  background-color: #0073B2;
  color: #FFF;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 8px 12px;
  text-align: left;
  text-decoration: none;
  width: 200px;
}

.propertyTopDescription .topLinkButton:hover {
  /*background: #FDA619;*/
  background-color: #F89B24;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

.propertyTopDescription .topLinkButton span {
  float: right;
}

.propertyTopDescription {
  color: #333;
  height: 100%;
  /*padding-bottom: 0;*/
  padding-bottom: 20px;
}

.propertyTopDescription .sub-header {
  color: #333;
  margin-bottom: 0;
}

.propertyTopDescription .property-detail-label {
  color: #333;
}

.propertyImageHolder {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.propertyImageHolder .innerImageHolder {
  display: inline-block;
}

.propertyImageHolder img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

#slider {
  height: 400px;
  /*margin: auto;*/
  /*margin-top: 20px;*/
  /*margin-bottom: 60px;*/
  margin: 20px auto 60px;
  max-height: 400px;
  max-width: 600px;
  position: relative;
  width: 600px;
}

#slider .slides li {
  max-height: 400px;
  margin-right: 30px;
  max-width: 600px;
  text-align: center;
  /*width: 600px;*/
  width: auto !important;
}

#slider .slides li img {
  max-height: 100%;
}

#slider .slide {
  cursor: pointer;
  opacity: 0.4;
  transition: all .1s ease-out;
}

#slider li.active {
  cursor: inherit;
  opacity: 1;
}

.flex-control-thumbs li {
  width: 20%;
}

.for-lease-sale {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.nav-tabs {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}

.nav-tabs > li {}

.nav-tabs > li a {
  text-decoration: none;
  font-size: 16px;
}

.nav-tabs > li > a:hover {
  background: none;
  border: none;
  border-bottom: 3px solid #00539B;
}

.nav-tabs > li > a:hover,
.nav > li > a:focus {
  background: none;
  border: none;
  /*border-bottom: 3px solid #00539B;
border-left: 1px solid transparent;
border-right: 1px solid transparent;*/
  color: #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  border-bottom: 3px solid #00539B;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #000;
}

.bottom-bar-button {
  margin-bottom: 15px;
  margin-left: 10px;
  width: 200px;
}

.agent-box {
  /*background-color: #F0F0F0;*/
  padding: 20px;
  font-size: 15px;
}

.property-h1 {
  color: #585858;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 0;
}

.button-div {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.agent_row {
  margin-bottom: 15px;
}

.form-box {}

.form-box input {
  width: 100%;
}

.form-box input[type="checkbox"] {
  margin-right: 2px;
  width: 5%;
}

.form-box textarea {
  height: 100px;
  margin-bottom: 10px;
  width: 100%;
}

.small-decription,
.small-description {
  margin: 0;
  line-height: 20px;
}

.form-box .btn-primary {
  /*width: auto !important;*/
  width: 100%;
}

.icon-link {
  margin: 0;
  font-size: 22px;
}

.icon-link a {
  float: left;
}

.icon-link a:hover {
  color: #F89B25;
}

.lkin {
  /*padding-top: 1px;*/
}

.agent_check {
  float: left;
  margin-top: 45px !important;
}

.listing-box {
  margin-top: 25px;
}

.bold-span {
  font-weight: 700;
}

.blue-span {
  color: #194C77;
}


/*----------------------------------------------PROPERTY DETAIL STYLES--------------------------------------------*/

#detailMenu {
  min-height: 0;
}

#detailMenu .collapse {
  padding: 0;
}

.moreInfoLink,
.attachTitle {
  font-weight: 700;
}

#detailMenu a {
  border: 0;
  font-size: 12px;
  /*letter-spacing: auto;*/
  letter-spacing: normal;
  margin: 0;
  padding: 10px 15px;
}

#detailMenu ul {
  visibility: visible;
}

.property-price {
  text-align: right;
}

.flex-control-thumbs li {
  width: 20%;
}

.detailBox {
  margin-top: 25px;
  padding-right: 20px;
}

.border-left {
  border-left: 1px solid #EFEFEF;
  padding-left: 20px;
}

.agent_row h5 {
  line-height: normal;
  /*margin-top: 0;*/
  margin-top: 8px;
}

.agent_row h5 a {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.bold-span {
  font-weight: 700;
}

.content-crumb-div {
  font: 1em/1.4 Arial, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 0.750em;
  font-style: italic;
  /*float: right;*/
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  margin-top: -15px;
  margin-left: 0;
}

.min-height-box {
  float: left;
  min-height: 325px;
}

.share-this-section {
  float: right;
  margin-top: 4px;
  margin-bottom: -40px;
  padding: 10px 0 10px 20px;
}

.content-h2 {
  color: #006EB9;
}

.header-border-wrap {
  border-bottom: 1px solid #CCC;
  margin-bottom: 12px;
  margin-top: 5px;
}

.subMenu ul li {
  /*background-color: #B4B4B4;*/
  list-style-type: none;
  float: left;
  margin-bottom: 1px;
  width: 100%;
}

.subMenu ul li a {
  background-color: #9B9B9B;
  /*border-bottom: 1px solid #FFF;*/
  color: #FFF;
  /*display: block;*/
  float: left;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.328571429;
  text-decoration: none;
  /*padding: 10px 0 10px 20px;*/
  padding: 15px;
  width: 100%;
}

.subMenu ul li a:hover {
  background-color: #f1a72c;
  color: #FFF;
}

.panel-group .panel {
  border-radius: 0;
}

.content-h1 {
  font-family: 'Istok Web', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #444444;
  text-transform: uppercase;
  padding: 0 0;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 33px;
}

a.fileTrail {
  text-decoration: none;
}

.body-content-wrapper {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.li-text {
  color: #333;
}

.li-text > div {
  display: inline;
}

.right-btn {
  float: right;
}

.panel-heading {
  padding: 0;
}

.panel-title > a {
  color: #333;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
}

.icon-open,
a.collapsed .icon-close {
  display: block;
  visibility: visible;
}

.icon-close,
a.collapsed .icon-open {
  display: none;
  visibility: hidden;
}

.panel-title i {
  margin-top: -5px;
}

.panel-heading:hover a {
  color: #FFF;
}

.panel-heading a.collapsed {
  background: #006FB9;
  color: #FFF;
}

.panel-heading a {
  background: #F79C25;
  color: #FFF;
}

.panel-heading a:hover {
  background: #F79C25;
  color: #FFF;
}

.nav > li > a {
  padding: 10px 10px;
}

.question-box {
  background-color: #005AAB;
  color: #FFF;
  font-size: 20px;
  padding: 15px;
}

.expand-retract-click {
  cursor: pointer;
}

.services-entry {
  /*margin-bottom: 15px;*/
}

.services-entry:hover .question-box {
  background: #F79C26;
}

.services-answer img {
  height: auto !important;
  max-width: 100%;
}

.services-entry .hidden-content {
  float: left;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.hidden-content-inner {
  border: 2px solid #D6D6D6;
  float: left;
  padding: 15px;
  width: 100%;
}

.expand-retract-click > img {
  width: 100%;
}

.contact-block {
  float: left;
  width: 100%;
}

.contact-block a {
  color: #F79C26;
  float: left;
}

.contact-block a:hover {
  color: #005AAB;
}

.contact-block p {
  font-size: 18px;
  float: left;
  margin-top: 9px;
}

#form {
  padding: 15px;
}

.new_contact input,
.new_contact textarea {
  border: 1px solid #DCDCDC;
  padding: 6px 4px;
  width: 100%;
}

.new_contact label,
.new_contact .error {
  display: block;
  margin-bottom: 4px;
}

.new_contact .submit button {
  background-color: #FFA02F;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #FFF;
  font-size: 0.95em;
  font-weight: 700;
  float: right;
  margin: 1.5em 0 0 0;
  /*padding: 8px 12px;*/
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  padding: 8px 15px;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.new_contact .submit button img {
  padding-left: 6px;
}

.border-property-details {
  border-top: 1px solid #EFEFEF;
  padding-top: 30px;
}

.agent-box-form {}

.agent-box label {
  margin-bottom: 0;
  margin-top: 10px;
}

.services-click-here {
  background-color: #F79C26;
  color: #FFF;
  float: left;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.services-click-here:hover {
  background-color: #005AAB;
  color: #FFF;
  text-decoration: none;
}

.closeButtonBio {
  cursor: pointer;
  color: #FFF;
  position: absolute;
  right: 30px;
  top: 20px;
}

.closeButtonBio:hover {
  color: #00529A;
}

.filter-bar {
  margin-top: 40px;
  background: #fff;
  /*float: left;*/
  margin-bottom: 0;
  padding: 5px 0;
  width: 100%;
}

.filter-bar-title-span {
  color: #FFF;
  float: left;
  padding-top: 5px;
}

.form-horizontal {
  width: 100%;
}

.logo img {
  position: relative;
  z-index: 1000;
}

.color-bar-footer {
  height: 10px;
  overflow: hidden;
}

#main-slider .flex-control-nav {
  bottom: 24px !important;
  position: relative;
  z-index: 1000;
  width: auto;
  float: right;
}

.flexslider {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  /*margin-bottom: 10px !important;*/
}

.flex-control-nav li {
  /*float: right;*/
}

.flex-control-paging li a {
  background-color: #656565 !important;
}

.flex-control-paging li a.flex-active {
  background-color: #ccc !important;
}

.slide-info {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 5px 10px;
}

.panel-body h2 {
  margin-bottom: 0;
  margin-top: 10px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html,
body {
  /*
    height: 100%;
*/
}

.flashcontent_interactive {
  height: 100%;
}

.videoWrapper {
  height: 100%;
  position: relative;
}

.videoPlaceholder {}

.videoPlaceholder img.videoImageOff,
.videoPlaceholder img.videoImageOn {}

.navbar-toggle {
  margin-right: 0;
}


/* Contact Us - /contact.stml */

.address_grid {
  margin-top: 30px;
}

.address_grid .row {
  border-top: 1px solid #E5E5E5;
}

.address_grid .row:first-child {
  border-top: 0 none;
}

.address_grid .col-sm-4 {
  border-right: 1px solid #E5E5E5;
  cursor: pointer;
  min-height: 240px;
  padding: 15px;
}

.address_grid .col-md-4:last-child {
  border-right: 0 none;
}

.address_grid h3 {
  color: #00529A;
  font-size: 18px;
  font-weight: 400;
}


/* Contact Us - http://www30.cnl.com/commercialrealestate/contact.stml */

@media (max-width: 767px) {
  .services-columns {
    padding: 0 !important;
  }
}


/***************Paging Styles***********************/

#totalResults {
  float: left;
  padding: 5px;
  width: 200px;
}

#pagingTotal p {
  margin-top: 10px;
}

.pagination {
  float: right;
  margin-top: 8px
}

.pagination ul {
  list-style: none;
  margin: 0;
}

.pagination li {
  float: left;
  padding: 5px;
}

.pagingControls li {
  cursor: pointer;
}

.pagingControls li.current {
  cursor: default;
  font-weight: bold;
}

.pagination a {
  text-decoration: none;
}

/***** RECIPE DETAIL 2019 *****/


.border-dotted--bottom{
border-bottom-style: dotted;
border-bottom-width: 2px;
}
.border--gray{
border-color: #7f7f7f;
}
ul.recipe_details li{
display: table;
width: 100%;
height: 97px;
line-height: .95;
padding:15px;
}

.prep_timing{
background-color: #C9D3D7;
background-image: url(/_resources/images/icons/cooking-60.png);
background-repeat: no-repeat;
background-position: 97% center;
}

.gray-accent-bg{
background-color: #C9D3D7;
}
.cream-accent-bg{
background-color: #F5F0EB;
}
.violet-accent-bg{
background-color:#AC80B0;
}
.cook_time{
background-color: #F5F0EB;
background-image: url(/_resources/images/icons/clock-60.png);
background-repeat: no-repeat;
background-position: 97% center;
}
.total-time{
background-color:#AC80B0;
background-image: url(/_resources/images/icons/clock-60-light.png);
background-repeat: no-repeat;
background-position: 97% center;
}
.servings{
background-color:#5C6F1F;
background-image: url(/_resources/images/icons/dish-60.png);
background-repeat: no-repeat;
background-position: 97% center;
}
span.prep-info {
font-size:1.5rem;
text-transform:uppercase;
}
span.prep-time{
font-size:2.5rem;
font-family: 'Merriweather', serif;
text-transform: uppercase;
}

.list-unstyled {
list-style: none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.box .detail-img{
height: 100%;
width: 100%;
object-fit: cover;
}
ul.recipe_details li span{
  display: table-cell;
  vertical-align: middle;
}
.stats span.stat-value {
  border-left: 1px solid #fff;
}
.stats span {
padding:15px;
}

ul li.stats{
display:inline-block;
height: 60px;
}
.instructions ul{
  list-style: none;
  padding-left: 0;
}

.ingredients ul{
  list-style: none;
  font-weight:700;
  padding-left: 0;
}
.text-light {
  color: #f8f9fa !important;
}
.text-darker-gray{
color:#666;
}
.text-light-gray{
color:#bdbdbd;
}
form#single-search button#search_btn, form#single-search .form-control{
height:50px;
}

/****** New Single recipe Page *******/


.ingredients h3, .instructions h3 {
font-family: 'Arima Madurai', cursive;
color:#4e509d;
font-weight:900;
}

label[for=category_filter]{
    display:none;
}
.btn.search-icon-btn{
background-image:url("/_resources/images/icons/search.png");
background-repeat:no-repeat;
background-position:center;
height:34px;
}

 .ingredients ul li::before {
  color: #df4f20;  
  content: "•"; 
  font-size:2rem;
   position: relative;
 vertical-align:middle;
 padding:0.2rem;
  }
 
	.absolute-centered{
	position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
		
	}
	.prep-title{
	font-family: 'nimbus-sans-condensed', sans-serif;
	font-size:2rem;
	}
	.value-title{
	font-family: 'nimbus-sans-condensed', sans-serif;
	font-size:3rem;
    font-weight:700;
	}
	.navy-blue-text{
		color:#504e96;
	}
	.violet-text{
		color:#ab80ae;
	}
	.pepper-green-text{
		color:#5c6f29;
	}
	.mandarin-orange-text{
		color:#CF4920;
	}
    .teal-text{
    color:#2c8d91;
    }
    .arima-font{
font-family: 'Arima Madurai', cursive;
}
.lobster-font{
font-family: 'Lobster', cursive;
}
.overlock-font{
font-family: 'Overlock', cursive;
}

    .no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
	 

.nutri-info ul{
padding-left: 0;
margin-left: -5px;
list-style: none;
display:inline;
}	

.nutri-info ul li {
display: inline;
}

.nutri-info ul >li::after{
content:"|";
padding: 0 0 0 1.5rem;
}
.nutri-info ul>li:last-of-type::after  {
content:"";
padding:0;
}
.border-right-dotted{
border-right:2px dotted #ccc;
}
.border-color-gray{
border-color:#ccc!important
}
.slick-dots {
                 position: absolute;
                 bottom: 30px;
                 left: 50%;
                 transform: translate(-50%, -50%);
                 margin: 0;
                 list-style-type: none;
                 display:flex;
                 justify-content:center;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: white;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: yellow;
}

ol.purple-bullets{ 
 counter-reset: my-awesome-counter;
 padding-left: 40px;
 list-style: none;
 
}
ol.purple-bullets li {
  margin: 0 0 2rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

ol.purple-bullets li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  text-align: center;
  background:#4e509d;
  border-radius: 50%;
}

.ingredients ul{
padding-left: 0;
list-style: none;
}








