body{
    color: black;
}

#background{
    background-image: url("../media/Image5.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin:0px;
    position:fixed;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#layout{
    position: absolute;
    top: 5%;
    bottom: 30%;
    left: 10%;
    right: 10%;
    /*vertical-align: middle;*/
}

#content{
    margin-top:-10px;
}

#ss_navdiv{

}

#ss_dwddiv{
	
}

.thumbView {
    display: inline-block;
    /*max-width: 100%;
    height: auto;*/
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
   /*width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}

.thumbImage {
    max-width: 100%;
    height: auto;
    
}
.thumbView .thumbMask, .thumbView .thumbContent {
   /*width: 100%;
   height: auto;*/
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

.thumbView img {
   display: block;
   position: relative;
}

.thumbView a.info {
   background:url(../media/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.thumbEffect .thumbMask {
   opacity: 0;
   overflow:visible;
   border:9999px solid rgba(0,0,0,0.6);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}

.thumbEffect a.info {
   position:absolute;
   top:47%;
   bottom:47%;
   left:47%;
   right:47%;
   opacity: 0;
   transition: opacity 0.5s 0s ease-in-out;
}

.thumbEffect:hover .thumbMask {
   opacity: 1;
   border:9999px solid rgba(0,0,0,0.6);
}

.thumbEffect:hover a.info {
   opacity:1;
   transition-delay: 0.3s;
}

.ss_headerimage  {
    height: 160px;
}

.ss_breadcrumb{
    border-radius: 0px;
    margin:0px;
}

.ss_breadcrumb > li > a{
    color: #6BF;
}

.ss_breadcrumb > li > a:hover{
    color: #07F
}
.ss_center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ss_ulcenter{
    margin-left:35%;
}

.ss_headline{
    background-color: rgba(255,255,255,0.65);
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.ss_row{
    margin-top: 5px;
    margin-bottom: 5px;
}

.ss_header{
    font-size: 42px;
}

.ss_container{
    background-color: rgba(255,255,255,0.65);
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ss_conleft{
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.ss_conmain{

}

.ss_conright{
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.ss_callentry{
    margin-left: 20px;
}

.pagination > li > a,
.pagination > li > span{
    border-color: transparent;
    background-color:transparent;
    color: #bbb;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span{
    border-color: transparent;
    background-color:transparent;
    color: #fff;
}

.dropdown-menu-inverse {
  background-color: #111;
}

.dropdown-menu-inverse > .divider{
  background-color: #333;
}

.dropdown-menu-inverse > li > a {
  color: #bbb;
}
.dropdown-menu-inverse > li > a:hover,
.dropdown-menu-inverse > li > a:focus {
  color: #ccc;
  background-color: #111;
}

/*TODO:*/
.ss_nav {
margin-left:5px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ss_nav > li {
  position: relative;
  display: block;
}
.ss_nav > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #bbb;
}
.ss_nav > li > a:hover,
.ss_nav > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.ss_nav > li.disabled > a {
  color: #777;
}
.ss_nav > li.disabled > a:hover,
.ss_nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.ss_nav .open > a,
.ss_nav .open > a:hover,
.ss_nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.ss_nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ss_nav > li > a > img {
  max-width: none;
}
.ss_nav-tabs {
  border-bottom: 1px solid #ddd;
}
.ss_nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.ss_nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.ss_nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.ss_nav-tabs > li.active > a,
.ss_nav-tabs > li.active > a:hover,
.ss_nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.ss_nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.ss_nav-tabs.nav-justified > li {
  float: none;
}
.ss_nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.ss_nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .ss_nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ss_nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.ss_nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.ss_nav-tabs.nav-justified > .active > a,
.ss_nav-tabs.nav-justified > .active > a:hover,
.ss_nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .ss_nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ss_nav-tabs.nav-justified > .active > a,
  .ss_nav-tabs.nav-justified > .active > a:hover,
  .ss_nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
