:root {
	--blue-primary: #019ba7;
	--blue-secondary: #d3d8ed;
	--blue-darker: #007c85;
	--font-lato: "Lato", sans-serif;
	--font-monts: "Montserrat", sans-serif;
}

body {
	font-family: var(--font-lato);
}

.agf-primary {
	color: #01636A;
}

.agf-bl-dark {
	color: #007c85;
}

h1,
h2,
h3,
h4 {
	font-family: var(--font-monts);
}

.fs-7 {
	font-size: .75rem;
}

/**NAVBAR**/

.has-sub>a>i {
	font-size: .7rem;
}

.topnav_ul>li>a {
	font-family: var(--font-monts);
	font-weight: 600;
}

.footer-divider {
	border-top: 2px solid var(--blue-primary);
	margin: 10px 0;
}

.footer-links li {
	list-style: none;
}

.footer-links a {
	font-size: .8rem;
	text-decoration: none;
	color: #007c85;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-links {
	padding-left: 0;
}

/* SITE SPECIFIC START */

.buttons-header-wrap {
	border-top: 12px solid var(--blue-secondary);
	border-bottom: 12px solid var(--blue-secondary);
	background-color: var(--blue-secondary);
	background-image: url("/assets/images/header-bg.jpg");
}

.header-btns a {
	text-decoration: none;
}

.agf-primary-btn {
	/*background-color: #007c85;*/
	background-color:#01636A;
	padding: 14px 8px;
	margin: 10px 0;
	border: 1px solid #fff;
	border-radius: 6px;
}

.agf-primary-btn span {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 600;
	font-family: var(--font-monts);
	text-shadow: 1px 1px 0px #000;
}

.agf-primary-btn:hover {
	background-color: #006168;
}

.sidebar-buttons a {
	text-decoration: none;
}

.city-phone p {
	margin: 8px 0;
}

.btn-contact-agf {
	background-color: #01636A;
}

#page-wrap {
	margin: 30px 0;
}

.nags-list-price {
	border: 2px solid var(--blue-primary);
}

.nags-body p {
	color: #B4142A;
	font-weight: bold;
	margin-bottom: 2px;
}

.nags-body p:first-of-type {
	font-size: 2.5rem;
}

.nags-body p:last-of-type {
	font-size: 2rem;
}

.header-phone {
	text-decoration: none;
	color: #050908;
}

.sitemap-list a { 
	color: #007c85;
}

.ico-footer img {
	width: 40px;
	height: 40px;
}

.ico-mobile img {
	width: 70px;
	height: 70px;
	padding-bottom: 5px;
}

.header-img {
	border: 1px solid #050908;
}

/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	#page-wrap {
		transition: filter .3s;
	}

	#page-wrap.navactive {
		filter: blur(5px);
	}

	#topnav {
		transition: .3s;
		z-index: 1000;
	}

	#nav-wrap {
		position: fixed;
		top: 0;
		right: -100%;
		left: 100%;
		bottom: 0;
		transition: .3s;
		background: rgba(0, 0, 0, .85);
		z-index: 2000;
		padding-top: 45px;
	}

	.topnav_ul {
		margin: 0;
		padding: 0;
	}

	.topnav_ul li {
		list-style: none;
	}

	.topnav_ul li a {
		text-decoration: none;
		display: block;
		font-size: 19px;
		color: #fff;
		padding: 8px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		transition: .3s;
	}

	.topnav_ul li a:hover {
		text-decoration: none;
		background: rgba(0, 0, 0, .5);
	}

	#navbtn {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		z-index: 9000000;
		right: 15px;
		top: 15px;
		cursor: pointer;
		transition: .3s;
		border:1px solid transparent;
		background-color:transparent;
	}

	#navbtn .bar1,
	#navbtn .bar2,
	#navbtn .bar3 {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		position: absolute;
		background: #FFF;
		transition: .3s;
		outline: 1px solid #00542b;
	}

	#navbtn .bar1 {
		top: 3px;
	}

	#navbtn .bar2 {
		top: 12px;
		opacity: 1;
	}

	#navbtn .bar3 {
		bottom: 0px;
	}

	.navactive #navbtn .bar2 {
		opacity: 0;
	}

	.navactive #navbtn .bar1 {
		transform: rotate(45deg) translateY(8px) translateX(5px);
		outline: none;
	}

	.navactive #navbtn .bar3 {
		transform: rotate(-45deg) translateY(-8px) translateX(5px);
		outline: none;
	}

	.navactive #navbtn {
		display: block;
	}

	.navactive #nav-wrap {
		right: 0;
		left: 0;
	}

	.sub-wrap {
		display: grid;
		grid-template-rows: 0fr;
		transition: .3s;
	}

	.sub-menu {
		overflow: hidden;
		padding-left: 0;
	}

	.sub-menu a {
		padding-left: 1.5rem !important;
	}

	.has-sub.hsactive .sub-wrap {
		grid-template-rows: 1fr;
	}

	/* SITE SPECIFIC */
	.sidebar {
		background-color: var(--blue-secondary);
		padding: 16px;
		border-radius: 4px;
		margin-bottom: 10px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {}

/**LG & DOWN**/
@media (max-width: 1199px) {
	.logo-top {
			position: relative;
		}
}

/**MD & UP*/
@media (min-width: 768px) {
	#topnav {
		position: relative;
		z-index: 1000;
		background: #ffffff;
		transition: .3s;
		display: block;
	}
	#navbtn {
	display:none;
	}
	.top-bar {
		border-top: 10px solid var(--blue-primary);
	}

	.topnav_ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.topnav_ul:hover {
		overflow: visible;
	}

	.topnav_ul>li {
		margin: 0;
		padding: 0;
		display: inline-block !important;
		list-style: none;
		position: relative;
		padding: 0 2px;
	}

	.topnav_ul>li>a {
		display: block;
		position: relative;
		font-size: 17px;
		color: #000;
		text-align: center;
		transition: .3s;
		padding: 8px 15px;
		text-decoration: none;
		background: var(--blue-secondary);
		border-top: 2px solid var(--blue-primary);
		border-right: 2px solid var(--blue-primary);
		border-left: 2px solid var(--blue-primary);
		border-top-right-radius: 16px;
		border-top-left-radius: 16px;
	}

	.topnav_ul>li:hover>a {
		text-decoration: none;
		background: #9ed7dc;
	}

	.top-phone-addr p:first-of-type {
		font-size: 32px;
		margin-bottom: 0;
		font-weight: 600;
	}

	.top-phone-addr p:nth-of-type(2) {
		color: #007c85;
	}

	.sub-wrap {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: -100;
		opacity: 0;
		transition: opacity .3s;
		min-width: 105%;
	}

	.sub-menu {
		margin: 0;
		padding: 0;
	}

	.sub-menu>li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sub-menu>li>a {
		display: block;
		padding: 5px 17px;
		color: #000;
		background: #DDD;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
	}

	.sub-menu>li>a:hover {
		text-decoration: none;
		color: #00F;
	}

	.topnav_ul>li:hover>.sub-wrap {
		z-index: 10000000;
		opacity: 1;
	}

	.nav-fill {
		display: flex;
	}

	.nav-fill>li {
		flex: 1 1 auto;
		text-align: center;
	}

	.nav-fill>li>a {
		width: 100%;
	}

	/* SITE SPECIFIC */
	.sidebar {
		background-color: var(--blue-secondary);
		padding: 16px;
		border-radius: 4px;
	}

	.sidebar-body {
		padding: 4px;
	}
}

/**LG & UP**/
@media (min-width: 992px) {
	.top-logo-container {
		position: relative;
	}

	.logo-top {
		position: absolute;
		top: 32px;
		z-index: 100000;
	}
}

/**XLG & UP**/
@media (min-width: 1200px) {}

/**XXLG & UP**/
@media (min-width: 1400px) {}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {}

/**SM**/
@media (max-width: 767.98px) {
	.top-phone-addr {
		text-align: center !important;
	}

	.top-phone-addr p:first-of-type {
		font-size: 2rem;
		font-weight: bold;
	}

	.top-phone-addr p:last-of-type {
		font-size: 1.2rem;
	}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {}

/**XLG**/
@media (min-width: 1200px) and (max-width: 1399px) {}

/**XXLG**/
@media (min-width: 1400px) {}