.site_logo
{
  max-width: 164px;
}
a.navbar-brand {
    padding: 0;
}

.grey-bg
{
  min-height: 230px;
}
.team-profile h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.team-profile ul li
{
  position: relative;
  padding-left: 20px;
}
.team-profile ul li:before {
  font-family:FontAwesome;
  content: '\f105';
  position: absolute;
  left: 0;
}

.our-team .grey-bg
{
  min-height: auto !important;
}

.team-member
{
  cursor: pointer;
}
.partner {
  background: none;
}
#slider-section {
    max-height: 790px;
}
figcaption
{
  font-style: italic;
  font-size: small;
}
.footer-detail::before, .footer-detail::after
{
  border-bottom-color: none;
}
.footer-detail::before, .footer-detail::after
{
  border-bottom: none;
}

.col-custom h4
{
  font-size: 14px;
}

@media only screen and (min-width : 320px) {
  .col-custom
  {
    width: 100% !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
  .col-custom
  {
    width: 50% !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .col-custom
  {
    width: 33.2% !important;
    min-height: 268px;
  }
  .values
  {
    column-count: 2;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .col-custom
  {
    width: 33.2% !important;
    /*min-height: 261px;*/
  }
  .values
  {
    column-count: 2;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .col-custom
  {
    width: 20% !important;
  }
  .values
  {
    column-count: 2;
  }
}

.blog-details.marB20 .col-lg-4
{
  padding-bottom: 20px;
}

#wrapper {
	/*background-color: #fff;*/
	/*border-top: 1px solid #ccc;*/
	width: 100%;
	height: 50%;
	margin-top: -1px;
	/*position: absolute;*/
  overflow: hidden;
	left: 0;
	top: 50%;
}
#carousel div {
	text-align: center;
	width: 200px;
	height: 250px;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
}
#carousel div span {
	display: none;
}
#carousel div:hover span {
	background-color: #333;
	color: #fff;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	border-radius: 3px;
}
.padB180
{
  padding-bottom: 180px;
}

.quote
{
  color: #dca44b;
  font-weight: 900;
}
