﻿.page { min-height: 550px;}

.nav-customer-logo.navbar-brand { margin-top: 0;}

#rt-login-bar {
	height: 40px;
	background-color: #ECECED;
	margin-bottom: 20px;
	padding-top: 5px;
}
#rt-login-bar .row {
	height: 100%;
	font-weight: bold;
	text-align: right;
}
	#rt-login-bar a, #rt-login-bar a:hover, #rt-login-bar a:visited, #rt-login-bar a:active {
		padding: 0 10px;
		color: #555;
	}

#intro-main {
  text-align: center;
  background: #3DA6B1 url(/Content/Img/landing/rr-head.png) bottom center no-repeat;
  padding-bottom: 330px;
  color: #FFF;
}
#intro-main h2 {
    line-height: 70px;
    font-size: 55px;
    margin-top: 18px;
    margin-bottom: 0;
}
.intro-section {
  padding: 30px 0;
  text-align: center;
}

.bullets .glyphicon {
  font-size: 40px;
  color: #3F97A7;
}

.feature-section {
	font-size: 18px;
}

.feature-text {
	position: relative;
	height: 221px;
	padding-top: 20px;
}

.feature-text p {
	/*  position: relative;
	  top: 50%;
	  transform: translateY(-50%);*/
	max-width: 500px;
	margin: 0 auto;
}

.feature-text .note {
	padding-top: 15px;
}

.feature-horizontal h3 {
	margin-top: 0;
}

.header-unit {
    color: #616161;
    background-color: #F1F1F1;
    padding: 15px 10px 15px 20px;
    margin: 20px 0px 15px 0px;
}
.header-unit h2 {
    color: inherit;
    font-size: 26px;
    padding-bottom: 2px;
    margin: 0;
    font-weight: normal;
}
.header-unit-buttons { margin-top: 0; }
.header-unit .btn-group { float: right; margin-right: 5px; }
.header-unit a.btn { float: right; margin: 0px 5px 0px 0px; }

.header-toolbar {
  width: 100%;
  position: relative;
  z-index: 1006;
  padding: 12px 0;
  background: #FFF;
}

.header-toolbar .container {
  position: relative;
}

.header-toolbar .cont-info {
  display: inline-block;
}

.header-toolbar .cont-info div {
  display: inline-block;
  margin-right: 25px;
  font-size: 0.812em;
  color: #3A3A3A;
}
/* Ajax */
#ajaxLoader {
	position: fixed;
	top: 50%;
	left: 50%;
	background: url('/Content/Img/ajax-loader.gif') no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

/*
.sticky-wrapper {
  height: 133px !important;
}

.stuck {
  position:fixed;
  top:0;
}*/

.navbar-nav>.active>a {
  color: #3F97A7;
  background-color: #EEEEEE;
}