html {
	position: relative;
	min-height: 100%;
}

body {
  padding: 50px 0 0 0;
  margin-bottom:100px;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

.rt-nav-txt{
	font-size:15px;
	font-weight:bold;
}

.rt-submit{
	width:100%;
	color:white;
	background-color:#F89406;
	font-weight:bold;
}

.rt-submit2{
	color:white;
	border:none;
	background-color:#F89406;
	font-weight:bold;
}

.rt-submit2:hover{
	color:white;
	background-color:#F5AB35;
}

.rt-submit:hover{
	color:white;
	background-color:#F5AB35;
}

#footer {
	background-color: #EDEDED;
    text-align:center;
	position: absolute;
    bottom:0;
	height:100px;
	width:100%;
}

.footer-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rt-container{
	margin-bottom:80px;
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

@media (min-width: 992px) {
  body {
    padding: 0;
  }
  .navbar {
    right: auto;
    background: none;
    border: none;
  }
}

