.header-right{
	color: #75A7D9;
	text-align:right;
	display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 50px;
    margin: 0 auto;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.btn1 {
	z-index:3;
	position: absolute;
	margin-left:43.2%;
	margin-top: -30px;
  background-color: #00daf3;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 8px #000000;
  -moz-box-shadow: 0px 1px 8px #000000;
  box-shadow: 0px 1px 8px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 20px 3px 20px;
  text-decoration: none;
}

.btn1:hover, .btn3:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn2 {
	z-index:3;
	position: absolute;
	margin-left:45%;
	margin-top: -30px;
	background-color: #0053a1;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	-webkit-box-shadow: 0px 1px 8px #000000;
	-moz-box-shadow: 0px 1px 8px #000000;
	box-shadow: 0px 1px 8px #000000;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

.btn2:hover,.btn4:hover {
  background: #75D9F2;
  color:#15243B;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn3
{
	position: absolute;
	margin-left:-100px;
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #15243B;
  font-size: 20px;
  background: #75D9F2;
  padding: 5px 40px 5px 40px;
  border: solid #75D9F2 2px;
  text-decoration: none;
}

.btn4 {	
	position: absolute;
	margin-left:41%;
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #75D9F2;
  font-size: 20px;
  background: #15243B;
  padding: 5px 40px 5px 40px;
  border: solid #15243B 2px;
  text-decoration: none;
}


.btn5 {
	z-index:3;
	position: absolute;
	margin-left:45%;
	margin-top: -30px;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 8px #000000;
  -moz-box-shadow: 0px 0px 8px #000000;
  box-shadow: 0px 0px 8px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 4px;
  background: #b706c0;
  text-decoration: none;
}

.btn5:hover {
  background: #d736e0;
  text-decoration: none;
}




.imgFoo{
	position: absolute;
	margin-left:0%;
	margin-top:-5%;
	width:20%;
	
}

.txtDiv{
	position: absolute;
	margin-left:40%;
	margin-top:-30%;
	width:100%;
	font-size:80%;
	
}


.tDiv{
	height:120px;
	
}