/* Carousel base class */
.subheading {
    text-align: right;
    font-style: italic;
}

.pallete_grey {
	background-color: #777;
}

.pallete_white {
	background-color: #FFF;	
}

.pallete_green {
    background-color: #00491b;
}

.pallete_darkblue {
    background-color: #0e1f42;
}

.pallete_lightblue {
    background-color: #144ecc;
}

.pallete_red {
    background-color: #ae1717;
}

.pallete_beige {
    background-color: #ec891d;
}

.number {
    text-align: center;
    vertical-align: top;
    padding: 10px;
}

.text_light {
    color: #FFFFFF;
}

.text_light_muted {
    color: #DDDDDD;
}

.text_light, .text_light_muted {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.heading_shadow
{
	text-shadow: 2px 2px #222222;
}

.strong_heading > h1, .strong_heading > h2, .strong_heading > h3, .strong_heading > h4, .strong_heading > h5, .strong_heading > h6
{
	font-weight: bolder;
}

.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.greybox_bg {
	background-color: rgba(66, 66, 66, 0.8);
	padding: 15px;
}

.clearnavbar {
	margin-top: 50px;	
}

.beatpoints_list 
{
	padding: 10px;	
}

.beatpoints_list h5:hover
{
	cursor: pointer;	
}

.justify_table
{
	text-align: justify;
}

.buy_button_heading
{
	text-align: left;
	font-weight: bolder;
	padding-left: 10px;
	padding-botton: 15px;
	display: inline-block;
}

.buy_box
{
	border: 1px solid #CCCCCC;	
	padding: 5px 5px 5px 5px;
}

.buy_row
{
	margin-top: 15px;
}

.align_top
{
	vertical-align: top;
}