body{
	background:#fbfbfb;
}
.hero{
	position:relative;
}
.overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(4, 18, 29, 0.2);
}

.call-us{
	color:#4a9858
}

.call-us .phone{
	font-weight:bold;
}

.call-us .phone:hover{
	text-decoration:none;
}

.intro .h3{
	margin-bottom:0px;
}

.intro .under-title{
	font-style:italic;
}

.cta-btn{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    background-color: #4a9858;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px !important;
    padding: 18px 35px 20px !important;
    margin: 5px 7px 5px 0;
    letter-spacing: 0.5px;
	transition: 0.2s all;
}

.cta-btn:hover{
	background-color:#ffea00;
	text-decoration:none;
	color:#4a9858;
}

.title-02{
	font-size: 36px;
    line-height: 34px;
    color: #4a9858;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 31px;
	font-family: 'Oswald', 'Arial', sans-serif;
	font-weight:300;
	margin-top:40px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
}

.title-02::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 1px;
    background-color: #4a9858;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.featured-posts .blog-post{
	max-height:281px;
}

.post-thumbnail{
	margin-bottom:25px;
}

.btn-row{
	text-align:center;
	margin-top:30px;
}


/* ------------------------------------------------------------------
Works grid
------------------------------------------------------------------- */

.works-grid {
	position: relative;
	width: 100%;
	padding-bottom:40px;
}

.pager{
	margin-bottom:50px;
	width:100%;
}

.work-item,
.grid-sizer {
	width: 100%;
}

.work-item:nth-of-type(2n+1) .featured-post-01{
	background-color: #fafbfc;
}

.featured-post-01 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width:95%;
}

.featured-post-01__img {
	overflow: hidden;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.featured-post-01__img a {
	display: inline-block;
	vertical-align: middle;
}

.featured-post-01__img img {
	max-width: 100%;
	display: block;
}

.featured-post-01__content {
	padding: 20px 25px 20px;
}

.featured-post-01__content .posted{
	font-size:13px;
	font-style:italic;
}

.date{
	font-style:italic;
	display:block;
	margin: 0 0 7px;
	font-size:13px;
	color: #999;
}

.featured-post-01__content-title {
	font-size: 24px;
	line-height: 30px;
	color: #42474c;
	margin: 0
}

.post-single .posted{
	font-size:14px;
	font-style:italic;
}

.featured-post-01__content-title a {
	color: #42474c;
	font-size:0.7em;
	line-height:1.2rem;
}

.featured-post-01__content-title a:hover {
	color: #4a9858;
	text-decoration:none;
}

.featured-post-01__content-text {
	margin-bottom: 15px;
}

.featured-post-01__content-text p{
	font-weight:300;
}

.featured-post-01__content-btn {
	font-size: 12px;
	line-height: 14px;
	color: #4a9858;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.6px;
	position: relative;
}

.featured-post-01__content-btn::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 12px;
	line-height: 14px;
	color: #4a9858;
	margin-left: 9px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.featured-post-01__content-btn:hover {
	color: #42474c;
	text-decoration:none
}

.featured-post-01__content-btn:hover::after {
	color: #42474c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}


/* ------------------------------------------------------------------
Portfolio Filter
------------------------------------------------------------------- */

.filters {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.filters > li {
	display: inline-block;
	margin: 5px 30px;
}

.filters > li sup {
	top: -.7em;
	font-size: 80%;
	color: #999;
}

.filters > li > a {
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	font-size: 0.90em;
}

.filters > li > a:hover, .filters > li > a.current,
.filters > li > a:hover sup, .filters > li > a.current sup {
	color: #4a9858;
	text-decoration:none;
}

/*/=== Contacts ===/*/
.contacts-block-wrapp {
	padding-left: 10px;
	padding-top:60px;
}

.contacts-block-wrapp a:hover{
	text-decoration:none;
	
}

.contacts-block-wrapp::after {
	content: '';
	display: table;
	clear: both;
}

.contacts-block-01 {
	padding-top: 5px;
	margin-bottom: 40px;
}

.contact-location {
	color: #5c656d;
	padding-left: 36px;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.2px;
	font-weight:400 !important;
	font-size: 1.2em;
	line-height: 1.5em;
}

.contact-location::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 0;
	background: url("../img/icon_04.png") no-repeat center center;
	width: 15px;
	height: 20px;
}

.contacts{
	margin-top:30px;
}

.contact-mail {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #5c656d;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	padding-left: 41px;
	letter-spacing: 0.2px;
	position: relative;
	margin-bottom: 20px;
}

.contact-mail::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 8px;
	left: 0;
	background: url("../img/icon_05.png") no-repeat center center;
	width: 20px;
	height: 16px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.contact-mail:focus {
	color: #5c656d;
}

.contact-mail:hover {
	color: #5c656d;
	opacity: 0.7;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.contact-phone {
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: 300;
	color: #4a9858;
	margin-bottom: 36px;
}

.contact-phone span {
	font-weight: 700;
}

.reply-form::after {
	content: '';
	display: table;
	clear: both;
}

.reply-form__box-01 {
	width: 50%;
	float: left;
	padding-right: 5px;
	margin-bottom: 10px;
}

.reply-form__box-02 {
	width: 50%;
	float: left;
	padding-left: 6px;
	margin-bottom: 10px;
}

.reply-form__box-03 {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}

.reply-form__box-04 {
	float: left;
	width: 100%;
}

.reply-form__name,
.reply-form__email {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e7e8e9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
}

.reply-form__message {
	width: 100%;
	resize: none;
	border: 1px solid #e7e8e9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 20px;
	height: 120px;
}

/* Form Valid Style */
.notification_ok {
	background-color: #4ec868;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 21px 60px 21px 63px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.notification_ok::before {
	font-family: 'FontAwesome';
	content: '\f058';
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 30px;
}

.notification_error {
	background-color: #e14949;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 21px 60px 21px 63px;
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.notification_error::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 30px;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/icons/message_box_icon_01.png");
	width: 15px;
	height: 15px;
}

.contacts-map-wrapp {
	margin-top: 10px;
	-webkit-box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
	box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

.contacts_map {
	margin-bottom: 0;
}

#googleMap2 {
    width: 100%;
    height: 540px;
}

#map-canvas {
	height: 730px;
}


img{
	max-width:100%;
}

.intro img{
	-webkit-box-shadow: 0 12px 20px 0 rgba(15, 8, 49, 0.2);
    box-shadow: 0 12px 20px 0 rgba(15, 8, 49, 0.2);
}

.about-person{
	text-align:right;
}

.copyright{
	float:left;
}

.powered{
	display:inline-block;
}

.powered a{
	display:inline;
}

.powered img{
	max-width:35%;
}

.navbar-header{
	width:25%;
}

.navbar{
	box-shadow: 0 0 4px rgba(0,0,0, .2);
}

.divider{
	padding:60px 0;
}

.dropdown-item:focus, .dropdown-item:hover{
	background:transparent;
	color:#ffea00;
}

.dropdown-menu{
	background-color: #4a9858;
	border: none;
	box-shadow: 0 0 4px rgba(0,0,0, .2);
	font-size: 0.9rem;
}

.dropdown-item{
	color:#fff;
}

.info-page .title-02{
	margin-top:0;
}
.info-page .title-02:before{
	background-color:#4a9858;
}

.info-page p{
	text-align:justify;
	font-weight:300;

}

.info-page ul{
	padding-left:15px;
	margin-bottom:15px;
}

.info-page ul li{
	font-weight:300;
}
.info-page h3{
	margin:15px 0;
	font-size:1.6rem;
}

.info-page h4{
	margin:5px 0 10px 0;
	font-size:1.3rem;
}

.post h3:hover{
	color:#4a9858;
}

.gallery{
	margin-bottom:30px;
	width:100%;
}

.contact-form{
	float:none;
	margin:0 auto;
}

.contact-form .cta-btn{
	border:none;
	cursor:pointer;
}

.contact-form textarea{
	min-height:294px;
}

.date.meta-last{
	font-size:0.8rem;
}

img.left, img.leftAlone {
    float: left;
    margin: 5px 20px 10px 0;
}



@media (max-width:1200px) and (min-width:992px){
	.navbar .call-us{
		margin-left: 15px;
		padding-left: 15px;
		font-size: 0.9em;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left:.3rem;
		padding-right:.3rem;
	}
	.navbar-brand{
		margin-right:0;
	}
	.navbar-header{
		width:22%;
	}
	.navbar-brand img{
		max-width:80%;
	}
}

@media (max-width:992px){
	.navbar .call-us{
		border:none;
		margin:0;
		padding:0;
		padding:15px 0;
	}
	.navbar-text{
		display:block;
		text-align:center;
	}
	.navbar-nav{
		text-align:center;
	}
	.navbar .navbar-nav a.nav-link{
		font-size:1em;
	}
	section.hero .container{
		padding:100px 20px;
	}
	.hero-call{
		font-size:26px;
	}
	.navbar-brand img{
		max-width:200px;
	}
}
@media (max-width:768px){
	.person-image{
		margin-bottom:40px;
	}
	.copyright{
		float:none;
	}
	footer.main-footer .social-menu{
		margin-top:5px;
		float:none;
	}
	footer.main-footer .copyrights div[class*="col-"]{
		margin-bottom:10px;
	}
	.blog-post{
		max-height:100%;
	}
	.about-person{
		text-align:left;
	}
	section.featured-posts .text-inner{
		padding:30px;
	}
	.navbar-brand img{
		max-width:180px;
	}
}

@media (max-width:540px){
	.contact-mail::before{
		display:none;
	}
	.contact-mail{
		font-size:1em;
		padding-left:0;
		margin-bottom:10px;
	}
	.contact-location::before{
		display:none;
	}
	.contact-location{
		font-size:1em;
		padding-left:0;
		margin-bottom:10px;
	}
	.contact-phone{
		font-size:1.1em;
	}
	.featured-posts .blog-post{
		max-height:100%;
	}
}