 @font-face {
    font-family: 'Gisha';
    font-style: normal;
    font-weight: normal;
    src: local('Gisha'), url('gisha.woff') format('woff');
    }

/* misc */
.special-color {
	color: #BE202E;
}

/* infinite scroll reload row */
.reload {
	margin-bottom: 5px;	
}


body {
  font-family: 'Gisha', Verdana, sans-serif !important;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 5px;
  color: #000;
  background-color: #fff;/* #2a2a2a;*/
}
.wrapper {
}
.container {
	max-width: 1140px;
}
a:link, a:active, a:visited {
	color: #BE202E; /*#BE202E;*/
	letter-spacing: .1em;
}
a:hover {
	color: #666;
	text-decoration: none;
}

h1 {
	letter-spacing: .15em;
}

.no-padding-left {
	padding-left: 0 !important;	
}

.navbar {
	text-transform:uppercase;	
	padding: 0 !important;
	margin: 0 !important;
/*	background-color:#FF3E33;*/
}

.navbar-nav > li > a {
	margin-right: 0;
	font-size: 15px;
	font-weight: normal;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*color: #A4A4A4 !important;*/
	color: #000 !important;
	/*letter-spacing: .1em;*/
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.dropdown.open > a {
  color: #373737 !important;
  background-color: transparent !important;
/*  font-weight: 700;*/
  font-family: 'Gisha', sans-serif;
}

.navbar-nav ul > li > ul > li > a {
	font-size: 1em !important;

}
.dropdown-menu {
  font-size: .95em !important;
  white-space:normal !important;
  min-width: 200px;

}
.dropdown-menu > li > a {
  white-space:normal !important;
	/*font-size: .9em !important;*/
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -10px;
    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;
	min-width: 300px;
}

.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: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-wide {
	min-width: 250px !important;
}
.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;
}

.form-link a:hover {
	color: #333 !important;	
}

@media (min-width:769px){
.navbar-nav>li>.dropdown-menu.dropdown-center {
    margin-top: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
	z-index: 8000;
}
.navbar-nav>li>.dropdown-menu.dropdown-wide {
    text-align: left !important;
}	
.dropdown-submenu {
	text-align: left !important;	
}
.dropdown-menu.dropdown-center:before {
  position: absolute;
  top: -7px;
  left: 49%;
  right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #808080;
  content: '';
}
.dropdown-menu.dropdown-menu-user:before {
  position: absolute;
  top: -7px;
  left: 93%;
  right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #808080;
  content: '';
}
}

@media (min-width: 992px) {
  .navbar-default .dropdown-menu,
  .dropdown-menu {
    margin-top: 0px !important;
  }
  .navbar-default .dropdown-menu,
  .dropdown-menu.dropdown-menu-user {
    margin-top: 13px !important;
  }
}
.navbar-brand {
	/*height: 40px;*/
	padding-top: 5px !important;
/*	margin-top: -6px; !important;*/
}
@media screen and (max-width: 767px) {
.navbar-nav .dropdown-menu > li > a, .dropdown-submenu {
	margin-left: 10px;
	text-align: left;
}
.dropdown-submenu > ul > li > a {
	padding-left: 40px !important;
	text-align: left;
}
.navbar-brand {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}

.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-nav a:hover {
	color: #333 !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: #000 !important;
*/  background-color: transparent !important;
}



.fa-search {
	font-size: 1.2em;	
}
/*@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}
*/
hr { 
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE202E;	
	margin-bottom: 5px;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	/*height: 100px;*/
}
@media screen and (max-width: 767px) {
header {
	/*height: 50px;*/
}
}
footer {
	margin-top: 15px;
	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;
	font-size: .9em;
}
/* 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;
}
#feedbackForm .input-group[class*="col-"] , #info-contact-form .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

#ajaxStatus, #emailToFriendStatus, #inquireStatus, #pressReleaseStatus, #appointmentStatus, #contactStatus {
	color: #BE202E;
}

.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: #BE202E;
  background-color:#fff;
  border-color:#BE202E;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active/*,
.open .dropdown-toggle.btn-primary*/ {
  color: #fff;
  background-color: #333;
  border-color: #333;
}


.btn-white {
  color: #000;
  background-color:#fff;
  border-color:#000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active/*,
.open .dropdown-toggle.btn-white*/ {
  background-color: #eee;
}

.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 {
/*	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;
	/*text-align: center;*/
	padding-left: 0 !important;
}
.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;
    }
}