a,
.dark .footer-widgets-wrap a,
.dark .footer-widgets-wrap a:hover{
	color: #1ABC9C;
}

.ag-style-msg{
    margin-bottom: 0px;	
}

#header.transparent-header {
    /* background: rgba(255,255,255,0.15); */
    /* background: rgba(150, 150, 150, 0.66); */
    /* background: rgba(0, 0, 0, 0.73); */
    background: rgba(33, 33, 33, 0.73);    
}

.empty-header #header {
    background: #3a3a3a;
}

.ag-px-head{
	min-height: 470px;	
}

.ag-btn,
.ag-btn:active,
.ag-btn:focus,
.ag-btn:active:focus{
	background: #51c4ac;
}

.ag-noBPad{
    margin-bottom: 0px !important;
}

.ag-noBSpace{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.ag-noTSpace{
	margin-top: 0px !important;
}

/*
.ag-trans{
	transition-duration: 3s;
}
*/

.ag-feat-box h3{
    font-family: 'Merriweather', serif;	
}

.ag-squares .col-lg-4.dark.col-padding.ohidden {
    font-size: 17px;
}

.ag-who-quotes {
    margin-bottom: 50px;
}

#google-map{
    z-index: 0;	
}

#map-overlay {
    position: relative;
    padding: 200px 0px 100px 0;
    margin-top: -100px;
}

#map-overlay #google-map{
	top: 100px;
}

.ag-contact-box{
	border-top: 4px solid #51c4ac;
	border-bottom: 4px solid #51c4ac;	
}

.ag-pg-title{
    /* border-bottom: 1px dotted #51c4ac; */
    padding-bottom: 14px;	
	margin-bottom: 40px;
}

.ag-pg-title h1{
	font-family: 'Merriweather', serif;
}

.ag-pg-title h1:after {
    content: " ";
    border-bottom: 1px solid /* #51c4ac */ #5d5d5d;
    display: block;
    width: 120px;
    margin: auto;
    height: 30px;
}

.ag-pg-title h1 > span:not(.nocolor),
.ag-parag-block h3{
	/* color: #51c4ac; */
	color: #5d5d5d
}

.ag-parag-block.heading-block:after{
	border-color: #51c4ac;
}

.ag-parag-block h3 {
    color: #51c4ac;
    font-size: 20px;
    font-family: 'Merriweather', serif;
}

.dark #copyrights {
    padding: 10px 0px;
    font-size: 12px;
}

.btn.btn-success.ag-btn:hover {
    background: #51c4ac;
    /* border: #000; */
    color: #000;
}

#footer .col_one_third.col_last {
    margin-bottom: 20px !important;
    text-align: right;
}

#footer .copyrights-menu.copyright-links.clearfix a {
    width: 23%;
    text-align: center;
    text-decoration: dotted !important;
    text-decoration-line: underline !important;
}

#footer .widget.subscribe-widget.clearfix {
    max-width: calc(100% - 40px);
}

#footer .footer-widgets-wrap{
    padding: 30px 20px;	
}

.footer-logo {
    display: block;
    margin-bottom: 10px;
}

#footer .footer-big-contacts span {
    display: block;
}

@media (max-width:991px){

	#footer .header-extras{
		display:block;	
	}
	
	#footer .header-extras li {
	    float: right;
	}	
}

@media (max-width:767px){
	
	#footer .col_one_third.col_last .row.clearfix {
	    margin-right: 0px;
	    margin-left: 0px;
	    text-align: left;
	    margin-top: -22px;
	}
	
	#footer .header-extras {
	    width: 100%;
	}
	
	#footer .header-extras li {
	    float: none;
	    display: inline-block;
	}
		
}