/* --------------------------------------
   About
   -------------------------------------- */
.about {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #4B4949;
	color: #fff;
	position: relative;
}

.about h3 {
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.blck-back {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: #393636;
}

.about button {
	margin-top: 60px;
}

/* --------------------------------------
   Big and Clients
   -------------------------------------- */
.big-box {
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('../images/back2.jpg');
	position: relative;
	background-attachment: fixed;
	color: #fff;
}

.big-box h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 30px;
	font-weight: 400;
}

.clients {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #fff;
	color: #333;
}

.clients h3 {
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.clients .mini-rule {
	margin-bottom: 20px !important;
}

.clients img {
	max-height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.clients .flex, .clients .flex-xs {
	margin-bottom: 20px;
}

/* --------------------------------------
   News
   -------------------------------------- */
.news {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #4B4949;
	color: #fff;
}

.news h3 {
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;
}

.news .panel {
	border: none;
	box-shadow: none;
	background: transparent;
	border-radius: 0px;
}

.news .panel .panel-body {
	padding: 0px;
}

.news .panel .panel-footer {
	border: none;
	color: #fff;
	background: transparent;
	padding-left: 0px;
	padding-top: 20px;
	height: 260px;
	position: relative;
	margin-bottom: 40px;
}

.news .panel .panel-footer .frm-btn {
	position: absolute;
	bottom: 0;
}	

.news .panel .panel-footer h4 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.news .panel .panel-footer .small {
	font-size: 12px;
	letter-spacing: 1px;
}

.news .panel .panel-footer .contents {
	letter-spacing: 1px;
	margin-bottom: 20px;
}
 
/* --------------------------------------
   Media Queries
   -------------------------------------- */
@media (min-width: 768px) {
  
}

@media (max-width: 768px) {
 
}

@media (max-width: 468px) {
	.blck-back {
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 1200px) {
  
}