body {
    color: #101010;    
    margin: 0 auto;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

header {
    background:#fff none repeat scroll 0 0

}

@media only screen and (max-width: 980px) {

  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display:block !important;
  }
  .navbar-header {
    float: none;
  }

}

@media (min-width: 1200px) {
   .container {
        width: 1200px;
   }
}


.logo {
    margin: 25px 0;
}

.top-advt {
    margin: 15px 0;
}

.top-advt img{
    border: 1px solid #ddd
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.navbar-custom{
	border-radius:0px;
    border: 0px;
    background: #337ab7;
}

.navbar-custom li a {
	font-weight: bold;
    color: #fff !important
}

.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover{
    text-decoration: underline;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #337ab7
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar{
    background: #fff
}

.social-icon .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #336699 ;
    display: block;
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align:center;
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}

.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-caption{
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    width: 100%;
    text-shadow :none;
}

.carousel-control.left, .carousel-control.right{
    background: none
}

.panel-default > .panel-heading{
    background-color : #fff;

}

.panel-default > .panel-heading h2 {
    font-size: 20px;
    font-weight: 600;
    margin:0px;
    color: #337ab7
}

.photo-container {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}
.photo-container img,
.photo-container h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.photo-container img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}
.photo-container h1{
    background: rgba(20,31,44,0.8);
    bottom: 0px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
    width: 100%
}

.photo-container p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: #005782;
    width: 100%;
    color: #fff;
}
.photo-container:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}

.photo-container:hover h1 {
    display: none
}
.photo-container:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.photo-list span{
    color:#222;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.matri-vid{
    margin-bottom: 10px
}

.matri-vid .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.matri-vid .thumbnail img {
    width: 100%;
}

.large-feat {
    float: left;
    overflow: hidden;
    position: relative;
}

.feat-cap {
    background: rgba(0, 0, 0, 0) url("../images/feat-cap.png") no-repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 40px 15px 10px;
    position: absolute;
    width: 100%
}

.feat-cap a {
    color: #fff;
    text-decoration: none;
}

.large-feat img {
    display: block;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.large-feat img:hover  {
    transform: scale(1.15);
}


.label-medium {
  vertical-align: super;
  font-size: medium;
}


/* footer */

.footer {
    padding: 40px 0px;
    margin-top:20px;
    background: #eaf1f7 none repeat scroll 0 0;
    border-top: 1px solid #dfeaf3;
    color: #70a1cc;
    letter-spacing: 1px;
}

.footer a {
    color: #70a1cc
}

.footer h4{
    text-transform: uppercase;
    color: #4787be
}

.footer .label{
    color: #fff
}

.footer .bdr-right{
    border-right: 1px solid #dfeaf3
}
.copyright{
    border-top: 1px solid #dfeaf3;
    margin: 20px 0;
    padding: 20px 0;
}

.copyright a {
    color: #337ab7;
}
