/* misc */
.special-color {
	color: #AEBD3E;
}


body {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 5px;
}
.wrapper {
}
.container {
	max-width: 1140px;
}
a:link, a:active, a:visited {
	color: #666;
}
a:hover {
	color: #AEBD3E;
	text-decoration: none;
}

.navbar {
	text-transform:uppercase;	
	padding: 0 !important;
	margin: 0 !important;
}


.navbar-nav > li > a {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 10px;
  color: #333;
}
.navbar-nav > li > a:hover {
  background-color: transparent !important;
  color:  #AEBD3E !important;
}
.navbar-nav ul > li > ul > li > a {
	font-size: 1em !important;
}
.dropdown-menu > li > a {
	font-size: .8em !important;
}
.dropdown-menu > li > a:hover {
  background-color: transparent !important;
  color:  #AEBD3E !important;
}
.dropdown-submenu {
    position: relative;
}

/* 3rd level dropdown */
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu .dropdown-menu > li > a {
	font-size: .8em !important;
}

.navbar-brand {
	height: 60px;
	padding: 0px;
/*	padding-top: 5px;*/
	margin-top: 3px;
}
.navbar-brand-small {
	/*height: 40px;*/
	padding: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.navbar-default {
	background-image:none;
	background-color:transparent;	
	border: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color:  #AEBD3E !important;
}
/*@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}
*/
header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;	
	margin-bottom: 5px;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:992px){
	header {
	height: 75px; 
}
}
footer {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;	
	max-width: 1140px;
}
/* extra spacing for middle footer items */
.footer-middle-row {
	padding-top: 0;
	padding-bottom: 3px;	
}
/* hide page label and breadcrumbs */	
/*.pg_opt, .pin {
	display: none !important; 
}
*/
#signupform .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
#appointment-form .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

#ajaxStatus, #emailToFriendStatus, #inquireStatus, #pressReleaseStatus, #appointmentStatus {
	color: #990000;
}


.pager li > a,
.pager li > span  {
	border: 0 !important;
	color: #000;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #fff;
}



.btn-primary {
  color: #fff;
  background-color: #AEBD3E;
  border-color: #AEBD3E;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #666;
}

.search-box {
	padding: 15px;	
}
.dropdown-search {
  left: 90% !important;
  right: 10%;
  text-align: center;
  transform: translate(-90%, 0) !important;
}


.animate-wr {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
}

.thumbnail img {
/*	needs to match phpThumb dims for thumbnails  */
/*  height: 200px !important;
  min-height: 200px;
*/
	max-height: 200px;
}

.thumbnail {
 	border: 0 none;
    box-shadow: none;
	vertical-align:bottom;
}

/* vertical align */
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
	margin-right: -4px; /* needed for inline-block weirdness */
}

.caption {
	text-transform: uppercase;
	font-size: .8em;
}
.error {
	color: red;
}

/*  Bootstrap Clearfix */
/* Mobile */
@media screen and (max-width: 767px) {
.col-xs-1:nth-child(12n+1),
.col-xs-2:nth-child(6n+1),
.col-xs-3:nth-child(4n+1),
.col-xs-4:nth-child(3n+1),
.col-xs-6:nth-child(2n+1){
clear: left;
}
}
/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
  /*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
}

/* collapse menu on sm */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}