a {
	text-decoration: none;
	color: #d486ff;	
}
a:hover {
	color: purple;
	text-decoration: underline;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'exo_2.0regular';
	margin: 0;
	margin-bottom: 10px;
}
h2 a {
	font-size: 30px;
}
h3 {
	margin-top: 30px;
}
li {
	font-size: 14pt;
}
small {	
	font-family: 'exo_2.0light';
	font-size: 70%;
	color: #999;
}
.description p,
.description p strong
 {
	font-size: 12pt;
}

.sol_label {
	font-size: 12pt;
	font-weight: 700;
}

strong {	
	font-family: 'exo_2.0regular';
	font-weight: normal;
}
#tech-specs {
	margin-top: 20px;
}
/* FIX THIS ON ALL PAGES */
#tested-on li,
#tested-on li *,
#tech-specs th,
#tech-specs td {
	text-align: left;
	font-size: 16px;
	border-top: 0;
}
ul {
	list-style-position: inside;
}
.title{
	font-size: 400%;
}

.subtitle {
	font-size: 150%;
}
#features {
	/*background-image:url('wireframe-bg.png');*/
	/*background-color: #D2E3FE;*/
}
#one_image {
/*	width: 100%; */
	background-image:url('../img/wireframe-bg.png');
	/* background-image:url('texturetastic_gray.png');
	background-color: #B2AFCB;*/
}
.jumbotron{
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 28px;
}
.j-small{
	background-color: rgba(255, 255, 255, 0.85);
}
.padding-row {
	padding-top: 50px;
	padding-bottom: 50px;
}
.google-play-badge {
	margin-top: 40px;
	margin-bottom: 20px;
}
.google-play-badge:last-of-type {
	margin: 20px auto 0 auto;
}
.text-primary {
	color: #000;
	font-size: 16px;
}
.rv-subscribe {
	text-align: left;
}
.rv-subscribe input[type=email] {
	width: 60%;
}

#rv-landing{
	background-image:url('/img/products/rv-mud.jpg');
	background-size: cover;
}

/* Header styles */

header nav a:hover {
	color: #d486ff;	
}
header .dropdown > a:hover,
header .dropdown > a:hover span,
header .dropdown-lg > a:hover,
header .dropdown-lg > a:hover span {
	color: #d486ff !important;
}
header .dropdown .dropdown-menu a:hover,
header .dropdown-panel a:hover {
	color: #d486ff;
}
#lang-menu .dropdown-menu {
	border-top: 1px solid #d486ff;	
}
#user-menu .dropdown-menu {
	border-top: 1px solid #d486ff;		
}
header .dropdown-panel {
	border-top: 1px solid #d486ff;
}
#product-panel a:hover h3 {
	color: #d486ff;
}

/* -- */
