/*
*
* Style Guide
*
*/
.style-guide-main {
	background-color: #f6f6f6;
	padding: 120px 0px;
}
.style-guide-main .ageagle-row {
	width: 100%;
}
.ageagle-hr {
	width: 100%;
	display: block;
}
.ageagle-style-guide-content {
	width: 95%;
	max-width: 1400px;
	margin: auto;
}
h2.geagle-style-guide-title {
	font-size: 26px;
	padding-top: 15px;
	line-height: 32px;
	text-transform: uppercase;
}
h3.geagle-style-guide-subtitle {
	font-size: 16px;
	padding-top: 50px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.ageagle-style-guide-rectangle {
	width: 90%;
	height: 200px;
	margin-top: 50px;
}
h3.geagle-style-guide-subtitle-block {
	font-size: 12px;
	padding-top: 30px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.rectangle-height-min {
	height: 150px;
}
.ageagle-typografy-content-item {
	padding: 30px 0px;
}
.ageagle-typografy-parameters {
	color: #1f1a23;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.75px;
	line-height: 20px;
	text-transform: uppercase;
}
/* Mobile HeadLines */
h1.ageagle-headline-h1 {
	color: #1f1a23;
	font-size: 35px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 40px;
}
h2.ageagle-headline-h2 {
	color: #1f1a23;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 40px;
}
h3.ageagle-headline-h3 {
	color: #1f1a23;
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 36px;
}
h4.ageagle-headline-h4 {
	color: #1f1a23;
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 32px;
}
h5.ageagle-headline-h5 {
	color: #1f1a23;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 26px;
}

a.ageagle-link-hover-active {
	color: #474747;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-decoration: underline;
}

@media screen and (max-width: 1200px){
	.style-guide-main .ageagle-col-3 {
	    width: 33.33%;
	}
	.style-guide-main .ageagle-col-2 {
		width: 25%;
	}
	.style-guide-main .ageagle-col-2.ageagle-col-2-actions {
		width: 33.33%;
	}
}

@media screen and (max-width: 764px) {
	.style-guide-main .ageagle-col-3 {
		width: 50%;
	}
	.style-guide-main .ageagle-col-2 {
    	width: 33.33%;
	}
	.style-guide-main .ageagle-col-6 {
    	width: 100%;
    	display: inline-block;
	}
	.style-guide-main .ageagle-col-9 {
    	width: 100%;
	}
	.style-guide-main .ageagle-col-2.ageagle-col-2-actions {
    	width: 50%;
	}
	.hide-blank-item {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.style-guide-main .ageagle-col-3 {
		width: 100%;
	}
	.style-guide-main .ageagle-col-2 {
    	width: 50%;
	}
	.style-guide-main .ageagle-col-6 {
    	width: 100%;
    	display: inline-block;
	}
	.style-guide-main .ageagle-col-9 {
    	width: 100%;
	}
	.style-guide-main .ageagle-col-2.ageagle-col-2-actions {
    	width: 100%;
    }
}