/* ==============================================================

-----------------------------------------------------------------
CSS structure for Landing Pages (Top Menu)
-----------------------------------------------------------------

01. Services
02. Heading
03. Custom responsive

============================================================== */


/*
Services
=========================== */


#services.contain{
	padding-top:40px;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#919191;
	font-weight:400;
	font-size:14px;
	line-height:24px;
}

#services.contain .container h4{
	font-size:24px;
	line-height:34px;
	font-weight: 400;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px 0;
}

#services .gray-section{
	border-bottom:1px solid #d5d5d5;
}

.col-md-4 p {
	margin-left: 15px;
	margin-right: 15px;
}

.col-md-6.doc-box p {
	margin-left: 60px;
	margin-right: 60px;
}

.intromarkdir {
	font: bold 14px/20px arial,helvetica,sans-serif !important;
	color: #CFD3D7;
	text-transform: uppercase;
	letter-spacing: .20em;
	margin-top: -10px !important;
}
.directory-box{
	text-align:center;
	margin-bottom:0px;
	height: 150px !important;
}

.service-box{
	text-align:center;
	margin-bottom:40px;
}

.doc-box{
	text-align:center;
	margin-bottom:40px;
}

.service-line{
	display:block;
	margin-bottom:40px;
}


/*
Heading
=========================== */
.heading{
	font-size:30px;
	line-height:46px;
	color:#303030;
	border-bottom:1px solid #919191;
	padding-bottom:5px;
	margin-bottom:40px;
	display: none;
}
.heading.improvement{
	display: block !important;
}

.heading.noline{
	border-bottom:0px solid #919191;
	margin-bottom:10px;
}

.heading h3{
	font-size:48px;
	line-height:auto;
	font-weight:400;
	margin-bottom:18px;
	font-family: 'Open Sans', sans-serif;
	color: #da5252 !important;
}

.heading h3.medium{
	font-size:30px;
	margin-bottom:12px;
}

.heading h3.small{
	font-size:24px;
	margin-bottom:0px;
	font-family: oswald;
	color: #333 !important;
}

.heading p {
	font-size:30px;
	padding-top: 5px;
}

/*
Custom responsive
=========================== */

@media (min-width: 768px) and (max-width: 990px)  {
	.services-wrapp{
		width:100%;
		border-radius:5px 5px 0 0;
	}
	.services-wrapp.bg2{
		border-radius:0 0 5px 5px;
	}
	aside{
		margin-top:40px;
	}
	.directory-box{
	height: 30px !important;
	}
	.directory-box.last{
	height: 200px !important;
	}
}

@media (max-width: 767px) {
	
	.services-wrapp{
		width:100%;
		border-radius:5px 5px 0 0;
	}
	.services-wrapp.bg2{
		border-radius:0 0 5px 5px;
	}
	aside{
		margin-top:40px;
	}
	
	
		.wrapper.bkgd.landingservice {
		background-image: none !important;
	}
	.directory-box{
	height: 30px !important;
	}
	.directory-box.last{
	height: 200px !important;
	}
}

@media only screen and (max-width: 600px) {

	.wrapper.bkgd.landingservice {
	background-image: none !important;
	}
	.directory-box{
	height: 30px !important;
	}
	.directory-box.last{
	height: 200px !important;
	}
}	
   
   
/*
Button
=========================== */
.btn {
	margin-top: 20px !important;
	background:#303030;
	border-radius:5px;
	border:none;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	padding:10px 25px 10px 25px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.btn:hover {
	color:#fff !important;
}

.btn:focus {
  outline: none;
  outline: none;
  outline-offset: -2px;
  color:#fff;
}

.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow:none;
}

.btn:hover {
	background-color:#474747;
	opacity: 1.0 !important;
}

/* Red */
.btn-red:focus,
.btn-red:active,
.btn-red{
	background:#da5252;
	color:#fff !important;
	outline:none;
	text-decoration: none !important;
}

.btn-red:hover{
	background:#ee7979;
	color:#fff !important;
}	