.hrule {
    border: 0px solid #000;
    border-bottom: 1px solid #ddd;
}

.hr {
   padding: 0px;
   margin: 0px;
}

.hr:after {
   content: "";
   display: block;
   width: 100%;
   height: 1px;
   border-top:1px solid silver;
   padding: 0px;
   margin: 0px;
   padding-bottom: 5px;
}

.huge {
    font-size: 44px;
    padding-bottom: 3px;
}

.semi-huge {
    font-size: 24px;
    font-weight: normal;
}

.big {
    font-size: 18px;
    font-weight: bold;
}

.top-spacer {
    margin-top: 15px;
}

.right-spacer {
    margin-right: 15px;
}

.bottom-spacer {
    margin-bottom: 15px;
}

.left-spacer {
    margin-left: 15px;
}


.pull-center {
    text-align: center;
}

.cyan {
    color: #2594B2;
}

.no-left-margin {
    margin-left: 0px;
}

.greenie {
    color: #6DA329;
}

.yellow {
	color: #DFE200;
} 

.small-caps {
    font-variant: small-caps;
}

.icon-gray {
    background-image: url(//csspacker.com/img/glyphicons-halflings-gray.png);
}

.icon-custom {
    background-image: url(//csspacker.com/img/glyphicons-custom.png);
}

li.active {
    font-weight: bold;
}

.redline {
    background: url(/images/redline.png);
    background-repeat: no-repeat;
}

.glow:hover {
    box-shadow: 0 0 5px 2px #9BCE44;
    -webkit-box-shadow: 0 0 5px 2px #9BCE44;
    -moz-box-shadow: 0 0 5px 2px #9BCE44;
}

.bs-icon {
    float: left;
    margin: 7px 10px 0 0;
    opacity: .8;
}

hr.soften {
    height: 1px;
    margin: 54px 0;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    border: 0;
}

.marketing-byline {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #999;
}

.box-custom {
    width: 98%;
    font-size: 24px;
    font-weight: 200;
    line-height: 75px;
    color: gray;
}

.blueback {
    padding-bottom: 20px;
}

.grayback {
    background: url(/images/grayback.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 20px;
}

.small {
    font-size: 11px;
}

.gray {
    color: gray;
}

a.gray {
    color: gray;
}

.black {
    color: black;
}

a.black {
    color: black;
}

.dark {
    color: #333;
}

a.dark {
    color: #333;
}

ul.simple {
    margin-left: 0;
    list-style: none;
}

.simple>li {
    padding-bottom: 12px;
    font-size: 18px;
}

b.price {
    color: maroon;
}

.alert-border {
    background-color: transparent;
    border-color: #ddd;
}

.alert-border, .alert-border .alert-border {
    color: #3a87ad;
}

.green {
    color: green;
}

.red {
    color: red;
}

.maroon {
    color: maroon;
}

.blurb {
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.iframe {
    border: 1px solid gray;
}

.footerback {
    border-top: 1px solid #eee;	
	color: gray;
}

.footer {
    padding: 7px 14px;
    margin: 0 0 8px;
}

.footer li {
    display: inline;
}

.footer .divider {
    padding: 0 5px;
    color: #999999;
}

.footer a {
    color: gray;
}

.footer a:hover {
    color: black;
}

a.bold {
	font-weight: bold;
}

.icon-money-bag {
  background-position: 0 0;
}

.icon-facebook {
  background-position: -24px 0;
}

.icon-google {
  background-position: -48px 0;
}

.icon-facebook-gray {
  background-position: -72px 0;
}

.icon-google-gray {
  background-position: -96px 0;
}

.icon-paypal {
  background-position: -120px 0;
}


.nav-border a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.nav-border li a {
   margin: 0px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.nav-border li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.nav-border li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.dropdown-menu a {
	border: 0px none #000;
	
}

.border-right {
	border: 0px none #000;
	border-right: 1px solid #ddd; 
	padding-right:10px; 
}

.hover { 
	background-color: #ffC 
}

.modal {
  width: 600px;
}

.label a {
	color: #FFFF80;	
}

.normal-padding {
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.normal-margin {
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.normal {
	padding: 5px !important;
	margin: 5px !important;
}

.pipe {
  display: block;
  padding: 10px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.whitish {
	color: #ddd !important;
}

.dark_maroon {
	color: #8C0000;
}

.emphasize {
	font-weight: bold;
}

.min-padding {
	padding:0px;
	margin-left: 2px;
	padding-right:1px;
}

.normal {
	font-weight: normal;
}

.alert-disabled {
    background-color: #C0C0C0;
    border-color: #BEBEBE;
}
.alert-disabled, .alert-disabled .alert-heading {
    color: white;
    text-shadow: none;
}

.nav-sidebar {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.nav-sidebar > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.nav-sidebar > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.nav-sidebar > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.nav-sidebar > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.nav-sidebar .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.nav-sidebar > li > a:hover {
  background-color: #f5f5f5;
}
.nav-sidebar a:hover .icon-chevron-right {
  opacity: .5;
}
.nav-sidebar .active .icon-chevron-right,
.nav-sidebar .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* Adjust sidenav width */
  .nav-sidebar {
    width: 166px;
  }  
}

@media (min-width: 1200px) {
  .nav-sidebar {
    width: 258px;
  }
  .nav-sidebar > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

.nav-sidebar {
    width: 218px;
    margin-right: 0;
}

.huge {
    font-size: 44px;
    padding-bottom: 3px;
}

.semi-huge {
    font-size: 24px;
    font-weight: normal;
}

.big {
    font-size: 18px;
    font-weight: bold;
}

.top-spacer {
    margin-top: 15px;
}

.bottom-spacer {
    margin-bottom: 15px;
}

.pull-center {
    text-align: center;
}

.cyan {
    color: #2594B2;
}

.no-left-margin {
    margin-left: 0px;
}

.greenie {
    color: #6DA329;
}

.small-caps {
    font-variant: small-caps;
}

.icon-gray {
    background-image: url(//csspacker.com/img/glyphicons-halflings-gray.png);
}

.icon-custom {
    background-image: url(//csspacker.com/img/glyphicons-custom.png);
}

li.active {
    font-weight: bold;
}

.redline {
    background: url(/images/redline.png);
    background-repeat: no-repeat;
}

.glow:hover {
    box-shadow: 0 0 5px 2px #9BCE44;

    -webkit-box-shadow: 0 0 5px 2px #9BCE44;

    -moz-box-shadow: 0 0 5px 2px #9BCE44;
}

.bs-icon {
    float: left;
    margin: 7px 10px 0 0;
    opacity: .8;
}

hr.soften {
    height: 1px;
    margin: 54px 0;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    border: 0;
}

.marketing-byline {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #999;
}

.box-custom {
    width: 98%;
    font-size: 24px;
    font-weight: 200;
    line-height: 75px;
    color: gray;
}

.blueback {
    padding-bottom: 20px;
}

.grayback {
    background: url(/images/grayback.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 20px;
}

.small {
    font-size: 11px;
}

.gray {
    color: gray;
}

a.gray {
    color: gray;
}

.black {
    color: black;
}

a.black {
    color: black;
}

.dark {
    color: #333;
}

a.dark {
    color: #333;
}

ul.simple {
    margin-left: 0;
    list-style: none;
}

.simple>li {
    padding-bottom: 12px;
    font-size: 18px;
}

b.price {
    color: maroon;
}

.alert-border {
    background-color: transparent;
    border-color: #ddd;
}

.alert-border, .alert-border .alert-border {
    color: #3a87ad;
}

.green {
    color: green;
}

.blurb {
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.iframe {
    border: 1px solid gray;
}

.footerback {
    border-top: 1px solid #eee;	
	color: gray;
}

.footer {
    padding: 7px 14px;
    margin: 0 0 8px;
}

.footer li {
    display: inline;
}

.footer .divider {
    padding: 0 5px;
    color: #999999;
}

.footer a {
    color: gray;
}

.footer a:hover {
    color: black;
}

a.bold {
	font-weight: bold;
}

.icon-money-bag {
  background-position: 0 0;
}

.icon-facebook {
  background-position: -24px 0;
}

.icon-google {
  background-position: -48px 0;
}

.icon-facebook-gray {
  background-position: -72px 0;
}

.icon-google-gray {
  background-position: -96px 0;
}

.icon-paypal {
  background-position: -120px 0;
}


.nav-border a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.nav-border li a {
   margin: 0px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.nav-border li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.nav-border li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.dropdown-menu a {
	border: 0px none #000;
	
}

.border-right {
	border: 0px none #000;
	border-right: 1px solid #ddd; 
	padding-right:10px; 
}

.hover { 
	background-color: #ffC 
}

.modal {
  width: 600px;
}

.label a {
	color: #FFFF80;	
}

.normal-padding {
	padding-top:5px;
	padding-bottom:5px;
}

.pipe {
  display: block;
  padding: 10px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.whitish {
	color: #ddd !important;
}

.dark_maroon {
	color: #8C0000;
}

.emphasize {
	font-weight: bold;
}

.min-padding {
	padding:0px;
	margin-left: 2px;
	padding-right:1px;
}

.normal {
	font-weight: normal;
}

.alert-disabled {
    background-color: #C0C0C0;
    border-color: #BEBEBE;
}
.alert-disabled, .alert-disabled .alert-heading {
    color: white;
    text-shadow: none;
}

.nav-sidebar {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.nav-sidebar > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.nav-sidebar > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.nav-sidebar > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.nav-sidebar > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.nav-sidebar .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.nav-sidebar > li > a:hover {
  background-color: #f5f5f5;
}
.nav-sidebar a:hover .icon-chevron-right {
  opacity: .5;
}
.nav-sidebar .active .icon-chevron-right,
.nav-sidebar .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* Adjust sidenav width */
  .nav-sidebar {
    width: 166px;
  }  
}

@media (min-width: 1200px) {
  .nav-sidebar {
    width: 258px;
  }
  .nav-sidebar > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

.nav-sidebar {
    width: 218px;
    margin-right: 0;
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	table.no-more-tables table, 
	table.no-more-tables thead, 
	table.no-more-tables tbody, 
	table.no-more-tables th, 
	table.no-more-tables td, 
	table.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.no-more-tables tr { border: 1px solid #ccc; }
 
	table.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	table.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.no-more-tables td:before { content: attr(data-title); }
}

.blockquote {
  border-left: 1px dotted silver;
  margin-left: 20px;
}

.blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  margin-right: 10px;
}

.blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  margin-left: 10px;
}

fieldset > legend {
	margin-bottom: 2px;
}

.top-padding-only {
	margin:10px 0px 0px 0px !important
}

.alert-no-round {
	border-radius: 0px !important
}

@media (max-width: 480px) { 
	.modal { 
		position: fixed; 
		top: 20px !important; 
		right: 3%; 
		left: 3%; 
		width: auto; 
		margin: 0; 
	} 
}

@media (min-width: 1100px) {
	.huge-media-padding {
		padding-left:30px;
		padding-right:30px;
	}
}

.no-padding {
	padding: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.no-margin-left {
	margin-left: 0px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-right {
	margin-right: 0px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

div.modal-header > h3 {
	font-weight: normal;
	font-size: 21px;
}

label.no-input {
	font-weight: normal;
	line-height: 20px;	
	min-height: 20px;	
	padding-top: 5px;
	cursor: default;
}

.mythumb {
	height:134px !important;
	background-size:100% auto !important;
	background-repeat:no-repeat;
	background-position:center center;
}

.vjs-poster {
	background-color: #fff !important;
}

.vjs-big-play-button {
	top: 50% !important;
	left: 50% !important;
	margin: -4em auto auto -6em !important;
}	

.fake-link {
	color: navy;
	text-decoration: underline;
}

.box-shadow {
	-webkit-box-shadow: 3px 3px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 12px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 12px rgba(50, 50, 50, 0.75);
}

.heading {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: 40px;
  border: 0;
}

.hoverTable>tbody>tr {
	cursor:pointer;
}
	
.hoverTable>tbody>tr:hover {
	background:#FFFFF0 !important;
}

.hoverTable>tbody>tr:hover td {
	background:#FFFFF0 !important;
}

.right-border {
	border-right: 1px solid silver;
	padding-right: 30px;
}

.left-border {
	border-left: 1px solid silver;
	padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.right-border {
		padding-right: 20px;
	}

	.left-border {
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.right-border {
		border: 0px solid #fff;
		padding-right: 0px;
	}

	.left-border {
		border: 0px solid #fff;
		padding-left: 0px;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container img 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-container {
	width: 100%;
}

.youtube-thumb {
	position: relative; 
}

.youtube-thumb img.playbtn {
   position: absolute;
   left:46%;
   top:46%;
}

img.max-thumb {
	text-align: center;
	margin:0 auto;
	max-width: 854px;
	border:1px solid #ccc;
}

@media (max-width: 480px) {
  .modal-fullscreen {
      left: 0 !important;
      right: 0 !important;
      margin-top: 0 !important;
      margin-left: 0 !important;
    }
}

.normal-margin-top {
	margin-top: 5px !important;
}

.normal-margin-right {
	margin-right: 5px !important;
}

.normal-margin-bottom {
	margin-bottom: 5px !important;
}

.normal-margin-left {
	margin-left: 5px !important;
}

.normal-padding-top {
	padding-top: 5px !important;
}

.normal-padding-right {
	padding-right: 5px !important;
}

.normal-padding-bottom {
	padding-bottom: 5px !important;
}

.normal-padding-left {
	padding-left: 5px !important;
}

.fake-link {
	color: navy
	text-decoration: underline;
}

.fake-link:hover {
	color: blue;
	text-decoration: underline;
}

.scrolldiv {
	height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (max-width: 768px) {
	.scrolldiv {
		height: 150px;
	}
}

span.highlight {
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFF80;
	color: black;
}

.hline {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.muted a {
	color: gray;
}

tr.red-row {
	background: #f2dede !important;
}

tr.red-row td, tr.red-row a {
	color: #b94a48 !important;
}

tr.green-row {
	background: #dff0d8 !important;
}

tr.green-row td, tr.green-row a {
	color: #468847 !important;
}

tr.yellow-row {
	background: #fcf8e3 !important;
}

tr.yellow-row td, tr.yellow-row a {
	color: #8a6d3b !important;
}

tr.blue-row {
	background: #d9edf7 !important;
}

tr.blue-row td, tr.blue-row a {
	color: #31708f !important;
}

.shadow {
    -webkit-box-shadow: 1px 1px 10px 1px #aaa;
    -moz-box-shadow: 1px 1px 10px 1px #aaa;
    box-shadow: 1px 1px 10px 1px #aaa;
}

.faded {
	opacity: 0.5 !important;
}

.in-brackets:before {
  content: "[ ";
}

.in-brackets:after {
  content: " ]";
}

p.bold {
	font-weight: bold;
}
