@charset "utf-8";
/* CSS Document */

.container {
      padding: 80px 120px;
  }

.bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
 
 
.margin {margin-bottom: 45px;}

.thumbnail{
	width: 200px;
	height: 100px;
}

.zoom{
	position: relative;
	overflow: hidden;
}

.zoom:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zoom img{
	transition: all 0.3s;
	-moz-transform: all 0.3s;
	-webkit-transform: all 0.3s;
}

.padding{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.padding1{
    padding-top: 60px;
}

