 body{
        font-size: 12px;
      }


      .cards{
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,.1);
        padding: 20px;
        margin-bottom: 20px;
      }

      .side_link{
        display: block;
        padding: 7px;
        border-bottom: 1px dotted #ddd;
        color: #333;
        font-family: 'Lato';
        font-size: 14px;
        transition: all .3s ease-in-out 0s;
      }

      .side_link:hover{
        display: block;
        padding: 7px 10px;
        border-bottom: 1px dotted #ddd;
        color: #700;
        font-family: 'Lato';
        font-size: 14px;
        transition: all .3s ease-in-out 0s;
      }

      .side_link:active{
        display: block;
        padding: 7px 10px;
        border-bottom: 1px dotted #ddd;
        color: #700;
        font-family: 'Lato';
        font-size: 14px;
        transition: all .3s ease-in-out 0s;
      }

      .qoutes
      {
        background-color: #f3f3f3;padding: 20px;font-style: italic;font-size: 20px;font-family: 'georgia'
      }

      .fataka{
        font-size: 13px;
        display: inline-block;
        color: #ccc;
        border-radius: 5px;
        border:solid 1px #61747d;
        transition: all .3s ease-in-out 0s;
        padding: 3px 15px;
        margin-right: 10px;
      }

      
      .fataka:hover{
        text-decoration: none;
        background-color: #0e3144;
        color: #fff;
        transition: all .3s ease-in-out 0s;
      }

      .motaay{
          display: none;
          padding: 10px;
          background-color: #132340;
          position: absolute;
          right: -100px;
          top:90px;
         box-shadow: 10px 10px 10px rgba(0,0,0,.3);
       }


      .trauma{
        display: inline-block;
        padding: 36px 20px;
        border-bottom: solid 4px transparent;
        position: relative;
        float: right;
        transition: all .1s ease-in-out 0s;
      }

       .trauma:hover{
        border-bottom: solid 4px #900;
        color: #900;
        transition: all .1s ease-in-out 0s;
      }

      .trauma:hover .motaay{
        display: block;
        transition: all .1s ease-in-out 0s;
      }

      .trauma a{
        display: block;
        text-decoration: none;
        font-family: lato;
        color: #333;
        font-size: 14px;
        text-decoration: none;

      }

      .trauma a.matar_link{
         display: block;
        text-decoration: none;
        font-family: lato;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
      }
      .trauma a.matar_link:hover{
        display: block;
        text-decoration: none;
        font-family: lato;
        font-weight: bold;
        color: #007bff;
        font-size: 14px;
        text-decoration: none;

      }

      .matar_link5{
        padding: 5px;
        background-color: #062638;
        color: #fff;
        margin-top:-5px;
      }

      .trauma a.matar_link2{
        display: block;
        text-decoration: none;
        font-family: lato;
        color: #6b80a5;
        font-size: 14px;
        text-decoration: none;

      }

       .trauma a:hover{
        display: block;
        text-decoration: none;
        font-family: lato;
        font-weight: bold;
        color: #ddd;
        font-size: 14px;
        text-decoration: none;

      }

      .matar_link{
        display: block;padding: 10px 15px;
        border-bottom: solid 1px #193567;
        color: #fff;
        transition: all .3s ease-in-out 0s;
      }

      .matar_link:hover{
        display: block;
        padding: 10px 20px;
        border-bottom: solid 1px #193567;
        transition: all .3s ease-in-out 0s;
        color: #900;
      }

      .matar_link3{
        display: block;padding: 10px 15px;
        border-bottom: solid 1px #193567;
        color: #fff;
        transition: all .3s ease-in-out 0s;
      }

      .matar_link3:hover{
        display: block;
        padding: 10px 20px;
        border-bottom: solid 1px #193567;
        transition: all .3s ease-in-out 0s;
        color: #2e9adc;
      }

      .matar_link4{
        display: block;padding: 10px 15px;
        border-bottom: solid 1px #7b0b0b;
        color: #fff;
        transition: all .3s ease-in-out 0s;
      }

      .matar_link4:hover{
        display: block;
        padding: 10px 20px;
        border-bottom: solid 1px #7b0b0b;
        transition: all .3s ease-in-out 0s;
        color: #f5d4d4;
      }


      .matar_link2{
        display: block;padding: 2px 10px;
        color: #fff;
        transition: all .3s ease-in-out 0s;
      }

      .matar_link2:hover{
        display: block;
        padding: 2px 15px;
        transition: all .3s ease-in-out 0s;
        text-decoration: underline;
        color: #900;
      }

      .active_pos{
        border-bottom: solid 4px #900;
        font-weight: bold;
        color: #900;
        transition: all .3s ease-in-out 0s;
      }

      
.bs-slider{
    overflow: hidden;
    max-height: 620px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 20%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


    .mosaa{
    color: #fff;
    }

    .kiol{
      padding: 30px;
      transition: all .3s ease-in-out 0s;
    }

    .kiol:hover{  
      transition: all .3s ease-in-out 0s;
    }

    .mobs{display: none;}
    .ghas{width:850px;}

    .desks{display: block;}
    .mobs{display: none;}

    .parta{font-family: Cinzel;font-size: 50px;line-height: 50px;}

    @media only screen and (max-width: 1330px) {
     .ghas{width:650px;}
     .parta{font-size: 40px;line-height: 40px;font-family: Cinzel;}
    }

     @media only screen and (max-width: 1330px) {
     .ghas{width:650px;}
    }

    @media only screen and (max-width: 1024px) {
     .kiol{padding: 5px;}
     .ghas{width:100%;}
     .desks{display: none;}
     .mobs{display: block;}
    }


    @media only screen and (max-width: 980px) {
     .kiol{padding: 5px;}
     .ghas{width:100%;}
    }



    @media only screen and (max-width: 780px) {
     .mobs{display: block;}
     .ghas{width:100%;}
     .parta{font-size: 30px;line-height: 30px;font-family: Cinzel;}
    }


    .more{
      width: 40px;
      background-color: #161f52;
      padding: 10px;
      border-radius: 50%;
      position: absolute;
      top: -20px;right: 40px;
    }

    .mores{
      width: 40px;
      background-color: #800;
      padding: 10px;
      border-radius: 50%;
      position: absolute;
      top: -20px;right: 40px;
      display: none;
      z-index: 100;
    }

    .thumbss{
      border:solid 1px #ccc;
      transition: all .3s ease-in-out 0s;
      cursor: pointer;
    }

    .thumbss:hover .mores{
      border: solid 1px #900;
      box-shadow: 0px 10px 40px #ddd;
      transition: all .4s ease-in-out 0s;
      display: block;
    }

    .thumbss:hover{
      border: solid 1px transparent;
      box-shadow: 0px 30px 40px #ccc;
      transition: all .4s ease-in-out 0s;
      display: block;
    }

    .num{
      font-family: 'Old Standard TT';
      font-size: 20px;
      color: #333;
    }

    .thumbss:hover ~ .num{
      color: #900;
    }

    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
    footer { background-color:#020202; min-height:350px; font-family: 'Open Sans', sans-serif; }
    .footerleft { margin-top:50px; padding:0 36px; }
    .logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

    .footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:5px;}
    .footerleft p i { width:20px; color:#999;}


    .paddingtop-bottom {  margin-top:50px;}
    .footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
    .footer-ul li { line-height:19px; font-size:12px;}
    .footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
    .footer-ul i { margin-right:10px;}
    .footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

    .social:hover {
         -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
     }
     
     

     
     .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
     .icon-ul li { line-height:75px; width:100%; float:left;}
     .icon { float:left; margin-right:5px;}
     
     
     .copyright { min-height:40px; background-color:#000000;}
     .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
     .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
     .post p { font-size:12px; color:#FFF; line-height:20px;}
     .post p span { display:block; color:#8f8f8f;}
     .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
     .bottom_ul li {display: inline-block; line-height:40px;}
     .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
     .bottom_ul li a { color:#FFF;  font-size:12px;}


     @-webkit-keyframes ma5-panelIn { 0% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-moz-keyframes ma5-panelIn { 0% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-ms-keyframes ma5-panelIn { 0% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes ma5-panelIn { 0% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-webkit-keyframes ma5-panelOut { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); } }

@-moz-keyframes ma5-panelOut { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); } }

@-ms-keyframes ma5-panelOut { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); } }

@keyframes ma5-panelOut { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); } }

.ma5-menu-mobile { display: none; }
.menu-mobi-toggle { cursor: pointer; }
.ma5-mobile-menu-container { -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); -webkit-transition: -webkit-transform 0.3s ease-out 0s; transition: transform 0.3s ease-out 0s; position: fixed; background-color: #fefefe; width: 280px; height: 100%; top: 0; left: 0; z-index: 200; }
.ma5-page { -webkit-transition: -webkit-transform 0.3s ease-out 0s; transition: transform 0.3s ease-out 0s; }
.ma5-menu-active { overflow: hidden; }
.ma5-menu-active body { overflow: hidden; }
.ma5-menu-active .ma5-mobile-menu-container { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.3s ease-in 0s; transition: transform 0.3s ease-in 0s; }
.ma5-menu-active .ma5-page { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); -webkit-transition: -webkit-transform 0.3s ease-in 0s; transition: transform 0.3s ease-in 0s; }
.ma5-menu-panel { width: 280px; height: 100%; position: absolute; overflow: hidden; overflow-y: auto; top: 0; left: 0; margin: 0; padding: 0; list-style-type: none; z-index: 100; background-color: #fefefe; -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.05) inset; box-shadow: -8px 0 8px rgba(0, 0, 0, 0.05) inset; }
.ma5-menu-panel:after { content: ""; display: block; position: absolute; width: 1px; height: 100%; right: 0; top: 0; background-color: rgba(166, 202, 237, 0.2); }
.ma5-menu-panel li { position: relative; padding-right: 50px; font-size: 0; background-color: #062638}
.ma5-menu-panel li:after { content: ""; display: block; position: absolute; width: 100%; height: 1px; left: 0; bottom: 0; background-color: #0b3750; }
.ma5-menu-panel a { display: inline-block; padding: 15px; text-decoration: none !important; color: #367fc5; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; outline: none !important; }
.ma5-menu-panel .ma5-btn-enter, .ma5-menu-panel .ma5-btn-leave { font-size: 16px; cursor: pointer; display: inline-block; position: absolute; padding: 15px 15px 14px 15px; width: 50px; height: 54px; overflow: hidden; left: 0; top: 0; text-align: center; background-color: #074061; color: white;cursor: pointer; }
.ma5-menu-panel .ma5-btn-enter .glyphicon, .ma5-menu-panel .ma5-btn-leave .glyphicon { top: 2px; }
.ma5-menu-panel .ma5-btn-enter { z-index: 0; left: auto; right: 0; }
.ma5-menu-panel .ma5-leave-bar { font-size: 16px; cursor: pointer; display: block; position: relative; padding: 15px 20px 15px 60px; margin-right: -50px; text-align: center; color: #668aad; text-transform: uppercase; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ma5-menu-panel .ma5-leave-bar:after { content: ""; display: block; position: absolute; width: 100%; height: 1px; left: 0; bottom: 0; background-color: rgba(166, 202, 237, 0.2); }
.ma5-menu-panel:first-of-type { z-index: 160; }
.ma5-menu-panel.ma5-active-ul { z-index: 170; }
.ma5-menu-panel .ma5-active-li a, .ma5-menu-panel .ma5-path-to-active { color: #668aad; }
.ma5-menu-panel.ma5-parent-leave, .ma5-menu-panel.ma5-parent-enter { z-index: 180; }
.ma5-menu-panel.ma5-active-leave, .ma5-menu-panel.ma5-active-enter { z-index: 190; }
.ma5-menu-panel.ma5-active-enter { -webkit-animation-timing-function: ease-out; -webkit-animation-duration: 0.4s; -webkit-animation-delay: 0; -webkit-animation-fill-mode: both; -webkit-animation-name: ma5-panelIn; animation-timing-function: ease-out; animation-duration: 0.4s; animation-delay: 0; animation-fill-mode: both; animation-name: ma5-panelIn; }
.ma5-menu-panel.ma5-active-leave { -webkit-animation-timing-function: ease-out; -webkit-animation-duration: 0.4s; -webkit-animation-delay: 0; -webkit-animation-fill-mode: both; -webkit-animation-name: ma5-panelOut; animation-timing-function: ease-out; animation-duration: 0.4s; animation-delay: 0; animation-fill-mode: both; animation-name: ma5-panelOut; }
  .opl{
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
    margin-right: 1px;
    color: #222;
    transition: all .2s ease-in-out 0s;
  }

  .opl:hover{
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    background-color: #900;
    margin-right: 1px;
    color: #fff;
    transition: all .2s ease-in-out 0s;
  }

  .thumbnail-title {
  font-size: 20px;
  margin-top: 5px;
}
.img-thumb-bg {
  padding: 0;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 0px;
  background-position: center;
  background-color: transparent;
}
.img-thumb-bg p {
  color: #fff;
  margin-bottom: 0;
  line-height: 16px;
}
.img-thumb-bg .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.img-thumb-bg .caption {
  bottom: -5px;
  height: 100px;
  font-size: 12px;
  position: absolute;
  padding: 0 20px 20px;
  transition: all 0.3s ease-in-out;
}
.img-thumb-bg .caption .tag a {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #900;
}
.img-thumb-bg .caption .title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.img-thumb-bg .caption .title a {
  color: #fff;
}
.img-thumb-bg .caption .title a:hover {
  color: #2980B9;
}
.sortable-handler { touch-action: none; }
.img-thumb-bg .caption .meta-data {
  color: #777;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 15px;
}
.img-thumb-bg .caption .meta-data a {
  color: #777;
}
.img-thumb-bg .caption .meta-data a .fa {
  color: #2980B9;
}
.img-thumb-bg .caption .meta-data a:hover {
  color: #2980B9;
}
.img-thumb-bg .caption .content {
  display: none;
}
.img-thumb-bg:hover .overlay {
  background: rgba(46, 49, 58, 0.8);
}
.img-thumb-bg:hover .caption {
  bottom: 60px;
}
.img-thumb-bg:hover .caption .content {
  display: block;
}

  .active a.lopaa{background-color: #eee;}

  .btn-default{background-color: #235492;
    color: #fff;}
     
