@media (max-width: 768px){
  .content {
	   padding: 40% 0 0;
	}
    #tf-home p.lead{
        font-size: 9px;
    }
    div.home_content p {
        right: 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%;
}
.home_btn {
    left: 37% !important;
}
}
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 22% 10%;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    div.home_content p {
        top: 41%;
    }
    .home_btn {
        bottom: -14px;
    left: 43%;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) { 
    div.home_content p {
        top: 22%;
    }
    .home_btn {
        left: 41%;
    }
    #tf-home p.lead {
    font-size: 8px;
}
.buss_content  {
    margin-bottom: 17px;
}
        
}