/* Sticky footer styles
-------------------------------------------------- */
*{
	/*margin: 0*/;
	padding: 0;
}

html {
  /*position: relative; */
  height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px; */
  background-color: #EDF0F5;
}
.footer {
  position: relative;
  /*bottom: 0; */
  /*width: 100%; */
  /* Set the fixed height of the footer here */
  height: 250px;
  margin-top:-200px;
  background-color:#D4DCDF;
  clear: both;
}

.bottom-footer{
	/*position: relative; */
    bottom: 0;
    width: 100%;
	/*margin-top:10px; */
	padding-top:10px;
}

.footer-add{
	text-align:right;
}

#ig1{
	height:auto;
	width: 100%;
}

.carousel-inner{
	/*height:400%;*/
	max-height: 400px;
}


.navbar navbar{
	background-color: blue;
}

.page-header {
	background-color: #EDF0F5;
}

ul.nav > li a:hover{
	background-color: #B4CAE2;
}

#bodyli {
	padding-left: 30px;
}

#toglebutton{
	background-color:#B4CAE2;

}

.ftrspace{
	padding-bottom:300px;
	overflow: auto;
}

.ftrspace1{
	padding-bottom:500px;
	overflow: auto;
}

.container{
	min-height:100%;
}

#contactform{
	width:600px;
	height:533px;
}

#referalform{
	width:600px;
}

ul.nav-pills{
	margin-left:15%; 
	
}