﻿  #imgLoad
        {
            position:fixed;
            bottom:0;   
            left:40%;
            display:none;
        }
     .exposed, .news{
           background:white;
       }
       .box {
    position: relative;
    display:block;
    }
       .box a > div {
           position:relative;
       }
       .box:hover a > div div{
           display:block;
       }
       .box:hover .text_content {
           opacity:1;
       }

       .box a > div div
       {
                       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
            position:absolute;
            bottom:0;
            height: 50px;
            width:100%;
            z-index:10;
            display:none;
       }
    .box .text_content {
        opacity:0;

        position: absolute;
        top: 0;
        height: 100%;
        overflow:hidden;
        
        z-index: 10;
        
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-align: left;
        padding: 10px 15px 0 5px;
        width: 190px;
        color: #337ab7;
        font-weight: 500;
        background-color: rgba(255,255,255,0.9);
        line-height: 130%;
        left: 0;
    }
    

    .box2 {
    position: relative;
    display:block;
    }
       .box2 a > div {
           position:relative;
       }
       .box2:hover a > div div{
           display:block;
       }
       .box2:hover .text_content {
           opacity:1;
       }

       .box2 a > div div
       {
                       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
            position:absolute;
            bottom:0;
            height: 50px;
            width:100%;
            z-index:10;
            display:none;
       }
    .box2 .text_content {
        opacity:0;

        position: absolute;
        top: 0;
        height: 100%;
        overflow:hidden;
        
        z-index: 10;
        
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-align: left;
        padding: 10px 15px 0 5px;
        width: 190px;
        color: #337ab7;
        font-weight: 500;
        background-color: rgba(255,255,255,0.9);
        line-height: 130%;
        left: 0;
    }
    


    img {
        z-index:1;
    }

       .header4 {
           display: block;
           padding: 10px;
           text-align:center;
           font-size: 250%;
           font-weight: 300;
           letter-spacing: 0.3em;
           text-shadow: 0 1px 2px rgba(0,0,0,0.4);
           text-transform:uppercase;
		   /*border-top:1px solid #e3512d;
		   border-bottom:1px solid #e3512d;
            */
		   background: #f1f1f1;
		   background: #fcf2e7;
       }


       .header6 {
           display: block;
           padding: 2px;
           text-align:left;
           font-size: 160%;
           font-weight: 300;
           letter-spacing: 0.3em;
           text-shadow: 0 1px 2px rgba(0,0,0,0.4);
           text-transform:uppercase;
           margin-left: 15px !important;
		   /*
           border-top:1px solid #e3512d;
		   border-bottom:1px solid #e3512d;
		   
           background: #f1f1f1;
		   background: #fcf2e7;
               */
       }

        .blog-entry .blog-img {
    display: block;
    
    width: 100%;
    
     }
    .blog-entry .blog-img img {
      position: relative;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;}
    .blog-entry .blog-img .video {
      display: table;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      height: 400px; }
    .blog-entry .blog-img .colorlib-video {
      overflow: hidden;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .blog-entry .blog-img .colorlib-video {
          height: 300px; } }
      .blog-entry .blog-img .colorlib-video a {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .blog-entry .blog-img .colorlib-video a i {
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          font-size: 40px; }
      .blog-entry .blog-img .colorlib-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .blog-entry .blog-img .colorlib-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7); }
      .blog-entry .blog-img .colorlib-video:hover a {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .blog-entry:hover .blog-img img, .blog-entry:focus .blog-img img {
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-entry:hover .blog-detail img, .blog-entry:focus .blog-detail img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }