@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

#fray-reviews #fray-reviews-content {
	padding: 120px 0;
}

#fray-reviews #fray-reviews-header.fray-cover-image {
	padding: 0px;
	background: none repeat scroll 0% 0% #FBF9FA;
	border-bottom: 1px solid #DDD;
	position: relative;
	height: 140px;
}

#fray-reviews #fray-reviews-header.fray-cover-image .fray-cover-image-overlay {
	background-color: #000000;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#fray-reviews #fray-reviews-header.fray-cover-image h1{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	color: #ffffff;
	bottom: 20px;
	width: 100%;
	font-family: Oswald,sans-serif;
}

#fray-reviews #fray-reviews-header{
	padding: 0px;
	background: none repeat scroll 0% 0% #FBF9FA;
	border-bottom: 1px solid #DDD;
	position: relative;
	height: 140px;
}

#fray-reviews-nav .fray-nav-wrapper li a {
  /*background: none repeat scroll 0% 0% #AF4B63;*/
  font-family: Oswald;
  color: #FFF;
  border-bottom: 0px none;
  padding: 4px 20px 2px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  line-height: 44px;
  text-decoration: none;
  transition: all 0.2s linear 0s;  
}

#fray-reviews #fray-reviews-nav {
  left: 0px;
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 50px;
  text-align: center; 
}

#fray-reviews #fray-reviews-nav .fray-nav-wrapper {
  height: 50px;
  max-height: 100%;
}

#fray-reviews #fray-reviews-nav .fray-nav-wrapper ul {
  display: inline-block !important;
  text-align: center;
  background: none repeat scroll 0% 0% #1F1D1D;
  /*box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.2);*/
  text-indent: 0;
  margin: 0;
}

#fray-reviews #fray-reviews-nav .fray-nav-wrapper > ul li {
  position: relative;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  font-size: 0.857143rem;
  line-height: 50px;
}

#fray-reviews-nav .fray-nav-wrapper li a:hover {
  color: #AF4B63;
}

#fray-reviews-nav .fray-nav-wrapper li.active-reviewnav a{
  background-color: #AF4B63;
  color: #FFF;
}

/*#fray-reviews-content.fray-page-content {
	width: 90%;
	margin: auto;
}*/

@media screen and (min-width: 640px){
	#fray-reviews #fray-reviews-header.fray-cover-image{
		height: 250px;
	}
}