 @media (max-width: 767px) {
     #footer p {
         font-size: 0.8em;
     }
     #main-navbar ul li {
         margin-left: 10px;
     }
     .container-logo .tagline {
         margin-top: -10px;
     }
 }
 
 @media (min-width: 768px) {
     .navbar-header {
         display: none !important;
     }
     #main-navbar {
         border: 0px;
     }
     .container-logo .tagline {
         margin-left: 0px;
     }
 }
 
 body {
     box-sizing: border-box;
     background-color: #A6A6A6;
 }
 
 .page-container {
     max-width: 1200px;
     float: none;
     margin: 0 auto;
 }
 
 .ub-header {
     background-color: #005bbb;
     padding: 10px;
     margin: 0px;
     border-bottom: 1px solid #fff;
 }
 
 .container-fluid {
     margin: 0px;
     border-bottom: 1px solid #fff;
     padding: 0px;
     background-color: #5FB4E9 !important;
 }
 
 .row {
     margin: 0px;
 }
 
 #main-navbar {
     position: relative;
     background-color: #1b95e0;
     margin: 0px 0px 5px 0px;
     padding: 0px;
     border-radius: 0px;
     border: 0px;
 }
 
 #main-navbar li {
     box-sizing: content-box;
 }
 
 .nav > li > a:hover {
     background-color: #474747;
 }
 
 #main-navbar a {
     color: white;
     box-sizing: border-box;
 }
 
 .navbar-header {
     background-color: #E2E2E2;
     height: auto;
     margin: 0px;
     padding: 0px;
 }
 
 #container-title {
     height: 350px !important;
     width: auto !important;
 }
 
 #image-carousel {
     position: relative;
     height: 350px;
     margin: 0px 0px 10px 0px;
     max-height: 350px !important;
 }
 
 .carousel-inner {
     overflow: hidden;
     width: 100%;
     position: relative;
     max-height: 350px !important;
 }
 
 #image-carousel .carousel-indicators {
     margin-bottom: -15px !important;
 }
 
 .carousel-inner item {
     overflow: hidden;
     width: 100%;
     height: 350px !important;
     position: relative;
 }
 
 .carousel-inner img {
     overflow: hidden;
     width: 100%;
     height: 350px !important;
     position: relative;
 }
 
 .col-md-1 .col-md-2 .col-md-3 .col-md-4 .col-md-5 .col-md-6 .col-md-7 .col-md-8 .col-md-9 .col-md-10 .col-md-11 .col-md-12 {
     float: left;
 }
 
 .col-sm-1 .col-sm-2 .col-sm-3 .col-sm-4 .col-sm-5 .col-sm-6 .col-sm-7 .col-sm-8 .col-sm-9 .col-sm-10 .col-sm-11 .col-sm-12 {
     float: left;
 }
 
 .container-main {
     position: relative;
     margin: 0px 0px 0px 0px;
     background-color: #fff;
 }
 
 .container-title {
     position: relative;
     height: 200px;
 }
 
 .page-title {
     color: #337ab7;
     margin-bottom: 20px;
 }
 
 .page-title h1,
 h2,
 h3,
 h4 {
     font-weight: bold;
 }
 
 .page-content {
     position: relative;
     margin-left: 10px;
     margin-right: 10px;
     font-family: 'Open Sans', sans-serif;
     margin-top: 20px;
     margin-bottom: 30px;
 }
 
 #title-banner {
     height: auto;
     position: relative;
     margin: 0px 20px 10px 5px;
     max-height: 200px !important;
 }
 
 .nopadding {
     padding-left: 0px !important;
     padding-right: 0px !important;
 }
 
 #footer {
     background-color: #262626;
     padding: 20px 20px 10px 20px;
     color: white;
 }
 
 #footer p {
     text-align: center;
 }
 
 .active {
     background-color: #474747;
     font-weight: bold;
     border-bottom: 1px solid #F0AD56;
 }
 
 .news-item {
     line-height: 30px;
     padding: 4px 4px;
     margin: 0px;
     border-bottom: 1px solid dotted black;
 }
 
 .glyphicon {
     margin-right: 4px !important;
     /*override*/
 }
 
 .pagination .glyphicon {
     margin-right: 0px !important;
     /*override*/
 }
 
 .pagination a {
     color: #555;
 }
 
 .panel ul {
     padding: 0px;
     margin: 0px;
     list-style: none;
 }
 
 #news-sidebar {
     margin-top: 10px;
 }
 
 .news-item {
     padding: 4px 4px;
     margin: 0px;
     border-bottom: 1px dotted #555;
 }
 
 .glyphicon {
     margin-right: 4px !important;
     /*override*/
 }
 
 .news-panel > .panel {
     border-radius: 0px;
 }
 
 .news-panel .panel-heading {
     background-color: #E2E2E2;
     border-radius: 0;
 }
 
 .news-panel .panel-body {
     background-color: #48AAE6;
 }
 
 .news-item > a {
     color: #fff;
 }
 
 .news-panel .panel-footer {
     background-color: #E2E2E2;
     padding: 0px;
     border-radius: 0;
 }
 
 .gallery-img {
     width: 132px;
     height: 88px;
     position: relative;
     margin-bottom: 30px;
 }
 
 .img-gallery .container {
     width: inherit;
 }
 
 .container-logo .row {
     position: relative;
 }
 
 .map-responsive {
     overflow: hidden;
 }
 
 #footer-img {
     background-color: #262626;
 }
 
 .content [class*="col-"] {
     margin: 0px;
     padding: 0px;
    
 }
 
 .profile-img img {
     width: 90%;
     height: 80%;
 }
 
 .profile-info {
     margin-top: 0px;
     margin-left: 0px;
 }
 
 .profile-info h4 {
     display: inline;
     color: #337ab7;
 }
 
 .profile-info p {
     display: inline;
 }
 
 .page-content .content .row {
     margin-bottom: 30px;
 }
 
 #faculty-he .profile-img img {
     float: right;
 }
 
 .research-info h4 {
     color: #337ab7;
 }
 
 .publication-info h4 {
     color: #337ab7;
 }
 
 .container-logo .row *:last-child {
     vertical-align: bottom;
 }
 
 .container-logo .row .tagline:last-child {
     font-size: 14px;
     margin-bottom: 20px;
     font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
     color: #545b61;
     font-weight: 480;
     padding: 0px;
     position: relative;
 }
 
 .container-logo .row > * {
     float: none;
     display: inline-block;
 }
 
 .container-logo .row {
     font-size: 0;
 }
 
 .publication-info {
     margin-top: 20px;
 }
 
 .ijrcnb-gallery {
     position: relative;
     margin-top: 20px;
 }
 
 .ijrcnb-gallery .row [class*="col-"] {
     padding: 0PX;
 }
 
 .carousel-indicators li {
     background-color: #999;
     background-color: rgba(70, 70, 70, .25);
 }
 
 .carousel-indicators .active {
     background-color: #444;
 }
 .video-title {
     margin-bottom: 20px;
     font-size: 14px;
    font-weight: bold;
     color: #8181F7;
     padding:10px;
     word-break: keep-all;
     width:470px;
 }
 
 .video-title h4 { 
    display: block;
    
}

.awards h4 , .positions h4 {
    color:#337ab7;
}

/*.temp {
    width:150%;
}
.temp .row {
   float:left;
    width:60%
}

.temp .cntform {
   float:right;
   // width:60%;
}

.clearfix {
    clear:both;
}

.cntform {
    text-align: justify;
}

.cntform .title li{
    display:inline;
}

.cntform .title input{
    width:inherit;
}

.cntform .title label{
    width:inherit;
}

.cntform .title {
    padding-left:250px;
}

.cntform {
    background-color: darkgray;
    color:black;
    padding : 10px;
}

.sendbutton {
    width:auto;
    text-align: center;
    padding:10px;
    margin-left:340px;
}

.cntform label {
        display: inline-block;
        width: 240px;
        text-align: right;
        padding: 10px;
}

textarea {
    vertical-align: top;
    height: 5em;
    resize: vertical;
    margin-left:244px;
    max-width:100%;
}

input, textarea {
    font: 1em sans-serif;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #999;
}*/

input[type=text],input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.cntform {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.cntform ul li {
    display:inline;
    padding:10px;
}

.contheading {
    color:#337ab7;
}