body {
    background-color: #f0f0f0;
    color: #747474;
}
.navbar-brand > img {
    display: block;
    width: 100%;
    height: 55px;
    padding-top: 0px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 1px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-form .form-control {
    margin: 0px 0px;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
    min-height: 70px;
    border-radius: 0;
}
.navbar-inverse .navbar-form {
    border-color: #101010;
    margin-top: 20px;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 230%;
}
video {
    width: 100%;
}
small {
    display: inherit;
    margin-top: 5px;

}

.title-banner h1
{
	padding: 0px 15px;
}
.box-section {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 12px RGBA(0, 0, 0, 0.15);
}
.box-section h4 {
    font-size: 18px;
    line-height: 10px;
}
.box-section p {
  margin: 0px;
}
.course-description h6 {
    font-size: 12px;
    line-height: 20px;
    display: inline-flex;
    padding-right: 9px;
    font-weight: 600 !important;
}
.author-thumb img {
    width: 100%;
    border-radius: 5px;
}
.author-thumb p {
   
    font-size: 10px;
}











@media only screen and (min-width: 300px) and (max-width:600px)
{
	.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.navbar-right {
    float: none !important;
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
}
.nav > li {
    position: relative;
    display: block;
    width: 99%;
    text-align: center;
    padding: 0 0 10px;
}
}