body {
	background-image: url(/images/body-background.png);
	font-size: 16px;
	line-height: 24px;
}

a {
	color: #6B2AAB;
	-moz-transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	transition: color 0.4s ease;    
    -moz-transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

a:hover  {
	color: #ab37f8;
	text-decoration: none;
}

header {
	background-color: #6B2AAB;
	color: #fff;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 30px;
}

footer {
	text-transform: uppercase;
	background-image: url(/images/footer-background.png);
    margin-top: 45px;
    padding: 30px 0px;
    text-align: center;
	color: #999;
	text-align: center;
}

footer p {
	margin-bottom: 18px;
}

footer a {
	color: #999;	
}

footer a img  {
	opacity: 0.5;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

footer a:hover img {
	opacity: 1;
}

footer a:hover {
	color: #ddd;
	text-decoration: none;
}

#logo  {
	line-height: 96px;
}

#logo a {
    color: #fff;	
}

#logo a:hover {
	color: #fff;
    text-decoration: none;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	margin-top: 3px;
	}

#nav-main ul {
	list-style: none;
}
 
#nav-main ul li a{
	display: block;
	color: #ddd;
	text-align: center;
}
 
#nav-main ul li a:hover{
	background-color: #7844ab;
	color: #ddd;
	text-decoration: none;
}

#nav-main ul li a.active {
	background-color: #ab37f8;
	color: #fff;
}

#logo  {
	float: left;
}

#nav-main {
	float: right;
}

#nav-main ul li a {
	line-height: 96px;
	height: 96px;
	width: 160px;
}

#nav-main ul li a.active:after{    
	border:10px solid #ab37f8;
	border-color:#ab37f8  transparent transparent transparent;
	content:"";
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	margin-left: 70px;
}

#nav-main ul li {
	float: left;
}

/* Large display */
@media (min-width: 1200px) {
	#nav-main ul li a {
		width: 180px;
	}
	
	#nav-main ul li a.active:after{    
		margin-left: 80px;
	}
}

/* Small display */
@media (min-width: 768px) and (max-width: 991px) {    
	#nav-main  ul li a {
		width: 105px;
	}
	
	#nav-main ul li a.active:after{    
		margin-left: 45px;
	}
}

/* Extra small display */
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: 0px;
    }

    .feature-text {
        font-size:  18px !important;
        font-weight: normal;
        line-height: 24px !important;
    }

	#logo  {
		float: none;
		text-align: center;
	}
	
	#nav-main {
		float: none;
		display: block;
		background-color: #6B2AAB;
	}
	
	#nav-main  ul li a {
		line-height: 30px;
		height: 30px;	
		width: 100%;
	}
	
	#nav-main ul li a.active:after{    
		content:"";
		border: none;
	}

	#nav-main ul {
		margin: 0px;
		padding: 0px;		
	}
	
	#nav-main ul li {
		float: none;
	}
}

#main {
	min-height: 600px;	
}

hr {
    border-top: 5px solid #ccc;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom:20px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.clear-fix {
    clear:  both;
}

.logo-subtext {
	font-size: 24px;
	float: right;
	margin-top: 24px;
    color: #6b2aab;
    letter-spacing: -1px;
}

.feature-block {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:  20px 0px 10px 0px;
    margin: 30px 0px 50px 0px;
}

.feature-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:  24px;
    font-weight: normal;
    line-height: 38px;
}

.feature-text a {
    font-weight: bold;
}

.caption {
    text-align: center;
}

.rollover {
	margin: 5px;
	background: url(/images/zoom.png) center center no-repeat transparent;
	position: absolute;	
	z-index: 10;
	opacity: 0;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.rollover:hover {
	opacity: .7;
}

.carousel-control  {
	top: 49%;
}

.img-button {
    float:  left;
    margin: 0px 15px 15px 0px;
}

label {
    font-size:  20px;
    color:  #444;
}

.btn-purple {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #471061;
	*background-color: #471061;
	background-image: -moz-linear-gradient(top, #6B2AAB, #471061);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6B2AAB), to(#471061));
	background-image: -webkit-linear-gradient(top, #6B2AAB, #471061);
	background-image: -o-linear-gradient(top, #6B2AAB, #471061);
	background-image: linear-gradient(to bottom, #6B2AAB, #471061);
	background-repeat: repeat-x;
	border-color: #471061;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B2AAB', endColorstr='#471061', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
	color: #FFFFFF;
	background-color: #471061;
}

.odd {
	float: right;
}

#wait-indicator {
	width: 62px;
	display: inline;
}

.wait-indicator-block {
	background-color: #6B2AAB;
	border: 1px solid #AB37F8;
	float: left;
	height: 44px;
	margin-left: 3px;
	width: 12px;
	opacity: 0.1;
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-moz-transform: scale(0.7);
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-webkit-transform: scale(0.7);
	-ms-animation-name: bounce;
	-ms-animation-duration: 1.6s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-ms-transform: scale(0.7);
	-o-animation-name: bounce;
	-o-animation-duration: 1.6s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	-o-transform: scale(0.7);
	animation-name: bounce;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-direction: linear;
	transform: scale(0.7);
}

#wait-indicator-block1 {
	-moz-animation-delay: 0.4800000000000001s;
	-webkit-animation-delay: 0.4800000000000001s;
	-ms-animation-delay: 0.4800000000000001s;
	-o-animation-delay: 0.4800000000000001s;
	animation-delay: 0.4800000000000001s;
}

#wait-indicator-block2 {
	-moz-animation-delay: 0.64s;
	-webkit-animation-delay: 0.64s;
	-ms-animation-delay: 0.64s;
	-o-animation-delay: 0.64s;
	animation-delay: 0.64s;
}

#wait-indicator-block3 {
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

@-moz-keyframes bounce{
	0% {
		-moz-transform: scale(1.2);
		opacity: 1
	}
	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1
	}
}

@-ms-keyframes bounce {
	0% {
		-ms-transform: scale(1.2);
		opacity: 1
	}
	100% {
		-ms-transform: scale(0.7);
		opacity: 0.1
	}
}

@-o-keyframes bounce {
	0% {
		-o-transform: scale(1.2);
		opacity: 1
	}
	100% {
		-o-transform: scale(0.7);
		opacity: 0.1
	}
}

@keyframes bounce {
	0% {
		transform: scale(1.2);
		opacity: 1
	}
	100% {
		transform: scale(0.7);
		opacity: 0.1
	}
}