#content {
margin-top: 35px;

}
.mtf_top_fook {
-webkit-box-shadow:inherit;
-moz-box-shadow:inherit;
-ms-box-shadow:inherit;
-o-box-shadow:inherit;
box-shadow:inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
-ms-border-radius: inherit;
-o-border-radius: inherit;
border-radius: inherit;
color: #999;
height:300px;
}
.masthead {
padding: 80px 0 80px;
margin-bottom: 0;
}
.jumbotron {
position: inherit;
color: inherit;
text-align: inherit;
text-shadow: inherit;
background: inherit;
background: inherit;
filter: inherit;
-webkit-box-shadow: inherit;
-moz-box-shadow: inherit;
box-shadow: inherit;
}
.masthead h1 {
color: rgba(255, 255, 255, 0.95);
font-size: 55px;
line-height: 1.05em;
text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
}

.masthead .btn {
padding: 14px 24px;
font-size: 24px;
font-weight: 200;
color: #fff; /* redeclare to override the `.jumbotron a` */
border: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
-webkit-animation-name: none;
-moz-animation-name: none;
-webkit-animation-duration: 0s;
-moz-animation-duration: 0s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-transition: none;
-moz-transition: none;
transition: none;

}
.masthead .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}

.btn-primary {
background-color: #00a0c6;
background-image: -moz-linear-gradient(top, #00a0c6, #05C);
background-image: -ms-linear-gradient(top, #00a0c6, #05C);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a0c6), to(#05C));
background-image: -webkit-linear-gradient(top, #00a0c6, #05C);
background-image: -o-linear-gradient(top, #00a0c6, #05C);
background-image: linear-gradient(top, #00a0c6, #05C);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
border-color: #05C #05C #003580;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}