body {
	padding-top: 0;
}
.widgets li a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px !important;
}
.fau-share__wrapper {
	display: none;
}
.content-body .section { 
	padding-left: 20px;
	padding-right: 20px;
}
.info-section {
	background: #d9ecff;
	padding: 2rem 0;
    margin-bottom: 2rem;
}
.info-section p:last-child {
	margin: 0;
}
.plen { 
	max-width: 600px;
}
.outer-wrapper { 
	padding-top: 80px;
	margin-left: 300px;
	transform: translate(0px);
	box-shadow: -5px 0 6px rgba(0,0,0,0.06);
	transition: all 0.2s ease-in-out;
}
.menu-side { 
	width: 300px;
	display: block;
	height: 100%;
	background: #fff;
	border-right: 1px solid #036;
	overflow: auto;
	padding: 0 10px;
	position: fixed;
	transform: translate(0px);
	transition: transform 0.25s ease;
	z-index: 123;
}
.menu-side.active {
	transform: translate(0px);
}
.sidemenu { 
	position: relative;
	margin: 10px 0;
}
.wsg-menu {
    display: none;
	flex-direction: column;
	font-family: var(--bold-font);
    font-size: 11px;
    position: fixed;
	background: #036;
	border-bottom-right-radius: 8px;
    padding: 4px 6px;
    color: #fff;
	box-shadow: -1px 2px 4px 4px #00000042;
	cursor: pointer;
	z-index: 1234;
}
.wsg-menu .icon {
    display: flex;
	color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    z-index: 9;
    transition: all 0.25s ease;
}
.wsg-menu .icon:hover {
    background: #0a3365;
    color: #fff;
}
.closemenu {
	font-family: var(--bold-font);
	display: none;
    align-items: center;
    justify-content: center;
	border: 5px solid #a92e3a;
    color: #a92e3a;
    margin: -8px 0 1rem 0;
    padding: 2px 0;
    cursor: pointer;
    transition: all 0.22s ease-in-out;
}
.closemenu:hover {
    background: #a92e3a;
    color: #fff;
}
[data-balloon]:after { 
	text-transform: none;
}
.code { 
	position: relative;
}
.code .source {
	display: none;
}
.button.show_code { 
	color: #0073e6;
	background: #fff;
	font-family: var(--bold-font);
	border: 2px solid #0073e6;
	padding: 6px 8px;
	margin: 0 1rem;
	line-height: 1;
	transition: background 0.1s ease-in-out;
}
.button.lg.show_code {
	padding: 8px 12px;
	margin: 0 6px;
}
.button.show_code:hover { 
	background: #0073e6;
	color: #Fff;
}
.sub-title {
    font-family:var(--bold-font);
    display: inline-block;
    background: #036;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 12px;
	margin: 2rem 0;
}
.font-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #c00;
    margin-bottom: 10px;
}
.elname {
    font-size: 28px;
    margin-bottom: 10px;
}
.source2 label {
    padding-left: 8px;
}
.fonts {
	margin-bottom: 5rem;
}
.image-none {
    width: 200px;
    height: 300px;
    background: #cccccc;
}

.get-code-window { 
	position: relative;
	background: #FFF;
	padding: 2em 2em;
	width: auto;
	margin: 20px auto;
	max-width: 800px;
}
.get-code-window h1.title {
	float: left;
}
.get-code-window .copy {
	margin: 0 15px;
}
.highlight { 
	position: relative;
	margin-bottom: .5em;
	width: 100%;
	padding: 15px 10px;
	min-height: 200px;
	background-color: #F5FAFC;
	clear: both;
}
code.html:before { 
	content: 'HTML';
}
code.javascript:before { 
	content: 'JS';
}
code.css:before { 
	content: 'CSS';
}
code.text:before { 
	content: 'TEXT';
}
pre code { 
	white-space: pre;
	tab-size: 3;
	max-height: 650px;
}
pre code:before { 
	display: block;
	position: absolute;
	right: 25px;
	top: 4px;
	padding: 3px 7px 0;
	color: #889499;
	font-size: 12px;
	line-height: 13px;
}
.hljs, pre { 
	background: none !important;
	border: none;
	margin: 0;
}
.hd {
	border: 1px solid #036;
	background: #efefef;
}
.hd pre {
	background: #daecfe !important;
}
#accordian .heading { 
	color: #ac3138;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 5px solid;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 15px;
}
#accordian h3 { 
	font-size: 15px;
	font-weight:bold;
	line-height: 34px;
	padding: 2px 10px;
	margin-bottom: 0;
	cursor: pointer;
	color: #4f6587;
	position: relative;
	text-transform: none;
}
#accordian h3 span.icon-fau { 
	position: absolute;
	top: 0;
	right: 0;
	line-height: 34px;
	font-size: 22px;
	bottom: 0;
}
#accordian h3 a { display: block;color:#4f6587 !important; }
#accordian h3 a.active { color: #c00 !important; }
#accordian h3:hover { text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); }
#accordian ul { 
	padding-left: 0;
	margin: 0;
}
#accordian li { list-style-type: none; }
#accordian ul ul li a { 
	color:#181717 !important;
	text-decoration: none;
	font-size: 13px;
	line-height: 28px;
	display: block;
	padding: 2px 15px;
	transition: all 0.15s;
}
#accordian ul ul li a.active { 
	color: #c00 !important;
}
#accordian li:hover h3 { background: #e7e7e7; }
#accordian li ul li:hover { background: #f0f0f0; }
#accordian ul ul { display: none; }
#accordian li.active ul { display: block; }
.colors > div { margin-bottom: 6rem; }

.example-menu {
    width: 100px;
    height: 40px;
    background: #0073e6;
    border: 1px solid #0073e6;
    margin: 0 1rem;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 1.3rem;
}

.example-menu .menu {
    font-family: var(--bold-font);
    font-size: 14px;
    line-height: 1;
    padding-left: 8px;
    margin-top: 1px;
}

.example-menu .toggle {
    position: relative;
    display: block;
    width: 18px;
    height: 10px;
    background: rgba(0,0,0,0);
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #fff;
    font-size: 0;
    transition: all .15s ease-in-out;
}

.example-menu .toggle:before, .example-menu .toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 9px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .05s ease-in-out;
}

.grid-row label {
	display: block;
    font-family: var(--body-font);
    font-weight: normal;
	font-style: italic;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

/* MEDIA QUERIES */
@media screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
	.navbar-expand-lg .navbar-toggler {
    	display: flex;
	}
}

@media screen and (min-width: 1420px) {
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
    	display: none;
	}
}

@media screen and (max-width: 1419px) {
	.toggle-bar {
		display: block;
	}
	.outer-wrapper {
		padding-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.menu-side { 
		transform: translate(-300px);
	}
	.menu-side + .outer-wrapper { 
		margin-left: 0px;
		transform: translate(0px);
		border-left: none;
	}
	.wsg-menu { 
		display: flex;
		margin-top: 50%;
	}
	.wsg-menu.open {
		display: none;
	}
	.closemenu {
		display: flex;
	}
}