/* Page reset */
html, body {
 	height: 100%;
}

html,body,head,a,h1,h2,h3,h4,pre,sup,sub { margin: 0px; padding: 0px;}

/* Overall font */

body {
	font-family: 'Roboto', 'Lucida Grande', sans-serif;
}

a, a:visited {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: 700;
	color: darkgray;
}

.container {
	padding: 0px;
}
.page-content {
	width: 100%;
	font-size: 18px;
}

.page-padding {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 480px) {
	.page-padding {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 768px) {
	.page-padding {
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media (min-width: 992px) {
	.page-padding {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media (min-width: 1200px) {
	.page-padding {
		padding-left: 150px;
		padding-right: 150px;
	}
}


.space-before {
	margin-top: 40px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ============================================================
  index page
============================================================ */


.logo-sm {
	height: 30px;
}

.product-md {
	max-width: 85%;
	max-height: 500px;
}

.carousel {
	margin-top: 10px;
}

.carousel-inner {
	background-image: none;
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
	height: auto;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	color: black;
}

.carousel-indicators li {
	border-color: black;
	background-color: white;
}
.carousel-indicators li.active {
	background-color: black;
}

/* ============================================================
  Product page
============================================================ */
.product-logos {
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 2.5em;
}
.product-logos a {
	padding: 5px 20px 5px 20px;
}
.product-logos a:hover > img {
	opacity: 0.4;
}
.product {
	padding: 15px 0px 50px 0px;
	text-align: center;
}
hr {
	width: 100%;
}

/* ============================================================
  KueIt Landing Page
============================================================ */

.kueit-wrapper {
	margin-top: 50px;
	text-align: center;
}
.kueit-product {
	width: 100%;
	max-width: 600px;  		 		
	display: inline-block;
	margin-bottom: 35px;
}
.product-img {
	width: 100%; 
	margin-top: 10px; 		
}
.kueit3-logo {
	height: 50px;  		  	
}
.kueit-mobile-logo {
	height: 55px;  		  	
}  	  	
.tag-line-wrapper {  		
	color: black; 
	text-align: center;
	margin: 50px 25px 75px 25px; 		
}
.tag-line {
	font-size: 24pt;		
}
.tag-line2 {
	font-size: 14pt;		  		  	
	font-style: italic;
} 


/* ============================================================
  KueIt 3 detail page
============================================================ */

.kueit-2_1-available {
	margin: 20px 0px 0px 0px;
	font-size: 80%;
}
.kueit-2_1-available > strong {
	color: red;
}
.kueit-2_1-available > a, .kueit-2_1-available > a:visited {
	color: black;
	text-decoration: none;
}
.kueit-2_1-available > a:hover, .kueit-2_1-available > a:focus {
	color: lightgray;
	text-decoration: none;
}

.product-detail {
	max-width: 95%;
	max-height: 300px;
}

.product-overview {
	font-weight: 300;
	font-style: italic;
	font-size: 150%;
	background-color: #303030;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 60px 40px 60px 40px;
	color: white;
	text-align: center;
	line-height: 1.75em;
}

.bullet-content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.product-bullet-lg {
	margin: 20px 1.6% 20px 1.6%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 46%;
}
.product-bullet-lg h3 {
	margin: 0px 0px 20px 0px;
	color: darkgray;
	font-weight: 700;
	font-size: 150%;
}
.product-bullet-lg p {
	font-weight: 500;
	font-size: 100%;
}
div.product-bullet-lg:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}
.product-bullet-lg > img {
	height: 150px;
}
img.product-bullet-img-left {
	margin-right: 20px;
	float: left;
}
img.product-bullet-img-right {
	margin-left: 20px;
	float: right;
}

div.product-image-divider {
	margin: 40px 0px 40px 0px;
	text-align: center;
	height: 125px;
	background-position: center center;
	background-color: RGB(221, 221, 221);
	background-image: url('../images/waveform.png');
}

h1.product-feature-heading {
	color: darkgray;
	font-weight: 700;
	font-size: 175%;
	margin: 20px 0px 40px 0px;
}

.product-feature > img {
	float: left;
	max-height: 60px;
	max-width: 50px;
}
.product-feature > p {
	margin-left: 65px;
	font-size: 95%;
}
.product-feature > p > strong {
	font-weight: 700;
	color: #606060;
}
div.product-feature:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
	margin-bottom: 40px;
}

p.product-purchase-link {
	text-align: center;
}

div.video-list {
	width: 100%;
	background-color: black;
	color: lightgray;
	text-align: center;
	margin-top: 40px;
}
div.video-list:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}

.video-list > h3 {
	font-weight: 700;
	font-size: 200%;
	padding: 20px;
}
.video-list > h4 {
	font-weight: 700;
	font-size: 150%;
	padding: 20px;
}
.video-list > ul {
	list-style-type: none;
	padding: 10px;
	margin: 20px 0px 20px 0px;
}
.video-list > ul > li {
	margin: 10px 0px 10px 0px;
}
.video-list > ul > li > a {
	color: darkgray;
	cursor: pointer;
	text-decoration: none;
}
.video-list > ul > li > a:hover {
	color: lightgray;
}
.video-list > ul > li > a.active {
	color: red;
}

.youtube-video {
	width: 70%;
	float: right;
	padding: 0px 10% 30px 10%;
}
.youtube-video-container {
	position: relative;
	padding: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-video-container > iframe {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product-testimonial {
	margin: 20px 1.6% 20px 1.6%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 46%;
}
.product-testimonial h3 {
	margin: 10px 0px 0px 0px;
	color: #505050;
	font-weight: 700;
	font-size: 115%;
}
.product-testimonial h4 {
	margin: 5px 0px 10px 0px;
	color: black;
	font-weight: 400;
	font-style: italic;
	font-size: 115%;
}
.product-testimonial p {
	font-weight: 500;
	font-size: 115%;
	min-height: 10em;
}
div.product-testimonial:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}
.product-testimonial > img {
	max-width: 180px;
}
/*
.product-testimonial-left > p  {
	margin-left: 200px;
}
.product-testimonial-right > p {
	margin-right: 200px;
}
*/
.product-testimonial-left > h3, .product-testimonial-left > h4 {
	text-align: right;
}
.product-testimonial-right > h3, .product-testimonial-right > h4 {
	text-align: left;
}
img.product-testimonial-img-left {
	margin-right: 20px;
	float: left;
}
img.product-testimonial-img-right {
	margin-left: 20px;
	float: right;
}


p.kueit-system-heading {
	margin-top: 40px;
	text-align: center;
	font-size: 90%;
}

.kueit-system-table {
	font-size: 80%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.product-overview {
		font-size: 125%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-bullet-lg, .product-testimonial {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.kueit-system-table {
		width: 95%;
	}
	.youtube-video {
		width: 100%;
		padding: 5px;
	}
	.product-testimonial p {
		min-height: 0;
	}
}

/* ============================================================
  JammText pages
============================================================ */

/* JammText Navigation */
.jammtext-next {
	text-align: center;
	margin-top: 60px;
}
.jammtext-next a {
	margin-left: 10px;
}
.jammtext-nav {
	display: block;
	list-style-type: none;
	text-align: center;
	margin: 20px 0px 40px 0px;
	padding: 0px;
}
.jammtext-nav li {
	display: inline-block;
	margin: 2px 2px;
	padding: 6px 8px;
	color: #505050;
	border-radius: 8px;
}
.jammtext-nav li:hover, .jammtext-nav li:focus {
	background-color: darkgray;
	color: white;
}
li.jammtext-nav-active, li.jammtext-nav-active:hover, li.jammtext-nav-active:focus {
	background-color: #505050;
	color: white;
}
li.jammtext-nav-signup, li.jammtext-nav-signup:hover, li.jammtext-nav-signup:focus {
	color: #0e1587;
	font-weight: bold;
}

/* JammText themed purple button */
.btn-jammtext {
	font-size: 100%;
	border: thin solid #0e1587;
	border-radius: 8px;
	margin: 5px;
	padding: 8px 12px 8px 12px;
	background-color: #0e1587;
	color: white;
}
.btn-jammtext:hover {
	background-color: #1219a1;
	border-color: #1219a1;
	color: #efefef;
}
.btn-jammtext.btn-lg {
	padding: 10px 14px;
}

/* Landing */
.jammtext-main-nav-spacing {
	margin: 40px 0px -40px 0px;
}
.jammtext-main-box {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100vh;
	text-align: center;
	color: white;
	font-size: 85%;
}
.jammtext-main-nav {
	position: absolute;
	text-align: right;
	width: 90%;
	z-index: 2;
	top: 0px;
	right: 10%;
	background-color: transparent;
	font-size: 110%;
}
.jammtext-main-nav a {
	color: white;
	margin: 0px 5px;
}
.jammtext-logo {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
	top: 1.25em;
	background-color: rgba(0,0,0,0.6);
}
.jammtext-logo-block {
	display: inline-block;
}
.jammtext-logo img {
	box-sizing: border-box;
	margin: 5px;	
	height: 8vh;
	max-width: 100%;
}

.jammtext-image-rotation-block {
	position: relative;
	background-color: white;	
	width: 100%;
	height: 50vh;
}
.jammtext-image-rotation {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#jammtext-image-rotation1 {
	background-image: url('../images/jammtext-rotation/wedding2.jpg');
	opacity: 1;	
}
@media (min-width: 992px) {
	#jammtext-image-rotation1 {
		background-image: url('../images/jammtext-rotation/wedding2-hi.jpg');
	}
}
#jammtext-image-rotation2 {
	background-image: url('../images/jammtext-rotation/club2-hi.jpg');
	opacity: 0;
}
.jammtext-rotation-play {
    position: absolute;
    left: 100%;
    top: 100%;
    z-index: 2;
}

.jammtext-bullets-signup-block {
	position: absolute;
	top: 50vh;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.jammtext-bullets-signup-block-center {
	position: relative;
	display: inline-block;
	border-radius: 8px;
}
.jammtext-top-freetrial {
	color: #bc0012;
	font-weight: bold;
	margin: 0px; /*0px 10px 10px 20px;*/
}
.jammtext-top-freetrial-landscape {
	color: #4ccc14; /*#ff9999;*/
}
.jammtext-main-signup {
	position: relative;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
button.btn-jammtext-signup, button.btn-jammtext-signup:focus {
	font-size: 100%;
	border: thin solid #0e1587;
	border-radius: 8px;
	margin: 5px;
	padding: 8px 12px 8px 12px;
	background-color: #0e1587;
	color: white;
}
button.btn-jammtext-signup:hover {
	background-color: #131cb9;
	border-color: #131cb9;
	color: #efefef;
}
button.btn-jammtext-signup-white, button.btn-jammtext-signup-white:focus {
	background-color: transparent;
	border-color: white;
}
button.btn-jammtext-signup-white:hover {
	background-color: white;
	color: black;
	border-color: white;
}
.jammtext-top-bullets {
	text-align: center;	
	list-style: none;
	color: black;
	margin: 1em 0px 0px 0px;
	padding: 0px;
}
.jammtext-top-bullets-white {
	color: white;
}
.jammtext-top-bullets li {
	margin: 0px;
}
.jammtext-top-bullets-highlight {	
	color: #0e1587;
	font-weight: bold;
}
.jammtext-top-bullets-highlight-white {
	color: yellow;
}

.jammtext-main-explore {
	position: absolute;
	height: 2em;
	top: 90vh;
	left: 0px;
	right: 0px;
	color: black;
	text-align: center;
	z-index: 2;
}
.jammtext-main-explore-center {
	display: inline-block;
	cursor: pointer;
}
.jammtext-main-explore-white {
	color: white;
	text-shadow: 0px 0px 4px black;
}
.jammtext-main-explore .glyphicon {
	font-size: 100%;
}

.jammtext-videos-box {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color: rgb(22,29,89);
	background-image: linear-gradient(to right, rgb(36,46,77), rgb(24,24,48));
}
@media (min-width: 768px) {
	.jammtext-videos-box {
		padding: 40px 0px;
		color: #efefef;
		background-image: url(/images/jammtext/background-blue-hard-top-line.jpg);
		background-size: 100% 100%;
	}
}
.jammtext-videos {
	margin: 20px auto;
	color: white;
	max-width: 950px;
}
.jammtext-videos h1 {
	margin-bottom: 20px;
	color: #e0e0e0;
}
button.btn-jammtext-signup-videos, button.btn-jammtext-signup-videos:focus {
	background-color: transparent;
	border-color: white;
	color: white;
}
button.btn-jammtext-signup-videos:hover {
	background-color: white;
	color: black;
	border-color: white;
}
@media (min-width: 480px) {
	.jammtext-videos h1 {
		margin-bottom: 30px;
	}
}

.jammtext-landing-box-pane {
	background-color: #e0e0e0;
	padding: 20px 10px;
	text-align: center;
	font-size: 12pt;
}
.jammtext-landing-box {
	display: inline-block;
	vertical-align: top;
	background-color: white;
	box-sizing: border-box;
	margin: 10px;
	padding: 20px;
	max-width: 450px;
}
.jammtext-landing-box h2 {
	text-align: left;
	font-size: 125%;
	color: #505050;
}
.jammtext-landing-box img {
	max-width: 100%;
	height: 141px;
	margin: 15px 0px 15px 0px;
	box-shadow: 0px 0px 3px black;
}
.jammtext-landing-box p {
	text-align: left;
}
.jammtext-landing-box-testimonial h3 {
	font-size: 100%;
	font-weight: bold;
	color: #505050;
	text-align: right;
}
.jammtext-landing-box-testimonial h4 {
	font-size: 100%;
	font-style: italic;
	color: #505050;
	text-align: right;
}
p.jammtext-landing-box-link {
	text-align: right;
	margin: 10px 0px 0px 0px;
}

@media (min-width: 680px) {
	.jammtext-landing-box {
		max-width: 300px;
		min-height: 520px;
	}
	.jammtext-landing-box h2 {
		min-height: 2em;
	}
	p.jammtext-landing-box-main-blog {
		min-height: 220px;
	}
	p.jammtext-landing-box-main-testimonial {
		min-height: 175px;
	}
}
@media (min-width: 1350px) {
	.jammtext-landing-box-pane-center {
		margin-left: auto;
		margin-right: auto;
		width: 1350px;
	}
	p.jammtext-landing-box-main-blog {
		min-height: 240px;
	}
	p.jammtext-landing-box-main-testimonial {
		min-height: 200px;
	}
	.jammtext-landing-box {
		padding: 25px;
		min-height: 550px;
	}
}

.jammtext-tutorial-landing {
	margin: 0px;
	padding: 20px 0px;
	background-color: #505050;
	color: #dedede;
	text-align: center;
}
.jammtext-tutorial-landing h1 {
	color: #dedede;
	margin: 10px 5px 30px 5px;
}
.jammtext-tutorial-thumbnail {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 10px;
	width: 280px;
	transition: all 100ms linear;
}
.jammtext-tutorial-thumbnail:hover {
	transform: scale(1.1);
}
.jammtext-tutorial-thumbnail img {
	border: 3px solid gray;
	width: 100%;
}

.jammtext-signup-modal {
	background-color: rgba(0,0,0,0.75);
	color: white;
}
.jammtext-signup-modal input, .jammtext-signup-modal button {
	margin: 4px 0px;
}
.jammtext-signup-modal .text-success {
	color: lightgreen;
}
@media (min-width: 768px) {
	.jammtext-signup-modal {
		padding: 20px;
	}
}

/* Why JammText? */

.jammtext-build-business-box {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.jammtext-build-business {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 300px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
.jammtext-build-business img {
	display: inline-block;
}
.jammtext-build-business h4 {
	color: #303030;
	margin: 10px 0px;
}
.jammtext-build-business p {
	font-size: 90%;
	text-align: left;
}
.jammtext-build-business p.text-center {
	text-align: center;
	min-height: auto;
}
@media (min-width: 640px) {
	.jammtext-build-business-box {
		width: 620px;
	}
}
@media (min-width: 1192px) {
	.jammtext-build-business-box {
		width: 960px;
	}
	.jammtext-build-business {
		max-width: 315px;
		padding: 20px;
	}
}
@media (min-width: 1320px) {
	.jammtext-build-business-box {
		width: 1020px;
	}
	.jammtext-build-business {
		max-width: 335px;
		padding: 30px;
	}
}

.jammtext-easy-video-box {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	background-color: black;
	background-image: url(/images/jammtext/background-dark.jpg);
	background-size: cover;
	text-align: center;
	color: white;
}
.jammtext-easy-text {
	display: inline-block;
	vertical-align: middle;
}
.jammtext-easy-text h1 {
	margin: 20px 0px 20px 20px;
	font-weight: 700;
	color: white;
	font-size: 140%;
}
@media (min-width: 480px) {
	.jammtext-easy-text h1 {
		font-size: 170%;
	}
}
@media (min-width: 768px) {
	.jammtext-easy-text h1 {
		font-size: 200%;
	}
}
.jammtext-easy-video-container {
	display: inline-block;
	vertical-align: middle;
	max-width: 819px;
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.jammtext-easy-video {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 15px solid #303030;
	border-image: url(/images/jammtext/laptop-frame.png) 68 68;
	-webkit-border-image: url(/images/jammtext/laptop-frame.png) 68 68;
	-moz-border-image: url(/images/jammtext/laptop-frame.png) 68 68;
	-o-border-image: url(/images/jammtext/laptop-frame.png) 68 68;
}
@media (min-width: 480px) {
	.jammtext-easy-video {
		border-width: 30px;
	}
}
@media (min-width: 768px) {
	.jammtext-easy-video {
		border-width: 45px;
	}
}
@media (min-width: 992px) {
	.jammtext-easy-video {
		border-width: 68px;
	}
}

.jammtext-why-pane {
	margin: 20px;
	padding: 0px;
}
.jammtext-why-pane.space-before {
	margin-top: 40px;
}
.jammtext-why-pane h2 {
	margin: 0px 0px 20px 0px;
	font-weight: 700;
	font-size: 130%;
}
@media (min-width: 480px) {
	.jammtext-why-pane h2 {
		font-size: 150%;
	}
}
@media (min-width: 768px) {
	.jammtext-why-pane h2 {
		font-size: 170%;
	}
}

.jammtext-best-feature-box {
	margin: 20px auto 0px auto;
	width: 320px;
}
@media (min-width: 480px) {
	.jammtext-best-feature-box {
		width: 480px;
	}
}
@media (min-width: 640px) {
	.jammtext-best-feature-box {
		width: 640px;
	}
}
@media (min-width: 800px) {
	.jammtext-best-feature-box {
		width: 800px;
	}
}

@media (max-width: 479px) {
	.jammtext-best-feature:nth-child(4n+0) {
		background-color: #f0f0f0;
	}
	.jammtext-best-feature:nth-child(4n+1) {
		background-color: #f0f0f0;
	}
}
@media (min-width: 480px) {
	.jammtext-best-feature:nth-child(odd) {
		background-color: #f0f0f0;
	}
}

.jammtext-best-feature {
	display: inline-block;
	vertical-align: top;
	width: 155px;
	padding: 10px;
	margin: 0px;
	min-height: 15em;
}
.jammtext-best-feature h4 {
	margin: 0px 0px 10px 0px;
	min-height: 2em;
	color: #505050;
}
.jammtext-best-feature p {
	font-size: 85%;
}


@media (min-width: 960px) {
	.jammtext-best-feature-box {
		width: 960px;
	}
	.jammtext-best-feature {
		width: 185px;
		padding: 15px;
	}
}
@media (min-width: 1120px) {
	.jammtext-best-feature-box {
		width: 1120px;
	}
	.jammtext-best-feature {
		width: 217px;
	}
}

/* Plans and pricing */

.jammtext-more-info {
	margin: 10px 0px;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}
.jammtext-more-info li {
	margin: 5px;
	display: inline-block;
}
.jammtext-purchase-bottom-blurb {
	text-align: center;
	font-size: 140%;
	font-style: italic;
	margin: 2em 10px 1.5em 10px;
}

.glyphicon-red {
	color: darkred;
}
.glyphicon-green {
	color: green;
}
.jammtext-pricing {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #303030;
}
table.table-jammtext-features {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 60%;
	width: 300px;
	box-sizing: border-box;
	box-shadow: 3px 4px #dedede;
	table-layout: fixed;
}
.table-jammtext-features table, .table-jammtext-features th, .table-jammtext-features td {
	border: 1px solid darkgray;
	border-collapse: collapse;
}
.table-jammtext-features td, .table-jammtext-features th {
	padding: 0px;
	text-align: center;
	vertical-align: center;
}
.btn-jammtext-table-features {
	padding: 4px 6px;
}
.table-jammtext-feature-name {
	width: 40%;
}
.table-jammtext-feature-plan {
	width: 15%;
}
.table-jammtext-features tr:nth-child(even) {
	background-color: #c0c0c0;
}
.table-jammtext-features tr:nth-child(odd) {
	background-color: #fff;
}
.table-jammtext-features th {
	background-color: #505050;
	color: #f0f0f0;
}

@media (min-width: 400px) {
	.table-jammtext-features td, .table-jammtext-features th {
		padding: 3px;
	}
	table.table-jammtext-features {
		width: 370px;
		font-size: 70%;
	}
}
@media (min-width: 480px) {
	.table-jammtext-features td, .table-jammtext-features th {
		padding: 5px;
	}
	.btn-jammtext-table-features {
		padding: 6px 8px;
	}
	table.table-jammtext-features {
		width: 450px;
		font-size: 80%;
	}
}
@media (min-width: 530px) {
	.btn-jammtext-table-features {
		padding: 8px 12px;
	}
	table.table-jammtext-features {
		width: 500px;
		font-size: 90%;
	}
}
@media (min-width: 768px) {
	table.table-jammtext-features {
		width: 600px;
		font-size: 100%;
	}
}

.jammtext-landing-testimonial-pane {
	background-color: white;
	background-image: url(/images/jammtext/wedding-image-mobile.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 20px;
	padding: 30px 20px;
}
.jammtext-landing-testimonial-pane h1 {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
.jammtext-landing-testimonial {
	background-color: rgba(0,0,0,0.75);
	margin: 20px 0px;
	padding: 20px;
	color: #efefef;
}
.jammtext-landing-testimonial img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 300px;
}
.jammtext-landing-testimonial p {
	margin: 10px 0px;
}
.jammtext-landing-testimonial h3 {
	margin: 5px 0px;
	font-size: 100%;
	color: white;
}
.jammtext-landing-testimonial h4 {
	margin: 5px 0px;
	font-size: 100%;
	font-style: italic;
	color: #efefef;
}
.jammtext-landing-testimonial-link {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.jammtext-landing-testimonial-pane {
		background-image: url(/images/jammtext/wedding-image.jpg);
	}
	.jammtext-landing-testimonial img {
		display: inline;
		width: 300px;
		max-width: 100%;
		margin: 0px;
	}
	.jammtext-landing-testimonial:nth-child(even) img {
		margin-right: 20px;
		float: left;
	}
	.jammtext-landing-testimonial:nth-child(odd) img {
		margin-left: 20px;
		float: right;
	}
	.jammtext-landing-testimonial:nth-child(even) h3, .jammtext-landing-testimonial:nth-child(even) h4, .jammtext-landing-testimonial:nth-child(even) .jammtext-landing-testimonial-link {
		text-align: right;
	}
	.jammtext-landing-testimonial p {
		margin: 0px;
	}
	.jammtext-landing-testimonial .jammtext-landing-testimonial-link {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	.jammtext-landing-testimonial-pane {
		padding-left: 100px;
		padding-right: 100px;
	}
	.jammtext-landing-testimonial {
		padding: 40px;
	}
	.jammtext-landing-testimonial img {
		width: 400px;
	}
}
div.jammtext-landing-testimonial:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}

.jammtext-learn-pane {
	background-color: white;
	padding: 30px 10px;
	width: 100%;
}
@media (min-width: 992px) {
	.jammtext-learn-pane {
		padding: 40px 100px;
	}
}
.jammtext-learn-pane h1 {
	color: #303030;
	text-align: center;
	margin: 0px 10px 20px 10px;
}
.jammtext-feature {
	margin: 40px 0px;
}
.jammtext-feature img {
	width: 100%;
	max-width: 450px;
	display: block;
	margin: 10px auto;
}
.jammtext-feature-name {
	font-style: italic;
	font-size: 200%;
}
.jammtext-feature-link {
	margin-top: 20px;
	text-align: right;
}
@media (min-width: 768px) {
	.jammtext-feature img {
		display: inline;
		margin: 0px 30px 0px 0px;
		float: left;
		width: 50%;
		max-width: 500px;
	}
	div.jammtext-feature:after {
		display: block;
		content: "";
		visibility: hidden;
		clear: both;
	}
	.jammtext-feature p {
		line-height: 1.35em;
		margin-bottom: 10px;
	}
	.jammtext-feature .jammtext-feature-name {
		line-height: 1em;
	}
}
@media (min-width: 1120px) {
	.jammtext-feature {
		padding: 40px;
	}
	.jammtext-feature p {
		line-height: 1.65em;
		margin-bottom: 20px;
	}
	.jammtext-feature .jammtext-feature-name {
		line-height: 1em;
	}
}

/* Details */
.disclaimer {
	font-size: 80%;
}


.jammtext-feature-pane {
	margin: 20px 0px 20px 0px;
	padding: 30px 0px 20px 0px;
	width: 100%;
	background-color: #505050;
	color: #efefef;
}
.jammtext-feature-pane h1 {
	color: #efefef;
	margin: 20px 0px;
}
.jammtext-feature-pane-block {
	text-align: center;
}
.jammtext-feature-short {
	display: inline-block;
	vertical-align: top;
	width: calc(100%-20px);
	max-width: 350px;
	margin: 0px;
	padding: 10px;
}
.jammtext-feature-short img {
	width: 100%;
	box-shadow: 0px 0px 5px black;
}
@media (min-width: 768px) {
	.jammtext-feature-short p {
		font-size: 16pt;
	}
}
@media (min-width: 992px) {
	.jammtext-feature-short {
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.jammtext-feature-pane-block {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

.jammtext-overview-blurb {
	font-weight: 300;
	font-style: italic;
	font-size: 150%;
	width: 100%;
	margin: 40px 0px 40px 0px;
	text-align: center;
	line-height: 1.75em;
}
@media (min-width: 768px) {
	.jammtext-overview-blurb {
		margin: 60px 0px;
	}
}
@media (min-width: 992px) {
	.jammtext-overview-blurb {
		margin: 80px 0px;
	}
}

/* Testimonials page */
.jammtext-testimonial {
	margin: 15px;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	width: 46%;
	background-color: #efefef;
}
.jammtext-testimonial h3 {
	margin: 10px 0px 0px 0px;
	color: darkgray;
	font-weight: 700;
	font-size: 90%;
}
.jammtext-testimonial h4 {
	margin: 5px 0px 10px 0px;
	color: black;
	font-weight: 400;
	font-style: italic;
	font-size: 90%;
}
.jammtext-testimonial p {
	font-weight: 500;
	font-size: 90%;
	min-height: 8em;
}
div.jammtext-testimonial:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}
.jammtext-testimonial > img {
	max-width: 180px;
}
.jammtext-testimonial:nth-child(odd) > h3, .jammtext-testimonial:nth-child(odd) > h4 {
	text-align: right;
}
.jammtext-testimonial:nth-child(even) > h3, .jammtext-testimonial:nth-child(even) > h4 {
	text-align: left;
}
.jammtext-testimonial:nth-child(odd) > img {
	margin-right: 20px;
	float: left;
}
.jammtext-testimonial:nth-child(even) > img {
	margin-left: 20px;
	float: right;
}
@media (max-width: 767px) {
	.jammtext-testimonial {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.jammtext-testimonial p {
		min-height: 0;
	}
}


/* ============================================================
  Affiliate
============================================================ */

.affiliate-how-group {
	margin: 10px -10px;
	text-align: center;
	font-size: 12pt;
}
.affiliate-how-box {
	display: inline-block;
	vertical-align: top;
	width: 265px;
	min-height: 10em;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid darkgray;
	border-radius: 4px;
}
.affiliate-how-box h4 {
	margin-bottom: 0.5em;
}
.affiliate-signup-box {
	padding: 10px;
	border: 1px solid darkgray;
	box-shadow: 3px 4px #dedede;
	text-align: center;
	background-color: #efefef;
	font-size: 12pt;
}
.affiliate-signup-box input {
	margin: 3px 0px;
}
.affiliate-signup-box button {
	margin: 10px 0px 3px 0px;
}

.affiliate-spinner {
	height: 12px;
}

.glyphicon-spinning {
    animation: GLYPHSPIN 2s infinite linear;
    -webkit-animation: GLYPHSPIN 2s infinite linear;
}

@keyframes GLYPHSPIN {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@-webkit-keyframes GLYPHSPIN {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/* ============================================================
  Purchase
============================================================ */

.purchase h2 {
	margin: 20px 0 20px 0;
	text-align: center;
}

.purchase h4 {
	margin: 20px 0 20px 0;
}

.purchase-product {
	padding-left: 20%;
	padding-right: 20%;
	margin: 40px 0px 40px 0px;
}
.purchase-product img {
	max-height: 200px;
}
.purchase-product h3 {
	margin: 10px 0 10px 0;
}
.purchase-product p.purchase-price {
	font-size: 115%;
}
.purchase-product p.purchase-product-info {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 90%;
}
.purchase-product button, .purchase-product a {
	margin-top: 20px;
}

.purchase-product-featured {
	padding-left: 10%;
	padding-right: 10%;
	margin: 40px 0px 40px 0px;
}
.purchase-product-featured img {
	max-height: 300px;
}
.purchase-product-featured h3 {
	margin: 10px 0 20px 0;
	font-size: 150%;
}
.purchase-product-featured p.purchase-price {
	font-size: 125%;
}
.purchase-product-featured p.purchase-product-info {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 90%;
}
.purchase-product-featured button, .purchase-product-featured a {
	margin-top: 15px;
	font-size: 115%;
}

.modal-header, .modal-body, .modal-footer {
	border: none;
}
.modal-body {
	font-size: 90%;
}

@media (max-width: 767px) {
	.purchase-product {
		padding-left: 10px;
		padding-right: 10px;
	}
	.purchase-product-featured {
		padding-left: 10px;
		padding-right: 10px;
	}
	.small-center {
		text-align: center;
	}
}

.supported-logo {
	height: 30px;
	margin-right: 5px;
}

/* ============================================================
  Cart
============================================================ */

.cart-product, .cart-checkout, .cart-no-items {
	display: none;
}

.cart-heading {
	text-align: center;
	margin: 20px 0px 40px 0px;
}
.cart-product {
	margin: 40px 0px 40px 0px;
}
.cart-product > div {
	padding: 5px;
}
.cart-product p {
	margin: 10px 0px 10px 0px;
}
.cart-product input[type="number"] {
	width: 50px;
	margin-right: 10px;
	text-align: right;
	border: thin solid lightgray;
	border-radius: 4px;
}
.cart-product img {
	max-height: 150px;
	max-width: 100%;
}
.cart-remove {
	cursor: pointer;
	font-size: 90%;
	margin-left: 10px;
	color: darkgray;
}
p.cart-text-total {
	margin: 10px 0px 0px 0px;
}
p.cart-text-tax {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
.cart-checkout {
	margin-top: 80px;
}

@media (max-width: 767px) {
	.cart-checkout {
		margin-top: 40px;
	}
}

#graybox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1001;
	opacity: 0.25;
}

/* ============================================================
  Support
============================================================ */

.support-download-links {
	margin: 20px 0px 10px 0px;
}
.support-download-links a {
	display: inline-block;
}
.support-download-links-dot {
	margin: 0px 8px 0px 8px;
}
.support-manuals {
	background-color: #303030; /*#efefef;*/
	margin: 10px 0px 40px 0px;
	padding: 10px 0px 5px 0px;
	color: lightgray;
}
.btn-manual {
	display: inline-block;
	margin: 5px;
	border: thin solid lightgray;
	padding: 4px 8px;
	color: lightgray;
}
.btn-manual:hover {
	background-color: lightgray;
	color: #303030;
}

.support-overview {
	min-height: 60vh;
	margin: 40px 0px 40px 0px;
}

.download-box > p > a {
	margin: 10px;
}

p.support-blurb {
	margin: 20px 0px 20px 0px;
}

h2.support-header {
	font-weight: 700;
	color: darkgray;
	margin: 20px 0px 40px 0px;
	text-align: center;
	font-size: 200%;
}

h3.support-header {
	font-weight: 700;
	color: darkgray;
	margin: 40px 0px 40px 0px;
	text-align: center;
	font-size: 150%;
}

.modal-body > input[type="email"] {
	margin-top: 35px;
	margin-bottom: 20px;
}

ol.faq {
	margin: 40px 0px 40px 0px;
}

p.question {
	font-weight: 700;
	color: #505050;
}

p.answer {
	font-style: italic;
}

.dmxenhancer-manual > h2 {
	font-weight: 700;
	color: darkgray;
	margin: 40px 0px 30px 0px;
}
.dmxenhancer-manual > h3 {
	font-weight: 700;
	color: darkgray;
	margin: 20px 0px 20px 0px;
}
.dmxenhancer-manual > p {
}
.knowledge-base p {
	margin: 15px 0px 15px 0px;
}
.knowledge-base img {
	width: 100%;
	max-width: 450px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
.knowledge-base strong {
	font-weight: bold;
	font-style: italic;
	color: #303030;
}
.knowledge-base blockquote {
	border: thin dotted gray;
	background-color: lightgray;
	padding: 10px;
}
.knowledge-base h1 {
	margin: 10px 0px 30px 0px;
}
.knowledge-base h2 {
	font-weight: bold;
	color: gray;
	font-size: 150%;
	margin: 20px 0px;
}
.knowledge-base h3 {
	font-weight: bold;
	color: gray;
	font-size: 120%;
	margin: 10px 0px;
}
.knowledge-base td {
	padding: 10px;
	border: 1px black dotted;
	background-color: #d5d5df;
}
.knowledge-base .video {
	width: 100%;
	height: 315px;
	max-width: 560px;
	max-height: 315px;
}
.knowledge-base strong {
	font-style: italic;
	font-weight: bold;
	color: #303030;
}
.ud-footer {
	display: none;
}
.ud-loader {
	display: none;
}
.ud-search-input {
	padding-right: 210px !important;	
}
@media (max-width: 800px){
	.ud-search-input {
		padding-right: 175px !important;
	}
}
@media (max-width: 700px){
	.ud-search-input {
		padding-right: 160px !important;
	}
}
@media (max-width: 650px){
	.ud-search-input {
		padding-right: 140px !important;	
	}
}
@media (max-width: 550px){
	.ud-search-input, .ud-search-btn {
		font-size: 18px !important;
	}
	.ud-search-input {
		padding-right: 120px !important;	
	}
}
@media (max-width: 480px){
	.ud-search-input, .ud-search-btn {
		font-size: 16px !important;
	}
	.ud-search-input {
		padding-right: 120px !important;	
	}
}
@media (max-width: 420px){
	.ud-search-input, .ud-search-btn {
		font-size: 16px !important;
	}
	.ud-search-input {
		padding-right: 100px !important;	
	}
}
@media (max-width: 350px){
	.ud-search-input {
		padding-right: 80px !important;	
	}
}
/* ============================================================
  Privacy
============================================================ */

.privacy > h2 {
	margin: 40px 0px 30px 0px;
}
.privacy > h4 {
	margin: 20px 0px 20px 0px;
}
.privacy > p {
	font-size: 90%;
}
.privacy li {
	font-size: 90%;
}

/* ============================================================
  Terms and conditions
============================================================ */

p.terms-select {
	padding: 20px;
	font-size: 90%;
}

div.terms-and-conditions {
	padding-left: 20px;
	padding-right: 20px;
}
.terms-and-conditions p {
	font-size: 80%;
	font-weight: 400;
}
.indented {
	margin-left: 50px;
}

/* ============================================================
  Contact us
============================================================ */

.contact {
	font-size: 13pt;
	min-height: 60vh;
}

.contact > h3 {
	font-weight: 700;
	color: darkgray;
	margin: 40px 0px 20px 0px;
}

.contact a, .contact a:visited {
	font-weight: 700;
}

.contact > blockquote {
	background-color: #dedede;
	font-size: 13pt;
	padding: 20pt;
}

/* ============================================================
  Team
============================================================ */

.team > h2 {
	font-weight: 700;
	color: darkgray;
	margin: 20px 0px 20px 0px;
}
.team > p, .bio > p {
	font-size: 90%;
	margin: 10px 0px 10px 0px;
	line-height: 1.65em;
}
.bio > img {
	float: left;
	max-width: 150px;
	padding: 0px 15px 15px 0px;
}
.bio {
	margin: 40px 0px 40px 0px;
}

/* ============================================================
  HEADER
============================================================ */

.navbar {
	border-radius: 0px;
	min-height: 0px;
	margin-bottom: 0px;
}
.navbar-logo {
	height: 30px;
}

a.navbar-brand {
	padding: 5px 10px 5px 10px;
	float: right;
	height: auto;
}

.navbar {
	background-color: #c1bfc0;
	border: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: black;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 0px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: white;
}

.navbar.navbar-collapse {
	height: auto;
}

.navbar-collapse {
	text-align: center;
}
.navbar-nav {
	display: inline-block;
	float: none;
	text-align: center;
	margin: 10px;
	margin-left: -115px;
}

#cart {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 1;
	text-align: center;
}
#cart > a > p {
	color: #5cb85c;
	font-weight: 700;
	font-size: 125%;
	position: absolute;
	bottom: 0px;
	right: 35px;
	margin: 0px;
}
#cart > a > img {
	vertical-align: bottom;
	height: 40px;
}
#cart:hover {
	opacity: 0.6;
}

@media (max-width: 767px) {
	.navbar-collapse {
		width: 100%;
		padding: 5px 0px 0px 0px;		
	}
	.navbar-nav {
		margin: 0px;
		padding: 0px;
		width: 100%;
		text-align: center;		
	}
	.navbar-default .navbar-nav > li > a {
		background-color: rgba(193, 191, 192, .85);		
		display: block;
		margin: 0px;
		padding: 10px 5px 10px 5px;
	}
	.navbar-header {
		float: left;
	}
	.navbar-toggle {
		margin: 5px;
		float: left;
	}	
}

/* Cyber week sale */
.sale-box {
  position: fixed;
  top: 90px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  border: 2px solid gray;
  padding: 15px;
  text-align: center;
  font-size: 20pt;
  background: red url(/images/sale/cyber-square.jpg);
  background-size: cover;
  color: white;
  z-index: 99;
}
@media(min-width: 800px) {
	.sale-box {
		background: red url(/images/sale/cyber-rect.jpg);
		margin-left: -400px;
		width: 800px;
		height: 400px;
	}
}
.sale-box-x {
  position: absolute;
  top: 2px;
  right: 2px;
}


/* ============================================================
  MOBILE STORE BADGES
============================================================ */
.store-badge-wrapper {
  width: 100%; 
  text-align: center;     
}
.store-badge {
  margin: 5px;
  display: inline-block;
  height: 50px;
}

/* ============================================================
  OS ICONS
============================================================ */
.os-logo-sm {
	height: 32px;
	display: inline-block;
	margin: 5px 5px 15px 5px;
}

/* ============================================================
  FOOTER
============================================================ */
footer {
  margin-top: 100px;
  padding: 10px 0px 0px 0px;
  background-color: #808080;
}
footer aside {
  margin-top: 10px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer nav li {
  display: inline-block;
}
footer nav a, footer nav a:visited {
  margin: 0 5px;
  color: #fff;
}
footer nav a:hover {
  color: #404040;
  text-decoration: none;
}
footer .logo {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
footer .logo img {
  display: inline-block;
  vertical-align: middle;
}
footer li.social-media {
	margin-top: 15px;
}
footer li.social-media > a {
	margin: 0px;
}
footer .copyright small {
  color: #fff;
  font-size: 12px;
}
footer .copyright a {
  color: #818181;
}
footer .social-media-image {
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
}

@media all and (min-width: 768px) {
  footer {
	padding: 20px;
	min-height: 140px;
	color: white;
  }
  footer aside {
    float: left;
    width: 33.3333%;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
  footer .social-media-image {
    height: 30px;
    margin-left: 0px;
    margin-right: 8px;
  }
}
