body,
html {
	height: 100%
}

body #forbottom {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-family: Arial,Verdana,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	color: #222;
	font-size: 16px;
	background-color: #fafafa;
	line-height: 160%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

p {
	margin: 26px 0;
	line-height: 26px;
}

.content a {
	color: #428bca;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #2a6496;
	text-decoration: underline;
}

.main {
	background: #fff;
	margin: auto;
	margin-bottom: 30px
}

#forbottom iframe,
#forbottom img {
	max-width: 100%;
	margin: auto
}
@media(min-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	img[style="float: right;"] {
		float: left;
		padding-left: 15px;
	}
	img[style="float: left;"] {
		padding-right: 15px;
	}
}
@media(max-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		float: none !important;
	}
}

.container {
	max-width: 100%;
	padding: 0;
}

.content {
	width: 900px;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 100%;
	margin: auto;
	width: auto;
	padding: 16px;
}

.btn-facebook,
.btn-github,
.btn-google,
.btn-linkedin,
.btn-twitter {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

iframe,
img {
	display: table
}

h2, h3 {
	display: block;
	width: 100%;
	clear: both;
}
.img-left {
	float: left;
	padding: 15px 15px 15px 0px;
}
.img-right {
	float: right;
	padding: 15px 0px 15px 15px;
}

#forbottom ul {
	margin: 16px 0;
	padding-left: 20px
}

#forbottom ul>li {
	width: auto;
	text-align: left;
	font-weight: 500
}

#forbottom ul>li span {
	font-weight: 300
}


h1 {
	padding: 0px;
	margin: 0px;
	display: block;
}

h2 {
	font-size: 26px;
	font-style: normal;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
	letter-spacing: 0;
	text-transform: capitalize
}

@media (min-width:1230px) {
	.container {
		width: 1200px
	}
}

@media (max-width:992px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		width: auto
	}
	h2 {
		font-size: 23px
	}
	article {
		width: auto;
		margin: 0 25px
	}
	article.intro,
	article:first-child {
		padding-top: 15px
	}
}

@media (min-width:980px) {
	.addthis-smartlayers-mobile {
		display: none !important
	}
}

@media (max-width:520px) {
	body {
		background-color: white;
	}
	.main {
		width: auto;
		background-color: transparent;
		margin-bottom: 0
	}
	article {
		width: auto;
		margin: 0 20px
	}
	article.intro,
	article:first-child {
		padding-top: 15px
	}
	p {
		font-size: 16px
	}
}

a,
p,
li {
	white-space: normal;
	word-wrap: break-word;
}

ul > li a {
	white-space: normal;
	word-wrap: break-word;
}

.main img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

ul>li span {
	font-weight: inherit;
}

.addthis-animated {
	text-align: center !important;
}

@media(max-width: 690px) {
	.h1,
	h1 {
		font-size: 30px;
	}
}

.thumbnail-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.thumbnail {
	width: 150px;
	margin: 0.5rem 1rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.thumbnail:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* If it's not in .container, we don't want to see it or its margins. */
body > p {
	display: none;
}

body #forbottom {
	display: flex;
	background: #fff;
	padding: 0;
}

body #main {
	margin: 0;
}

.footer .container {
	display: block;
	background: none;
}

.main {
	max-width: 882px;
	max-width: 100%;
}

.sidebar {
	display: none;
	max-width: 280px;
	padding: 16px;
	flex-shrink: 0;
}

@media ( min-width: 768px ) {
	.sidebar {
		display: block;
	}

	.content .vs-toc {
		display: none;
	}
}

.sidebar .vs-toc {
	position: sticky;
	top: 36px;
	padding: 16px;
}

.sidebar .vs-toc li {
	padding: 8px 0;
}

.content .vs-toc {
	padding: 16px;
	background: #fafafa;
	max-width: 400px;
	margin: auto;
}

.vs-toc h2 {
	font-size: 18px;
}

@media ( min-width: 768px ) {
	.vs-toc h2 {
		font-size: 26px;
	}
}

.vs-toc .vs-heading {
	padding-bottom: 8px;
	border-bottom: 1px solid black;
}

.vs-toc ul {
	padding: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.vs-toc li {
	font-weight: 400;
	padding: 0;
}

.vs-toc a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: black;
	font-weight: 400;
	font-size: 14px;
}

.vs-toc .vs-toc-h2 {
	padding-left: 0;
}

.vs-toc .vs-toc-h3 {
	padding-left: 8px;
}

.vs-toc .vs-toc-h4 {
	padding-left: 16px;
}

@media ( min-width: 768px ) {
	.vs-toc a {
		font-size: 17px;
	}
}

.sidebar .vs-toc ul a:hover,
.sidebar .vs-toc ul a:focus,
.sidebar .vs-toc ul a:active {
	text-decoration: underline;
}

/* 1-May-2019 */

.page-template-template-fractl-v2 h1 img {
	margin: 0;
	padding: 0;
}

/* 3-May-2019 */

.vs-toc .vs-viewing {
	text-decoration: underline
}

/* 11-Jun-2019 */

header > .main-nav {
	margin-bottom: 0;
}

body #forbottom {
	max-width: 1060px;
}

#toc_container {
	display: none;
}