.content {
	min-height:473px;
}
.footer {
	background:#000000;
}
.fct {
	padding:15px;
	text-align:center;
	color:#ffffff;
}
.fct a {
	text-decoration:none;
}
.fct a:hover{
	color:#ffffff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
	padding:25px !important;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background:#ffffff !important;
    color: #000000 !important;
}
.navbar-brand img {
	width:70%;
}
.col4, .col8{
	float:left;
}
.col4{
	width:23%;
	padding:5px;
}
.col8{
	width:73%;
	padding:5px;
}
.inp{
	padding:10px;
}
.product img{
	width:50%;
	opacity:0.7;
	margin:0 auto;
}
.caption a{
	font-size:20px;
	font-weight:600;
	color:#0099FF;
}
.caption a:hover{
	text-decoration:none;
}
.add{
	border:1px solid #6699CC;
	padding:50px;
	border-radius:10px;
}
.nodec li{
	list-style:none;
}
.head{
	color:#3ccbd5;
}
.thumb {
    display: block;
    padding: 10px;
    margin: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.caption a:hover{
    color:#ffdf8b !important;
    transition:all 0.2s;
}
.caption a:focus{
    text-decoration:none !important;
}
.fimg{
    width:100px;
    height:100px;
}
.jobdescrip p{
    text-align:justify !important;
}