@charset "utf-8";
/* CSS Document */

/*THANK YOU PAGE -----------------------------------------------------------------------------------------------------------------------------------*/

html {
  position: relative;
  min-height: 100%;
  color:#fff;
   background:#0f1631
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color:#fff;
   background:#0f1631
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background:none;
 padding:0;
}

.floor { background:url(../images/floor.png) bottom center no-repeat; background-size:100% auto; padding-bottom:80px; padding-top:80px;}
.thank-you-text { text-align:center; padding:0; margin:0; line-height:normal}
.home { text-align:center; padding-top:30px;  padding-bottom:30px;}
.home-link { display:inline-block; background: url(../images/home-ico.png) 15px 15px no-repeat;  background-color:#ff4200; padding:15px; margin:0 auto; font-size:14px; text-decoration:none; color:#fff; padding-left:50px;}
.home-link:hover { text-decoration:none; color:#fff; background-color:#7DD126}

.home-link, .home-link:hover { transition: all 0.3s ease;}
.footer .footer-logo { text-align:right}
/*Phones*/
@media (max-width: 767px) {
	.floor {  padding-bottom:0px; padding-top:30px; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  
}
.footer {
 
  height: 80px;
text-align:center;
}

.footer .footer-logo { padding-bottom:15px; text-align:center}
.footer .footer-text { font-size:12px;}
	
	}



