
.panel-default > .panel-heading,
.item-split a.list-group-item,
.collapse-panel .panel-heading a.collapsed,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.nav-tabs > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.panel-footer a:hover,
.panel-footer a:focus,
.item-menu a.list-group-item:hover, 
.item-menu a.list-group-item:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f4f8+0,e4eaf0+100,ffffff+100 */background: #f0f4f8; /* Old browsers */background: -moz-linear-gradient(top, #f0f4f8 0%, #e4eaf0 100%, #ffffff 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, #f0f4f8 0%,#e4eaf0 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, #f0f4f8 0%,#e4eaf0 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */text-shadow: none;}



.collapse-panel .panel-heading a,
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus 
 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b84bc+0,295d90+100 */
background: #4b84bc; /* Old browsers */
background: -moz-linear-gradient(top, #4b84bc 0%, #295d90 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4b84bc 0%,#295d90 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4b84bc 0%,#295d90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b84bc', endColorstr='#295d90',GradientType=0 ); /* IE6-9 */

}
.panel-collapsed,
.search-in,
[class^="ctrl-"]:hover,
[class*=" ctrl-"]:focus,
[class^="ctrl-"]:hover,
[class*=" ctrl-"]:focus {
  text-decoration: none;
  opacity: 1;
  text-shadow: none;

}
.panel img,
.tab-content img {
  /*border-radius: 6px;*/
  display: block;
  height: auto;
  max-width: 100%;
}

/* PANELS */
.panel-default {
    border-color: #D9D9D9;
}



.panel-default > .panel-heading {
border-color: #D9D9D9;
color: #2C3F88;
/*text-shadow: 0 1px 1px #023379;*/
}

.panel-heading,
.nav-tabs,
.carousel-caption,
.item-split .list-group-item-heading {
    font-weight: 500
}

.panel-body {
background:#fff;
}
.list-group-item {
  background: transparent;
}
.list-group {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5f2fe+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5f2fe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5f2fe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5f2fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f2fe',GradientType=0 ); /* IE6-9 */

}

.panel-title {
  font-size: 18px;

}

.panel-footer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

/* FOOTER */
.footer-one,
.footer-two {
font-size: 14px
}
.footer-one {
  background-color: #C0C0C8;
  padding:10px
}

.footer-two {
  background-color: #ACACB2;
  padding:7px
}

.footer-two a {
  color: #303747
}
.panel-footer {
  padding:0;
}

.panel-footer a {display: block;padding: 10px 15px;text-decoration: none;color: #000000;text-shadow: 0 1px 0 #fff;}

.panel-footer a:hover,
.panel-footer a:focus {
border-color: #D9D9D9;
color: #2B6093;
text-shadow: 0 1px 0 #fff;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;  
}
/*  collapse-panel */

.collapse-panel .panel-heading a.collapsed {
color: #2C3F88;
}

.collapse-panel .panel-heading a {
  color: #fff;
  text-shadow: none;
}

.collapse-panel .panel-heading a:hover,
.collapse-panel .panel-heading a:focus,
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus {
color: #D2E8FC
}


.collapse-panel .panel-heading a:after,
.panel-footer a:after {
  font-family: "FontAwesome";/*Font Awesome 4.5.0*/
  float: right;
}

.collapse-panel .panel-heading a:after {
  content: "\f078"; /* fa-chevron-down */
}

.collapse-panel .panel-heading a.collapsed:after {
   content: "\f054"; /* fa-chevron-right */
}

.panel-footer a:after {
 /* content: "\f08e"; fa-external-link*/
}

.collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.collapse-panel .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/*  /collapse-panel */
a.list-group-item .list-group-item-heading {
    color: #2C3F88;
}

.collapse-panel a.list-group-item .text-right,
.list-group > a > .list-group-item-heading {
  color: #023379;
}

.list-group > a > .list-group-item-heading {
font-weight:600
}


/* collapse-panel */
.collapse-panel a.list-group-item:hover,
.collapse-panel a.list-group-item:focus {
background: #D2E8FC;
color: #112B4D
}

.collapse-panel a.list-group-item:hover .list-group-item-heading,
.collapse-panel a.list-group-item:focus .list-group-item-heading {
    color: #023379;
}



.panel-tab-collapse {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #D9D9D9;
}
.tab-pane > .list-group, .panel > .panel-collapse > .list-group,
.boody-collapse .list-group {
    margin-bottom: 0;
}
.tab-pane > .list-group .list-group-item, 
.tab-panel > .panel-collapse > .list-group .list-group-item,
.boody-collapse .list-group .list-group-item, 
.boody-collapse .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}
.tab-pane > .list-group:first-child .list-group-item:first-child, 
.tab-pane > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0 none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tab-pane > .list-group:last-child .list-group-item:last-child, 
.tab-pane > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel-title i {margin-right: 3px;}
.item-split .list-group-item-heading i {
  font-size: 24px;
  margin-right: 8px;
  color: #dd4d41
}
.panel-main .panel-body {
    height: 650px;
    overflow-y: scroll;
}
.panel-body .media-object {
    max-width: none;
}
.panel-title span {
font-size: 16px
}

#sld {margin: 15px}

.panel-body img {display: inline}

blockquote {
    border-left: 5px solid #EB580B;
}
.f2 .panel-footer a {
font-size: 18px;font-weight: 500;
}
.box{
    text-align: center;
    position: relative;
    overflow: hidden;
margin: 5px
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.70)) repeat scroll 0 0 / 100% 202%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}
.box:hover:after{
    background-position: 100% 100%;
}
.box img{
    width: 100%;
    height: auto;
transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}


.box:hover img{
    transform: scale(1.2,1.2);
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}
.box:hover .box-content{
    top: 0%;
}
.box .box-content span{
    font-size: 14px;
    color: #fff;
}
.box .title{
    font-size: 18px;
    color: #fff;
    padding: 10px;
    margin: 10px 0 0;
}
.box .description{
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 35%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}
.box:hover .description{
    opacity: 1;
    top: 30%;
}
@media only screen and (max-width:990px){
    .box{margin-bottom: 30px;}
}


