/* misc */
.special-color {
	color: #F26522;
}
/* infinite scroll reload row */
.reload {
	margin-bottom: 5px;	
}

@font-face {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/ProximaNova-Regular.woff') format('woff'),
	 url('../fonts/ProximaNova-Regular.ttf') format('truetype');
}

body {
  font-family: 'Proxima Nova Regular', Arial, sans-serif !important;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 15px;
}
.wrapper {
}
.container {
	max-width: 1140px;
}
a:link, a:active, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
}

.navbar {
	text-transform:uppercase;	
	padding: 0 !important;
	margin: 0 !important;
}
.navbar-nav > li > a {
  margin-top: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 10px;
  color: #000;
  font-size: 1.2em;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: transparent !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.navbar-nav ul > li > ul > li > a {
	font-size: 1em !important;
}
.navbar-nav .dropdown-menu > li > a {
	font-size: .8em !important;
	text-align: right;
}
@media screen and (max-width: 767px) {
.navbar-nav .dropdown-menu > li > a {
	margin-left: 10px;
	text-align: left;
}
}
.navbar-nav > li > ul { text-align:center; }

.navbar-brand {
	/*height: 40px;*/
	padding: 0px;
	margin-top: 5px;
}
@media (min-width:992px){
.navbar-brand {
	padding: 0px;
/*	padding-top: 12px;
	margin-top: -15px;*/
}
.navbar-nav > li > a {
  margin-top: 20px;
}
}
.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: 15px;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	/*height: 50px;*/
}
@media (min-width:992px){
header {
	margin-bottom: 50px !important;
}
}
footer {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;	
*/	max-width: 1140px;
	font-size: .85em;
	line-height: 1.3em;
}
/* 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;
}

.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: #999 !important;
  border-color: #999 !important;
  min-width: 60px !important;
  text-transform: uppercase !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #B2B2B2 !important;
  border-color: #B2B2B2 !important;
}
.btn.sharp, .btn-group-vertical {
  border-radius: 0 !important;
}
.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 {
	max-height: 200px;
}

.thumbnail {
 	border: 0 none;
    box-shadow: none;
	vertical-align:bottom;
}
.caption {
	/*text-transform: uppercase;*/
	font-size: .8em;
}
.error {
	color: red;
}

/* vertical align */
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
	margin-right: -4px; /* needed for inline-block weirdness */
}

/*  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;
  }
}
}