.slide-inner{
  top: 60%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.meta-post{
   display: none;
}

.text-slider .maintitle {
	font-size: 40px;
}
.text-slider .subtitle {
	font-size: 30px;
}

.text-slider .maintitle {
background-color: rgba(0,0,0,.5);
}

#mainnav ul li a {
		font-size: 20px;
}

.roll-testimonials .whisper {
background-color: rgba(0,0,0,.25);
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
font-size: 16px;
line-height: 22px;
font-style: normal;
}

.button1 {
    color: black; 
    border: 2px solid #d45153;
  	border-radius: 5px;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 25px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1:hover {
    background-color: #d45153;
    color: white;
}

.footer_left{
text-align:left;
float:left;
}
.footer_right{
float:right;
text-align:right;
}

#sidebar-footer .sidebar-column:nth-child(2) {
    text-align: right;
}