body {
	min-height: 100%;
	height: auto;
}
#sidebar {
	height: 100vh;
    position: fixed;
    width: 250px;
    background: #fcfcfc;
    z-index: 20;
    overflow-y: hidden;
    transition: left 300ms ease;
}
#sidebar-content {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	max-height: 100vh;
}
#sidebar .main-logo {
	width: 50px;
    height: 50px;
    background: url(../wp-content/themes/softok-info/images/softok-logo-black.svg) 0 center no-repeat;
}
#sitename {
	line-height: 50px;
    padding: 0 0 0 60px;
    font-size: 1.4em;
}
#sidebar-button {
	display: none;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 8px;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
}
#sidebar-button:after {
	content: '\f0c9';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 26px;
    line-height: 32px;
    text-align: center;
    display: block;
}
#sidebar-layout {
	width: 100vw;
	height: 100vh;
	z-index: 19;
	background: rgba(0,0,0,0.5);
	position: fixed;
	cursor: pointer;
	display: none;
}
#sidebar-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	font-size: 26px;
	display: none;
}
#sidebar-close:before {
	content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 26px;
}
.top-nav-collapse #sidebar-button {
	color: #888;
}
body > main,
#footer {
	margin: 0 0 0 250px;
}
.navbar-fixed-top {
	left:  250px;
}
#features ul, #overview ul {
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: center;
}
#features .features-container {
	gap: 0;
}
.screenshots-gallery-item-group {
	margin: 0;
}
.links-block {
	padding: 0;
	position: relative;
}
.links-block ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid transparent;
    height: 0;
    overflow: hidden;
}
.links-block.expanded ul {
	padding: 5px 0 0 0;
	height: auto;
	border-top: 1px dotted #AAA;
}
.links-block .hightlight {
	background: rgba(171,221,255,0.3);
}
.links-block .plus a {
	padding: 0 0 0 5px;
}
.links-block .plus {
	display: block;
	cursor: pointer;
	padding: 0 10px;
}
.links-block ul a {
	padding: 0 10px 0 20px;
	display: block;
}
.links-block a:hover,
.links-block .plus:hover {
	background: #f8f8f8;
}
.links-block .plus:before {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 16px;
    height: 20px;
    display: inline-block;
    color: #00adef;
    position: absolute;
    right: 15px;
    transform-origin: center center;
    text-align: center;
    line-height: 20px;
    top: 3px;
}
.links-block.expanded .plus:before {
	transform: rotateZ(90deg);
}
#sidebar .h2 {
	font-size: 20px;
	margin: 30px 0 10px;
}
.app-sidebar {
	display: block;
	padding: 10px;
	margin: 0 0 10px;
}
.app-sidebar img {
	width: 36px;
	height: 36px;
	margin: 0 10px 0 0;
}


@media (min-width: 992px) {
	.container {
	    width: 742px;
	}
}
@media (min-width: 1200px) {
	.container {
	    width: 920px;
	}
}
@media (min-width: 1450px) {
	.container {
	    width: 1170px;
	}
}
#wrapper-banners #yac.container {
	min-width: unset;
	width: 100%;
}
.intro {
	display: flex;
	min-height: 385px;
	align-items: center;
	padding: 80px 0 0;
}
.intro-content {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.intro-logo {

}
.intro-content-wrapper {
	position: relative;
	top: unset;
	margin: 0;
	transform: none;
}
.intro-content .item {
	width: calc(100% - 200px);
	text-align: left;
    padding: 0 0 0 20px;
    align-self: center;
}
.intro-content .app-subtitle {
	width: 100%;
	text-align: left;
	/*padding: 0 0 0 20px;*/
}
.intro-content .app-title {
	font-size: 3em;
}
.intro-content .app-subtitle h1,
.intro-content .app-subtitle span {
	font-size: 1.4em;
}
#b-wrap {
	width: 282px;
	text-align: center;
}

@media (max-width: 1018px) {
	#sidebar {
		left: -250px;
	}
	.sidebarred #sidebar {
		left: 0;
	}
	.sidebarred #sidebar-layout {
		display: block;
	}
	#sidebar-close {
		display: block;
	}
	.navbar-fixed-top {
		left: 0;
	}
	#sidebar-button {
		display: block;
	}
	body > main,
	#footer {
	    margin: 0;
	}
 	.features-grid {
 		width: 33.33%;
	}
	.navbar-default .navbar-header .navbar-brand {
		margin-left: 50px;
	}
}
@media (max-width: 768px) { 
	.features-grid {
	    width: 50%;
	}
	#b-wrap {
		/*order: 4;
		margin: 10px auto;*/
	}
	.intro-content .app-subtitle {
		/*order: 3;
		width: 100%;*/
	}
}
@media (max-width: 540px) {
 	.features-grid {
 		width: 100%;
	}
	.intro-content-wrapper {
		padding: 0px 15px 30px;
	}
	.intro-content .item {
		width: 100%;
		padding: 20px 0 0;
		text-align: center;
	}
	.intro-logo {
	    margin: 0 auto;
	}
	.intro-content .app-subtitle {
		padding: 20px 0 0;
		text-align: center;
	}
	#b-wrap {
	    width: 100%;
	}
}
/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR MAC OS X ***************/
 
.scrollbarly > .scroll-element,
.scrollbarly > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbarly > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbarly > .scroll-element .scroll-element_track { display: none; }
.scrollbarly > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbarly:hover > .scroll-element .scroll-bar,
.scrollbarly > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
 
 
.scrollbarly > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
 
.scrollbarly > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
 
/* scrollbar height/width & offset from container borders */
.scrollbarly > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbarly > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
 
.scrollbarly > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbarly > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
 
.scrollbarly > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbarly > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
/* update scrollbar offset if both scrolls are visible */
.scrollbarly > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbarly > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }