body {
    -webkit-font-smoothing: antialiased;
	position: relative;
	height: 100%;
	background-color: #f2f2f2;
}
.container-full {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}
html {
	position: relative;
	height: 100%;
}
body {
	font-family: "Roboto";
	padding: 0;
	margin: 0;
	color: #000;
}

a{
	color: #5d8ef9;
}

a:hover {
	text-decoration: none;
}
.logo {
    margin-top: 12px;
}

.test {
    border-right: solid #ECEFF4 1px;
}
.header {
    height: 60px;
	position: fixed;
	background: #fff;
	z-index: 10000;
	width: 100%;
	border-bottom: 1px solid #eee;
}

label {
	width: auto !important;
}

.header span.balance {
	color: #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 15px;
	background-color: #FDB73C;
}

h1,h2,h4,h5,h6 {
	color: #5d8ef9;
	font-family: 'Roboto';
	font-weight: 300;
}

h3 {
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.3em;
}

.menu {
	background-color: #292929;
	position: fixed;
	padding-top: 40px;
}

.logo-container {
	background-color: #292929;
	height: 60px;
	widtH: 16.333333%;
	text-align: center;
	padding-top: 12px;
	border-bottom: 1px solid #131313;
}

.logo-container img {
	max-width: 100%;
	height: auto;
}


.main-navigation {
	list-style: none;
	clear: both;
	padding: 0;
	overflow: hidden;
    margin-top: 10px;
    padding-left: 15px;
}

.menu-border {
	border-top: 1px solid #424242;
	margin-top: 20px;
}

#time-out{
    display:none;
}
.main-navigation li {
	padding: 0;
	margin-bottom: 5px;
}

.main-navigation li span {
	margin-top: 3px;
}

.main-navigation li a {
	color: #aaa;
	width: 100%;
    font-weight: 300;
	display: block;
	padding: 10px 10px 10px 20px;
    font-size: 17px;
    letter-spacing: 1px;
}

.main-navigation li a:hover, .main-navigation li.active a {
    color: #fff;
}

.main-navigation li.profile-icon a span {
	background-image: url('../img/menu-icon-building.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.grade-out:hover{
    cursor: default;
    color: #FEFEFE !important;
}

.content {
	margin-bottom: 115px;
	margin-left: 20%;
	margin-top: 115px;
	background-color: #fff;
	border: 1px solid #dedede;
	padding-bottom: 50px;
	padding: 50px;
}

.content h2 {
	margin-top: 0px;
}

.lightgrey {
	color: #afb3b7;
}

.profile-form {
	margin-top: 50px;
}
.profile-info {
    margin-top: -14px;
    color:#919191;
}
.change-img {
	overflow: hidden;
}

.change-img > div {
	float: left;
}
.change-button {
	margin-left: 25px;
}
.change-button span {
	display: block;
}

.profile-form label {
	display: block;
	margin-top: 25px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #eaeced;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
        height: 100%;
	display: block;
	color: #71767c;
}

input[type="submit"], a.button {
	border-radius: 7px;
	background-color: #5d8ff9;
	color: #fff;
	border: 0;
}

.blue {
	color: #5d8ff9;
}
.main {
	height: 100%;
}

.img.rounded{
    overflow: hidden;
    border-radius: 50%;
}

.fileUpload{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.fileUpload input.upload{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
}
#progressTimer{
    display: inline-block;
    width: 500px;
}
.margin-left-10{
    margin-left: 10px;
}

.reminder-box {
    margin-top: 25px;
    clear: both;
    width: 100%;
	text-align: center;
}

.reminder-box > span{
    display: block;
}

.guest-logo {
	margin-top: 50px;
	display: block;
}

 

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mTop10{
	margin-top: 10px;
}

.mTop50 {
	margin-top: 50px;
}

.mTop25 { 
	margin-top: 25px;
}

.mTop75 {
	margin-top: 75px;
}

h1.intro {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 3em;
	color: #000;
	margin-top: 50px;
}

.wrapper {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
}

.signup {
	text-align: center;
}

.inline-block.join-us{
    display: inline-block;
    color: #FFFFFF;
    margin-top: 180px;
}

.inline-block.glass-overlay{
    margin-top: 70px;
}

.inline-block.join-us .subtitle{
    color: #FFFFFF;
    margin-bottom: 40px;
}

.btn-white, .btn-white:active, .btn-white:visited{
	color: #FFFFFF;
}

.btn-white:hover{
	color: #FFFFFF;
	text-decoration: underline;
}	

p {
	font-size: 1.15em;
	display: block;
	margin: 1em 0em;
}

.info-block {
	margin-top: 25px;
}

.info-block h4 {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	color: #000;
	padding-top: 10px;
}

.info-block p {
	margin-top: 5px;
	font-size: 0.96em;
	color: #333;
}

.info-block .icon {
	font-size: 2.5em;
	color: #5d8ef9;
}

span.icon > span {
	display: none;
}

.step-block h2 {
	font-size: 4em;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.step-block img {
	width: 100%;
}

.form-group {
	overflow: hidden;
	clear: both;
}

.form-group label {
	font-weight: 400;
}

.mLeft25 {
	margin-left: 25px !important;
}

.form-group input[type="checkbox"] {
	margin-right: 10px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.cta {
	margin-top: 50px;
}

.cta .button-border.big.blue {
	margin-top: 30px;
}

h1 {
	font-weight: 200;
}

.staff > div > img, .staff > div > a > img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 10px;
}

.staff > div {
	margin-bottom: 20px;
}

.staff > div > p {
	font-size: 1em;
}

#movie-wrapper {
	position: absolute;
	display: none;
	z-index: 99999;
	height: 100%;
	width: 100%;
}

#movie-container {
	height: 541px;
	position: relative;
	margin: 0px auto;
	max-width: 960px;
	margin-top: 10%;
}

#close-video {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
}

.slides-fader {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 170px;
	position: relative;
}

.slides-fader img {
	max-width: 500px;
	width: 100%;
	position: absolute;
	display: none;
	left: 0;
}

.pagination {
	position: absolute;
	bottom: -330px;
	left: 44%;
}

.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	background-color: rgba(0,0,0,0.6);
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.pagination ul li:last-child {
	margin-right: 0px;
}

.pagination ul li.current {
	background-color: #000;
}

.section-seperator{
	border-bottom:1px solid #F2F2F2;
	height: 1px;
}

.stButton .stMainServices, .stButton .stButton_gradient{
	height: 22px !important;
}

.stButton .stBubble_count{
	height: 38px !important;
}

.medium-weight{
	font-weight: 500;
}

.contact-block .icon{
	font-size: 10em;
	color: #000000;
}

.contact-block > h4{
	margin-top: 30px;
}

.contact-block{
	margin-bottom: 0px;
}

.contact-block .icon:hover{
	color: #5d8ef9;
}

.news-logo-container > div{
	height: 70px;
	margin-bottom: 10px;
}

.align-helper{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logout.pull-right{
    margin-right: 20px;
	line-height: 83px;
	position: fixed;
	top: 0;
	right: 0;
	color: #fff;
}

.rounded-avatar {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}




/* Buttons */

.btn-primary {
	background: none;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #6091f6;
	color: #6091f6;
	font-weight: lighter;
	font-size: 1.1em;
	padding: 7px 25px;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-primary:hover {
	background-color: #6091f6;
	border-color: #6091f6;
}

.btn-secondary {
	background-color: #fff;
	color: #909090;
	font-weight: lighter;
	font-size: 1.1em;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-success, .btn-info {
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow: none !important;
}

.btn-info {
	border: 1px solid #6091f6 !important;
	background-color: #fff;
	color: #6091f6;
	font-weight: 300;
}

.btn-info.noborder {
	border: none !important;
}

.btn-info:hover {
	background-color: #6091f6;
	color: #fff;
}

/* Steps bar */

.steps {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.steps ul {
	list-style: none;
	padding: 0;
}

.steps ul li {
	width: 33%;
	float: left;
	border-bottom: 1px solid #eceff4;
	padding: 15px 0px;
	color: #bbb;
}

.steps ul li span {
	padding: 5px 0px;
	border-right: 1px solid #eceff4;
	width: 100%;
	display: block;
}

.steps ul li:last-child span {
	border-right: 0;
}

.steps ul li.current {
	border-bottom: 1px solid #6091f6;
	color: #6091f6;
}

/* Tables */

table.table th{
	color: #989898;
	padding: 8px 0px;
	text-align: left;
	font-weight: 400;
	border-bottom-width: 1px !important;
}

table.table td {
	line-height: 45px !important;
	padding: 0 8px !important;
	font-weight: 300;
}

table.table tr.hover:hover {
	background-color: #f7f7f7;
}

/* misc */


img.rounded-5px {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

/* tooltip */

.tooltip {
	position: fixed !important;
}

.button-border.blue:disabled{
    background: #FEFEFE !important;
    color: #8E8E8E !important;
    border: 1px solid #8E8E8E;
}

.button-border.blue:hover:disabled{
    background: #8E8E8E !important;
    color: #FFF !important;
    border: 1px solid #8E8E8E;
}

.conditions-label{
    font-size: 14px;
}