/* misc  */

.special-color {
	color: #0000CD;	
}
.sold-color {
	color: #C00;	
}
body {
  font-family: "Open Sans", 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: #3300CC;
	text-decoration: none;
}

.navbar {
	text-transform:uppercase;	
	padding: 0 !important;
	margin: 0 !important;
}
.navbar-nav > li > a {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 10px;
  color: #000;
}
.navbar-nav > li > a:hover {
  background-color: #ccc;
}
.navbar-nav ul > li > ul > li > a {
	font-size: 1em !important;
}
.dropdown-menu > li > a {
	font-size: .8em !important;
}
.navbar-brand {
	/*height: 40px;*/
	padding: 0px;
	padding-top: 0px;
	margin-top: -20px;
}
.navbar-brand-small {
	margin-top: 0 !important;
}
.navbar-default {
	background-image:none;
	background-color:transparent;	
	border: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #e7e7e7;
}
/*@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;
}
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;
}
/* 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;
}

#info-contact-form .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

#ajaxStatus, #emailToFriendStatus, #inquireStatus, #pressReleaseStatus, #appointmentStatus, #infoContactStatus {
	color: #990000;
}
#info-contact .modal-dialog
{
  width: 60%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.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: #0000CD;
  border-color: #333;
}
.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;	
}

.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  */
	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;
  }
}
}

