@charset "utf-8";
/* CSS Document */
html {
  position: relative;
  min-height: 100%;
}



body{
font-family: 'Dosis', sans-serif;
}


.container{
max-width: 1200px;

}





.sign-up{
font-size:14px;
font-weight:bold;
color:#666666;
float:right;
position:relative;
margin-top:10px;
}

.sign-up2{
	display:none;  
  }

.carousel-caption {

background:url('../img/gradient-index-caption.png');
background-repeat:no-repeat;
background-position:center;
background-size:100% 100%;
font-size:32px;
color:#FFFFFF;
padding:20px;
	

}

.caption-text{

}




.caption-footer{
background-color:#ffffff;
color:#4D4D4D;
height:50px;
padding:10px 20px;
}

.caption-footer-right{
float:right;
}


.divider {
padding:0px 15px;	
}

@media (max-width: 768px) {

.sign-up{
	margin-top:-80px;
}



}
