@media (max-width: 768px){
  .content {
	padding: 40% 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-width: 768px) {
    .tbl-common {
    }
    
    .tbl-common dt,
    .tbl-common dd {
        padding: 10px;
    }
    
    .tbl-common dt {
		clear: both;
        float: left;
        width: 180px; 
    }
    
    .tbl-common dd {
		padding-left: 180px;
        border-bottom: 1px solid #7e7e7e;
		font-weight:300;
		letter-spacing:0.05em;
		line-height:1.7em;
    }
}



@media only screen and (max-width:767px) {
    .tbl-common {
		width:100%;
    }
    
    
    .tbl-common dt {
        float: none;
		padding: 8px 10px 0 10px;
    }
    
    .tbl-common dd {
        border-bottom: 1px solid #7e7e7e;
		padding: 8px 10px;
		font-weight:300;
		letter-spacing:0.05em;
		line-height:1.7em;
    }
}