
html {
   height: 100%;
  }

h1 {
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 32px;
	font-weight: normal;
	font-weight: 600;
	color:#24907D;
  }

h2 {
    font-family: "Calibri", "Arial", sans-serif;
    font-weight: bold;
    color: #5d5c5c;
	font-size: 16px;
  }

body {
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    background-color: #fff;
  }

  .container {
    max-width: 950px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
  }

/*! Start Lander Panel  */
  .lander-panel {
    width: auto;
    height: auto;
    margin: 0 auto 16px;
	margin-top: 32px;
  }

  .lander-header {
	width: auto;
	height: 56px;
	background-color: #fff;
   }

  .lander-header p {
	font-size: 36px;
	color: #e25530;
	text-align:center;
	font-weight: bold;
   }

  .lander-body {
	width: auto;
	height: auto;
	background-color: #fff;
	color: #000;
	padding: 18px 0 18px;
  }

  .lander-img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 12px;
  }

  .col-fk {
    border: 1px solid #e25530;
    border-radius: 5px;
  }

   .col-fk p {
	 font-size: 18px !important; 
   }

   .box{
	 margin-top: 12px;	
	 margin-left: 8px;
	}

   .box p{
	 font-family: "Calibri", "Arial", sans-serif;
     font-weight: bold;
	 color: #5d5c5c;
	 font-size: 16px  !important;
	 white-space: nowrap; 
     overflow: hidden;
	 text-overflow: ellipsis;
	}
	.green {
		border-left: 5px solid #e25530;
	}

	button{
		padding: 8px;
		width:100%;
		background: #d3492c;
		border-radius:15px;
		border:0;
		color:#fff;
		font-size:28px;
		font-family: Arial,Helvetica,sans-serif;
		font-weight:bold;
		cursor:pointer;
		text-transform:uppercase;
		outline: none !important;
	}

	.bounce:hover{
	  animation:bounce 1s;
		-webkit-animation:bounce 1s;
	}

	@keyframes bounce {
	  0% {
			border-radius:15px;
	  }
	  20% {
			border-radius:30px;
	  }  
	  60% {
			border-radius:0px;
			transform:scale(1.1);
				-ms-transform:scale(1.1);
				-webkit-transform:scale(1.1);     
	  }
	  90% { 
			transform:scale(0.98);
				-ms-transform:scale(0.98);
				-webkit-transform:scale(0.98);       
	  }
	  100% { 
			border-radius:15px;     
	  }
	}

	@-webkit-keyframes bounce {
	  0% {
			border-radius:15px;
	  }
	  20% {
			border-radius:30px;
	  }  
	  60% {
			border-radius:0px;
			transform:scale(1.1);
				-ms-transform:scale(1.1);
				-webkit-transform:scale(1.1);
	  }
	  90% { 
			transform:scale(0.98);
				-ms-transform:scale(0.98);
				-webkit-transform:scale(0.98);        
	  }
	  100% { 
			border-radius:15px;     
	  }
	}     
/*! Stop Lander Panel  */



/*! Start  Responsive CSS  */

@media only screen and (max-width: 320px) {
	.lander-panel {
		width: 280px;
		height: 100%;
		background-color: transparent;
	}
	
	.lander-header .fa {
		font-size: 24px !important; 
		color:#e25530 !important; 
	}

	.lander-header p {
		font-size: 20px !important; 
		color: #e25530 !important; 
		text-align: center !important; 
		font-weight: bold !important; 
	}

	.lander-body {
		width: auto;
		height: auto;
		padding: 0px 0 12px;
	}		

	.lander-img {
		width: 50%;
		height: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		margin-bottom: 12px;
		margin-left: 66px;
	}	

	.col-fk {
		border: 1px solid #e25530;
		border-radius: 5px;
	}

	button{
		font-size:18px;
	}

	h2 {
		font-size: 14px;
	}	
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
	.lander-panel {
		width: 340px;
		height: 100%;
		background-color: transparent;
	}

	.lander-header .fa {
		font-size: 24px !important; 
		color:#e25530 !important; 
	}

	.lander-header p {
		font-size: 22px !important; 
		color: #e25530 !important; 
		text-align: center !important; 
		font-weight: bold !important; 
	}

	.lander-body {
		width: auto;
		height: auto;
		padding: 0px 0 12px;
	}		

	.lander-img {
		width: 60%;
		height: 60%;
		background-repeat: no-repeat;
		background-position: center center;
		margin-bottom: 12px;
		margin-left: 66px;
	}	

	.col-fk {
		border: 1px solid #e25530;
		border-radius: 5px;
	}

	button{
		font-size:22px;
	}

	h2 {
		font-size: 14px;
	}	
}
@media only screen and (min-width: 480px) and (max-width: 759px) {
	.lander-panel {
		width: 420px;
		height: 100%;
		background-color: transparent;
	}

	.lander-header .fa {
		font-size: 24px !important; 
		color:#e25530 !important; 
	}

	.lander-header p {
		font-size: 22px !important; 
		color: #e25530 !important; 
		text-align: center !important; 
		font-weight: bold !important; 
	}

	.lander-body {
		width: auto;
		height: auto;
		padding: 0px 0 12px;
	}		

	.lander-img {
		width: 60%;
		height: 60%;
		background-repeat: no-repeat;
		background-position: center center;
		margin-bottom: 12px;
		margin-left: 66px;
	}	

	.col-fk {
		border: 1px solid #e25530;
		border-radius: 5px;

	}

	button{
		font-size:22px;
	}

	h2 {
		font-size: 14px;
	}			
}

/*! Stop  Responsive CSS  */