/**********************************************************************
Sytling for Reviewgist.com
**********************************************************************/
body {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	background-color: whitesmoke;
	color:#555;
}

/*
Required to make top bar fixed
body { 
	padding-top: 70px;
}
*/

@font-face {
	font-family: "effra-bold";
	src: url("../../fonts/effra-bold/effra-bold.eot");		
	src: url("../../fonts/effra-bold/effra-bold.eot?#iefix")
		format("embedded-opentype"),
		url("../../fonts/effra-bold/effra-bold.woff") format("woff"),
		url("../../fonts/effra-bold/effra-bold.svg") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
    font-family: 'Chunkfive';
    src: url('../../fonts/Chunkfive-webfont.eot');
    src: url('../../fonts/Chunkfive-webfont.eot?iefix') format('eot'),
         url('../../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../../fonts/Chunkfive-webfont.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; }
		
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../../fonts/BebasNeue-webfont.eot');
	src: url('../../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../../fonts/BebasNeue-webfont.woff') format('woff'),
		 url('../../fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('../../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4 {
	font-family: effra-bold, sans-serif;
	font-style: normal;
	margin-top: 0;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}

h1 a{
	color:#333;	
}


.well,.breadcrumb {
	border: 1px solid #e6e6e6;
	background: #fcfcfc;
}

.logo-container {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar {
	background-color: white;
}

@media(min-width:768px){
	.navbar-form {
			width: 500px;
		}
}

@media(max-width:767px){
	.navbar-form {
		float:right;
		padding:8px;
		margin:0;
		border:0;
		
	}
	
	.navbar-toggle {
		margin:8px;
	}
	
	/*Required for mobile alert */
	.alertHeight {
		margin-top:69px;
	}
	
}

.navbar-nav {
	margin:7.5px -15px
}

.threecolumn {
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
}

.twocolumn {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	width: 500px;
}

.onecolumn {
	width: 250px;
}

a:hover {
	text-decoration: none;
}

.score {
	display: block;
	border: 1px solid black;
	padding: 0px;
	width: 25%;
}

header .well {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

header .container {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 47px;
}

header .row-fluid {
	height: 3em;
	padding-top: 5px;
}

header form {
	margin-bottom: 0px;
}

div.gradient-box {
	padding: 1.5%;
	width: 19%;
	font-size: .7em;
	background-image: linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -o-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -moz-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -webkit-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -ms-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.07, rgb(252
		, 255, 252) ), color-stop(0.95, rgb(230, 235, 235) ) );
	box-shadow: 10px 10px 5px #eaeae8;
}

div.gradient-box img {
	min-height: 10em;
	max-height: 10em;
}

div.gradient-box-small {
	padding: 1.5%;
	width: 14%;
	font-size: .7em;
	background-image: linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -o-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -moz-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -webkit-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -ms-linear-gradient(bottom, rgb(252, 255, 252) 7%,
		rgb(230, 235, 235) 95% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.07, rgb(252
		, 255, 252) ), color-stop(0.95, rgb(230, 235, 235) ) );
	box-shadow: 10px 10px 5px #eaeae8;
}

div.gradient-box-small img {
	min-height: 8em;
	max-height: 8em;
}

ul.list-style-none {
	list-style: none;
	line-height: 0.9em;
}

.grey {
	border-top: 1px dotted #d8d7dd;
	margin: 0px;
	padding: 3%;
	border-radius: 0 0 4px 4px;
	background: rgb(229, 229, 229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
		rgba(249, 249, 249, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,
		229, 229, 1) ), color-stop(100%, rgba(249, 249, 249, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
		rgba(249, 249, 249, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
		rgba(249, 249, 249, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
		rgba(249, 249, 249, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%,
		rgba(249, 249, 249, 1) 100% ); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#e5e5e5', endColorstr = '#f9f9f9', GradientType = 0 ); /* IE6-9 */
}

.rgStamp {
	width: 77px;
	margin: auto; /* Makes it centered */
	cursor: pointer;
	text-align: left;
}

.rgStamp .rgScore {
	
}

.rgStamp .rgLabel {
	width: 60px;
	font-size: 9px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	border: 1px solid #87b1d4;
	border-top: 0;
	line-height: 9px;
	font-weight: bold;
	background-color: white;
	/*margin: 0 auto;*/	
	
}

.rgStamp .rgLabel .line1 {
	color: black;
	width: 100%;
	text-align: center;
}

.rgStamp .rgLabel .line2 {
	color: #0A5CA0;
	width: 100%;
	text-align: center;
}

.explainer {
	font-size: 10px;
	float: right;
	width: 15px;
}
.rgInfo {
	margin-top:-2.5px;
}


.header-search {
	line-height: 0.8em;
	height: 0.6em;
	width: 20%;
	font-size: 0.5em;
}

.content {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.adBar{
	margin: -20px 0 20px 0;
	color: #dadada;
	padding: 15px 0 15px;
	background: #585f69;
}


/*Footer*/
.footer {
	color: #dadada;
	margin-top: 40px;
	padding: 20px 0 30px;
	background: #585f69;
}

.footer.margin-top-0 {
	margin-top: 0;
}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5 {
	text-shadow: none;
	font-weight: normal !important;
}

.footer p,.footer a {
	font-size: 14px;
}

.footer p {
	color: #dadada;
}

.footer a {
	color: #42BBFF;
}

.footer a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: underline;
}

.footer h2,.footer h3,.footer h4 {
	color: #e4e4e4;
	background: none;
	text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
	width: 85%;
}

/*Blog Posts*/ /*Copyright*/
.copyright {
	font-size: 12px;
	padding: 11px 0 7px;
	border-top: solid 1px #777;
	background:#fff;
}

.copyright p {
	
}

.copyright p.copyright-space {
	margin-top: 12px;
}

.copyright a {
	margin: 0 5px;
}

.copyright a:hover {
	
}

.copyright small {
	color: #dadada;
}

.footerLogo {
	text-align:right;	
}

.fbblock {
	width: 300px;
	background-color: white;
}

/*Social Icons*/
.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	float: left;
	display: inline;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

.social-icons li a,a.social-icon {
	width: 28px;
	height: 28px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
	background-position: 0 -38px;
}

.social-icons-color li a {
	opacity: 0.7;
	background-position: 0 -38px !important;
}

.social-icons-color li a:hover {
	opacity: 1;
}

.social_facebook {
	background: url(/images/icons/social/facebook.png) no-repeat;
}

.social_googleplus {
	background: url(/images/icons/social/googleplus.png) no-repeat;
}

.social_linkedin {
	background: url(/images/icons/social/linkedin.png) no-repeat;
}

.social_twitter {
	background: url(/images/icons/social/twitter.png) no-repeat;
}

.starRating {
	width: 110px;
	min-width: 110px;
	font-size: smaller;
}

.rgExplain {
/*	min-width:380px;*/
}

.popover {
	max-width:620px;
}

.popover-content {
	max-height:500px;
	overflow-y : auto;
}

.popover-content .panel{
	margin:0;
	border:0;
}

.popover-content .panel-body{
	padding:0;
}



.imgBox {
	width: 100%;
	text-align: center;
	padding-bottom:10px;	
}


.styled-box {	
		background: #fafafa; /* Old browsers f2f1f1*/
		background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fafafa 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fafafa 0%,#ffffff 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #fafafa 0%,#ffffff 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #fafafa 0%,#ffffff 100%); /* W3C */
		border: 1px solid #d4d4d4;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
	
.btn small {
	font-size:9px;	
}

.input-group { 
	width: 100%; 
}



.orientation{
	display:inline;
	float:left;	
}

.snippet {
	margin-left:30px;
}

.progress-sm {
	height: 7px;	
}

.panel-body-shrink ,.js-tabcollapse-panel-body{
	padding:0;	
}

.panel-body-shrink .list-group, .js-tabcollapse-panel-body .list-group  {
	margin-bottom:0;	
}

.panel-body-shrink .list-group-item, .js-tabcollapse-panel-body .list-group-item {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}	


.panel-body-shrink .list-group-item:first-child, .js-tabcollapse-panel-body .list-group-item:first-child  {
	border-top-left-radius:0;
	border-top-right-radius:0;	
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}



@media(max-width:767px){
	.panel-shrink-xs {
		border:0;
	}

/*	.panel-shrink-xs .panel-body{
		padding:0;
	}
*/	
	.container .panel-shrink-xs {
		margin-right:-15px;
		margin-left:-15px;
	}	
		
	.padding-right-zero-xs {
		padding-right:0;
	}	
	
	.starRating img{
		height:14px;
		width:14px;
	}
}

.list-group-item-info {
    background-color: #FFF;
}

.linear-gradient {
 	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
}


.downloadBar {
	margin-bottom: 0;
	position: fixed;
    width: 100%;
    top:0;
    z-index:7000;
    padding-bottom:0px;
}

.fb-like {
/*    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
    margin-right: 15px;
 */
}

.date {
	font-style: italic;
}

.author {
	font-weight: bold;		
}

#sticky-social {
	left: 0;
	position: fixed;
	top: 370px;
	z-index: 10;


}

#sticky-social .well {
	background-color: white;
padding: 3px;
}

.specs .btn {
	float:left;
	margin:1px;
}

.productTabs>li {
	width:160px;	
}

.productTabs h4{
	margin-bottom:5px;	
}

.productTabs>li>a {
	width:160px;
	padding:5px 10px;	
}

.productTabs>li>a>small {
	display:block;
	height:35px;
	word-wrap: break-word;
    overflow: auto;	
}

.productTabs .price{
	font-size: 11px;
    color: #f0ad4e;
}

.delayedLoad{
	
}


.popover-header {
    padding:8px 14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.popover-title {
    margin:0;
    padding:3px 25px 0 0;
    background-color:transparent;
    border:none;
}


.nav-tabs-responsive { 
	overflow: auto;
}

.nav-tabs-responsive .nav-tabs { 
	min-width: 1100px; 
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.blockquote-condensed{
	padding: 5px 10px;
    margin: 0 0 10px;
    font-size: 14px;
    border-left: 2px solid #eee;	
}

blockquote.list-group-item-success {
	border-color: #3c763d;	
	max-width:600px;
}

blockquote.list-group-item-danger {
	border-color: #a94442;	
	max-width:600px;
}
.algolia-autocomplete {
  width: 100%;
}
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100% !important;
}
.algolia-autocomplete .aa-hint {
  color: #999;
  
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

.aa-suggestion img {
	max-width: 100%;
    max-height: 100%;	
}

.tt-image {
	height: 50px;
	width: 50px;
	float:left;
	clear:both;
	text-align: center;
	margin-right:6px;
		
}


.aa-suggestion a.list-group-item {
	
	margin-bottom:-1px;	
	padding:5px 7px;
	display : block;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:0;
	border-top-left-radius:0;
}

.aa-suggestion a.list-group-item:hover {
	background-color: #C4E3F3;
}

.aa-suggestion.tt-cursor {
	
}


.aa-suggestion a {
	color: #000;
	text-decoration: none;
}
.reviewBlock{
}

.logoBox {
	max-width:150px;
	width:150px;
	padding: 23px 0 0 20px;
}

@media(max-width:767px){
.reviewLogo {
	margin-top:5px;		
}
}
.reviewContent{
	width: 100%;
}

.reviewRating{
	padding:10px 0 10px 0;
}

.specsName{
	font-size:10px;
	font-weight: 600;
}

.specsValue{
}

.specGrpName {
}

.delayedLoad{
	text-align: center;
	width: 100%;	
}	
.poweredby {
	clear:both;
	float:right;
	margin: 20px 10px 0 0;
		
}
.breakup{
	text-align:right;
	font-size: 11px;
}

.baseValue {
	width: 100%;
	float: right;
}

.partName {
	clear: both;
	float: left;
}

.partValue{
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	float: right;
}

.finalValue {
	border-top:1px dotted black;	
	float:right;
	margin-top:5px;
	width:100%;
}

.store {
	
}

.description {
	padding:0px 10px 0 10px !important;	
}


.enter-zipcode .input-group {
	max-width:300px;	
}


/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
.bs-sidenav {
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px;
}

.bs-sidebar .glyphicon {
	
}

.bs-sidebar {
	font-size:larger;
}

/* All levels of nav */
.bs-sidebar .nav > li {
	border:1px solid #ddd;
	margin-bottom:-3px;
}


.bs-sidebar .nav > li > a {
	
}

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
 
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 20px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}

.list-group-item-info {
	background-color: #FFF;
}	

a.collapsed {
	color:#31708F;
}	


.tabcollapse  .panel-heading {
    cursor: pointer;
    background-color: white;
}

.tabcollapse .panel-heading:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: lightgrey;         /* adjust as needed */
    margin:-30px 0 0 0;
}

.tabcollapse .panel-heading.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

.sectionBlock {
	margin-top:10px;	
}

.sectionTabs .glyphicon-menu-right {
	font-size: smaller;
	color:grey;
	line-height:20px;
	
}	
.sectionTabs .progress {
	width:75%;

}

.sectionTabs a.list-group-item-info.active {
	background-color: #bce8f1;
    color: #31708f;
    border: 0;
}
/* #Landing Page
================================================== */

		
	.jumbotron {
		margin-top: -20px;
		padding: 60px 0 60px 0;
		background-color: #585f69;
		color: whitesmoke;
	}
	
	.jumbotron h2{
			color:inherit;
		}
			
	@media(max-width:767px){
		.jumbotron {
			margin-top: -20px;
			padding: 20px 0 60px 0;
			background-color: #585f69;
			color: whitesmoke;
		}
	
	}	
		
	#hero-search {
		margin:75px 0 ;
		
	}	
		
	#lp-start {
		margin-top:50px;
		min-height: 373px;
		background: url("../../images/index/bg-lp.png");
		background-repeat: no-repeat;
		background-position: 120px 0;
	}
	
	#lp-start li {
		margin-right: -20px;
		font-size: 14px;
		line-height: 1.428571429;
		color: black;
	}
	
	#lp-start .item1{
		margin-top: 60px;
	}
	
	#lp-start .item2{
		margin-top: 30px;
	}
	
	#lp-start .glyphicon {
		float: right;
	}
	
	@media only screen and (max-width: 767px) {
		#lp-start { background: none; }
	}	
	
	#showcase {
		height: 330px;
		width: 400px;
		margin-top: 35px;
		line-height: 15px;
		color: #000;
		overflow: hidden;
	}
	
	
	#showcase .panelHeading{
		font-size:12px;
	}
	
	#showcase .reviewTitle{
		font-size:11px;
		max-width:200px;
		width:200px;
	}
	
	#showcase .row{
		margin-bottom:0px;
	}
	
	
	#lp-find-best .well { 
		margin-bottom:5px; 
	}
	#lp-find-best { margin-top: 40px; }
	
	#lp-find-best .styled-box {	
		margin: 3px 0 3px 0;
		text-align: center; 

	}
	
	#lp-find-best .panel-primary .panel-heading {
		background-color: #0A5CA0;
	}
	
	#lp-find-best .panel-primary h4 {
		color:white;
	}
	
	#lp-find-best .product-image { height: 100px; position: relative; text-align: center; line-height: 100px; }
	#lp-find-best .product-image img { vertical-align: middle; }
	
	#lp-how-rg-works { min-height: 300px; margin-top: 10px; }
	
	#lp-press { min-height: 300px; margin-top: 0px; }
	
	#lp-press  .logo {
		height: 40px;
		margin-bottom: 20px;
		line-height: 40px;
		text-align: center;
	}
	
	#lp-press  .quote {
		text-align: center;
	}
	
	#lp-press .well{
		height:150px;
	}	
	
	
/*	#lp-find-best h1, #lp-how-rg-works h1, #lp-press h1 { font-size: 32px; color: #353f45; text-shadow: 0px 0px; }
	#lp-find-best h2 { font-family: inherit; font-size: 14px; text-shadow: 0px 0px; }

	#lp-find-best p { margin: 0 0 0px 0; font-size: 10px; }
	
	#lp-find-best h2 a:link,
	#lp-find-best h2 a:visited,
	#lp-find-best h2 a:active,
	#lp-find-best h2 a:hover,
	#lp-find-best h2 a:focus { font-weight: bold; }
*/
	
		/* Mod */
	#lp-find-best .row { margin-bottom: 20px; }



	#lp-how-rg-works .columns.sixteen.alpha { margin-top: 40px; }
	
	
h1, h2, h3, h4, h5, h6 {
		color: #36434c;
		font-family: "Chunkfive", Georgia, serif;
		font-weight: normal;
}
		
		
h1.shadow {
		min-height: 70px;
		background: url("../../images/index/headline-shadow.png");
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	ul.check { list-style: none; 
				/*url("../../images/index/list-check.png") inside;*/ 
				}
	
	
	.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	}
	
	
	
	
	
	#lp-how-rg-works ol { width: 760px; margin: 0 auto; list-style: none; }
	#lp-how-rg-works .step { height: 117px; margin: 0; }
	#lp-how-rg-works .step .index { height: 43px; width: 43px; float: left; margin-right: 30px; font-family: 'BebasNeueRegular'; font-size: 35px; line-height:46px; text-align: center; color: #fff; background: url("../../images/index/how-li.png");} 
	#lp-how-rg-works .step.step-1 .index { text-indent: -2px; }

	#lp-how-rg-works .step .icon { height: 117px; width: 217px; float: left; margin-right: 10px; }
	#lp-how-rg-works .step.step-1 .icon { position:relative; top: -10px; background: url("../../images/index/how-icon-1.png"); background-repeat: no-repeat; background-position: right top;}
	#lp-how-rg-works .step.step-2 .icon { background: url("../../images/index/how-icon-2.png"); background-repeat: no-repeat; background-position: right top;}
	#lp-how-rg-works .step.step-3 .icon { position:relative; top: -10px; left: -20px; background: url("../../images/index/how-icon-3.png"); background-repeat: no-repeat; background-position: right top;}
	#lp-how-rg-works .step.step-4 .icon { position:relative; top: -15px; background: url("../../images/index/how-icon-4.png"); background-repeat: no-repeat; background-position: right top;}
	#lp-how-rg-works .step.step-5 .icon { position:relative; top: -10px; left: -20px; background: url("../../images/index/how-icon-5.png"); background-repeat: no-repeat; background-position: right top;}
	#lp-how-rg-works .step.step-6 .icon { position:relative; top: -10px; left: -20px; background: url("../../images/index/how-icon-6.png"); background-repeat: no-repeat; background-position: right top;}
	
	

  
 
.panelTitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom:10px;	
}

.panelSummary {
	margin: 10px 0 0 0;
	font-size: 11px;	
}

.panelSummary .reviewHeader{
	min-height:40px;	
	vertical-align: top;
	padding:4px 0 7px 0;
}

.expandable{
	border: 1px dotted #ddd ;
}

.panelSummary .reviewTitle{
	float:left;
	margin:0 0 0 10px;
	font-size: 13px;
	max-width: 430px;
	width: 430px;
	text-align: left;
} 

.panelSummary .reviewRating {
	float:left;
	max-width: 90px;
	width: 90px;
	height:17px;
	margin: 0 0 0 10px;
}


.panelSummary .reviewLogo {
	float:left;
	width:80px;
	max-width:80px;
	text-align: right;
	margin-left: 5px;
}

.panelSummary .reviewSection {
}


.panelHeading{
	font-size:14px;
	font-weight: bold;
	text-align: center;
	padding:5px 0 5px 2px;
	border-top: 1px solid #efefef;
	background-color: #f2f2f2;
	clear:both;	
	margin:25px 0 15px 0;
}


.rgBadge {
	width:50px;	
}

.page-header {
		border: 0;
	}

.reviewRating {
	padding-top:0px;	
}
