@media (max-width: 768px){
  .content {
	padding: 5% 0 0;
	}
}

@media (max-width: 603px){
#tf-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.79);
	}
#tf-works li.pull-right, #tf-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block;
}
label{
    float: none !important
}
.pull-left.fnav,
.pull-right.fnav {
    float: none !important;
    text-align: center;
}

.hover-bg .hover-text {
    padding: 12% 10%;
}
}
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 22% 10%;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { /* STYLES GO HERE */

#tf-home, #tf-team, #tf-social, #tf-clients, #tf-testimonials, #tf-services, #tf-works{
	background-size: auto !important;
	background-attachment: scroll;
	background-repeat: no-repeat;
	
}
#tf-social{
	background: url(../img/03-cell.jpg);
}
#tf-clients{
	background: url(../img/property-cell.jpg);
}

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */
#tf-home,  #tf-team, #tf-social, #tf-clients, #tf-testimonials, #tf-services, #tf-works{
	background-size: auto !important;
	background-attachment: scroll;
	background-repeat: no-repeat;

}
#tf-social{
	background: url(../img/03-cell.jpg);
}
#tf-clients{
	background: url(../img/property-cell.jpg);
}
}