
div.jumbotron {
	padding-top: 60px;
	min-height: 800px;
	background-color: #fefefe;
	margin: 0;
}
div.jumbotron h1 {
	text-align: center;
	font-size: 30px;
	height: 150px;
	line-height: 150px;
	background-color: #f3f4f4;
    background-image: url(../images/contentBG.jpg);
    background-repeat: repeat-y;
    background-attachment: ;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-family: 'zgb';
}
div.jumbotron p {
	font-size: 20px;
	margin: 0;
}
div.jumbotron p img {
/*	width: 700px;
	height: 380px;
	display: block;*/
	
}
div.jumbotron .session {
	width: 28%;
	float: right;
	background-color: #fff ;

}
div.jumbotron .session input[type="text"] {
	    border-radius: 3px;
	        padding: 7px 15px 7px 15px;
    color: #b8bcbe;
    border: 1px solid #e0e1e1;
    background-color: #fbfcfc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div.jumbotron .session input[type="button"] {
	border-radius: 3px;
	border: none;
	outline: none;
	background-color: #6173f4;
	color: #fff;
	padding: 5px 10px;
}
div.jumbotron p:nth-of-type(1) {
	width: auto;
}
.uptodateInfo {
	margin-top: 20px;
}
.uptodateInfo .media-body {
	color: #bbb;
	font-size: 16px;
	line-height: 20px;
}
.uptodateInfo .media-body .date {
	display: block;
	font-size: 14px;
	text-align: right;
}
.uptodateInfo .media-heading {
	font-size: 18px ;
}
.uptodateInfo p:nth-of-type(1).uptodateInfo-title {
	width: auto;
}
.uptodateInfo-content .media-object {
	width: 80px;
	height: 80px;
}
.jumbotron .container p.content {
	float: left;
	width: 70%;
	border-right: 1px solid #eee;
	padding: 0 5px;
	overflow: hidden;
	box-sizing: border-box;
}
.jumbotron .container p.content p {
	padding: 0 10px !important;
	box-sizing: border-box !important;
}
@media screen and (max-width: 420px){ 
	.jumbotron .container p.content {
	float: left;
	width: 100%;
	border-right: 1px solid #eee;
	overflow: hidden;
}
div.jumbotron h1 {
	line-height: 1em;
	font-size: 1em;
	box-sizing: border-box;
	padding-top: 70px;
}
.jumbotron .container {
	padding-left: 0;
	padding-right: 0;
	
}
}
.navMyStyle {
	position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}
#fh5co-header.navMyStyle #navbar li a {
	color: #bbb;
}
#fh5co-header.navMyStyle #navbar li.active a {
	    background: none;
    color: #6173f4;
}
#fh5co-header.navMyStyle .navbar-brand {
	color: #6173f4;
    line-height: 50px;
}
#fh5co-header.navMyStyle #navbar li a:hover {
	color: #6173f4;
}