@import url(http://fonts.googleapis.com/css?family=Arimo:400,700|Raleway:400,700);

body {
	//font-family: 'Arimo', sans-serif;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #5A5A5A;
	line-height: 24px;
	
	background: url(../images/bg.jpg) repeat top;
	/*background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);*/
	/*background-image: radial-gradient(circle, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);*/
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
}

.primary-content h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
}

.primary-content h2.gray {
	background: #626262;
	position: relative;
}

.primary-content h2.blue {
	background: #004EA0;
	position: relative;
}

.primary-content h2::after {
	content: "";
	position: absolute;
	border-top:solid;
	border-right:solid;
	border-bottom:solid;
	border-left:solid;
	border-width: 0 22px 36px 11px;
	right: -33px;
	top: 0px;
}

.primary-content h2.gray::after {
	border-color: #626262 transparent transparent #626262;
}

.primary-content h2.blue::after {
	border-color: #004EA0 transparent transparent #004EA0;
}

.second-content {
	background: #fff;
	border-bottom: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	margin-bottom: 20px;
}

.third-content {
	padding: 10px;
}

.navbar-default {
	border-bottom: 2px solid #FF9600;	
}

.navbar-inverse {
	min-height: 38px;	
	margin-top: 20px;
}

.navbar-inverse li a {
	padding-bottom: 8px;
	padding-top: 8px;
}

.navbar-fixed-top {
	padding-left: 30px;	
}

.second-nav {
	margin-top: 50px;	
}

.second-nav .navbar {
	min-height: 37px;
}

.gray-content {
	padding: 20px;
	background: #E0E0E0;
	border: 1px dashed #9A9A9A;
}

.gray-content .second-content {
	margin-bottom: 0px;	
}

.gray-content .third-content {
	min-height: 230px;
}

.gray-content .carousel-indicators {
	bottom: -70px;	
}

.gray-content .carousel-indicators  li {
	border: 1px solid #ccc;	
}

.footer {
	background: #626262;
	color: #fff;
	margin-top: 80px;
	padding: 20px 0;
	//text-align: right;	
}

.footer ul {
	//float: right;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #ff9600;
}

.quotes p:first-of-type {
	font-size: 18px;	
	margin-bottom: 20px;
}

.quotes p:last-of-type {
	text-align: right;
	font-weight: 700;
	font-style: italic;
}

.aside {
	margin-left: -30px;	
}

.aside li {
	list-style: square;
	padding-bottom: 10px;
}

.credit a:hover {
	color: #fff;
	text-decoration: underline;	
}

/*-----------------Media Queries-----------*/

@media screen and (max-width: 991px) {
	.footer {
		text-align: center;	
	}

	.footer ul {
		float: none;
		margin: auto;
	}
	
	.navbar-fixed-top {
		padding-left: 0px;	
	}
}

@media (max-width: 990px) {
    .mobile_view {
      display: none;
    }
    .login-form-colon
	{
		display: none;
	}
	.reg-parallel-div
	{
		height:2750px !important;
	}
}
/* ---------------------------------*/
.ScrollStyle
{
    max-height: 450px;
    overflow-y: scroll;
}

.table_header_fix{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ddd;
}

.login-form-colon
{
	float: right;
}

