@charset "utf-8";
/* CSS Document */

body {
	background-color:#dfdddd;

}
.container {
      width: 970px;
}
@media only screen and (max-width : 480px) {
.container{
	width: 400px;
}
}
.nothing {
	padding-top: 10px ;
	margin-top:10px ;
}
.login {
	background : url(img/login.png) center 0 no-repeat;
	height: 217px;
	width: 215px;
	  margin: 0 auto 15px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top:-25px;
}
.logo {
  background: url(img/log.png)  center 0 no-repeat;
  height: 128px;
}
.middle {
	width:840px !important;
	margin: 0 auto 2px;
	margin-top:25px;
}
.deposit {
	height: 55px;
	width: 55px;
	float:right;
	margin-top:-55px;
}

.tile  {
    position: relative;
  width: 315px;
  height: auto;
  margin: 0 auto 2px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px  solid #f3f3f3 ;
  padding: 10px;
}
.col-md-4 {
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
}
.col-md-4 .thumbnail {
	
	  margin-bottom: 0px;
}
.col-md-12  {
	padding-top: 20px;
  position: relative;
  text-align: center;
}
.thumbnail {
    position:relative;
    overflow:hidden;
}
.row .thumbnail  img {
	position: relative;
	width: 315px;
  height: 200px;
  overflow: hidden;
}
	
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption {
    top:0%;
}
    
	
	.thumbnail-side {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail-side p  {
	color: #9a9898 ;
	padding-left:10px;
	font-size:15px
}
.thumbnail-side h2 {
	color: #9a9898 ;
	padding-left:35%;

}
footer {
	padding-top:25px;
	margin:0 auto 0;
}
