.uwtStartLogo{
  	height: 61px;
	float:left;
	margin-right:12px;
}
.uwtStartText{
  line-height: 30px;
	width:90%;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	text-shadow: 0px 0px 10px rgba(0,0,0,.6);
}
.uwtStartWrap{
	position:absolute;
	top:-130px;
	left:0px;
	width:80%;
}


@media only screen and (max-width: 1170px) {
  .uwtStartWrap{
    width: 70%;
  }
}
@media only screen and (max-width: 970px) {
  .uwtStartWrap{
    width: 100% !important;
    left: 10px;
  }
  .uwtStartLogo {
    margin-right: 15px;
  }
  .uwtStartText {
    line-height: 1.1;    
    font-size: 22px;
	  display: table-cell;
  }
}
@media only screen and (max-width: 575px) {
  .uwtStartWrap{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .uwtStartWrap {
    top: -150px;
  }
	.uwtStartLogo{
		float:none;
	}
}